/** fonts - did webfonts from otf files */
@font-face {
    font-family: 'ITC Mendoza Roman Std Book';
    src: url('../fonts/MendozaRomanStd-Book.woff2') format('woff2'),
        url('../fonts/MendozaRomanStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hackney Vector';
    src: url('../fonts/Hackney-Vector.woff2') format('woff2'),
        url('../fonts/Hackney-Vector.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'F37 Beckett';
    src: url('../fonts/F37Beckett-ExtraBold.woff2') format('woff2'),
        url('../fonts/F37Beckett-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/* end of fonts */
html {overflow-x: hidden;}
body {
	font-family: 'ITC Mendoza Roman Std Book';
	font-size: 15px;
	line-height: 1.65;
	color: #000000;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'F37 Beckett';
	color: #1C355E;
}

a{ color: #5C44CC;}
a:hover, a:focus, a:active { outline: 0;}

.alignfull {
	margin: 0px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    /*padding-top: 25px;*/
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page {
	/*max-width: 1440px;*/
	margin: 0 auto;
}

#wrapper-navbar {
	background-color: #F7F7F7;
	box-shadow: 0 2px 4px 0 #D9C3C3;
}

body:not(.home):not(.page-template-connect) #wrapper-navbar {
	background-color: #F27A6E;
	box-shadow: none;
}

.navbar .navbar-nav .nav-link {
  color: #1C355E;
  font-family: "F37 Beckett";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23px;
}
.navbar-brand img { max-height: 97px; width: auto;}
@media screen and (min-width: 992px){
	
	.navbar .navbar-nav .nav-link {
	    padding-right: 1.6rem;
	    padding-left: 1.6rem;
	}
	.navbar .navbar-nav .nav-item:last-child .nav-link{ padding-right: 0; }
	.navbar { padding-top: 0; padding-bottom: 0;}
}

.hide { display: none; }

#single-wrapper, #full-width-page-wrapper { padding-bottom: 0; }

.hero-title {
	font-size: 6.38rem;
	line-height: 7.7rem;
	margin-bottom: 2rem;
	color: #FF77D2;
}

@media screen and (min-width: 767px) {
.page-template-connect #connectpage-hero .hero-title {
	font-size: 7.1875rem;
    line-height: 8.75rem;
    color: #1C355E;
}
	
}
.hero-description {
	font-size: 1.625rem;
	line-height: 2.25rem;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

/*.home #homepage-hero { max-height: 570px; overflow: hidden;}*/

.home #homepage-hero.has-video { height: 40vw; max-height: 570px; overflow: hidden; min-height: 200px;}
.page-template-connect #connectpage-hero.has-video { height: 40vw; max-height: 570px; overflow: hidden; min-height: 200px;}

#homepage-hero,#innerpage-hero,#connectpage-hero {
	position: relative;
	margin-top: 0;

}
#homepage-hero .herobackgroundimg, 
#connectpage-hero .herobackgroundimg, 
#innerpage-hero .herobackgroundimg {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

#homepage-hero .hero__inner,#innerpage-hero .hero__inner,#connectpage-hero .hero__inner {
	line-height: 1;
}

#homepage-hero .hero__inner,#connectpage-hero .hero__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #FFFFFF;
	line-height: 1;
	z-index: 6;
}

#homepage-hero .hero__inner .row .container,#connectpage-hero .hero__inner .row .container {
	display: table;
}

#homepage-hero .hero__inner .row .container header,#connectpage-hero .hero__inner .row .container header {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#homepage-hero .hero__inner header a,#connectpage-hero .hero__inner header a  {
  color: #FFFFFF;
  font-family: 'F37 Beckett';
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.hero__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;

	display: none;
}

.home #homepage-hero.has-video .hero__overlay,.page-template-connect #connectpage-hero.has-video .hero__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	display: block;
	z-index: 5;
}
.page-template-connect #connectpage-hero.has-video .hero__overlay { background-color: #82AFFB; }

#connectpage-hero .hero__inner header a.btn1, 
#connectpage-hero .hero__inner header a.btn2 { 
	min-width: unset; 
	margin: 10px 30px; 
	font-size: 16px; 
	line-height: 20px; 
}

#connectpage-hero .btn1 { background-color: #5C44CC; }
#connectpage-hero .btn2 { background-color: #F27A6E; }
#connectpage-hero .btn1:hover,
#connectpage-hero .btn2:hover,
#connectpage-hero .btn1:focus,
#connectpage-hero .btn2:focus {
	background-color: #1C355E;
}

#intro-section h2 {
	margin-bottom: 20px;
}

#intro-section .hover-boxes { padding: 0; margin: 0; list-style-type: none; text-align: right;}
#intro-section .hover-boxes li { display: inline-block; margin: 0 -3.1px; padding: 0;}
#intro-section .hover-boxes li a { display: block; position: relative; transition: all 0.25s ease-in-out; overflow: hidden;}
#intro-section .hover-boxes li a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(242,122,110,0.9);
	transition: all 0.25s ease-in-out;
	visibility: hidden;
	left: 0;
	top: 0;
	opacity: 0;
}

