/*
Theme Name:    Just Security 2021
Description:   Just Security Custom Theme
Version:       1.0
Author:        DigiSage
Author URI:    https://www.digisage.com
*/

/* ======================= global resets ======================= */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table 					{ border-collapse:collapse; border-spacing:0 }
fieldset, img 			{ border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th	 			{ text-align:left }
q:before, q:after 	{ content:''}
a img 					{ border:none } /* Gets rid of IE's blue borders */
input[type="submit"]	{ cursor:pointer; -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */ }
input[type="submit"]::-moz-focus-inner { border:0; } /* helps with input and submit sizing */
/* html5 reset */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display:block; }
audio,
canvas,
video 					   { display:inline-block; }
audio:not([controls]) 	{ display:none; }
@-ms-viewport			   { width:device-width; }
*,
*:before,
*:after 			{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
:link img 		{ border:none; }
a 					{ outline:none; }
.clearfix:after 				   { visibility:hidden; display:block; font-size:0; content:" "; clear:both;  height:0; }
* html .clearfix             	{ zoom:1; } /* IE6 */
*:first-child+html .clearfix 	{ zoom:1; } /* IE7 */
/* responsive */
img, object, embed 	{ max-width:100%; height:auto; }
object, embed		   { height:100%; }
img				 	   { -ms-interpolation-mode: bicubic; }

html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	background:#fff;
	color:#777;
	font-family:'PT Serif', serif;
	font-size:16px;
	font-weight:300;
	text-align:left;
}

/*======================= Typography & general resets ======================= */

small {
	font-size:12px;
}
strong, b {
	font-weight:700;
}
em, i {
	font-style:italic;
}
input,
textarea,
select {
   font-weight:300;
   font-family:'PT Serif', serif;
   border-radius:0;
}
input[type="submit"] {
   white-space:normal;
   color:#fff;
   background-color:#2C7F96;
}
/* placeholder font color */
::-webkit-input-placeholder {
   color:#333;
}
:-moz-placeholder {
   /* Firefox 18- */ color:#333;
}
::-moz-placeholder {
   /* Firefox 19+ */ color:#333;
}
:-ms-input-placeholder {
   color:#333;
}
/* headings */
h1,h2,h3,h4,h5,h6 {
	text-align:left;
	font-weight:700;
	color:#3d3d3d;
	line-height:1.2;
   font-family:'Roboto', sans-serif;
}
h1 {
	font-size:40px;
	margin:0 0 20px 0;
}
h2 {
	font-size:20px;
	margin:0 0 10px 0;
}
h3 {
	font-size:24px;
	margin:0 0 10px 0;
}
h4 {
	font-size:20px;
	margin:0 0 10px 0;
}
h5 {
	font-size:18px;
	margin:0 0 10px 0;
}
h6 {
	font-size:14px;
	margin:0 0 10px 0;
}

/*
   default links & buttons
   includes the gutenberg button UI & beaver Builder modules
*/
a {
   color:#2C7F96;
   text-decoration:none;
   -webkit-transition:  .2s;
   transition:          .2s;
}
a:hover {
   color:#266d81;
   text-decoration:none;
}

/* Accessibility */
a.skip {
   display:block;
   position:absolute;
   z-index:99999;
   top:-1000px;
   left:-1000px;
   height:1px;
   width:1px;
   text-align:left;
   overflow:hidden;
}
a.skip:active,
a.skip:focus,
a.skip:hover {
   left:0;
   top:0;
   width:auto;
   height:auto;
   overflow:visible;
   background:#fff;
   padding:10px;
   border:2px solid #333;
}
.screen-reader-text {
   border:0;
   clip:rect(1px, 1px, 1px, 1px);
   clip-path:inset(50%);
   height:1px;
   margin:-1px;
   overflow:hidden;
   padding:0;
   position:absolute !important;
   width:1px;
   word-wrap:normal !important;
}
/* smart menus accessibility */
.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}

.pagewidth {
   width:1200px; /* default */
   margin:0 auto;
   position:relative;
}
@media (max-width: 1240px) {
   .pagewidth,
   .pagewidth.pw1200 {
      width:100%;
      padding-left:20px;
      padding-right:20px;
   }
}
.pagewidth.pw1000 {
   width:1000px;
}
@media (max-width: 1040px) {
   .pagewidth.pw1000 {
      width:100%;
      padding-left:20px;
      padding-right:20px;
   }
}
.pagewidth.pw1200 {
   width:1200px;
}
@media (max-width: 1240px) {
   .pagewidth.pw1200 {
      width:100%;
      padding-left:20px;
      padding-right:20px;
   }
}
.pagewidth.pw1400 {
   width:1400px;
}
@media (max-width: 1440px) {
   .pagewidth.pw1400 {
      width:100%;
      padding-left:20px;
      padding-right:20px;
   }
}

#content-wrap {
   padding:70px 0 50px 0;
}

.full-img-bg {
   position:relative;
   background-repeat:        no-repeat;
   background-position:      center center;
   -webkit-background-size:  cover;
   -moz-background-size:     cover;
   -o-background-size:       cover;
   background-size:          cover;
}
.mobile-only {
   display:none;
}

/* ======================= Masthead ====================== */
.site-name {
   display:none;
}
.menu-mobile-bottom.hidden-xl-up {
   display:none !important;
}
#masthead {
   height:70px;
   position:fixed;
   width:100%;
   margin:0;
   padding:0;
   display:flex;
   flex-wrap:nowrap;
   z-index:1000;
   background:#2C7F96;
   -webkit-transition:  .2s;
   transition:          .2s;
}
#masthead a#site-logo {
   display:block;
   width:170px;
   position:absolute;
   top:0;
   left:0;
   padding:10px 0 0 20px;
   visibility:visible;
   -webkit-transition:  .2s;
   transition:          .2s;
}
#masthead a#site-logo span {
   display:none;
}
#masthead .menu-wrap {
   margin:0 auto;
   text-align:center;
}
#masthead .menu-main-menu-container {
   display:inline-block;
}
#masthead .menu-wrap ul {
   margin:0;
   padding:27px 0 0 0;
   text-align:center;
}
#masthead .menu-wrap ul > li {
   margin:0 8px;
   padding:0;
   display:inline-block;
   list-style:none;
   position:relative;
}
#masthead .menu-wrap ul > li > a {
   display:block;
   color:#fff;
   font-size:16px;
   padding:0;
   font-weight:300;
   letter-spacing:.5px;
   font-family:'Roboto', sans-serif;
}
#masthead .menu-wrap ul > li.menu-item-has-children > a {
   padding-right:15px;
}
#masthead .menu-wrap ul > li.menu-item-has-children > a::after {
   content:'';
   display:block;
   position:absolute;
   top:4px;
   right:0px;
   width:8px;
   height:8px;
   border-right:2px solid #fff;
   border-bottom:2px solid #fff;
   transform:rotate(45deg);
}
#masthead .menu-wrap ul > li > a:hover {
   color:#fff;
   text-decoration:underline;
}
#masthead .menu-wrap ul li ul {
   display:none;
   position:absolute;
   z-index:999;
   width:200px;
   top:100%;
   left:-20px;
   margin:0;
   padding:25px 20px 10px 20px;
   background:#2C7F96;
}
#masthead .menu-wrap ul li ul li {
   margin:0;
   padding:0;
   display:block;
   list-style:none;
   text-align:left;
}
#masthead .menu-wrap ul li ul li a {
   display:block;
   color:#fff;
   font-size:16px;
   padding:5px 0;
   text-align:left;
   font-family:'Roboto', sans-serif;
}
#masthead .menu-wrap ul li ul li a:hover {
   color:#fff;
}
#masthead .menu-wrap a.search-icon {
   display:inline-block;
   position:relative;
   top:-4px;
   width:25px;
   text-align:center;
   color:#fff;
   font-size:20px;
   margin-left:20px;
}

