html, body {
  font-size: 16px;
  color: #3c3b3c;
  background-color:#fff;
  font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
}

/* GENERAL */

noscript {
   font-size:75%;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    padding-top: 100px;
	z-index: 99999;
	background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(255,255,255);
}

#splash {
   position:absolute;
   top:20px;
   right:20px;
   width:15%;
   z-index:99999;
}

#splashM {
   position:absolute;
   top:20px;
   right:20px;
   width:25%;
   z-index:99999;
}

.ybox {
    padding:10px 20px;
}

.ybox2 {
    padding-right:0;
}

.ybox3 {
    padding-left:15px;
}

.ybox span {
    margin-left:15px;
}

/* Archive Page Layout */

.nbox, .dbox {
    position:relative;
    border:1px solid #e5e5e5;
}

.bg1 {
    background-color:#82d551;
}

.bg2 {
    background-color:#55b3fb;
}

.bg3 {
    background-color:#666;
    color:#fff;
}

.nb1, .nb2 {
    padding:10px 15px;
    background-color:#82d551;
    color:#fff;
    font-size:0.875em;
}

.nb2 {
    background-color:#55b3fb;
}

.nb3 {
    padding:15px;
}

.dbox {
    padding:40px;
    text-align:center;
}

.dbox a {
       border:1px dotted #e5e5e5;
}

.dbox i {
    font-size:5em;
    color:#f40f02;
}

.dbox i.db {
    font-size:5em;
    color:#0f3256;
}

.dbox span {
    display:inline-block;
    margin-top:15px;
}

.nbox .overlay, .nbox a, .nbox .cont, .dbox a {
       position:absolute;
       top:0;
       right:0;
       bottom:0;
       left:0;
       background-color:rgba(14,22,45,0.6);
       z-index:95;
}

.nbox a, .dbox a {
       background-color:transparent;
       z-index:97;
}

.nbox a:hover {
       background-color:rgba(85,179,251,0.33);
}

.nbh2 a:hover {
       background-color:rgba(14,22,25,0.33);
}

.dbox a:hover, .dbox a.lb:hover {
       background-color:rgba(244,15,2,0.25);
       border:1px solid #e5e5e5;
       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dbox a.lb:hover {
       background-color:rgba(85,179,251,0.25);
}

.nbox .cont {
       background-color:transparent;
       z-index:96;
       color:#fff;
}

.nbox .cont .inner {
       position:absolute;
       bottom:20px;
       padding:20px;
       background-color:transparent;
}

.nbox .cont span.head {
       display:block;
       margin-bottom:15px;
       font-size:1.25em;
       color:#fff;
}

.nbox .cont span.text, .nbox .text {
       color:#55b3fb;
}

.newsitem {
    margin-bottom:20px;
    padding:10px;
}

.newsport .container-fluid {
    margin:0;
    padding:0;
}

#anews ul  {
    padding-left:0;
    list-style: none;
    text-align:left;
}

#anews ul li  {
    width:100%;
    display:inline-block;
    vertical-align: top
}

#anews article:nth-child(even) {
    background-color:#fff;
}
#anews article:nth-child(odd) {
    background-color:#fff;
}

#anews a.nback:hover {
    color:#fff;
    text-decoration:none;
}

.nimg {
    float:left;
    width:100%;
}

.ncont {
    float:left;
    width:100%;
    line-height:normal;
    text-align:left;
}

.ninner {
    padding-left:0;
}

.magnify { 
    display: inline-block; 
    overflow: hidden; 
  }
  .magnify img {
    display: block; /* no whitespace */
    transition: .3s ease-in-out;
  }
  .magnify:hover img {
    transform: scale(1.3);
  }

@media only screen and (min-width: 768px) {

#anews ul li  {
    width:49.5%;
}

.ncont {
    font-size:75%;
}

}

@media only screen and (min-width: 1152px) {

#anews ul li  {
    width:33%;
}

#anews ul.four li  {
    width:24.25%;
}

}

/* END Archive Page layout */

#moblogo {
    position:relative;
    z-index:12;
    padding:15px;
}

/* Testimonials */

    #rotate div  {
        padding-bottom: 0;
     }

    #rotate span  {
        font-size:75%;
        color:#55b3fb;
     }

    #rotate p {
        position: relative;
     }

    #rotate div p:first-child  {
        padding-top: 10px;
     }

    #rotate div p:last-child  {
        padding-bottom: 10px;
     }
     
    #rotate div p:first-child:before  {
        content: url('../images/quotes75.png');
        position: absolute;
        top: -26px;
        left:0;
     }

    #rotate div p:last-child:after  {
        content: url('../images/quotes75.png');
        position: absolute;
        bottom: -36px;
        right: 0;
     }
     
@media (min-width: 1280px) {

    #rotate div p:first-child  {
        padding-top: 20px;
     }

    #rotate div p:last-child  {
        padding-bottom: 20px;
     }
     
    #rotate div p:first-child:before  {
        content: url('../images/quotes.png');
        top: -47px;
     }

    #rotate div p:last-child:after  {
        content: url('../images/quotes.png');
        bottom: -57px;
     }

}

/* End Testimonials */

.twocol, .twocolL, .twocolR {
	width:100%;
    float:left;
    margin:20px 0;
    box-sizing:content-box;
}

.csdesk {
	display: none;
}

.show480 {
   display: none;
}

.hide480 {
   sisplay: block;
}

/* Flex container */

.yflexV, .yflexV2, .yflexRow, .yflexRowS {
	display:flex;
    justify-content:center;
    align-items:center;
}
.yflexV2, .yflexRow, .yflexRowS {
    display:block;
    align-items:stretch;
}
.yflex, .yflex2 {
	position:relative;
    display:flex;
	justify-content:space-between;
    flex-flow: row wrap;
    margin:2em -5px;
}
.mauto {
    margin:auto! important;
}
.flexor {
    display:block;
}
.yflex2 {
	justify-content:inherit;
}
.jconcen {
	justify-content:center;
}
.yflex div.two, .yflex2 div.two {
	flex-basis:calc(100%);
    margin:5px;
}

