/*
Theme Name: 180 Marketing Custom Theme for Gutenberg
Theme URI: http://wordpress.org/
Description: Custom theme, hand crafted perfection.
Author: 180 Marketing
Version: 1.5
Tags: blank
Text Domain: blanktheme
*/

/*	Global Colours
Peach: #fae9cc;
Pink: #ed3c6f;
Navy: #1e4569;
Orange: #ffa626;
Aqua: #5bc5c5;
*/

/* Reset All */

@font-face {
  font-family: bobbyjones;
  src:url("font/3daa42f6-3540-4864-89fa-ec8b57694dcd.woff2") format("woff2"),url("font/6b284005-583f-495e-8553-7b0f582bc976.woff") format("woff");
}


* {
	margin: 0px;
	padding: 0px;
}

.main,
.white-popup-block,
.row .column,
.row .columns {
	font-family: calibri, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: left;
	font-size: 17px;
	line-height: 22px;
	color: #767676;
}

a img {
	border: none;
}

/* Basic Content Styles */
h1, 
h2, 
h3 {
	font-weight: normal;
}

h1 {
	margin-bottom: 30px;
	font-size: 50px;
	line-height: 60px;
	color: #1e4569;
	font-family: bobbyjones;
}
h2 {
	margin-bottom: 30px;
	font-size: 50px;
	line-height: 60px;
	color: #1e4569;
	text-transform: uppercase;
	font-weight: 700;
}

h3 {
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 50px;
	color: #ffa626;
	text-transform: uppercase;
	font-weight: 700;
}

.ctaCarousel .item h3,
.slide h2 {
	font-family: bobbyjones;
}

.ctaCarousel .item h3 {
	font-size: 30px;
	line-height: 35px;
}

h4 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	font-style: italic;
	color: #5bc5c5;
	margin-bottom: 15px;
}

h5 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 25px;
	color: #1e4569;
	text-transform: uppercase;
	font-weight: 700;
}

p, 
.main ul, 
.main ol, 
table {
	margin-bottom: 25px;
}

.main ul li,
.main ol li {
	
}

.main ul {
	padding-left: 15px;	
}

.main ol {
	padding-left: 20px;	
}

a {
	color: #ffa626;	
}

a:hover {
	text-decoration: none;	
	color: #1e4569;
}

ul.block-grid {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

strong {
	font-weight: 700;
}

/* End Content Styles */

.topNav {
	background-color: #fae9cc;
	padding: 10px 0;
}

header .row,
footer .row {
	max-width: 1450px !important;
}

.mainNav {
	padding: 15px 0;
}

.mainNav .large-2 svg {
	max-width: 200px;
}

.mainNav .large-10 {
	padding-top: 15px;
}

.topNav .row div {
	float: right;
}

.topNav .row div a {
	text-decoration: none;
	color: #1e4569;
	font-weight: 700;
}

.topNav .row div a:hover {
	color: #ffa626;
}

.topNav .row div.quickLink {
	padding-right: 50px;
}

.topNav .row div.quickLink a {
	margin-left: 30px;
}

.topNav .row div.quickLink a i {
	color: #5bc5c5;
}

.topNav .row div.social a {
	margin-left: 8px;
	font-size: 20px;
}



/* =Menu
-------------------------------------------------------------- */
nav {
	background: transparent;
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 9999;
	min-height: 42px;
	height: auto !important;
	height: 42px;
	*zoom: 1;
	text-align: right;
}

nav li {
	display: inline-block;
	position: relative;
	list-style: none;
}

nav a {
	color: #1e4569;
	display: block;
	line-height: 42px;
	padding: 0 16px;
	font-size: 18px;
	text-decoration: none;
	font-weight: 700;
}

nav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	padding: 5px;
	background-color: #eaf6f6;
	text-align: left;
	border-radius: 0px;
}
nav ul ul ul {
	left: 100%;
	top: -5px;
	background-color: #1e4569;
}


nav ul li:hover > ul {
	display: block;
}

nav ul ul a {
	padding: 5px 10px;
	font-size: 15px;
	line-height: 17px;
	min-width: 170px;
}

nav ul ul ul a {
	color: #fff;
}

nav li:hover > a,
nav ul li.current_page_item > a,
nav ul li.current-menu-ancestor > a,
nav ul li.current-menu-item > a,
nav ul li.current-menu-parent > a,
* html nav ul li.current_page_item a,
* html nav ul li.current-menu-ancestor a,
* html nav ul li.current-menu-item a,
* html nav ul li.current-menu-parent a,
* html nav ul li a:hover {
	color: #ffa626;
}

ul ul .menu-item-has-children {
	width: 175px;
}

nav a.menu-link {
   display:  none;
   background: #1e4569;
   padding-top: 6px;
   padding-bottom: 35px;
   height: 42px;
   line-height: 33px;
   text-transform: uppercase;
   width: 100%;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   text-align: left;
   font-size: 15px;
   padding-left: 15px;
}

.menu:before,
.menu:after {
    content: " "; 
    display: table; 
}

.menu:after {
    clear: both;
}

.menu-link:after {
	content: url( images/menu.png );
	right: 20px;
	top: 6px;
	position: absolute;
}

#menu-item-28 a {
	font-family: rubik, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 40px;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	background-color: #ffa626;
}

#menu-item-28 a:hover {
	background-color: #1e4569;
}

.slideshow {
	background-color: #5bc5c5;
	position: relative;
}

.slideshow img.slideWave {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999999;
}

.slideshow .slide {
	width: 100%;
	height: 640px;
	background-size: cover;
	background-position: right center;
}

.slideshow .slide .text {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 50%;
	padding: 100px 240px 100px 80px;
	background-size: cover;
	background-position: right center;
	color: #fff;
}

.slideshow .slide .text h2,
.slideshow .slide .text h3,
.slideshow .slide .text h4,
.slideshow .slide .text p,
.slideshow .slide .text a {
	color: #fff;
}

.slideshow .slide .text.Aqua {
	background-image: url(images/slider-wave-blue.png);
}

