.wpb_content_element {
    margin-bottom:0 !important;
}
#content {
    margin-top:1em;
}
@media (min-width:980px) {
	#main {
		padding:0;
	}
}
.container-fluid {
	max-width:1200px;
}
.dropcap {
	float: left;
    font-size: 300%;
    line-height: 90%;
    padding-top: 2px;
    font-weight: normal;
    margin-right: .1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #808080;
}
/*------ Header Styling - All Devices ------*/

.header {
}


/*------ Header Styling - Prior to Menu Collapse ------*/

@media (min-width:980px) {
    .header {
        height: 180px;
        border-top:30px solid #2ab8b3;
    }
}


/*------ Header Dektop Positioning ------*/

@media (min-width:980px) {
    .header .logo-wrapper {
        z-index: 99;
        left:20px;
    }
    .header #company-logo {
        width: 170%;
        height: 95px;
        max-width:370px;
    }
    .header .primary-nav-wrapper {
        top: 112px;
        width:100%;
        left:0;
    }
    .header .search-form-wrapper {
        top: -29px;
        right: 0;
        /* width: 225px; */
    }
    .header .secondary-nav-wrapper {
        top: 76px;
        left:unset;
        right:0;
        display:table;
  
    }
      .header .utility-nav-wrapper {
        top: -25px;
        right:290px;
    }

}
/*--- Primary Nav ---*/
nav.primary .nav {
	background:#666;
}
nav.primary .nav li {
    padding: 3px 5px;
    background:#666;
    border-right:4px solid #fff;
}

nav.primary .nav li:last-of-type {
    border-right: none;
}

nav.primary .nav li a {
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size:.7em;
    padding: 0 .5em;
}

nav.primary .nav li a:hover {
opacity: .9 !important;
color:#FFF;
}
nav.primary .current-menu-item a:focus {
    text-decoration: none !important;
}

nav.primary .current-menu-item>a {
    color: #000;
}

nav.primary .current-menu-item {
    background-color: #E7C154;
}
@media (min-width:980px) and (max-width:1200px) {
	nav.primary .nav li a {
		font-size:14px;		padding: 0 .3em;
		letter-spacing: 0px;

	}
nav.primary .nav li {
    border-right:2px solid #fff;
	}
}

/*--- Secondary Nav ---*/
nav.secondary .nav li { 
border-right:solid 1px #ccc;
margin-bottom:3px;}
header.header nav.secondary .nav li a {
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    padding: 4px 12px;
    font-weight:400;
    font-family:'Oswald', sans-serif;
}
nav.secondary .nav > li > a {
	line-height:1;
}
header.header nav.secondary .nav li a:hover {
    background: none;
    color: #002077;
    opacity: .7;
}
@media (min-width:980px) and (max-width:1200px) {
	header.header nav.secondary .nav li a {
		font-size:14px;
	}
}

/*Utility Nav - Social Media*/
.header .utility-nav-wrapper a .fa {
    font-size:2em;
}
nav.utility {
	line-height:.8;
}
nav.utility ul li {
	margin:0;
}
nav.utility ul li a { 
	font-size:14px;
	color:#fff!important;
}
nav.utility li .fa	{
	padding:0;
	border-radius:5px;
	font-size:16px!important;
	margin-top:-12px;
}

/* Search */
#searchform input[type=text] {
	border-radius:6px;
	height:25px;
	position:relative;
	top:-3px;
}
#searchform .fa {
	font-size:18px;
	color:#fff;
}

/* Content Lists */
.loop-wrapper .entry-content-wrap {
	display:table;
}
.loop-wrapper .hentry .entry-title {
	font-family: 'Muli' !important;
	font-size:1.4em;
	font-weight:700;
}
.loop-wrapper .hentry .entry-title a:hover {
	color:#58bcb7;
}
.content-list-wrapper h2, .right-rail .wpb_wrapper h2, .guides-links h2, .magazine-module h2, .special-titlebar h2{
	font-family: 'Shadows Into Light Two', cursive;;
	color:#eb008b;
    font-size:1.8em;
    border-bottom:solid 2px #ccc;
    text-align:center;
}
.magazine-module{width: 100%}
.content-list-wrapper h5.subtitle {
	font-size:.9em!important;
	margin-top:5px;
}
.content-list-wrapper .entry-content p {
	font-family:'Muli', sans-serif;
	font-size:1.3em;
	color:#444;
	margin-bottom:10px;
}
.content-list-wrapper .categories-list:before {
	content:none;
}
.content-list-wrapper .categories-list a{
	font-family: 'Shadows Into Light Two', cursive;
    color: #eb008b;
    font-size:18px;
}
.basic-content-wrap .entry-meta, .basic-content-wrap .entry-meta a {
	color:#666;
	font-style:italic;
}


