@charset "utf-8";


/* Main
---------------------------------------- */
html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
	margin-bottom: 1px;
}

body {
	background-color: #555;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	width: 100%;
}

a {
	color: #988eff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus, input[type="image"]:active, input[type="image"]:focus {
	outline: none;
}

a img {
	border: 0;
}

p {
	margin: 0 0 10px;
}


/* Body
---------------------------------------- */
#outterBody {
	/* background: url(lyt_img/body_bg.png) center center repeat; */
	padding-top: 20px;
}

#innerBody {
	margin: 0 auto;
	padding: 23px 0 0;
	width: 1280px;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#applicationContainer {
	background: url(lyt_img/form_bg.png) top left no-repeat;
	height: 710px;
	margin: 183px 0 0 -54px;
	padding: 3px 0 0 61px;
	position: absolute;
	width: 250px;
	z-index: 1000;
}

#headerTop {
	background: url(lyt_img/header_top.png) 4px top no-repeat;
	height: 39px;
}

#headerContainer {
	/* background: url(lyt_img/header_bg.png) top left repeat-y; */
	background-color: #2f638e;
	height: 220px;
}

#headerLeft {
	background-image: url( '/lyt_img/award2020.png' );
	/*background-image: url( '/lyt_img/construction-loan-logo.png' );*/
	background-position: 20px 5px;
	background-repeat: no-repeat;
	background-size: 50%;
	float: left;
	height: 172px;
	margin: 2px 0 0 0;
	position: relative;
	text-align: right;
	width: 25%;
}

#headerLeft span {
    color: #622a21;
	position: absolute;
    right: 2px;
    top: 10px;
}

#headerCenter {
	float: left;
	position: relative;
	text-align: center;
	width: 50%;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#headerCenter a {
	color: #fff;
}

#headerBadge {
	display: none;
	height: auto;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

			transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
		 -o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;

	width: 140px;
}

#headerName {
	padding-top: 20px;
}

#headerTitle img {
	height: auto;
	margin-top: 5px;
	max-width: 220px;
	width: 90%;

			transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
		 -o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

#headerNumber {
	color: #d9d8d8;
	font-size: 20px;
	font-weight: bold;
	margin-top: 4px;

			transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
		 -o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

#headerEmail {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;

			transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
		 -o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

#headerLink {
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	margin-top: 24px;
	text-transform: uppercase;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#headerLink a {
	color: #ddd;
}

#headShot {
	display: none;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#headerRight {
	float: left;
	position: relative;
	width: 25%;
}

#headerRight img {
    position: absolute;
    right: 5px;
    top: 10px;
    height: 180px;
}

#outterContent {
	background: url(lyt_img/content_shadow.png) center center repeat-y;
	clear: both;
	margin-left: 6px;
	    z-index: 1;
    position: relative;
}

#menuContainer {
	background: url(lyt_img/menu_bg.png) center center repeat-x;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#menuNavigation {
	height: 38px;
	font-size: 16px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0 5px 0 250px;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#menuNavigation li {
	float: left;
}

#menuNavigation li#menu-6 {
	display: none;
}

#menuNavigation li a {
	color: #c1c2c2;
	font-weight: bold;
	float: left;
	line-height: 38px;
	padding: 0 26px;
	text-align: center;
}

#menuNavigation li a:hover, #menuNavigation li a.current {
	color: #fff;
	text-decoration: none;
}

#menu-logo {
	height: 25px;
	left: 5px;
	opacity: 0;
	position: absolute;
	top: 5px;
	width: 164px;

		    transition: all .2s ease-in;
	   -moz-transition: all .2s ease-in;
	     -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

#nav-hamburger {
	display: none;
	margin: 0;
	outline: none;
	padding: 3px;
	right: 5px;
	position: absolute;
	top: 3px;
	vertical-align: bottom;
	width: 25px;
}