#masthead .social-wrap {
   position:absolute;
   height:100%;
   display:flex;
   flex-wrap:nowrap;
   align-items:center;
   top:0;
   right:0;
   padding-right:20px;
}
#masthead .social-wrap a {
   color:#fff;
   font-size:20px;
   margin-left:15px;
}
#masthead .social-wrap a.social:hover {
   opacity:0.8;
}
#masthead .social-wrap a.button.green {
   font-size:15px;
   padding:10px 20px;
}
#masthead .social-wrap a.search-icon {
   display:none;
   width:20px;
   margin-right:15px;
   text-align:center;
}
#masthead .social-wrap a.menu-toggle {
   display:none;
   width:25px;
   text-align:center;
   font-size:26px;
}
a.search-icon.open i.fa-search::before {
   content:'\f00d';
}
a.menu-toggle.open i.fa-bars::before {
   content:'\f00d';
}

#masthead #search-drop {
   display:none;
   position:absolute;
   width:100%;
   left:0;
   top:100%;
   padding:20px;
   background:#2C7F96;
   border-top:1px solid rgba(0,0,0,0.1);
}
#masthead #search-drop .form-wrap {
   width:700px;
   max-width:100%;
   margin:0 auto;
}
.searchform {
   display:flex;
   flex-wrap:nowrap;
}
.searchform input.search-field {
   display:block;
   width:calc(100% - 60px);
   margin:0;
   padding:6px 10px;
   border:1px solid rgba(0,0,0,0.1);
   font-size:16px;
   font-family:'Roboto', sans-serif;
   -webkit-appearance:none;
   -webkit-border-radius: 0;
   border-radius: 0;
}
.searchform button.search-submit {
   width:60px;
   margin:0;
   padding:6px 10px;
   background:#3d3d3d;
   color:#fff;
   font-size:20px;
   cursor:pointer;
   border:1px solid rgba(0,0,0,0.1);
   -webkit-transition:  .2s;
   transition:          .2s;
}
.searchform button.search-submit:hover {
   background:#222;
}
.advanced-search {
   line-height:1;
   font-size:14px;
   padding:8px 0 0 10px;
   font-family:'Roboto', sans-serif;
}
#masthead #search-drop .advanced-search {
   color:#fff;
}

/* mobile menu */
#mobile-nav-drop {
   display:none;
   position:fixed;
   z-index:1000;
   width:100%;
   height:100vh;
   left:0;
   top:0;
   overflow-y:auto;
   padding:0;
   background:#2C7F96;
   border-top:1px solid rgba(0,0,0,0.1);
}
#mobile-nav-drop .inner {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100vh;
   padding:20px 0px 60px 20px;
   overflow-y:auto;
   -webkit-overflow-scrolling:touch;
}
#mobile-nav-drop .inner .menu-mobile-menu-container {
   padding-bottom:30px;
}
#mobile-nav-drop .inner a.close {
   display:block;
   width:40px;
   position:fixed;
   top:15px;
   right:20px;
   text-align:right;
   color:#fff;
   font-size:30px;
}
#mobile-nav-drop .inner a.mobile-menu-logo {
   display:block;
   width:150px;
   margin:-11px 0 25px 0; /* trying to line up the logo with menu bar logo */
}
#mobile-nav-drop ul {
   margin:0;
   padding:0;
}
#mobile-nav-drop ul li {
   margin:0;
   padding:0;
   list-style:none;
}
#mobile-nav-drop ul li a {
   display:block;
   position:relative;
   color:#fff;
   font-size:18px;
   padding:9px 0;
   font-family:'Roboto', sans-serif;
}
#mobile-nav-drop ul li ul li a {
   padding-left:25px;
}
#mobile-nav-drop ul li ul li a::before {
   content:'-';
   display:block;
   position:absolute;
   top:8px;
   left:10px;
   width:20px;
}
@media (max-width: 800px) {
   #mobile-nav-drop .inner {
      padding-left:20px
   }
}
@media (max-width: 500px) {
   #masthead .social-wrap a.search-icon {
      margin-right:0;
   }
}
@media (max-width: 440px) {
   #masthead .social-wrap a.button.green {
      display:none;
   }
}
@media (max-width: 400px) {
   #masthead a#site-logo {
      width:140px;
      top:5px;
   }
}

/* buttons */
a.button {
   display:block;
   position:relative;
   float:left;
   padding:15px 20px;
   text-align:center;
   line-height:1;
   color:#fff;
   font-weight:500;
   font-size:14px;
   background-color:#2C7F96;
   font-family:'Roboto', sans-serif;
   -moz-border-radius:     3px;
   -webkit-border-radius:  3px;
   border-radius:          3px;
   -khtml-border-radius:   3px;
}
a.button:hover {
   color:#fff;
   background:#266d81;
}
a.button.green {
   background:#47b874;
}
a.button.green:hover {
   background:#419e66;
}

