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

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

/** 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;
}
.rule{
  display: none;
}
a:hover{
  text-decoration: none;
  color: #333;
}

.facebookIcon, .twitterIcon, .linkedinIcon, .youtubeIcon, .emailIcon{
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  color: #FFF;
  padding: 1px 0 2px 3px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(51, 51, 51, 0.5);
}
.facebookIcon:hover, .twitterIcon:hover, .linkedinIcon:hover, .youtubeIcon:hover, .emailIcon:hover{
  text-decoration: none;
  /*opacity: .5;*/
  color: #fff;
}
.facebookIcon:hover:before, .twitterIcon:hover:before, .linkedinIcon:hover:before, .youtubeIcon:hover:before, .emailIcon:hover:before{
  color: #fff;
  background: #333;
}
.facebookIcon:before, .twitterIcon:before, .linkedinIcon:before, .youtubeIcon:before, .emailIcon:before{
  padding: 5px 3px;
  border-radius: 3px;
  width: 20px;
  height: 16px;
  display: inline-block; 
}
.facebookIcon:before{
  content: "\f09a";
  background-color: #3D5F9F;
}
.twitterIcon:before{
  content: "\f099";
  background-color: #56C2CF;
}
.linkedinIcon:before{
  content: "\f0e1";
  background-color: #0F75B3;
}
.youtubeIcon:before{
  content: "\f16a";
  background-color: #D6202D;
}
.emailIcon:before{
  content: "\f0e0";
  background-color: #189604;
}


/** HOMEPAGE TEMPLATE **/
/** Place any CSS code in this section that changes or modifies the template including Body, Container, Aside, or Content. **/
.homepage header{
  width: 100%;
  height: 600px;
  display: block;
}
header::after {
  content: "";
  background: url(http://static.contentres.com/media/images/08e5c0b3-a085-411a-b7c0-330b061c2433.jpg) center fixed;
/*    $ContentPath$media/images/08e5c0b3-a085-411a-b7c0-330b061c2433.jpg*/
  background-size: cover;
  opacity: 0.75;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.homepage .header .container {
  /*background-color: #EEE;*/
}
.homepage #content article{
  width: 960px;
}
.homepage #content aside{
  display: none;
}


/** SUBPAGES TEMPLATE **/
/** Place any CSS code in this section that changes or modifies the subpage template including Body, Container, Aside, or Content. **/


/** HEADER **/
/** Place any CSS code in this section that changes or modifies the main header in Header or .header **/
header{
  background: none;
  padding: 30px 0 0;
  overflow: hidden;
  position: relative;
}
header .container{
  /*border-bottom: 5px solid #AAA;*/
  /*padding-bottom: 30px;*/
  margin-bottom: 30px;
  overflow: hidden;
}
header .backgroundImage {
  float: left;
  position: relative;
  z-index: 100;
}
header .clientContact {
  float: right;
  font-size: 14px;
  margin-top: 30px;
}
header .clientContact a.button {
  padding: 6px 7px;
  border-radius: 3px;
  line-height: 1em;
  margin: 0px 10px;
  text-align: center;
}


/** 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{
  position: absolute;
  text-align: right;
  height: auto;
  width: 100%;
  top: 95px;
}
nav#main .container{
  padding: 0;
  /*background: #00377A;*/
}
nav#main a, nav#main a:visited{
  color: #004D74;
  text-transform: capitalize;
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  font-family: helvetica, arial, sans-serif;
}
nav#main a:hover, nav#main a:focus{
  color: #333;
  text-decoration: none;
}
nav#main ul, nav#main .homeButton{
  display: inline-block;
  border-top: 0px solid #d4d4d4;
}
nav#main .homeButton {
  display: none;
}
nav#main li{
  margin: 0;
  padding: 0;
  display: inline-block;
}
nav#main li.last a{
  padding-right: 0;
}
nav#main ul ul {
  top: 30px;
  background-color: #eee;
  margin-left: 36px;
  border-top: 2px solid #004D74;
}
nav#main ul ul li {
  display: block;
  border-left: none;
}
nav#main ul ul li a{
  display: block;
}
nav#main ul ul li a {
  border-left: none;
  font-size: 14px !important;
  text-align: left;
}
nav#main ul ul a:hover{
  background: #aaa;
  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;
  position: absolute;
  top: 220px;
  margin: auto;
  right: 0;
  left: 0;
}

/** HERO ROTATOR ASIDE **/
/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero aside or wrapper **/
#hero aside {
  background-color: rgba(255, 255, 255, 0.5);
  height: 300px;
  padding: 20px;
  box-sizing: border-box;
}
#hero .wrapper {
  padding: 0;
}
#hero h2{
  color: #004D74;
  margin: 0 0 10px;
  padding: 0 0 10px;
  background: none;
  line-height: 1em;
  border-bottom: 1px dashed #666;
  font-size: 30px;
}

/** 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: #004D74;
}
footer a, footer a:visited {
  color: #1578AA;
}
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;
}
footer .socialMedia a{
  color: #fff;
}
footer .facebookIcon img, footer .twitterIcon img, footer .linkedinIcon img, footer .youtubeIcon img{
  display: none;
}
footer .facebookIcon:before, footer .twitterIcon:before, footer .linkedinIcon:before, footer .youtubeIcon:before, footer .emailIcon:before{
  height: 14px;
}


/* CLASSES */
/** Place any CSS code in this section that relates to universal CSS classes **/
#content .container{
  background: 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: #1578AA;
  color: #FFF !important;
  padding: 7px 15px;
  display: inline-block;
  border-radius: 3px;
  height: auto;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, .button:hover, #hero aside a:hover, #additional .viewAll a:hover {
  background: #333;
  text-decoration: none;
}

#suggested {
  margin: 30px 0 80px;
  background: #D8D8D6;
  position: relative;
  padding: 15px 0;
  font-size: 0;
  color: #666;
  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 #ABABAB;
  min-height: 310px;
}
#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: 3px solid #004D74;
  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: #004D74;
  color: #fff;
  /*border-radius: 3px 3px 0 0;*/
}
#additional nav .selected:hover {
  color: #fff;
  cursor: default;
}
#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: #1578AA;
}
#additional .content h4 a:hover, #additional h4 a:focus {
  color: #333;
}
#additional .viewAll {
  border-top: 1px dashed #004D74;
  padding: 20px 0;
  border-bottom: none;
}