.yflex div.four, .yflex2 div.four {
	flex-basis:calc(100%);
    margin:5px;
}

.yflex div.fourB, .yflex2 div.fourB {
	flex-basis:calc(50% - 10px);
    margin:5px;
}

.yflex div.three, .yflex2 div.three {
	flex-basis:calc(33.3333333% - 10px);
    margin:5px;
}

.yflex div.three div, .yflex2 div.three div,
.yflex div.three p, .yflex2 div.three p  {
	text-align:center;
}

.yflex .ibox, .yflex2 .ibox {
	border:1px solid #c0c0c0;;
}

.ygap {
	flex: 1 0 10px;
}

.newsport {
    position:relative;
    width:100%;
    height:100%;
    background-color:#fff;
    margin:10px auto;
    font-size:75%;
}

.newsport a,
.newsport img#res1A,
.newsport img#res2A,
.newsport img#res3A,
.newsport img#res4A  {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:9999;
}

.newsport img#res1A,
.newsport img#res2A,
.newsport img#res3A,
.newsport img#res4A {
    opacity:0;
    z-index:9998;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#np1:hover a,
#np2:hover a,
#np3:hover a,
#np4:hover a {
    background-color:#0f3256;
    opacity:0.25;
}

#np1:hover img#res1A,
#np2:hover img#res2A,
#np3:hover img#res3A,
#np4:hover img#res4A {
    opacity:0.75;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.newsport img {
    align-self:center;
}

.newsport p.link {
    color:#55b3fb;
    font-weight:bold;
    font-size:125%;
}

.inner {
    padding:20px;
    background-color:#fff;
}

/* Flexible iFrame */

.Flexible-container, .Flexible-containerL {
    position: relative;
    padding-bottom: 37.5%;/* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) ie divide height by width to get % */
    /*padding-top: 30px;*/
    height: 0;
    overflow:auto;
    /*margin:1em 0 1em 0;*/
}

.Flexible-containerL {
    padding-bottom: 75%;/* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) ie divide height by width to get % */
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed,
.Flexible-containerL iframe,   
.Flexible-containerL object,  
.Flexible-containerL embed {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* HEADINGS */

h1, .h1, h2, .h2, h3, .h3 {
    margin-top:0;
    margin-bottom:20px;
}

h1, h2 {
    color:#0f3256;
}

h4 {
   text-decoration:underline;
}

h3.notmar {
   margin-top: 0;
}
    
#y-content h1 {
   border-bottom:1px solid #55b3fb;
   padding-bottom:20px;
}

#y-content h1, #y-content h2 {
   font-size: 1.5em;
   margin-top: 0;
   margin-bottom: 20px;
}

#y-content h2 {
   font-size: 1.25em;
}

#y-content #anews h2 {
   margin-top:8px;
}

#y-content h3 {
   font-size: 1.175em;
}

#y-content2 h2 {
   font-size:1.25em;
   margin:15px 0;
}

footer h2 {
   color:#fff;
}

h2.nomar {
   margin-top: 0;
}

#y-menubar p.lev2 {
   font-size:1.5em;
   margin-bottom:10px;
}

#mobmenupanel p.lev2 {
   font-size:1em;
   margin:0;
}

.y-tag .head {
    font-family:"Lexend Deca", sans-serif;
    font-weight:normal;
    line-height:1;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:.1em;
    font-size:1.25em;
    display:block;
    text-align:left;
    margin-bottom:15px;
}

.y-tag .sub-head {
    font-size:0.75em;
    display:block;
    margin-bottom:1em;
    color:#fff;
    line-height:normal;
}

.flex-caption-mob .y-tag {
    font-size:1.25em;
}

.y-mtagline .head, .y-mtagline .sub-head {
    font-size: 0.75em;
    display:block;
    margin-bottom:10px;
}

.y-mtagline .head {
    font-family: 'Lexend Deca', serif;
}

.y-mtagline .sub-head {
    font-size: 0.5em;
    margin-bottom:10px;
}

footer .head {
    font-size:100%;
    font-weight: bold;
}

/* LINKS */

a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.social a:link, .social a:visited,
.ybox a:link, .ybox a:visited { 
color:#fff;
}

.social a:hover, .social a:active,
.ybox a:hover, .ybox a:active { 
color:#259ce0;
text-decoration: none;
}

.wicons a:link, .wicons a:visited { 
color:#55b3fb;
}

.wicons a:hover, .wicons a:active { 
color:#0f3256;
text-decoration: none;
}

footer a:link, footer a:visited,
#footerbar a,#footerbar a:link, #footerbar a:visited { 
color : #fff; }

footer a:focus,
#footerbar a:focus { 
outline : thin dotted; 
color : #fff; }

footer a:hover, footer a:active,
#footerbar a:hover, #footerbar a:active { 
outline : 0;
color: #fff;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

a.point {
    cursor:pointer;
}

.y-navbar ul li:hover {
    background-color:#259ce0;
}

.y-navbar ul li:hover a.top {
   color:#fff;
}

.mobbar {
    position:relative;
    left:0;
    width:100%;
    color:#fff;
}

#menupanel, #menupanel2, #mobmenupanel {
    position:absolute;
    left:0;
    margin-top:0;
    width:100%;
    padding:15px 0;
    font-size:65%;
    text-align:right;
    background-color:#259ce0;
    border-top:4px solid #55b3fb;
    -webkit-box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.5);
    z-index:10;
}

#mobmenupanel {
    display:none;
    top:40px;
    border-top:none;
    text-align:left;
    font-size:75%;
}