/* more link with arrow */
a.page-numbers,            /* WP paginate_links */
.posts-nav a[rel="prev"],  /* WP previous_post_link */
.posts-nav a[rel="next"],  /* WP next_post_link */
a.prev-arrow,
a.more-arrow {
   display:block;
   position:relative;
   text-transform:uppercase;
   font-family:'Roboto', sans-serif;
}
.posts-nav a[rel="prev"]:hover,
.posts-nav a[rel="next"]:hover {
   text-decoration:none !important;
}
a.page-numbers.next::after,
.posts-nav a[rel="next"]::after,
a.more-arrow::after {
   content:'';
   display:inline-block;
   position:relative;
   top:-1px;
   left:5px;
   width:12px;
   height:12px;
   border-right:1px solid #2C7F96;
   border-bottom:1px solid #2C7F96;
   transform:rotate(-45deg);
   -webkit-transition:  .3s;
   transition:          .3s;
}
a.page-numbers.next:hover::after,
.posts-nav a[rel="next"]:hover::after,
a.more-arrow:hover::after {
   left:8px;
   border-color:#000;
}
a.page-numbers.prev::before,
.posts-nav a[rel="prev"]::before,
a.prev-arrow::before {
   content:'';
   display:inline-block;
   position:relative;
   top:-1px;
   left:-4px;
   width:12px;
   height:12px;
   border-right:1px solid #2C7F96;
   border-bottom:1px solid #2C7F96;
   transform:rotate(135deg);
   -webkit-transition:  .3s;
   transition:          .3s;
}
a.page-numbers.prev:hover::before,
.posts-nav a[rel="prev"]:hover::before,
a.prev-arrow:hover::before {
   left:-7px;
   border-color:#000;
}
a.more-arrow.white::after {
   border-color:#fff;
}
.pagination {
   text-align: center;
}
.paginate a.page-numbers {
   text-decoration: none !important;
}

/* down link */
a.link-arrow-down {
   display:block;
   position:relative;
}
a.link-arrow-down::after {
   content:'';
   display:inline-block;
   position:relative;
   top:-6px;
   margin:0 0 0 15px;
   width:18px;
   height:18px;
   border-right:1px solid #9d2235;
   border-bottom:1px solid #9d2235;
   transform:rotate(45deg);
   -webkit-transition:  .3s;
   transition:          .3s;
}

/* edit links for misc areas */
.user-editable {
   position:relative;
}
a.ds-edit {
   font-size:13px !important;
   font-weight:700;
   color:#ca373a !important;
   text-transform:uppercase;
}
a.ds-edit.inline {
   display:inline-block;
   padding-left:5px;
}
.user-editable a.ds-edit.abs {
   /* requires that wrapper el has .user-editable */
   position:absolute;
   display:block;
   top:0;
   right:0;
   width:50px;
   text-align:right;
}

/* ------ archive & search results -------- */
.archive-wrap {
   display:flex;
   flex-wrap:wrap;
   justify-content:space-between;
}
.result-entry {
   display:block;
   color:#777;
   flex:0 0 50%;
   max-width:290px;
   margin-bottom:40px;
}
.result-entry .thumb {
   display:block;
   position:relative;
   height:185px;
   margin-bottom:6px;
   background-repeat:        no-repeat;
   background-position:      center center;
   -webkit-background-size:  cover;
   -moz-background-size:     cover;
   -o-background-size:       cover;
   background-size:          cover;
}
.result-entry .thumb:after {
   content:'';
   display:block;
   opacity:0;
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   background:rgba(44,127,151,0.3);
   -webkit-transition:  .3s;
   transition:          .3s;
}
.result-entry h3 {
   font-size:16px;
   margin:0 0 3px 0;
}
.result-entry h3 a {
   color:#3d3d3d;
   text-decoration:none !important;
}
.result-entry h3 a:hover {
   color:#2C7F96;
}
.result-entry p.author a {
   text-decoration:none !important;
}
@media (max-width: 1200px) {
   .archive-wrap .result-entry {
      width:auto;
      max-width:calc(50% - 7.5px) !important;
   }
}

/* 'post' post type result */
.type-post p {
   line-height:1.1;
}
.type-post p.author {
   font-size:14px;
   margin:0 0 3px 0;
   font-family:'Roboto', sans-serif;
}
p.author a:hover {
   text-decoration:underline;
}
.type-post p.date {
   font-size:13px;
   margin:0;
   font-style:italic;
   font-family:'Roboto', sans-serif;
}
.type-post:hover .thumb::after {
   opacity:1;
}
.type-post:hover h3 {
   color:#2C7F96;
}
/* 'page' post type type */
.type-page .excerpt {
   position:relative;
   height:185px;
   overflow:hidden;
   margin-bottom:6px;
   padding:10px;
   border:1px solid #eee;
}
.type-page .excerpt p {
   font-size:15px;
}
/* file type result */
.type-file .thumb-file {
   position:relative;
   height:185px;
   font-size:14px;
   margin-bottom:6px;
   background:#eee;
   text-align:center;
}
.type-file .thumb-file i {
   display:block;
   margin:0 auto 5px auto;
   padding:65px 0 0 0;
   font-size:40px;
}
.type-file .thumb-file:hover {
   color:#2C7F96;
}
/* authors */
.type-author .thumb img {
   display:block;
   width:auto;
   height:100%;
}
.type-author p.author-byline {
   font-size:13px;
   font-style:italic;
   margin:0 0 3px 0;
   font-family:'Roboto', sans-serif;
}

/* paging */
.paginate {
   padding:10px;
   text-align:center;
   background:#eeeeee;
}
.paginate span,
.paginate a {
   color:#3d3d3d;
   display:inline-block;
   margin:0;
   padding:3px 3px;
   font-weight:400;
   font-family:'Roboto', sans-serif;
}
.paginate span.current {
   color:#333;
   text-decoration:underline;
}
.paginate a.page-numbers:not(.next):not(.prev):hover {
   color:#2C7F96;
   text-decoration:underline;
}
.paginate a.page-numbers.prev {
   margin-left:0;
   padding-left:0;
}
.paginate a.page-numbers.next {
   margin-right:0;
   padding-right:0;
}
.paginate a:hover {
   color:#2C7F96;
}
.paginate a.page-numbers.prev::before,
.paginate a.page-numbers.next::after {
   border-color:#3d3d3d;
   top:0;
}
.paginate a.page-numbers.prev:hover::before,
.paginate a.page-numbers.next:hover::after {
   border-color:#2C7F96;
}

/* ======================= page/post styling ======================= */
.columns-wrap {
   padding-top:50px;
}

#primary {
   width:calc(100% - 515px);
   float:left;
   padding:0 50px 50px 0;
}
#primary:focus,
.primary:focus {
   border:none;
   outline:none;
}
#primary.content-body {
   padding-right:100px;
}