#nav-hamburger span {
	background-color: #eee;
	border-radius: 1px;
	display: block;
	height: 4px;
	margin: 3px 1px;
	position: relative;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#nav-hamburger:hover span {
	background-color: #bbb;
}

#floating-menu {
    background: rgba(59, 59, 59, 0.95);
	bottom: 0;
	display: none;
	font-size: 16px;
    height: auto !important;
	left: -250px;
	margin: 0;
    min-height: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	width: 250px;
	z-index: 1002;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#floating-menu.show {
	left: 0;
}

#floating-menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#floating-menu > ul > li {
	line-height: 26px;
}

#floating-menu > ul > li > a {
    background: linear-gradient(rgba(62, 62, 62, 0.4), rgba(56, 56, 56, 0.4));
    border-bottom: 1px solid #2e2e2e;
    border-top: 1px solid #484848;
	color: #fff;
	display: block;
	height: auto;
	padding: 10px 15px;
	position: static;
	text-align: left;
}

#floating-menu > ul > li > a:hover, #floating-menu > ul > li > a.current {
	background: linear-gradient(#484848, #383838);
	color: #7499c6;
	text-decoration: none;
}

#innerContent {
	background: #fff;
	overflow: hidden;
	padding-bottom: 20px;
}

#contentLeft {
	float: left;
	padding: 674px 32px 0;
	position: relative;
	width: 210px;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#contentLeft.apply {
	padding: 20px 32px 0;
}

.leftTitle {
	padding-bottom: 10px;
	position: relative;
}

#blogContainer {
	font-size: 11px;
}

#blogTitle {
	color: #070808;
	font-weight: bold;
	line-height: 13px;
	text-transform: uppercase;
}

#blogRSS {
	margin-left: 26px;
	position: absolute;
}

#blogDate {
	color: #070808;
}

#blogContent {
	line-height: 15px;
}

#blogMore {
	padding-top: 14px;
}

#leftTestimonialContainer {
	border-top: 1px solid #4a4a4a;
	font-size: 11px;
	line-height: 14px;
	margin-top: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #4a4a4a;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#leftTestimonialContent {
	padding: 9px 0 0 3px;
}

#leftTestimonialClient {
	color: #606060;
	font-weight: bold;
	padding: 19px 0 0 3px;
}

#leftTestimonialLocation {
    border-bottom: 1px solid #4a4a4a;
	font-style: italic;
	padding: 0 0 0 3px;
}

#leftLicenseContainer {
    border-bottom: 1px solid #4a4a4a;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 19px;
}

#leftAwardContainer {
	margin-top: 20px;
}

#contentRight {
	float: left;
	padding: 38px 50px 0 0;
	width: 950px;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#contentRate {
	background-color: #ead9ad;
	border: 1px solid #c39210;
	margin-bottom: 30px;
	padding: 10px;
}

#contentRateTitle {
	border-bottom: solid 1px #d3c08d;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.contentRateTable {
	width: 98%;
}

#contentRateTable td {
	padding: 2px;
}

.contentRateLabel {
	color: #333;
	width: 170px;
}

.contentRateNumber {
	color: #0ba60b;
	font-size: 16px;
	font-weight: bold;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.contentRateNote {
	color: #707070;
	font-size: 8px;
	position: absolute;
	margin: -3px 0 0 7px;
}

#contentBanner {
}

#contentBanner img {
	height: auto;
	margin-bottom: 30px;
	width: 100%;
}

#contentApply {
	display: none;
	text-align: center;
}

#contentApply img {
	height: auto;
	margin: 0 auto 30px;
	min-width: 260px;
	max-width: 354px;
	width: 100%
}

#contentTitle {
	border-bottom: solid 1px #e8e8e8;
	color: #555; /* #707070 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding-bottom: 8px;
}

#contentText {
	padding-top: 31px;
}

.contentHome p a, #contentText p a:hover, .contentHome ul a, .contentHome ul a:hover {
	color: #707070;
	text-decoration: none;
}

