/* ============================ GLOBAL ELEMENTS * ============================*/
 html, body{
	 height:100%;
}
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, .header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 font-size: 100%;
	 font: inherit;
	 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, .header, hgroup, menu, nav, section {
	 display: block;
}
 body {
	 line-height: 1.5;
	 font-family: Poly, Helvetica, sans-serif;
	 font-weight: 400;
	 font-size: 1.0em;
	 color: #3a3a3a;
	 background: #fff;
}
 blockquote, q {
	 quotes: none;
}
 blockquote:before, blockquote:after, q:before, q:after {
	 content: '';
	 content: none;
}
 .mobileOnly {
	 display: none!important;
}
 .tabletOnly {
	 display: none!important;
}
 .desktopOnly {
	 display: block!important;
}
 input[type=submit], input[type=text], input[type=email], input[type=url], input[type=password] {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 border-radius: 0;
	-moz-border-radius: 0;
	 -webkit-border-radius: 0;
}
 .searchBox {
	-webkit-appearance: none;
	 -moz-appearance: none;
	 border-radius: 0;
	-moz-border-radius: 0;
	 -webkit-border-radius: 0;
	 padding: 8px;
	 border: 1px solid #fff;
	 width:65%;
}
 select {
	 padding: 5px;
	 cursor: pointer;
	 border-radius: 0;
	-moz-border-radius: 0;
	 -webkit-border-radius: 0;
	 border: 1px solid #555;
}
 * {
	 -moz-font-smoothing: antialiased;
	 -webkit-font-smoothing: antialiased;
	 -webkit-font-smoothing: subpixel-antialiased;
	 box-sizing: border-box;
	 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
 .screenreader {
	 position: absolute;
	 left: -10000px;
}
 sup {
	 vertical-align: super;
	 font-size:.875em;
}
/* Global Headings */
 h1, h2, h3, h4, h5, h6 {
	 width: 100%;
	 display: block;
	 font-family: Arial, Helvetica, sans-serif;
	 margin-bottom:0;
}
 h1 {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 2.63rem;
	color:#3a3a3a;
	 line-height: 1.1;
}
 h2 {
	 font-size: 2.25rem;
	 color:#3a3a3a;
	 line-height: 1.22;
	 margin-bottom: 7px;
}
 h3 {
	font-size: 1.86rem;
	 color: #3a3a3a;
	 line-height: 1.22;
}
 h4 {
	 font-size: 2rem;
	color: #3a3a3a;
	line-height: 1.28;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #132A4F;
}
 h5 {
	 font-size: 1.125rem;
	 color: #3a3a3a;
	 line-height: 1.28;
}
 .textContent h4 {
	padding-bottom: 30px;
}
/* Global Content */
 a {
	 color: #3a3a3a;
}
 a[id]:not(#topLink):not(#alertButton) {
	 display: block;
	 position: relative;
	 top: -150px;
	 visibility: hidden;
}
 .mainContent a:hover, #mainWrapper a:hover {
	 color: #ca3e00;
	 text-decoration: underline;
}
 p {
	 margin-bottom: 15px;
}
 em {
	font-style: italic;
}
 img {
	 border: none;
	 height: auto;
	 max-width: 100%;
}
 td img {
	 max-width: none;
}
 strong {
	 font-weight: 700;
}
 iframe {
	 max-width: 100%;
}
 input {
	 border-radius: 0;
	-webkit-border-radius:0px;
}
 .center {
	 text-align: center;
}
 .align-left {
	 float: left;
	 margin: 0 20px 20px 0;
}
 .align-right {
	 float: right;
	 margin: 0 0 20px 20px;
}
 .align-center {
	 text-align: center;
	 margin: 0 20px;
}
 .alignCenter {
	 text-align: center;
	 display: block;
}
 .mainBody > div:last-child {
	 margin-bottom: 30px;
}
 .backToTop {
	 position: fixed;
	 bottom: 30px;
	 right: 30px;
	 opacity: 0.5;
	 background: #f5f5f5;
	 border-radius: 50%;
	padding: 20px 17px 20px 20px;
	 color: #363636;
	 z-index: 20;
	 font-size: 1.3rem;
}
 #topLink em {
	 box-shadow: 0px 0px 6px #000;
}
 #topLink span.topLinkText {
	 position: absolute;
	 text-indent: -99999px;
}
 .hidden {
	 display: none;
}
 .wysiwygContent table {
	 width: 100%;
	 height: auto;
}
/* ============================ One% CSS Grid - 12 Columns Fluid CSS Grid System * ============================*/
 .mainContent.wrapper{
	 margin-top:42px;
	 max-width: 1200px;
}
 .mainContent:after{
	 content:"";
	 display:block;
	 clear:both;
}
 .container, .wrapper {
	 margin-left: auto;
	 position:relative;
	 margin-right: auto;
}
 .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	 float: left;
	 margin: 0 8% 0 0;
}
 .col3 {
	 float: left;
	 margin: 0 2.5% 0 0;
}
 .col1:last-child, .col2:last-child, .col3:last-child, .col4:last-child, .col5:last-child, .col6:last-child, .col7:last-child, .col8:last-child, .col9:last-child, .col9.last, .col10:last-child, .col11:last-child, .col12 {
	 margin: 0;
}
 .col1 {
	 width: 5.5%;
}
 .col2 {
	 width: 14%;
}
 .col3 {
	 width: 22.5%;
}
 .col4 {
	 width: 31%;
}
 .col5 {
	 width: 39.5%;
}
 .col6 {
	 width: 48%;
}
 .col7 {
	 width: 56.5%;
}
 .col8 {
	 width: 65%;
}
 .col9 {
	 width: 73.5%;
}
 .col10 {
	 width: 82%;
}
 .col11 {
	 width: 90.5%;
}
 .col12 {
	 width: 100%;
	 margin: 0;
}
/*** ADD BRAND COLORS HERE ***/
/* ============================ Global Text Colors * ============================ 
/* ============================ Global Font Colors * ============================*/
/* ============================ Header * ============================*/
 header {
	 z-index: 99999;
	 display: block;
	 position: relative;
}
/*MENU TOGGLE BUTTON (mobile only)*/
 .navToggleBtn {
	 opacity: 0;
	 cursor: pointer;
	 height: 0;
	 width: 0;
	 display: contents;
}
 .navToggleBtn + span {
	 height: 26px;
	 width: 26px;
	 display: block;
	 background: url("../images/atm-close.svg") no-repeat;
}
 .navToggleBtn:checked + span {
	 height: 25px;
	 width: 32px;
	 display: block;
	 background: url("../images/atm-hamburger.svg") no-repeat;
}
 .navToggleBtnLabel {
	 display: block;
	 margin: 10px;
	 position: absolute;
	 top: 0;
	 right: 0;
}
 @media screen and (min-width: 960px) {
	 .navToggleBtnLabel {
		 display: none;
	}
}
/*CENTER LOGO*/
 header .logo img {
	 margin-left: auto;
	 margin-right: auto;
}
 header .logo a {
	 margin-left: auto;
	 margin-right: auto;
	 display: block;
}
 header .logo {
	 padding-top: 20px;
}
 @media screen and (max-width: 960px) {
	 header .logo {
		 padding-top: 0px;
	}
	 header .logo {
		 display: block;
	}
	 header .topSection img {
		 margin-left: 16px;
		 margin-top: 9px;
	}
	 header .topSection {
		 display: inline-block;
		 width: 100%;
		 background-color: #fff;
	}
}
 @media screen and (min-width: 960px) {
	 .textContentTitle {
		 max-width: 1008px;
		 margin-right: auto;
		 margin-left: auto;
	}
}
/*DECORATIVE WAVES*/
 @media screen and (min-width: 960px) {
	 body.home .AlohaWaves {
		 background: url(../images/white_wave_blue_bg_v2.svg) repeat;
		 height: 31px;
		 margin-top: -8px;
		 position: relative;
		 background-repeat: repeat-x;
		 background-position-x: center;
	}
}
 body.home .AlohaWaves {
	 background: url(../images/white_wave_blue_bg_v2.svg) repeat;
	 height: 31px;
	 margin-top: -8px;
	 position: relative;
	 background-repeat: repeat-x;
	 background-position-x: center;
}
 .AlohaWaves {
	 background: url(../images/bluewave_white_bg_repeat.svg) repeat;
	 height: 30px;
	 margin-top: -8px;
	 position: relative;
	 background-repeat: repeat-x;
	 background-position-x: center;
}
 @media screen and (max-width: 960px) {
	 body.home .AlohaWaves {
		 background: url(../images/white_wave_blue_bg_v2.svg) repeat;
		 height: 31px;
		 margin-top: -8px;
		 position: relative;
		 background-repeat: repeat-x;
		 background-position-x: left;
	}
	 .AlohaWaves {
		 background: url(../images/bluewave_white_bg_repeat.svg) repeat;
		 height: 30px;
		 margin-top: -8px;
		 position: relative;
		 background-repeat: repeat-x;
		 background-position-x: left;
	}
}
/*END: DECORATIVE WAVES*/
/*NAV*/
 header nav {
	 position: absolute;
	 top: 83px;
	 width: 100%;
}
 header nav ul {
	 max-width: 960px;
	 margin-left: auto;
	 margin-right: auto;
}
 header nav ul li {
	 display: inline-block;
	 text-align: center;
	 width: 15%;
}
 header nav ul li a:hover {
	 color: #132A4F;
}
 header nav ul li:nth-child(3) {
	 margin-right: 20px;
}
 header nav ul li a {
	 text-align: center;
	 width: 100%;
	 font-size: 1.25em;
	 text-decoration: none;
	 color: #007297;
	 font-family: 'Montserrat', sans-serif;
	 font-weight: 500;
	 text-transform: uppercase;
}
 .hiddenLink, .hiddenLinkContainer {
	 display: inline-block;
	 width: 37px;
	 height: 30px;
}
 .hiddenLink {
	 display: block;
	 text-indent: -9999999px;
}
/*Fix for IE issue*/
 @media all and (-ms-high-contrast:none) and (max-width: 960px) {
	 header nav {
		 position: static;
	}
}
 @media screen and (max-width: 960px) {
	/*Home Page*/
	 .home header nav {
		 position: initial;
		 color: #fff;
		 background-color: #00688F;
		 font-size: 1.5em;
		 transition: height 2s ease-in-out;
		 display: block;
		 margin-top: -7px;
	}
	 .home header nav li {
		 border-bottom: 2px solid #fff;
		 list-style-type: none;
		 float: none;
		 width: 100%;
	}
	 .home header nav ul{
		 width: 100%;
		 float: none;
		 padding-left: 20px;
		 padding-right: 20px;
	}
	 .home header nav li a {
		 display: block;
		 color: #fff;
		 width: 100%;
		 padding: 15px;
		 text-decoration: none;
		 text-align: center;
		 font-size: 1.5em;
		 font-family: 'Montserrat', sans-serif;
	}
	 header nav li a {
		 display: block;
		 color: #fff;
		 width: 100%;
		 padding: 15px;
		 text-decoration: none;
		 text-align: center;
		 font-size: 1.5em;
		 font-family: 'Montserrat', sans-serif;
	}
	 .home header nav ul:last-child li:last-child{
		 border-bottom: 0;
	}
	 header nav ul li:nth-child(3) {
		 margin-right: 0px;
	}
	 header nav ul li:nth-child(4) {
		 margin-left: 0px;
	}
	/*Interior Page*/
	 header nav {
		 position: initial;
		 background-color: #fff;
		 font-size: 1.5em;
		 transition: height 2s ease-in-out;
		 height: 0px;
		 display: block;
		 overflow: hidden;
	}
	 header nav ul li{
		 border-bottom: 2px solid #00688F;
		 list-style-type: none;
		 width: 100%;
		 float: none;
		 display: block;
	}
	 header nav ul li a {
		 display: block;
		 color: #00688F;
		 width: 100%;
		 padding: 15px;
		 text-decoration: none;
		 text-align: center;
		 font-size: 1.5em;
	}
	 header nav ul:last-child li:last-child{
		 border-bottom: 0;
	}
	 header .logo a {
		 margin-left: auto;
		 margin-right: auto;
		 display: inline-block;
		 margin-bottom: -10px;
	}
	 .home .alohaBlueGradient {
		 width: 100%;
		 height: 200px;
		 background-image: linear-gradient(#00688F, transparent);
	}
	 .hiddenLink, .hiddenLinkContainer {
		 display: none;
	}
	 .home .alohaBlueGradient {
		 width: 100%;
		 height: 200px;
		 background-image: linear-gradient(#00688F, transparent);
	}
}
 .home .alohaBlueGradient {
	 width: 100%;
	 height: 200px;
	 background-image: linear-gradient(#00688F, transparent);
}
 @media screen and (min-width: 960px){
	 header .logo a .desktopOnly{
		 width: 37px;
		 margin-bottom: -10px;
	}
}
 .home .mainBody {
	 margin-top: -200px;
}
 header .hiddenLabel {
	 display: none;
}
/* ============================ Top Navigation * ============================*/
/* Top Nav */
 .topNav {
	 margin-right: 0;
}
 .topNav ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
 .topNav ul.nav li {
	 display: inline-block;
	 padding: 15px 17px;
}
 .topNav ul.nav > li > a {
	 text-transform: none;
	 font-size: 1.05rem;
	 text-decoration: none;
}
 .topNav ul.nav > li > a:hover,.topNav ul.nav > li > a:focus {
	 text-decoration: underline;
}
 .topNav input[type="checkbox"] {
	 position: absolute;
	 display: inline;
	 height: 0;
	 width: 0;
	 margin: 0;
	 padding: 0;
	 border: none;
	 opacity: 0;
}
 .topNav label span {
	 position: relative;
	 display: inline-block;
	 font-size: 1rem;
}
/* Main Navigation */
 #menu .mainMenu {
	 display: none;
}
 #menu input[type="checkbox"] {
	 position: absolute;
	 display: inline;
	 height: 0;
	 width: 0;
	 margin: 0;
	 padding: 0;
	 border: none;
	 opacity: 0;
}
 #menu input[type="checkbox"]:focus {
	 outline: 1px dashed #006448;
	 width: 100%;
	 height: 15px;
	 opacity: 1;
	 background-color: #fff;
}
 #menu li, #menu a {
	 position: relative;
	 display: block;
}
 #menu {
	 float: left;
	 margin: 10px 0;
}
 #menu input[type="checkbox"]:checked + .subMenu {
	 display: none;
}
 #menu > li {
	 float: left;
}
/* ============================ Mobile Menu * ============================*/
 #mobileHeader {
	 display: none;
}
/* Toggle Canvas Menu */
 .toggle:checked + .container > .menuContainer {
	 margin-right: 0;
	 min-width: 250px;
}
 .toggle:checked + .container > .content {
	 margin-right: 40%;
}
 .menu {
	 z-index: 100;
	 position: relative;
}
 .toggleBtn {
	 width: 45px;
	 height: 45px;
	 display: block;
	 float: right;
	 padding: 6px 12px;
	 background-color: #555;
}
 .toggleBtn:after {
	 color: #fff;
	 content: '\f0c9';
	 font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 font-size: 1.45rem;
}
 .toggleBtn span {
	 position: absolute;
	 overflow: hidden;
	 z-index: -1000;
	 font-size: 1em;
	 height: 1px;
}
/* Mobile Menu Container */
 .menuContainer {
	 float: left;
	 height: 78%;
	 margin-top: 0px;
	 position: fixed;
	 z-index: 102;
	 display: inline-block;
	 right: 0;
	 transition: margin 0.5s ease-in-out;
}
/* ============================ Site Footer * ============================*/
/*mobile*/
 footer {
	 clear: both;
	 background: url(../images/blue-background-mobile.png) repeat;
	 background-size: cover;
	 display: block;
}
 footer a, footer p {
	 font-family: 'Montserrat', sans-serif;
	 color: #fff;
}
 footer ul li a {
	 font-size: 1.0625em;
	 text-decoration: none;
}
 footer ul li a:hover, footer ul li a:focus {
	 color: #fff;
	 text-decoration: underline;
}
 footer .wrapper {
	 background: url(../images/transparent-overlay-mobile.png) repeat;
	 background-size: cover;
}
 footer .logoAndAddress p, footer .socialLinks, footer .pageLinks li {
	 text-align: center;
	 list-style-type: none;
}
 footer .socialLinks a {
	 display: inline-block;
	 max-width: 42px;
}
 footer .socialLinks a img {
	 border-radius: 20px 20px;
	 transition: background-color .5s;
}
 footer .socialLinks a img:hover, footer .socialLinks a img:focus {
	 border-radius: 25px 25px;
	 background-color:#000;
}
 footer .logoAndAddress img {
	 margin-right: auto;
	 margin-left: auto;
	 display: block;
	 margin-bottom: 15px;
}
 footer .logoAndAddress a {
	 text-decoration-color: transparent;
}
 footer .logoAndAddress a:hover {
	 text-decoration-color: #fff;
}
/*Desktop*/
 @media screen and (min-width: 960px) {
	 footer {
		 clear: both;
		 background: url(../images/blue-background.png) repeat;
		 background-size: cover;
		 display: block;
	}
	 footer .wrapper {
		 background: url(../images/transparent-overlay.png) repeat;
		 background-size: cover;
		 position: relative;
	}
	 footer ul li a {
		/*white-space: nowrap;
		*/
		 font-size: 1.495em;
		 text-transform: uppercase;
	}
	 footer .logoAndAddress p {
		 font-size: 1.125em;
	}
	 footer a {
		 max-width: 240px;
	}
	 footer .logoAndAddress, footer .socialLinks, footer .pageLinks {
		 display: inline-block;
	}
	 footer .pageLinks li {
		 text-align: left;
		 float: left;
		 clear: both;
	}
	 footer .logoAndAddress p, footer .socialLinks, footer .pageLinks li {
		 text-align: left;
	}
	 footer .pageLinks {
		 width: 32%;
		 margin-top: 30px;
		 margin-bottom: 25px;
		 margin-right: 36px;
		 float: right;
	}
	 footer .logoAndAddress a, footer .logoAndAddress p {
		 margin: 0;
		 clear: both;
		 display: block;
		 float: left;
	}
	 footer .socialLinks {
		 position: absolute;
		 bottom: 0px;
		 z-index: 2;
		 left: 0;
		 right: 0;
		 margin: 0 auto;
		 max-width: 200px;
		 width: 100%;
	}
	 footer .logoAndAddress {
		 margin-top: 25px;
		 margin-bottom: 25px;
		 margin-left: 36px;
		 width: 33%;
	}
}
/* ============================ Impact Areas * ============================*/
 .impact-image {
	 display: block;
	 width: 100%;
}
 .impact-image-area {
	 display: block;
}
 .impact-image-area + .textContent, .impact-image-area + .cta-section {
	 padding-top: 30px;
}
 @media all and (max-width: 960px) {
	 .impact-image-area + .textContent, .impact-image-area + .cta-section {
		 padding-top: 10px;
	}
}
/* ============================ Home Page * ============================*/
/*Home Square Section*/
 .tray .col4 {
	 width: 33%;
	 margin: 0 0 .1% 0;
}
 .tray .col6 {
	 width: 49.75%;
	 margin: 0 0 .1% 0;
}
 .tray .col6:first-child {
	 margin-right: .5%;
}
 .tray .col4:nth-child(2) {
	 margin-right: .5%;
	 margin-left: .5%;
}
 .homeSquare {
	 display: block;
	 cursor: pointer;
	 position: relative;
}
 .homeSquare a, .homeSquare img {
	 display: block;
	 width: 100%;
	 background-color: #000;
}
 .homeSquare img {
	 margin-bottom: 5px;
}
 .homeSquare h2 {
	 color: #fff;
	 text-decoration: none;
	 font-weight: bold;
	 font-family: 'Montserrat', sans-serif;
	 text-align: center;
	 font-size: 2.2em;
	 text-shadow: 3px 3px 8px #000;
}
 @media screen and (max-width: 960px){
	 .homeSquare .titleArea {
		 margin-bottom: 30px !important;
	}
	 .homeSquare.long .titleArea {
		 margin-bottom: 30px;
	}
}
 .homeSquare .titleArea {
	 position: absolute;
	 bottom: 0;
	 margin-bottom: 15%;
	 width: 100%;
	 text-transform: uppercase;
	 padding-right: 20px;
	 padding-left: 20px;
}
 .homeSquare .decorativeWave {
	 height: 29px;
	 margin-left: auto;
	 margin-right: auto;
	 background: url("../images/white-wave-section.png") repeat-x bottom;
}
 .homeSquare.long .titleArea {
	 margin-bottom: 8%;
}
 .homeSquare.long .titleArea h2 span {
	 text-shadow: 3px 3px 8px #000;
	 text-transform: uppercase;
}
 .fullWidthButton {
	 display: block;
	 width: 100%;
	 text-align: center;
	 background-color: #00688F;
	 color: #fff;
	 font-size: 3.75em;
	 font-family: 'Montserrat', sans-serif;
	 margin-top: 5px;
	 margin-bottom: 5px;
	 text-decoration: none;
	 text-transform: uppercase;
}
 .fullWidthButton h1 {
	 font-family: 'Montserrat', sans-serif;
	 color: #fff;
}
 .body-logo {
	 margin-top: 15px;
	 z-index: 99999;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 position: absolute;
	 left: 0;
	 right: 0;
	 max-width: 160px;
}
 @media screen and (max-width: 960px){
	 .tray .col6 {
		 width: 100%;
		 margin: 0 0 0 0;
	}
	 .tray .col4 {
		 width: 100%;
		 margin: 0 0 0 0;
	}
	 footer .logoAndAddress img {
		 margin-bottom: 15px;
		 padding-top: 15px;
	}
}
 @media screen and (max-width: 600px){
	 .fullWidthButton {
		 font-size: 2em;
		 margin-top: 2px;
		 margin-bottom: 2px;
	}
	 .homeSquare h2 {
		 font-size: 1.375em;
	}
	 .homeSquare img {
		 margin-bottom: 2px;
	}
	 .home .alohaBlueGradient {
		 height: 100px;
	}
	 .home .mainBody {
		 margin-top: -100px;
	}
}
/* ============================ Content * ============================*/
 .top-banner {
	 margin-top: 46px;
	 margin-bottom: 46px;
	 display: block;
}
 .bannerItem {
	 width: 24.62%;
	 margin: 0 .5% 0 0;
}
 .bannerItem img {
	 display: block;
	 margin-bottom: 7px;
	 width: 100%;
}
 .bannerItem p {
	 background-color: #007297;
	 margin: 0;
	 min-height: 36px;
	 color: #fff;
	 padding: 5px;
}
/*START: MAIN TITLE */
 h1.title {
	 width: 100%;
	 font-family: 'Montserrat', sans-serif;
	 color: #50748A;
	 text-align: center;
	 padding: 20px;
	 font-weight: bold;
	 display: inline-block;
	 font-size: 3.5vw;
	 text-transform: uppercase;
}
 @media screen and (max-width: 960px) {
	 h1.title {
		 font-size: 1.5em;
		 line-height: 1.25;
		 padding-left: 20px;
		 padding-top: 12px;
		 padding-bottom: 12px;
		 padding-right: 20px;
	}
}
/*END: MAIN TITLE*/
/*START: CTA COLUMNS*/
 @media screen and (min-width: 960px) {
	 .cta-columns.single.col6 {
		 max-width: 48%;
		 width: 100%;
		 float: none;
	}
	 .cta-columns.single.col6:not(.dual) {
		 margin-right:auto;
		 margin-left:auto;
	}
	 .cta-section:last-child {
		 margin-bottom: 30px;
	}
}
 .cta-columns {
	 margin-bottom: 5px;
	 display: flex;
}
 .cta-section.col12 {
	 margin-right: auto;
	 margin-left: auto;
	 display: flex;
	 float: none;
	 max-width: 1169px;
}
 .textContent + .cta-section, .textColumns + .cta-section {
	 margin-top: 20px;
}
 .cta-columns:hover > a > div h2, .cta-columns:hover > a > div {
	 background-color: #2b2E34;
	 color: #fff;
	 cursor: pointer;
}
 .cta-columns.col6:last-child {
	 margin-bottom: 5px;
}
 .cta-columns div {
	 background-color: #D6DF4B;
	 width: 100%;
	 padding: 5%;
	 flex: 1;
	 display: flex;
	 display: -webkit-flex;
	 -webkit-align-content: center;
	 align-content: center;
	 justify-content: center;
	 -webkit-justify-content: center;
	 flex-wrap: wrap;
	 align-items: center;
}
 .cta-columns div h2 {
	 display: block;
	 color: #2B2E34;
	 font-family: 'Montserrat', sans-serif;
	 text-align: center;
	 width: 100%;
	 font-weight: bold;
	 font-size: 1.4vw;
	 text-transform: uppercase;
	 margin-bottom: 0px;
}
 .cta-columns img {
	 width: 100%;
	 display: block;
}
 .cta-columns > a {
	 display: flex;
	 flex-direction: column;
	 flex: 1;
	 text-decoration: none;
}
/*MOBILE*/
 @media all and (max-width:960px) {
	 .cta-section.col12 {
		 padding-right: 0%;
		 padding-left: 0%;
		 display:inline-block;
	}
	 .cta-columns {
		 width: 100%;
		 margin-bottom: 5px;
	}
	 .cta-columns div {
		 background-color: #D6DF4B;
		 display: inline-table;
		 width: 100%;
	}
	 .cta-columns div h2 {
		 display: table-cell;
		 color: #2B2E34;
		 font-family: 'Montserrat', sans-serif;
		 vertical-align: middle;
		 text-align: center;
		 width: 100%;
		 padding-right: 10%;
		 padding-left: 10%;
		 font-weight: bold;
		 font-size: 1.5625em;
	}
	 .cta-columns img {
		 width: 100%;
	}
}
/*END: CTA COLUMNS*/
/*START: EVENTS GALLERY PLUGIN*/
 .eventsGalleryHeader > img {
	 display: block;
	 margin-right: auto;
	 margin-left: auto;
	 margin-bottom: 20px;
	 margin-top: 20px;
	 height: 18px;
}
 .eventsGalleryHeader h2 {
	 font-size: 2.1875em;
	 text-align: center;
	 font-weight: bold;
	 text-transform: uppercase;
}
 .galleryImage {
	 width: 156px;
	 height: 156px;
}
 .eventsGalleryWrapper .galleryInternalWrapper:hover {
	 opacity: 0.5;
}
 .eventsGalleryWrapper {
	 max-width: 1333px;
	 width: 100%;
	 margin-right: auto;
	 margin-left: auto;
}
/*EX GALLERY*/
 .eventsGalleryWrapper .slick-slider {
	 margin-bottom: 20px;
	 margin-top: 20px;
}
 .slick-track a {
	 text-indent: -999999px;
	 line-height: 0;
}
 .buttonContainer-left {
	 display: inline-block;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
}
 .buttonContainer-right {
	 display: inline-block;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 right: 0px;
}
 @media screen and (min-width: 961px) and (max-width: 1100px) {
	 .buttonContainer-right {
		 width: 10%;
	}
}
 .logo-slick-next {
	 cursor: pointer;
	 border: none;
	 background-color: transparent;
	 text-indent: -9999999px;
	 background-image: url(../images/icons/right-arrow-thic.svg);
	 background-repeat: no-repeat;
	 display: inline-block;
	 height: 44px;
	 width: 20px;
	 top: 40%;
	 z-index: 1;
	 position: relative;
}
 @media screen and (min-width: 1400px) {
	 .logo-slick-prev {
		 left: -33px;
	}
}
 .logo-slick-prev {
	 cursor: pointer;
	 border: none;
	 background-color: transparent;
	 z-index: 1;
	 text-indent: -9999999px;
	 background-image: url(../images/icons/left-arrow-thic.svg);
	 background-repeat: no-repeat;
	 display: inline-block;
	 height: 44px;
	 width: 20px;
	 position: relative;
	 top: 40%;
}
 .logo-slick-next img, .logo-slick-prev img {
	 width: 20px;
	 height: 36px;
}
 .logo-carousel.slick-initialized.slick-slider .slick-slide img {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 margin: auto auto;
}
 @media (max-width: 960px){
	 .eventsGalleryHeader > img {
		 height: 14px;
	}
	 .eventsGalleryHeader h2 {
		 font-size: 1.79em;
	}
	 .logo-slick-next {
		 cursor: pointer;
		 border: none;
		 background-color: transparent;
		 text-indent: -9999999px;
		 background-image: url(../images/icons/right-arrow-thic.svg);
		 background-repeat: no-repeat;
		 display: inline-block;
		 height: 100%;
		 width: 20px;
		 right:0;
		 top: 0;
		 z-index: 1;
		 position: relative;
		 padding-left: 50px;
		 background-position: center;
	}
	 .logo-slick-prev {
		 cursor: pointer;
		 border: none;
		 background-color: transparent;
		 text-indent: -9999999px;
		 background-image: url(../images/icons/left-arrow-thic.svg);
		 background-repeat: no-repeat;
		 display: inline-block;
		 height: 100%;
		 width: 20px;
		 position: relative;
		 top: 0;
		 padding-right: 50px;
		 background-position: center;
	}
	 .galleryImage {
		 width: 100%;
		 height: 170px;
	}
}
 @media (max-width: 500px) {
	 .eventsGalleryHeader h2 {
		 font-size: 1.4em;
	}
}
/*END: EVENTS GALLERY PLUGIN*/
/*START: LISTING ITEMS*/
 .directoryListing {
	 float:none;
}
 .directoryListing.col12:last-child {
	 margin-bottom: 32px;
}
 .directoryListing > div {
	 width: 100%;
	 display: flex;
	 flex-direction: row;
	 margin-right: auto;
	 margin-left: auto;
	 max-width: 1000px;
}
 .directoryListing > p {
	 font-size: 1.45em;
	 font-family: 'Poly', serif;
	 text-align: left;
	 max-width: 1560px;
	 width: 100%;
	 margin-left: auto;
	 margin-right: auto;
	 line-height: 1.3;
}
 .directoryListing > img {
	 display: block;
	 margin-right: auto;
	 margin-left: auto;
	 margin-bottom: 25px;
	 margin-top: 25px;
	 height: 16px;
}
 .directoryListing h2 {
	 font-size: 2em;
	 font-family: 'Montserrat', sans-serif;
	 text-align: center;
	 font-weight: bold;
	 text-transform: uppercase;
}
 .listingItems p.comingSoon {
	 color: #132A4F;
	 font-family: 'Montserrat', sans-serif;
	 text-transform: uppercase;
}
 .comingSoon {
	 color: #132A4F;
	 font-family: 'Montserrat', sans-serif;
	 text-transform: uppercase;
	 font-weight:bold;
}
 @media all and (min-width:1300px) {
	 .listingItems {
		 width: 313.33px !important;
	}
}
 .listingItems {
	 width: 33%;
	 border: 1px solid #000;
	 margin: 10px;
	 padding: 17px;
	 font-size: 1.0625em;
	 font-family: Poly, serif;
}
 .listingItems img {
	 width:100%;
	 display: block;
	 margin-bottom: 20px;
}
 .listingItems p {
	 width: 100%;
	 font-size: 1.0625em;
	 font-family: 'Poly', serif;
	 margin-bottom: 0;
}
 @media all and (max-width: 1300px) and (min-width: 961px){
	 .directoryListing > div {
		 width: 53%;
		 display: flex;
		 flex-wrap: wrap;
		 flex-direction: row;
		 margin-right: auto;
		 margin-left: auto;
	}
	 .listingItems {
		 width: 45%;
		 border: 1px solid #000;
		 margin: 10px;
		 padding: 17px;
	}
}
 @media all and (max-width: 960px) {
	 .directoryListing > div {
		 width: 100%;
		 display: flex;
		 flex-direction: column;
		 margin-right: auto;
		 margin-left: auto;
	}
	 .directoryListing > p {
		 font-size: 1.0625em;
		 line-height: 1.5;
	}
	 .listingItems {
		 width: 100%;
		 border: 0px solid #000;
		 margin: 0px;
		 padding: 20px;
	}
	 .directoryListing > img {
		 height: 14px;
	}
	 .directoryListing h2 {
		 font-size: 1.79em;
		 margin-bottom: 0px;
	}
}
/*END: Listing Columns */
/*START: CONTENT BANNERS*/
 .contentBanner {
	 width: 100%;
	 display: inline-block;
	 padding-right: 20px;
	 padding-left: 20px;
	 padding-top: 10px;
	 padding-bottom: 5px;
}
 .contentBanner + .contentBanner {
	 padding-top: 5px;
}
 .contentBanner > p {
	 font-size: 1.45em;
	 font-family: 'Poly', serif;
	 text-align: left;
	 max-width: 1560px;
	 width: 100%;
	 margin-left: auto;
	 margin-right: auto;
	 line-height: 1.3;
}
 .contentBanner > p:last-child {
	 margin-bottom: 0px;
}
 .contentBanner > img {
	 display: block;
	 margin-right: auto;
	 margin-left: auto;
	 margin-bottom: 20px;
	 margin-top: 20px;
	 height: 16px;
}
 .contentBanner h2 {
	 font-size: 2em;
	 font-family: 'Montserrat', sans-serif;
	 text-align: center;
	 font-weight: bold;
	 text-transform: uppercase;
	 margin-top: 28px;
	 margin-bottom: 28px;
}
 @media all and (max-width: 960px) {
	 .contentBanner > p {
		 font-size: 1.0625em;
		 line-height: 1.5;
	}
	 .contentBanner h2 {
		 font-size: 1.79em;
		 margin-top: 20px;
		 margin-bottom: 32px;
	}
}
 @media all and (max-width: 500px) {
	 .contentBanner h2 {
		 font-size: 1.3em;
	}
}
/*END: CONTENT BANNER*/
/*START: TEXT COLUMNS*/
 .textColumns {
	width: 100%;
	max-width: 1560px;
	margin-right: auto;
	 margin-left: auto;
	display: flex;
	padding-bottom: 0px;
	padding-top: 30px;
}
 .textColumns + .textColumns {
	padding-top: 30px;
}
 .directoryListing + .textColumns {
	padding-top: 27px;
}
 .textColumn {
	margin-bottom: 0;
	font-family: 'Poly', serif;
	color: #132A4F;
	font-size: 1.45em;
}
 .textColumns.triple .textColumn {
	width: 33%;
}
 .textColumns.dual .textColumn {
	width: 48%;
}
 .textColumns.single .textColumn {
	width: 100%;
}
 .textColumn p {
	margin-bottom: 0;
}
 .textColumn a {
	color: #4F5CD5;
}
 .textColumn h3 a {
	text-transform: uppercase;
	font-family: 'Poly', serif;
}
 .directoryListing p a {
	color: #4F5CD5;
}
 .textColumn .textColumnTitle {
	font-weight: bold;
}
 @media all and (max-width: 960px) {
	 .textColumn h3 a {
		font-size: .75em;
	}
	 .textColumn {
		width: 100%;
		padding: 11px;
		font-size: 1.0625em;
	}
	 .directoryListing + .textColumns {
		padding-top: 0px;
	}
	 .directoryListing + .textColumns .textColumn {
		padding-top: 20px;
	}
	 .textColumns {
		display: inline-block;
	}
	 .textColumns.triple .textColumn {
		width: 100%;
	}
	 .textColumns.dual .textColumn {
		width: 100%;
	}
	 .textColumns.single .textColumn {
		width: 100%;
	}
}
/*START: TEXT CONTENT PARAGRAPHs*/
 .textContent {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 22px;
	padding-left: 22px;
	font-size: 1.45em;
	font-family: 'Poly', serif;
	line-height: 1.3;
	max-width: 1604px;
}
 .directoryListing + .textContent {
	padding-top: 0px;
}
 .textContent p {
	font-family: 'Poly', serif;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
	margin-bottom: 27px;
}
 @media screen and (max-width: 960px) {
	.textContent {
		font-size: 1.0625em;
		line-height: 1.5;
	}
	.textContent h3 {
		font-size: 1.0625em !important;
	}
	.textContent h2 {
		font-size: 1.15em !important;
	}
}
 .textContent p:last-child {
	margin-bottom: 0;
}
 .textContent h2 {
	font-size: 2rem;
	 font-family: 'Montserrat', sans-serif;
	 text-transform: uppercase;
	 line-height: 1.28;
	 color: #132A4F;
	 padding-bottom: 30px;
	 margin-bottom: 0px;
}
 .textContent h3 {
	text-transform: uppercase;
	font-family: 'Poly', serif;
	max-width: 1560px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
 .textContent h3 a {
	color: #4F5CD6;
}
 .textContent a {
	color:#4F5CD6;
}
/*END: TEXT CONTENT PARAGRAPHS*/
/* ============================ Media Queries * ============================*/
 @media print {
	 body, h1, h2, h3, h4, h5, p, a, span {
		 color: #000 !important;
	}
}
 @media all and (max-width:960px) {
	/* Global */
	 .tabletOnly {
		 display: block!important;
	}
	 .desktopOnly {
		 display: none!important;
	}
}
 @media all and (max-width:580px) {
}
/*Plugins*/
/* ============================ Slick Slider * ============================*/
 .slick-slider {
	 position: relative;
	 display: block;
	 box-sizing: border-box;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 -webkit-touch-callout: none;
	 -khtml-user-select: none;
	 -ms-touch-action: pan-y;
	 -webkit-tap-highlight-color: transparent;
}
 .slick-list {
	 position: relative;
	display: block;
	 overflow: hidden;
	 margin: 0;
	 padding: 0;
}
 .slick-list:focus {
	 outline: none;
}
 .slick-list.dragging {
	 cursor: pointer;
}
 .slick-slider .slick-track, .slick-slider .slick-list {
	 -webkit-transform: translate3d(0, 0, 0);
	 -moz-transform: translate3d(0, 0, 0);
	 -ms-transform: translate3d(0, 0, 0);
	 -o-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
}
 .slick-track {
	 position: relative;
	 top: 0;
	 left: 0;
	 display: block;
}
 .slick-track:before, .slick-track:after {
	 display: table;
	 content: '';
}
 .slick-track:after {
	 clear: both;
}
 .slick-loading .slick-track {
	 visibility: hidden;
}
 .slick-slide {
	 display: none;
	 float: left;
	 height: auto;
	 min-height: 1px;
}
 [dir='rtl'] .slick-slide {
	 float: right;
}
 .slick-slide img {
	 display: block;
}
 .slick-slide.slick-loading img {
	 display: none;
}
 .slick-initialized .slick-slide {
	 display: block;
}
 .slick-loading .slick-slide {
	 visibility: hidden;
}
 .slick-vertical .slick-slide {
	 display: block;
	 height: auto;
	 border: 1px solid transparent;
}
 .slick-arrow.slick-hidden {
	 display: none;
}
/* Slider */
/*.slick-loading .slick-list{
	 background: #fff url('./ajax-loader.gif') center center no-repeat;
}
*/
/* Arrows */
 .slick-prev, .slick-next {
	 font-size: 0;
	 line-height: 0;
	 position: absolute;
	 bottom: 20px;
	 display: block;
	 width: 30px;
	 height: 33px;
	 padding: 0;
	 -webkit-transform: translate(0, -50%);
	 -ms-transform: translate(0, -50%);
	 transform: translate(0, -50%);
	 cursor: pointer;
	 border: none;
	 outline: none;
	 z-index: 2;
	 background-color: rgba(66, 180, 62, 0.8);
}
 .slick-prev:hover, .slick-next:hover {
	 background-color: rgba(66, 180, 62, 1);
}
 .slick-prev {
	 left: 10px;
}
 .slick-prev:before {
	 font-size: 1.9rem;
	 color: #fff;
	 content:"\f104";
	 font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 display: inline-block;
	 padding-top: 6px;
}
 .slick-next {
	 right: 10px;
}
 .slick-next:before {
	 font-size: 1.9rem;
	 color: #fff;
	 content:"\f105";
	 font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 display: inline-block;
	 padding-top: 6px;
}
/* Dots */
 .slick-dotted.slick-slider {
	 margin-bottom: 30px;
}
 ul.slick-dots {
	 position: absolute;
	 display: block;
	 width: 100%;
	 bottom: -40px;
	 padding: 0;
	 margin: 0;
	 list-style: none;
	 text-align: center;
	 text-indent: 0;
}
 ul.slick-dots > li {
	 position: relative;
	 display: inline-block;
	 width: 20px;
	 height: 20px;
	 margin: 0 2px;
	 padding: 0;
	 cursor: pointer;
	 clear: none;
}
 ul.slick-dots li:before {
	 content: '';
}
 ul.slick-dots > li button {
	 font-size: 0;
	 line-height: 0;
	 display: block;
	 width: 20px;
	 height: 20px;
	 padding: 5px;
	 cursor: pointer;
	 color: transparent;
	 border: 0;
	 outline: none;
	 background: transparent;
}
 ul.slick-dots li button:hover, ul.slick-dots li button:focus {
	 outline: none;
}
 ul.slick-dots li button:hover:before, ul.slick-dots li button:focus:before {
	 opacity: 1;
}
 ul.slick-dots > li button:before {
	 font-size: 2.8125em;
	 line-height: 20px;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 20px;
	 height: 20px;
	 content: '\2022';
	 text-align: center;
	 color: #ccc;
	 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
 ul.slick-dots li.slick-active button:before {
	 color: #8f8f8f;
}
/* ============================ Magnific Popup * ============================*/
 .mfp-bg {
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 99998;
	 overflow: hidden;
	 position: fixed;
	 background: #0b0b0b;
	 opacity: 0.65;
	 filter: alpha(opacity=65);
}
 .mfp-wrap {
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 99999;
	 position: fixed;
	 outline: none !important;
	 -webkit-backface-visibility: hidden;
}
 .mfp-container {
	 text-align: center;
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 left: 0;
	 top: 0;
	 padding: 0 8px;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
 .mfp-container:before {
	 content: '';
	 display: inline-block;
	 height: 100%;
	 vertical-align: middle;
}
 .mfp-align-top .mfp-container:before {
	 display: none;
}
 .mfp-content {
	 position: relative;
	 display: inline-block;
	 vertical-align: middle;
	 margin: 0 auto;
	 text-align: left;
	 z-index: 1045;
}
 .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	 width: 100%;
	 cursor: auto;
}
 .mfp-ajax-cur {
	 cursor: progress;
}
/* .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	 cursor: -moz-zoom-out;
	 cursor: -webkit-zoom-out;
	 cursor: zoom-out;
}
 */
 .mfp-zoom {
	 cursor: pointer;
	 cursor: -webkit-zoom-in;
	 cursor: -moz-zoom-in;
	 cursor: zoom-in;
}
 .mfp-auto-cursor .mfp-content {
	 cursor: auto;
}
 .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	 -webkit-user-select: none;
	 -moz-user-select: none;
}
 .mfp-loading.mfp-figure {
	 display: none;
}
 .mfp-hide {
	 display: none !important;
}
 .mfp-preloader {
	 color: #CCC;
	 position: absolute;
	 top: 50%;
	 width: auto;
	 text-align: center;
	 margin-top: -0.8em;
	 left: 8px;
	 right: 8px;
	 z-index: 1044;
}
 .mfp-preloader a {
	 color: #CCC;
}
 .mfp-preloader a:hover {
	 color: #FFF;
}
 .mfp-s-ready .mfp-preloader {
	 display: none;
}
 .mfp-s-error .mfp-content {
	 display: none;
}
 button.mfp-close, button.mfp-arrow, .closeButton {
	 overflow: visible;
	 cursor: pointer;
	 background: transparent;
	 border: 0;
	 -webkit-appearance: none;
	 display: block;
	 outline: none;
	 padding: 0;
	 z-index: 999999;
	 -webkit-box-shadow: none;
	 box-shadow: none;
}
 button::-moz-focus-inner {
	 padding: 0;
	 border: 0;
}
 .mfp-close, .closeButton, button.mfp-close {
	 width: 25px;
	 height: 25px;
	 line-height: .25;
	 position: absolute;
	 right: 0;
	 top: 0;
	 text-decoration: none;
	 text-align: center;
	 opacity: 0.7;
	 filter: alpha(opacity=65);
	 color: #FFF;
	 font-style: normal;
	 font-size: 1.5em;
	 font-family: Arial, Baskerville, monospace;
}
 .mfp-close:hover, .mfp-close:focus {
	 opacity: 1;
	 filter: alpha(opacity=100);
}
 .mfp-close:active {
	 top: 1px;
}
 .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	 color: #FFF;
	 right: 12px;
	 margin-top: 12px;
	 text-align: center;
	 top: 40px;
	 background-color: #000;
	 border: 1px solid #fff;
}
 .mfp-counter {
	 position: absolute;
	 top: 0;
	 right: 0;
	 color: #CCC;
	 font-size: 12px;
	 line-height: 18px;
	 white-space: nowrap;
}
 .mfp-arrow {
	 position: absolute;
	 opacity: 0.65;
	 filter: alpha(opacity=65);
	 margin: 0;
	 top: 50%;
	 margin-top: -55px;
	 padding: 0;
	 width: 90px;
	 height: 110px;
	 -webkit-tap-highlight-color: transparent;
}
 .mfp-arrow:active {
	 margin-top: -54px;
}
 .mfp-arrow:hover, .mfp-arrow:focus {
	 opacity: 1;
	 filter: alpha(opacity=100);
}
 .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	 content: '';
	 display: block;
	 width: 0;
	 height: 0;
	 position: absolute;
	 left: 0;
	 top: 0;
	 margin-top: 35px;
	 margin-left: 35px;
	 border: medium inset transparent;
}
 .mfp-arrow .mfp-a {
	 top: 8px;
}
 .mfp-arrow .mfp-b {
	 opacity: 0.7;
}
 .mfp-arrow-left {
	 background: url(../images/icons/left-arrow-thic.svg) top left !important;
	 opacity: 1;
	 background-repeat: no-repeat;
	 width: 50px;
	 height: 75px;
	 background-position: 0 0;
	 left: 40px;
	 padding-left: 40px;
}
 .mfp-arrow-right {
	 background: url(../images/icons/right-arrow-thic.svg) top right !important;
	 opacity: 1;
	 background-repeat: no-repeat;
	 width: 50px;
	 height: 75px;
	background-position: -20px 0;
	 right: 40px;
	 padding-right: 40px;
}
 .mfp-iframe-holder {
	 padding-top: 40px;
	 padding-bottom: 40px;
}
 .mfp-iframe-holder .mfp-content {
	 line-height: 0;
	 width: 100%;
	 max-width: 900px;
}
 .mfp-iframe-holder .mfp-close {
	 top: -40px;
}
 .mfp-iframe-scaler {
	 width: 100%;
	 height: 0;
	 overflow: hidden;
	 padding-top: 56.25%;
}
 .mfp-iframe-scaler iframe {
	 position: absolute;
	 display: block;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	/*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	 */
	background: #000;
}
/* Main image in popup */
 img.mfp-img {
	 width: auto;
	 max-width: 100%;
	 height: auto;
	 display: block;
	 line-height: 0;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 padding: 40px 0 40px;
	 margin: 0 auto;
}
/* The shadow behind the image */
 .mfp-figure {
	 line-height: 0;
}
 .mfp-figure:after {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 40px;
	 bottom: 40px;
	 display: block;
	 right: 0;
	 width: auto;
	 height: auto;
	 z-index: -1;
	 box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	 background: #444;
}
 .mfp-figure small {
	 color: #BDBDBD;
	 display: block;
	 font-size: 12px;
	 line-height: 14px;
}
 .mfp-figure figure {
	 margin: 0;
}
 .mfp-bottom-bar {
	 margin-top: -36px;
	 position: absolute;
	 top: 100%;
	 left: 0;
	 width: 100%;
	 cursor: auto;
}
 .mfp-title {
	 text-align: left;
	 line-height: 18px;
	 color: #F3F3F3;
	 word-wrap: break-word;
	 padding-right: 36px;
}
 .mfp-image-holder .mfp-content {
	 max-width: 100%;
}
 .mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
 @media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
	 .mfp-img-mobile .mfp-image-holder {
		 padding-left: 0;
		 padding-right: 0;
	}
	 .mfp-img-mobile img.mfp-img {
		 padding: 0;
	}
	 .mfp-img-mobile .mfp-figure:after {
		 top: 0;
		 bottom: 0;
	}
	 .mfp-img-mobile .mfp-figure small {
		 display: inline;
		 margin-left: 5px;
	}
	 .mfp-img-mobile .mfp-bottom-bar {
		 background: rgba(0, 0, 0, 0.6);
		 bottom: 0;
		 margin: 0;
		 top: auto;
		 padding: 3px 5px;
		 position: fixed;
		 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
	}
	 .mfp-img-mobile .mfp-bottom-bar:empty {
		 padding: 0;
	}
	 .mfp-img-mobile .mfp-counter {
		 right: 5px;
		 top: 3px;
	}
	 .mfp-img-mobile .mfp-close {
		 top: 0;
		 right: 0;
		 width: 35px;
		 height: 35px;
		 line-height: 35px;
		 background: rgba(0, 0, 0, 0.6);
		 position: fixed;
		 text-align: center;
		 padding: 0;
	}
}
 @media all and (max-width:900px) {
	 .mfp-arrow {
		 -webkit-transform: scale(0.75);
		 transform: scale(0.75);
	}
	 .mfp-arrow-left {
		 -webkit-transform-origin: 0;
		 transform-origin: 0;
	}
	 .mfp-arrow-right {
		 -webkit-transform-origin: 100%;
		 transform-origin: 100%;
	}
	 .mfp-container {
		 padding-left: 6px;
		 padding-right: 6px;
	}
}
 .mfp-ie7 .mfp-img {
	 padding: 0;
}
 .mfp-ie7 .mfp-bottom-bar {
	 width: 600px;
	 left: 50%;
	 margin-left: -300px;
	 margin-top: 5px;
	 padding-bottom: 5px;
}
 .mfp-ie7 .mfp-container {
	 padding: 0;
}
 .mfp-ie7 .mfp-content {
	 padding-top: 44px;
}
 .mfp-ie7 .mfp-close {
	 top: 0;
	 right: 0;
	 padding-top: 0;
}
 @media all and (max-width:580px) {
	 .mfp-arrow-left {
		 background: url(../images/icons/slider-arrow-gray.png) top left !important;
		 width: 15px;
		 height: 40px;
	}
	 .mfp-arrow-right {
		 background: url(../images/icons/slider-arrow-gray.png) top right !important;
		 width: 15px;
		 height: 40px;
	}
 }
	/* ============================ Alert Message Popup * ============================*/
	/*ALERT MESSAGE AREA*/
	 .alert{
		 position:relative;
		 padding: 10px 0 10px 0;
		 /*updated from #132A4F #007298*/ 
		 background:#d7e04c;
		/*updated from #ff0000 to brand color march 2020 diane skyland*/
		 color:#ffffff;
		 text-align: center;
		 z-index: 99999;
	}
	 .alert i{
		 vertical-align: middle;
	}
	 .alert span.alertBox{
		 display:inline-block;
		 font-family: 'Montserrat', 'sans-serif';
		 font-size: 1.25em;
		 /*font-family: 'Gotham-Bold';*/
		 border:none;
		/*border:#ffffff 1px solid;
		 */
		 padding:0px;
		/*10px*/
		 margin:0px;
	}
	 .alert span.alertMessage{
		 /*display:none;*/
		 font-size:1.1rem;
		 padding-left:1em;
		 padding-right:1em;
		 /*margin:10px 10px;*/
		 font-family: 'Montserrat', 'sans-serif';
		 
	}
	 .alert span.alertLink a{
	     display:none;
		 /*
		 color:#ffffff;
		 font-family: 'Montserrat', 'sans-serif';
		 */
		 /*font-family: 'Gotham-Bold';*/
	}
	 .alert .disabled{
		 display:none;
	}
	 .alert i.off{
		 display:none;
	}
	 .alert .alertToggle{
		 position: absolute;
		 top: 0;
		 right: 0;
		 width: 100%;
		 bottom: 0;
	}
	 .alert .alertToggle i {
		 right: 5px;
		 top: 5px;
		 position: absolute;
	}
	/*END ALERT MESSAGE AREA*/
	
/* ALTERNATIVE FORMATS */
.ally-iframe-mask, .ally-iframe {
    z-index: 9999999999999999999 !important;
}