#intro-section .hover-boxes li a:hover:after { visibility: visible; opacity: 1;}
#intro-section .hover-boxes li a span {
	position: absolute;
	bottom: -90px;
	visibility: hidden;
	transition: all 0.25s ease-in-out;
	color: #FFFFFF;
	font-family: 'Hackney Vector';
	font-size: 72px;
  	letter-spacing: 1.16px;
  	line-height: 64px;
	left: 0;
	z-index: 99;
	opacity: 0;
}

#intro-section .hover-boxes li a:hover span { visibility: visible; opacity: 1; bottom: 0;}

#intro-section { 
	background: url(../img/homepage-bluew35pc.png) no-repeat left bottom; 
	z-index: 4; 
	background-size: contain;
	position: relative;
	padding-bottom: 0;
	padding-top: 70px;
}
/* Featured Section on HP */

#featured-section { 
	background-color: #F7F7F7; 
	padding-top: 240px; 
	padding-bottom: 80px; 
	margin-top: -120px;
	z-index: 3;
	position: relative;
}

#featured-section .left-column,
#featured-section .right-column { z-index: 5;}

.featured-sec-img {
	box-shadow: 0 4px 14px 0 rgba(28,53,94,0.3);
	max-height: 395px;
	width: auto;
	max-width: 100%;
	margin-bottom: 40px;
}

h2{
  color: #1C355E;
  font-family: 'F37 Beckett';
  font-size: 54px;
  letter-spacing: 0;
  line-height: 64px;
  margin-bottom: 30px;
}

.btnwrap { display: block; margin-top: 40px;}

@media screen and (min-width: 768px) {
	#featured-section .right-column { padding-top: 250px;}
}

.btn, .tml-button,
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
	min-width: 170px;
	padding: 16px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'F37 Beckett';
	border: none;
	border-radius: 0.5px;
	font-size: 1rem;
	line-height: 1.25;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 16px !important;
}

.btn:hover,.btn:active,.btn:focus { outline: none; box-shadow: none;}

.btn-outline, .tml-button/*,
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit]*/ {
	border: solid 1.25px #5C44CC;
	background: transparent;
	color: #5C44CC;
}

.resource-wrap .gform_wrapper .gform_footer { text-align: center;}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active,
.tml-button:hover, .tml-button:focus, .tml-button:active/*,
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:focus,
.gform_wrapper .gform_footer input.button:active, 
.gform_wrapper .gform_footer input[type=submit]:active, 
.gform_wrapper .gform_page_footer input.button:active, 
.gform_wrapper .gform_page_footer input[type=submit]:active*/ { background-color: #5C44CC; color: #FFFFFF;}

#featured-section:after {
    content: "Welcome";
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    font-family: 'Hackney Vector';
    font-size: 30rem;
    z-index: 0;
    line-height: 0.75;
}

/* home page signup form */
#signup-section { padding-bottom: 90px;}
/*.signup-formwrap {
	border: solid 2px #F27A6E;
}*/

.gform_wrapper form {
	border: solid 2px #F27A6E;
}

.gform_wrapper form.noborder {
	border: none;
}

@media screen and (min-width: 768px) {
	/*.signup-formwrap*/
	.gform_wrapper form:not(.noborder) {
		padding: 60px;
	}
}

.gform_wrapper ::-webkit-input-placeholder {
    color: #1C355E;  }

.gform_wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #1C355E;  }

.gform_wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #1C355E;  }

.gform_wrapper :-ms-input-placeholder {
    color: #1C355E;  }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea {
	background: transparent;
	border: none;
	border-bottom: solid 1px #D9C3C3;
	border-radius: 0;
	padding: 8px 10px !important;
	color: #1C355E;
}

.gform_wrapper select { 
	padding: 10px 15px !important;
    border: solid 1px #D9C3C3;
	border-radius: 0;
	color: #1C355E;
}

.gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
	margin-top: 0;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_gecko ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_ie ul.gfield_checkbox li input[type=checkbox]/*,
.gform_wrapper.gf_browser_gecko ul.gfield_checkbox li input[type=checkbox]*/{
	width: 30px !important;
	height: 30px !important;
	border: solid 1px #979797 !important;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	-webkit-appearance: unset;
	margin-right: 0.5rem;
	min-width: 30px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input:focus, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]:focus, 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]:focus,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:focus,
.gform_wrapper.gf_browser_gecko ul.gfield_checkbox li input[type=checkbox]:focus,
.gform_wrapper.gf_browser_ie ul.gfield_checkbox li input[type=checkbox]:focus {
	box-shadow: none;
	border: solid 1px #979797 !important;
	outline: none;
}

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] { border-radius: 15px;}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]:checked, 
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked,
.gform_wrapper .ginput_container_consent input[type=checkbox]:checked,
.gform_wrapper .gfield_radio input[type="radio"]:checked, 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]:checked {
	background: #F27A6E;
	position: relative;
	border-color: #F27A6E !important;
}