.contentLarge {
	font-size: 16px;
	line-height: 20px;
}

#miLogo {
	border-bottom: 1px solid #4a4a4a;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#miLogo img {
	margin-left: -5px;
}

#caampLogo {
	border-bottom: 1px solid #4a4a4a;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
}

#contentFooter {
	background: url(lyt_img/footer_bg.png) top center no-repeat;
	color: #757575;
	font-size: 12px;
	font-weight: bold;
	height: 41px;
	margin-left: 6px;
	padding-top: 9px;
	position: relative;
	text-align: center;
	text-transform: lowercase;
}

#contentFooter a {
	color: #757575;
}

#contentFooter a.current, #contentFooter a:hover {
	color: #fff;
	text-decoration: none;
}

#contentFooter span {
	margin: 0 6px;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#contentFooterNote {
	font-size: 10px;
	position: absolute;
	right: 20px;
	top: 4px;
}

#footerContainer {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

#footerButton {
	overflow: hidden;
}

#footerButtonLeft {
	float: left;
	text-align: center;
	width: 510px;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#footerButtonRight {
  background: url( '/lyt_img/btn_empty.png' ) center center no-repeat;
  display: none;
	float: left;
	height: 80px;
	margin: 0 90px;
	width: 290px;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#footerButtonTitle {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 9px 0 0 20px;
}

#footerButtonTable {
	font-size: 11px;
	margin: 4px 0 0 20px;
}

.footerCopyright {
	padding-top: 15px;
	text-align: center;
}

#footerInfo {
	padding: 12px 0 40px;
	text-align: center;
}

#footerInfo a {
	font-weight: bold;
}

#footerDisclaimer {
	font-size: 14px;
	line-height: 20px;
	margin: 0 50px 0 60px;
	padding-bottom: 30px;
	position: relative;
}

#footerDisclaimer span {
	position: absolute;
	left: -15px;
}

#siteLinkContainer {
	font-size: 8px;
	line-height: 8px;
	text-align: justify;
}

#siteLinkContainer a {
	color: rgba( 0, 0, 0,0.05 );
}

#linkContainer {
	color: rgba( 97,97,97,0.25 );
	font-size: 8px;
	line-height: 8px;
	padding-bottom: 20px;
	text-align: justify;
}

#linkContainer a {
	color: rgba( 97,97,97,0.25 );
	cursor: default;
}

#linkContainer a:hover {
	text-decoration: none;
}



/* Contact Us
---------------------------------------- */
#contactContainer {
	overflow: hidden;
}

#contactForm {
	border-right: 1px solid #dcdfe1;
	float: left;
	padding-right: 20px;
	width: 295px;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#contactText {
	float: left;
	padding-left: 20px;
	width: 202px;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#submitButton {
	padding-top: 10px;
}


/* Testimonials
---------------------------------------- */
#testimonialText {
	padding-bottom: 20px;
}

#testimonialContainer {
	oveflow: hidden;
}

#testimonialLeft {
	float: left;
	width: 269px;
}

#testimonialRight {
	float: left;
	width: 269px;
}

.testimonialContainer {
	border-bottom: 1px solid #cdcdcd;
	padding: 0 0 20px;
}

.testimonialContainer:not(:first-child) {
    padding-top: 20px;
}

.testimonialContent {
}

.testimonialContent img {
	border: 1px solid #cdcdcd;
	padding: 2px;
	margin-left: 20px;
}

.testimonialClient {
	color: #303030;
	font-weight: bold;
	padding-top: 3px;
}

.testimonialLocation {
	font-style: italic;
}


/* Calculators
---------------------------------------- */
#calculatorText {
	padding-bottom: 20px;
}

#calculatorTitle {
	color: #505050;
	font-weight: 300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	border-bottom: solid 1px #f0f0f0;
	text-align: center;
}

#calculatorContainer {
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
	width: 100%;
    max-width: 600px;
	margin: 0 auto;
}