#mnav, #mclose {
    display:inline-block;
}

#mclose {
    display:none;
    font-size:150%;
}

header:hover + #y-mslides {
    z-index:10;
}

.trigger:hover #menupanel,
.trigger2:hover #menupanel2,
.tmhover:hover #mobmenupanel {
    display:block;
}

.trigger:hover,
.trigger2:hover,
#menupanel:hover .trigger, 
#menupanel2:hover .trigger2 {
    background-color:#fff;
}

/* Vertical Links */

#y-menubar .y-navbar .vmenu a,
#mnav #mobmenupanel .vmenu a,
#mnav #mobmenupanel ul.menu li a.head {
    display:block;
    color:#0f3256;
    padding:8px 20px;
    text-decoration:none;
    background-color:#f5f5f5;
    border-bottom:1px ridge #dedede;
    border-left:12px solid #f7931d;
}

#y-menubar .y-navbar .vmenu a.head,
#mnav #mobmenupanel .vmenu a.head,
#mnav #mobmenupanel ul.menu li a.head {
  color:#fff;
}

#y-menubar .y-navbar .vmenu a:hover,
#mnav #mobmenupanel .vmenu a:hover {
  background-color:#55b3fb;
  color:#fff;
  border-left:12px solid #0f3256;
}

#y-menubar .y-navbar .vmenu span a,
#mnav #mobmenupanel .vmenu span a,
#mnav #mobmenupanel ul.menu li a.head {
  background-color:#0f3256;
  font-size:125%;
  font-weight:300;
}

#y-menubar .y-navbar .vmenu span a:hover,
#mnav #mobmenupanel .vmenu span a:hover,
#mnav #mobmenupanel ul.menu li a.head:hover {
  background-color:#081a2d;
  color:#fff;
  border-left:12px solid #259ce0;
}

#mobmenupanel ul.menu p:first-of-type {
    padding-top:0;
}

/* 2nd level links */
#mnav #mobmenupanel ul.menu li a {
    display:block;
    color:#0f3256;
    padding:8px 20px;
    text-decoration:none;
    background-color:#e5e5e5;
    border-bottom:1px ridge #c0c0c0;
    border-left:12px solid #259ce0;
}

#mnav #mobmenupanel ul.menu li a:hover {
  background-color:#b4b4b4;
  border-left:12px solid #f7931d;
}

#mnav #mobmenupanel .csdrop {
    padding-bottom: 0;
}

/* FORMS */

input, select, textarea {
    width: 100%;
    color:#7e7e7e;
}

textarea {
    height:150px;
}

.modal-body input[type=checkbox],
input[type=checkbox]  {
    display: inline;
    width: auto;
    margin-left: 10px;
}

/* yOWS 3D Custom Forms */

#Cformcont #corderra {
    display:none;
}

#Cformcont input, #Cformcont label, #Cformcont textarea {
    display:block;
    width:100%;
    padding:10px;
    margin:10px 0;
    border-width:1px;
}

#Cformcont input[type=submit] {
    padding:10px 40px;
}

#Cformcont label {
    padding:10px 0;
}

#Cformcont input, #Cformcont textarea {
    border-style: solid;
}

#Cformcont label.error, #Cformcont label span.error,
#mc-embedded-subscribe-form label.error, #mc-embedded-subscribe-form label span.error {
    color:red;
    font-size:1em;
    font-style:italic;
    font-weight:normal;
}

#Cformcont input.error, #Cformcont select.error, #Cformcont textarea.error {
    border-color: red !important;
}

#Cformcont input[type="radio"], #Cformcont input[type="checkbox"], #Cformcont input[type="submit"], #Cformcont .iblab label {
    display:inline-block;
    width:auto;
}

#Cformcont input[type="checkbox"], #Cformcont .iblab label {
    padding:0;
    margin:0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#999;
  font-style:italic;
  font-weight:normal;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#999;
  font-style:italic;
  font-weight:normal;
}
::-ms-input-placeholder { /* IE 10+ */
  color:#999;
  font-style:italic;
  font-weight:normal;
}
::-moz-placeholder { /* Firefox 18- */
  color:#999;
  font-style:italic;
  font-weight:normal;
}

#Cformcont #cfsubmit {
    margin-top:30px;
}

/* LISTS */

ul, ol {
	margin-bottom:20px;
}

ul.lpad {
	padding-left:5px;
}

ul.b {
  list-style-position: inside;
}

ol.alpha {
  list-style-type: lower-alpha;
}

ol.alpha li {
  padding-bottom:15px;
}

.cenlist {
	width:80%;
    margin:0 auto;
    text-align:left;;
}

ul.menu, footer ul {
	list-style: none;
    padding-left: 0;
    padding:15px;
}

ul.menu {
    padding:0;
    margin:0;
}

footer ul li {
	padding: 0 0 10px 0;
    margin: 0;
}

/* Font Awesome Override */

ul.fa-ul {
    margin-left: 1.5em;
}

#breadcrumbs {
    position:relative;
    top:-1.5em;
    list-style:none;
    margin:10px 0;
    overflow:hidden;
    font-size:0.75em;
    color:#707486;
    text-align:center;
}

ul#breadcrumbs {
    padding-left:0;
}
  
#breadcrumbs li {
    display:inline-block;
    vertical-align:middle;
    margin-right:8px;
}
  
#breadcrumbs .separator {
    font-size:0.75em;
    font-weight:100;
    color:#0f3256;
}

/* TABLES */

table {
    width: 100%;
    margin: 2em 0;
    font-size: 80%;
}

th {
    padding:8px;
}

td {
    padding:8px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #414141;
    padding: 8px;
}

.table-bordered > thead > tr > th {
    text-align: center;
}

.table-bordered {
    border: none;
}

thead {
    background-color: #ebe9eb;
}

table.table th.brdot {
    border-right: 2px dotted #372d67;
}

