h1, h2, h3, h4, h5, h6 {
 	font-family:'Gudea', sans-serif;
 	font-weight:600;
 }
 body {
 	font-family:'Gudea', sans-serif;
 }
.container-fluid {
	max-width:1200px;
}

/* SOLI THEME */
.wpb_row {
    margin-bottom:20px;
}
.menu-side a:visited {
    color:#666 !important;
}
@media (min-width:980px) {
    #content {
    margin-top:70px;
    }
}
@media (max-width:979px) {
    #content {
    margin-top:40px;
    }
}
/*--- Header Positioning and Layout ---*/
 
.header {
    border-bottom:none;
}
/* Logo */
.header .logo-wrapper {
    position:relative;
    top:10px;
}
@media (min-width: 375px) {
    .header #company-logo {
        min-height: 150px;
    }
}
 
@media (min-width: 480px) {
    .logo-wrapper {
        max-width: 1200px;
        margin: 0 auto;
    }
    .logo-wrapper .wrap {
        margin: 0 auto;
    }
    a#company-logo {
        background-size: contain !important;
        background-position: top left !important;
        margin: 0px auto !important;
        float: none;
        width:600px;
    }
}
/* Primary Nav */
.header .primary-nav-wrapper {
    padding: 0;
    width: 100%;
    top: 135px;
    left: 0;
    background:#000;
    font-family:'Gudea', sans-serif;
}
.header .primary-nav-wrapper .primary ul li {
    float:none;
    display:inline;
}
.header .primary-nav-wrapper .primary ul {
    text-align: center;
}
.header .primary-nav-wrapper .primary ul li a {
    display:inline-block;
    color:#FFF;
    font-weight:700;
    font-size:.9em;
    text-transform:uppercase;
    padding:5px 20px;
}
.header .primary-nav-wrapper ul li.current_page_item a {
    background:#51acbb !Important;
}
@media (min-width:767px) and (max-width:1076px) {
    .primary-nav-wrapper .primary ul li a {
    font-size: 80% !important;
    }
}
 
/* Secondary Nav */
.header .secondary-nav-wrapper {
    top: 178px;
    max-width: 100%;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}
.header .secondary-nav-wrapper .wrap {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    border-top:none;
}
.header .secondary-nav-wrapper .secondary ul {
    margin:0;
    padding:0;
    text-align:center;
}
.header .secondary-nav-wrapper .secondary ul li {
    display:inline;
    float:none;
    font-size:15px;
}
.header .secondary-nav-wrapper .secondary ul li a {
    display: inline-block;
    font-family:'Gudea', sans-serif;
    font-weight:600;
}
.header .secondary-nav-wrapper .secondary ul li a:hover {
    background:transparent;
    text-shadow:none;
    text-decoration:none;
}
.header .secondary-nav-wrapper .secondary ul li:after {
    content:"|";
    color:#eaeaea;
    padding: 10px;
}
.header .secondary-nav-wrapper .secondary ul li:last-of-type:after {
    content:none;
}
.header nav.secondary > ul {
    display: initial;
}
@media (min-width:767px) and (max-width:1024px) {
    .secondary-nav-wrapper .secondary ul li a {
        font-size: 80%;
    }
}
@media (max-width: 980px) {
.header .secondary-nav-wrapper {
    top: 155px;
    border-bottom:none;
}
}
/* Utility */
.header .utility-nav-wrapper {
    width:100%;
    top:0;
}
.header .utility-nav-wrapper .wrap{
    width:200px;
    position:relative;
    left:10px;
    margin:0;
    top:46px;
}
.header nav.utility .nav li a {
    color:#666;
    padding:0;
    font-size:1em;
    text-transform: uppercase;
    font-size:20px;
}
.header nav.utility .nav .fa {
    font-size:24px;
}
 
/* Site Search */
#searchform .fa {
    color: #666;
}
@media (max-width:450px) {
    #searchform {
        top: 0px;
        width:270px;
    }
}
 
@media (min-width:1201px) {
.header .search-form-wrapper {
    position: absolute;
    text-align: right;
    top: 44px;
    right: 0px;
    width: 300px;
    }      
    .search-form-wrapper {
    max-width: 1200px;
    margin: 0px auto;
    }
    .search-form-wrapper .wrap {
    margin:0;
    }
    #searchform {
    position: absolute;
    width: 260px;
    }
    #searchform button {
    width: 20px;
    }
    #searchform {
    border: solid 1px #CCC;
    border-radius:4px;
    }
    .search-form-wrapper #searchform input {
    border: none;
    height: 24px;
    width:90%;
    color:#444;
    }
}
 
