/** SWATCHES **/
/** Place any hex codes for branded colors here for quick reference. **/
/**  **/
/**  **/ 

@media only screen and (min-width: 768px) {
     iframe.socialfeeds, #socialfeeds{height:500px !important; width: 960px !important;}
}

/** Google Font Import **/


/** TYPOGRAPHY **/
/** Place any CSS code in this section that changes or modifies the headlines, paragraphs or links. **/
*{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a, a:visited {
  transition: all .5s ease;
}
a:hover, a:focus{
  color: #9A9B91;
  text-decoration: none;
}


/** HOMEPAGE TEMPLATE **/
/** Place any CSS code in this section that changes or modifies the template including Body, Container, Aside, or Content. **/
.homepage #content aside {
  display: none;
}
.homepage #content article {
  width: 100%;
}
.homepage .rule {
  display: none;
}
.homepage #suggested {
  padding: 30px 0;
}
.homepage .whitepaper {
  background: #E2E2E2;
  width: 40%;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.homepage .whitepaper a {
  display: inline-block;
}
.homepage .whitepaper img {
  display: block;
  margin: 10px auto;
}


/** SUBPAGES TEMPLATE **/
/** Place any CSS code in this section that changes or modifies the subpage template including Body, Container, Aside, or Content. **/
.page-p-account-access .acctAccess {

}
.acctAccess {
  margin: 20px 0;
  text-align: left;
  float: left;
  width: 610px;
  height: 95px;
  border-bottom: 1px solid;
}
.acctAccess img {
  border: 1px solid #EEE;
  max-width: 255px;
}
.acctAccess img:hover {
  border: 1px solid #6db5d8;
}
.acctAccess h3 {
  float: right;
  width: 310px;
  text-align: left;
  margin-top: 0px;
  height: 70px;
  line-height: 80px;
  text-decoration: underline;
}
.page-p-video iframe {
  border: 2px solid rgba(0,0,0,0.3);
  padding: 2px;
}
/** HEADER **/
/** Place any CSS code in this section that changes or modifies the main header in Header or .header **/
header{
  padding: 0;
  border-top: 5px solid #0B4B6C;
  background-color: #fff;
  background-position: bottom;
}
header .container {
  padding: 10px 0 20px;
}
header .clientLogo {
  text-align: center;
  padding: 20px 0 10px;
}
header .headerSocial {
  float: right;
  position: absolute;
  z-index: 10;
  right: 10px;
  bottom: -34px;
}
header .headerSocial a{
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  color: #FFF;
  padding: 5px;
  text-align: center;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border-radius: 50%;
  line-height: normal;
  margin-left: 5px;
  border: 1px solid #014466;
}
header .headerSocial a:hover{
  text-decoration: none;
  /* opacity: .5; */
  background: #9A9B91;
}
header .headerSocial a:before{
  display: block;  
  vertical-align: middle;
}
header .headerSocial .facebookIcon{
  background-color: #3D5F9F;
}
header .headerSocial .twitterIcon{
  background-color: #56C2CF;
}
header .headerSocial .linkedinIcon{
  background-color: #0F75B3;
}
header .headerSocial .youtubeIcon{
  background-color: #D6202D;
}
header .headerSocial .facebookIcon:before{
  content: "\f09a";
}
header .headerSocial .twitterIcon:before{
  content: "\f099";
}
header .headerSocial .linkedinIcon:before{
  content: "\f0e1";
}
header .headerSocial .youtubeIcon:before{
  content: "\f16a";
}


/** NAVIGATION **/
/** Place any CSS code in this section that changes or modifies the main navigation bar including Nav, or .socialSidebar **/
nav#main, nav#main .container, nav#main ul li{
  background: none;
}
nav#main{
  height: auto;
  background: #0B4B6C;
  /* position: absolute; */
  top: 0;
  width: 100%;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #014466;
}
nav#main .container{
  padding: 0;
}
nav#main ul{
  display: inline-block;
}
nav#main a{
  color: #fff;
  text-transform: capitalize;
  display: block;
  text-shadow: 0 1px 1px #014466;
}
nav#main .homeButton {
  font-family: FontAwesome; /* add fontawesome icon font */
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: inline-block;
}
nav#main .homeButton:before {
  content: "\f015"; /* fontawesome font icon */
}
nav#main #homeButton{
  display: none; /* remove FMG home icon image */
}
nav#main li{
  margin: 0;
  padding: 0;
  display: inline-block;
}
nav#main li a:visited{
  color: #fff;
}
nav#main li a:hover{
  color: #0B4B6C;
  text-decoration: none;
  background: #9A9B91;
  text-shadow: none;
}
nav#main li a{
  padding: 12px;
  font-size: 16px;
}
nav#main ul ul {
  top: 40px;
  background-color: #9A9B91;
  margin-left: 25px;
}
nav#main ul ul li {
  display: block;
  border-left: none;
}
nav#main ul ul li a{
  display: block;
  font-size: 14px;
}
nav#main ul ul li a {
  border-left: none;
  text-shadow: none;
}
nav#main ul ul a:hover{
  background: #333;
  color: #fff;
}
nav#main a + a, nav#main li a + a{
  display: none;
}


