@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/* Primary standards */
body {
	font: 400 14px/1.25em 'Roboto', sans-serif;
}

@media (min-width:768px) {
body {
	font: 400 16px/1.25em 'Roboto', sans-serif;
	}
}

@media (min-width: 1200px) { 
body { 
	font: 400 18px/1.85em 'Roboto', sans-serif;
	} 
}
footer {
	padding: 20px 0;
}
h1, h2, h3, h4, h5, h6 {

}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
*+h1, *+h2, *+h3, *+h4, *+h5, *+h6, *+p {
	margin-top: 1em
}
nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
input {
    background-color: transparent;
}
a:link,
a:visited,
a:focus,
a:hover,
a:active {
	text-decoration: none;
}
.padding {
    padding: 40px 0;
}
.relative {
	position: relative;
}
.drop-shadow-down {
	box-shadow: 0 3px 14px rgba(0,0,0,.65);
}
.button {
    border: 4px solid #fff;
    background-color: #eb3d25;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 5px 1.2em;
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
}
.button:hover {
    color: #eb3d25;
    border: 4px solid #eb3d25;
    background-color: #fff;
    transition: all .25s;
}
.button-right {
    border: 4px solid #fff;
    background-color: #eb3d25;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 5px 1.2em;
    margin-top: 20px;
    margin-bottom: 30px;
	margin-right: 0px;
    float: right;
}

.button-right:hover {
    color: #eb3d25;
    border: 4px solid #eb3d25;
    background-color: #fff;
    transition: all .25s;
}

