/* FONTS */
body {font-family: 'Tinos', serif;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {font-family: 'Open Sans', sans-serif; font-weight: 700;}
h1, .h1 {font-size: 3em;}
/*------ Header Styling - All Devices ------*/

.header {
}

header .container-fluid {
	max-width:100%;
}

/*------ Header Styling - Prior to Menu Collapse ------*/

@media (min-width:980px) {
    .header {
        height: 240px;
    }
}



/*------ Header Desktop Positioning ------*/

@media (min-width:980px) {
    .header .logo-wrapper {
        z-index: 99;
    }
    .header #company-logo {
        width: 120%;
        height: 95px;
    }
    .header .primary-nav-wrapper {
        top: 155px;
        width:100%;
        left:0;
        background:#2b4d75;
    }

    .header .secondary-nav-wrapper {
    	    background-color: #EFEFEF;
    	    width:100%;
    	    padding:5px 0;
    	    border-bottom:1px solid #ccc;
    }
    .header .search-form-wrapper {
        top: 12px;
        right: 0;
        /* width: 225px; */
    }
    .header .secondary-nav-wrapper {
        top: 205px;
        left:unset;
        right:0;
        display:table;
  
    }
      .header .utility-nav-wrapper {
        top: 10px;
        right:270px;
    }


/*------ Header Tablet/Large Phone Positioning ------*/


@media (min-width:980px) and (max-width:1209px) {
    .header .logo-wrapper {
        width: 190px;
        z-index: 99;
    }
    .header #company-logo {
        width: 80%;
        height: 70px;
        margin:0;
    }

}

/*
    .header .primary-nav-wrapper {
        top: 10px;
        left:360px;
    }

   

    nav.primary .nav li a {
        font-size: .9em;
        padding: 0 12px;
    }
    .header .search-form-wrapper {
        top: 10px;
        right: 5px;
        width: 225px;
    }
    .header #searchform input[type="text"] {
        width: 45%;
    }
    .header .secondary-nav-wrapper {
        top: 58px;
    }
    .header nav.secondary .nav {
        width: 100%;
        float: none;
    }
    .header .primary-nav-wrapper {
    left:180px;
}
.header .logo-wrapper {
    min-width:170px;
    left:10px;
    top:-6px;
}
.header .search-form-wrapper {
    top:12px;
    right:12px;
}
.header .utility-nav-wrapper {
    top:14px !important;
    right:240px !important;
}
}
*/


/*--- Primary Nav ---*/

nav.primary .nav li {
    padding: 10px 0;
}

nav.primary .nav li:last-of-type {
    border-right: none;
}

nav.primary .nav li a {
    color: #fff;
    font-family: 'Arimo','Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size:.7em;
}

nav.primary .nav li a:hover {
opacity: .9 !important;
color:#ADC982;
}
nav.primary .current-menu-item a:focus {
    text-decoration: none !important;
}

nav.primary .current-menu-item>a {
    color: #FFF;
}

nav.primary .current-menu-item {
    background-color: #2b4d75;
}


/*--- Secondary Nav ---*/
nav.secondary .nav li { 
border-right:solid 1px #ccc;
margin-bottom:3px;
}

header.header nav.secondary .nav li a {
    font-size: .7em;
    color: #2b4d75;
    text-transform: uppercase;
    padding: 4px 40px;
    font-weight:400;
    font-family: 'Open Sans', sans-serif;

}
nav.secondary .nav > li > a {
	line-height:1;
}
header.header nav.secondary .nav li a:hover {
    background: none;
    color: #AB4C75;
    opacity: 1;
}

/*Utility Nav - Social Media*/
.header .utility-nav-wrapper a .fa {
    font-size:inherit;
}
nav.utility {
	line-height:.8;
}
nav.utility ul li {
	margin:0;
}
nav.utility ul li a{ 
font-size:inherit;
font-family:'Open Sans', sans-serif;
}
nav.utility li.subscribe-btn 	{
	background:#A54420;
	padding:0;
	border-radius:5px;
	margin-top:2px;
}
nav.utility li.subscribe-btn a {
	color:#fff !Important;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	padding:.5em !important;
	text-align:center;
	margin-right:0 !important;
}
.header nav.utility .nav li a {
	color:#000;
	padding:0;
	margin-right:10px;
	margin-top:15px;
}
.header nav.utility .nav li a:hover {
	text-decoration:underline;
}

/* Search */
#searchform input[type=text] {
	border:solid 1px #222;
	border-radius:6px;
	height:33px;
	position:relative;
	top:-3px;
}
#searchform .fa {
	font-size:24px;
}