table.form {
    border-collapse: collapse;
}

table.form td {
    padding-top: .5em;
    padding-bottom: .5em;
}

/* Responsive Table */

table.y-res tr {
    border: 1px solid #ddd;
    padding: 5px;
}

table.y-res th, table.y-res td {
    padding: 10px;
    text-align: center;
}

table.y-res th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    table.y-res {
        border: 0;
    }

    table.y-res thead {
        display: none;
    }

    table.y-res tr {
        margin-bottom: 10px;
        display: block;
    }

    table.y-res tr:after {
        content: "";
        display: table;
        clear: both;
    }
  
    table.y-res tr:before {
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table.y-res td {
        box-sizing: border-box;
        display: block;
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }

    table.y-res td:last-child {
        border-bottom: 0;
    }

    table.y-res td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
}

/* TYPOGRAPHY */

@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Lexend-Deca-Regular.eot'); /* IE9 */
  src: url('../fonts/Lexend-Deca-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lexend-Deca-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lexend-Deca-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lexend-Deca-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Lexend-Deca-Regular.svg#LexendDeca') format('svg'); /* Legacy iOS */
}
  
.dash {
    font-size: 75%;
    font-family: "Lexend Deca", arial;
}

.nowrap {
    white-space:nowrap;    
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #353535;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.colpad1 {
    padding: 8%;
}

.colpad1A {
    padding: 6%;
}

.colpad2 {
    padding: 20px 4%;
}

.colpad2A {
    padding: 50px 4%;
}

.colpad3 {
    padding: 40px 0;
}

.colpad3A {
    padding: 50px 15px;
}

.colpad3B {
    padding: 50px 0 30px 0;
}

.colpad4 {
    padding: 0 4%;
}

.paddingH {
    padding:15px 0 15px 5%;
}

.padding1, .padding1A {
    padding:30px 0;
}

.paddingC {
    padding:30px 0 0 0;
}

.paddingC1 {
    padding:30px 0;
}

.paddingC2 {
    padding:30px 0 0 0;
}

.marginC {
    margin-top:30px !important;
}

.padding1B {
    padding:5em 0 0 0;
}

.padding1C {
    padding:3em 0;
}

.padding1D {
    padding:3em 0 0 0;
}

.padding2 {
    padding: 0 5%;
}

.padding3 {
    padding: 0 0 1.5em 0;
}

.padding3A {
    padding: 0 0 3% 0;
}

.paddtop {
    padding-top: 0;
}

.paddlr {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.mtop {
    margin-top:15px;
}

.martop {
    margin-top:1.75em;
}

.martopL {
    margin-top:5em;
}

.nomb {
    margin-bottom:0;
}

span.spacer {
    display:block;
    width:0;
}

.warning {
	color:#ef4036;
    font-size:1.25em;
}

.yellow {
	color:#e8a927;
}

.blue {
	color:#115560;
}

.lblue {
	color:#55b3fb;
}

.dblue {
	color:#0f3256;
}

.large {
	font-size:125%;
    font-weight:bold;
}

.black {
	color:#000;
    font-weight:bold;
}

.strong {
	font-weight: bold;
}

span.italic {
    font-style: italic;
}

hr, hr.nbm {
display:block; 
margin:1em 0; 
border:2px;
border-style:solid;
color:#8aaa76; 
}

hr.nbm {
margin-bottom:0; 
}

hr.dash {
margin : 2em 0 2em 0;
border:thin;
border-style:dotted;
color:#1f5678;
background:none;
clear:both; 
}

.relcon {
    position:relative;
}

.center {
	margin-left: auto;
    margin-right: auto;
}

p {
    margin: 0 0 20px;
}

.nb3 p {
    margin-bottom:0;
}

p.first {
   font-size:150%;
   font-weight:500;
   color:#55b3fb;
   line-height:normal;
}

footer p.head {
   font-size:150%;
}

div.foot {
   border-top:1px solid #55b3fb;
   padding-top:15px;         
}

p.foot, div.foot {
   font-size:75%;
   font-style:italic;
}

div.foot p {
   margin-bottom:10px;
}

article > p:first-of-type {
    font-size:150%;
    font-weight:500;
    color:#259ce0;
    line-height: normal;
}

article > p:first-of-type ~ p:first-of-type {
    font-size:100%;
    font-weight:normal;
    color:inherit;
}

#y-content.text-left {
    text-align:left;
}

/* MAIN LAYOUT */

#y-botbar {
	display:none;
    position:fixed;
    z-index:9999;
    bottom:0;
    width:8%;
    padding:5px;
    color:#fff;
    background-color:#259ce0;
    text-align:center;
    cursor:pointer;
}

main {
	position:relative;
    z-index:12;
}

#y-wrapper, #y-mobhead, .y-mtagline {
	position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#y-mobhead {
	background-image:url('../images/Header-background.jpg');
}

#header {
    padding-bottom:10px;
}

.y-containerS, .y-containerM, .y-containerXM, .y-containerL, .y-containerXL  {
    width: 100%;
    margin: 0 auto;
}

.y-containerS {
    max-width: 800px;
}

.y-containerM {
    max-width: 1024px;
}

.y-containerXM {
    max-width: 1152px;
}

.y-containerL {
    max-width: 1280px;
}

.y-containerXL {
    max-width: 1600px;
}

.y-container  {
    box-sizing: content-box;
}

.y-mtagline  {
    background-color:#666;
    text-align:center;
    color:#fff;
    font-size:1.5em;
    padding:1em 0;
}


header {
    position:relative;
    width:100%;
    max-width:1920px;
    /*height:100px;*/
    margin:0 auto;
    z-index:14;
    -webkit-transition:all ease 0.5s;
    -moz-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
    -ms-transition:all ease 0.5s;
    transition:all ease 0.5s;
    background-color:#fff;
	background-image:url('../images/backh.jpg');
}