.gform_wrapper .gfield_checkbox input[type=checkbox]:checked:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "\2713";
    color: #FFFFFF;
    text-align: center;
    font-size: 1.5em;
    line-height: 1;
    font-weight: bold;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"] + label {
	/*color: #000000;
	font-size: 18px;*/
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label {
	font-weight: normal;
}

.gform_wrapper input[type="radio"] + label:before {
	border-color: #979797 !important;
}

.gform_wrapper .gfield_radio input[type="radio"]:checked + label, 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]:checked + label{
	font-weight: normal;
}

/*.signup-formwrap .gform_wrapper .gform_footer input.button, 
.signup-formwrap .gform_wrapper .gform_footer input[type=submit], 
.signup-formwrap .gform_wrapper .gform_page_footer input.button, 
.signup-formwrap .gform_wrapper .gform_page_footer input[type=submit] {
	background-color: #F4796B; color: #FFFFFF; border: none;
}*/

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
	background-color: #F4796B; color: #FFFFFF; border: none;
}

/*.signup-formwrap .gform_wrapper .gform_footer input.button:hover, 
.signup-formwrap .gform_wrapper .gform_footer input[type=submit]:hover, 
.signup-formwrap .gform_wrapper .gform_page_footer input.button:hover, 
.signup-formwrap .gform_wrapper .gform_page_footer input[type=submit]:hover,
.signup-formwrap .gform_wrapper .gform_footer input.button:focus, 
.signup-formwrap .gform_wrapper .gform_footer input[type=submit]:focus, 
.signup-formwrap .gform_wrapper .gform_page_footer input.button:focus, 
.signup-formwrap .gform_wrapper .gform_page_footer input[type=submit]:focus,
.signup-formwrap .gform_wrapper .gform_footer input.button:active, 
.signup-formwrap .gform_wrapper .gform_footer input[type=submit]:active, 
.signup-formwrap .gform_wrapper .gform_page_footer input.button:active, 
.signup-formwrap .gform_wrapper .gform_page_footer input[type=submit]:active {
	background-color: #1C355E;
	outline: none;
	border: none;
}*/

.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:focus,
.gform_wrapper .gform_footer input.button:active, 
.gform_wrapper .gform_footer input[type=submit]:active, 
.gform_wrapper .gform_page_footer input.button:active, 
.gform_wrapper .gform_page_footer input[type=submit]:active {
	background-color: #1C355E;
	outline: none;
	border: none;
}

/*.signup-formwrap */.gform_wrapper ul.gform_fields li.gfield { margin-bottom: 40px;}
@media screen and (min-width: 768px) {
	.signup-formwrap .gform_wrapper ul.gform_fields li.gfield:last-child { width: 65%; }
	.signup-formwrap .gform_wrapper form { position: relative;}
	.signup-formwrap .gform_wrapper .gform_footer { 
		position: absolute; 
		right: 0px; 
		bottom: 0px; 
		width: 35%;
		text-align: right;
		padding: 0;
		margin: 0;
	}

	.signup-formwrap .gform_wrapper .gform_footer .gform_ajax_spinner { margin-right: -26px;}


}

/* testimonials carousel on HP */

.testimonials-section { padding-top: 70px; padding-bottom: 70px; }

.testimonials-section .testimonialitem { padding-left: 130px; padding-right: 130px; margin: auto;}
.testimonials-section .testimonialitem .col-md-7 { padding-left: 60px; }

/*#testimonial-section .testimonialitem h2 {
  color: #1C355E;
  font-size: 54px;
  letter-spacing: 0;
  line-height: 64px;
  margin-bottom: 20px;
}*/


.testimonials-section .testimonialitem .readmore,
#featuredblog-slider .blogitem a.understrap-read-more-link,
.box-listing .readmore,  #featuredblog-slider .readmore {
  color: #1C355E;
  font-family: 'F37 Beckett';
  font-weight: 800;
  letter-spacing: 0;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
}

#featuredblog-slider .blogitem a.understrap-read-more-link,
#featuredblog-slider .blogitem a.understrap-read-more-link:hover,
#featuredblog-slider .blogitem a.understrap-read-more-link:active,
#featuredblog-slider .blogitem a.understrap-read-more-link:focus { background-color: transparent; border: none; border-radius: 0; outline: 0; box-shadow: none; padding-left: 0; padding-right: 0; text-align: left; }

.testimonials-section .testimonialitem .readmore:after,
#featuredblog-slider .blogitem a.understrap-read-more-link:after,
.box-listing .readmore:after,  #featuredblog-slider .readmore:after{
	display: inline-block;
	width: 15px;
	height: 20px;
	background: url(../img/arrow-right-blue.png) no-repeat center center;
	background-size: contain;
	content: "";
	vertical-align: text-bottom;
	margin-left: 10px;
}

.testimonials-section .testimonialitem .testimonialimg { box-shadow: 0 4px 14px 0 rgba(92,68,204,0.3);}

/* Partners Section on HP */
#partners-section {
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #82AFFB;
	color: #FFFFFF;
}

#partners-section h4 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  width: 100%;
}