/* Content Lists */
.content-list-wrapper .hentry .entry-title {
    font-family: 'Gudea', sans-serif;
    font-size:1.7em;
    font-weight:400;
}
.content-list-wrapper.content-list-basic .hentry.post {
    border-bottom: 1px solid #efefef;
}
.content-list-wrapper.content-list-basic .hentry.post:last-child {
    border-bottom:none;
}
.content-list-wrapper.content-list-basic .entry-content {
    padding-top:0;
}
.content-list-wrapper .entry-content p {
    font-size:1.2em;
    line-height:1.3;
    color:#444;
    font-family:'Gudea', sans-serif;
    font-weight:300;
}
.content-list-wrapper.content-list-grid .entry-content p {
	font-size:1em;
    line-height:1.3;
}
.content-list-wrapper.content-list-grid .hentry h3.entry-title {
	font-size:1.4em;
}
.content-list-wrapper.content-list-basic .entry-content-wrap {
	display:table;
}
.content-list-wrapper p.entry-meta.entry-author, .content-list-wrapper .multiple-bylines {
    font-family: 'Gudea', sans-serif;
    font-size: .7em;
    font-weight: 900;
    letter-spacing: .05rem;
    color: #999;
    text-transform: uppercase;
}
.content-list-wrapper.content-list-grid .hentry .entry-title {
    font-size:1.4em;
}
.content-list-wrapper .grid-item {
    padding:0 !important;
    border:none;
    margin-bottom:30px;
    padding:10px;
}
.categories-list:before {
    content:'';
}
.categories-list .comma {
	display:none;
}
.categories-list a {
    font-size:14px;
    color:#999;
    font-weight:700;
    font-family:'Gudea', sans-serif;
    text-transform:uppercase;
    font-size:1em;
    margin-right:5px;
}
.categories-list a:hover {
	color:#000;
}
.categories-list a:visited {
	color:#999;
}
.vc_col-sm-4.col-sm-4 .content-list-wrapper .hentry .entry-title {
	font-size:1.3em !important;
	color:#000 !important;
}  
 .vc_col-sm-4.col-sm-4 .content-list-wrapper .hentry.post h5.subtitle {  
text-transform: none;
    font-size: 15px;
    color: #222;
    letter-spacing: 0;
    font-weight:400;
    margin:0;
 }
/* 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;
    font-weight:700;
}
.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: #479faf;
    padding: 1px 8px;
    border-radius: 22px;
    top: 0px;
}
.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";
}
 
 
/* Magazine Module */
.magazine-module {
        display:table;
}
.magazine-module .mag-cover {
        float:left;
        width:40%;
}
.magazine-module .issue.col-sm-6 {
   width:100%;
}
.magazine-module .issue-title {
   display:none;
}
.magazine-module .mag-links {
        float:left;
        width:58%;
}
.magazine-module .mag-links a{
	color:#000;
	font-family:'Gudea', sans-serif;
	font-weight:700;
}
.magazine-module .mag-links a:hover{
	color:#479faf;
}
@media (min-width:767px) and (max-width:980px) {
        .magazine-module .mag-cover {
        float:none;
        width:100%;
        }
        .magazine-module .mag-links {
        float:none;
        width:auto;
        text-align:center;
        }
}
@media (min-width:480px) and (max-width:766px) {
        .magazine-module {
                margin:0 auto;
        }
}
 
 
/* Categories & Tags on Articles */
.article-categories {
    font-family: sans-serif;
    font-size: .85em;
    font-weight: 900;
    letter-spacing: .05rem;
    text-transform: uppercase;
}
 
/* Right Rail */

.right-rail .content-list-wrapper .hentry .entry-title {
font-size:1.3em;
}
.right-rail .wpb_content_element {
	margin-bottom:30px !important;
}

.right-rail .content-list-wrapper .loop-wrapper .hentry .entry-title {
    font-size: 1.1em;
    line-height:1.1
    position:relative;
    top:2px;
    font-weight:700;
}
.right-rail .content-list-wrapper .loop-wrapper .hentry .entry-content p {
	font-size:.9em;
}
.right-rail .wpb_content_element h2, .content-list-wrapper h2{
    margin-top:0;
    border-bottom:none;
    margin-bottom:20px;
    font-size:1em;
    background: none;
    border-top: none;
    border-bottom: none;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.5em;
    padding: 0px;
    background-color: #00B7CC;
    color: #FFF;
    border-radius: 3px;
    font-weight: bold;
    font-family:'Gudea', sans-serif;
}
.right-rail .ad-manager-placeholder {
	margin-bottom:30px !important;
}
/* --- 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: #000;
    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: #2BB6CD;
    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:#000;
}
  
.author_bios a .fa:hover {
    color:#2BB6CD;
}

/* ---- Top Stories ---- */
/*Top Stories*/
.top-story .hentry .entry-title a {
  color:#FFF;
  font-size:1.4em;
}