.button-cta {
    display: block;
    width: 100%;
    margin-top: 0;
}
.button-wider {
    padding-right: 2.2em;
    padding-left: 2.2em;
}
.section-heading {
    padding: 20px 0;
}
.section-heading h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: normal; 
}
.chess {
    width: 100%;
	color: #fff;
	text-align: center;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.vertical {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.vertical-large {
    width: 66.666666%;
}
.vertical-small {
    width: 33.333333%;
}
.vertical,
.horizontal {
    background-repeat: no-repeat;
    background-size: cover;
}
 .flex-center-vertical {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
 }
 .chess-copy {
 	padding: 45px;
 }
@media (min-width: 992px){
   h2 {
        font-size: 32px;
    }
}

@media (max-width: 991px){
    h2 {
        font-size: 24px;
        line-height: 1.5;
    }
}
@media (max-width: 767px){
    .section-heading h2 {
        font-size: 24px;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .vertical-large {
        display: none;
    }
    .vertical-small {
        width: 100%;
    }
}
/* Branding
  ------------------------- */
.branding-logo {
    height: 124px;
}
 .branding {
    background-color: #000;
 }
 .branding-logo {
    width: 30%;
    float: left;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Main Navigation (all level)
  ------------------------------- */
  .branding {
    position: relative;
  }
 .branding-nav {
    width: 70%;
    float: right;
    margin: 35px 0px 0;

}
 .branding-logo img {
    width: 250px;
    max-width: 100%;
}

 .main-nav {
 	text-transform: uppercase;
    margin-top: 23px;
}
 .utility-nav a img {
    width: 25px;
}

 .main-nav,
 .utility-nav {
    text-align: right;
}
.main-nav nav > ul > li,
.utility-nav nav > ul >li {
    display: inline-block;
}
.main-nav nav > ul > li {
    margin: 0 -0.2em;
    padding: .5em 1em;
    cursor: pointer;
}
.main-nav nav > ul > li:hover {
    background-color: #12416d;
}
.utility-nav nav > ul >li {
    margin-left: 1em;
}
.utility-nav nav > ul > li:first-child {
    margin-left: 0;
}
.main-nav nav > ul > li > a {
}


/* Main Navigation (second level)
  ------------------------------- */
.main-nav-second-level {
    display: none;
    text-align: left;
}
.main-nav-second-level a span {display:block}
.descriptor-text {
    font-size: 12px;
    font-weight: 300;
    text-transform: none;
}

.main-nav-second-level li {
	padding: 5px 15px;
}
.main-nav nav > ul > li:hover .main-nav-second-level {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

}
.main-nav-second-level {
    position: absolute;
    left: 0;
    background-color: #12416d;
    right: 0;
    z-index: 10;
    padding: 20px 0;
    margin-top: 8px;
}
.main-nav .sub-menu {
	display:none;
}
 .main-nav .main-nav-second-level ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-nav .main-nav-second-level ul li,
.main-nav .main-nav-second-level ul li a {
    transition: all .5s;
	line-height:1em;
	padding-top:1em;
}
.main-nav .main-nav-second-level ul li:hover {
    background: #5fafd0;
}
.main-nav .main-nav-second-level ul li a {
    color: #eaeaea;
}
.main-nav .main-nav-second-level ul li a:hover {
    color: #10426d;
}


@media (min-width: 992px) {
	.descriptor-text {
		padding-top:1em;
		font-size:16px;
		padding-bottom: 1em;
	}
}
@media (max-width: 991px) {
    .branding,
    .branding-logo {
        height: 114px;
    }
    .branding {
        font-size: 90%;
    }
    .branding-logo {
        width: 20%;
    }
     .branding-nav {
        width: 80%;
        margin-top: 25px;
        margin-bottom: 7px;
    }
    .main-nav nav ul li,
    .utility-nav nav ul li {
        display: inline-block;
        margin-left: 0em;
    }
    .utility-nav a img {
        width: 20px;
        margin-left: 0.4em;
    }
    .main-nav-second-level {
        position: absolute;
        left: 0;
        margin-top: 6px
    }
    .chess-copy {
        padding: 2em 50px;
    }
}
@media (max-width: 767px) {
    .branding-logo {
        width: 100%;
        float: initial;
        height: auto;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 27px;
    }
    .branding-logo img {
        width: 200px;
    }
    .branding-nav {
        width: 100%;
        float: initial;
        margin: 10px 0px;
    }
    .main-nav {
        margin-top: 15px;
    }
    .main-nav,
    .utility-nav {
        text-align: center;
    }
}

@media (max-width: 680px) {
    .chess-copy {
        padding: 2em 20px;
    }
}

@media (max-width: 480px) {
    .branding-logo {        
        margin-bottom: 17px;
    }
    .branding-logo img {
        width: 170px;
    }
    .utility-nav nav ul li.social {
        display: block;
        margin-top: 5px;
    }
    .chess {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .half-vertical {
        width: 100%;
    }
}
 /* Colors */
.main-nav a {
	color: #eaeaea;
}
.main-nav .current a {
    color: #5fb0d1;
}
.utility-nav a {
    color: #9e9e9e;
}



/* Mobile Navigation
   ----------------------- */

.mobile-nav-button {
    float: right;
    margin: 30px 0 0 0;
}

@media (max-width: 767px) {
    .branding-logo {
        height: auto;
        float: left;
        margin: 30px 0 0 0;
        width: 67%;
        display: block;
    }
    .branding-nav.desktop-nav {
        display: none;}
    }

/* Main Navigation (Mobile Version)
   ----------------------- */
@media (max-width: 767px) {
    .static-bar,
    .combo .mainnav-outer {
        display: none;
    }
}
#scotch-panel {
    background: rgba(77,77,72,1);
    background: -moz-linear-gradient(left,rgba(77,77,72,1) 0%,rgba(128,127,115,1) 9%,rgba(128,127,115,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(77,77,72,1)),color-stop(9%,rgba(128,127,115,1)),color-stop(100%,rgba(128,127,115,1)));
    background: -webkit-linear-gradient(left,rgba(77,77,72,1) 0%,rgba(128,127,115,1) 9%,rgba(128,127,115,1) 100%);
    background: -o-linear-gradient(left,rgba(77,77,72,1) 0%,rgba(128,127,115,1) 9%,rgba(128,127,115,1) 100%);
    background: -ms-linear-gradient(left,rgba(77,77,72,1) 0%,rgba(128,127,115,1) 9%,rgba(128,127,115,1) 100%);
    background: linear-gradient(to right,rgba(77,77,72,1) 0%,rgba(128,127,115,1) 9%,rgba(128,127,115,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d48',endColorstr='#807f73',GradientType=1);
    display:none;
}

@media (max-width: 767px) {
    .scotch-panel-canvas #scotch-panel {
    display:block;
}
}


#scotch-panel .mainnav {
    text-align: left;
    margin-top: 0;
    font-size: 14px;
}
#scotch-panel .container .branding-nav {
    margin: 0;
    padding-top: 10px;
}
#scotch-panel .container {
    padding-right: 0;
    padding-left: 0;
}



#scotch-panel nav > ul > li li {
    margin-bottom: 0;
}
#scotch-panel nav > ul > li  a {
    position: relative;
    padding: 0 20px 5px;
}
#scotch-panel nav > ul > li.open >a:before,
#scotch-panel nav > ul > li.open > a:after {
    display: none;
}





/* Color */
#scotch-panel .branding-nav {
    background-color: #12416d;
}
#scotch-panel .branding-nav.hover .submenu:hover {
    background-color: #00afd0;
}


#scotch-panel .main-nav nav > ul > li:hover .main-nav-second-level {
    display: none;
}