/* Scrolling fixed header */

header.smaller, #y-strap.smaller {
    position: fixed;
    top: 0;
    /*left: 0;*/
    opacity:1;
    z-index:2020;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.5);
}
header img.logo, header img.book {
    height:80px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

header img.book {
    height:100px;
    float:right;
}

header .wicons {
    width:100%;
    float:right;
    padding:15px;
    text-align:center;
}

.ybox .wicons {
    text-align:right;
    padding-right:0;
}

.wicons {
    width:auto;
}

header .wicons i, #y-strap i {
    font-size:150%;
    margin-right:10px;
}

header.smaller #y-topbar img.logo, header.smaller img.book {
    height: 50px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

header.smaller #y-menubar {
    display:block;
}

header.smaller #menupanel {
    opacity:1;
}

header.smaller img#logo, header.smaller img.mlogo {
    display:none;
}

header.smaller #header {
    display:none;
}

header.smaller #y-menubar {
    margin-top: 0;
}

#y-topband, #y-topbar, #y-mtopbar, #y-menubar, #y-strap, #y-select, #y-select2, #y-select3, #y-quotes, #y-content, #y-content2, #y-content3, 
#y-content3A, #y-content4, #y-locate, #y-news, #y-socialbar, #y-edit, #y-carousel {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#y-topband {
    background-color: #262262;
    height: 20px;
}

#y-topbar, #y-mtopbar {
    position: relative;
    z-index: 2010;
    text-align: right;
    color: #fff;
    background-color:#f7931d;
    border-top:4px solid #0f3256;
}

#y-mtopbar {
    text-align: left;
}

#y-menubar {
    display:none;
    position:relative;
    clear:both;
    z-index:25;
}

#y-panel {
    width: 80%;
    margin: 0 auto;
}

#y-logobar {
    position: absolute;
    width: 400px;
    margin-left: -200px;
    top: 60px;
    left: 50%;
}

#y-strap, .y-strap {
    display:none;
    background-color:#fff;
    font-size:1em;
    text-align:center;    
    padding:15px 0;
}

.y-strap {
    display:block;
}

.ys1 {
    background-color:#55b3fb; 
}

.ys2 {
    background-color:#666; 
}

.ys3 {
    background-color:#82d551; 
}

.ys4 {
    background-color:#707486; 
}

#y-select {
    background-color:#fff;
}

#y-select2, #y-select3 {
    background-color:#fff;
}

#y-quotes {
    font-size: 1em;
    font-style:italic;
    text-align: center;    
    padding:20px 0;
    color:#c0c0c0;
    background-color:#fff;
}

#y-quotes .carousel-inner {
    padding:0 15px;
}

#y-edit {
    background-color: #fff;
    font-size: 100%;
    clear: both;
}

#y-carousel {
    width:calc(100% - 100px);
}

#y-content, #y-content3A {
    background-color:#fff;
    font-size:100%;
    clear:both;
    text-align:center;
}

#y-content2 {
    position:relative;
    background-color:#f5f5f5;
    font-size:100%;
    text-align:center;
}

#y-content3 {
    position:relative;
    font-size:125%;
    text-align:center;
    color:#c0c0c0;
    background-color:#fff;
}

#y-content4, #y-news {
    background-color:#f5f5f5;
    font-size:100%;
}

#y-locate {
    background-color:#edf4f7;
}

#y-socialbar {
    background-color: #f7931e; 
}

#y-slides, #y-mslides {
	position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 16;
    overflow: hidden;
}

#y-mslides {
    border-top:10px solid #fff;
}

#y-dummy {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#y-modals {
    position: absolute;
    top: 40%;
    right: 10px;
    z-index: 2014;
}

#myModal, #myModal2 {
    z-index: 2014;
}

.y-dash {
    position: absolute;
    top:20px;
    width:100%;
    z-index:9999;
    font-size:150%;
    color:#fff;
    opacity:0.5;
    text-align:center;    
}

.y-tagline {
	width: 100%;
    position: absolute;
    top: 60%;
}

.y-tag {
    color:#fff;
}

.y-tag.olay {
    position:absolute;
    bottom:20px;
    width:100%;
    text-align:center;
    font-size:100%;
    z-index:13;
}

/* Footer */
footer, #footerbar { 
	width:100%;
    max-width:1920px;
    margin:0 auto;
    background-color:#084369;
    color:#fff;
    text-align:center;
    font-size:100%;
	position:relative;
    z-index:12;
}

#footerbar { 
    background-color:#f7931d;
    padding-bottom:50px;
}

.footleft, .footcen { 
    text-align: center;
    padding-top:15px;
}

.footright { 
    text-align:center;
    padding-top:5px;
}

.footer-nav { 
    font-size:80%;
}

/* Positioning */

.y-center {
    margin: 0 auto;
}

/* IMAGES */

img, .flexslider .slides img.logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.flexslider .slides img.logo {
  margin: 0 auto;
  width: auto;
}

#moblogo img, .y-strap img {
  margin:0 auto;
  width:60%;
  max-width:140px;
}

#y-content img, .advert img, img.mb {
  margin-bottom:15px;
}

#y-content img {
  margin-bottom:0;
}

#y-topbar img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#y-content2 img {
   margin-bottom:15px;
}

img.mobhead {
    margin: 30px auto 0 auto;
}

img.padd {
    padding-bottom:2em;
}

img.padd2 {
    margin-bottom:1em;
}

img.inline, footer img {
    display:inline-block;
}

table img {
    display: inline-block;
    margin-right: 2em;
}

img.center {
    margin:10px auto;
}


/* Glyph Icons */

.glyphicon {
  font-size: 20px;
  line-height: 33px;
}

.glyphicon-sm {
  font-size: 15px;
  line-height: 25px;
}