#partners-section a.partnerlink {
    text-align: center;
    margin: auto;
    border: 1px solid #FFFFFF;
    display: block;
    height: 100%;
    line-height: 87px;
}
#partners-section a.partnerlink img { vertical-align: middle;}

/* Footer */

#wrapper-footer {
	background-color: #1C355E;
	color: #82AFFB;
	padding-top: 50px;
	padding-bottom: 30px;
	font-family: 'F37 Beckett';
}

#wrapper-footer .copyright { font-size: 13px; margin-top: 30px; font-family: 'ITC Mendoza Roman Std Book';}

#wrapper-footer .social-icons { padding: 0; margin: 0; list-style-type: none;}
#wrapper-footer .social-icons li { display: block;}
#wrapper-footer .social-icons li a { font-family: 'F37 Beckett'; font-size: 15px; line-height: 16px; text-decoration: underline; color: #82AFFB; }

.footermenu { list-style-type: none; padding: 0; margin: 0;}
.footermenu li { display: inline-block;}
.footermenu li a { padding-left: 20px; padding-right: 20px; color: #82AFFB; line-height: 19px; font-size: 15px; text-transform: uppercase; text-decoration: underline; }
.footermenu li:first-child a { padding-left: 0;}

@media screen and (max-width: 767px) {
	.footermenu li { display: block; text-align: center; margin-bottom: 5px;}
}

/* inner pages - all blocks */
body:not(.home) div[id*="-wrapper"].wrapper {
    position: relative;
}
.color-block {
    position: absolute;
    top: 0;
    left: 0;
    background: #F27A6E;
    width: 100%;
    height: 150px;
}

#content h1.entry-title {
  font-size: 82px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 90px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.imagetext .wrapper, 
.centered_text .wrapper, 
.video-slider .wrapper,
.quote .wrapper,
.image_gallery .wrapper,
.related_content .wrapper {
	padding-top: 35px;
	padding-bottom: 35px;
}

.imagetext h2, 
.related_content h2, 
#featuredblog-slider .blogitem h2,
.posts-listing h2 {
  font-size: 48px;
  line-height: 60px;
}

.centered_text { font-size: 16px; line-height: 27px;}

.quote {
	background-color: #82AFFB;
	position: relative;
	padding-top: 35px;
	margin-top: 35px;
    margin-bottom: 35px;
}
.quote:after {
    content: "Women\a0of";
    position: absolute;
    bottom: 0;
    left: 0;
    color: rgba(247,247,247,0.15);
    font-family: 'Hackney Vector';
    font-size: 30rem;
    z-index: 0;
    line-height: 0.75;	
}

.quote blockquote {
  color: #FFFFFF;
  font-family: 'F37 Beckett';
  font-size: 42px;
  line-height: 56px;
  position: relative;
  z-index: 5;
}
.quote blockquote cite {
  display: block;
  color: #1C355E;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  font-style: normal;
}

.quote blockquote cite span {
	display: block;
	font-family: 'ITC Mendoza Roman Std Book';
	margin-top: 5px;
}

.quote blockquote:before {
	content: "";
	background: url(../img/quote-marks.png) no-repeat center center;
	background-size: cover;
	width: 57px;
	height: 40px;
	display: block;
	margin-bottom: 40px;
}
.video-slider a[rel="module-video-slider"],
.video-gallery a[rel="module-video-gallery"] {
	position: relative; 
	margin: auto; 
	display: inline-block;
}
.video-slider a[rel="module-video-slider"]:after,
.video-gallery a[rel="module-video-gallery"]:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(28,53,94,0.5);
    display: block;
    z-index: 1;
}

.video-slider a[rel="module-video-slider"]:before,
.video-gallery a[rel="module-video-gallery"]:before {
	content: "";
	position: absolute;
	width: 88px;
	height: 55px;
	top: 50%;
	margin-top: -27.5px;
	left: 50%;
	margin-left: -44px;
	z-index: 3;
	display: block;
	background: url(../img/play-button.png) no-repeat center center;
	background-size: cover;
}

.video-slider h2, .image_gallery h2, .video-gallery h2 { margin-bottom: 60px;}

.image_gallery a[rel="module-image_gallery"],
.video-gallery a[rel="module-video-gallery"] { margin-bottom: 30px; display: inline-block;}

.related_content .postwrap {
  border: 3px solid #5C44CC;
  background-color: #F7F7F7;
  padding: 35px;
  min-height: 430px;
  display: inline-flex;
  height: 100%;
  flex-direction: column;
  position: relative;
}

.postwrap.with-bottomsection {
	padding-bottom: 90px;
}

.postwrap .post-cat { 
	margin-bottom: 35px;
	font-size: 16px;
    color: #1C355E;
}

.postwrap.with-bottomsection .post-cat {
	margin-bottom: 0;
}