/*Top Stories*/
.tsr-right .vc_column-inner {
	padding-right:0 !important;
}
.tsr-left .grid-item {
    border:none;
}
.tsr-left .entry-content-wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: 50px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    text-align: center;
    padding: 15px;
}
.tsr-left .grid-item h3.entry-title a {
    font-size: 1.5em !important;
    line-height: 110%;
}
.tsr-left .vc_column-inner {
	padding:0;
}
.tsr-left .loop-wrapper .grid-item {
	padding:0;
}
.tsr-right .grid-item {
   background:#000;
   margin-bottom:30px;
   padding:0;
}
.tsr-right .grid-item h3.entry-title a {
    color:#fff;
    font-size:.9em;
}
.tsr-right .grid-item .entry-content-wrap {
	padding:10px;
}

.tsr-right .vc_column-inner {
	padding-right:0 !important;
}

.tsr-row {
    margin-bottom: 0px;
}

/* Most Popular*/
.content-list-wrapper.most-popular-module .loop-wrapper .hentry .entry-title {
    font-size: 1.1em;
    line-height:1.1
    position:relative;
    top:2px;
}
.content-list-wrapper.most-popular-module.content-list-basic .hentry.post {
    border-bottom: 1px solid #efefef;
    padding-bottom:10px;
    margin-bottom:10px;
}
.content-list-wrapper.most-popular-module .hentry:before {
    float: left;
    position: relative;
    margin-right: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    background-color: #2ab8b3;
    padding: 1px 8px;
    border-radius: 22px;
    top: 0px;
    display: inline;
}
.content-list-wrapper.most-popular-module .hentry .basic-content-wrap {
    display: table;
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(1):before {
    content: "1";
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(2):before {
    content: "2";
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(3):before {
    content: "3";
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(4):before {
    content: "4";
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(5):before {
    content: "5";
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(6):before {
    content: "6";
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(7):before {
    content: "7";
}

.content-list-wrapper.most-popular-module .loop-wrapper .hentry h5.subtitle {
	/* font-size:1em; */
	/* margin-top:5px */
}

/* --- Simple Footer --- */
.footer {
    text-align:center;
    background:#000000;
    margin-top:-1px;
}
.footer .fa {
        font-size:26px;
    }
.footer a:hover {
	color: #fff !important
}
@media (min-width: 768px) {
    .footer .bucket {
        width: 100%;
        text-align:center;
    }
    .footer .widget {
        margin-bottom:0;
    }
    .footer .menu li {
        display:inline-block;
        padding:0 10px;
        font-size:16px;
        line-height:18px;
    }
    .footer .widgettitle {
        border-bottom:none;
        text-transform:uppercase;
    }
    .footer .source-org.copyright.col-xs-12, .legal-links {
        font-size:80%;
        margin-bottom:0;
    }
    .footer .fa {
        font-size:26px;
    }
    .footer .menu-item-4798{
        display:none !Important;
    }
}
@media (max-width:767px) {
    .footer .bucket {
        margin-bottom:8px;
        margin-top:8px;
    }
}

/* Issue Archive */
.issue.col-sm-3 {
    text-align:center;
    margin-bottom:20px;
    min-height:260px;
}
 
.issue.col-sm-3 .issue-thumb { 
    line-height:0;
    margin-bottom:5px;
}
 
.issue.col-sm-3 h3.issue-title {
    margin-top:0;
    line-height:1.2;
}
.issue.col-sm-3 h3.issue-title a {
    color:#000;
}

/* Calendar */
.single.single-ai1ec_event .entry-meta-wrapper{
	display:none;
}

.timely .ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs {
    color: #2AB8B3 !important;
}
.timely a.ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs:hover {
    color: #666666 !important;
}
.ai1ec-event-title a {
  color:#2AB8B3;
}
.ai1ec-event-title a:hover {
  color:#666666;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
  color:#000 !important;
}

/* -------- Site Specific Customizations --------- */
a, a:visited {
	color:#2DB8B3;
}
a:hover, a:visited:hover {
	color:#000;
}
h5.subtitle {
	font-size:24px; 
	margin-top:2px;
}
.entry-content-wrap h5.subtitle {
	font-family:'Muli', sans-serif;
	font-size:1.3em;
	color:#444;
	/* margin-bottom:10px; */
	line-height:140%;
	letter-spacing:initial;
}

/* Articles */
.single-post h5.subtitle {
        font-family:'Muli', sans-serif;
        font-size: 2em;
        line-height: 1.2em;
        color:#444;
        margin: 0px;
        letter-spacing: .5px;
}
.single-post .entry-meta-wrapper {
        margin: 10px 0;
}

/* Blogs */
.blog-title .wpb_wrapper {
	border-top:4px double #ccc;
	margin-top:5px;
}
.blog-title h2 {
	background:#fff;
	position:relative;
	top:-30px;
	width:60%;
	margin:0px auto;
}
.blog-title h2 a, .blog-title h2 a:visited {
	color:black;
}

.blog-title h2 a:hover, .blog-title h2 a:visited:hover {
	color:#2DB8B3;
}

.blog-title h2 {
	border-bottom:none;
    font-family: 'Muli', sans-serif;
    text-transform: capitalize;

}
.blog-title h5 {
	padding-bottom:25px;
    margin-top:-30px;
}


/* Blog Sidebar */
.blog-sidebar.right-rail .blog-info .wpb_content_element  {
	border:none;
	margin:0;
	padding:0;
}
.blog-sidebar.right-rail .blog-info .wpb_content_element h5 {
	line-height:1.2;
	margin-top:10px;
}
.blog-sidebar.right-rail .blog-info .wpb_content_element h4 {
	margin-bottom:0;
}
.blog-sidebar.right-rail .blog-info .wpb_content_element p {
	font-size:.9em;	
}

.blog-sidebar.right-rail .content-list-wrapper .loop-wrapper .hentry .entry-title {
    font-size: 1.1em;
    line-height:1.1
    position:relative;
    top:2px;
}
.blog-sidebar.right-rail  .content-list-wrapper .hentry:before {
    float: left;
    position: relative;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #479faf;
    content:'\f054';
    font-family:'FontAwesome';
    border-radius: 22px;
    top: 0px;
}
.blog-sidebar.right-rail .content-list-wrapper.most-popular-module .hentry .basic-content-wrap {
    display: table;
}

/* Directories */
.geobase-list .h3.entry-title a {
  font-size:1.3em;
  font-weight:600;
  line-height:1;
  font-family:'Muli', sans-serif;
}
.geobase-list .geobase-field.office .label{
  display:none;
}
.geobase-list .geobase-field.office {
  text-transform:uppercase;
  font-weight:700;
}
.geobase-list p.geobase-field {
  margin:0;
}
.geobase-list .geobase-field.gtxcel_fixedfield_phone {
  margin-bottom:10px;
}
.geobase-list .geobase-field.gtxcel_fixedfield_phone .label {
  display:none;
}
 .geobase-list .geobase-field.category, .geobase-list .geobase-field.special_expertise  {
   line-height:1.3;
   font-style:italic;
   font-size:.95em;
 }
  .geobase-list p.geobase-field.category, .geobase-list p.geobase-field.special_expertise {
    margin-bottom:8px;
  }
  .geobase-list p.geobase-field.category .label, .geobase-list p.geobase-field.special_expertise .label{
    font-style:normal;
    text-transform:uppercase;
    font-size:.9em;
  }
.filter-bar.wpb_row {
  border:solid 1px #eaeaea;
}
.filterlist-vertical .geobase-filter-text h2, .filterlist-horizontal h2 {
   font-size:16px;
  font-family:'Muli', sans-serif;
  border-bottom:none;
  font-weight:500;
  letter-spacing:1px;
 }
article.geobase-post .geo-title {
    margin: 0px
}
article.geobase-post .thumb-wrap {
	float:right;
	margin-left:0;
	margin-right:0;
	width:20%;
}
article.geobase-post .geobase-content-wrapper {
	float:left;
	width:70%;
}
article.geobase-post .ssba {
	display: none;
}
.geobase-list article {
	border-bottom:solid 1px #eaeaea;
}

/* --- Author Bios Styles --- */
 
.author-bio-field.author-bio-field-featured_image {
    float: right;
    max-width: 200px;
    margin: 0 0 15px 15px;
}
 
.author-bio-field.author-bio-field-author_email {
    background: #6BC2BF;
    max-width: 170px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    margin: 0;
    padding:5px 8px;
    position:relative;
    top:-5px !important;
}
.author-bio-field.author-bio-field-author_email:hover {
    background: #606060;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}
 
.author-bio-field.author-bio-field-author_email a {
    color: white;
    width: 30%;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}
 
.author-bio-field.author-bio-field-author_email a:after {
    font-family: 'FontAwesome';
    content: ' \f003';
}
 
.author_bios h1 {
    margin-left: 15px;
    margin-top:15px;
}
 
.author_bios-template-default time.updated.entry-time {
    display: none;
}
.author_bios .author-bio-field-author_title_position.h3 {
    margin-top:0;
}
 
.author_bios.hentry .entry-meta-wrapper {
    margin:0;
}
 
.author_bios a .fa {
    color:#6BC2BF;
}
 
.author_bios a .fa:hover {
    color:#606060;
}

/* remove play button overlay on content lists for articles with video */
.content-list-wrapper .has-video .overlay {
    background-image:none;
}

/* Ad Padding */
.leaderboard-row {
	margin-bottom:0;
}
.leaderboard-row .wpb_row {
	margin-bottom:10px;
}

/* Form submission error - #53068 - Seth */
.gform_wrapper div.validation_error {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 90% !important;
  background-color: #C89797
}

/* Bullet list spacing in articles - #53436 - Seth */
.single .post.type-post ul li {
    margin-bottom: 0px;
}

img.alignnone.size-full.wp-image-73360 {
height: auto !important;
}

img.alignnone.size-full.wp-image-73291 {
height: auto !important;
}

nav.primary .nav li a{
font-size: .66em !important;
}