.glyphicon-ring, .glyphicon-ring-sm {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  color: white;
  display: inline-table;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.glyphicon-ring-sm {
  width: 30px;
  height: 30px;
}

.glyphicon-ring:hover, .glyphicon-ring-sm:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  o-transform: scale(1.2);
  transform: scale(1.2);
}      

/**CSS FOR ICON WITH NO BACKGROUND COLOR**/

.glyphicon-ring .glyphicon-bordered, .glyphicon-ring-sm .glyphicon-bordered {
  font-size: 15px;
  vertical-align: middle;
  display: table-cell;
}

.glyphicon-ring-sm .glyphicon-bordered {
  font-size: 20px;
}

/**WITH AN ADDED BACKGROUND COLOR**/

.glyphicon-white {
  background: white;
  color: black;
  border: 4px solid black;
}
.glyphicon-teal {
  background: teal;
  color: orange;
}
.glyphicon-green {
  background: #717f28;
}

/* BUTTONS */

#formb1, #formb2 {
    position:absolute;
    top:10px;
    right:15px;
    cursor:pointer;
}

#formb2 {
    top:20px;
    right:5%;
    z-index:9999;
}

.btn {
    border-radius:10px;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
 outline: none !important;
}

.btn-email {
    background: #372d67;
    color: #fff;
    border: 4px solid #372d67;
    border-radius: 0;
    width: 75%;
    float: left;
}

.btn-email:visited {
    color: #fff;
}

.btn-email:hover {
    background: transparent;
    color: #372d67;
}

.btn-email:active {
    color: #fff;
}

.btn-li {
    background: transparent;
    color: #372d67;
    border: 4px solid #372d67;
    border-radius: 0;
    width: 20%;
    float: right;
    font-weight: bold;
}

.btn-li:visited {
    color: #372d67;
}

.btn-li:hover {
    background: #372d67;
    color: #fff;
}

.btn-li:active {
    color: #372d67;
}

.btn-top  {
  border: 1px solid transparent;
  border-top-style: none;
  border-radius: 0 0 12px 12px;
  color: #fff;
  background-color: rgba(98, 187, 70, 0.75);
  font-size: 1.5em;
  margin-left: 30px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn-top:hover {
    background-color: rgba(0, 86, 45, 1);
    color: #fff !important;
}

.btn-brd, .btn-brd2, .btn-brd3, .btn-brdm  {
  border:1px solid #fff;
  color:#fff;
  background-color:#259ce0;
  font-size:1em;
  -webkit-transition:all ease 0.5s;
  -moz-transition:all ease 0.5s;
  -o-transition:all ease 0.5s;
  -ms-transition:all ease 0.5s;
  transition:all ease 0.5s;
}

.btn-brd2  {
  border:1px solid #55b3fb;
  background-color:transparent;
  color:#55b3fb;
  font-size:1em;
}

.btn-brd3  {
  color:#fff !important;
  font-size:1em;
}

.btn-brdm  {
  font-size: 0.75em;
  padding:10px;
}

.btn-brd:hover {
    background: rgba(179, 122, 4, 0.75);
    color: #fff !important;
}

.btn-brd2:hover {
    background-color:#55b3fb;
    color:#fff !important;
}

.btn-brd3:hover, .btn-brdm:hover {
    background-color:#f7931d;
    color:#fff !important;
}

.btn-brd2:hover a  {
  color:#fff;
}

.btn-brd2:hover a  {
  color:#13133b;
}

.btn-pad {
    padding:6px 7px;
}

.btn-pad2 {
    padding:10px 40px;
}

.btn-primary-outline {
  background-color: transparent;
  border-color: #ccc;
}

/* SOCIAL ICONS */

/* NB font-awesome used from CSS folder */

.social {
    padding:0;
}

.ib {
    display:inline-block;
}

.msoc, .dsoc {
    position:absolute;
    top:15px;
    right:15px;
    z-index:15;
}

.msoc {
    top:0;
    right:5px;
    margin:0;
}

.social ul {
    margin: 0;
}

.social ul li {
    margin: 5px;
    color: #fff;
    list-style: none outside none;
    display: inline-block;
}

.social ul li:first-child {
    margin-left:0;
}

.social i, #mnav i, #mclose i {
    color: #fff;
    font-size: 22px;
    text-align:center;
    padding:10px 20px;
}

#mclose i {
    color: #fff;
    font-size: 22px;
    text-align:center;
    padding-left:0;
}

.social i {
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

#mnav i, #mclose i {
    text-align:left;
}

header.smaller .social i {
    width: 25px;
    height: 25px;
    font-size: 14px;
    padding-top: 7.5px;
}

.social i.mob {
    width: 25px;
    height: 25px;
    font-size: 14px;
    text-align:center;
    padding-top: 7.5px;
}

#mnav i:hover {
    background-color:inherit;
}

.social i:hover {
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook-f {
}

.social .fa-facebook-f:hover {
    color:#13133b;
}

.social .fa-twitter {
}

.social .fa-twitter:hover {
    color:#13133b;
}

.ybox .fa-phone {
    color:#259ce0;
}

.social .fa-phone:hover, .social .fa-envelope:hover {
    color:#259ce0;
}

.social .fa-linkedin-in:hover {
    color:#13133b;
}

.social .fa-instagram {
    background-color:#c83b24;
}

.social .fa-instagram:hover {
    background-color:#982919;
}

.social .fa-youtube-square:hover {
    color:#13133b;
}

/* VIDEO */

.video {
    position: relative;
    margin:0 auto;
    padding:0;
}
.videoinner {
    border:1px solid #c0c0c0;
}
.video video,
.video canvas {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    display:block;
}
video {
    height: 100% !important;
    position: absolute;
}
.video .overlay, .video .overlay2 {
       position:absolute;
       top:0;
       right:0;
       bottom:0;
       left:0;
       background-color:rgba(15,50,85,0.25);
       z-index:12;
}

.video .overlay2 {
       background-color:rgba(2,65,97,0.4);
}

.video #cta, .video .cta {
    position:absolute;
    width:80%;
    top:15%;
    left:calc(5% + 15px);
    z-index:15;
    color:#fff;
}