/* client-editable page styles */
.client-ui h2.sep-after::after {
   content:'';
   display:block;
   width:100px;
   height:1px;
   margin:20px 0;
   background:#9d2235;
}
.client-ui a:not(image):not(.button) {
   text-decoration:underline;
}
.client-ui a:hover {
   text-decoration:none !important;
}
.client-ui p {
   font-size:19px;
   line-height:1.5;
   margin:0 0 30px 0;
   font-weight:400;
}
.client-ui a:not(img):not(.button):hover {
   text-decoration:underline;
}
.client-ui ul,
.client-ui ol {
   margin:0 0 15px 30px;
   padding:0;
   line-height:1.5;
}
.client-ui ul li,
.client-ui ol li {
   font-size:19px;
   font-weight:400;
}
.client-ui blockquote {
   border-left:4px solid #2C7F96;
   margin:0px 0px 30px 25px;
   padding:0 0 0 20px;
}
.client-ui table {
   border-collapse:collapse;
   margin: 0 0 25px 0;
}
.client-ui table tr {
   padding:10px;
}
.client-ui table th {
   padding: 10px;
   color: #fff;
   background: #2C7F96;
   border: 1px solid black;
}
.client-ui table td {
   padding:10px;
   border:1px solid #ccc;
   border: 1px solid black;
}
.client-ui figure.wp-block-table figcaption {
   text-align:center;
   font-size:16px;
   font-style:italic;
   padding:5px 0;
}
.client-ui label {
   display:block;
   font-weight:500;
   margin:0 0 5px 0;
   font-size:19px;
   font-weight:700;
}
.client-ui input:not([type='checkbox']):not([type='radio']),
.client-ui select,
.client-ui textarea {
   margin:0 0 15px 0;
   padding:8px 10px;
   border:1px solid #ccc;
   font-size:19px;
   -moz-border-radius:     0px;
   -webkit-border-radius:  0px;
   border-radius:          0px;
   -khtml-border-radius:   0px;
}
.client-ui input[type="text"] {
   display:block;
   width:300px;
}
.client-ui input[type="checkbox"],
.client-ui input[type="radio"] {
   display:inline-block;
   margin-right:5px;
}
.client-ui input[type="checkbox"] + label,
.client-ui input[type="radio"] + label {
   display:inline-block;
}
.client-ui textarea {
   display:block;
   width:600px;
   max-width:100%;
}

/* single.php */
#post-hero {
   position:relative;
   width:1440px;
   margin:0 auto;
   background-color:         #fff;
   background-repeat:        no-repeat;
   background-position:      center center;
   -webkit-background-size:  cover;
   -moz-background-size:     cover;
   -o-background-size:       cover;
   background-size:          cover;
}
#post-hero .pagewidth {
   min-height:430px;
}
#post-hero .overlay {
   position:absolute;
   z-index:1;
   top:0;
   left:50%;
   margin-left:-720px;
   width:1440px;
   height:100%;
   background:rgba(0,0,0,0.3);
}
#post-hero .title-wrap {
   position:absolute;
   z-index:100;
   bottom:30px;
   max-width:1100px;
   margin:0 auto;
}
#post-hero h1 {
   margin:0px;
   padding:0 0 0 240px;
   font-size:61px;
   line-height:66px;
   color:#fff;
   text-shadow:0 0 5px rgba(0,0,0,0.8);
}
#post-hero h1 span.subhead {
   display:block;
   line-height:1.2;
   font-size:24px;
   font-weight:300;
   padding:15px 0 0 0;
}
#post-hero h1 a {
   color:#fff;
}
.print-authors {
   display:none;
}
.icon-end-post {
   margin:0;
   width:50px;
   height:34px;
   background:url(assets/images/capitol-top.png) no-repeat 0 0;
   -webkit-background-size:  contain;
   -moz-background-size:     contain;
   -o-background-size:       contain;
   background-size:          contain;
}

/* single.php sidebar */
.post-tags {
   margin:0 0 40px 0;
}
.sharedaddy {
   margin:0 0 20px 0;
}
.share-customize-link {
   display:none;
}
.post-tags h3 {
   margin:0 0 5px 0;
}
.post-tags p {
   font-size:16px;
   line-height:1.4;
   font-family:'Roboto', sans-serif;
}
.post-tags p a:hover {
   text-decoration:underline;
}

/* post bottom (authors & posts) */

/* these are cloned and added via js
   they kick in under 768px */
.mobile-authors,
.mobile-related,
.mobile-post-tags {
   display:none;
}
.post-bottom-row {
   width:875px;
   padding:40px 0 0 0;
   border-top:1px solid #ccc;
}
.post-bottom-row.about-authors {
   padding-bottom:50px;
}
.post-bottom-row .primary {
   width:calc(100% - 240px);
   float:left;
}
.post-bottom-row .primary .post-author-bio {
   margin:0 0 30px 0;
}
.post-bottom-row .primary .post-author-bio p {
   margin:0 0 10px 0;
}
@media (max-width:1440px) {
   #post-hero {
      width:100%;
   }
   #post-hero .overlay {
      left:0;
      margin:0px;
      width:100%;
   }
}
@media (max-width:1200px) {
   body.single #primary {
      padding-right:50px;
   }
   #post-hero .title-wrap {
      max-width:100%;
      padding-right:20px;
   }
   #post-hero .title-wrap h1 {
      padding-left:0;
   }
}
@media (max-width:991px) {
   #post-hero .title-wrap h1 {
      margin-left:0;
      width:100%;
      font-size:34px;
      line-height:1.2;
   }
   #post-hero .pagewidth {
      min-height:300px;
   }
   body.single .columns-wrap {
      padding-top:0;
   }
   body.single #secondary-left {
      position:relative;
   }
   body.single #secondary-left .post-tags {
      display:none;
   }
   body.single #secondary-left .sharedaddy {
      width:200px;
      position:absolute;
      top:10px;
      right:0;
      text-align:right;
   }
   .post-bottom-row {
      width:100%;
   }
   .mobile-post-tags {
      display:block;
   }
}
@media (max-width:900px) {
   body.single .result-entry {
      width:auto;
      max-width:calc(50% - 7.5px) !important;
   }
}
@media (max-width:767px) {
   #post-hero .title-wrap h1 {
      font-size:42px;
      padding-top:100px;
   }
   .mobile-authors,
   .mobile-related {
      display:block;
   }
   #post-meta-after {
      display:none;
   }
}
@media (max-width:700px) {
   .post-bottom-row .secondary-left {
      width:100%;
      float:none;
   }
   .post-bottom-row .primary {
      width:100%;
      float:none;
   }
}
@media (max-width:650px) {
   #post-hero .title-wrap h1 {
      font-size:29px;
      line-height:1.1;
   }
   body.single #secondary-left .sharedaddy {
      width:auto;
      position:static;
      top:0;
      right:0;
      text-align:left;
   }
   h1 {
      font-size:38px;
      line-height:1.2;
   }
}
@media (max-width:460px) {
   body.single .result-entry {
      width:100%;
      max-width:100% !important;
   }
}