#calculatorContainer table {
	border-collapse:collapse;
}

#calculatorContainer td {
	padding: 5px;
}

#calculatorLeftTitle {
	padding-right: 35px;
	width: 150px;
}

#calculatorRightTitle {
	padding-left: 35px;
	text-align: right;
	width: 150px;
}

.calculatorLabel {
	line-height: 15px;
	text-align: center;
}

.calculatorDark {
	color: #303030;
	display: inline-block !important;
}

.calculatorSymbol {
	font-size: 11px;
	vertical-align: middle;
	text-align: right;
	width: 35px;
}

.calcText {
	margin: 0;
}

.calculatorInput {
	box-sizing: border-box;
	font-size: 16px;
	border: 1px solid #e0e0e0;
	background-color: #f8f8f8;
	width: 100%;
	padding: 5px 5px 3px;
	text-align: right;
}

.calculatorInputRO {
	box-sizing: border-box;
	color: #303030;
	font-size: 16px;
	border: 1px solid #c8c8c8;
	background-color: #e8e8e8;
	width: 100%;
	padding: 5px 5px 3px;
	text-align: right;
}


/* News
---------------------------------------- */
.news-item {
	border-top: 1px solid #dcdcdc;
	margin-top: 20px;
	padding-top: 20px;
}

.news-item:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.news-title {
	color: #444;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.news-date {
    font-size: 12px;
    margin-top: 5px;
}

.news-content {
	margin-top: 20px;
	overflow: hidden;
}

.news-image {
	float: left;
	margin-right: 30px;
	min-height: 1px;
	width: 200px;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.news-image > img {
	height: auto;
	width: 100%;
}

.news-text {
	overflow: hidden;
}

.news-description {
}

.news-more {
}


/* Form
---------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
}

.siteInput {
	border: 3px solid #e0e0e0;
	color: #302e2f;
	margin-bottom: 5px;
	padding: 9px 12px;
	width: 226px;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.siteTextarea {
	border: 3px solid #e0e0e0;
	color: #302e2f;
	margin-bottom: 5px;
	padding: 9px 12px;
	width: 265px;

		    transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}


/* Popup
---------------------------------------- */
#alertText {
	display: none;
	background-color: #fff;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 20px;
	position: relative;
	width: 400px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.alertClose {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	box-shadow: none;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 8px;
	position: absolute;
	right: -7px;
	top: -7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.alertClose:hover {
	background-color: #666;
}


/* Miscellaneous
---------------------------------------- */
.formError {
	background-color: #ff9;
	border: 1px solid #cc6;
	color: #f00;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
}

.formSuccess {
	background-color: #9c9;
	border: 1px solid #393;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
}

.formLabel {
	padding-right: 10px;
	text-align: right;
}

.formText {
	padding-bottom: 10px;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textJustify {
	text-align: justify;
}

.textBold {
	font-weight: bold;
}

.noBorder {
	border: 0;
}

.layerHide {
	display: none;
	visibility: hidden;
}

.layerShow {
	display: inline;
	visibility: visible;
}

.contentImage {
	border: 1px solid #4a4a4a;
	padding: 3px;
	margin: 0 0 10px 20px;
}



/* Responsive - Tablet
---------------------------------------- */
@media only screen and (max-width: 1320px) {
	/* Body
	---------------------------------------- */
	#innerBody {
		width: 740px;
	}

	#applicationContainer {
		margin: 220px 0 0 -54px;
	}

	#headerTop {
		background: url(lyt_img/header_top.png) 4px top no-repeat;
		background-size: 740px 33px;
		height: 33px;
	}

	#headerContainer {
		background-size: 740px 1px;
	}

	#headerLeft {
		width: 190px;
		background-position: 22px 10px;
		background-size: 82%;
	}

	#headerCenter {
		width: 356px;
	}

	#headerLink {
		margin: 14px 0 10px;
	}

	#headerRight {
		width: 190px;
	}

	#headerRight img {
		right: 3px;
	}

	#outterContent {
		background-size: 738px;
	}

	#menuContainer {
		margin: 8px 3px 0 2px;
		width: 731px;
	}

	#menuNavigation {
		font-size: 11px;
		padding: 0 3px;
	}

	#menuNavigation li a {
		padding: 0 12px;
	}

	#innerContent {
		background: none;
	}

	#contentLeft {
		padding: 660px 20px 0;
	}

	#contentLeft.apply {
		padding: 20px 20px 0;
	}

	#contentRight {
		padding: 28px 20px 0;
		width: 444px;
	}

	#contentFooter {
		background-size: 741px;
		background-position: 1px top;
		font-size: 10px;
		height: 28px;
		padding-top: 4px;
	}

	#contentFooter span {
		margin: 0 4px;
	}

	#footerButtonLeft {
		width: 399px;
	}

	#footerButtonRight {
		margin: 0 25px;
		width: 291px;
	}

	#contentFooterNote {
		top: 2px;
	}


	/* Contact Us
	---------------------------------------- */
	#contactForm {
		padding-right: 10px;
		width: 235px;
	}

	#contactText {
		font-size: 14px;
		padding-left: 10px;
		width: 194px;
	}


	/* Form
	---------------------------------------- */
	.siteInput {
		width: 206px;
	}

	.siteTextarea {
		width: 206px;
	}

}



