/*=============================================================
====== TABLE OF CONTENTS ======================================
====== UNIVERSAL ===================================[ZYB01]====
====== HEADER ======================================[ZYB02]====
====== FOOTER ======================================[ZYB03]====
====== HOME ========================================[ZYB04]====
====== INNER =======================================[ZYB05]====
====== CUSTOM ======================================[ZYB06]====
====== MOBILE ======================================[ZYB07]====
=============================================================*/

/*=============================================================
===== UNIVERSAL ====================================[ZYB01]====
=============================================================*/

html{ min-height:100%; width:100%; }
body{ background: #ffffff; }
.tWrap article, .tWrap aside, .tWrap audio, .tWrap canvas, .tWrap command, .tWrap datalist, .tWrap details, .tWrap embed, .tWrap figcaption, .tWrap figure, .tWrap footer, .tWrap header, .tWrap hgroup, .tWrap keygen, .tWrap meter, .tWrap nav, .tWrap output, .tWrap progress, .tWrap section, .tWrap source, .tWrap video{display:block}
.tWrap mark, .tWrap rp, .tWrap rt, .tWrap ruby, .tWrap summary, .tWrap time { display:inline; }
.tWrap .boxShadow{ -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1); }
.tWrap .clear, .tWrap .spacer{ clear:both; }
.tWrap .floatLeft{ float:left; }
.tWrap .floatRight{ float:right; }
.tWrap .mainBoxWrapper{ margin-bottom:0.938em; clear:both; }
.tWrap .sideBoxWrapper{ margin-bottom:0.638em; clear:both; }
.tWrap .swp-breadcrumbs{ margin:0.625em 0; color: #96bde8; font-size:14px; font-weight: 300; }
.tWrap .swp-breadcrumbs a{ color:#ffffff; font-size:14px; }
.tWrap .swp-breadcrumbs strong { font-weight: 300; }
.tWrap .swp-breadcrumbs .delim { padding: 0 3px; }

.tWrap .formBlockSurveyRow{overflow:visible; padding-bottom: 2px;}
.tWrap .formBlockSurveyCell.question{ width:30%; padding:0px; }
.tWrap .formBlockSurveyCell.answer{ width:70%; }
.tWrap .extendedFormSurveyView input[type="text"], .tWrap .guestBook-formBlock input[type="text"],
.tWrap .extendedFormSurveyView input[type="email"], .tWrap .guestBook-formBlock input[type="email"],
.tWrap .extendedFormSurveyView input[type="tel"], .tWrap .guestBook-formBlock input[type="tel"],
.tWrap .extendedFormSurveyView input[type="url"], .tWrap .guestBook-formBlock input[type="url"],
.tWrap .extendedFormSurveyView select, .tWrap .guestBook-formBlock select,
.tWrap .extendedFormSurveyView textarea, .tWrap .guestBook-formBlock textarea{
	box-sizing:content-box; -ms-box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
	width:98%; border:none; padding:1%;	display:block; }
	
.tWrap .extendedFormSurveyView #msg { background: #9fd9f1; color: #404b4f; padding: 1.250em; border:none; margin: 0.5em 0; }

/*=============================================================
===== HEADER =======================================[ZYB02]====
=============================================================*/

.tWrap header .headerContentContainer{ margin-top: 12px; }
.tWrap .logo{ max-width:319px; display:block; margin-top: 40px; }
.tWrap header{ z-index:5; position:relative; }
.tWrap header .navContainer { padding-top: 28px;}
.tWrap header .nav  { float: right; margin: 0; }
.tWrap header .nav > li{ position:relative; list-style:none; float:left; padding:0 0 0 1px; margin:0; }
.tWrap header .nav > li > a{ display:block; font-family: 'Open Sans', sans-serif; font-weight: 300; padding:16px 22px; line-height: 1; text-transform:uppercase; color:#1562b7; font-size:17px; border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; }
.tWrap header .nav > li:hover > a,
.tWrap header .nav > li.nav-hover > a,
.tWrap header .nav > li.nav-path-selected > a{ background:#1562b7; color: #ffffff; }

.tWrap header .nav > li > ul{ position:absolute; display:none; margin:0; padding:0; left:0; min-width:200px; z-index:20; }
.tWrap header .nav > li > ul > li{ border-top:1px solid #080808; border-bottom:1px solid #1e1e1e; list-style:none; margin:0; padding:0; }
.tWrap header .nav > li > ul > li > a{ background:#141414; display:block; font-family: 'Open Sans', sans-serif; padding:0.4em 1.25em; color:#fff; font-size:14px; text-shadow: 1px 1px 4px #000000; }
.tWrap header .nav > li > ul > li:hover > a,
.tWrap header .nav > li > ul > li.nav-path-selected > a{ background:#e3132e; }

/*=============================================================
===== FOOTER =======================================[ZYB03]====
=============================================================*/

.tWrap footer .footerUpper { background: #f3f3f3; padding: 28px 0; }
.tWrap footer .footerUpper h4 { letter-spacing: 1px;  }
.tWrap footer .footerUpper h3 { text-transform: uppercase; color: #1562b7; font-size: 24px; padding: 0; }

.tWrap .footerInner{ padding:10px 0; }
.tWrap footer p { color: #333333; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 16px; }
.tWrap footer a{ font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 16px; }
.tWrap footer ul { padding-top:3px; }
.tWrap footer ul li:first-child{ margin-left:20px; background:none; }
.tWrap footer li{ float:left; padding:6px 6px; background:url('../images/footersep.png') no-repeat; background-position:0px 2px; line-height:1 !important; list-style:none; }

.tWrap .zCopyrightWrapper{ display:block; margin:7px 0 !important; }
.tWrap .zCopyrightWrapper img{ vertical-align:middle; }

/*=============================================================
===== HOME =========================================[ZYB04]====
=============================================================*/

.tWrap .flex-direction-nav{ display:none; }
.tWrap .flexslider{ margin-bottom: 50px !important; box-shadow:none; -webkit-box-shadow:none; padding: 40px 0 20px; }
.tWrap .flex-direction-nav .flex-next{ background:url(../images/rightarrow.png) no-repeat; width:29px; height:54px; right:-50px; }
.tWrap .flex-direction-nav .flex-prev{ background:url(../images/leftarrow.png) no-repeat; width:29px; height:54px; left:-50px; }
.tWrap .flex-control-paging li a { background: #cecece; width: 13px; height: 13px; }
.tWrap .flex-control-paging li a.flex-active { background: #1562b7; }

.tWrap .homeMainContent{ margin-bottom:25px; padding-top: 8px; }

/*=============================================================
===== INNER ========================================[ZYB05]====
=============================================================*/

.tWrap .contentTop{  }
.tWrap .contentTopShadow{ background: #1562b7; }
.tWrap .contentTopSlide{ background:url(../images/slidebg.png) repeat-x top left; }
.tWrap .contentBottom{ background: #cecece; padding:20px 0 65px 0; }

.tWrap .sidebar{}
.tWrap .sidebar .nav{ padding:0; margin:0; }
.tWrap .sidebar .nav > li{ list-style:none; margin:0 0 5px 0; padding:0; }
.tWrap .sidebar .nav > li > a{ color:#1562b7; text-transform:uppercase; font-size:16px; display:block; padding:10px 15px; font-family: 'Open Sans', sans-serif; font-weight: 300; }
.tWrap .sidebar .nav > li.nav-path-selected > a,
.tWrap .sidebar .nav > li.nav-hover > a,
.tWrap .sidebar .nav > li:hover > a{ background:#1562b7; color: #fff; }

.tWrap .sidebar .nav li > ul > li{ list-style:none; margin:0 0 5px 0; padding:0; }
.tWrap .sidebar .nav li > ul > li > a{ color:#1562b7; text-transform:uppercase; font-size:14px; display:block; padding:10px 18px; font-family: 'Open Sans', sans-serif; font-weight: 300; }
.tWrap .sidebar .nav li > ul > li.nav-path-selected > a,
.tWrap .sidebar .nav li > ul > li.nav-hover > a,
.tWrap .sidebar .nav li > ul > li:hover > a{ background:#1562b7; color: #fff; }

.tWrap .globalSidebar{ margin-top:30px; }

.tWrap .pageTitle { text-align: center; padding: 0; line-height: 1; padding-bottom: 15px; letter-spacing: 12px; font-weight: bold; }

/*=============================================================
===== MOBILE =======================================[ZYB06]====
=============================================================*/

.tWrap .hasDrop{ padding-right:15px !important; }
.tWrap .mobileDropdown{ position:absolute !important; right:-11px;top:-0px; width:30px; height:43px; padding:0 !important; z-index:10; background: url(../images/mobilenavarrow.png) no-repeat top right !important;}

/*=============================================================
===== CUSTOM =======================================[ZYB07]====
=============================================================*/