.video #cta span, .video .cta span {
    font-size:1.25em;
}

.video .flex-active-slide .flex-caption {
opacity:1;
transition:all 1s ease;
top:15%! important;
}

.video #cta .head, .video .cta .head {
    display:block;
    font-size:2em;
    line-height:1.2;
}

.video #cta .shead, .video .cta .shead {
    display:block;
    font-size:1em;
    line-height:normal;
    margin-top:15px;
}

.video #cta p, .video .cta p {
    margin-top:30px;
}


/* BOOTSTRAP ADDITIONAL COLUMN BREAK AT 480 pixels */

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4 .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
}

@media (max-width: 480px) {

.col-xxs-12 {
  width: 100%;
}
.col-xxs-11 {
  width: 91.66666667%;
}
.col-xxs-10 {
  width: 83.33333333%;
}
.col-xxs-9 {
  width: 75%;
}
.col-xxs-8 {
  width: 66.66666667%;
}
.col-xxs-7 {
  width: 58.33333333%;
}
.col-xxs-6 {
  width: 50%;
}
.col-xxs-5 {
  width: 41.66666667%;
}
.col-xxs-4 {
  width: 33.33333333%;
}
.col-xxs-3 {
  width: 25%;
}
.col-xxs-2 {
  width: 16.66666667%;
}
.col-xxs-1 {
  width: 8.33333333%;
}
.col-xxs-pull-12 {
  right: 100%;
}
.col-xxs-pull-11 {
  right: 91.66666667%;
}
.col-xxs-pull-10 {
  right: 83.33333333%;
}
.col-xxs-pull-9 {
  right: 75%;
}
.col-xxs-pull-8 {
  right: 66.66666667%;
}
.col-xxs-pull-7 {
  right: 58.33333333%;
}
.col-xxs-pull-6 {
  right: 50%;
}
.col-xxs-pull-5 {
  right: 41.66666667%;
}
.col-xxs-pull-4 {
  right: 33.33333333%;
}
.col-xxs-pull-3 {
  right: 25%;
}
.col-xxs-pull-2 {
  right: 16.66666667%;
}
.col-xxs-pull-1 {
  right: 8.33333333%;
}
.col-xxs-pull-0 {
  right: auto;
}
.col-xxs-push-12 {
  left: 100%;
}
.col-xxs-push-11 {
  left: 91.66666667%;
}
.col-xxs-push-10 {
  left: 83.33333333%;
}
.col-xxs-push-9 {
  left: 75%;
}
.col-xxs-push-8 {
  left: 66.66666667%;
}
.col-xxs-push-7 {
  left: 58.33333333%;
}
.col-xxs-push-6 {
  left: 50%;
}
.col-xxs-push-5 {
  left: 41.66666667%;
}
.col-xxs-push-4 {
  left: 33.33333333%;
}
.col-xxs-push-3 {
  left: 25%;
}
.col-xxs-push-2 {
  left: 16.66666667%;
}
.col-xxs-push-1 {
  left: 8.33333333%;
}
.col-xxs-push-0 {
  left: auto;
}
.col-xxs-offset-12 {
  margin-left: 100%;
}
.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
  margin-left: 75%;
}
.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
  margin-left: 50%;
}
.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
  margin-left: 25%;
}
.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
  margin-left: 0;
}

}

/* BOOTSTRAP OVERRIDES */

.row { 
    margin-right: 0;
    margin-left: 0;
}

.y-navbar {
    text-align:center;
}

.navbar-right {
    margin-right: 0;
}

.navbar-nav, .navbar-brand {
    font-size: 0.875em;
}

blockquote {
    border-left: 5px solid #259ce0;
}

/* WORDPRESS OVER-RIDES */

/* ADDED FEATURES */

    .darken {
      background-image:url('../images/black.png');
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      }
      
    .darken img {
      display:block;
      opacity:1.0;
      filter:alpha(opacity=100); /* For IE8 and earlier */
      }
      
    .darken img:hover {
      opacity:0.5;
      filter:alpha(opacity=50); /* For IE8 and earlier */
      }

    .darken:hover, .darken2:hover {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      box-shadow: inset 0 0 0 20px #c2b59b;
      }
      
/* WOOCOMMERCE OVER-RIDES */

.woocommerce .blockUI.blockOverlay { 
position: relative !important;  
display: none !important;
}

#y-content h1.product_title, #y-content h2 {
    letter-spacing:normal;
}

#y-content h2.woocommerce-loop-product__title, #y-content h2.woocommerce-loop-category__title {
    font-size:1em;
    letter-spacing:normal;
}

.woocommerce div.product p.price, .woocommerce ul.products li.product .price {
    color:#95c3d1;
    font-weight:bold;
}

p.in-stock {
    color:#77a464;
    margin-top:15px;
}

p.out-of-stock {
    color:red;
    margin-top:15px;
}

span.note {
    color:red;
}

.woocommerce div.product form.cart div.quantity, .woocommerce div.product form.cart .button {
    float:none;
    display:inline-block;
}

.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color:#95c3d1;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color:#164a5a;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom:0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border:1px solid #d3ced2;
    border-top:none;
    text-align:left;
    padding:15px;
}

#tab-description h2, #tab-additional_information h2 {
    padding-top:30px;
}

.woocommerce-MyAccount-navigation ul {
  	list-style:none;
    padding-left:0;
}

.woocommerce-MyAccount-navigation ul li a {
  background-color:#ebe9eb;
  color:black;
  display:block;
  padding:12px;
  text-decoration:none;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  background-color:#95c3d1;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width:80px;
}