/* ======================= sidebars ======================= */
#secondary-left,
.secondary-left {
   width:220px;
   float:left;
   margin:0 20px 0 0;
   padding:0 20px 0 0;
}
body:not(.home) #secondary-left {
   padding-top:10px;
}
#secondary-left p.authors {
   font-size:15px;
   font-weight:500;
   color:#2C7F96;
   margin:0  0 5px 0;
   font-family:'Roboto', sans-serif;
}
#secondary-left p.authors a:hover {
   text-decoration:underline;
}
#secondary-left p.date {
   font-size:14px;
   font-style:italic;
   margin:0 0 20px 0;
   font-family:'Roboto', sans-serif;
}
#secondary-left .sharedaddy h3.sd-title {
   display:none;
}

#secondary-right {
   width:275px;
   float:left;
}

/* widgets */

.widget {
   margin:0 0 30px 0;
}
.secondary h3,
.secondary h3.widget-title {
   font-size:20px;
   line-height:1.1;
}
.secondary .widget p {
   font-size:14px;
   margin:0 0 15px 0;
}
.secondary ul {
   margin:0 0 0 20px;
   padding:0;
}

/* buttons in sidebar */
.secondary a.button {
   display:block;
   position:relative;
   float:none;
   max-width:275px;
   margin-bottom:10px;
}
a.button.has-icon {
   padding-left:50px;
   text-align:left;
}
a.button.has-icon.icon-am,
a.button.has-icon.icon-pm {
   background-repeat:no-repeat;
   background-size:20px auto;
}
a.button.has-icon.icon-am {
   background-position:20px 12px;
   background-image:url(assets/images/icon-am.png);
}
a.button.has-icon.icon-pm {
   background-position:20px 16px;
   background-image:url(assets/images/icon-pm.png);
}
a.button.has-icon.icon-fa i {
   display:block;
   position:absolute;
   top:12px;
   left:20px;
   font-size:20px;
}

/* flexible content */
.flexible-content {
   overflow:hidden;
   border-top:1px solid #ccc;
   border-bottom:1px solid #ccc;
}
h3.flexible-content-title {
   font-size:16px;
   text-transform:uppercase;
   font-weight:500;
   margin:0 0 5px 0;
}

/* custom scrollbar */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   display:none;
}
.mCSB_draggerContainer {
   background:#ebebeb;
}
.mCSB_scrollTools {
   width:12px !important;
}
.mCSB_scrollTools .mCSB_dragger {
   background:#aaa;
   -moz-border-radius:     6px;
   -webkit-border-radius:  6px;
   border-radius:          6px;
   -khtml-border-radius:   6px;
}
.mCSB_scrollTools .mCSB_draggerRail {
   display:none;
}

/* read more (in sidebars only) */
.flexible-content.more-link {
   margin-bottom:7px;
}
.secondary a.more-arrow {
   float:right;
   margin-right:7px;
   font-size:15px;
   text-transform:none;
   font-weight:500;
}
.secondary a.more-arrow::after {
   top:1px;
   left:4px;
}
.secondary a.more-arrow:hover::after {
   left:8px;
   border-color:#266d81;
}

/* links style */
ul.link-list {
   margin:0;
   padding:10px 0;
}
ul.link-list li {
   margin:0 0 0 20px;
   padding:0 20px 0 0;
   /* background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23AAAAAA'/%3E%3C/svg%3E"); */
   background-size:8px auto;
   background-position:2px 6px;
   background-repeat:no-repeat;
   -webkit-transition:  .3s;
   transition:          .3s;
   font-size:15px;
   font-family:'Roboto', sans-serif;
}
ul.link-list li:hover {
   background-position:6px 6px;
}
ul.link-list li a {
   display:block;
   padding:4px 0;
   color:#777;
}
ul.link-list li a:hover {
   color:#2C7F96;
   text-decoration:underline;
}

/* posts style */
ul.posts-list-min {
   margin:0;
   padding:0;
}
ul.posts-list-min li {
   margin:0;
   padding:0;
   list-style:none;
   color:#777;
   padding:15px 0;
   border-bottom:1px solid #dedede;
}
ul.posts-list-min li:last-child {
   border-bottom:none;
}
ul.posts-list-min li h4 {
   font-size:16px;
   margin:0 0 4px 0;
}
ul.posts-list-min li h4 a {
   color:#3d3d3d;
}
ul.posts-list-min li h4 a:hover {
   color:#2C7F96;
}
ul.posts-list-min li p {
   margin:0 !important;
   font-family:'Roboto', sans-serif;
}
ul.posts-list-min li p.date {
   font-size:13px;
   font-style:italic;
}
/* text style */
.flexible-content .open-text {
   padding:20px 0;
}

/* spotlight widget */
.spotlight {
   padding:0 0 15px 0;
   border-bottom:1px solid #ccc;
}
.spotlight a.thumb {
   display:block;
   margin:0 0 5px 0;
}
.spotlight a.thumb img {
   display:block;
}
.spotlight a.thumb:hover {
   opacity:0.8;
}
.spotlight h4 {
   font-size:16px;
   margin:0 0 5px 0;
}
.spotlight h4 a {
   color:#3d3d3d;
}
.spotlight h4 a:hover {
   color:#266d81;
}
.spotlight .excerpt {
   margin:0 0 10px 0;
}

/* capitol breaker title widget */
.capitol-breaker {
   margin:40px 0 15px 0;
   padding:50px 0 0 0;
   position:relative;
   background:url(assets/images/capitol-breaker.png) no-repeat center top;
   background-size:100% auto;
}
#secondary-left .capitol-breaker {
   background-size:276px auto;
}
.capitol-breaker h3.widget-title {
   margin-bottom:3px
}
.capitol-breaker .sub-title {
   font-size:14px;
   font-style:italic;
   font-family:'Roboto', sans-serif;
}

/* title with border under */
.border-title h3.widget-title {
   font-size:20px;
   line-height:1.1;
   margin:0 0 25px 0;
   padding:0 0 5px 0;
   border-bottom:1px solid #ccc;
}

