/*
Theme Name: LIGHTSWITCH - VPUU
Theme URI: http://lightswitch.solutions
Author: Lightswitch Solutions
Author URI: http://lightswitch.solutions
Description: Custom Bespoke Theme By Lightswitch Solutions
*/

body * {
	transition: all .3s;
	-webkit-transition: all .3s;
  font-family: 'roboto', arial;
}

body {
	color: #666;
}

a{color:#ef494a}
a.text-link {
	color: #2d2c2a;
}

a.text-link.active {
	color: #ef494a;
}

a.text-link:hover {
	text-decoration: underline;
	color: #ef494a;
}

h1 {
	font-weight: 300;
	font-size: 3em;
	text-transform: uppercase;
}
h2 {
	font-weight: 300;
	font-family: 'Roboto Slab', 'roboto', arial, serif;
}
h3 {
	font-weight: 600;
	font-size: 2.2em;
}
h4 {
	font-weight: 300;
}
h5 {
	text-transform: uppercase;
}

h6 {
	font-style: italic;
}

p {
	font-weight: 300;
}

.row .col {
	font-weight: 300;
}

strong {
	font-weight: 400;
}

img {
	max-width: 100%;
}

ul.list li {
	list-style: none;
	margin-left: 20px;
	font-weight: 300;
	line-height: 1.25em;
	margin-bottom: 5px;
}

ul.list li:before {
	content: "•";
	color: #ef494a;
	font-size: 1.25em;
	line-height: 1em;
	position: relative;
	left: -20px;
	margin-right: -6px;
}

form input[type=text], input[type=email], input[type=tel], textarea {
	background-color: #ccc;
	color: #666;
	border: none !important;
	box-shadow: none !important;
	padding-left: 10px; 
	font-weight: 300;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
}

form textarea {
	min-height: 300px;
	padding-top: 10px;
}

form .red-button {
	width: 200px;
	margin-top: 20px; 
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}

::selection {
	background-color: #ef494a;
	color: #fff;
}

span.red-text {
	color: #ef494a;
}

nav {
	height: 80px;
	background-color: #fff;
}

nav .nav-wrapper {
	color: #666;
}
nav .nav-wrapper li.current_page_item > a {
  color:#ef494a;
}

nav .nav-wrapper a {
	color: #666;
	font-weight: 400;
	height: 80px;
	padding: 10px 15px;
	text-transform: uppercase;
}

.sub-menu a {
	padding: 10px !important;
    height: 40px !important;
    font-size: 0.8em;
    line-height: 23px;
}

nav .nav-wrapper .current-menu-item > a {
	border-bottom: 10px solid #ef494a;
}

nav .nav-wrapper a.brand-logo:hover, .button-collapse {
	border: none !important;
}

nav .nav-wrapper .brand-logo img {
	width: 200px;
}

nav .search-form {
	display: inline-block;
	padding: 0px 30px;
}

nav .search-form input.search-field {
	height: 2rem;
	margin-top: 25px;
}

nav .search-form input.search-field:focus {
	border-bottom: 1px solid #ef494a;
	box-shadow: 0 1px 0 0 #ef494a;
}

nav .search-form label:after {
	content: "\f002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 34px;
	right: 40px;
	color: #ef494a;
}

nav .search-form span, nav .search-form .search-submit {
	display: none;
}

.menu-item:hover > .sub-menu {
	display: block;
}

.side-nav i.fa {
	display: none;
}

.sub-menu {
	position: absolute;
  background: #bbbbbb;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
  min-width: 250px;
  display: none;
  z-index: 9999;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sub-menu:before {
	content: "";
	width: 0; 
  height: 0; 
	border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #bbbbbb;
  position: absolute; 
  top: -20px;
  left:  20px;
  bottom: 0;
  z-index: 9999;
}

.sub-menu li a {
	color: #fff;
	padding-left: 30px !important;
	border: none !important;
}

.sub-menu li a:hover {
	color: #ef494a;
	background-color: #d0d0d0;
}

.side-nav {
	z-index: 99999;	
}

.sub-menu .menu-item {
	clear: both;
	width: 100%;
}

.sub-menu .menu-item a {
	width: 100%;
}

.home-slider .prevControl, .home-slider .nextControl, .success-story-slider .prevControl, .success-story-slider .nextControl {
	position: absolute;
	top: 45%;
	z-index: 9999;
	margin: auto;
}

.home-slider .prevControl, .success-story-slider .prevControl {
	left: -5px;
}

.home-slider .nextControl, .success-story-slider .nextControl {
	right: 0;
}

.latest-slides .prevControl, .latest-slides .nextControl {
	position: absolute;
	top: calc( 50% - 60px);
	z-index: 9999;
	margin: auto;
}

.latest-slides .prevControl {
	left: -5px;
}

.latest-slides .nextControl {
	right: 0;
}

.prevControl, .nextControl {
	display: inline-block;
	height: 60px;
	background-color: #2d2c2a;
	width: 30px;
	z-index: 999;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.prevControl:hover, .nextControl:hover {
	background-color: #fff;
	color: #2d2c2a;
}

.prevControl p, .nextControl p {
	margin: 19px 0; 
}

.prevControl {
	float: left;
}

.nextControl {
	float: right;
}

.slider-desc {
	font-size: 2em;
	text-align: center;
	padding: 50px 20px;
	padding-bottom: 30px;
	font-family: 'Roboto Slab', 'roboto', arial, serif;
	font-weight: 300;
}

.slider-desc p {
	text-align: center;
	font-family: 'Roboto Slab', 'roboto', arial, serif;
	font-weight: 300;
	margin: 0px;
}

.latest-slides {
	position: relative;
}

.cycle-slideshow.home-slider,
.cycle-slideshow.success-story-slider{
	height: 550px !important;
}

.home-slider .cycle-slide {
	width: 100%;
	height: 100%;
}

.success-story-slider .cycle-slide {
	width: 100%;
	height: 100%;
}

.home-slider .cycle-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.success-story-slider .cycle-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.single-safe-node-area .cycle-slideshow img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.latest-slides .slide-container.cycle-slide {
	width: 100%;
}

.latest-slides .cycle-slideshow img {
	width: 100%;
	height: 230px;
	display: block;
	object-fit: cover;
}
.vp-slide {
  position: relative;
  top: 0;
  left: 0;
}
.vp-slide-content-wrapper {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    left: 250px;
	min-width: 400px !important;
	max-width: 400px !important;
	min-height: 350px !important;
}

.vp-slide-content {
	padding:10px 20px 20px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
}

.vp-slide-content-bg {
	background: url(/wp-content/uploads/2016/10/red-stripe-bg.png) 0% 0%;
	z-index: 1;
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.vp-slide-content h3 {
  font-weight: 300; 
  color:#fff;
  text-transform: uppercase;
  font-size: 3em;
}
.row .col.image-block-wrapper {
	padding: 0; 
	position: relative;
	top: 0;
	left: 0;
}

.image-block {
	background-size: cover !important;
	background-repeat: no-repeat;  
}

.image-block .image-block-bg {
	background: url('/wp-content/uploads/2016/10/red-dot-bg.png') 0% 0%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 76px;
	z-index: 1;
	mix-blend-mode: multiply;
}

.image-block .team-image-block-bg {
	background: url('/wp-content/uploads/2016/10/red-stripe-bg.png') 0% 0%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 68px;
	z-index: 1;
	mix-blend-mode: multiply;
}

.image-block:hover .image-block-bg, .image-block.active .image-block-bg, .image-block:hover .team-image-block-bg {
	height: 100% !important;
}

.image-block.active .team-image-block-bg, .image-block.active .image-block-bg {
	opacity: 0;
}

.image-block:hover, .image-block.active {
  background-repeat: no-repeat, repeat !important;
}

.image-block-wrapper .image-block .image-heading {
	color: #fff;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	padding: 20px; 
	z-index: 1;
	position: absolute;
  	left: 0;
	bottom: 0;
	font-size: 1.5em;
	letter-spacing:2px;
}

.image-block-wrapper:hover .image-block .image-heading {
	bottom: calc( 50% - 1.25em); /* Needs to be half of font-size above*/ 
}

.team-tab.active .image-heading {
	opacity: 0;
}

.button-row {
	background-image: url(/wp-content/uploads/2016/10/stripe-bg.png);
}

.btn {
	padding: 10px 50px;
	font-size: 18px;
	text-transform: none;
	height: initial;
	border-radius: 3px; 
	font-weight: 400;
	text-decoration: none !important;
	margin-right: 30px;
	box-sizing: content-box;
}

.btn {
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
}

.grey-button {
	background-color: #666;
	color: #fff;
	-webkit-box-shadow: 0px 3px 0 0 rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 3px 0 0 rgba(0,0,0,0.8);
	box-shadow: 0px 3px 0 0 rgba(0,0,0,0.8);
}

.grey-button:hover {
	background-color: #2d2c2a;
	color: #666;
	-webkit-box-shadow: 0px 3px 0 0 rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 3px 0 0 rgba(0,0,0,0.8);
	box-shadow: 0px 3px 0 0 rgba(0,0,0,0.8);
}

.red-button {
	background-color: #ef494a;
	color: #fff;
	-webkit-box-shadow: 0px 3px 0 0 rgba(153,51,51,1);
	-moz-box-shadow: 0px 3px 0 0 rgba(153,51,51,1);
	box-shadow: 0px 3px 0 0 rgba(153,51,51,1);
}
.red-button:hover {
	background-color: #993333;
	color: #ef494a;
	-webkit-box-shadow: 0px 3px 0 0 rgba(153,51,51,1);
	-moz-box-shadow: 0px 3px 0 0 rgba(153,51,51,1);
	box-shadow: 0px 3px 0 0 rgba(153,51,51,1);
}

.button-row .btn {
	margin-right: 30px;
}
.latest-post-wrapper {
  padding: 0 30px;
  min-height: 380px;
  font-weight: 400;
}
.slides-heading {
  margin: 30px 0 30px 28px;
}

.latest-post-wrapper h2 {
  font-size: 1.5em;
  margin: 0;
  padding: 5px 0;
  word-wrap: normal;
  color: #2d2c2a;
}

.latest-post-wrapper h5 {
	font-size: 0.85em;
	font-weight: 400;
	color: #2d2c2a;
	margin: 5px 0;
}

.latest-post-wrapper h5:first-of-type {
	margin-top: 20px;
}

.latest-post-wrapper span {
	color: #2d2c2a;
}

.col.l3.link-box {
	height: 100%;
}

.about-banner {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 450px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-bottom: 50px;
}

.page-template-page-team .about-banner{
	min-height:472px;max-height:472px;	

}
.page-template-page-contact h1,
.page-template-page-contact h4 {
	margin-top: 0px;
}

.page-template-page-contact .more-offices h4 {
	margin-top: 10px;
}


.about-banner img {
	width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}

.about-banner.banner-image {
	width: 100%;
	height: 530px;
	max-height: 530px;
	object-fit: cover;
}

h2.banner-heading {
	margin-left: 75px;
	position: relative;
	text-transform: uppercase;
	font-family: 'roboto', arial; 
	font-weight: 400;
	color: #666;
	top: 0;
 	left: 0;
}

h2.sna-heading {
	float: left;
	position: absolute;
	font-family: 'roboto', arial;
	font-weight: 400;
	color: #666;
	bottom: 0;
	left: 20px;
	width: 400px;
	max-width: 80%;
	font-size: 4em;
}

.banner-heading:before {	
	content: "";
	background-image: url(/wp-content/uploads/2016/10/cropped-page-heading-triangle.png);
	position: absolute;
	top: 0;
	left: -80px;
	width: 60px;
	height: 60px;
	background-size: cover;
}

.about-heading {
	text-transform: uppercase;
	margin: 0;
}

.about-sub-heading {
	font-weight: 300;
}

.link-box, .info-link-box {
	border-left: 4px solid #ef494a; 
}

.quote-box {
  color:#ef494a;
  font-size:2em;
}
.quote-box h5 {
  font-size:5em;
  line-height:18px;
  margin:20px 0 -10px;
  padding:0;
  font-weight: bold;
}

.link-box li {
	padding: 0;
	margin: 0; 
	line-height: 1.5em;
	margin-bottom: 8px;
	margin-left: 10px;
}

.link-box li:last-child {
	margin-bottom: 0;
}

.link-box a {
	margin: 0;
	padding: 0; 
	font-size: 1.5em;
	color: #2d2c2a;
	font-weight: 300;
}

.info-link-box strong {
	font-weight: 400;
}

.info-link-box {
	font-weight: 300;
}

.info-link-box figure {
	margin: 0;
	max-width: 100%;
}

.info-link-box a {
	margin: 0;
	padding: 5px 0; 
	font-size: 1em;
	font-weight: 400;
}

.link-box li {
	list-style: none;
}

.link-box li.current-menu-item a {
	color: #ef494a;
}

.row.full-width-image {
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 0;
	background-position:center center;
}

.row.no-image-row {
	padding: 40px 0;
}

.info-box.valign-wrapper {
	position: relative;
	top: 0;
	left: 0;
}

.info-box-bg {
	background-image: url(/wp-content/uploads/2016/10/black-stripe-bg.png);
	z-index: 1;
	mix-blend-mode: multiply;
	height: 400px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.col.info-box {
	color: #fff;
	min-height: 400px;
}

.col.info-box .valign {
	padding: 50px;
	position: relative;
	z-index: 3;
} 

.col.info-box p {
	font-weight: 300;
} 

.col.info-box h3 {
	font-weight: 300;
}

.row .col.team-tab {
	margin: 0;
	padding: 0;
}

.no-margin {
	margin: 0;
}

.the-team-header, .sna-content-wrapper, .about-header, .event-header, .no-jobs-heading {
	margin-top: 50px;
	margin-bottom: 50px;
}

.team-tab {
	position: relative;
	cursor: pointer;
}

.team-info-wrapper {
	min-height: 300px;
	padding-top: 30px;
}

.team-info-wrapper .col {
	font-weight: 300;
}

.team-info-wrapper span {
	font-weight: 400;
}

.community-champ-desc {
	margin-top: 20px;
}

.team-name {
	color: #ef494a;
}

.team-tab.active .image-block:after {
	content: "";
	width: 0; 
  height: 0; 
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #fff;
  position: absolute; 
  left: calc( 50% - 40px );
  bottom: 0;
  z-index: 9;
}

.banner-image {
	width: 100%;
	height: 530px;
	position: relative;
}

.blockquote-wrapper {
	position: relative;
}

.blockquote:before {
	content: '“';
	font-size: 8em;
	line-height: 1em;
	height: 20px;
	position: absolute;
	top: 20px;
	font-family: 'Roboto Slab', 'roboto', arial, serif;
	font-weight: 400; 
}

.blockquote {
	color: #ef494a;
	padding-left: 30px;
	position: absolute;
}

.page-template-page-involved .blockquote{top:-40px;}

.blockquote p {
	font-family: 'Roboto Slab', 'roboto', arial, serif;
	margin-top: 4em;
	font-size: 1.3em; 
	font-weight: 300;
}

.partner-image {
	width: 100%;
	height: 140px;
	object-fit: contain;
}

.sna-intro h3 {
	font-weight: 300;
}

.sna-content-wrapper a.text-link {
	color: #ef494a;
	font-weight: 300;
}

.sna-content-wrapper h3 {
	font-weight: 500;
	font-size: 1.8em;
}

.sna-sidebar {
	padding-top: 1.78rem !important;
}

.sna-sidebar a {
	color: #ef494a;
}

.sna-sidebar a:hover {
	color: #666;
}

.related-story-wrapper {
	width: 100%; 
	background-size: cover !important;
	background-repeat: no-repeat !important;
	color: #fff;
	position: relative;
}

.related-story-bg {
	background: url(/wp-content/uploads/2016/10/red-dot-bg.png) 0% 0%;
	z-index: 1;
	mix-blend-mode: multiply;
	width: 50%;
	height: 100%;
	position: absolute;
}

.related-story {
	position: relative;
	z-index: 3;
	padding: 20px; 
	width: 50%;
}

.related-story-wrapper:hover .related-story-bg {
	width: 100%;
}

.related-story-wrapper i {
	color: #ef494a;
	position: relative;
}

.related-story-wrapper i.arrow-one {
	left: 0;
}
.related-story-wrapper i.arrow-two {
	left: -5px;
}
.related-story-wrapper i.arrow-three {
	left: -10px;
}

.col.l9.news-wrapper {
	min-height: 600px;
}

.blog-sibebar-section {
	margin-top: 20px;
	border-top: 3px solid #ef494a;
	color: #666;
}

.blog-sibebar-section.first-section {
	margin-top: 60px;
}

.blog-sibebar-section a {
	color: #666;
	transition: all 0.2s;
}

.blog-sibebar-section a:hover {
	color: #ef494a;
}

.news-wrapper {
	padding-right: 30px !important;
}

.no-jobs-heading {
	font-weight: 300;
}

.row.article-listing {
	margin-bottom: 0;
	width: 100%;
}
.article-listing .article-image img {
	height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.article-listing:after, .main-article-listing:after, .job-listing:after, .job-listing:after {
	content: "";
	width: calc(100% - 0.75rem);
	height: 1px;
	background: #666;
	margin: 0 0.75rem;
}

.job-listing {
	padding-top: 10px !important;
	position: relative;
	margin: 0 !important;
}

.job-listing:first-of-type {
	margin-top: 90px !important;
}

.job-listing:before {
	position: absolute;
	top: -20px;
}

.job-listing h2 a {
	color: #666;
}

.job-listing h2 a:hover {
	color: #ef494a;
}

.article-text h2, .job-text h2 {
	font-size: 1.75em;
  margin: 10px 0;
  color: #666 !important;
  text-decoration: none !important;
}

.job-text h2 {
	margin: 0;
	margin-top: 5px;
	font-family: 'roboto', arial;
}

.job-text h5 {
	color: #666 !important;
	margin: 0;
	opacity: 0.6;
}

.article-text h5, .job-text h5, .job-text p {
	font-size: 1em;
	color: #666 !important;
	text-decoration: none !important;
}

.article-listing, .job-listing {
	display: table;
	padding-top: 20px;
	padding-bottom: 20px;
}

.row.job-listing {
	width: 100%;
	margin: 0;	
}

.article-listing .article-text .job-listing .job-text {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.job-listing .job-image {
    width: 20%;
	display: table-cell;
	vertical-align: middle;
} 
.job-listing .job-text {
	width: 80%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

.article-listing .article-image, .article-listing .article-text{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.main-article-listing {
	margin-top: 30px;
}

.main-article-listing .article-image img {
	width: 100%;
	max-width: 960px;
}

.image-block-wrapper .image-block .event-image-heading {
	color: #fff;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
	margin: 0;
	padding: 20px; 
	z-index: 1;
	position: absolute;
	bottom: 0;
}

.image-block-wrapper:hover .image-block .event-image-heading {
	bottom: calc( 50% - 1.125em); /*Needs to be half of font-size above */
}

.event-image-heading h5 {
	font-size: 1em;
}

.event-image-heading h3 {
	font-size: 1.25em;
	text-transform: none;
	margin: 5px 0;
}

.event-header {
	text-transform: uppercase;
	margin-top: 10px;
}

.event-image-large img {
	width: 100%;
}

.more-offices {
	border-top: 1px solid #2d2c2a; 
}

.contact-icons i {
	font-size: 2em;
	padding-right: 15px;
	color: #2d2c2a;
	display: inline-block;
}

.contact-icons i:hover {
	color: #ef494a;
}

form .wpcf7-response-output {
	margin-left: 0; 
	border-color: #666; 
}

/*  FOOTER  */
.pre-footer, .striped-divider {
	background-image: url(/wp-content/uploads/2016/10/stripe-bg.png);
	width: 100%;
	height: 30px;
	margin-top:100px;
	display:block;
}

footer.page-footer {
	background-color: #2d2c2a;
	color: #fff;
	margin-top: 0;
}

footer.page-footer h5, .widget-heading {
	font-size: 18px;
	font-weight: 600;
	color:#666;
	text-transform: uppercase;
	margin: 30px 0 12px;
}

footer.page-footer .large-text {
	font-size: 32px;
	font-family: 'Roboto Slab', 'roboto', arial, serif;
	margin-top: 12px; 
}

footer.page-footer .footer-copyright {
	min-height: 50px;
	height: initial;
}

footer.page-footer a {
	color: #fff;
	font-size: 20px;
}

footer.page-footer a:hover {
	color: #ef494a;
}

.footer-icons i {
	font-size: 2em;
	padding-right: 15px;
}

.light-text {
	font-weight: 200;
}

.footer-icons i:hover {
	color: #ef494a;
}
footer ul#menu-quick-links a {
	margin-top: 20px;
	font-size: 28px;
	font-weight: 300;
	line-height: 36px;	
}

footer.page-footer .footer-copyright {
	background-color: #ef494a;
	text-align: center;
	font-weight: 400;
	font-size: 0.75em;
}

.page-template-page-about h3 {
    text-transform: uppercase;
}

.cycle-slideshow{overflow:hidden;}

.info-box-bg{min-height:100%}




@media only screen  and (max-width : 993px) {
.home-slider{display:none!important}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.safe-node-area-template-default img, 
.single-safe-node-area img,
.single-post img {
	height: 100%;
}
.page-template-page-contact-php iframe {
	width: 100%;
    max-width: 400px;
}
@media screen and (max-width: 650px) {
	.safe-node-area-template-default p iframe, 
	.single-safe-node-area p iframe,
	.single-post p iframe {
		width: 100%;
	}
	.article-listing .valign-wrapper {
		flex-direction: column;
	}
}