/* Responsive - Mobile
---------------------------------------- */
@media only screen and (max-width: 760px) {

	/* Body
	---------------------------------------- */
	#outterBody {
		padding-top: 0;
	}

	#innerBody {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	#applicationContainer {
		display: none;
	}

	#headerTop {
		display: none;
	}

	#headerContent {
		height: auto;
	}

	#headerLink {
		display: none;
	}

	#headerContainer {
		background: #000;
		height: auto;
		margin: 0;
		padding: 20px 0 0;
	}

	#headerLeft {
		display: none;
	}

	#headerCenter {
		float: none;
		width: 100%;
	}

	#headerBadge {
		display: block;
	}

	#headerName img {
		max-width: 313px;
	}

	#headerTitle img {
		max-width: 240px;
	}

	#headerNumber {
		margin-top: 4px;
	}

	#headerEmail {
		margin-top: 0;
	}

	#headShot {
		display: block;
	}

	#headerRight {
		display: none;
	}

	#outterContent {
		background: #fff;
		margin: 0;
	}

	#menuContainer {
		float: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		width: 100%;
		z-index: 1001;
	}

	#menuContainer.sticky {
		position: fixed;
		top: 0;
	}

	#menuNavigation li {
		display: none;
	}

	#menuContainer.sticky #menu-logo {
		opacity: 1;
	}

	#nav-hamburger {
		display: block;
	}

	#floating-menu {
		display: block;
	}

	#innerContent {
		display: table;
		margin: 0 5%;
		padding: 20px 0 40px;
		width: 90%;
	}

	#contentLeft {
		display: table-footer-group;
		float: none;
		padding: 0;
		width: 100%;
	}

	.leftTitle {
		text-align: center;
	}

	#blogTitle {
		text-align: center;
	}

	#blogRSS {
		margin: 0;
		right: 0;
	}

	#blogDate {
		text-align: center;
	}

	#blogContent {
		margin-top: 10px;
	}

	#leftTestimonialContent {
		padding: 0;
		text-align: center;
	}

	#leftTestimonialClient {
		padding: 0;
		text-align: center;
	}

	#leftTestimonialLocation {
		padding: 0;
		text-align: center;
	}

	#leftLicenseContainer {
		text-align: center;
	}
	
	#leftAwardContainer {
		text-align: center;
	}

	#contentRight {
		display: table-header-group;
		float: none;
		padding: 0;
		width: 100%;
	}

	.contentRateLabel {
		width: 140px;
	}

	.contentRateNumber {
		text-align: center;
	}

	#contentApply {
		display: block;
	}

	#contentText {
    	border-bottom: 1px solid #4a4a4a;
	    margin-bottom: 15px;
		padding-bottom: 30px;
	}

	#miLogo {
		text-align: center;
	}

	#miLogo img {
		margin: 0;
	}

	#caampLogo {
		text-align: center;
	}

	#contentFooter {
		background: #000;
		height: 28px;
		padding-top: 6px;
	}

	#contentFooter a {
		display: none;
	}

	#contentFooter span {
		display: none;
	}

	#contentFooterNote {
		display: block !important;
		margin: 0;
		position: relative;
		right: auto;
		text-align: center;
		top: auto;
	}

	#footerButtonLeft {
		float: none;
		width: 100%;
	}

	#footerButtonLeft img {
		height: auto;
		max-width: 324px;
		width: 90%;
	}

	#footerButtonRight {
		background-position: top center;
		background-size: 90%;
		float: none;
		margin: 0 auto;
		max-width: 310px;
		width: 90%;
	}

	#footerButtonTitle {
		font-size: 13px;
		margin: 0;
		text-align: center;
	}

	#footerButtonTable {
		margin: 7px 25px 0;
	}

	.contentRateNumber {
		font-size: 14px;
	}


	/* Contact Us
	---------------------------------------- */
	#contactForm {
		border: 0;
		float: none;
		padding: 0;
		width: 100%;
	}

	#contactText {
		float: none;
		padding: 30px 0 0;
		text-align: center;
		width: 100%;
	}


	/* Calculators
	---------------------------------------- */
	#calculatorLeftTitle {
		line-height: 18px;
		padding: 0;
		width: 135px;
	}

	#calculatorRightTitle {
		line-height: 18px;
		padding: 0;
		width: 135px;
	}

	.calculatorLabel {
		font-size: 11px;
		padding: 0 2px;
		width: 50px;
	}

	.calculatorSymbol {
		display: none;
	}

	.calculatorInput {
		font-size: 11px;
		width: 95%;
	}

	.calculatorInputRO {
		font-size: 11px;
		width: 95%;
	}


	/* News
	---------------------------------------- */
	.news-image {
		float: none;
		margin: 0;
		width: 100%;
	}


	/* Form
	---------------------------------------- */
	.siteInput {
		padding: 9px 3%;
		width: 90%;
	}

	.siteTextarea {
		padding: 9px 3%;
		width: 90%;
	}


	/* Popup
	---------------------------------------- */
	#alertText {
		padding: 20px 5%;
		width: 75%;
	}

}