img.attachment-woocommerce_thumbnail {
    border:1px solid #c0c0c0;
}

header.woocommerce-Address-title {
    height:auto;
    background-color:transparent;
}

header.woocommerce-Address-title a {
    color:#337ab7;
}

.woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title h3 {
    float:none;
    display:block;
}

.ybox span.amount, .ybox span.woocommerce-Price-currencySymbol {
    margin-left: 0;
}

.woocommerce div.product form.cart .variations td label, .woocommerce div.product form.cart .variations th label {
    font-size:1.25em;
    color:#95c3d1;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    padding:0;
    line-height:normal;
}

mark {
    color:#259ce0;
}

mark.count {
    background-color:transparent;
}

/* thumbnail hover */
.woocommerce ul.products li.product a img {
    transition: .3s ease-in-out;
}

.woocommerce ul.products li.product a:hover img {
    filter: brightness(50%);
}

@media (min-width: 768px) {

.woocommerce ul.products {
    /*display:flex;
    justify-content:center*/
}

}      

/* MOBILE RESPONSIVE */

#y-head, .showdesk { 
    display: none;
}

@media (min-width: 480px) {

.w80 {
	width:80%;
    margin:0 auto;
}

.w90 {
	width:90%;
    margin:0 auto;
}

.yflexRowS {
	display:flex;
}

.sbmt {
    margin-top:0;
}

.twocol, .twocolL, .twocolR {
	width:50%;
}

.twocolL {
	width:40%;
}

.twocolR {
	width:40%;
    padding-left:20%;
}

input.form {
    width: 25%;
}

.yflex div.four, .yflex2 div.four {
	flex-basis:calc(50% - 10px);
}

.newsimage	{
    width:25%;
        }

.newstext	{
    width:70%;
    padding-left:5%;
}

#y-content h1 {
   font-size: 2.5em;
}

#y-content h2 {
   font-size: 2em;
}

#y-content #anews h2 {
   font-size: 1.5em;
}

#y-content h3 {
   font-size: 1.5em;
}

#y-content #anews h3 {
   font-size: 1.25em;
}

footer, #footerbar { 
    font-size:100%;
}

#cbtxtM {
   margin-top: 0;
}

.show480 {
   display: block;
}

.hide480 {
   display: none;
}

img.padd2 {
    margin-bottom:0;
}

}

@media (min-width: 768px) {

.csdesk {
	display: block;
}

.csmob {
	display: none;
}

.yflexRow {
	display:flex;
}

.flexor {
    display:flex;
}

.y-dash {
    top:inherit;
    bottom:20px;
}

.sbmt2 {
    margin-top:0;
}

.padding1A {
    padding: 5em 0;
}

.paddingC {
    padding:5em 0 0 0;
}

.paddingC1 {
    padding:3em 0;
}

.marginC {
    margin-top:5em !important;
}

table {
    font-size: 100%;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    padding: 20px;
}

img.padd {
    padding-bottom:0;
}

.inner {
	padding-left:8%;
}

footer .head {
    font-size:200%;
}

}

@media (min-width: 800px) {

header { 
    z-index:inherit;
    margin: 0 auto;
}

#y-mobhead { 
    display: none;
}

#y-head { 
    display: block;
}

.y-strap {
    display:none;
}

#y-mslides { 
    display: none;
}

.showdesk, #y-menubar { 
    display: block;
}

.showmob, #y-mtopbar { 
    display: none;
}

.footright { 
    text-align: right;
}

.footleft { 
    text-align: left;
}

}

@media only screen and (max-width: 959px) and (min-width: 768px) {

header.smaller #y-logobar {
    top: 40px;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar {
    min-height: 30px;
}

.navbar-brand {
    height: 30px;
    padding: 5px 5px;
}

}

@media (min-width: 960px) {

#y-logobar {
    top: 15px;
}

#y-logobar img {
    max-width: 100%;
}

.paddtop {
    padding-top: 1em;
}

}

@media (min-width: 992px) {

.video #cta .head, .video .cta .head {
    font-size:2.5em;
}

.video #cta .shead, .video .cta .shead {
    font-size:1.5em;
}

#menupanel, #menupanel2 {
    font-size:75%;
}

.yflex div.two, .yflex2 div.two {
	flex-basis:calc(50% - 10px);
}

.yflex div.four, .yflex2 div.four,
.yflex div.fourB, .yflex2 div.fourB {
	flex-basis:calc(25% - 10px);
}

.tm992 {
    margin-top:0;
}

.y-tag .head {
    font-size:1.5em;
}

.y-tag .sub-head {
    font-size:1em;
}

span.spacer {
    display:inline-block;
    width:30px;
}

}

@media (min-width: 1200px) {

.video #cta .head, .video .cta .head {
    font-size:3em;
}

.video #cta .shead, .video .cta .shead {
    font-size:1.5em;
}

.video #cta p, .video .cta p {
    margin-top:60px;
}

.btn-brd3  {
  font-size:1.25em;
}

}

@media (min-width: 1280px) {

header.smaller #y-logobar {
    top: 15px;
}

#menupanel, #menupanel2 {
    font-size:85%;
}

.y-navbar {
    font-size:100%;
}

.y-tag .head {
    font-size:2em;
    margin-bottom:30px;
}

.y-tag .sub-head {
    font-size:1.25em;
}

.y-dash {
    font-size:300%;
}

#y-quotes {
    font-size: 2em;
}

}

@media (min-width: 1620px) {

.navbar-nav, .navbar-brand {
    font-size: 1em;
}

.video #cta .head, .video .cta .head {
    font-size:3.5em;
}

.video #cta .shead, .video .cta .shead {
    font-size:1.5m;
}

.y-tag .head {
    font-size:3em;
}

.y-tag .sub-head {
    font-size:1.5em;
}

}