.top-story .entry-content {
    color:#fff;
}
.top-story.grid-item {
    border:none;
}

.top-story .loop-wrapper .hentry .entry-title {
	font-size:1.9em;
	font-weight:700;
}
.top-story .entry-content p {
  color:#fff;
}
.top-story .loop-wrapper .hentry .entry-title {
	font-size:1.9em;
}
@media (min-width:980px) {
  .top-story .entry-content-wrap {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background: #0000009e;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    text-align: left;
    padding: 15px;
    width:100%;

  }
    .top-story .content-list-carousel .entry-content-wrap {
    	bottom:10px;
    }
}
@media (max-width:979px) {
  .top-story .entry-content-wrap {
    margin: 0 auto;
    bottom: 0;
    background: #000000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    text-align: left;
    padding: 15px;
    margin-top:0 !important;
  }
}
/* Calendar */
.single.single-ai1ec_event .entry-meta-wrapper{
	display:none;
}

.timely .ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs {
    color: #00B7CC !important;
}
.timely a.ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs:hover {
    color: #000000 !important;
}

/* Magazine Row */
.magazine-row {
	padding-top:35px;
	margin-bottom:0;
}
.magazine-row h2 {
	text-align:left;
	border-bottom:none;
	font-family:'Gudea', sans-serif;
	text-transform:none;
	line-height:1;
	font-size:2em;
	margin-top:0;
	color:#fff;
	font-weight:700;
}
.magazine-row .wpb_content_element{
	margin-bottom:20px;
}
.magazine-row a {
	color:#fff;
}
.magazine-row a:hover {
	color:#ffffffcc;
}
.magazine-row a:visited {
	color: #fff !important;
}
.magazine-row .vc_general.vc_btn3-shape-square.vc_btn3-style-outline.vc_btn3-color-white {
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:.1em;
}
.magazine-row ul { 
	padding:0;
}
.magazine-row li {
	list-style-type:none;
	text-transform:uppercase;
	font-size:.8em;
	font-weight:700;
}
.magazine-row li:after {
	content:'\f138';
	font-family:'FontAwesome';
	margin-left:4px;
	font-size:.8em;
	color:#ffffffad;
}
.magazine-row .issue-title a{
	text-align:center;
	font-family:'Gudea', sans-serif;
	font-weight:700;
	margin-top:0;
	color:#fafafa !important;
}

/* --- 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;
    }
}
/*Articles*/
 
.sidebar {
    margin-top: 0px;
}
 
.single.single-post p {
    color: #333;
    font-size: 1.125rem;
    hyphens: inherit;
}
 
.single.single-post h1.entry-title {
    color: #000;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1em;
}
 
.single.single-post .entry-meta {
    font-size: 16px;
}
 
.single.single-post .post-date {
    line-height: 4em;
}
.single.single-post .hentry .entry-meta-wrapper {
	margin-bottom:20px;
	font-weight:600;
}
 
.hentry .entry-date {
    padding-right: 4px;
}
 
.single.single-post .hentry.post h5.subtitle {
    margin-top: 20px;
    color: #424242;
    font-size: 1.5em;
    line-height: 1.25em;
    letter-spacing: 0rem!important;
    font-weight: 600;
    font-family: 'Gudea', Sans-Serif;
 	margin-bottom:0;
}
.single.single-post h6 {
	margin:0;
	font-size:1em;
}
.single.single-post p.wp-caption-text {
    font-size: .8em;
    line-height: 1.3em;
    color: #5b5b5b;
    text-align: left;
    padding: 0 5px 10px 5px;
}
 
.wp-caption {
    max-width: 100%;
    background: #fff;
    padding: 0;
}
 
.wp-caption p.wp-caption-text {
    font-size: .8em;
    line-height: 1.3em;
    color: #5b5b5b;
    text-align: left;
    padding: 0 5px 10px 5px;
}
 
.single article h3 {
    color: #222;
    font-weight: 500;
    font-size: 1.3em;
}
 
.single.single-post ol {
    font-size:18px;
    line-height:20px;
    color:#333;
}
.single.single-post ol li {
    margin-bottom:10px;
}
 