/** HERO ROTATOR **/
/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero **/
#hero{
  background: none;
  color: inherit;
  height: 600px;
  width: 100%;
  position: relative;
}
#hero .container {
  height: 600px;
  width: 100%;
  padding: 0;
  margin: 0;
}
#hero .container a img{
  width: 100%;
  height: 600px;

}
#hero .container #hero1 img {
  background: url('http://static.contentres.com/media/images/43ef00b6-2e1b-494c-afd1-4569fed026d0.jpg') no-repeat center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#hero .container #hero2 img {
  background: url('http://static.contentres.com/media/images/548ed41d-d0c2-46cb-bd3a-6d445fc98ad9.jpg') no-repeat center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#hero .container #hero3 img {
  background: url('http://static.contentres.com/media/images/df751fd8-8ed7-402c-b009-600ee3dcd3c3.jpg') no-repeat center center !important;
  /* width: 100%; */
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#hero .container #hero4 img {
  background: url('http://static.contentres.com/media/images/5fe0f05b-9a47-4b6f-82ad-eb4fb13adb2f.jpg') no-repeat center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#hero .backArrow, #hero .forwardArrow {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 80px;
  padding: 10px;
  color: #FFF;
  height: 98px;
  width: auto;
  top: 185px;
  background: none;
  text-shadow: 0 1px 1px #333;
  z-index: 20;
}
#hero .backArrow {
  /* left: 0px; */
}
#hero .forwardArrow {
  right: 10px;
  left: auto;
}
#hero .backArrow:before {
  content: "\f104";
}
#hero .forwardArrow:before {
  content: "\f105";
}
#hero:hover .backArrow, #hero:hover .forwardArrow {
  opacity: 0.75;
  visibility: visible;
}
#hero:hover .backArrow:hover, #hero:hover .forwardArrow:hover {
  opacity: 1;
  text-decoration: none;
}

/** HERO ROTATOR ASIDE **/
/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero aside or wrapper **/
#hero aside {
  position: absolute;
  margin: 0 auto;
  width: 960px;
  right: 0;
  left: 0;
  text-align: center;
  bottom: 0;
  height: 100%;
}
#hero aside .wrapper {
  padding: 20px;
  width: 365px;
  color: #fff;
  background: rgba(51, 51, 51, 0.5);
  float: right;
  margin-top: 50px;
}
#hero aside h2{
  color: inherit;
  background: none;
  padding-top: 0;
  border-bottom: 1px dashed #aaa;
}
#hero aside a + a {
  display: none;
}

/** SIDEBAR WIDGET **/
/** Place any CSS code in this section that changes or modifies the Sidebar Widgets, both default and custom **/