.slideshow .slide .text.Navy {
	background-image: url(images/slider-wave-navy.png);
}
.slideshow .slide .text.Orange {
	background-image: url(images/slider-wave-orange.png);
}
.slideshow .slide .text.Pink {
	background-image: url(images/slider-wave-pink.png);
}

.slideshow .slide .text h2 {
	font-size: 70px;
	line-height: 80px;
}

.slideshow .slide .text.Navy a.button,
.slideshow .slide .text.Aqua a.button:hover {
	background-color: #ffa626;
}

.slideshow .slide .text.Navy a.button:hover {
	background-color: #5bc5c5;
}

.cycle-prev,
.cycle-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999999;
	color: #fff;
	font-size: 60px;
	text-shadow: 0 0 5px #1e4569;
}

.cycle-prev {
	left: 10px;
}

.cycle-next {
	right: 10px;
}

.cycle-prev:hover,
.cycle-next:hover {
	opacity: 0.6
}

.banner {
	background-color: #5bc5c5;
	width: 100%;
	position: relative;
	height: 340px;	
}

.banner .columns {
	height: 340px;
	position: relative;
}

.banner .columns h1 {
	position: absolute;
	width: 100%;
	color: #fff;
	top: 50%;
	transform: translatey(-50%);
	left: 0;
	font-size: 65px;
	line-height: 70px;
}

.banner .imgBox {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	overflow: hidden;
	width: 60%;
	height: 100%;
	top: 0;
	right: 0;
}

.banner .imgBox img {
	position: absolute;
	top: 0;
	left: -2px;
	height: 380px;
}

.titleBar h1 {
	margin-bottom: 0;
	text-align: center;
}

.titleBar h4 {
	margin-bottom: 0;
	text-align: center;
}


header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 99999999;
	border-bottom: 1px solid #eee;
}


/* =Main styles
-------------------------------------------------------------- */
.gform_button,
a.button {
	font-family: rubik, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 20px 15px 40px;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	background-color: #1e4569;
}

a.button i {
	padding-left: 30px;
}

.gform_button {
	padding: 15px 30px 15px 30px;
}


.gform_button:hover,
a.button:hover {
	background-color: #5bc5c5;
}

.white-popup-block {
    position: relative;
    background: #FFF;
    padding: 20px 20px;
    width: auto;
    margin: 20px auto;
    max-width: 600px;
}

p.dismiss {
	text-align: right;
	margin-bottom: 10px;
}

p.dismiss a {
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
}

#search-modal {
	max-width: 400px;
}

#search-modal input {
	width: 100%;
	padding: 10px 15px;
	border-radius: 20px;
	border: 1px solid #767676;
}

body.search h2 span,
body.search h3 span {
	color: #5bc5c5;
	font-family: calibri, sans-serif;
}


.mfp-bg,
.mfp-wrap {
	z-index: 999999999;
}

.fullWidth.normal {
	padding: 75px 0;
}

.fullWidth.reduced {
	padding: 50px 0;
}

.fullWidth.noTop {
	padding: 0px 0 75px;
	margin-top: -50px;
}


.fullWidth.white {
	background-color: #fff;
}
.fullWidth.aqua {
	background-color: #5bc5c5;
}
.fullWidth.navy{
	background-color: #1e4569;
}
.fullWidth.lightBlue {
	background-color: #eaf6f6;
}
.fullWidth.orange {
	background-color: #ffa626;
}
.fullWidth.pink {
	background-color: #ed3c6f;
}

.fullWidth.twoCol .row .large-6:first-of-type {
	padding-right: 50px;
}

.fullWidth.twoCol .row .large-6:last-of-type {
	padding-left: 50px;
}

.fullWidth ol {
	padding-left: 45px;
}

.fullWidth ol li {
	margin-bottom: 15px;
	position: relative;
	counter-increment: li;
	list-style: none;
}

.fullWidth ol li:before {
    position: absolute;
    content: counter(li);
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 0px;
    left: -45px;
    background-color: #ffa626;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    font-family: bobbyjones;
	font-weight: normal;
}

.fullWidth.aqua,
.fullWidth.aqua h1,
.fullWidth.aqua h2,
.fullWidth.aqua h3,
.fullWidth.aqua h4,
.fullWidth.aqua p,
.fullWidth.aqua ul,
.fullWidth.aqua ol,
.fullWidth.aqua a,
.fullWidth.navy,
.fullWidth.navy h1,
.fullWidth.navy h2,
.fullWidth.navy h3,
.fullWidth.navy h4,
.fullWidth.navy p,
.fullWidth.navy ul,
.fullWidth.navy ol,
.fullWidth.navy a,
.fullWidth.orange,
.fullWidth.orange h1,
.fullWidth.orange h2,
.fullWidth.orange h3,
.fullWidth.orange h4,
.fullWidth.orange p,
.fullWidth.orange ul,
.fullWidth.orange ol,
.fullWidth.orange a,
.fullWidth.pink,
.fullWidth.pink h1,
.fullWidth.pink h2,
.fullWidth.pink h3,
.fullWidth.pink h4,
.fullWidth.pink p,
.fullWidth.pink ul,
.fullWidth.pink ol,
.fullWidth.pink a {
	color: #fff;
}

.fullWidth.navy a.button {
	background-color: #5bc5c5;
}

.fullWidth.aqua a.button:hover,
.fullWidth.navy a.button:hover {
	background-color: #ffa626;
}

/*body.home .fullWidth.twoCol:first-of-type {
	background-image: url(images/intro-bot-wave.jpg);
	background-size: 100% auto;
	background-position: right bottom;
	background-repeat: no-repeat;
}	

body.home .fullWidth.twoCol:nth-of-type(2) {
	background-image: url(images/who-bot-wave.jpg);
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}	

body.home .fullWidth.twoCol:nth-of-type(3) {
	background-image: url(images/what-bot-wave.jpg);
	background-size: 100% auto;
	background-position: right bottom;
	background-repeat: no-repeat;
}	

body.home .fullWidth.twoCol:nth-of-type(4) {
	background-image: url(images/how-bot-wave.jpg);
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}	
*/
body.home .fullWidth.twoCol.aqua h4,
body.home .fullWidth.twoCol.aqua p {
	margin-bottom: 5px;
}