article blockquote {   
    border-left:solid 1px #ccc;
    padding-left:20px;
    margin-left:20px;
    margin-right:40px;
}
article blockquote p {
    font-size:1.7em !important;
    font-family:Georgia, serif;
    font-style: italic;
    color:#666 !important;
}
.single.single-post .gtxfimage  {
	display:table;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.single.single-post figure.gtxfimage figcaption {
	text-align:left;
	font-weight:600;
	padding:10px 0;
	font-size:1em;
	border-bottom:solid 1px #eaeaea; 
}
/*Archive & Search Pages*/
.single.single-issue .entry-meta-wrapper {
    display:none;
}
.single.single-issue h1.entry-title {
    margin-bottom:20px;
}
.archive h5.subtitle {
    display: none;
}
 
.search h5.subtitle {
    display: none;
}
.single.single-issue .entry-meta-wrapper {
    display:none;
}
.single.single-issue h1.entry-title {
    margin-bottom:20px;
    line-height:1.1;
}
.archive .categories-list {
    display: none;
}
 
/* 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;
}
/* Site-Specific Customizations */
a, a:visited {
	color:#00B7CC;
}
a:hover, a:visited:hover {
	color:#23030c
}
.hentry .entry-title a:hover {
	color:#00B7CC;
}
nav.utility li.utility-btn, nav.utility li.utility-btn a:hover 	{
	background:#00B7CC;
	border-radius:4px;
}
.content-list-wrapper.most-popular-module .hentry:before { 
	background:#ccc;
}
.header .primary-nav-wrapper .primary ul li.current-menu-item a { 
	background-color:#444;
}
.header .primary-nav-wrapper .primary ul li a:hover {
	color:#00B7CC;
}

/* Best of Promo */
.best-of-promo p {
	margin-top:0;
	text-align:center;
}
/* Sponsored Content */

.content-list-wrapper .grid-item.category-native-content-advertising:before {
	content:"Sponsored";
	position:absolute;
	top:8px;
	z-index:99999;
	background:#060000;
	color:#fff;
	font-weight:bold;
	font-style:italic;
	padding:2px 10px;
}
/* OLD SPONSORED CONTENT CODE
.content-list-wrapper.sponsored .loop-wrapper .hentry{
	background:#eaeaea;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	margin-top:-20px;
}
.content-list-wrapper.sponsored .entry-content-wrap:before{
	content:'Sponsored Content';
	display:table;
	font-family:'Gudea', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	font-size:.75em;
	color:#FFF;
	background:#00B7CC;
	border-radius:2px;
	padding:0 6px;
	margin-bottom:3px;
} */

.wpb_content_element {
	margin-bottom:20px !important;
}
/* right rail menus */
.right-rail .widget {
	margin-top:0;
}
.right-rail .widget.widget_nav_menu {
	margin-bottom:0;
	padding:0;
 }
.right-rail .widget.widget_nav_menu h2{
	margin-bottom:0;
}
.right-rail .widget.widget_nav_menu ul {
	margin:0;
	padding-left:0px;
	margin-top:3px;
}
.right-rail .widget.widget_nav_menu li {
	list-style-type:none;
	border-bottom:solid 1px #eaeaea;
	padding:5px 0 5px 0;
	margin-bottom:3px;
	font-family:'Gudea', sans-serif;
	font-weight:700;
}
.right-rail .widget.widget_nav_menu li:last-child {
	border:none;
}
.right-rail .widget.widget_nav_menu li a {
	display:table;
	color:#000;
}
.right-rail .widget.widget_nav_menu li:before {
	font-family:'FontAwesome';
	content: '\f054';
	font-size:10px;
	margin-right:5px;
	float:left;
	position:relative;
	top:4px;
}

/* Ad Padding */
.leaderboard-row {
	margin-bottom:0;
}
.leaderboard-row .wpb_row {
	margin-bottom:10px;
}

/* Center Ads */
.gtx-dfp-ad-inner-wrapper {
	margin:0 auto;
	text-align:center !important;
}

/* Blog Header */
.blog-header h2 {
	margin-top:0;
    border-bottom:none;
    margin-bottom:20px;
    font-size:1em;
    background: none;
    border-top: none;
    border-bottom: none;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.5em;
    padding: 0px;
    background-color: #00B7CC;
    color: #FFF;
    border-radius: 3px;
    font-weight: bold;
    font-family:'Gudea', sans-serif;
}
.blog-header h5 {
	letter-spacing:0;
	color:#888;
	font-family:'Gudea', sans-serif;
	font-weight:700;
	margin:0;
}
.blog-header .vc_separator .vc_sep_holder .vc_sep_line {
	border-top: solid 2px #ccc;
}
.blog-header h4 {
	font-family: 'Gudea', sans-serif; 
	font-weight: 400; 
	color: #444 !important;
	font-style: normal;
	font-size:1.8em !important;
}
.blog-header .vc_separator {
	margin:0 !important;
}

/* Directories */
.geobase-list .h3.entry-title a {
  font-size:1.3em;
  font-weight:700;
  line-height:1;
}
.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;
 }
 

 