/* early edition widget */
a.early-edition {
   display:block;
   color:#fff;
}
a.early-edition .full-img-bg {
   height:120px;
   background-image:url(assets/images/early-edition-thumb.jpg);
}
a.early-edition .post-data {
   padding:15px 0;
   background:#2C7F96;
   text-align:center;
   -webkit-transition:  .3s;
   transition:          .3s;
}
a.early-edition .post-data h4 {
   color:#fff;
   text-align:center;
   line-height:1;
}
a.early-edition .post-data h4 span {
   display:block;
   line-height:1.1;
}
a.early-edition .post-data h4 span.month {
   font-size:14px;
   font-weight:500;
}
a.early-edition .post-data h4 span.day {
   font-size:40px;
   font-weight:500;
   position:relative;
}
a.early-edition .post-data h4 span.day::before,
a.early-edition .post-data h4 span.day::after {
   content:'';
   display:block;
   position:absolute;
   width:55px;
   height:1px;
   background:#fff;
   top:20px;
}
a.early-edition .post-data h4 span.day::before {
   left:0;
}
a.early-edition .post-data h4 span.day::after {
   right:0;
}
a.early-edition .post-data h4 span.year {
   font-size:14px;
   font-weight:500;
}
a.early-edition .post-data span.author {
   font-size:14px;
   padding:5px 0 5px 0;
   font-style:italic;
   font-weight:300;
}
a.early-edition .post-data span.more-arrow {
   font-size:15px;
   font-weight:500;
   font-family:'Roboto', sans-serif;
}
a.early-edition .post-data span.more-arrow::after {
   content:'';
   display:inline-block;
   position:relative;
   top:1px;
   left:4px;
   width:12px;
   height:12px;
   border-right:1px solid #fff;
   border-bottom:1px solid #fff;
   transform:rotate(-45deg);
   -webkit-transition:  .3s;
   transition:          .3s;
}
a.early-edition:hover .post-data {
   background:#266d81;
}
a.early-edition:hover .post-data span.more-arrow::after {
   left:8px;
}

/* sidebar search */
.widget .searchform input.search-field {
   width:calc(100% - 60px);
   border:1px solid #ccc;
}
.widget .searchform button.search-submit {
   width:60px;
}

@media (max-width:1000px) {
   .columns-wrap {
      padding-top:25px;
   }
   body:not(.home) #secondary-left {
      float:none;
      width:100%;
   }
   /* clear everything left except keep share stuff */
   body:not(.home):not(.single) #secondary-left *:not(.sharedaddy):not(.sharedaddy *):not(img.photo) {
      display:none;
   }
   #secondary-left img {
      display: block;
      margin: 0 0 25px 0;
      max-width: 200px;
      height: auto;
   }
   body:not(.home) #primary {
      width:calc(100% - 275px);
   }
}
@media (max-width:850px) {
   body:not(.home) #primary .sharedaddy {
      display:block;
   }
   body:not(.home) #primary {
      width:calc(100% - 250px);
   }
   #secondary-right {
      width:250px;
   }
}
@media (max-width:767px) {
   body:not(.home) #secondary-left {
      width:100%;
      float:none;
   }
   body:not(.home) #primary .sharedaddy {
      display:block;
   }
   body:not(.home) #primary {
      width:100%;
      float:none;
      padding-right:0;
      padding-bottom:50px;
   }
   #secondary-right {
      width:100%;
      max-width:100%;
      margin:0 auto;
      float:none;
   }
   .result-entry:nth-child(odd) {
      margin-right:15px;
   }
   .result-entry .thumb {
      height:150px;
   }
   body.home .result-entry,
   .result-entry {
      width:auto;
      max-width:calc(50% - 7.5px) !important;
   }
}
@media(max-width:460px) {
   .archive-wrap {
      display:block !important;
   }
   .archive-wrap .result-entry {
      width:100% !important;
      max-width:100% !important;
   }
   body.home .result-entry {
      max-width:100% !important;
   }
}

/* ======================= footer.php ======================= */
#footer {
   color:#6B6B6B;
   background:#eeeeee;
   padding:50px 0;
}
#footer .pagewidth {
   display:flex;
}
#footer p {
   color:#6B6B6B;
}
#footer .col-1 {
   width:30%;
   padding-right:50px;
}
#footer .col-1 img {
   display:block;
   margin:0 0 40px 0;
   width:170px;
   height:auto;
}
#footer .col-1 p {
   margin:0 0 10px 0;
}
#footer .col-1 a.button {
   width:100%;
   max-width:300px;
   display:block;
   float:none;
   margin:0 0 10px 0;
}
#footer .col-2 {
   width:33%;
   padding-right:20px;
}
#footer .col-2 h3 {
   font-size:16px;
}
#footer .col-2 .about {
   font-size:15px;
   margin:0 0 40px 0;}
#footer .col-2 .contact-row a {
   display:inline-block;
   margin-right:8px;
}
#footer .col-2 .contact-row a.contact {
   color:#6B6B6B;
   font-size:15px;
   font-weight:700;
   font-family:'Roboto', sans-serif;
}
#footer .col-2 .contact-row a.icon {
   font-size:24px;
}
#footer .col-3 {
   width:37%;
   display:flex;
   flex:1;
   flex-direction:column;
   padding:0 0 30px 0;
}
#footer .col-3 .links {
   margin-top:auto;
}
#footer .col-3 .links a {
   display:block;
   margin:0 0 5px 0;
}
@media (max-width: 1100px) {
   #footer .col-2 .contact-row a.contact {
      display: block;
      margin: 0 0 5px 0;
   }
}
@media (max-width: 1023px) {
   #footer .pagewidth.pw1000 {
      width:100%;
   }
   #footer .col-1 {
      width:300px;
      padding-right:30px;
   }
   #footer .col-2 {
      width:300px;
      padding-right:30px;
   }
   #footer .col-3 {
      width:calc(100% - 600px);
   }
}
@media (max-width: 1023px) {
   #footer .col-2 {
      width:220px;
      padding-right:30px;
   }
   #footer .col-3 {
      width:calc(100% - 520px);
   }
}
@media (max-width: 767px) {
   #footer .pagewidth {
      display:block;
   }
   #footer .col-1 {
      width:100%;
      margin-bottom:40px;
      padding-right:0px;
      text-align:center;
   }
   #footer .col-1 img {
      margin-left:auto;
      margin-right:auto;
   }
   #footer .col-1 a.button {
      margin-left:auto;
      margin-right:auto;
   }
   #footer .col-2 {
      width:100%;
      padding-right:0px;
      text-align:center;
   }
   #footer .col-2 h3.widget-title {
      text-align:center;
   }
   #footer .col-2 .contact-row {
      margin:0 0 20px 0;
   }
   #footer .col-3 {
      width:100%;
      text-align:center;
   }
}

/* ======================= Page Templates ======================= */
/* no left sidebar */
.columns-wrap.no-left-sidebar #primary {
   width:calc(100% - 275px);
   padding-left:0px;
}
.columns-wrap.no-sidebars #primary {
   width:100%;
   padding-left:0px;
   padding-right:0;
}