#scotch-panel .main-nav nav > ul > li.open .main-nav-second-level {
    display: block;
    margin-top: 1em;
}


#scotch-panel nav > ul > li ul {
    margin-top: 0;
}
#scotch-panel nav > ul > li li:hover {
    background-color: #bfbfc7;
}



#scotch-panel  nav > ul > li.open > ul {
    background-color: #00afd0;
}
#scotch-panel  nav > ul > li.open > ul > li {
    padding-left: 35px;
}



#scotch-panel .mainnav nav > ul > li.open {
    margin-bottom: 0;   
}

.non-nav-links a {
    display:block;
    color:#fff;
    background:#34495e;
    padding:5px 20px;
    margin-bottom:1px;
}

.mobile-social {
    color:#fff;
    text-align:center;
}
.mobile-social a {
    color:#fff;
    padding:10px;
    display:inline-block;
}



#scotch-panel .main-nav {
    margin-top: 0;
}
#scotch-panel .branding-nav {
    margin: 0;
}
#scotch-panel .main-nav,
#scotch-panel .utility-nav {
    text-align: left;
}
#scotch-panel .utility-nav {
    background-color: #092135;
}
#scotch-panel  .main-nav nav ul li,
#scotch-panel  .utility-nav nav ul li,
#scotch-panel  .main-nav nav > ul > li {
    margin: 0;
    display: block;
    padding: 1em 0;
    border-bottom: 1px solid #5fafd0;
}
#scotch-panel  .utility-nav nav ul li.social {

    border-bottom: 1px solid #000;
}
#scotch-panel .main-nav nav ul li.open {
    padding-bottom: 0;
}
#scotch-panel .utility-nav a {
    color: #eaeaea;
}
#scotch-panel .utility-nav .social {
    background-color: #252525;
    padding-left: 20px;
    padding-right: 20px;
}


#scotch-panel .utility-nav .social a {
    padding: 0;
}
#scotch-panel .utility-nav .social a img {
    margin-left: 0;
}
#scotch-panel .utility-nav .social a + a img {
    margin-left: 1.5em;
}




#scotch-panel .main-nav-second-level {
    position: relative;
    height: auto;
    background: #5fafd0;
    bottom: initial;
    padding-top: 0;
    padding-bottom: 0;
}
#scotch-panel .main-nav-second-level ul {
    display: block;
}
#scotch-panel .main-nav-second-level ul li a {
    color: #10426d;
}
/* Hamburger Navigation Button
   ----------------------- */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    margin-top: 7px;
    padding: 5px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    border: 0;
    border-radius: 0;

    background-color: #12416d;
    color: #fff;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 25px;
}
.hamburger--slider .hamburger-inner {
    top: 3px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: 1px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 35px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff;
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: 20px;
}
.hamburger-inner:after {
    bottom: -10px;
}

/* Banner
 ------------------------- */