.archive-link .gtx-cl-archive-link a, .archive-link .gtx-cl-archive-link {
	background: #f5f7f6;
    color: #2b4d75;
    border: none;
    border-radius: 4px;
    text-shadow: none;
    box-shadow: none;
    padding: 8px;
    width: 70px;
    font-family:'Open Sans', sans-serif;
    font-weight:700;
    font-size:.8em;
}
}
/* Core Overrides */
#content {
    margin-top:2em;
}
.container-fluid {
	max-width:1200px;
}
a, a:active, a:visited {
	color: #AB4C75;
}
a:hover, a:hover:visited {
	color: #35B9BF;
}
.hentry .entry-title a {
	font-family: 'Arimo','Raleway', sans-serif;
	font-weight:700;
	font-size:1.4em;
	line-height:1.2em;
}
.hentry .entry-title a:hover, .hentry .entry-title a:hover:visited {
	color:#AB4C75;
}

#page-wrap {
    background:#f7f7f7;
}
#main {
    background:#fff;
    border: 1px solid #ccc;
    box-shadow: 4px 10px 20px #ccc;
    padding-top:15px;
}

/* Lists */
.wpb_content_element h2 {
	border-bottom: double #ccc;
}

.content-list-wrapper.content-list-basic .entry-content-wrap {
    display: table;
}

.categories-list:before {
	display:none;
}

.categories-list, .tags-list {
	font-family: 'Rufina', serif;
	font-size:15px;
	font-weight:700;
	color:#36b9bf;
	text-transform:uppercase;
}


.categories-list a, .categories-list a:visited, .tags-list a, .tags-list a:visited {
    color:#36b9bf;
}

.categories-list a:hover, .categories-list a:hover:visited, .tags-list a:hover:visited	{
    color: #83d1d5;
}

/* Pagination */
.pagination a, .pagination span {
	color:#AB4C75;
}
.pagination a:hover, .pagination span:hover{
color:#83D1D5;
background-color:#fff;
}




/*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: 1.4em;
    font-family: 'Arimo','Raleway', sans-serif;
}
 
.single.single-post .entry-meta {
    font-size: 16px;
    font-family:'Open Sans', sans-serif;
}
 
.single.single-post .post-date {
    line-height: 4em;
}
 
.hentry.post h5.subtitle {
    text-transform: none;
    font-size: 20px;
    line-height: 1.3em;
    color: #666;
    letter-spacing: 0;
    font-weight:400;
}
 
.hentry .entry-date {
    padding-right: 4px;
}
 
.single.single-post .subtitle {
    margin-top: 20px;
    color: #424242;
    font-size: 1.5em;
    line-height: 1.25em;
    letter-spacing: 0rem!important;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
 
}
 
.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: 'Tinos', serif;
    font-style: italic;
    color:#666 !important;
}
.single.single-post .gtx-issue-footer {
    font-style: italic;
    padding:20px 0;
    border-top:dotted 1px #222;
    border-bottom:dotted 1px #222;
    color:#666;
    margin-top:30px;
}

table {
	background-color: rgb(176, 186, 148);
	width:90%;
}
.photo-credit {
	text-transform:uppercase;
}

.fineprint {
    font-size: .98em!important;
    line-height: 1.3em;
}
td {
	padding:3px;
	width:50%;
}

/*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;
}

.btn {background: #2b4d75;}
.btn a {color:#fff; text-shadow:none; font-weight:700;}
.btn a:hover {text-decoration:underline;}
 

.article_attachments {
    font-weight: bold;
    font-size: 120%;
    padding: 8px 4px 4px 50px;
    background: url(/content/uploads/2020/04/pdficon_large.png) no-repeat #2b4d75;
    background-position: 5px;
    background-size: 40px;
    border-radius: 5px;
    margin: 40px 20px;
}

.article_attachments:hover {
    background: url(/content/uploads/2020/04/pdficon_large.png) no-repeat#96361c;
    background-position: 5px;
    background-size: 40px;
}

.article_attachments a, .attachment_other a, .article_attachments a:hover, .attachment_other a:hover
 {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-family:sans-serif;
}


/* 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;
}
 
/* Issue Footer */
.gtx-issue-footer {
    margin-bottom: 30px;
    border-top: solid 1px #EAEAEA;
    border-bottom: solid 1px #eaeaea;
    padding:20px 0 20px 0;
    font-family:sans-serif;
    font-style: italic;
}
 
/* Hide video play button overlay on content list thumbnails */
.content-list-wrapper .has-video .overlay {
    display:none;
}
 
/* --- 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: #96361c;
    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: #83D1D5;
    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:#96361c;
}
  
.author_bios a .fa:hover {
    color:#83D1D5;
}

/* -- Ad Objects --*/
.ad-object {
	text-align:center;
}

/* -- Wallpaper Desktop -- */
@media (min-width:1530px) {
 .dfp-gutter-ad.dfp-gutter-left {
  position:fixed;
  top:120px;
  left:5px;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  position:fixed;
  top:120px;
  right:5px;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  display:none;
 }
}
 