body.home .fullWidth.twoCol:nth-of-type(3) a.button {
	background-color: #ffa626;
}

body.home .fullWidth.twoCol:nth-of-type(3) a.button:hover {
	background-color: #1e4569;
}

.vidCarousel .row,
.ctaCarousel .row {
	max-width: 1400px;
	position: relative;
}

.ctaCarousel .item {
	background-color: #fff;
	padding: 30px;
	border-radius: 30px;
	text-align: center;
}

.ctaCarousel .item a.button {
	background-color: transparent;
	border: 2px solid #5bc5c5;
	color: #5bc5c5;
	padding: 15px 15px 15px 25px;
}

.ctaCarousel .item a.button i {
    padding-left: 15px;
}

.ctaCarousel .item a.button:hover {
	background-color: #5bc5c5;
	color: #fff;
}

.ctaCarousel .item p,
.ctaCarousel .item h3 {
	color: #1e4569 !important;
}

.vidCarousel .owl-carousel,
.ctaCarousel .owl-carousel {
	max-width: 1200px;
	margin: 0 auto;
}

.contentCarousel .owl-prev,
.contentCarousel .owl-next,
.vidCarousel .owl-prev,
.vidCarousel .owl-next,
.ctaCarousel .owl-prev,
.ctaCarousel .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #ffa626 !important;
	font-size: 60px !important;
}

.contentCarousel .owl-prev:hover,
.contentCarousel .owl-next:hover,
.vidCarousel .owl-prev:hover,
.vidCarousel .owl-next:hover,
.ctaCarousel .owl-prev:hover,
.ctaCarousel .owl-next:hover {
	background-color: transparent !important;
	color: #ed3c6f !important;
}

.contentCarousel .owl-prev,
.vidCarousel .owl-prev,
.ctaCarousel .owl-prev {
	left: -100px;
}

.contentCarousel .owl-next,
.vidCarousel .owl-next,
.ctaCarousel .owl-next {
	right: -100px;
}


.vidCarousel .owl-theme .owl-dots .owl-dot span {
	background: #bec4ca;
}

.vidCarousel .owl-theme .owl-dots .owl-dot:hover span,
.vidCarousel .owl-theme .owl-dots .owl-dot.active span {
	background:  #1e4569 !important;
}

img.fullImg {
	display: block;
	width: 100%;
}

body.home .fullWidth:last-of-type a.button {
	background-color: #5bc5c5;
}

body.home .fullWidth:last-of-type a.button:hover {
	background-color: #1e4569;
}

body.home .fullWidth:last-of-type .row {
	max-width: 100%;
}

.grid .column {
	padding: 0 15px 30px;
}

hr {
	border: 0px;
	border-top: 1px solid #5bc5c5;
	margin-bottom: 30px;
	margin-top: 30px;
}

.aqua hr {
	border-top: 1px solid #eaf6f6;
}

.gform_button {
	border: 0px;
}

.single-post img.fullImg:nth-of-type(2),
.page-id-24 img.fullImg:nth-of-type(2),
.page-id-423 img.fullImg:nth-of-type(2) {
	display: none;
}

.lpGrid a {
	font-family: rubik, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	
	color: #fff;
	text-decoration: none;
	
	display: block;
	text-align: center;

	padding: 15px 40px 15px 40px;
	border-radius: 30px;
	background-color: #1e4569;
}

.lpGrid a:hover {
	background-color: #5bc5c5;
}

.lpGrid a .wrap {
	position: relative;

}

.lpGrid a .inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
}

iframe.youtube {
	width: 100% !important;
	height: 300px;
}

.contentCarousel .item {
	background-color: #fff;
	padding: 30px;
	border-radius: 30px;
	color: #767676;
}

.secNum {
	background-color: #ffa626;
	color: #fff;
	display: block;
	float: left;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	text-align: center;
	margin: 0 15px 15px 0;
}

.blogGrid h3 {
	font-size: 25px;
	line-height: 28px;
}

.blogGrid .column p:first-of-type {
	margin-bottom: 5px;
}	

.titleBar p {
	margin-bottom: 0;
	text-align: center;
}

.titleBar p a {
	display: inline-block;
	text-decoration: none;
}

.titleBar p a:hover {
	color: #5bc5c5;
}

img.sqFeat {
	display: block;
	border-radius: 100%;
	margin: 0 auto 10px !important;
}

table {
	width: 100%;
	background-color: #fff;
}

img.circleImg {
	border-radius: 100%;
	display: block;
	margin: 0 auto !important;
}

.fullWidth.contentCarousel.aqua h1,
.fullWidth.contentCarousel.aqua h2,
.fullWidth.contentCarousel.navy h1,
.fullWidth.contentCarousel.navy h2,
.fullWidth.contentCarousel.orange h1,
.fullWidth.contentCarousel.orange h2,
.fullWidth.contentCarousel.pink h1,
.fullWidth.contentCarousel.pink h2 {
	color: #1e4569;
}

.fullWidth.contentCarousel.aqua,
.fullWidth.contentCarousel.aqua p,
.fullWidth.contentCarousel.aqua ul,
.fullWidth.contentCarousel.aqua ol,
.fullWidth.contentCarousel.navy,
.fullWidth.contentCarousel.navy p,
.fullWidth.contentCarousel.navy ul,
.fullWidth.contentCarousel.navy ol,
.fullWidth.contentCarousel.orange,
.fullWidth.contentCarousel.orange p,
.fullWidth.contentCarousel.orange ul,
.fullWidth.contentCarousel.orange ol,
.fullWidth.contentCarousel.pink,
.fullWidth.contentCarousel.pink p,
.fullWidth.contentCarousel.pink ul,
.fullWidth.contentCarousel.pink ol {
	color: #767676;
}