.postwrap .post-date {
  color: #5C44CC;
  font-family: "F37 Beckett";
  font-size: 11.2px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 14px;
  margin-bottom: 1rem;
}
.postwrap .post-date:before {
	content: "";
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	width: 36px;
	height: 41px;
	background: url(../img/post-dt-icon.png) no-repeat center center;
	background-size: cover;
}
.postwrap .post-title { margin-bottom: 25px;}
.postwrap .post-title a {
  color: #1C355E;
  font-family: "F37 Beckett";
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 33.6px;
  text-decoration: underline;
}
.postwrap .post-author {
  color: #1C355E;
  font-family: 'ITC Mendoza Roman Std Book';
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33.6px;
}
.postwrap .post-perma {
	position: absolute;
    bottom: 35px;
    width: calc(100% - 70px);
    text-align: right;
}
.postwrap .post-perma a,
.postwrap .press-readmore {
  color: #1C355E;
  font-family: 'F37 Beckett';
  font-weight: 800;
  letter-spacing: 0;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.postwrap .post-perma a:after,
.postwrap .press-readmore:after {
	display: inline-block;
	width: 15px;
	height: 20px;
	background: url(../img/arrow-right-blue.png) no-repeat center center;
	background-size: contain;
	content: "";
	vertical-align: text-bottom;
	margin-left: 10px;
}

.postwrap .bottomsection {
	position: absolute;
    bottom: 35px;
    width: calc(100% - 70px);
}

.posts-listing .postimgwrap {
	position: relative;
	overflow: hidden;
}
.posts-listing .postimgwrap:after {
  opacity: 0.7;
  background-color: #82AFFB;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.posts-listing .col-md-4 a {
	position: relative;
	display: block;
}

.posts-listing .col-md-4 a .postimgwrap svg {
	position: absolute;
	left: 0;
	top: 25%; 
	/*width: 100%;
	height: 100%;*/
	transition: 0.25s all ease-in-out;
}

.posts-listing .col-md-4 a .postimgwrap svg { z-index: 1; }

.posts-listing .col-md-4 a .postimgwrap svg path {
    transition: 0.25s all ease-in-out;
}
.posts-listing .col-md-4 a:hover .postimgwrap svg {
	top: 180px;
	transition: 0.25s all ease-in-out;
}

.posts-listing .col-md-4 a:hover .postimgwrap svg path {
  	d: path("M0,30.4V270h363c0,0,0-96.1,0-106.3S109.9-79.2,0,30.4z");
  	transition: 0.25s all ease-in-out;
}

/*.posts-listing .col-md-4 a .animateshape {
	position: absolute;
	left: 0;
	bottom: 0; 
	width: 100%;
	height: 100%;
}
.posts-listing .col-md-4 a .animateshape {
	-webkit-mask:url('data:image/svg+xml;utf8,<svg width="281" height="50" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 281 50"> <g>  <title>Layer 1</title>  <rect id="svg_2" height="50" width="281" y="0" x="0" opacity="1" fill-opacity="1" stroke-opacity="null" stroke-dasharray="null" stroke-width="0" stroke="#000" fill="#5c44cc"/> </g></svg>') center/contain no-repeat;
	mask:url('data:image/svg+xml;utf8,<svg width="281" height="50" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 281 50"> <g>  <title>Layer 1</title>  <rect id="svg_2" height="50" width="281" y="0" x="0" opacity="1" fill-opacity="1" stroke-opacity="null" stroke-dasharray="null" stroke-width="0" stroke="#000" fill="#5c44cc"/> </g></svg>') center/contain no-repeat;



	transition: 0.5s all ease-in-out;
	
}
.posts-listing .col-md-4 a:hover .animateshape {
	-webkit-mask:url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 363 270" style="enable-background:new 0 0 363 270;" xml:space="preserve"><style type="text/css">	.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#5C44CC;}</style><g id="Clip-2"></g><path class="st0" d="M0,30.4V270h363c0,0,0-96.1,0-106.3S109.9-79.2,0,30.4z"/></svg>') center/contain no-repeat;
	mask:url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 363 270" style="enable-background:new 0 0 363 270;" xml:space="preserve"><style type="text/css">	.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#5C44CC;}</style><g id="Clip-2"></g><path class="st0" d="M0,30.4V270h363c0,0,0-96.1,0-106.3S109.9-79.2,0,30.4z"/></svg>') center/contain no-repeat;
}
*/
.posts-listing .col-md-4 a .postimgwrap img.wp-post-image { height: 450px; object-fit: cover; width: 100%; }
.posts-listing a .post-title {
	max-width: 280px;
	position: absolute;
	bottom: 25%;
	height: 50px;
	/*background-color: #5C44CC;*/
	color: #FFFFFF;
	font-family: "F37 Beckett";
	font-size: 24px;
  	letter-spacing: 0;
  	line-height: 30px;
  	overflow: visible;
  	padding-left: 25px;
  	z-index: 2;
}

.posts-listing .readmore { visibility: hidden; transition: 0.5s all ease-in-out; opacity: 0;
	position: absolute;
	bottom: 30px;
	right: 20px;
 }
.posts-listing .col-md-4 a:hover .readmore { visibility: visible; opacity: 1; }

.posts-listing .readmore {
	color: #FFFFFF;
	font-family: "F37 Beckett";
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	z-index: 1;
}

.posts-listing .readmore:after {
	display: inline-block;
	width: 15px;
	height: 20px;
	background: url(../img/arrow-right-white.png) no-repeat center center;
	background-size: contain;
	content: "";
	vertical-align: text-bottom;
	margin-left: 10px;
}


#featuredblog-slider { background-color: #f7f7f7; margin-top: -70px; padding-top: 160px; padding-bottom: 70px; }

.posts-listing .facetwp-type-dropdown {
	/*width: 32.375%;
    margin-right: 1.385%;*/
    width: 49%;
    margin-right: 2%;
    display: inline-block;
}

.posts-listing .facetwp-type-dropdown.facetwp-facet-date { margin-right: 0; }
.posts-listing .facetwp-type-dropdown .facetwp-dropdown,
.posts-listing .facetwp-type-search input.facetwp-search {
	width: 100%;
	border: solid 1px #F27A6E;
	color: #1C355E;
	font-size: 14px;
	line-height: 17px;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.posts-listing .facetwp-type-search .facetwp-input-wrap { display: block; }
.posts-listing .facetwp-type-search { display: block; width: 100%; }
.posts-listing .results {
	margin-top: 90px;
}

.posts-listing { padding-top: 120px; }

.posts-listing .facetwp-pager {
	text-align: center;
	margin-top: 50px;
}

.posts-listing .facetwp-pager .facetwp-page {
  font-family: "F37 Beckett";
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
  color: #999999;
}

.posts-listing .facetwp-pager .facetwp-page.active {
	color: #5C44CC;
}

.posts-listing .facetwp-pager .facetwp-page.next,
.posts-listing .facetwp-pager .facetwp-page.prev {
	text-indent: -999999px;
	width: 33px;
    margin-left: 20px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.posts-listing .facetwp-pager .facetwp-page.next{
	background-image: url(../img/next.png);
}

.posts-listing .facetwp-pager .facetwp-page.prev{
	background-image: url(../img/prev.png);
}

.shop-cta-button.alignfull { background-color: #F7F7F7; }

.accordion .card {
	border-radius: 0;
	margin-bottom: 5px;
}
.accordion .card-header {
	border-radius: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
.accordion .card-header .btn {
	text-transform: unset;
	padding: .75rem 1.25rem;
	font-size: 18px;
	min-width: unset;
	text-align: left;
	color: #5C44CC;
	display: block;
	width: 100%;
    border-radius: 0;
}

.single .right {
	font-size: 16px;
	line-height: 27px;
}

.single .byline {
  color: #1C355E;
  font-family: 'F37 Beckett';
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  padding-bottom: 45px;
}

.single .byline:before,
.single-team .social-icons:before {
	content: "";
	width: 50%;
	height: 1px;
	display: block;
	background-color: #1C355E;
	margin-bottom: 45px;
}

.single .related_content {
	padding-top: 90px;
	padding-bottom: 90px;
}

.single .left .pull-quote {
	border: 5px solid #82AFFB;
	color: #1C355E;
  font-family: 'F37 Beckett';
  font-size: 38px;
  letter-spacing: 0;
  line-height: 62px;
  padding: 40px 40px 180px 40px;
  margin-top: 250px;
  margin-bottom: 250px;
  position: relative;
}

.single .left .pull-quote:before {
    content: open-quote;
    display: block;
    color: #F27A6E;
    font-family: 'Hackney Vector';
    font-size: 300px;
    letter-spacing: 0;
    line-height: 25px;
    margin-top: 80px;
    margin-left: -10px;
}

.single .left .pull-quote:after {
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    background: #ffffff url(../img/big-quote-corner.jpg) no-repeat;
    background-size: 100%;
    right: -5px;
    bottom: -5px;
    border-left: solid 5px #82AFFB;
    border-top: solid 5px #82AFFB;
}

/* drop down menu */

.navbar-nav .dropdown-menu {
	background-color: #1C355E;
	border-radius: 0;
	border: none;
}

.navbar-nav .dropdown-menu .dropdown-item {
	color: #FFFFFF;
	font-family: "F37 Beckett";
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:active {
	color: #82AFFB;
	background-color: transparent;
}

.press-contact-section { padding-bottom: 30px; }
.press-contact-section .name { font-family: "F37 Beckett"; color: #1C355E; }

/*about page*/
.aboutimages img {
    max-width: 32.5%;
}
.team-listing a:hover, 
.team-listing a:active, 
.team-listing a:focus { text-decoration: none; }

.team-listing .team-title { font-family: "F37 Beckett"; color: #1C355E; }
.team-listing .team-position { color: #1C355E; }
.team-listing, .box-listing { padding-top: 60px; padding-bottom: 60px; }

.box-listing .box-row { margin-bottom: 60px; position: relative; }

.box-listing .box-row:before {
	content: "";
	background-color: #F7F7F7;
	width: 70%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

/*.box-listing .box-row:nth-child(odd):before {
	left: auto;
	right: 0;
}*/

/* team single page */
.single-team .social-icons { }
.single-team .content-area .social-icons a{
	display: inline-block;
	margin: 0 8px;
	text-indent: -99999px;
	width: 48px;
	height: 48px;
	background-color: #ABABAB;
	border-radius: 50%;
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: center center;
}
.single-team .content-area .social-icons a:first-child { margin-left: 0; }

.single-team .content-area .social-icons a.facebook {
	background-image: url(../img/facebook-32.png);
}

.single-team .content-area .social-icons a.twitter {
	background-image: url(../img/twitter-32.png);
}

.single-team .content-area .social-icons a.linkedin {
	background-image: url(../img/linkedin-32.png);
}

.single-team .content-area .social-icons a.instagram {
	background-image: url(../img/instagram-32.png);
}

.single-team .position {
    font-size: 22px;
    font-family: 'F37 Beckett';
    color: #1C355E;
}

/* theme my login related styling for wp admin */
body.tml-action-login .tml.tml-login {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

body.tml-action-login .tml.tml-login .tml-field-wrap.tml-submit-wrap { text-align: center; }

body.tml-action-login .tml.tml-login .tml-links { padding: 0; margin: 0; text-align: right; list-style-type: none; }

.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active { border: none; outline: none;}
.navbar .navbar-toggler .navbar-toggler-icon {
	background-image: url(../img/menu-hamburger.svg) !important;
	width: 24px;
	height: 24px;
}

.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url(../img/menu-close.svg) !important;
}

#search-wrapper article h3 {
  font-size: 32px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

#search-wrapper article { margin-bottom: 35px; }

#search-wrapper .page-header .page-title {
  color: #1C355E;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 90px;
  margin-top: 50px;
  margin-bottom: 50px;
}

ul.pagination {
    place-content: center;
}

ul.pagination .page-item { border: none; }
ul.pagination .page-item .page-link {
  font-family: "F37 Beckett";
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
  color: #999999;
  border: none;
}

ul.pagination .page-item.active .page-link,
ul.pagination .page-item .page-link:hover,
ul.pagination .page-item .page-link:active,
ul.pagination .page-item .page-link:focus {
	color: #5C44CC;
	background-color: transparent;
	box-shadow: none;
	outline: none;
}

ul.pagination .page-item .page-link.next,
ul.pagination .page-item .page-link.prev {
	text-indent: -999999px;
	width: 33px;
    margin-left: 20px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

ul.pagination .page-item .page-link.next{
	background-image: url(../img/next.png);
}

ul.pagination .page-item .page-link.prev{
	background-image: url(../img/prev.png);
}


ul.pagination .page-item:last-child .page-link,
ul.pagination .page-item:first-child .page-link {
	border-radius: 0;
	border: none;
}

/* search */
/*
.search-form {
display: inline-block;
}

.search-field {
background-color: transparent;
background-image: url(../img/icon-search.svg);
background-position: 99% center;
background-repeat: no-repeat;
background-size: 24px 24px;
border: none;
cursor: pointer;
height: 37px;
margin: 3px 0;
padding: 0 34px 0 0;
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
transition: width 400ms ease, background 400ms ease;
width: 0;
}

.search-field:focus {
background-color: #fff;
border: 2px solid #c3c0ab;
cursor: text;
outline: 0;
width: 230px;
}
.search-form
.search-submit {
display:none;
}*/
.header__search-wrap {
    overflow: hidden;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 15;
}
.header__btn-search {
    background-color: transparent;
    border: none;
    
    background: url("../img/icon-search.svg") no-repeat;
    background-size: contain;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    outline: none;
}
.search-active .header__btn-search {
    
    background: url("../img/menu-close-blue.svg") no-repeat center center;
    background-size: 20px;
}

.header__btn-search {
    width: 26px;
    height: 26px;
}

.header__btn-search:active,
.header__btn-search:focus,
.header__btn-search:hover { outline: none; border: none; border-radius: 0; }
.header__search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*position: absolute;
    right: 170px;*/
}
.login-link { transition: all 0.25s ease-in-out; margin-right: 25px; font-size: 14px; color: #1C355E; }
.header__search-wrap.search-active .login-link {
    margin-right: 30px;
}
.header__search-wrap.search-active .header__btn-search {
    
}
.header__search-wrap.search-active .header__form {
    width: 270px;
}
.header__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border: 1px solid transparent;
    width: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.header__form input[type="search"] {
	background: transparent;
	color: #1C355E;
	font-size: 14px;
	border: none;
	border-radius: 0;
	border-bottom: solid 1px #1C355E;
	width: calc(100% - 76px);
}

.header__form input[type="search"]:hover,
.header__form input[type="search"]:active,
.header__form input[type="search"]:focus {
	outline: none;
	border: none;
	border-radius: 0;
	border-bottom: solid 1px #1C355E;
}

.header__form input[type="submit"] {
	border: none;
	background: none;
	border-radius: 0;
	width: 70px;
	text-transform: uppercase;
	font-family: 'F37 Beckett';
	color: #1C355E;
	font-size: 16px;
	text-decoration: underline;
}

body:not(.home) .header__form input[type="submit"] { color: #FFFFFF; }

.header__search-wrap ::-webkit-input-placeholder {
    color: #1C355E; font-size: 14px; font-style: italic;  }

.header__search-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: #1C355E; font-size: 14px; font-style: italic;  }

.header__search-wrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: #1C355E; font-size: 14px; font-style: italic;  }

.header__search-wrap :-ms-input-placeholder {
    color: #1C355E; font-size: 14px; font-style: italic;  }

@media screen and (max-width: 991px) {
	.header__search-wrap { display: block; }
	.header__form { width: auto; }
	.header__btn-search { display: none; }

	.align-toggler-right { text-align-last: justify; }
}

/* end of search */


/* connect page */
.groups-cards {
	padding-top: 90px;
	padding-bottom: 90px;
}

.groups-cards .group-card-wrap {	
  border: 3px solid #5C44CC;
  padding: 35px;
  min-height: 430px;
  display: inline-flex;
  height: 100%;
  flex-direction: column;
  position: relative;
  padding-bottom: 90px;
  color: #1C355E;
    /*font-size: 15px;
    line-height: 20px;*/
}

.groups-cards .group-card-wrap .title-link {
  color: #1C355E;
  font-family: "F37 Beckett";
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 33.6px;
  text-decoration: underline;
  margin-bottom: 30px;
}

.groups-cards .group-card-wrap .button-link {
	position: absolute;
    bottom: 35px;
    width: calc(100% - 70px);
    text-align: right;

  color: #1C355E;
  font-family: 'F37 Beckett';
  font-weight: 800;
  letter-spacing: 0;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.groups-cards .group-card-wrap .button-link:after {
	display: inline-block;
	width: 15px;
	height: 20px;
	background: url(../img/arrow-right-blue.png) no-repeat center center;
	background-size: contain;
	content: "";
	vertical-align: text-bottom;
	margin-left: 10px;
}

#guidelines-section-wrapper {
    background: url(../img/homepage-bluew35pc.png) no-repeat left bottom #F7F7F7;
    z-index: 4;
    background-size: contain;
    position: relative;
    padding-bottom: 90px;
    padding-top: 90px;
    /*font-size: 16px;
    line-height: 27px;*/
}

@media screen and (max-width: 1199px) {
	.press-contact-section .title {
	    font-size: 0.9rem;
	    /*word-break: break-all;*/
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar .navbar-nav .nav-link {
	    padding-right: 1rem;
	    padding-left: 1rem;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.press-contact-section .title a { /*display: block;*/}
	.footermenu li a { padding-left: 10px; padding-right: 10px;}
	.footermenu li:first-child a { padding-left: 0;}
	.hero-title {
	    font-size: 4rem;
    	line-height: 4.5rem;
	    margin-bottom: 0.75rem;
	}
}

@media screen and (max-width: 767px) {
	.navbar-brand img { max-height: 65px; width: auto; }

	.hero-title {
	    font-size: 2.5rem;
    	line-height: 2.75rem;
	    margin-bottom: 0.75rem;
	}

	.testimonials-section .testimonialitem { padding-left: 0; padding-right: 0;}
	.testimonials-section .testimonialitem .col-md-7 { padding-left: 15px; }
	.testimonials-section .testimonialitem h2 { margin-top: 40px;}

	.testimonials-section .navarrows { top: auto; width: calc(100% - 30px); margin-top: 0; }

	.navarrows .prev.slick-arrow, .navarrows .next.slick-arrow { 
		width: 40px; 
		height: 40px; 
		margin-left: 10px;
		margin-right: 10px;
	}

	#partners-section a.partnerlink { border: none;}

	#featured-section .left-column { margin-bottom: 30px;}

	/*.signup-formwrap*/.gform_wrapper form {
	    padding: 15px;
	}

	#partners-section a.partnerlink img { max-width: 220px; height: auto; }
}

/* ADJUSTMENTS ON BIBLE STUDIES PAGE */
.page-id-368 #module-2 h2, .page-id-368 #module-6 h2{ margin-top: 40px; margin-bottom:0; }
@media screen and (min-width: 768px){
	.page-id-368 .offset-md-2{ margin-left:0!important; }
	.page-id-368 header .col-md-6{ max-width:none; flex: 0 0 90%; }
}

/* ADJUSTMENTS TO IFRAMES ON EYES TO SEE PAGE */
.page-id-566 iframe{ width: 100%; max-width: 640px;}

/* ADJUSTMENTS TO FIX FLOATING ISSUE ON OLD PRESS TEMP */
.press-template-default .container{ clear:both; }

/* ADJUSTMENTS TO MAKE FORMS CENTER  */

.acf-form-submit{ text-align:center; }
.gform_wrapper form { text-align: center !important; }

/* ADJUSTMENTS TO FEATURED POSTS ON BLOG PAGE */
.page-template-bloglandingpage #featuredblog-slider a{ color: #1c355e; }

.has-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
}
    @media (min-aspect-ratio: 16/9) {
    .has-video iframe {	
      height: 56.25vw
    }
}

    @media (max-aspect-ratio: 16/9) {
    .has-video iframe {
      width: 177.78vh
    }
    }
