@charset "UTF-8";
/* CSS Document */


html,body{padding:0;border:0;font-size:14px;font-style:normal;font-weight:normal;color:#646473;text-rendering:optimizeLegibility;background-color:#fff;overflow-x:hidden}

#language{margin-top:3px;padding-right:20px;float:right}
#language a:active, #language a:visited,#language a {text-decoration:none;color:#999AB1;font-family:"Times New Roman", Times, serif}
#language a:hover {text-decoration:underline}

h1{color:#646473;padding-bottom:21px;padding-top:14px}
h2{color:#646473;padding:7px 0 7px 0;margin-top:35px;font-size:21px}
header {background-color:#1F2E5D;margin:0}
#column-1{width:90%;margin-top:70px;margin-left:35px;margin-bottom:70px;float:left}
#column-2{margin-top:170px;margin-left:35px;width:100%}

img.shadow {-webkit-box-shadow:4px 4px 5px #7e796c;-moz-box-shadow:4px 4px 5px #7e796c;-o-box-shadow:4px 4px 5px #7e796c;box-shadow:4px 4px 5px #7e796c;}
main {margin-left:0;margin-right:0;margin-top:0px;background-color:#fff}
main a, main a:active, main a:visited {color:#646473;text-decoration:underline}
main a:hover{color:#CC0E25}
p{margin-top:14px}


.style-logo{margin-left:auto;margin-right:auto;display:block}
.top-pad{padding-top:14px}

.row:before, .row:after{
	content:"";
	display:table;}

.row:after{clear:both}

.column{width:100%}
	
.floatright{-webkit-box-shadow:-4px 4px 5px #7e796c;-moz-box-shadow:-4px 4px 5px #7e796c;-o-box-shadow:-4px 4px 5px #7e796c;box-shadow:-4px 4px 5px #7e796c;float:right;margin:7px 0 10px 21px;border:0;border:0}
.floatleft{-webkit-box-shadow:4px 4px 5px #7e796c;-moz-box-shadow:4px 4px 5px #7e796c;-o-box-shadow:4px 4px 5px #7e796c;box-shadow:4px 4px 5px #7e796c;float:left;margin:7px 15px 10px 0;border:0}

#footer{padding:20px 30px;height:230px;background-color:#CC0E25;opacity:.73}
#footer a{color:#fff;text-decoration:none}
#footer a:hover{color:#333}
#footer ul{list-style:none;margin: 0 0 10px 0}
#footer nav.social-navigation{margin-bottom:20px;margin-top:-2px}
#footer nav.social-navigation a{margin-left:25px;text-decoration:none}
#footer nav.social-navigation a:first-child{margin-left:0}
#footer nav.social-navigation a:before{content:"";display: inline-block;width:16px;padding-right:7px;height:16px;position:relative;top:2px;overflow: hidden}

#footer nav.social-navigation a#onFacebook:before {background: transparent url('../images/sprite-social.png') no-repeat -5px -3px;width:9px}
#footer nav.social-navigation a#onFacebook:hover:before {background-position: -5px -21px}
#footer nav.social-navigation a#onTwitter:before {background: transparent url('../images/sprite-social.png') no-repeat -42px -3px;width:19px;margin-left:3px}
#footer nav.social-navigation a#onTwitter:hover:before {background-position: -42px -21px}
#footer nav.social-navigation a#insta:before{background: transparent url('../images/sprite-social.png') no-repeat -86px -3px;width:16px;margin-left:2px}
#footer nav.social-navigation a#insta:hover:before {background-position: -86px -21px}
#footer nav.social-navigation a#YouTube:before{background: transparent url('../images/sprite-social.png') no-repeat -22px -3px;width:16px;margin-left:2px}
#footer nav.social-navigation a#YouTube:hover:before {background-position: -22px -21px}
#footer nav.social-navigation a#onLinkedIn:before {background: transparent url('../images/sprite-social.png') no-repeat -68px -3px;width:13px;margin-left:2px}
#footer nav.social-navigation a#onLinkedIn:hover:before {background-position: -68px -21px}
#footer .copyright {text-align:right;font-size:12px;margin-top:20px}
#footer .inline-label {width:44px;font-size:13px;display:inline-block;font-weight:bold;color:#333}
#footer p {color:#fff;font-size: 13px}
.label {display:none} /*hides social icon label for mobile devices*/


/* Remove margins and padding from the list, and add a black background color */
ul.topnav {list-style-type: none;margin: 0;padding: 0;overflow: hidden;background-color:#1F2E5D;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;
}



/* Change background color of links on hover */
ul.topnav li a:hover {color:#A6A8AB;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}


 /* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:760px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {float: right;display: inline-block;padding-right:25px}
  ul.topnav li {float: left;}   /* Float the list items side by side*/
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:760px) {
  ul.topnav.responsive {position: relative;z-index:4}
  ul.topnav.responsive li.icon {position: absolute;right:0px;top: 0;}
  ul.topnav.responsive li {float: none;display: inline;}
  ul.topnav.responsive li a {display: block;text-align: left;}
}


/*TABLET VIEW: Media query asking for the size of a tablet to apply a new style (only the ones that need change) when it gets to the BREAK POINT of 768px*/
@media (min-width:760px) {
ul.topnav {text-align:center}
ul.topnav li {display:inline-block}
ul.topnav li a {font-size:11px;padding:8px}
}

/*LARGER DESKTOPS: Media query asking for the size of a tablet to apply a new style (only the ones that need change) when it gets to the BREAK POINT of 1024px*/
@media (min-width:1024px) {
header {height:151px;padding:35px}
#column-1{width:65%;margin-top:61px;margin-left:70px;float:left}
#page-heading{letter-spacing:-0.03em;width:100%;font-size:27pt;font-weight:bold;text-align:center;color:#fff;position:absolute;top:250px}
ul.topnav{float:right;padding-top:57px;clear:right}
ul.topnav li a {font-size: 13px;padding:8px}
.label {display:inline}
.style-logo{float:left}
.inline-image{margin:35px auto 14px auto;display:block;-webkit-box-shadow:-4px 4px 5px #7e796c;-moz-box-shadow:-4px 4px 5px #7e796c;-o-box-shadow:-4px 4px 5px #7e796c;box-shadow:-4px 4px 5px #7e796c;height:90%;width:90%;}
}