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

/** 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;
}


/** 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 {
  height: 220px;
  background-size: cover;
}


/** 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: url(http://static.contentres.com/media/images/80930998-f194-4317-863f-b92bac031375.png);
  text-align: center;
  padding: 30px 0 66px;
}

/** 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: rgba(175, 66, 72, 0.8);
  margin-top: -37px;
  border-top: 1px solid #963D42;
  border-bottom: 1px solid #963D42;
  z-index: 2;
}
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: #fff;
  text-transform: capitalize;
  display: block;
  /*border-left: 1px solid #333;*/
  padding: 10px 15px;
  font-size: 16px;
}
nav#main a:hover, nav#main a:focus{
  color: #333;
}
nav#main li{
  margin: 0;
  padding: 0;
  display: inline-block;
}
nav#main li.first a {
  font-size: 15px;
  padding-bottom: 10px;
}
nav#main ul ul {
  top: 35px;
  background-color: rgba(175, 66, 72, 0.9);
  margin-left: 26px;
  border-top: 2px solid #8E2C32;
}
nav#main ul ul li {
  display: block;
  border-left: none;
}
nav#main ul ul li a{
  display: block;
  border-left: none;
  font-size: 14px;
}
nav#main ul ul a:hover{
  background: #963D42;
  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: auto;
}
#hero .container {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
#hero .container a img{
  width: 100%;
  height: 600px;
}
#hero .container #hero1 img {
  background: url('http://static.contentres.com/media/images/06083a26-dd75-4e36-9188-b63448367c44.jpg') no-repeat center center !important;
  background-size: cover !important;
}
#hero .container #hero2 img {
  background: url('http://static.contentres.com/media/images/748f81a0-e682-4a15-add2-fca421d9deff.jpg') no-repeat center center !important;
  background-size: cover !important;
}
#hero .container #hero3 img {
  background: url('http://static.contentres.com/media/images/d50a67d7-20c0-455a-8e4d-e1eabec0e982.jpg') no-repeat center center !important;
  background-size: cover !important;
}
#hero .container #hero4 img {
  background: url('http://static.contentres.com/media/images/1e76d2a5-a02c-48f7-b453-b7d9a9b9a623.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: 80px;
  padding: 10px;
  color: #FFF;
  height: 98px;
  width: auto;
  top: 0;
  background: none;
  text-shadow: 0 1px 1px #333;
  z-index: 20;
  position: absolute;
  bottom: 0;
  margin: auto;
}
#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: auto;
  width: 100%;
  text-align: center;
}
#hero aside .wrapper {
  padding: 20px;
  width: 100%;
  max-width: 960px;
  color: #fff;
  margin: auto;
  font-size: 20px;
  text-shadow: 0 1px 1px #333;
}
#hero aside #hero1_wrapper {
  margin-top: 100px;
}
#hero aside #hero2_wrapper, #hero aside #hero4_wrapper {
  margin-top: 250px;
}
#hero aside h2{
  color: inherit;
  background: none;
  font-size: 50px;
  text-shadow: 0 1px 1px #333;
  font-weight: 700;
  border-bottom: 1px dashed #fff;
}
#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 **/
#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: #CACACA;
  color: #333;
  position: relative;
  border-top: 1px solid rgba(150, 61, 66, 0.5);
}
footer:after {
  content: '';
  background: url(http://static.contentres.com/media/images/80930998-f194-4317-863f-b92bac031375.png);
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
}
footer .container {
  z-index: 1;
}
footer h4, footer td {
  color: inherit;
}
footer a, footer a:hover {
  color: inherit;
}
footer h4 {
  color: #fff;
}
footer a {
  color: #AF4248;
}

/* CLASSES */
/** Place any CSS code in this section that relates to universal CSS classes **/
#content{
  position: relative;
}
#content:after {
  content: '';
  background: url(http://static.contentres.com/media/images/0e38028a-6e57-4834-aabb-3d8dbcfcdaae.png);
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
}
#content .container{
  background: none;
  z-index: 1;
}

#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;
  /*border-bottom: 1px dashed #ccc;*/
  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%;
  background-size: contain;
  background-repeat: no-repeat;
  border: 3px solid #FFF;
  box-sizing: border-box;
}

/* additional area styles */
#additional{
  background: none;
  /* color: #CCC; */
}
#additional .wrapper {
  padding: 0;
}
#additional nav {
  height: auto; 
  margin-bottom: 0;
  font-size: 0;
  border-bottom: 5px solid #333333;
}
#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;
}
#additional nav a:hover {
  color: #FFF;
  background-color: #A6A6A6;
}
#additional nav .selected{
  background: #333333;
  color: #fff;
}
#additional nav .selected:hover{
  color: #fff;
  background: #333333;
}
#additional .matterContent {
  overflow: hidden;
  margin: 0 -20px;
  /*border-top: 1px dashed #004483;*/
  padding-top: 20px;
}
#additional .content {
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 10px 20px;
}
#additional .content a {
  /* color: #C85946; */
  /* font-weight: bold; */
}
#additional .content a:hover {
  color: #333333;
}
#additional .viewAll {
  margin: 0 0 20px 20px;
}