/* -- Wallpaper Desktop/Tablet -- */
@media (min-width:730px) and (max-width:1529px) {
 .dfp-gutter-ad.dfp-gutter-left {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:block;
  position:fixed;
  bottom:0;
  background: rgba(0,0,0,.6);
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-gutter-ad.dfp-gutter-bottom:after {
  content:"X";
  position:absolute;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
  right:5px;
  top:-14px;
  background:#000;
  color:#FFF;
  border-radius:50%;
  padding:2px 8px;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  display:none;
 }
}
 
/* -- Wallpaper Ad - Mobile -- */
@media (max-width:729px) {
 .dfp-gutter-ad.dfp-gutter-left {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  visibility:visible;
  position:fixed;
  bottom:0;
  background:#ccc;
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-gutter-ad.dfp-gutter-mobile:after {
  content:"X";
  position:absolute;
  right:0px;
  top:-14px;
  background:#e8e8e8;
  padding:2px 8px;
  border-radius:3px;
  cursor:pointer;
  pointer-events:auto;
 }
 
}
 
 
/* -- Adhesion Ad - Desktop -- */
@media (min-width:730px) {
 .dfp-adhesion-ad.adhesion-desktop {
display:block;
  position:fixed;
  bottom:0;
  background:rgba(0, 0, 0, .6) ;
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-adhesion-ad.adhesion-desktop:after {
  content:"X";
  position:absolute;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
  right:5px;
  top:-14px;
  background:#000;
  color:#FFF;
  border-radius:50%;
  padding:2px 8px;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
 
 }
 .dfp-adhesion-ad.adhesion-mobile  {
  display:none;
 }
}
 
 
/* -- Adhesion Ad - Mobile -- */
@media (max-width:729px) {
 .dfp-adhesion-ad.adhesion-desktop {
  display:none;
 }
 .dfp-adhesion-ad.adhesion-mobile {
  display:block;
  position:fixed;
  bottom:0;
  background:rgba(0, 0, 0, .6);
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-adhesion-ad.adhesion-mobile:after {
  content:"X";
  position:absolute;
  right:5px;
  top:-11px;
  background:#000;
  color:#FFF;
  padding:2px 8px;
  border-radius:50%;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
 }

}
/* 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: #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 {
	font-family: 'Arimo', 'Raleway', serif;
	font-weight:700;
}
.magazine-module .mag-links a {
	color:#000;
}
.magazine-module .mag-links a:hover, .magazine-module .mag-links a:hover:visited {
	color: #AB4C75;
}
@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: 'Open Sans', 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 {
    border: none !important;
    border-radius: 0;
    padding: 10px !important;
    background:#F5F7F6;
}
.right-rail .wpb_content_element h2{
    margin-top:0;
    border-bottom:none;
    margin-bottom:20px;
    padding-left:5px;
    font-family: 'Arimo','Raleway', sans-serif;
    font-size:1.2em;
    background-color: #96361c;
    color: #fff;;
    font-weight:700
}

.right-rail .wpb_content_element h3 a, .right-rail .wpb_content_element h3 {
	font-size:.9em;
}

.stretch-module.wpb_column .vc_column-inner {
	padding:0;
}

.right-rail .widget_nav_menu.widget {
	margin-top:0;
	padding:0;
}
.right-rail .widget_nav_menu.widget h2 {
	margin-bottom:0 !important;
}
.right-rail .vc_wp_custommenu .widget_nav_menu.widget li a {
	color:#000;
	font-weight:600;
}
.right-rail .widget_nav_menu.widget ul {
	padding:0;
}

.right-rail .widget_nav_menu.widget li {
	list-style-type:none;
	padding:2px 10px;
	margin:1px 0;
	font-family: 'Arimo','Raleway', sans-serif;

}

/* 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  {
   line-height:1.3;
   font-style:italic;
   font-size:.95em;
 }
  .geobase-list p.geobase-field.category {
    margin-bottom:8px;
  }
  .geobase-list p.geobase-field.category .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;
 }
 article.geobase-post .geobase-content-wrapper {
 	float:none;
 }
 article.geobase-post .thumb-wrap {
 	width:10%;
 }


/* --- Simple Footer --- */
.footer {
    text-align:center;
    background:#2b4d75;
}
.footer .fa {
        font-size:26px;
    }
@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;
    }
}
/*Core Overrides - Footer */
.footer a:visited {
	color:#f8f9fa;
}
.footer a:hover:visited {
color: #dde2e7;
}

.copyright {
    display: none;
}


/* Top banner adjustments */
@media (max-width:980px) {
.header{
height:100px;
}
 #up-637208447330936483, #up-637208447330936483 iframe{
    display:none;
 }
}


/* ===== Bootstrap Migration patches Apr. 2022 ===== */
.col-xs-12 { flex-basis: 100%;}