/* Responsive - Mobile
---------------------------------------- */
@media only screen and (max-width: 540px) {

	/* Body
	---------------------------------------- */
	#headerBadge {
		height: auto;
		width: 114px;
	}

	#headerName img {
		height: auto;
		max-width: 213px;
		width: 90%;
	}

	#headerTitle {
		margin-top: 4px;
	}

	#headerTitle img {
		max-width: 200px;
	}

	#headerNumber {
		font-size: 16px;
	}
	
	#headShot {
		width: 143px;
	}


	/* Testimonials
	---------------------------------------- */
	.testimonialContent img[style*="float:left"] {
		display: block;
		float: none !important;
		margin: 0 auto 20px;
	}

	.testimonialContent img[style*="float:right"] {
		display: block;
		float: none !important;
		margin: 0 auto 20px;
	}

}

/* Responsive - Mobile
---------------------------------------- */
@media only screen and (max-width: 460px) {

	/* Body
	---------------------------------------- */
	#headerBadge {
		height: auto;
		width: 88px;
	}

	#headerName img {
		height: auto;
		max-width: 163px;
		width: 90%;
	}

	#headerTitle img {
		height: auto;
		max-width: 130px;
		width: 90%;
	}

	#headerNumber {
		font-size: 13px;
	}

	#headerEmail {
		font-size: 9px;
	}

	#headShot {
		width: 106px;
	}
}