/** SWATCHES **/
/** Place any hex codes for branded colors here for quick reference. **/
/** Dark Grey: #939598; **/
/** Light Grey: #bcbdc0; **/
/** Gold: #ad7e3f; **/

/** 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:hover, a:focus{
  text-decoration: none;
  color: #333;
  text-shadow:none;
}
h1, h2, h3, h4, header .contact, #articleContent strong, #glossaryContent h3 a, #additional nav a, aside h2 a {
  text-shadow: 0 1px 1px #DADADA;
}


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

/* full width content/hidden sidebar */
.homepage #content article{
  width: 100%;
}
.homepage #content aside{
  display: none;
}
.homepage .rule{
  display: none;
}
.homepage #suggested .content img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  border: 6px solid #FFF;
  box-shadow: 0 1px 4px #CDCDCD;
}


/** SUBPAGES TEMPLATE **/
/** Place any CSS code in this section that changes or modifies the subpage template including Body, Container, Aside, or Content. **/
#teamContent .agent .info p + p {
  visibility: hidden;
}

/** HEADER **/
/** Place any CSS code in this section that changes or modifies the main header in Header or .header **/
header{
  background: url(http://static.contentres.com/media/images/38466a1e-426b-446b-a390-66b0d35c4050.png);
  padding: 0 0 60px;
  border-top: 3px solid #939598;
}
header .container {
  width: 100%;
  padding: 0;
}
header .topBar {
  /*background-color: rgba(173, 126, 63, 0.25);*/
  /*border-bottom: 1px solid #000;*/
}
header .topBar .clientContact {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
header .topBar p {
  margin: 0;
  line-height: 1em;
}
header .topBar .clientAddress {
  float: left;
  font-size: 14px;
  color: #888;
  padding: 6px 0px;
}
header .topBar .clientAddress span {
  font-size: 18px;
  padding-left: 10px;

}
header .topBar .clientSocial {
  float: right;
}
header .topBar .contactIcon {
  font-size: 12px;
  background-color: #939598;
  padding: 6px 5px 4px 3px !important;
  border-radius: 0 0 3px 3px;
  margin-left: 3px;
  color: #FFF;
}
header .topBar .contactIcon:hover {
  opacity: 1;
  color: #333;
  text-shadow: 0 1px 1px #CACACA;
}
header .topBar .emailIcon:before{
  background: none;
}
header .clientSocial .facebookIcon, header .clientSocial .twitterIcon, header .clientSocial .linkedinIcon, .header .clientSocial .youtubeIcon, header .clientSocial .emailIcon {
  padding: 3px 0 3px 3px;
  font-size: 12px;
  line-height: 1.5em;
}
header .facebookIcon:before, header .twitterIcon:before, header .linkedinIcon:before, header .youtubeIcon:before, header .emailIcon:before {
  padding: 0; 
  width: 20px;
  height: 20px;
}
header .backgroundImage {
  margin: 50px 0 0;
  padding: 30px 0 25px;
  background-color: #000;
}
header .fauxLogoImagemap {
  width: 960px;
  margin: auto;
}
header .fauxLogoImagemap a img {
  position: relative;
  z-index: 10;
}

/** 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;
  margin: auto;
  right: 0;
  left: 0;
  text-align: right;
  top: 140px;
}
nav#main .container{
  padding: 0;
}
nav#main ul{
  display: inline-block;
}
nav#main a.homeButton{
  display: none; /* remove FMG home icon image */
}
nav#main a, nav#main a:visited{
  color: #BBB;
  text-transform: capitalize;
  display: block;
  border-left: 1px solid #242424;
  padding: 5px 20px;
}
nav#main a:hover, nav#main a:focus{
  color: #FFF;
  text-shadow: 0 1px 1px #8E6E44;
}
nav#main li{
  margin: 0;
  padding: 0;
  display: inline-block;
}
nav#main li.first a {
  font-size: 15px;
  padding-bottom: 10px;
  border-left: none;
}
nav#main li.last a {
  padding-right: 0;
}
nav#main ul ul {
  top: 28px;
  background-color: #242424;
  margin-left: 26px;
  text-align: left;
  text-align: left;
  border-bottom: 1px solid #111;
}
nav#main ul ul li {
  display: block;
  border-left: none;
}
nav#main ul ul li a{
  display: block;
  border-left: none;
  font-size: 14px;
  color: #ad7e3f !important;
  padding-bottom: 10px;
  padding-top: 10px;
}
nav#main ul ul a:hover{
  background: #333;
  text-shadow: none;
}
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: url(http://static.contentres.com/media/images/38466a1e-426b-446b-a390-66b0d35c4050.png);
  color: inherit;
  padding-bottom: 50px;
}
#hero .container #hero1 img {
  background: url('http://static.contentres.com/media/images/9ed025a2-d230-4fff-b992-75c9f767c6ff.jpg') no-repeat center center !important;
  background-size: cover !important;
}
#hero .container #hero2 img {
  background: url('http://static.contentres.com/media/images/40270a72-1abc-4769-93a8-8915ccd32126.jpg') no-repeat center center !important;
  background-size: cover !important;
}
#hero .container #hero3 img {
  background: url('http://static.contentres.com/media/images/7ad9953e-a91f-4eee-b41a-ded112343bf6.jpg') no-repeat center center !important;
  background-size: cover !important;
}
#hero .container #hero4 img {
  background: url('http://static.contentres.com/media/images/6763428d-fbd0-4ceb-a7ba-4abd4c99039b.jpg') no-repeat center center !important;
  background-size: cover !important;
}
#hero .backArrow, #hero .forwardArrow {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 65px;
  padding: 10px;
  color: #FFF;
  height: 98px;
  width: auto;
  top: 110px;
  background: none;
  text-shadow: 0 1px 1px #333;
  z-index: 20;
}
#hero .backArrow {
  /*left: 0px;*/
}
#hero .forwardArrow {
  right: 340px;
  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{
  text-shadow: 0 1px 1px #111;
}
#hero h2{
  color: #AAA;
  line-height: 1em;
  padding: 10px 0 15px;
  background: none;
  border-bottom: 1px dashed #555;
  text-shadow: 0 1px 1px #111;
}
#hero aside a:hover{
  box-shadow: 0 1px 1px #1B1B1B !important;
}