.fullWidth.contentCarousel.pink a,
.fullWidth.contentCarousel.orange a,
.fullWidth.contentCarousel.navy a,
.fullWidth.contentCarousel.aqua a,
.fullWidth.contentCarousel.aqua h3,
.fullWidth.contentCarousel.navy h3,
.fullWidth.contentCarousel.orange h3,
.fullWidth.contentCarousel.pink h3 {
	color: #ed3c6f;
}

.fullWidth.contentCarousel.aqua h4,
.fullWidth.contentCarousel.navy h4,
.fullWidth.contentCarousel.orange h4,
.fullWidth.contentCarousel.pink h4 {
	color: #5bc5c5;
}

.fullWidth.contentCarousel.pink a.button,
.fullWidth.contentCarousel.orange a.button,
.fullWidth.contentCarousel.navy a.button,
.fullWidth.contentCarousel.aqua a.button {
	color: #fff;
}

.fullWidth.photoCarousel {
	padding: 0;
}

.secTitle {
	padding: 50px 20px;
}

.secTitle h2 {
	margin-bottom: 0px;
	text-align: center;
}

.photoCarousel a:hover {
	opacity: 0.6;
}

.photoCarousel .owl-carousel {
	position: relative;
}

.photoCarousel .owl-nav {
	margin: 0 !important;
}

.photoCarousel .owl-prev,
.photoCarousel .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #ffa626 !important;
	font-size: 60px !important;
	z-index: 99999999 !important;
}

.photoCarousel .owl-prev:hover,
.photoCarousel .owl-next:hover {
	background-color: transparent !important;
	color: #ed3c6f !important;
}

.photoCarousel .owl-prev {
	left: 20px;
}

.photoCarousel .owl-next {
	right: 20px;
}

.quickExit {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 100%;
	max-width: 150px;
	z-index: 99999999;
}

.quickExit .e6ef8c3c-5547-4647-9d9f-e2589f91c8a9 {
	fill: #ed3c6f;
}

.quickExit:hover .e6ef8c3c-5547-4647-9d9f-e2589f91c8a9 {
	fill: #ffa626;
}

.row.pagination {
	clear: both;
	padding-top: 40px !important;
}

.row.pagination .columns {
	text-align: center;
	width: 100% !important;
}

.row.pagination a,
.row.pagination span {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	background-color: #5bc5c5;
	padding: 10px 10px;
	border-radius: 10px;
}

body.blog .row.pagination a:hover,
body.blog .row.pagination span {
	background-color: #ed3c6f;
}

svg#b93a9d38-e980-4018-9a56-bce6880b7ca2{
	display: none;
}





footer {
	background-color: #1e4569;
	padding: 60px 0 25px;
	background-image: url(images/footer-bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}

footer h3 {
	color: #ffa626;
	margin-bottom: 15px;
}
footer p,
footer a {
	color: #fff;
	text-decoration: none;
}

footer .footer {
	border-top: 1px solid #8496a7;
	padding-top: 20px;
}

footer .large-3:nth-of-type(2) i,
footer a:hover {
	color: #ffa626;
}


footer .social a {
	font-size: 25px;
	line-height: 30px;
	margin-right: 10px;
}

#field_1_1 label {
	display: none;
}

footer .large-6 {
	padding-right: 50px;
}

#gform_wrapper_1 {
	max-width: 500px;
}

#gform_wrapper_1 .gform_body {
	width: 60%;
	float: left;
}

#gform_wrapper_1 .gform_footer {
	width: calc(40% - 10px);
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 10px;
}

#gform_fields_1 {
	display: inline-block;
}

#input_1_1 {
	border-radius: 30px;
	border: 0px;
	padding: 15px 30px;
}

footer .gform_button {
	border: 2px solid #fff;
	background-color: transparent;
}

footer p em {
	font-size: 13px;
	line-height: 15px;
	display: inline-block;
}

.midRow .logo {
	width: 100%;
	max-width: 200px;
	float: left;
	
}

.midRow .logo.imgLogo {
	max-width: 100px;
}

.midRow .logo.imgLogo,
.midRow .logo:first-of-type {
	margin-right: 20px;
}

.midRow .logo:last-of-type {
	padding-top: 20px;
}

.midRow .logo.imgLogo img {
	height: 100px;
}

.footer .large-6:last-of-type {
	text-align: right;
}
.midRow .large-6:last-of-type {
	text-align: right;
	padding-top: 60px;
}

.midRow {
	padding-bottom: 35px;
}

.midRow .large-6:last-of-type a {
	color: #5bc5c5;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
}

.midRow .large-6:last-of-type p {
	margin-bottom: 0
}

.midRow .large-6:last-of-type a:hover {
	color: #ffa626;
}

/* .page-id-24 iframe {
	height: 4000px !important;
}
 */

footer a.button {
	border: 2px solid #fff;
	background-color: transparent;
}

footer a.button:hover {
	color: #fff !important;
}

.annualReports .column a {
	text-decoration: none;
}

.annualReports .column img {
	display: block;
	border: 2px solid #eaf6f6;
}

.annualReports .column h5 {
	text-align: center;
	color: #fff;
	background-color: #1e4569;
	padding: 10px 20px;
	margin-bottom: 0px;
}

.annualReports .column a:hover h5 {
	background-color: #5bc5c5;
}

.annualReports .column a:hover img {
	opacity: 0.6
}





/* =Calendar Overrides
-------------------------------------------------------------- */
.tribe-common .tribe-common-c-btn-border, 
.tribe-common a.tribe-common-c-btn-border {
	color: #5bc5c5;
	border-color: #5bc5c5;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background-color: #5bc5c5;
}

h1.tribe-events-single-event-title {
	margin-bottom: 30px;
	font-size: 50px;
	line-height: 60px;
	color: #1e4569;
	text-transform: uppercase;
	font-weight: 700;
}

.tribe-events .tribe-events-c-search__button {
	background-color: #5bc5c5;
}

.tribe-events .tribe-events-c-search__button:hover {
	background-color: #ffa626;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
	background-color: #ffa626;
}