/* home */
#home-hero {
   position:relative;
   width:100%;
   min-height:440px;
}
#home-hero::before {
   content:'';
   display:block;
   position:absolute;
   z-index:1;
   width:100%;
   height:100%;
   background:rgba(0,0,0,0.3);
}
#home-hero .title-overlay {
   position:absolute;
   z-index:10;
   left:0;
   bottom:0;
   padding:0 30px 30px 30px;
}
#home-hero .title-overlay h1 {
   font-size:50px;
   line-height:1.1;
}
#home-hero .title-overlay h1 a {
   color:#fff;
}
#home-hero .title-overlay span {
   display:block;
   font-size:16px;
   color:#fff;
}
#home-hero .title-overlay span a {
   color:#fff;
}
#home-hero .title-overlay span a:hover {
   text-decoration:underline;
}
#home-hero.height-auto .title-overlay {
   position:relative;
   padding-top:130px;
}
.home-hero-excerpt {
   position:relative;
   display:flex;
   flex-wrap:nowrap;
   align-items:center;
   justify-content:center;
   margin:0 0 36px 0;
   padding:20px 30px;
   color:#fff;
   background:#2C7F96;
   border-bottom:1px solid rgba(0,0,0,0.4);
}
.home-hero-excerpt::before {
   content:'';
   display:block;
   position:absolute;
   z-index:60;
   top:-12px;
   left:100px;
   width:30px;
   height:30px;
   background:#2C7F96;
   transform:rotate(45deg);
}
.home-hero-excerpt .excerpt-col {
   width:calc(100% - 120px);
   padding-right:40px;
   border-right:1px solid rgba(255,255,255,0.3);
}
.home-hero-excerpt a {
   display:block;
   width:120px;
   color:#fff;
   padding-left:40px;
   font-weight:500;
   font-family:'Roboto', sans-serif;
}
body.home .left-home-group {
   width:calc(100% - 275px);
   float:left;
   padding-right:50px;
}
body.home #secondary-left {
   margin-right:20px;
   width:220px;
}
body.home #primary {
   width:calc(100% - 240px);
   padding-right:0;
}
body.home #primary a.result-post {
   margin-right:0;
}
body.home #primary h3.wiget-title {
   font-size:20px;
}
@media (max-width:1200px) {
   #home-hero {
      height:auto;
      min-height:200px;
   }
   #home-hero.height-auto .title-overlay,
   #home-hero .title-overlay {
      position:relative;
      padding-top:130px;
   }
   #home-hero .title-overlay h1 {
      font-size:40px;
   }
}
@media (min-width:1050px) and (max-width:1200px) {
   body.home .result-entry:nth-child(odd) {
      margin-right:15px;
   }
   body.home .result-entry .thumb {
      height:150px;
   }
   body.home .result-entry {
      max-width:calc(50% - 7.5px);
   }
}
@media (min-width:551px) and (max-width:1049px) {
   body.home .archive-wrap {
      display:block;
   }
   body.home .result-entry {
      width:100%;
      max-width:100% !important;
   }
}
@media (max-width:1024px) {
   #home-hero .title-overlay h1 {
      font-size:36px;
   }
   .home-hero-excerpt {
      display:block;
   }
   .home-hero-excerpt .excerpt-col {
      width:100%;
      padding-right:0;
      border-right:none;
   }
   .home-hero-excerpt a {
      width:auto;
      padding-top:10px;
      float:right;
   }
}
@media (max-width:800px) {
   #home-hero.height-auto .title-overlay,
   #home-hero .title-overlay {
      position:relative;
      padding-top:100px;
   }
}
@media (min-width:768px) and (max-width:1023px) {
   body.home .left-home-group {
      width:calc(100% - 250px);
      padding-right:20px;
   }
   body.home #secondary-right {
      width:250px;
   }
}
@media (max-width:767px) {
   #home-hero .title-overlay h1 {
      font-size:30px;
   }
   body.home .left-home-group {
      width:100%;
      float:none;
      padding-right:0;
      padding-bottom:60px;
   }
   #secondary-right .capitol-breaker {
      background-position:left top;
      background-size:250px auto;
   }
}
@media (max-width:550px) {
   body.home #secondary-left {
      width:100%;
      float:none;
      padding-right:0;
      padding-bottom:10px;
   }
   /* 2024-04-14 added another exception per Pooja Shah, added-> :not(.border-title:first-of-type):not(.border-title *):not(#js-spotlight-74):not(#js-spotlight-74 *) */
   body.home #secondary-left *:not(.widget.early-edition):not(.widget.early-edition *):not(.widget-title.mobile-only):not(.border-title:first-of-type):not(.border-title *):not(#js-spotlight-74):not(#js-spotlight-74 *) {
      display:none;
   }
   body.home #secondary-left h3.widget-title.mobile-only {
      display:block;
   }
   a.early-edition .full-img-bg {
      height:180px;
   }
   /* 2024-04-15 added per Pooja Shah, added whole rule below for phone width on new widget images that are not background images */
   body.home #secondary-left img {
		max-width: 100%;
   }
   body.home #primary {
      width:100%;
      float:none;
   }
   body.home #primary .archive-wrap {
      display:flex;
   }
   body.paged #secondary-left {
      display:none;
   }
}

/* guest authors (page) */
.guest-author {
   margin:0 0 50px 0;
}
.guest-author a.thumb {
   display:block;
   width:80px;
   float:left;
   padding-top:6px;
}
.guest-author .desc {
   width:calc(100% - 80px);
   float:left;
   padding-left:50px;
}
.guest-author .desc h3 {
   font-size:22px;
   margin:0 0 5px 0;
}
@media (max-width:430px) {
   .guest-author a.thumb {
      float:none;
      margin:0 0 15px 0;
      padding-top:0;
   }
   .guest-author .desc {
      width:100%;
      float:none;
      padding-left:0px;
   }
}

/* author.php */
body.author .author-desc {
   padding:0 50px 50px 0;
}
body.author #primary {
   padding-right:50px;
}
body.author .archive-wrap {
   padding-top:40px;
   border-top:1px solid #ccc;
}
@media (max-width:1200px) {
   .author-post-wrap .archive-wrap .result-entry {
      width:auto;
      max-width:calc(50% - 7.5px) !important;
   }
   .auhtor-posts-wrap .archive-wrap .result-entry:nth-child(even) {
      margin-right:15px;
   }
   body.author .author-desc {
      padding-right:0;
   }
}
@media (max-width:767px) {
   body.author #primary {
      padding-right:0;
   }
}
@media (max-width:460px) {
   .author-post-wrap .archive-wrap .result-entry {
      max-width:100% !important;
   }
}

