@charset "UTF-8";
/* Web Solutions 4.0 Compatible */
html {-webkit-box-sizing:border-box;box-sizing:border-box;}
*, *:before, *:after {-webkit-box-sizing:inherit;box-sizing:inherit;}
body{margin:0;padding:0;-webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

img{border: 0}
ul{padding-left: 0}
ul li{list-style:none}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr{font-family:inherit; font-size:inherit; font-style:inherit;font-weight:inherit}
table {border-collapse:collapse}
td, th {color: #4A4A4A;empty-cells:show;vertical-align:top;text-align:left;}
body {background: #00143C;}
#skipNavigation{background:#fff;color:#000;padding:.5em;position:absolute;left:0;top:-1000px;z-index:10}
#skipNavigation:focus,#skipNavigation:active{top:0;}
iframe[src="/management/login/persistSession.aspx"] {display: none}
/*page widths*/
body>header, #mainnav, main, body>footer,#alertApp{width:100%;display:block;}

.transitioned {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#mainnav, main, body>footer, #alertApp, body{overflow-x: hidden;}
body>*>.wrap, body>footer>.fatFooter,#alertApp>*,.home .wrap{width:100%;max-width: 74rem;margin-left:auto;margin-right:auto;position:relative;overflow:auto;}
body>footer>.fatFooter {overflow: hidden;}
/* text */
body, .text, input, button, select, textarea {font-family:Arial, sans-serif;line-height:1.5;color:#666;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.text{font-size: 1rem}
a, a *{color: #1F4E79;text-decoration:none;}
a:hover, a:active, a:hover *, a:active *{color: #D8AB3F;}
p,h1,h2,h3,h4,hr,.content ul,.contentEditor ul,blockquote,dd,ol{margin-top:0;margin-bottom:1rem}
.content .highlight ul {margin-bottom: 0;}
h1, h2, h3, h4, h5, h6, h7, h8, h9, th{font-weight:400; line-height: 120%;}
p + h2, p + h3, p + h4, p + h5, p + h6 {margin-top:2em;}
.textColor, h1, h2, h3, h4, h5, h6, h7, h8, h9, th, dt{color: #1F4E79;}
em, i, q, cite, .italic{font-style:italic}
h2 > em.text { font-size: .8125rem; }
b, strong{font-weight:700}
u{text-decoration:none}
hr{border:0;border-top:1px solid rgba(0,0,0,.15); clear:both; margin:1em 0;padding-top:1px}
p{font-size: .875rem;color: #4A4A4A;line-height: 1.875rem;}
h1{font-size:2.25em;}
h2, .content * h1{font-size: 1.7rem;line-height: 1.875rem;color: #002060;}
h3, .content * h2{font-size:1.5rem;line-height: 1.5rem;color: #1F4E79;margin-bottom: 1.75rem}
h4, th{font-size:1.25rem;line-height: 1.25rem;color: #4a4a4a;margin: 0 0 1.75rem;}
h5 {font-size:1.1em}
h6 {font-size:1.0em}
sup, sub {font-size:.6em; line-height:.6em;vertical-align:baseline;position:relative}
sup {bottom:1ex}
sub {top:.5ex}

#wsMainManagement a,
#wsMainManagement span {
  line-height: 1;
}

.content blockquote {
  float: right;
  margin: 2.5rem 0 0 2.5rem;
  text-align: right;
  width: 17.1875rem;
}

.content blockquote p {
  color: #1F4E79;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.5625rem;
}

.content blockquote footer {
  color: #4A4A4A;
  font-size: 1rem;
  font-style: italic;
}

/* TRANSITIONS ------------------------------ */

#ancillary .search input[type="submit"], .callout img, a, a *,button,
.button,input[type="button"],input[type="submit"],.rsFullscreenBtn,#alertApp,#alertApp span,#alertDesc,#navContainer li,.hamburger{
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#mobilenav span, .callout h2, .social ul li, .btn-primary, .btn-secondary, input[type="submit"], input[type="button"], #navContainer .menu {
  -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}

#ancillary form {
  -webkit-transition: height .3s ease-out;
  -moz-transition: height .3s ease-out;
  -o-transition: height .3s ease-out;
  transition: height .3s ease-out;
}

#welcome .video .video-overlay, #mainnav li ul {
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

#ancillary .search input[type="text"] {
  -webkit-transition: width .3s ease-out;
  -moz-transition: width .3s ease-out;
  -o-transition: width .3s ease-out;
  transition: width .3s ease-out;
}


/* PAGE SCROLL ANIMATIONS ------------------------------ */

.no-glide {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.animate-left,
.animate-right,
.animate-down,
.animate-down-left,
.animate-down-right,
.animate-up,
.animate-up-left,
.animate-up-right {
  opacity: 0;
  position: relative;
  z-index: 50;
  -webkit-transition: all .75s ease;
  -o-transition: all .75s ease;
  -moz-transition: all .75s ease;
  transition: all .75s ease;
}

.animate-left {
  left: 4.6875rem;
  top: 0;
}

.animate-left.animated {
  left: 0;
  top: 0;
}

.animate-right {
  right: 4.6875rem;
  top: 0;
}

.animate-right.animated {
  right: 0;
  top: 0;
}

.animate-up {
  top: 4.6875rem;
}

.animate-up.animated {
  top: 0;
}

.animate-down {
  top: -4.6875rem;
}

.animate-down.animated {
  top: 0;
}

.animate-down-left {
  left: 4.6875rem;
  top: -4.6875rem;
}

.animate-down-left.animated {
  left: 0;
  top: 0;
}

.animate-down-right {
  right: 4.6875rem;
  top: -4.6875rem;
}

.animate-down-right.animated {
  right: 0;
  top: 0;
}

.animate-up-left {
  left: 4.6875rem;
  top: 4.6875rem;
}

.animate-up-left.animated {
  left: 0;
  top: 0;
}

.animate-up-right {
  right: 4.6875rem;
  top: 4.6875rem;
}

.animate-up-right.animated {
  right: 0;
  top: 0;
}

.animated {
  opacity: 1;
  z-index: 50;
}

.animated,
.animate-1 {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.animate-2 {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.animate-3 {
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}

.animate-4 {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
}

.animate-5 {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.animate-6 {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.animate-7 {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.animate-8 {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}


/* HEADER ------------------------------*/

#mobile-indicator {
  display: none;
}

button, .btn-primary, .btn-secondary, input[type="submit"]:not(.login), input[type="submit"]:active, input[type="submit"]:focus, input[type="button"], input[type="button"]:active, input[type="button"]:focus {
  background: #D8AB3F;
  border: 0;
  color: #FFF;
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  margin: .25rem 0;
  outline: 0;
  padding: .64rem 1rem;
  cursor: pointer;
}

.btn-secondary, input[type="button"], input[type="button"]:active, input[type="button"]:focus {
  background: #1F4E79;
}

input[type="submit"]:not(.login), input[type="button"]:not(.help,.fileSearch) {
  width: 9.0625rem;
}

.btn-primary:hover, input[type="submit"]:hover {
  background: #002060;
}

.btn-secondary:hover, input[type="button"]:hover {
  background: #002060;
}

.btn-primary + *, .btn-secondary + * {
  margin-top: 1rem;
}


.btn-primary + button,
.btn-primary + .btn-primary,
.btn-primary + .btn-secondary,
.btn-secondary + button,
.btn-secondary + .btn-primary,
.btn-secondary + .btn-secondary,
.btn-primary + input[type='submit'],
.btn-primary + input[type='button'],
.btn-secondary + input[type='submit'],
.btn-secondary + input[type='button'],
input[type='submit']:not(.login) + button,
input[type='submit']:not(.login) + input[type='submit'],
input[type='submit']:not(.login) + input[type='button'],
input[type='button']:not(.help) + button,
input[type='button']:not(.help) + input[type='submit'],
input[type='button']:not(.help) + input[type='button'] {
  margin-top: 0;
}

.btn-yellow {
  background: #D8AB3F;
  color: #FFF;
  display: inline-block;
  font-size: .95rem;
  line-height: 1.25rem;
  padding: .8rem 1rem .765rem;
}

.btn-yellow:hover {
  background: #1F4E79;
  color: #FFF;
}

/* FONTS ------------------------------*/

/* Franklin-gothic-urw - "Book" weight */
#ancillary a, #mainnav ul li ul li a, #welcome p, .catalog-text h2 > span, #catalog a.search-link, .catalog-text p, .fatFooter address, .fatFooter .towns, footer .copyright, #web-solutions-exposure, #sidenav > ul > li > ul > li > ul a, .content p, figcaption, .formTable td, blockquote footer,.content .accountBox ul li,.enrichment-class section ul li {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
}

/* Franklin-gothic-urw - "Medium" weight */
#alertApp h1, #mainnav a, #navContainer .menu, .rotator-text span:first-of-type, .callout h2, .fatFooter h2, #sidenav > ul > li > ul > li > a, .content h3, .content h4, .btn-yellow, .btn-primary, .btn-secondary, input[type="submit"]:not(.login), input[type="button"],.enrichment-class h1 a {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
}

/* Franklin-gothic-urw - "Demi" weight */
.content .highlight h1, .content h2  {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  margin-bottom: 1.75rem;
}

/* JustusPro - "Regular" weight */
.rotator-text span:last-of-type, .content p.intro, .content ul li, .content blockquote p {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 400;
}

/* JustusPro - "Medium" weight */
#welcome h1, .catalog-text h2, .content h1 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 500;
  font-style: normal;
}



/* HEADER ------------------------------*/
body>header{background:#fff;z-index: 99;}
body>header>.wrap{height:3.75rem}
#brand{display:block;float: left;margin: 0 0 0 1rem;position: relative;top: -.15rem;}
#brand img{height: auto;width: auto;position: relative;top: -.6rem;margin-top: 1.6rem;}


/* MAIN ------------------------------ */
.menu{cursor: pointer}
main, .mceContentBody{background:#fff}
/*main>.wrap{padding-top: 2.375em;max-width: 63.0625rem;}*/
main>.wrap{padding-top: 2.375em;}
.contentEditor{background:#fff;min-width:100%;}
/* t1 */
#sidenav{width:100%;overflow:hidden;margin: 0;}
#sidenav ul{padding: 0}
#sidenav li{height:1%;overflow:hidden}
#sidenav > ul > li > a {display: none;}
#sidenav li a{padding:.5em .25rem;line-height:1.1em;display:block;}
#sidenav li a:hover, #sidenav li a:active{background:#e5e5e5}
#sidenav li.on>a{color:#000}
/* t2 */
#sidenav li.on ul{border: 0;}
#sidenav li.on ul li{border-bottom: 0;}

#sidenav>ul>li.on>ul>li>a::after {
  content: "";
  background-image: url(../images/icon-angle-down.svg);
  display: inline-block;
  width: 1em;
  text-align: center;
  text-indent:0;
  height: .75rem;
  width: .625rem;
  background-repeat: no-repeat;
  position: absolute;
  right: .625rem;
  top: .625rem;
}

#sidenav li.on ul li a{padding: .36em 1rem .355em;font-size: .9rem;line-height: 1.1875rem;color: #002060;}
#sidenav li ul li a:hover, #sidenav li ul li a:active, #sidenav li ul li.on>a:hover{color: #FFF;background: #D8AB3F;}
#sidenav li ul li.on>a{color: #FFF;background: #1F4E79;position: relative;}
/* t3 */
#sidenav li ul li.on ul{padding: .3125rem 0;background: #00143C;}
#sidenav li ul li.on ul li{border:0}
#sidenav li ul li.on ul li a{padding-left: 1.1875rem;font-size: .825rem;line-height: 1rem;color: #FFF;padding: .32em .625rem .324em 1.25rem;}

#sidenav li ul li ul li.on>a{color: #1F4E79;background: #D8D8D8;}
/* t4 */
#sidenav li ul li ul li.on ul{background-color: #fff;padding: 0}
#sidenav li ul li ul li.on ul li a{padding-left:2rem;font-size:.8em;color:#666}
#sidenav li ul li ul li ul li a:hover, #sidenav li ul li ul li a:active{background:#D8AB3F;color: #fff}
#sidenav li ul li ul li ul li.on>a{background:#D8AB3F;color: #fff}

/*section callouts*/
main>div>aside section{margin:0 0 1.25rem;padding:0.625rem}
main>div>aside section:hover{background:#FFC}
main>div>aside section h1{margin:0;font-size:1.2em}
main>div>aside section p{margin:0}
/* breadcrumb */
.breadcrumb{margin-bottom: 1em;display: none;}
.breadcrumb a:after{content: "\00A0\00A0\203A\00A0"}

/* content */
.content{word-wrap:break-word}
.content .photoright, .content .photoleft{max-width:50%;height:auto}
.content .photoright img,.content .photoleft img {max-width:100%;height:auto;margin: 0;float: none}
.content img.phototreatment{max-width:50%;height:auto}
.content figure.phototreatment{width: 100%;text-align: center}
.content figure.phototreatment img{max-width: 100%;width: auto;height: auto}
img.phototreatment,img.photoright,img.photoleft,.photoright img,.photoleft img {max-width: 100%;width: auto;height: auto}
.photoright{float:right;clear:right}
.photoleft{float:left;clear:left}
.muted {opacity:0.5;filter:alpha(opacity=50)}
.highlight, .content .highlight{background: #F1EFEF; clear:both; padding: 2.5rem 1.5625rem 2.25rem;margin: 3em 0;}
small, .textSm{font-size:.8em}
.content table{width:100%}

.shareIcons{display:inline-block;position:relative;overflow:auto}
.shareIcons a{display:block;float:left;margin:0 .5em 1em 0;height:20px;width:20px;background-position:center center; background-repeat:no-repeat;background-size:contain;border-radius:.2em;-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, .2);box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, .2)}
.shareIcons a:hover{background-color:#F03C5E}
.shareFacebook{background-color:#3b5998; background-image:url(../../images/icons/64x64/facebook.png)}
.shareTwitter{background-color:#00aced; background-image:url(../../images/icons/64x64/twitter.png)}
.shareLinkedin{background-color:#007bb6; background-image:url(../../images/icons/64x64/linkedin.png)}
.shareGoogle{background-color:#dd4b39; background-image:url(../../images/icons/64x64/google-plus.png)}

.intro {color: #4A4A4A;font-size: 1.25em;line-height: 1.75rem;margin-bottom: 1.625rem;}
figcaption {font-size: .875rem;text-align: right;font-style: italic;line-height:1.5625rem;margin: .25rem 0 0;}

/* list */
.content ul{ margin-bottom: 1.75em;margin-left: 1em}
.content ul li{padding-left:2em;text-indent: -1em;margin-bottom: .5em}
.content ol {margin-left:0; padding-left: 40px; }
.content ul ol li {list-style:decimal; padding-left: 0; text-indent: 0;}
.content ol ol li {list-style: lower-alpha}

.content .highlight ul li {color: #4A4A4A;}
.content .highlight ul li:last-of-type {margin: 0;}
.content .highlight h1 {color: #002060;font-size: 1.4rem;line-height: 1.5625rem;margin: 0 0 1.5625rem;}

.content ul li:before {
  content: "";
  background-image: url(../images/icon-angle-right.svg);
  display: inline-block;
  width: 1em;
  text-align: center;
  text-indent:0;
  height: .75rem;
  background-repeat: no-repeat;
  position: relative;
}
.content ol li:before {
  display: none;
}

.content ul li ul li:before{opacity: .5}

/* addon classes */
.clearFloats{clear:both}
.nobr{white-space: nowrap}

/* addon classes */
.clearFloats{clear:both}
.nobr{white-space: nowrap}
.twoCol, .threeCol, .resCol{
-webkit-column-rule:0;
        column-rule:0;
-webkit-column-gap:2em;
        column-gap:2em;
}
.twoCol>*, .resCol>*{width: 100%;display: inline-block}
.req{color:#c00}
.textIcon{background:#999; background-color:rgba(0,0,0,.2);font-size:.8em;line-height:1em;display:inline-block;padding:.2em .4em;border-radius: .5em;color:#fff}
.textIcon:hover{background:#666; background-color:rgba(0,0,0,.4);color:#fff}
.clearfix:after{content: "";display: table;clear: both;}

.videoContainer {width: 100%;height:0;line-height:0;position: relative;padding-top:56.25%; /* 16:9 */}
.videoContainer.ratio-4-3 {padding-top:75%; /* 4:3 full-frame */}
.videoContainer iframe {position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;border:0}

/* forms */
input, button, select{font-size: 1rem;line-height: 1.2em;}
input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], input[type="reset"]{border-radius:0;outline: none;-webkit-appearance:none;}
input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], textarea, select{border: 1px solid #D9D9D9;background-color: #FFF;padding:6px 8px;}
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, textarea:focus, select:focus{background-color: transparent;border-color: #D8AB3F;}
input[type="radio"], input[type="checkbox"] {margin: 0 8px 0 5px;}
textarea{display:block;font-size: .9rem}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select{background-image:url(/images/icons/16x16/select.png);background-repeat:no-repeat;background-position:right center;padding-right: 18px}
  input[type="search"]::-webkit-search-decoration {-webkit-appearance:none}
  input[type="search"]{padding-right:0}
}
select option{padding:0 .2em}
input::-moz-focus-inner {border:0;padding:0;}
.button{display: inline-block}
button img{height:1em;width:auto;vertical-align:top}
.button{background: #D8AB3F;
border: 0;
color: #FFF;
display: inline-block;
font-size: .875rem;
line-height: 1rem;
margin: .25rem 0;
outline: 0;
padding: .64rem 1rem;
cursor: pointer;font-weight: 500}
.button:hover{background: #002060;color: #FFF;}
input.bulky, .bulky {padding:.4em .6em;font-size:1.2em}
.subjClass{display:none !important;}
#Captcha label{padding-left:0}
td.right, th.right{text-align:right}
.wsNew{display:inline-block;font-size:.7em;line-height:1.5em;height:1.5em;padding:0 .3em;margin:.3em 0;background-color:#FFC700;overflow:visible;vertical-align:top;color:#fff;font-style:italic}
.formEdit select, .formBuilder select { width:40%; }
.questions{margin-bottom: 1em;display: block;float: left;}
.questions div {float: left;width: 50%;padding: 0 0 .5em .5em;}
.questions div:nth-child(odd) {
  padding: 0 .5em .5em 0;
}
/* Forms */
.formTable, .formTable * {-webkit-box-sizing: border-box;box-sizing: border-box}
.formTable, .formTable table, .questions {width:100%}
.formTable td{width:50%}
.formTable input[type="text"], .formTable input[type="tel"], .formTable input[type="number"], .formTable input[type="email"], .formTable input[type="url"], .formTable input[type="date"], .formTable textarea, .formTable select{width:100%}
.formTable td{padding:0 0 10px 10px}
.formTable td[colspan="2"]{padding:0 0 10px 0}

.formTable .half {float:left; width: 50%;}
.formTable input.writeIn, input.writeIn {display:none; margin-left:24px; width: calc(100% - 24px);}
.formTable span.writeIn, span.writeIn {display: none; margin-left:24px;}
.formTable .selected input.writeIn, .formTable .selected .writeIn {display: block;}
.ContactForm section {clear:both; display:block;width: 100%;}
.ContactForm h3 {margin-bottom: .25em;}

.emergencyContact + .emergencyContact {margin-top: 2em;}

/* DatePicker */
input.DatePicker{
	background-image: url(../../images/formboxBG-cal.gif);
    background-repeat:no-repeat;
    background-position:7px;
	cursor: pointer;
	padding-left: 2em;
}
.dp_container{
	position: relative;
	padding: 0;
	margin: 0;
	top: 0px;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: solid #999;
	border-width: 0 1px 1px 1px;
	position: absolute;
	width: 177px;
	top: 20px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
    width: calc(100% - 8px);
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	color: #fff;
	background: #2a3c87;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #2a3c87;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #efefef;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #D6E0EB;
}
.dp_today{
	background: #eceef5;
}
.dp_selected{
	color: #2a3c87;
	background: #eceef5;
}

/* pagination */
.pagination{font-size:.95em;text-align:right}

/* page header */
.pageHeader{width:100%;height:auto;margin-bottom:2em}

/* alert */
#alertApp, #alertApp.alertStatic:hover{width:100%;background: #D8AB3F;padding-left: 1rem;padding-right: 1rem;z-index: 1;position: relative;border-bottom: 1px solid #FFF;}
#alertApp h1{
  margin-bottom:0;
  font-size: 1.0625rem;
  padding: .5625rem .3125rem .625rem;
  color: #FFF;
  text-align:center;
}
#alertTitle span{float:right; opacity:.5}
#alertApp:hover #alertTitle span{opacity:1}
#alertTitle a{color:#fff;text-decoration:underline}
#alertDesc{overflow:hidden}
.alertClosed #alertDesc{height:auto;max-height:0}
.alertOpen #alertDesc{height:auto;min-height:0;max-height:15.625rem;}
#alertDesc p{color: rgba(255,255,255,.8);}
#alertApp {cursor:pointer;}
#alertApp.alertStatic{cursor:auto}
#alertApp:hover {background: #002060;}

/* management overrides */
#wysiwygBody{background:#fff}

/* management table */
hr+.manage{margin-top:-1em}
.manage{border-bottom:1px solid rgba(0,0,0,.2);width:100%;line-height:1.3em}
.manage th{border-bottom:1px solid rgba(0,0,0,.2);text-align:left}
.manage th.right{text-align:right}
.manage th.sort{cursor:pointer}
.manage th.sort img{margin-left:5px}
.manage th img {position:relative;bottom:-2px}
.manage td,.manage th{padding:5px 5px 5px 0}
.manage td:first-child{padding-left:.8em}
.manage img.preload{display:none;position:absolute;z-index:9900;top:0;border:solid 1px #fff}
.manage td.icons img{margin-left:5px;position:relative;bottom:-2px}
.manage td:first-child.icons img{margin-left:0}
.manage td:first-child.icons{padding-left:3px;padding-right:3px}
.manage td:nth-child(2) {overflow-wrap: break-word;word-wrap: break-word;-ms-word-break: break-all;word-break: break-all;word-break: break-word;-ms-hyphens: auto;-webkit-hyphens: auto;hyphens: auto;}
.manage td.icons a:first-child img{margin-left:0}
.manage td.icons input{position:relative;bottom:2px;margin-left:5px}
.manage .hidden{font-style:italic;color:#900}
.manageButton{text-align:right;padding:10px 0}
.alternate tbody tr:nth-child(even), .even{background:#fff}
.alternate tbody tr:nth-child(odd), .odd {background:rgba(0,0,0,.06)}
.manage+hr, .manage+.manageLinks+hr{margin-top:50px}
.manageLinks{margin-top:10px}
.manageLinks a{white-space:nowrap}
.manageLinks a img{position:relative;bottom:-2px}
.manageLinks button{margin-left:5px}
.manageButtons{text-align: right;padding:10px 0}
.wsReturnToButton {float:right;margin-top:-3.5em}
.manage.rightFirstChild td:first-child{text-align:right}
.sortRow th{cursor:pointer}
.manageEllipsis{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}


/* FOOTER ------------------------------ */
body>footer{background: #00143C;padding: 2.875rem 5% 1.25rem;color:#dadada;font-size:.9em;position: relative;z-index: 1;}
body>footer>.wrap{overflow:visible}
body>footer a.on, footer .on>a{text-decoration:none;color:#fff}
.fatFooter>nav>ul ul li{padding-left: 1rem}
.fatFooter>*>*:last-child{padding-right:0;white-space:nowrap;}

body>footer .copyright nav { margin: .5em 0 0;}
body>footer .copyright nav span:first-child {display: none; }

body>footer .copyright nav a:is(:nth-of-type(1), :nth-of-type(2)) {
	color: #FFF;
}

body>footer a:hover, footer a:active,
body>footer .copyright nav a:is(:nth-of-type(1), :nth-of-type(2)):is(:hover, :focus) {
  color: #D8AB3F;
}

body>footer>div{min-height:18px}


input:focus, select:focus, textarea:focus{-webkit-transition: background-color 150ms ease;transition: background-color 150ms ease}


/* FORM ERROR ------------------------------ */
.formError {background-color:Black; border:0; padding: 5px 10px; color:#fff; display:none; margin:0 0 2px; z-index:9999; border-radius: 10px; -moz-box-shadow:0 2px 2px #333; -webkit-box-shadow:0 2px 2px #333;}
.formError p {margin:0; font-size:.9em;color:#fff;}
.formError em { border:10px solid;  border-color:Black transparent transparent; bottom:-17px; display:block; height:0; left:40px; position:absolute; width:0; }

/* CONTAINERS ------------------------------ */

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 74rem;
}

.flex-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

/* HEADER ------------------------------ */

.header-container {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 1.9375rem 0 0;
  position: static;
  width: 100%;
  z-index: 99;
}

.header-container.slide-up {
  top: -10rem;
}

.header-container.slide-down {
  position: fixed;
  top: 0;
}

.header-container.fixed #brand img {
  margin :0;
}

#ancillary form {
  z-index: 0;
}

#ancillary .ancillary-wrap {
  position: relative;
  -webkit-transform: translate3d(0,0,0)
}

#ancillary .search input {
  -webkit-transform: translate3d(0,0,0)
}

#ancillary .search input[type="text"] {
  padding: 0;
  position: relative;
  top: .0625rem;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  width: 0;
}

#ancillary .search input[type="submit"] {
  background-color: transparent;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
  color: transparent;
  height: 2rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 4rem;
  top: -1.3rem;
  width: 2rem;
}

#ancillary .hide-icon + .search input[type="text"] {
  padding: 0 .5rem !important;
}

#ancillary .hide-icon + .search input[type="submit"] {
  right: 9.5rem;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  transition-delay: .1s;
}

.ancillary-btn {
  background: #1F4E79;
  color: #FFF;
  font-size: .75rem;
}

#ancillary a.ancillary-btn.hide-icon {background-image: none;width: 3.4375rem;text-align: center;padding-right: 0;}

.ancillary-btn.hide-icon svg {
  display: none;
}

.ancillary-btn.search-btn {
  background-image: url('/images/icon-search-FFF.svg');
  background-position: .55rem center;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  width: 5rem;
}

.ancillary-btn.account {
  background-image: url('/images/icon-account.svg');
  background-position: .7rem center;
  background-repeat: no-repeat;
  background-size: .6875rem .75rem;
  width: 5.5rem;
}

.ancillary-btn.cart {
  background-color: #002060;
  background-image: url('/images/icon-cart.svg');
  background-position: .65rem center;
  background-size: .875rem .75rem;
  background-repeat: no-repeat;
  width: 4.0625rem;
}

/* WELCOME ------------------------- */

#welcome {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 6.5625rem 5% 7.125rem;
  position: relative;
  z-index: 1;
  background: #FFF;
}

#welcome .flex-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

#welcome .video {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 33.125rem;
  position: relative;
}

#welcome .video .video-overlay {
  background-image: url(../images/home/video-thumbnail.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition-duration: 1.5s !important;
  -moz-transition-duration: 1.5s !important;
  -o-transition-duration: 1.5s !important;
  transition-duration: 1.5s !important;
  z-index: 1;
}

#welcome .aspect-ratio-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

#welcome .aspect-ratio-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#welcome .text {
  margin-inline: auto;
  text-align: center;
}

#welcome .video + .text {
  margin-inline: 5.85vw 0;
  text-align: left;
}

#welcome h1 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #1F4E79;
}

#welcome p {
  color: #4A4A4A;
  font-size: 1rem;
}

#welcome .text {
  max-width: 48rem;
}

#welcome .video + .text {
  max-width: 30.75rem;
}




/* SLIDER ------------------------------ */

.rotator-container,
.iosSlider .slider .slide {
  max-height: 43.1875rem;
}

.iosSlider .slider .slide {
  background-position: center top !important;
}

.rotator-container {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.rotator-container .prev,
.rotator-container .next,
.slideSelectors {
  display: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.rotator-container {
  background: #00143C;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 0 0 #FFF;
}

.rotator-text {
  background: rgba(244, 243, 243, .9);
  border: 3px solid #FFF;
  bottom: 3.75rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30rem;
  z-index: 1;
}

.rotator-text h2 {
  margin: 0;
  font-size: 0;
}

.rotator-text span:first-of-type {
  background: #D8AB3F;
  color: #FFF;
  display: inline-block;
  font-size: 1.25rem;
  letter-spacing: 1px;
  line-height: 1.5625rem;
  padding: .407rem 1rem;
  position: relative;
  text-transform: uppercase;
  top: -1.4rem;
}

.rotator-text span:last-of-type {
  display: block;
  color: #4A4A4A;
  font-size: 2.2rem;
  line-height: 1.562rem;
  letter-spacing: 1px;
  position: relative;
  bottom: 1.0625rem;
}

/* #CALLOUTS ------------------------------ */

#callouts {
  background-image: url(/images/home/bg-callouts.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 6.5625rem 5% 6.25rem;
  position: relative;
  text-align: center;
}

#callouts::before {
  content: '';
  border-style: solid;
  border-width: 1.1875rem 1.1875rem 0 1.1875rem;
  border-color: #FFF transparent transparent transparent;
  height: 0;
  left: 50%;
  position: absolute;
  top: 2px;
  transform: translateX(-50%);
  width: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#callouts h1 {
  border-bottom: 3px solid #DBAB3F;
  color: #FFF;
  display: inline-block;
  font-size: 1.625rem;
  line-height: 1.625rem;
  margin-bottom: 2.125rem;
  padding: 0 .5rem .875rem;
}

.callout {
  width: calc(25% - 1.125rem);
}

.callout a {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.callout .callout-img {
  font-size: 0;
  overflow: hidden;
}

.callout img {
  max-width: 100%;
}

.callout h2 {
  align-items: center;
  background: #1F4E79;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  height: 4.375rem;
  justify-content: center;
  line-height: 1.375rem;
  padding: .8125rem 1rem;
  margin: .1875rem 0 0;
}

#callouts .btn-yellow {
  display: inline-block;
  margin-top: 4.3125rem;
}

.callout a:hover .callout-img img {
  transform: scale(1.05, 1.05);
}

.callout a:hover h2 {
  background: #D8AB3F;
}

/* CATALOG ------------------------------ */

#catalog {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 5%;
  position: relative;
  border-top: 2px solid #FFF;
  overflow-x: hidden;
}

.catalog-container {
  background: rgba(31, 78, 121, .96);
  width: 25rem;
  position: relative;
  left: calc(50% - 28.875rem);
}

.catalog-outer {
  position: relative;
  padding-bottom: 100%;
}

.catalog-text {
  bottom: 0;
  left: 0;
  padding: 3.5rem 3.25rem 3.875rem 2.625rem;
  position: absolute;
  right: 0;
  top: 0;
}

.catalog-text  h2 {
  border-bottom: 3px solid #FFF;
  color: #FFF;
  font-size: 2.5rem;
  line-height: 2.125rem;
  margin-bottom: 1.5625rem;
}

.catalog-text  h2 > span {
  display: block;
  font-size: 1.25rem;
  line-height: 2.125rem;
  padding: 0 0 .5rem;
  margin-top: .4375rem;
}

.catalog-text  p {
  color: #D4D3D3;
  font-size: 1rem;
}

.catalog-text  p > span {
  color: #FFF;
}

.catalog-text .btn-yellow {
  margin-top: .75rem;
  display: inline-block;
}

.catalog-text .btn-yellow:hover {
  background: #002060;
}

.catalog-text a.search-link {
  position: absolute;
  bottom: 1rem;
  color: #FFF;
  font-size: 0.9375rem;
  right: 1.5rem;
}

.catalog-text a.search-link:hover {
  color: #D8AB3F;
}

.search-link > svg {
  height: auto;
  width: .25em;
}

.search-link > svg path {
  fill: #FFF;
}

.catalog-text a.search-link:hover svg path {
  fill: #D8AB3F;
}

/* INTERIOR PAGES ------------------------------ */

.interior-header {
  background-image: url(/images/interior-header.png);
  background-repeat: repeat;
  background-size: 100%;
  height: 5rem;
}

/* FAT FOOTER ------------------------------ */

.fatFooter .flex-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fatFooter .flex-container > * {
  margin-bottom: 2.5rem
}

.fatFooter h2 {
  color: #D8AB3F;
  font-size: 14.4px;
  line-height: .9375em;
  margin-bottom: 1.375rem;
}
.fatFooter a[href^="tel:"] {color:#fff;}
.fatFooter a[href^="tel:"]:hover {color: #D8AB3F}
/* 1. FAT FOOTER ADDRESS ----- */

.fatFooter address {
  color: #FFF;
  font-size: .9375rem;©
  margin-right: .5rem;
  width: 24.5rem;
}

.fatFooter address span {
  display: block;
  font-size: 0.8125rem;
  line-height: .9375rem;
  margin-bottom: .625rem;
}

.fatFooter address span.director {
  margin-top: 2.25rem;
}

.fatFooter address span.director + span {
  color: #9B9B9B;
  font-style: italic;
}

/* 2. FAT FOOTER TOWNS ----- */

.fatFooter nav {
  color: #FFF;
  width: 21.875rem;
  max-width: 21.875rem;
}

.fatFooter nav .towns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fatFooter nav .towns ul {
  margin: 0;
}

.fatFooter nav .towns ul li {
  line-height: .9375rem;
  margin-bottom: .5625rem;
}

.fatFooter nav .towns a {
  color: #FFF;
  display: block;
  font-size: 0.8125rem;
  line-height: .9375rem;
}

.fatFooter nav .towns a:hover {
  color: #D8AB3F;
}

/* 3. FAT FOOTER SOCIAL ----- */

.fatFooter .social {
  margin: 0 2.75rem 0 auto;
}

.social ul,
.social ul li a  {
  font-size: 0;
}

.social ul li {
  float: left;
}

.social ul li a {
  align-items: center;
  background: #1F4E79;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.social ul li a:hover {
  background: #D8AB3F;
}

.social svg path {
  fill: #FFF;
}

.social ul li.facebook svg {
  width: .5625rem;
}

.social ul li.youtube svg {
  width: 1.3125rem;
}

.social ul li.youtube {
  margin-left: .5625rem;
}


/* FOOTER COPYRIGHT ------------------------------ */

footer .copyright,
footer .wrap a {
  color: rgba(255,255,255,.6);
  font-size: 0.75rem;
}




/* MODAL POPUP ------------------------------ */

.modal {
  align-items: center;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modal-content {
  background-color: #FFF;
  max-height: calc(100% - 5em);
  max-width: calc(100% - 3em);
  width: 45em;
}

.modal-content>div {
	position: relative;
}

.modal-content>div>div {
	overflow: auto;
  padding: 2em;
}

.modal button.close {
  aspect-ratio: 1;
  border: 0;
  color: #333;
  cursor: pointer;
  font-size: 3em;
  font-weight: 700;
  line-height: 1 !important;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s ease;
  transform: translateY(-100%);
  width: .875em;
}

.modal button.close:is(:hover, :focus-visible) {
  background: #1F4E79;
  color: #FFF;
  text-decoration: none;
}

.modal p {
	font-size: clamp(1em, 0.955em + 0.23vw, 1.125em);
  line-height: 1.5;
}




/* MEDIA QUERIES ------------------------------ */

@media all and (max-width:991px) {
  main>.wrap {
    /*padding: 2.375em 5%;*/
    max-width: 59.0625rem;
  }
}



/*  -  -  -  -  -  (VRABE) STYLE.CSS  -  -  -  -  -  *