.banner {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.banner-copy {
    width: 50%;
    margin-top: 2em;
    margin-bottom: 3em;
}
.banner-copy .button {
    margin-bottom: 0;
}
.banner-feature-image {
    position: absolute;
    right: 10px;
    bottom: 0;
}
.banner-feature-image img {
	max-height: 248px;
/*    width: 520px;
    max-width: 95%;
*/
}
@media (max-width: 1199px) {
    .banner-feature-image img {
		max-height: 223px;
/*        width: 470px;
  */
	}
}
@media (max-width: 991px) {
    .banner-copy {
        width: 50%;
        margin-top: 1em;
        margin-bottom: 0em;
    }
    .banner-feature-image img {
		max-height: 162px;
/*        width: 350px;
*/
	}
}
@media (max-width: 767px) {
    .banner {
        text-align: center;
    }
    .banner-copy {
        width: 100%;
    }
    .banner-feature-image {
        position: relative;
    }
}
/* Main Copy
 ------------------------- */
.main-copy h2 {
    font-size: 21px;
    line-height: 36px;
    color: #5fb0d1;
}
.main-copy h3 {
    font-size: 18px;
    line-height: 36px;
    color: #12416e;
    font-weight: 500;
}
.main-copy ul {
    padding: 20px;
}
.main-copy p + ul {
    padding-top: 0;
    padding-left: 50px;
}
.main-copy .news-container {
    border: 3px solid #12416e;
    position: relative;
}
.main-copy .news-container-box[style^=background-image]{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
}


/* Quote
  ------------------------- */
.quote-image {
    width: 155px;
    position: absolute;
    margin: 0 20px 0 10px;}
.quote-image img {
    width: 100%;}
.quote-copy {
    margin-left: 220px;
  }
.quote-copy p {
    position: relative;
    font-size: 23px;
    line-height: 2em;
}
.quote-copy p .quo {
    position: absolute;
    font-size: 300%;
}
.quote-copy p .ldquo {
    left: -32px;
    top: 8px;
    line-height: 1;       
}
.quote-copy p .rdquo {
    bottom: -23px;
    margin-left: 10px;    
}
@media (max-width: 991px) {
    .quote-copy p {
        position: relative;
        font-size: 18px;
        line-height: 1.8em;
    }
}
@media (max-width: 767px) {
    .quote-image {
        width: 155px;
        position: relative;
        display: block;
        margin: 0 auto 20px;
    }
    .quote-image img {
        width: 100%;
    }
    .quote-copy {
        margin-left: 0;
        text-align: center;
    }
    .quote-copy h2 {
        font-size: 16px;
        line-height: 1.5;
    }

    .quote-copy p {
        font-size: 14px;
        line-height: 1.7em;
    }
    .quote-copy p .quo {
        position: static;
        font-size: 100%;
    }
    .quote-copy p .ldquo {
        margin-right: 10px;
    }
}


/* Video
 ------------------------- */
.video h2 {
    margin-bottom: 0;
}
.video .video-box {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video .video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Logo Scroller
 ------------------------- */
.logo-scroller img {
    height: 50px;
 }
/* News
 ------------------------- */
 .border {
    border: 3px solid #fff;
 }
 .news-container {    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.news-container-box {
    width: 50%;    
    padding: 15px 35px;
}
.news-container-box.no-margin {
    margin: 0;
}

.news-container-divider {
    width: 2px;
    background-color: #fff;
}


.news .news-container {
    padding: 20px 0;
}
.news p {
    font-weight: 300;
    font-size: 0.8em;
}

@media (max-width: 767px) {
    .news .news-container {    
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-container-divider {
        width: 100%;
        height: 2px;
    }
}
/* New Container Box with image */
.news-container-box-img {
    position: relative;
    text-align: center;
}
.news-container-box-img img {
    margin: auto;
    display: block;
    max-width: 100%;
}
.news-container-box-img a.button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

@media (max-width: 767px) {
    .news-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news-container-box {
        width: 100%;
    }
    .news-container-box:first-child {
        margin-bottom: 10px;
    }
    .news-container-box + .news-container-box {
        border-left-width: 0;
    }
    .news-container-box + .news-container-box h3 {
        border-top: 2px solid #fff;
        padding-top: 20px;
    }

    .main-copy .news-container-box[style^=background-image] {
        position: relative;
        min-height: 150px;
    }
}


/* Leadership
 ------------------------- */

.leadership-item {
    clear: both;
    overflow: hidden;
    border: 1px solid #5fb0d1;
    padding: 10px;
}
.leadership-item + .leadership-item {
    margin-top: 20px;
}
.leadership-photo {
    width: 200px;
    float: left;
}
.leadership-photo img {
    max-width: 100%;
	width: 100%;
}
.leadership-copy {
    margin-left: 220px;
}
.leadership-copy h4 {
    color: #5fb0d1;
}
.leadership-copy h5 {
    color: #12416e;
}
@media (max-width: 767px) {
    .leadership-item {
        text-align: center;
    }
    .leadership-photo {
        float: initial;
        margin: 10px auto;
    }
    .leadership-copy {
        margin-left: 0;
    }
}
/* Form
 ------------------------- */

.contact-form form {
    margin-top: 2em;
}
.contact-form h2 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 1.2em;
}
.contact-form label {
    display: none;
}
.help-block {
    margin-top: 0px;
    margin-bottom: 5px;
    visibility: hidden;
}
.form-control {
    height: 43px;
    border-radius: 0;
    border: 1px solid #7d7d7d;
}
/* Site-Info / Footer
 ------------------------- */
.site-info {
	font-size:.765em;
	background-color: #111111;
	color: #c4c4c4;
}
.site-info a,
.site-info-contact {
    color: #c4c4c4;
}
.copyright {
	text-align: right;	
}
@media (max-width:767px) {
    .site-info {
        text-align: center;
    }
	.copyright {
		text-align: center;	
	}
}

/* Colors
 ------------------------- */
.bg-blue       {background-color: #13416c}
.bg-blue-light {background-color: #60b0d1}
.bg-gray       {background-color: #e0e7f0}
.bg-red        {background-color: #eb3d25}

.blue  {color: #0f416e}
.white {color: #ffffff}


.bg-blue-light.white a {color: #fff}
.bg-blue-light.white a:hover {color: #eb3d25}
.bg-red.white a {color: #fff}