/* masthead-page */
body.page-template-masthead #primary {
   width:100%;
   margin:0 auto;
   padding-right:0;
   width:1000px;
   float:none;
}
h1.masthead-heading {
   text-align:center;
   text-transform:uppercase;
   font-size:36px;
   font-weight:400;
   letter-spacing:2px;
   margin:0 0 30px 0;
   padding:20px 0;
   font-family:'PT Serif', serif;
   border-top:1px solid #ccc;
   border-bottom:1px solid #ccc;
}
h1.masthead-heading span {
   display:block;
   font-size:16px;
   text-align:center;
}
.masthead-pdf {
   margin:0 auto;
   padding:30px 0 0 0;
   text-align:center;
}
.masthead-pdf a {
   display:block;
}
.masthead-pdf a i {
   display:block;
   padding:4px 0 0 0;
   font-size:40px;
}
.masthead-row h4 {
   font-size:16px;
   font-style:italic;
   text-align:center;
   margin:0 0 5px 0;
   font-family:'PT Serif', serif;
}
.flex-columns {
   display:flex;
   flex-wrap:nowrap;
   justify-content:space-between;
   text-align:center;
   margin:0 0 40px 0;
}
.flex-columns.cols-1 {
   justify-content:space-around; /* center the column */
}
.flex-columns .col {
   width:250px;
   text-align:center;
}
.flex-columns .col p {
   margin:0;
   text-align:center;
}

@media (max-width: 900px) {
   body.page-template-masthead #primary {
      width:100%;
   }
}
@media (max-width: 600px) {
   .flex-columns {
      display:block;
      margin-bottom:30px;
   }
   .flex-columns .col {
      width:100%;
   }
   .flex-columns.cols-margin-bot .col {
      margin-bottom:15px;
   }
}

/* ======================= Theme helpers ======================= */
.hidden {
	display:none;
}
br.clear {
	clear:both;
	display:block;
	height:1px;
	margin:-1px 0 0 0
}
.dont-break-out {
	/* this will contain long strings (like URLs) from exiting their container */
  	overflow-wrap: break-word;
  	word-wrap: break-word;
  	-ms-word-break: break-all;
  	/* Instead use this non-standard one: */
  	word-break: break-word;
  	/* Adds a hyphen where the word breaks, if supported (No Blink) */
  	-ms-hyphens: auto;
  	-moz-hyphens: auto;
  	-webkit-hyphens: auto;
  	hyphens: auto;
}

/* ======================= Presentational classes generated by WordPress ======================= */
.aligncenter {
	display:block;
	margin:0 auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
img.alignright {
	margin:0 0 10px 20px;
}
img.alignleft {
	margin:0 20px 10px 0;
}
/* WP captions */
.wp-caption	{
   margin:0 0 15px 0;
   padding:5px 0 0 0;
   max-width: 100%;
}
.wp-caption.alignleft {
	margin-right:25px;
}
.wp-caption.alignright {
	margin-left:25px;
}
p.wp-caption-text {
	margin:5px 0 0 0;
	font-style:italic;
	font-size:15px;
   line-height:1.4;
}

/* FitVids - Vanilla JS Version */
.fitVids-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.fitVids-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ======================= Plugin Styling ======================= */
/* mail chimp for WP */
.mc4wp-form-fields p {
   margin-bottom:25px;
}

/* ======================= Theme custom short codes ======================= */
/* advisory board */
.bio-thumb {
   width:150px;
   float:left;
   padding-top:5px;
   margin-right:50px;
}
.bio-content {
   width:calc(100% - 200px);
   float:left;
}
.bio-content p:empty {
   display:none;
}
@media (min-width:768px) and (max-width: 1024px) {
   .bio-thumb {
      float:none;
      margin-bottom:15px;
   }
   .bio-content {
      width:100%;
      float:none;
   }
}
@media (max-width: 767px) {
   .columns-wrap.no-left-sidebar #primary {
      width:100%;
      float:none;
      padding-right:0;
   }
}
@media (max-width: 600px) {
   .bio-thumb {
      float:none;
      margin-bottom:15px;
   }
   .bio-content {
      width:100%;
      float:none;
   }
}

/* content break */
.content-break {
   clear:both;
   height:40px;
}

/* horizontal rule */
div.hr, hr {
	width:100%;
	height:1px;
	clear:both;
	margin:20px 0;
	background:#ccc;
}

@media print {
   .print-hide {
      display:none !important;
   }
   @page {
     margin: 2em;
   }
   body {
      background:none;
      margin:0;
      padding:0;
      font-size:10pt;
      color:#000 !important;
      text-align:left;
   }
   h1,h2,h3,h4,h5,h6 {
      color:#000 !important;
   }
   p {
      padding: initial;
      margin: initial;
      line-height: initial;
   }
   /* hide */
   #masthead,
   .secondary,
   #footer,
   p.edit {
      display:none !important;
   }
   .site-name {
      display:block;
   }
   .pagewidth {
      padding:0 !important;
   }
   #content-wrap {
      padding:0 !important;
   }
   .columns-wrap {
      padding:0;
   }
   #primary {
      width:100%;
      float:none;
      margin:0 !important;
      padding:0 !important;
   }
   /* single */
   #post-hero .overlay,
   .icon-end-post,
   .post-bottom-row.related-posts,
   .mobile-post-tags {
      display:none !important;
   }
   #secondary-left {
      width:100% !important;
      float:none;
      color:#000 !important;
   }
   #post-hero {
      margin:0;
      padding:0;
      position:static;
      background:none !important
   }
   #post-hero .pagewidth {
      min-height:0;
   }
   #post-hero .title-wrap {
      position:static;
      max-width:100%;
      margin:0 0 20px 0;
   }
   .client-ui a {
      color:blue;
      text-decoration: underline;
   }
   .client-ui blockquote {
      border-left:2px solid #000;
   }
   .print-authors {
      display:block;
   }
   .print-authors a {
      color:#000 !important;
   }
   .print-authors p.authors {
      font-size:16px;
      color:#000 !important;
      margin-bottom:0px;
   }
   .print-authors p.date {
      font-size:16px;
      color:#000 !important;
      margin-bottom:30px;
      font-style:italic;
   }
   #post-hero .title-wrap h1 {
      position:static !important;
      width:100%;
      left:0;
      top:0;
      margin:0 0 0px 0 !important;
      padding:0 !important;
      font-size:36px;
      font-weight:400;
      line-height:1.3;
      color:#000;
      text-shadow:none;
   }
   .post-bottom-row {
      border:none;
   }
   .post-bottom-row.about-authors .secondary-left {
      width:100%;
      float:none;
   }
   .post-bottom-row.about-authors .primary {
      width:100%;
      float:none;
   }
   .post-bottom-row.about-authors h3,
   .post-bottom-row.about-authors h4 {
      font-weight:400;
   }
   .post-bottom-row.about-authors .primary .post-author-bio p {
      font-size:16px;
   }
   .post-bottom-row.about-authors .primary * {
      color:#000 !important;
   }
   .post-bottom-row.about-authors .primary a.button {
      display:none !important;
   }
}