/* =Gala Main Page
-------------------------------------------------------------- */
/*light = 300
book = 400
bold = 700
black = 900*/

.page-id-3600 .titleBar,
.page-id-3600 .fullImg {
	display: none;
}

.page-id-3600 .blockImg {
	width: 100%;
	display: block;
}

.page-id-3600 .main .row .column,
.page-id-3600 .main .row .columns {
	font-family: "arboria", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.page-id-3600 .main h1 {
	font-weight: 900;
	font-family: "arboria", sans-serif;
	font-size: 65px;
	line-height: 60px;
	letter-spacing: -2px;
	text-transform: uppercase;
}

.page-id-3600 .main h1 span {
	color: #1e4569;
	display: inline-block;
	font-size: 95px;
	line-height: 90px;

}

.page-id-3600 .fullWidth.aqua {
	background-color: #37b6ae;
}

.page-id-3600 .introArea.fullWidth {
	position: relative;
	z-index: 99999;
}

.page-id-3600 .introArea p {
	font-size: 40px;
	line-height: 45px;
}

.page-id-3600 .introBot {
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
}

.page-id-3600 .fullWidth.sideImg {
	padding-top: 150px;
	position: relative;
	padding-bottom: 150px;
}

.page-id-3600 .sideImg .imgBox {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	background-size: cover;
}

.page-id-3600 .fullWidth.sideImg .large-6 {
	padding-right: 100px;
	position: relative;
}

.page-id-3600 .fullWidth.sideImg h3 {
	color: #ffa626;
	text-transform: none;
	margin-bottom: 5px;
	font-weight: 900;
	font-size: 35px;
	line-height: 40px;
}

.page-id-3600 .sideBot {
	position: absolute;
	z-index: 99999;
	bottom: 0;
	left: 0;
}

.page-id-3600 .sideHeart {
	position: absolute;
	z-index: 99999;
	bottom: 100px;
	right: 50px;
}

.page-id-3600 .sideHearts {
	position: absolute;
	z-index: 99999;
	top: -170px;
	right: 100px;
}

.page-id-3600 h4 {
	font-style: normal;
}

.page-id-3600 .calloutArea h4 {
	text-align: center;
	margin-bottom: 30px;
}

.page-id-3600 h5 {
	text-transform: none;
	color: #ed3c6f;
	font-size: 24px;
	line-height: 28px;
}

.page-id-3600 h2 {
	text-transform: none;
	color: #37b6ae;
	font-size: 65px;
	line-height: 70px;
	font-weight: 900;
}

.page-id-3600 .calloutArea .column {
	padding: 0 20px 20px;
}

.page-id-3600 .calloutArea .column img {
	display: block;
	border-radius: 20px;
	margin-bottom: 10px;
}


.page-id-3600 .supportArea {
	background-image: url(images/gala-support-bg.png);
	background-size: cover;
	background-position: center;
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}

.page-id-3600 .supportArea p {
	font-size: 28px;
	line-height: 35px;
	font-weight: 700;
}

.page-id-3600 .supportArea p strong {
	display: inline-block;
	color: #ffa626;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
	font-family: bobbyjones;
}

.page-id-3600 .supportBot {
	position: absolute;
	z-index: 99999;
	bottom: 0;
	left: 0;
}

.page-id-3600 .supportTop {
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
}


.page-id-3600 .donationArea p {
	color: #1e4569;
	font-size: 20px;
	line-height: 25px;
}

.page-id-3600 .donationArea .column {
	padding: 10px 10px 10px;
}

.page-id-3600 .donationArea .wrap {
	background-color: #1e4569;
	padding: 30px 20px;
	border-radius: 20px;
	color: #fff;
}

.page-id-3600 .donationArea .wrap p {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0;
}

.page-id-3600 .donationArea .wrap div {
	font-size: 100px;
	line-height: 110px;
	font-weight: 700;
	font-family: bobbyjones;
}

.page-id-3600 .donationArea .column:nth-of-type(2) .wrap {
	background-color: #ffa626;
}

.page-id-3600 .donationArea .column:nth-of-type(3) .wrap {
	background-color: #ed3c6f;
}
.page-id-3600 .donationArea .column:nth-of-type(4) .wrap {
	background-color: #37b6ae;
}

.page-id-3600 .moreArea a.button,
.page-id-3600 .eventArea a.button,
.page-id-3600 .donationArea a.button {
	background-color: #ed3c6f;
	margin-top: 20px;
	padding: 15px 40px;
	font-weight: 700;
	font-family: "arboria", sans-serif;
	text-transform: none;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0;
}

.page-id-3600 .moreArea a.button i,
.page-id-3600 .eventArea a.button i,
.page-id-3600 .donationArea a.button i {
	display: none;
}

.page-id-3600 .donationArea a.button:hover {
	background-color: #37b6ae;
}

.page-id-3600 .goalArea {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
}

.page-id-3600 .goalArea p {
	font-size: 40px;
	line-height: 48px;
}

.page-id-3600 .goalArea p strong {
	color: #ffa626;
	font-weight: 900;
	display: inline-block;
	font-size: 49px;
	line-height: 52px;
}


.page-id-3600 .goalMeter {
	margin-top: -260px;
	position: relative;
	z-index: 999999;
	max-height: 600px;
}

.page-id-3600 .sponsorArea p {
	color: #1e4569;
}

.page-id-3600 .sponsorArea p em strong {
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
}

.page-id-3600 .sponsorArea .row .large-6:first-of-type {
	border-right: 2px solid #d8dee3;
}

.page-id-3600 .thankArea .row .row {
	background-color: #fff;
	margin-bottom: 5px;
	padding: 20px 30px;
	border-radius: 20px;
	max-width: 400px;
}

.page-id-3600 .thankArea .column {
	color: #1e4569;
}

.page-id-3600 .thankArea .column:last-of-type {
	font-weight: 700;
	text-align: right;
}

.page-id-3600 .thankArea h2, 
.page-id-3600 .thankArea h3,
.page-id-3600 .thankArea p {
	color: #1e4569;
}

.page-id-3600 .thankArea h2 {
	font-size: 100px;
	line-height: 100px;
	font-weight: 400;
	font-family: bobbyjones;
	margin-bottom: 0;
}

.page-id-3600 .thankArea h3 {
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
	text-transform: none;
}

.page-id-3600 .eventArea {
	position: relative;
	padding-bottom: 150px;
}

.page-id-3600 .eventArea .large-6 {
	position: relative;
}

.page-id-3600 .eventBot {
	position: absolute;
	z-index: 99999;
	bottom: 0;
	left: 0;
}

.page-id-3600 .eventPhoto {
	position: absolute;
/*	top: 170px;*/
	z-index: 9999999;
}

.page-id-3600 .eventDetails {
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 10px;
}

.page-id-3600 .eventDetails i {
	color: #ed3c6f;
}

.page-id-3600 .eventArea a.button {
	width: 300px;
	text-align: center;
	font-size: 22px;
	line-height: 25px;
	margin-top: 0;
}

.page-id-3600 .eventArea .large-6 p:last-of-type a.button {
	background-color: #37b6ae;
}

.page-id-3600 .moreArea a.button:hover,
.page-id-3600 .eventArea a.button:hover {
	background-color: #ffa626 !important;
}

.page-id-3600 .moreArea .column {
	text-align: center;
	padding: 0 10px 20px;
}

.page-id-3600 .moreArea a.button {
	font-size: 22px;
	line-height: 25px;
	margin-top: 0;
}

.page-id-3600 .moreArea .column:nth-of-type(2) a.button {
	background-color: #1e4569;
}

.page-id-3600 .moreArea .column:nth-of-type(3) a.button {
	background-color: #37b6ae;
}

.page-id-3600 .sponsorArea,
.page-id-3600 .moreArea {
	position: relative;
}

.page-id-3600 .moreArea .moreHeart {
	position: absolute;
	top: -90px;
	left: 15%;
	z-index: 99999;
}

.page-id-3600 .sponsorArea .sponsorHeart {
	position: absolute;
	top: -90px;
	right: 15%;
	z-index: 99999;
}

@media only screen and (max-width: 1024px) {
	.page-id-3600 .sideImg .imgBox {
		position: relative;
		width: 100%;
		height: 350px;
		max-width: 450px;
		border-radius: 20px;
		background-position: center;
	}
	.page-id-3600 .fullWidth.sideImg .large-6 {
		padding-right: 0;
	}
	.page-id-3600 .sideHeart {
		bottom: 20px;
		right: 20px;
	}

	.page-id-3600 .goalArea p,
	.page-id-3600 .goalArea p strong,
	.page-id-3600 .introArea p {
		font-size: 20px;
		line-height: 25px;
	}

	.page-id-3600 .main h1 {
		font-size: 50px;
		line-height: 55px;
	}

	.page-id-3600 .main h1 span {
		font-size: 60px;
		line-height: 65px;
	}

	.page-id-3600 .thankArea h2,
	.page-id-3600 h2 {
		font-size: 50px;
		line-height: 55px;
	}

	.page-id-3600 .donationArea .wrap div {
		font-size: 60px;
		line-height: 65px;
	}

	.page-id-3600 .goalMeter {
		margin-top: -200px;
		height: 350px;
	}

	.page-id-3600 .eventArea .row .columns,
	.page-id-3600 .thankArea .row .columns,
	.page-id-3600 .goalArea p {
		text-align: center;
	}

	.page-id-3600 .sponsorArea .row .large-6:first-of-type {
		border-right: 0;
	}

	.page-id-3600 .thankArea h2 {
		padding-top: 30px;
	}

	.page-id-3600 .thankArea h2 br {
		display: none;
	}

	.page-id-3600 .thankArea .row .row {
		margin: 0 auto 5px;
	}

	.page-id-3600 .eventPhoto {
		position: relative;
		height: 350px;
	}



}	

/* =monthly giving page
-------------------------------------------------------------- */
.page-id-3909 .main .row .column,
.page-id-3909 .main .row .columns {
	font-family: "arboria", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #1e4569;
}

.page-id-3909 .titleBar h1,
.page-id-3909 .titleBar h2 {
	text-align: center;
}

.page-id-3909 .titleBar h1 {
	font-weight: 900;
	font-family: "arboria", sans-serif;
	font-size: 65px;
	line-height: 60px;
	letter-spacing: -2px;
	text-transform: none;
}

.page-id-3909 .titleBar h1 span {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 2px;
}

.page-id-3909 .titleBar h2 {
	color: #1e4569;
	font-family: "arboria", sans-serif;
	font-weight: 400;
	text-transform: none;
	font-size: 35px;
	line-height: 40px;
}

.page-id-3909 h2 {
	font-size: 45px;
	line-height: 50px;
	text-transform: none;
	font-weight: 900;
}

.page-id-3909 h3 {
	font-size: 35px;
	line-height: 40px;
	text-transform: none;
	font-weight: 900;
}

.page-id-3909 h4 {
	font-size: 25px;
	line-height: 30px;
	font-family: bobbyjones;
	font-weight: 400;
}

.page-id-3909 .joinArea h2,
.page-id-3909 .introArea h3 {
	color: #5bc5c5;
}

.page-id-3909 .dailyImpactArea h2 {
	color: #1e4569;
	font-family: "arboria", sans-serif;
	font-size: 65px;
	line-height: 60px;
}

.page-id-3909 .dailyImpactArea p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}