/** SIDEBAR WIDGET **/
/** Place any CSS code in this section that changes or modifies the Sidebar Widgets, both default and custom **/
#content aside {
  background-color: #F8F8F8;
  background-color: rgba(255, 255, 255, 0.5);
  width: 315px;
  margin-left: 645px;
  border-left: 1px dashed #D5D5D5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#content aside .wrapper {
  padding: 15px;
}
#content aside .rule {
  width: 94%;
  border-bottom: 1px solid #EFEFEF;
  display: block;
  margin: 10px auto;
  background: none;
}
#content aside .rule:first-child {
  display: none;
}


/** FOOTER **/
/** Place any CSS code in this section that changes or modifies the main footer in Footer or .footer **/
footer{
  background: url(http://static.contentres.com/media/images/38466a1e-426b-446b-a390-66b0d35c4050.png);
  color: #C3C3C3;
  box-shadow: inset 0 -1px 0 #333;
  border-top: 47px solid #939598;
  padding-top: 0;
  /*height: 400px;*/
}
footer h2 {
  text-shadow: 0 1px 1px #000;
  color: #939598;
}
footer h4 {
  font-family: 'Quattrocento-bold';
  text-shadow: 0 1px 1px #595959;
}
footer h4, footer ul, footer li {
  display: inline-block;
}
footer a, footer a:visited {
  color: #7E5723;
}
footer a:hover, footer a:focus {
  color: #333;
}
footer .note {
  float: left;
  width: 50%;
  margin: 10px 0 0;
  padding-top: 30px;
}
footer .note a{
  text-decoration: none;
}
footer .globalCopyright {
  font-style: italic;
}
footer aside {
  width: 100%;
  display: block;
  margin: 0 0 0 -10px;
  position: absolute;
  top: -47px;
}
footer aside .wrapper {
  padding: 0;
}
footer .contact {
  float: none;
  width: 100%;
  position: absolute;
  bottom: -35px;
}
footer .contact h4, footer .contact table, footer .contact p {
  display: none;
}
footer li a {
  display: block;
  padding: 0 8px;
}
footer .quickLinks {
  margin: 0;
  padding: 14px 0px 7px;
  border-radius: 3px;
  text-align: left;
}
footer .quickLinks a, footer .quickLinks a:visited{
  text-shadow: 0 1px 1px #A9A9A9;
}
footer .socialMedia {
  float: right;
  margin: -73px 0 0 0;
}
footer .quickLinks li:last-child {
  display: none;
}

footer .ctct-embed-signup {
  width: 45%;
  position: absolute;
  right: 0;
  top: 35px;
  border-left: 1px solid #3D3D3D;
  padding-left: 25px;
  padding-bottom: 10px;
}
footer .Button-secondary {
  width: auto !important;
}
footer .Button-secondary:hover {
  background-color: #333 !important;
}
.disclosureSub h4 a {
  text-shadow: none;
}
.disclosureSub h4 a:hover {
  color: #fff;
}
/* CLASSES */
/** Place any CSS code in this section that relates to universal CSS classes **/
#content {
  background: #EEE url(http://static.contentres.com/media/images/bf0bd973-2de1-4289-90a6-f422e02c109d.png);
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
#content .container{
  background: none;
}
#content .rule {
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
  display: block;
  margin: 10px auto;
  background: none;
}

#agentContent img:first-child, #teamContent .info img {
  box-sizing: border-box;
  border: 6px solid #FFF;
  box-shadow: 0 1px 4px #CDCDCD;
}

.contactForm input[type="text"], .contactForm textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #B0B6BB;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #394856;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
}

#taxContent h3, #glossaryContent h3, .page-tools-tax-resources #content article h3 {
  margin-top: 30px;
}

/* suggested area styles for full width content */
#suggested {
  margin: 0 -20px;
  margin-bottom: 40px;
  overflow: hidden;
}
#suggested h2 {
  padding-left: 20px;
}
#suggested .content {
  width: 33%;
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
}
#suggested .content img {
  width: 100%;
  border: 6px solid #FFF;
  box-shadow: 0 1px 4px #CDCDCD;
}

/* additional area styles */
#additional{
  background: none;
  border-bottom: 1px dashed #939598;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
#additional .wrapper {
  padding: 0;
}
#additional nav {
  height: auto; 
  margin-bottom: 0;
  font-size: 0;
  border-bottom: 5px solid #939598;
  background: #262626;
}
#additional nav ul {
  margin-bottom: 0;
}
#additional nav li {
  border-left: none;
  padding: 0;
  display: inline-block;
}
#additional nav a {
  padding: 10px;
  display: block;
  color: #A6A6A6;
  text-shadow: none;
}
#additional nav a:hover {
  color: #FFF;
  background-color: #A6A6A6;
}
#additional nav .selected{
  background: #939598;
  color: #262626;
}
#additional nav .selected:hover{
  color: #262626;
  background: #939598;
}
#additional .matterContent {
  overflow: hidden;
  padding-top: 20px;
  margin: 0 -20px;
}
#additional .content {
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 10px 20px;
}
#additional .content a:hover {
  color: #333333;
}
#additional .viewAll {
  margin: 0 0 20px 20px;
}