/** FOOTER **/
/** Place any CSS code in this section that changes or modifies the main footer in Footer or .footer **/
footer{
  background: #D8D8D6;
  color: #555;
}
footer h4, footer td {
  color: inherit;
}
footer h4 {
  color: #0B4B6C;
}
footer a, footer a:visited {
  color: #61A4D8;
}
footer a:hover {
  color: inherit;
}
footer .note {
  font-size: 12px;
  width: 50%;
  display: inline-block;
  /* float: none; */
  box-sizing: border-box;
  padding-right: 15px;
}
footer aside {
  width: 50%;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 13px;
}
footer aside .wrapper {
  padding: 15px;
  background: #CCC;
  font-size: 0;
}
footer aside .contact {
  width: 50%;
  box-sizing: border-box;
  padding: 15px 15px 0 0;
  float: none;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
footer .quickLinks {
  margin: 0;
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 0 15px 15px;
  border-left: 1px dashed #ddd;
}
footer .quickLinks ul {
  font-size: 12px;
}
footer .quickLinks li {
  width: 50%;
  display: inline-block;
  padding: 3px 0;
}


/* CLASSES */
/** Place any CSS code in this section that relates to universal CSS classes **/
#content .container{
  background: none;
}

#suggested {
  margin: 30px 0 80px;
  background: #0B4B6C;
  position: relative;
  padding: 15px 0;
  font-size: 0;
  color: #ccc;
  text-align: center;
}
#suggested h2 {
  margin-top: 0;
  color: #fff;
  padding-left: 20px;
  text-align: left;
}
#suggested .content {
  width: 33%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  float: none;
  display: inline-block;
  vertical-align: top;
  border-left: 1px dashed #3F6477;
  min-height: 360px;
}
#suggested .content.left {
  border: none;
}
#suggested .content img {
  border-radius: 50%;
  height: auto;
  background-repeat: no-repeat;
  border-bottom: 1px solid #333;
  border: 2px solid #014466;
  background-size: 133%;
  background-position: center center;
  transition: all .5s ease;
  max-height: 190px;
  max-width: 190px;
  width: 100%;
  box-sizing: border-box;
}
#suggested .content a {
  display: block;
}
#suggested .content a:hover img {
  border-color: #333;
  background-size: 150%;
}

#additional {
  background: none;
}
#additional .wrapper {
  padding: 0;
}
#additional nav {
  margin-bottom: 30px;
}
#additional nav ul {
  border-bottom: 4px solid #0B4B6C;
  font-size: 0;
}
#additional nav li {
  padding: 0;
  border: 0;
  display: inline-block;
}
#additional nav li a {
  padding: 10px 15px 5px;
  display: block;
}
#additional nav .selected {
  background: #0B4B6C;
  color: #fff;
  border-radius: 3px 3px 0 0;
}
#additional .content {
  width: 50%;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding-left: 15px;
}
#additional .content.left {
  padding-left: 0;
  padding-right: 15px;
}
#additional .content h4 {
  border-bottom: 1px dashed #AAA;
  padding-bottom: 4px;
}
#additional .content h4 a, #additional h4 a:visited {
  color: #61A4D8;
}
#additional .content h4 a:hover, #additional h4 a:focus {
  color: #9A9B91;
}
#additional .viewAll {
  border-top: 1px dashed #0B4B6C;
  padding: 20px 0;
  border-bottom: none;
}

#hero aside a + a, #additional .viewAll a + a{
  display: none;
}
input[type="button"], input[type="submit"], button, .button, #hero aside a, #additional .viewAll a {
  background: #61A4D8;
  color: #FFF !important;
  padding: 7px 15px;
  display: inline-block;
  border-radius: 3px;
  height: auto;
  /* border: 1px solid #3279B0; */
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, .button:hover, #hero aside a:hover, #additional .viewAll a:hover {
  background: #9A9B91;
  text-decoration: none;
  color: #0B4B6C !important;
}