/*=============================================================
===== UNIVERSAL ===============================================
=============================================================*/

html{ min-height:100%; width:100%; background: #192948; }
body{ }
.tWrap { background: #fff; }
.tWrap .floatLeft{ float:left; }
.tWrap .floatRight{ float:right; }
.tWrap .clear{ clear:both; }
.tWrap .mainBoxWrapper{ margin-bottom:1em; }
.tWrap .sideBoxWrapper{ margin-bottom:1em; }

.tooltip { position: relative; opacity: 1; z-index: auto; }

/* Form */
.tWrap .formBlockSurveyRow:before, .tWrap .formBlockSurveyRow:after{ content:'.'; display:block; overflow:hidden; visibility:hidden; font-size:0; line-height:0; width:0; height:0; }
.tWrap .formBlockSurveyRow:after{ clear:both; }
.tWrap .formBlockSurveyRow{ overflow:visible; width:100%; padding:0; }
.tWrap .formBlockSurveyCell.question{ width:30%; padding:0; }
.tWrap .formBlockSurveyCell.answer{ width:70%; padding:0 0 5px 0; }
.tWrap .formBlockSurveyCell.question label{ margin-top:8px; display:block; }
.tWrap .extendedFormSurveyView  textarea{ height:100px; box-sizing:content-box; -ms-box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; }
.tWrap .extendedFormSurveyView  input:focus, .tWrap .extendedFormSurveyView  textarea:focus, .tWrap .extendedFormSurveyView  select:focus{ outline:none; }
.tWrap .extendedFormSurveyView  input[type=text], .tWrap .extendedFormSurveyView  input[type=tel], .tWrap .extendedFormSurveyView  input[type=email], .tWrap .extendedFormSurveyView  input[type=url]{
	color:#666; border:1px solid #d9d9d9; padding:15px 2%; width:99%;
	/*-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;*/
}
.tWrap .extendedFormSurveyView  textarea{
	color:#666; border:1px solid #d9d9d9; padding:8px 2%; width:95%;
}
.tWrap .extendedFormSurveyView  select{
	color:#666; border:1px solid #d9d9d9; padding:0px 2%; width:95%; line-height:3.5em;
}
.tWrap .extendedFormSurveyView  textarea:focus, .tWrap .extendedFormSurveyView  select:focus, .tWrap .extendedFormSurveyView  input[type=text]:focus, .tWrap .extendedFormSurveyView  input[type=tel]:focus, .tWrap .extendedFormSurveyView  input[type=email]:focus, .tWrap .extendedFormSurveyView  input[type=url]:focus{
	color:#222; border:1px solid #b1b1b1;
}
.tWrap .extendedFormSurveyView input[type="submit"]{ float:right; }
.tWrap .extendedFormSurveyView #msg { background:#e06a6a; color:#fff; text-shadow: 1px 1px 0 #7b1717; padding:1em; border:none; margin:5px 0; }
.tWrap .extendedFormSurveyView #msg .error{ color:#fff; }
.tWrap .extendedFormSurveyView #msg.formSuccess{ background:#9fd9f1; color:#33363a; text-shadow: 1px 1px 0 #d4dff6; }

/* Breadcrumbs */
.tWrap .breadcrumbsCont{ color:#899cc2; }
.tWrap .breadcrumbsCont a{ color:#899cc2; }
.tWrap .breadcrumbsCont a:hover{ color:#fff; }
.tWrap .breadcrumbsCont strong{ font-weight:normal; }
.tWrap .breadcrumbsCont .delim{ padding:0 3px; }

/*=============================================================
===== HEADER ==================================================
=============================================================*/

.tWrap header{ width:100%;  }
.tWrap header.affix {
    position: fixed; top: 0; width: 100% }

.tWrap #headerTop{ width:100%; background: #0e1a31; padding: 2px 0 10px; }
.tWrap #headerBottom{ width:100%; background: #192948; z-index: 4; }
.tWrap #headerBottom.affix {
	position: fixed; top: 0px;
}

.tWrap #headerContentContainer { padding: 0px 0; }

.tWrap #logoContainer{ }
.tWrap #logoContainer #logo{ display:block; margin: 20px 0 10px; }

.tWrap .navbar{ min-height:0; border-radius:inherit; border:none; margin:0px; background: none;  }
.tWrap .navbar-collapse{ padding:0px; }

.tWrap #headerBottom .navbar { background: none; border: none; margin-bottom: 0px; min-height: inherit; }
/* Argon/Default Navigation */
.tWrap header .nav{ float:left; margin:0; padding:0; }
.tWrap header .nav > li{ float:left; list-style:none; position:relative;  padding-left: 2px; }
.tWrap header .nav > li > a{ font-size:15px; line-height:15px; padding:52px 20px; background: none; color:#e7e7e7; text-transform:uppercase; display:block; text-decoration:none; font-family: 'Oswald', sans-serif; }
.tWrap header .nav > li > a:focus, .tWrap header .nav > li > a:active,
.tWrap header .nav > li > a:hover, .tWrap header .nav > li.nav-hover > a, .tWrap header .nav > li.nav-path-selected > a{
	background: #e51b24; color:#fff; text-decoration:none;
}
.tWrap header .nav > li ul{ position:absolute; display:none; margin:0px 0 0 0; padding:10px 19px; z-index:4; background:#e8ebf0 url(../images/dropdown-arrow.jpg) 25% top no-repeat; }
.tWrap header .nav > li ul li{ list-style:none; position:relative; }
.tWrap header .nav > li ul li a{ font-size:15px; line-height:15px; border-top: 1px solid #b1b8c5; padding:14px 0px; background:#e8ebf0; color:#192948; min-width:200px; text-transform:uppercase; text-align:left; display:block; text-decoration:none; font-family: 'Oswald', sans-serif; }
.tWrap header .nav > li ul li:first-child a { border-top: none; }
.tWrap header .nav > li ul li a:active, .tWrap header .nav > li ul li a:focus,
.tWrap header .nav > li ul li a:hover, .tWrap header .nav > li ul li.nav-hover > a, .tWrap header .nav > li ul li.nav-path-selected > a{
	background: url(../images/dropdown-selected-arrow.jpg) right center no-repeat #e8ebf0; color:#3e5f9f; text-decoration:none;
}
.tWrap header .nav > li > ul ul{ left:100%; top:0; }

/* Antimony Navigation */
.tWrap header .nav{ float:right; }
.tWrap header .nav > li > ul ul{ right:100%; left:auto; }

.tWrap header .navbar-header { float: none; }
.tWrap .col-logo { display: none; }
.tWrap .col-nav { padding: 0px; }
.navbar-default .navbar-toggle { border-color: #9da2b6 }
.navbar-default .navbar-toggle:hover { border-color: #9da2b6; background-color: #fff; }
.navbar-default .navbar-toggle .icon-bar { background-color: #9da2b6; }
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #9da2b6; }
.navbar-default .navbar-brand { color: #9da2b6; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #fff; }

/*=============================================================
===== FOOTER ==================================================
=============================================================*/

.tWrap footer{ width:100%; padding:25px 0; background: #192948; }
.tWrap #footerTop{ width:100%; }
.tWrap #footerBottom{ width:100%; background: #192948; font-size: 0.750em; }
.tWrap #footerBottom p{ }
.tWrap #footerBottom a{ color: #e51b24; }
.tWrap #footerBottom a:hover{ text-decoration:underline; }

.tWrap #footerLogo{ margin:0 auto; display:block; }

.tWrap footer .footerRight {  }
.tWrap footer .footerRight h5 { color: #fff; font-size: 1.143em; padding: 0; line-height: 1.1em; padding-bottom: 20px; font-weight: normal; }
.tWrap footer .footerRight h5 a { color: #fff; }
.tWrap footer .footerRight h6 { font-size: 1.143em; padding: 0; line-height: 1.1em; }
.tWrap footer .footerLeft { padding-top: 00px; color: #9da2b6;  }
.tWrap footer .footerLeft h6 { padding: 5px 0; }
.tWrap footer hr { border-color: #364c76}
.tWrap footer #footerBottom .nav{ margin:0; padding:0px 0; }
.tWrap footer #footerBottom .nav > li{ float:left; list-style:none; margin-bottom:8px; background: url(../images/footersep.png) left center no-repeat; }
.tWrap footer #footerBottom .nav > li:first-child { background: none; }
.tWrap footer #footerBottom .nav > li > a{ color:#9da2b6; font-size:16px; font-family: 'Lato', sans-serif; line-height: 1em; padding:10px 16px 10px 22px; }
.tWrap footer #footerBottom .nav > li > a:focus, .tWrap footer #footerBottom .nav > li > a:active,
.tWrap footer #footerBottom .nav > li > a:hover{ text-decoration:underline; background:none; color:#fff; }
.tWrap footer .footerMiddle { padding: 20px 0; }
.tWrap footer p{ padding:0; }
.tWrap footer a{}
.tWrap footer #zCopyrightWrapper{ float: right; }
.tWrap footer #zCopyrightLogo{ vertical-align:middle; }

/*=============================================================
===== HOME ====================================================
=============================================================*/

.tWrap #slideshowContainer{ width:100%;  }

.tWrap #homeTileContainer { width: 100%; background: url(../images/tiles-bg-image.jpg) 50% 50% fixed; padding: 50px 0; }
.tWrap #homeTileContainer .mainTileBoxWrapper { padding-bottom: 10px; }
.tWrap #tilesContainer{ width:100%; }

.tWrap #homeContentContainer { padding: 40px 0; background: #e8ebf0; }
.tWrap .homeMainContent { padding-top: 60px; }

.tWrap #homeLowerContainer{ padding:50px 0 40px; background: #fff; }
.tWrap .homeLowerSide { padding-top: 40px; }

.tWrap .flexslider{ margin:0; overflow:hidden; }
.tWrap .flex-direction-nav{ display:none; } 
.tWrap #slideshowContainer .flex-direction-nav .flex-prev{ width:46px; height:86px; left:20px; background:url(../images/arrows1.png) no-repeat top left; opacity:1; z-index:3; }
.tWrap #slideshowContainer .flex-direction-nav .flex-next{ width:46px; height:86px; right:20px; background:url(../images/arrows1.png) no-repeat top right; opacity:1; z-index:3; }
/*.tWrap #slideshowContainer .flex-direction-nav .flex-prev{ width:40px; height:40px; left:20px; background:url(../images/arrows2.png) no-repeat top left; opacity:1; z-index:3; }
.tWrap #slideshowContainer .flex-direction-nav .flex-next{ width:40px; height:40px; right:20px; background:url(../images/arrows2.png) no-repeat top right; opacity:1; z-index:3; }*/
/*.tWrap #slideshowContainer .flex-direction-nav .flex-prev{ width:48px; height:48px; left:20px; background:url(../images/arrows3.png) no-repeat top left; opacity:1; z-index:3; }
.tWrap #slideshowContainer .flex-direction-nav .flex-next{ width:48px; height:48px; right:20px; background:url(../images/arrows3.png) no-repeat top right; opacity:1; z-index:3; }*/

/*.tWrap #slideshowContainer  .flexslider{ margin:0; }*/
.tWrap #slideshowContainer .flex-control-nav{ bottom:0px; width:1140px; left:50%; margin-left:-570px; position:absolute; text-align:right; }
.tWrap #slideshowContainer .flex-control-nav a{ background:url(../images/dots2.png) top left no-repeat; text-indent:999em; width:18px; height:18px; box-shadow: none;-webkit-border-radius:0px;-moz-border-radius:0px;-o-border-radius:0px;border-radius:0px; }
/*.tWrap #slideshowContainer .flex-control-nav a{ background:url(../images/dots3.png) top left no-repeat; width:13px; height:13px; box-shadow: none;-webkit-border-radius:0px;-moz-border-radius:0px;-o-border-radius:0px;border-radius:0px; }*/
.tWrap #slideshowContainer .flex-control-nav a.flex-active{ background-position:right top; }

/*=============================================================
===== INNER ===================================================
=============================================================*/

.tWrap .innerHeaderContainer{ text-align:center; padding:60px 0 90px; color:#fff; background: url(../images/tiles-bg-image.jpg) 50% 10% no-repeat fixed;  }
.tWrap .innerHeaderContainer h1{ color:#fff; padding-bottom: 25px; }
.tWrap .innerHeaderContainer .swp-breadcrumbs { color: #899cc2; font-size: 0.857em; }
.tWrap .innerHeaderContainer .swp-breadcrumbs a { color: #899cc2; }


.tWrap .innerContentContainer { padding:64px 0; margin:0; background:#fff; }
.tWrap .innerContentContainer .nav{ padding:0; margin:0; }
.tWrap .innerContentContainer .nav > li{ padding:0; margin:0 0 2px 0; list-style:none; }
.tWrap .innerContentContainer .nav > li > a{ color:#192948; background:#fff; padding:20px 27px; font-size:15px; border-bottom: 1px solid #b2bbc9; line-height:15px;display:block; text-decoration:none; text-transform:uppercase; font-family: 'Oswald', sans-serif; }
.tWrap .innerContentContainer .nav > li > a:hover, .tWrap .innerContentContainer .nav > li.nav-hover > a, .tWrap .innerContentContainer .nav > li.nav-path-selected > a{
	background:#fff url(../images/sidenav-selected-arrow.jpg) right center no-repeat; color:#3e5f9f; text-decoration:none;
}
.tWrap .innerContentContainer .nav > li ul{ padding:0 0 11px 0; margin:0;  }
.tWrap .innerContentContainer .nav > li ul li{ list-style:none; }
.tWrap .innerContentContainer .nav > li ul li a{ color:#192948; background:#fff; border-top: 1px solid #b2bbc9; padding:9px 27px; font-size:0.875em; line-height:0.875em; display:block; text-decoration:none; text-transform:uppercase; font-family: 'Oswald', sans-serif; }
.tWrap .innerContentContainer .nav > li ul li a:hover, .tWrap .innerContentContainer .nav > li ul li.nav-hover > a, .tWrap .innerContentContainer .nav > li ul li.nav-path-selected > a{
	background:#fff url(../images/sidenav-selected-arrow.jpg) right center no-repeat; color:#3e5f9f; text-decoration:none;
}

.tWrap .sidebarTile { padding: 20px 0; }

.tWrap .pageTitle {  }

/*=============================================================
===== CUSTOM ==================================================
=============================================================*/

#freeAppraisel { top: 1100px; height: 129px; position: absolute; display: block; right: 1px; width: 429px; transition: all 1.2s ease-in-out; -webkit-transition: all 1.2s ease-in-out; z-index: 4; cursor: pointer; }
#freeAppraisel a { background:url(../images/scrolling-CTA.png) no-repeat top left; display:block; width:429px; height:129px; }