.page-id-3909 .monthlyCallout {
	background-image: url(images/monthly-callout-bg.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;
	min-height: 550px;
}

.page-id-3909 .monthlyCallout img.botwave {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 9;
}

.page-id-3909 .monthlyCallout .callWrap {
	background-image: url(images/monthly-giving-callout.png);
	background-size: 100% 100%;
	background-position: center;
	max-width: 500px;
	color: #fff;
	padding: 70px 70px 40px 60px;
	text-align: center;
	font-size: 22px;
	line-height: 25px;
	position: absolute;
	bottom: -60px;
	z-index: 999;
}

.page-id-3909 .fullWidth.aqua.perkArea {
	background-color: #fff;
	background-image: url(images/perks-bg.png);
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.page-id-3909 .fullWidth.aqua.perkArea .perkWrap {
	background-color: #5bc5c5;
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 50px;
	padding: 50px;
}

.page-id-3909 .perkWrap h3 {
	text-align: center;
}

.page-id-3909 .perkWrap h4 {
	color: #1e4569;
}

.page-id-3909 .perkWrap ul {
	list-style: none;
}

.page-id-3909 .perkWrap ul li:before {
	content: ' ';
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background-image: url(images/check-mark.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}

.page-id-3909 .perkWrap ul li {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 15px;
}

.page-id-3909 .braceletArea .row {
	max-width: 900px;
}


.page-id-3909 .braceletArea .columns:last-of-type {
	padding-top: 40px;
}

.page-id-3909 .braceletArea.navy {
	background-color: #163d59;
}

.page-id-3909 .thanksArea p,
.page-id-3909 .thanksArea p a,
.page-id-3909 .thanksArea h2 {
	color: #ED3C72;
}






/* =Photo Gallery
-------------------------------------------------------------- */
.collapseRow {
	padding: 0 20px 20px;
}

a.photo {
	display: block;
	height: auto;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

a.photo img {
	margin: auto;
	width: 100%;
}

.accordianWrap h2.title {
	background-color: #eaf6f6;
	position: relative;
	padding: 15px 45px 15px 20px;
	border-radius: 20px;
	color: #1e4569;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 15px;
	font-family: rubik, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.accordianWrap h2.title:hover {
	background-color: #1e4569;
	cursor: pointer;
	color: #fff;
}

.accordianWrap h2.title:hover:after {
	color: #fff;
}

.accordianWrap h2.title:after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #1e4569;
	padding-left: 10px;
}

.accordianWrap h2.title.open:after {
	content: '-';
	color: #fff;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { 
	display: inline-block; 
}

* html .clearfix { 
	height: 1%; 
}

.clearfix { 
	display: block; 
}

/* =Auxilary Pages
-------------------------------------------------------------- */
body.search .entry-utility,
body.search .entry-meta {
	display: none;
}

body.blog .row.pagination {
	padding: 15px 0;
}

body.blog .row.pagination .columns {
	text-align: center;
}

/* =Images
-------------------------------------------------------------- */
.main img,
.entry-content img {
	margin: 0;
	max-width: 100%;
}

.main .alignleft,
.main img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.main .alignright,
.main img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.main .aligncenter,
.main img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main img.alignleft,
.main img.alignright,
.main img.aligncenter {
	margin-bottom: 12px;
}

/* =Gutenberg Styles
-------------------------------------------------------------- */
.wp-block-image {
	text-align: center;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 18px 0;
}

.widget-title {
	color: #222;
	font-weight: bold;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

.widget-area .entry-meta {
	font-size: 11px;
}

/* Main sidebars */
#primary {
	width: 100%;
	padding: 26px 20px;
}

div.entry-meta {
	margin-bottom: 10px;
	font-style: italic;	
}


/* =Table Styles
-------------------------------------------------------------- */
table thead tr td {
	border-left: 1px solid #D3D3D3;
}

table {
	border-spacing: 0px;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

table tr td {
	padding: 5px 10px;
	border-left: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}

table tr.shaded td {
	background-color: #EEEEEE;
}

table thead tr.shaded td,
table thead tr td {
	background-color: #ed3c6f;
	color: #FFFFFF;
	font-weight: bold;
	font-family: rubik, sans-serif;
	font-size: 18px;
	line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 10px;

}

table.No-Style-Table,
table.No-Style-Table tr td,
table.No-Style-Table tr.shaded td {
	border: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
}

/* =MEDIA QUERIES
-------------------------------------------------------------- */
@media only screen and (max-width: 1490px) {
	.topNav,
	.mainNav,
	.fullWidth.normal,
	.fullWidth.reduced,
	.fullWidth.noTop,
	footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.contentCarousel .owl-carousel,
	.vidCarousel .owl-carousel, 
	.ctaCarousel .owl-carousel {
		padding: 0 50px;
	}
	.contentCarousel .owl-prev, 
	.vidCarousel .owl-prev, 
	.ctaCarousel .owl-prev {
		left: 0px;
	}
	.contentCarousel .owl-next, 
	.vidCarousel .owl-next, 
	.ctaCarousel .owl-next {
		right: 0px;
	}
	.contentCarousel .owl-prev, 
	.contentCarousel .owl-next, 
	.vidCarousel .owl-prev, 
	.vidCarousel .owl-next, 
	.ctaCarousel .owl-prev, 
	.ctaCarousel .owl-next {
		font-size: 40px !important
	}
}

@media only screen and (max-width: 1360px) {
	svg#b93a9d38-e980-4018-9a56-bce6880b7ca2{
		display: block;
		width: 100%;
		z-index: 999;
	}

	.slideshow .slide .text {
		background-image: none !important;
		top: auto !important;
		bottom: 0px;
		max-width: 100%;
		height: auto !important;
		width: 100%;
		padding: 0;
	}

	.slideshow .slide .text .inner {
		text-align: center;
		padding: 30px 50px 15px;
	}


	.slideshow img.slideWave {
		display: none;
	}
	.slideshow .slide .text h2 {
	    font-size: 40px;
	    line-height: 50px;
	}

	.slideshow .slide {
		background-position: center;
	}

	.slideshow .slide .text p {
		margin-bottom: 15px;
	}
	.slideshow .slide .text.Aqua .inner {
		background-color: rgba(91,194,197,0.6);
	}

	.slideshow .slide .text.Aqua svg path {
		fill: rgba(91,194,197,0.6);
	}

	.slideshow .slide .text.Navy .inner {
		background-color: rgba(30,69,105,0.6);
	}
	.slideshow .slide .text.Navy svg path {
		fill: rgba(30,69,105,0.6);
	}

	.slideshow .slide .text.Orange .inner {
		background-color: rgba(255,166,38,0.6);
	}
	.slideshow .slide .text.Orange svg path {
		fill: rgba(255,166,38,0.6);
	}

	.slideshow .slide .text.Pink .inner {
		background-color: rgba(237,60,111,0.6);
	}
	.slideshow .slide .text.Pink svg path {
		fill: rgba(237,60,111,0.6);
	}

}	

@media only screen and (max-width: 1340px) {
	.mainNav .large-2,
	.mainNav .large-10 {
		width: 100%;
	}
	.mainNav .large-2,
	nav {
		text-align: center;
	}
}

@media only screen and (max-width: 1240px) {
	.fullWidth {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.banner .columns h1 {
		left: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	footer .row .columns.large-6 {
		width: 100%;
		text-align: center;
	}

	footer .row .columns.large-3 {
		width: 50%;
		text-align: center;
	}

	#gform_wrapper_1 {
		margin: 0 auto;
	}
	.midRow .large-6:last-of-type {
		display: none;
	}
	.midRow .large-6:first-of-type {
		text-align: center;
	}
	.midRow .logo {
	    float: none;
	    display: inline-block;
	}
}	

@media only screen and (max-width: 1140px) {
	nav a {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1130px) {
	.banner .columns h1 {
		left: auto;
		top: auto;
		transform: translatey(0);
		text-align: center;
		font-size: 50px;
    	line-height: 60px;
		position: relative;
	}
	
	.banner .columns {
		width: 100%;
		height: auto;
		padding: 50px 20px;
	}
	
	.banner {
		height: auto;
	}
	
	.banner .imgBox {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: 250px;
	}
	
	.banner .imgBox img {
		display: none;
	}
	
}

@media only screen and (max-width: 1024px) { /*  MEDIUM GRID BREAK  */
	img.fullImg:nth-of-type(1) {
		display: none;
	}
	.mainNav {
	    padding-left: 0px;
	    padding-right: 0px;
	    padding-bottom: 0px;
	}

	.mainNav .large-2 svg {
	    padding-left: 20px;
	    padding-right: 20px;
	    max-width: 240px;
	}

	body.home .fullWidth.twoCol:first-of-type {
		padding-bottom: 20%;
	}

	.fullWidth.twoCol .row .large-6:first-of-type {
		padding-right: 0px;
	}

	.fullWidth.twoCol .row .large-6:last-of-type {
		padding-left: 0px;
	}

	body.home .fullWidth.twoCol:nth-of-type(3) .large-6:first-of-type {
		display: none;
	}

	/* Override other menu code */
	nav ul li:hover > ul {
		display: none;
	}
	
	nav ul ul {
		top: 0px;
		position: relative;
		float: none;
	
		display: none !important;
	}

	nav li {
		height: auto; /* override for menu height issue */
		/* set list item height */
		min-height: 38px; 
		height: auto !important;
		height: 38px;
		display: block;
	}

	nav li a i.fa-angle-down {
		display: none !important;
	}

	#menu-item-28 a {
		border-radius: 0;
		padding: 15px 20px;
	}

	/*mobile menu */
	nav .active {
        display: block !important;
    }

    .menu > li {
        float: none !important;
    }

    .menu > li > .menu-item-has-children {
   		background-image: none; 
    }

    ul ul .menu-item-has-children,
    .menu-item-has-children {
    	width: 100%;
    }

    nav ul li {
    	margin-bottom: 0px !important;
    	border-bottom: 1px solid #666;
    }

    .menu li .more {
        float: right;
      	width: 20%;
		border-left: 1px solid rgba(255,255,255,.3);
		padding: 8px 15px;
        cursor: pointer;
    	z-index: 200;
        position: relative;
        text-align: center;
        color: #ed3c6f;
    }

   .menu li .more:before {
		content: "";
		background: rgba(0,0,0,.3);
		width: 1px;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
  		left: -2px;
    }

    ul.menu {
    	border-top: 4px solid #666;
    }
    
    .menu ul {
        display: block;
        width: 100%;
        z-index: 9999999;
    }
   	
   	.menu > li.hover > ul, 
   	.menu li li.hover ul {
        position: static;
        display: block !important; /* Show Menu Fix */
    }
    
    nav a {
    	width: 100%;
    	padding: 0px;
    	text-align: left;
    	padding-left: 15px;
    	line-height: 35px
    }

    nav ul ul ul li a {
		padding-left: 45px;
	}

    nav ul ul,
    nav ul ul li {
    	width: 100%;
    }

    nav ul ul {
    	padding: 0px !important;
    }

    nav ul ul a {
    	padding: 10px 30px;
    }

    nav ul ul li {
    	float: none;
    }

    nav {
   		width:100% !important;
   	}

   	nav ul ul ul {
		left: 0;
		top: 0;
	}
}

@media only screen and (max-width: 1000px) {
/* 	.page-id-24 iframe {
		height: 1070px !important;
	} */
}

@media only screen and (max-width: 800px) {
	footer .row .columns.large-3 {
		width: 100%;
		text-align: center;
	}
	.midRow {
	    padding-top: 35px;
	}
	
}	

@media only screen and (max-width: 700px) { /*  SMALL GRID BREAK  */
	h1, h2 {
	    font-size: 35px;
	    line-height: 40px;
	}
	h3 {
	    font-size: 25px;
	    line-height: 30px;
	}
}


@media only screen and (max-width: 600px) {
	.quickLink a:nth-of-type(1),
	.quickLink a:nth-of-type(2) {
		display: none;
	}
	.topNav .row div.quickLink {
	    padding-right: 20px;
	}
}	

@media only screen and (max-width: 530px) {
	.midRow .logo {
	    margin-right: 20px;
	    margin-left: 20px;
	}

/* 	.page-id-24 iframe {
		height: 4000px !important;
	} */
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#fff;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#eea904;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#fff;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#eea904}