@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	font-family: Arial;
}

/*desktop 1200*/
@media only screen and (min-width:1025px) {
body {
	width: 96%;
	max-width: 1200px;
	min-width: 1025px;
	padding: 0;
	margin: 0 auto;
	background-image: url(../images/bg/tt_bg.jpg);
	background-color: rgb(249,249,249);
}
h1 {
	font-size: 1.5em;
	color: rgb(0,93,171);
	margin-bottom: 10px;
}
h2 {
	font-size: 1.3em;
	color: rgb(0,93,171);
}

/*header*/
header {
	float: left;
	width: 96%;
	padding: 10px 2% 10px 2%;
	margin: 0 auto;
	background-image: url(../images/bg/tt_bg_header.jpg);
}
header .logo {
	float: left;
	width: 250px;
}
header .logo img {
	width: 100%;
}
header .acNumber {
	float: right;
	width: 400px;
	margin: 10px 0 0 0;
	font-size: 2.0em;
	color: rgb(0,93,171);
	text-align: right;
}
header .acNumber img {
	float: right;
	width: 40%;
	margin-bottom: 10px;
}
header .acNumber-mobile {
	display: none !important;
}
header .acNumber-mobile-sm {
	display: none !important;
}

/*banner slides*/
.banner-slides {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 37.25%;
	padding-top: 0px;
	height: 0;
	margin-bottom: 0em;
	z-index: -1;
}

/*content*/
.content {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	background-color: white;
}
.mp-content {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 1% 0 1% 0;
	text-align: center;
}
.mp-content .section {
	display: inline-block;
	width: 22%;
	padding: 5px 1% 5px 1%;
	font-size: 1.1em;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
.mp-content .section img {
	width: 100%;
	margin: 10px 0 10px 0;
}
.mp-content .missionStmt {
	width: 95%;
	padding: 0 2.5% 20px 2.5%;
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 20px;
	text-align: left;
}

/*general page content*/
.content-gen {
	float: left;
	width: 96%;
	padding: 0 2% 0 2%;
	font-size: 1.1em;
	line-height: 24px;
}
.content-gen .servHeader {
	font-size: 1.5em;
	color: rgb(0,93,171);
	margin-bottom: 10px;
}
.content-gen a {
	color: black;
	text-decoration: none;
}
.content-gen .download {
	padding: 1% 5% 1% 5%;
	margin: 2% 0 3% 0;
	background-color: rgb(0,93,171);
	color: white;
}
.content-gen .divLine {
	float: left;
	width: 100%;
	height: 2px;
	margin: 2% 0 3% 0;
	background-color: rgb(231,231,231);
}
.content-gen img {
	float: left;
	width: 18%;
	margin: 0 2% .5% 0;
}
.content-safety-wrapper {
	float: left;
	width: 96%;
	padding: 0 2% 0 2%;
	margin: 5% 0 5% 0;
	text-align: center;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
}
.content-safety {
	display: inline-block;
	width: 12%;
	padding: 0 2% 0 2%;
	vertical-align: top;
	font-size: 1.1em;
	line-height: 24px;
}
.content-safety a {
	color: black;
	text-decoration: none;
}
.content-safety img {
	width: 100%;
	margin-bottom: 5%
}
	.content .cCareers-ad-wrapper {
		float: left;
		width: 100%;
		margin: 0 0 21px;
	}
	.content .cCareers-ad-wrapper img {
		width: 400px;
	}

.pgHeader-images {
	float: left;
	width: 100%;
	margin-bottom: 1%;
}
.pgHeader-images img {
	width: 100%;
}

/*gallery*/
.gallery-wrapper {
	float: left;
	width: 96%;
	padding: 5% 2% 5% 2%;
	text-align: center;
}
.gallery {
	display: inline-block;
	width: 15%;
	padding: 1% 2%;
	vertical-align: top;
}
.gallery img {
	width: 100%;
}

/*contect form*/
.contact-form {
	float: left;
	width: 45%;
	padding-bottom: 100px;
	font-size: 18px;
	color: black;
}
.contact-label {
	float: left;
	width: 35%;
	vertical-align: middle;
	line-height: 40px;
}
.contact-input {
	float: left;
	width: 60%;
	height: 40px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
	margin-bottom: 10px;
}
.contact-message {
	float: left;
	width: 60%;
	height: 100px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
	line-height: 30px;
}
.contact-captcha {
	float: left;
	width: 30%;
	height: 40px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
}
.contact-submit {
	float: left;
	width: 200px;
	height: 40px;
	margin-left: 35%;
	margin-top: 30px;
	background-color: rgb(0,93,171);
	font-size: 1.2em;
	color: rgb(221,221,221);
}

.contact-map {
	float: right;
	width: 50%;
	font-size: 18px;
	color: black;
}
.contact-map img {
	width: 100%;
}

/*footer*/
footer {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: center;
	background-image: url(../images/bg/tt_bg_header.jpg);
	background-repeat: repeat;
}
footer .ftSection {
	display: inline-block;
	width: 22%;
	padding: 5px 1% 5px 1%;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	text-align: left;
	border-right: 2px solid rgb(221,221,221);
	vertical-align: top;
}
footer .ftSection a {
	color: black;
	text-decoration: none;
}
footer .ftSection-header {
	font-size: 1.5em;
	color: rgb(0,93,171);
	margin-bottom: 5px;
}
footer .ftSection2 {
	display: inline-block;
	width: 22%;
	padding: 5px 1% 5px 1%;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	text-align: left;
	border-right: 2px solid rgb(221,221,221);
	vertical-align: top;
}
footer .ftSection2 img {
	width: 18%;
	margin-right: 2%;
}
footer .ftSection3 {
	display: inline-block;
	width: 22%;
	padding: 5px 1% 5px 1%;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
footer .ftSection3 img {
	width: 27%;
	margin-right: 3%;
}
footer .dCopy {
	width: 96%;
	margin: 20px 2% 20px 2%;
}
footer .dCopy .left {
	float: left;
	font-size: 1.0em;
	color: black;
}
footer .dCopy .left a {
	font-size: 1.0em;
	color: black;
	text-decoration: none;
}
footer .dCopy .right {
	float: right;
	font-size: 1.0em;
	color: black;
}

/*end desktop 1200*/
}

/*desktop 1024*/
@media only screen and (min-width:901px) and (max-width:1024px) {
body {
	width: 96%;
	max-width: 1024px;
	min-width: 901px;
	padding: 0;
	margin: 0 auto;
	background-image: url(../images/bg/tt_bg.jpg);
	background-color: rgb(249,249,249);
}
h1 {
	font-size: 1.5em;
	color: rgb(0,93,171);
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	color: rgb(0,93,171);
}

/*header*/
header {
	float: left;
	width: 96%;
	padding: 10px 2% 3% 2%;
	margin: 0 auto;
	height: 120px;
	background-image: url(../images/bg/tt_bg_header.jpg);
}
header .logo {
	float: left;
	width: 250px;
}
header .logo img {
	width: 100%;
}
header .acNumber {
	float: right;
	width: 400px;
	margin: 10px 0 0 0;
	font-size: 2.0em;
	color: rgb(0,93,171);
	text-align: right;
}
header .acNumber img {
	float: right;
	width: 40%;
	margin-bottom: 10px;
}
header .acNumber-mobile {
	display: none !important;
}
header .acNumber-mobile-sm {
	display: none !important;
}

/*banner slides*/
.banner-slides {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 37.25%;
	padding-top: 0px;
	height: 0;
	margin-bottom: 0em;
	z-index: -1;
}

/*content*/
.content {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	background-color: white;
}
.mp-content {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 1% 0 1% 0;
	text-align: center;
}
.mp-content .section {
	display: inline-block;
	width: 22%;
	padding: 5px 1% 5px 1%;
	font-size: 1.1em;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
.mp-content .section img {
	width: 100%;
	margin: 10px 0 10px 0;
}
.mp-content .missionStmt {
	width: 95%;
	padding: 0 2.5% 20px 2.5%;
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 20px;
	text-align: left;
}

/*general page content*/
.content-gen {
	float: left;
	width: 96%;
	padding: 0 2% 0 2%;
	font-size: 1.1em;
	line-height: 24px;
}
.content-gen .servHeader {
	font-size: 1.3em;
	color: rgb(0,93,171);
	margin-bottom: 10px;
}
.content-gen a {
	color: black;
	text-decoration: none;
}
.content-gen .download {
	padding: 1% 5% 1% 5%;
	margin: 2% 0 3% 0;
	background-color: rgb(0,93,171);
	color: white;
}
.content-gen .divLine {
	float: left;
	width: 100%;
	height: 2px;
	margin: 2% 0 3% 0;
	background-color: rgb(231,231,231);
}
.content-gen img {
	float: left;
	width: 30%;
	margin: 0 2% .5% 0;
}
.content-safety-wrapper {
	float: left;
	width: 96%;
	padding: 0 2% 0 2%;
	margin: 5% 0 5% 0;
	text-align: center;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
}
.content-safety {
	display: inline-block;
	width: 12%;
	padding: 0 2% 0 2%;
	vertical-align: top;
	font-size: 1.1em;
	line-height: 24px;
}
.content-safety a {
	color: black;
	text-decoration: none;
}
.content-safety img {
	width: 100%;
	margin-bottom: 5%
}
	.content .cCareers-ad-wrapper {
		float: left;
		width: 100%;
		margin: 0 0 21px;
	}
	.content .cCareers-ad-wrapper img {
		width: 340px;
	}

.pgHeader-images {
	float: left;
	width: 100%;
	margin-bottom: 1%;
}
.pgHeader-images img {
	width: 100%;
}

/*gallery*/
.gallery-wrapper {
	float: left;
	width: 96%;
	padding: 5% 2% 5% 2%;
	text-align: center;
}
.gallery {
	display: inline-block;
	width: 17%;
	padding: 1% 1%;
	vertical-align: top;
}
.gallery img {
	width: 100%;
}

/*contect form*/
.contact-form {
	float: left;
	width: 45%;
	padding-bottom: 100px;
	font-size: 18px;
	color: black;
}
.contact-label {
	float: left;
	width: 35%;
	vertical-align: middle;
	line-height: 40px;
}
.contact-input {
	float: left;
	width: 60%;
	height: 40px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
	margin-bottom: 10px;
}
.contact-message {
	float: left;
	width: 60%;
	height: 100px;
	margin-top: 10px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
	line-height: 30px;
}
.contact-captcha {
	float: left;
	width: 25%;
	height: 40px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
}
.contact-submit {
	float: left;
	width: 200px;
	height: 40px;
	margin-left: 35%;
	margin-top: 30px;
	background-color: rgb(0,93,171);
	font-size: 1.2em;
	color: rgb(221,221,221);
}

.contact-map {
	float: right;
	width: 50%;
	font-size: 18px;
	color: black;
}
.contact-map img {
	width: 100%;
}

/*footer*/
footer {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: center;
	background-image: url(../images/bg/tt_bg_header.jpg);
	background-repeat: repeat;
}
footer .ftSection {
	display: inline-block;
	width: 22%;
	padding: 5px 1% 5px 1%;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	text-align: left;
	border-right: 2px solid rgb(221,221,221);
	vertical-align: top;
}
footer .ftSection a {
	color: black;
	text-decoration: none;
}
footer .ftSection-header {
	font-size: 1.5em;
	color: rgb(0,93,171);
	margin-bottom: 5px;
}
footer .ftSection2 {
	display: inline-block;
	width: 22%;
	padding: 5px 1% 5px 1%;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	text-align: left;
	border-right: 2px solid rgb(221,221,221);
	vertical-align: top;
}
footer .ftSection2 img {
	width: 18%;
	margin-right: 2%;
}
footer .ftSection3 {
	display: inline-block;
	width: 22%;
	padding: 5px 1% 5px 1%;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
footer .ftSection3 img {
	width: 27%;
	margin-right: 3%;
}
footer .dCopy {
	width: 96%;
	margin: 20px 2% 20px 2%;
}
footer .dCopy .left {
	float: left;
	font-size: 1.0em;
	color: black;
}
footer .dCopy .left a {
	font-size: 1.0em;
	color: black;
	text-decoration: none;
}
footer .dCopy .right {
	float: right;
	font-size: 1.0em;
	color: black;
}

/*end desktop 1024*/
}

/*desktop 900*/
@media only screen and (min-width:741px) and (max-width:900px) {
body {
	width: 96%;
	max-width: 900px;
	min-width: 741px;
	padding: 0;
	margin: 0 auto;
	background-image: url(../images/bg/tt_bg.jpg);
	background-color: rgb(249,249,249);
}
h1 {
	font-size: 1.4em;
	color: rgb(0,93,171);
	margin-bottom: 10px;
}
h2 {
	font-size: 1.1em;
	color: rgb(0,93,171);
}

/*header*/
header {
	float: left;
	width: 96%;
	padding: 10px 2% 3% 2%;
	margin: 0 auto;
	height: 120px;
	background-image: url(../images/bg/tt_bg_header.jpg);
}
header .logo {
	float: left;
	width: 250px;
}
header .logo img {
	width: 100%;
}
header .acNumber {
	float: right;
	width: 400px;
	margin: 10px 0 0 0;
	font-size: 2.0em;
	color: rgb(0,93,171);
	text-align: right;
}
header .acNumber img {
	float: right;
	width: 40%;
	margin-bottom: 10px;
}
header .acNumber-mobile {
	display: none !important;
}
header .acNumber-mobile-sm {
	display: none !important;
}

/*banner slides*/
.banner-slides {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 37.25%;
	padding-top: 0px;
	height: 0;
	margin-bottom: 0em;
	z-index: -1;
}

/*content*/
.content {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	background-color: white;
}
.mp-content {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 1% 0 1% 0;
	text-align: center;
}
.mp-content .section {
	display: inline-block;
	width: 23%;
	padding: 5px .5% 5px .5%;
	font-size: 1.1em;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
.mp-content .section img {
	width: 100%;
	margin: 10px 0 10px 0;
}
.mp-content .missionStmt {
	width: 95%;
	padding: 0 2.5% 20px 2.5%;
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 20px;
	text-align: left;
}

/*general page content*/
.content-gen {
	float: left;
	width: 96%;
	padding: 0 2% 0 2%;
	font-size: 1.1em;
	line-height: 24px;
}
.content-gen .servHeader {
	font-size: 1.3em;
	color: rgb(0,93,171);
	margin-bottom: 10px;
}
.content-gen a {
	color: black;
	text-decoration: none;
}
.content-gen .download {
	padding: 2% 5% 2% 5%;
	margin: 2% 0 3% 0;
	background-color: rgb(0,93,171);
	color: white;
}
.content-gen .divLine {
	float: left;
	width: 100%;
	height: 2px;
	margin: 2% 0 3% 0;
	background-color: rgb(231,231,231);
}
.content-gen img {
	float: left;
	width: 30%;
	margin: 0 2% .5% 0;
}
.content-safety-wrapper {
	float: left;
	width: 96%;
	padding: 0 2% 0 2%;
	margin: 5% 0 5% 0;
	text-align: center;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
}
.content-safety {
	display: inline-block;
	width: 12%;
	padding: 0 2% 0 2%;
	vertical-align: top;
	font-size: 1.1em;
	line-height: 24px;
}
.content-safety a {
	color: black;
	text-decoration: none;
}
.content-safety img {
	width: 100%;
	margin-bottom: 5%
}
	.content .cCareers-ad-wrapper {
		float: left;
		width: 100%;
		margin: 0 0 21px;
	}
	.content .cCareers-ad-wrapper img {
		width: 300px;
	}

.pgHeader-images {
	float: left;
	width: 100%;
	margin-bottom: 1%;
}
.pgHeader-images img {
	width: 100%;
}

/*gallery*/
.gallery-wrapper {
	float: left;
	width: 96%;
	padding: 5% 2% 5% 2%;
	text-align: center;
}
.gallery {
	display: inline-block;
	width: 22%;
	padding: 1% 1%;
	vertical-align: top;
}
.gallery img {
	width: 100%;
}

/*contect form*/
.contact-form {
	float: left;
	width: 50%;
	padding-bottom: 0;
	font-size: 18px;
	color: black;
}
.contact-label {
	float: left;
	width: 100%;
	vertical-align: middle;
	line-height: 40px;
}
.contact-input {
	float: left;
	width: 90%;
	height: 40px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
	margin-bottom: 10px;
}
.contact-message {
	float: left;
	width: 90%;
	height: 100px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
	line-height: 30px;
}
.contact-captcha {
	float: left;
	width: 40%;
	height: 40px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
}
.contact-submit {
	float: left;
	width: 200px;
	height: 40px;
	margin-left: 0;
	margin-top: 30px;
	background-color: rgb(0,93,171);
	font-size: 1.2em;
	color: rgb(221,221,221);
}

.contact-map {
	float: right;
	width: 50%;
	font-size: 18px;
	color: black;
}
.contact-map img {
	width: 100%;
}

/*footer*/
footer {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: center;
	background-image: url(../images/bg/tt_bg_header.jpg);
	background-repeat: repeat;
}
footer .ftSection {
	display: inline-block;
	width: 45%;
	padding: 5px 1% 5px 1%;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	text-align: left;
	border-right: 2px solid rgb(221,221,221);
	vertical-align: top;
	margin-bottom: 2%;
}
footer .ftSection a {
	color: black;
	text-decoration: none;
}
footer .ftSection-header {
	font-size: 1.3em;
	color: rgb(0,93,171);
	margin-bottom: 5px;
}
footer .ftSection2 {
	display: inline-block;
	width: 45%;
	padding: 5px 0 5px 3%;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
footer .ftSection2 img {
	width: 12%;
	margin-right: 3%;
}
footer .ftSection3 {
	display: inline-block;
	width: 45%;
	padding: 5px 0 5px 3%;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
footer .ftSection3 img {
	width: 27%;
	margin-right: 3%;
}
footer .dCopy {
	width: 96%;
	margin: 20px 2% 20px 2%;
}
footer .dCopy .left {
	float: left;
	font-size: 1.0em;
	color: black;
}
footer .dCopy .left a {
	font-size: 1.0em;
	color: black;
	text-decoration: none;
}
footer .dCopy .right {
	float: right;
	font-size: 1.0em;
	color: black;
}

/*end desktop 900*/
}

/*desktop 900*/
@media only screen and (min-width:481px) and (max-width:740px) {
body {
	width: 96%;
	max-width: 740px;
	min-width: 481px;
	padding: 0;
	margin: 0 auto;
	background-image: url(../images/bg/tt_bg.jpg);
	background-color: rgb(249,249,249);
}
h1 {
	font-size: 1.4em;
	color: rgb(0,93,171);
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	color: rgb(0,93,171);
}

/*header*/
header {
	float: left;
	width: 96%;
	padding: 1% 2% 1% 2%;
	margin: 0 auto;
	background-image: url(../images/bg/tt_bg_header.jpg);
}
header .logo {
	float: left;
	width: 100%;
	text-align: center;
}
header .logo img {
	width: 50%;
}
header .acNumber {
	display: none !important;
}
header .acNumber img {
	display: none !important;
}
header .iframe {
	display: none !important;
}
header .acNumber-mobile {
	float: left;
	width: 100%;
	padding: 1% 0 0 0;
	font-size: 2.0em;
	color: rgb(0,93,171);
	text-align: center;
}
header .acNumber-mobile img {
	float: center;
	width: 35%;
	margin: 1% 0 1% 0;
}
header .acNumber-mobile-sm {
	display: none !important;
}

/*banner slides*/
.banner-slides {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 37.25%;
	padding-top: 0px;
	height: 0;
	margin-bottom: 0em;
	z-index: -1;
}

/*content*/
.content {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	background-color: white;
}
.mp-content {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 1% 0 1% 0;
	text-align: center;
}
.mp-content .section {
	display: inline-block;
	width: 45%;
	padding: 5px 2% 5px 2%;
	font-size: 1.2em;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
.mp-content .section img {
	width: 100%;
	margin: 10px 0 10px 0;
}
.mp-content .missionStmt {
	width: 95%;
	padding: 0 2.5% 20px 2.5%;
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 20px;
	text-align: left;
}

/*general page content*/
.content-gen {
	float: left;
	width: 96%;
	padding: 0 2% 0 2%;
	font-size: 1.1em;
	line-height: 24px;
}
.content-gen .servHeader {
	font-size: 1.3em;
	color: rgb(0,93,171);
	margin-bottom: 10px;
}
.content-gen a {
	color: black;
	text-decoration: none;
}
.content-gen .download {
	padding: 2% 5% 2% 5%;
	margin: 2% 0 3% 0;
	background-color: rgb(0,93,171);
	color: white;
}
.content-gen .divLine {
	float: left;
	width: 100%;
	height: 2px;
	margin: 2% 0 3% 0;
	background-color: rgb(231,231,231);
}
.content-gen img {
	float: left;
	width: 40%;
	margin: 0 2% .5% 0;
}
.content-safety-wrapper {
	float: left;
	width: 96%;
	padding: 0 2% 0 2%;
	margin: 5% 0 5% 0;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
}
.content-safety {
	display: inline-block;
	width: 25%;
	padding: 0 2% 0 2%;
	vertical-align: top;
	font-size: 1.1em;
	line-height: 24px;
}
.content-safety a {
	color: black;
	text-decoration: none;
}
.content-safety img {
	width: 100%;
	margin-bottom: 5%
}
	.content .cCareers-ad-wrapper {
		float: left;
		width: 100%;
		margin: 0 0 21px;
	}
	.content .cCareers-ad-wrapper img {
		width: 300px;
	}

.pgHeader-images {
	float: left;
	width: 100%;
	margin-bottom: 1%;
}
.pgHeader-images img {
	width: 100%;
}

/*gallery*/
.gallery-wrapper {
	float: left;
	width: 96%;
	padding: 5% 2% 5% 2%;
	text-align: center;
}
.gallery {
	display: inline-block;
	width: 22%;
	padding: 1% 1%;
	vertical-align: top;
}
.gallery img {
	width: 100%;
}

/*contect form*/
.contact-form {
	float: left;
	width: 90%;
	padding: 0 5% 7% 5%;
	font-size: 1.1em;
	color: black;
}
.contact-label {
	float: left;
	width: 35%;
	vertical-align: middle;
	line-height: 40px;
}
.contact-input {
	float: left;
	width: 60%;
	height: 40px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
	margin-bottom: 10px;
}
.contact-message {
	float: left;
	width: 60%;
	height: 100px;
	margin-top: 10px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
	line-height: 30px;
}
.contact-captcha {
	float: left;
	width: 27%;
	height: 40px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
}
.contact-submit {
	float: left;
	width: 200px;
	height: 40px;
	margin-left: 35%;
	margin-top: 30px;
	background-color: rgb(0,93,171);
	font-size: 1.2em;
	color: rgb(221,221,221);
}

.contact-map {
	float: right;
	width: 90%;
	padding: 0 5% 0 5%;
	font-size: 18px;
	color: black;
}
.contact-map img {
	width: 100%;
}

/*footer*/
footer {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: center;
	background-image: url(../images/bg/tt_bg_header.jpg);
	background-repeat: repeat;
}
footer .ftSection {
	display: inline-block;
	width: 45%;
	padding: 5px 1% 5px 1%;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	text-align: left;
	border-right: 2px solid rgb(221,221,221);
	vertical-align: top;
	margin-bottom: 2%;
}
footer .ftSection a {
	color: black;
	text-decoration: none;
}
footer .ftSection-header {
	font-size: 1.3em;
	color: rgb(0,93,171);
	margin-bottom: 5px;
}
footer .ftSection2 {
	display: inline-block;
	width: 45%;
	padding: 5px 0 5px 3%;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
footer .ftSection2 img {
	width: 12%;
	margin-right: 3%;
}
footer .ftSection3 {
	display: inline-block;
	width: 45%;
	padding: 5px 0 5px 3%;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
footer .ftSection3 img {
	width: 27%;
	margin-right: 3%;
}
footer .dCopy {
	width: 96%;
	margin: 20px 2% 20px 2%;
	font-size: 1.0em;
}
footer .dCopy .left {
	float: left;
	width: 100%;
	margin-bottom: 1%;
	color: black;
}
footer .dCopy .left a {
	font-size: 1.0em;
	color: black;
	text-decoration: none;
}
footer .dCopy .right {
	float: left;
	width: 100%;
	color: black;
}

/*end desktop 740*/
}

/*desktop 900*/
@media only screen and (min-width:300px) and (max-width:480px) {
body {
	width: 96%;
	max-width: 480px;
	min-width: 300px;
	padding: 0;
	margin: 0 auto;
	background-image: url(../images/bg/tt_bg.jpg);
	background-color: rgb(249,249,249);
}
h1 {
	font-size: 1.4em;
	color: rgb(0,93,171);
	margin-bottom: 10px;
}
h2 {
	font-size: 1.1em;
	color: rgb(0,93,171);
}

/*header*/
header {
	float: left;
	width: 96%;
	padding: 1% 2% 1% 2%;
	margin: 0 auto;
	background-image: url(../images/bg/tt_bg_header.jpg);
}
header .logo {
	float: left;
	width: 100%;
	text-align: center;
}
header .logo img {
	width: 60%;
}
header .acNumber {
	display: none !important;
}
header .acNumber img {
	display: none !important;
}
header .iframe {
	display: none !important;
}
header .acNumber-mobile {
	display: none !important;
}
header .acNumber-mobile-sm {
	float: left;
	width: 100%;
	padding: 1% 0 0 0;
	font-size: 2.0em;
	color: rgb(0,93,171);
	text-align: center;
}
header .acNumber-mobile-sm img {
	float: center;
	width: 60%;
	margin: 1% 0 1% 0;
}

/*banner slides*/
.banner-slides {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 37.25%;
	padding-top: 0px;
	height: 0;
	margin-bottom: 0em;
	z-index: -1;
}

/*content*/
.content {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	background-color: white;
}
.mp-content {
	display: inline-block;
	float: left;
	width: 96%;
	padding: 1% 2% 1% 2%;
	text-align: center;
}
.mp-content .section {
	display: inline-block;
	width: 96%;
	padding: 5px 2% 5px 2%;
	font-size: 1.1em;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
.mp-content .section img {
	width: 100%;
	margin: 10px 0 10px 0;
}
.mp-content .missionStmt {
	width: 95%;
	padding: 0 2.5% 20px 2.5%;
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 20px;
	text-align: left;
}

/*general page content*/
.content-gen {
	float: left;
	width: 96%;
	padding: 0 2% 0 2%;
	font-size: 1.1em;
	line-height: 24px;
}
.content-gen .servHeader {
	font-size: 1.3em;
	color: rgb(0,93,171);
	margin-bottom: 10px;
}
.content-gen a {
	color: black;
	text-decoration: none;
}
.content-gen .download {
	padding: 3% 5% 3% 5%;
	margin: 2% 0 3% 0;
	background-color: rgb(0,93,171);
	color: white;
}
.content-gen .divLine {
	float: left;
	width: 100%;
	height: 2px;
	margin: 2% 0 3% 0;
	background-color: rgb(231,231,231);
}
.content-gen img {
	float: left;
	width: 50%;
	margin: 0 2% .5% 0;
}
.content-safety-wrapper {
	float: left;
	width: 96%;
	padding: 0 2% 0 2%;
	margin: 5% 0 5% 0;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
}
.content-safety {
	display: inline-block;
	width: 40%;
	padding: 0 3% 0 3%;
	vertical-align: top;
	font-size: 1.1em;
	line-height: 24px;
}
.content-safety a {
	color: black;
	text-decoration: none;
}
.content-safety img {
	width: 100%;
	margin-bottom: 5%
}
	.content .cCareers-ad-wrapper {
		float: left;
		width: 100%;
		margin: 0 0 21px;
	}
	.content .cCareers-ad-wrapper img {
		width: 260px;
	}

.pgHeader-images {
	float: left;
	width: 100%;
	margin-bottom: 1%;
}
.pgHeader-images img {
	width: 100%;
}

/*gallery*/
.gallery-wrapper {
	float: left;
	width: 96%;
	padding: 5% 2% 5% 2%;
	text-align: center;
}
.gallery {
	display: inline-block;
	width: 40%;
	padding: 1% 3%;
	vertical-align: top;
}
.gallery img {
	width: 100%;
}

/*contect form*/
.contact-form {
	float: left;
	width: 96%;
	padding: 0 2% 7% 2%;
	font-size: 18px;
	color: black;
}
.contact-label {
	float: left;
	width: 100%;
	vertical-align: middle;
	line-height: 40px;
}
.contact-input {
	float: left;
	width: 90%;
	height: 40px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
	margin-bottom: 10px;
}
.contact-message {
	float: left;
	width: 90%;
	height: 100px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
	line-height: 30px;
}
.contact-captcha {
	float: left;
	width: 50%;
	height: 40px;
	font-size: 18px;
	color: black;
	text-indent: 10px;
	font-style: italic;
}
.contact-submit {
	float: left;
	width: 200px;
	height: 40px;
	margin-top: 30px;
	background-color: rgb(0,93,171);
	font-size: 1.2em;
	color: rgb(221,221,221);
}

.contact-map {
	float: right;
	width: 90%;
	padding: 0 5% 0 5%;
	font-size: 18px;
	color: black;
}
.contact-map img {
	width: 100%;
}

/*footer*/
footer {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: center;
	background-image: url(../images/bg/tt_bg_header.jpg);
	background-repeat: repeat;
}
footer .ftSection {
	display: inline-block;
	width: 100%;
	padding: 5px 0 5px 0;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	vertical-align: top;
	margin-bottom: 3%;
	text-align: center;
}
footer .ftSection a {
	color: black;
	text-decoration: none;
}
footer .ftSection-header {
	font-size: 1.3em;
	color: rgb(0,93,171);
	margin-bottom: 5px;
}
footer .ftSection2 {
	display: inline-block;
	width: 100%;
	padding: 5px 0 5px 0;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
}
footer .ftSection2 img {
	width: 10%;
	margin-bottom: 3%;
}
footer .ftSection3 {
	display: inline-block;
	width: 100%;
	padding: 5px 0 5px 0;
	font-size: 1.0em;
	color: black;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
}
footer .ftSection3 img {
	width: 25%;
	margin-bottom: 3%;
}
footer .dCopy {
	width: 96%;
	margin: 20px 2% 20px 2%;
	font-size: 1.0em;
}
footer .dCopy .left {
	float: left;
	width: 100%;
	margin-bottom: 3%;
	color: black;
}
footer .dCopy .left a {
	font-size: 1.0em;
	color: black;
	text-decoration: none;
}
footer .dCopy .right {
	float: left;
	width: 100%;
	color: black;
}

/*end desktop 480*/
}

