﻿@import url("//hello.myfonts.net/count/2f82c8");

@font-face {font-family: 'GlyphaLT';src: url('/plugins/webfonts/2F82C8_0_0.eot');src: url('/plugins/webfonts/2F82C8_0_0.eot?#iefix') format('embedded-opentype'),url('/plugins/webfonts/2F82C8_0_0.woff2') format('woff2'),url('/plugins/webfonts/2F82C8_0_0.woff') format('woff'),url('/plugins/webfonts/2F82C8_0_0.ttf') format('truetype');}

@font-face {font-family: 'GlyphaLT-Bold';src: url('/plugins/webfonts/2F82C8_1_0.eot');src: url('/plugins/webfonts/2F82C8_1_0.eot?#iefix') format('embedded-opentype'),url('/plugins/webfonts/2F82C8_1_0.woff2') format('woff2'),url('/plugins/webfonts/2F82C8_1_0.woff') format('woff'),url('/plugins/webfonts/2F82C8_1_0.ttf') format('truetype');}

@font-face {font-family: 'GillSansMTStd-Book';src: url('/plugins/webfonts/2F82C8_2_0.eot');src: url('/plugins/webfonts/2F82C8_2_0.eot?#iefix') format('embedded-opentype'),url('/plugins/webfonts/2F82C8_2_0.woff2') format('woff2'),url('/plugins/webfonts/2F82C8_2_0.woff') format('woff'),url('/plugins/webfonts/2F82C8_2_0.ttf') format('truetype');}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
    font-size: 100%;
}

body {
	font-family: 'GillSansMTStd-Book';
	color: #2D337D;
	margin: 0px;
	padding: 0px;
    font-style: normal;
    font-weight: normal;
}

a {
    color: #2D337D;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #DF5800;
    text-decoration: underline;
}

p{
    font-size: 16px;
}

hr {
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	color:#502a3a;
	background-color: #502a3a;
    height: 1px;
    clear:both;
    margin: 10px 0;
}

hr.orange {
    color:#df5800;
	background-color: #df5800;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4 {
    font-family: 'GlyphaLT-Bold';
    /*margin: 0px;*/
    /*margin: 0 0 0.5em 0;*/
    margin-top:0;
}
.pod h1,.pod h2,.pod h3 {
    margin: 0;
}
h1.ui-accordion-header, h2.ui-accordion-header, h3.ui-accordion-header {
    margin-bottom: 0;
}

h1, .h1 {
    font-size: 300%;
    line-height: 85%;
}

h1.title {
    margin-left: 26%;
    width: 48%;
}

/*#content h2, #content .h2 {
    font-size: 20px;
    font-weight: 700;
}

#content h3, #content .h3 {
    font-size: 18px;
}

#content h4, #content .h4 {
    font-size: 16px;
}*/

.panel-title {
    color: #2d337d;
    font-size: 112%;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 3px;
}

.dynform {
    border: 1px solid;
    margin-top: 1.25em;
    padding: 15px;
    clear: both;
}

    .dynform > span {
        clear: both;
        display: block;
        font-weight: bold;
    }
/*
textarea 
{
    font-family: 'GillSansMTStd-Book';
}*/
div.accountInfo {
    width: 42%;
}

input, select, textarea {
    border: 1px solid #2d337d;
    border-radius: 6px;
    color: #8a8c8e;
    /*margin-bottom: 8px;*/
    padding: 2px 5px;
    width: 100%;
    font-weight: normal !important;
}

.wts {
    margin-bottom: 0;
    padding: 5px;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 8px;
    margin-top: 0;
    width: auto;
}


input[type="submit"], input[type="button"], .btn-standard {
    background-color: #df5800;
    border: 0 none;
    color: #fff !important;
    font-size: 120%;
    margin-bottom: 0;
    padding: 2px 8px 3px 8px;
    text-align: center;
    float: right;
    width: auto;
    text-decoration: none;
    border-radius: 6px;
}

    a.btn-standard:hover, .btn-standard:hover, input[type="submit"]:hover, input[type="button"]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #2d337d;
    }

input.btn-orange, span.btn-orange, a.btn-orange {
    background-color: #df5800;
    width: 100%;
    min-height: 44px;
    color: #ffffff;
    text-align: center;
    font-size: 140%;
    border: 1px solid #df5800;
    text-decoration: none;
}

.btn-orange.plain {
    display: block;
    cursor: pointer;
    padding-top: 5px;
}

input.btn-greenArrow {
    background-color: #2D337D;
    background-image: url("/images/arrow_green-bg_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 6px;
    clear: both;
    color: #fff;
    float: left;
    padding: 5px 0;
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 0;
}

.btn-pod {
    background-color: #2d337d;
    background-image: url("/images/arrow_green-bg_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    clear: both;
    color: #fff;
    float: left;
    font-family: "GlyphaLT-Bold";
    font-size: 120%;
    margin-bottom: 0;
    padding: 5px 0 5px 10px;
    text-decoration: none;
    width: 73%;
}

.btn-pod-alt {
    background-color: #2d337d;
    background-image: url("/images/accordion_arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    clear: both;
    color: #fff;
    float: left;
    font-family: "GlyphaLT-Bold";
    font-size: 120%;
    margin-bottom: 0;
    padding: 5px 0 5px 10px;
    text-decoration: none;
    width: 73%;
}

input.btn-greenArrow-orange {
    background-color: #df5800;
    background-image: url("/images/arrow_green-bg_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 6px;
    color: #fff;
    float: left;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 0;
    padding: 2px 40px 3px 8px;
    text-align: left;
    width: 19%;
}

.white-arrow-blue input[type=submit] {
    background-color: #2c337e;
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 0;
    padding: 2px 0 3px;
    text-align: center;
    width: 20%;
    height: 46px;
    float: right;
}

.white-arrow-blue input[type=text] {
    height: 46px;
    border: 1px solid #2c337e;
}

.white-arrow-blue label {
    width: 80%;
    display: inline-block;
}

.ui-widget-header {
    background: #2d337d none repeat scroll 0 0;
    border-color: #2d337d;
}
/*.dynform*/

.required {
    color: #e6862c;
    margin-left: 17px;
    /*float:right;
    width:5%;
    clear:none;
    display:inline;*/
}

.requiredWidthAuto {
    width: auto;
}
/*.dynform*/
.requiredSummary {
    color: #e6862c;
    /*font-weight:bold;*/
    margin-bottom: 15px;
}

    .requiredSummary ul {
        display: none; /*MV 20/07/21 Petros requested that this only shows the intro message and not the list of errors.*/
    }
/*This switches the direction of the form element and validation on screen so the form element can be selected when the validation is visible*/
/*#fmForm */.form-group {
    display: flex;
    flex-wrap: wrap-reverse;
}

/*#fmForm */.form-group > div, /*#fmForm */.form-group > span {
    width: 100%;
}

/*#fmForm */.form-group span.required[style*="display: inline"] ~ div > input, /*#fmForm */.form-group span.required[style*="display: inline"] ~ div > .input-group-addon, /*#fmForm */.form-group span.required[style*="display: inline"] ~ div > span::before, /*#fmForm */.form-group span.required[style*="display: inline"] ~ div > span::after, /*#fmForm */.form-group span.required[style*="display: inline"] ~ div > select, /*#fmForm */.form-group span.required[style*="visibility: visible"] ~ div > input {
    border-color: #e6862c !important;
    outline-color: #e6862c !important;
}

/*#fmForm */.form-group span.required[style*="display: inline"] ~ div input:focus ~ span::before, /*#fmForm */.form-group span.required[style*="display: inline"] ~ div textarea:focus ~ span::before, /*#fmForm */.form-group span.required[style*="display: inline"] ~ div input:focus ~ span::after, /*#fmForm */.form-group span.required[style*="display: inline"] ~ div textarea:focus ~ span::after, /*#fmForm */.form-group span.required[style*="display: inline"] ~ div select:focus ~ span::after, /*#fmForm */.form-group span.required[style*="display: inline"] ~ div select:focus ~ span::before, /*#fmForm */.form-group span.required[style*="display: inline"] ~ div select:focus ~ span label {
    border-color: #e6862c;
    color: #e6862c !important;
}

/*#fmForm */.form-group span.required[style*="display: inline"] ~ div.outline select:focus, /*#fmForm */.form-group span.required[style*="display: inline"] ~ div.outline input:focus, /*#fmForm */.form-group span.required[style*="display: inline"] ~ div.outline textarea:focus {
    border-bottom-color: #e6862c !important;
}

/*#fmForm */.form-group span.required[style*="display: inline"] ~ label.control .control__indicator {
    border: 1px solid #e6862c !important;
}

/*#fmForm */.form-group span.required[style*="display: inline"] ~ div.outline input:focus ~ span label, /*#fmForm */.form-group span.required[style*="display: inline"] ~ div.outline textarea:focus ~ span label, /*#fmForm */.form-group span.required[style*="display: inline"] ~ div.outline select:focus ~ span label {
    color: #e6862c !important;
}

/*#fmForm */.form-group span.required[style*="display: inline"] ~ label.control {
    color: #e6862c !important;
}

/*.form-group span.required[style*="display: inline"] {
    background-color:aqua;
    color:red;
}*/
.input-group input:not(:last-child) {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.input-group .input-group-addon {
    background-color: #F2F2F2;
    border-radius: 0;
    border-color: #132e72 !important;
    border-left: 0;
}

    .input-group .input-group-addon:last-of-type {
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }

/* FACEBOOK */

.fbLoginButton 
{
    background-image:url(/images/fb_login_bg.png);    
    color:#fff;
    /*font-weight:bold;*/
    border:1px solid #29447e;
    border-radius: 3px;
    min-height:40px;
    padding:9px 12px 0 50px;
    cursor:pointer;
    width:220px;
}
.fbLoginNote 
{
    clear:both;
    margin-left: 5.5em;
    padding: 1em 0 0 0;
    }

/* MISC  
----------------------------------------------------------*/

/* Text */
.gillsans {
    font-family: 'GillSansMTStd-Book';
}

.glypha {
    font-family: 'GlyphaLT';
}

.glyphaBold {
    font-family: 'GlyphaLT-Bold';
}

.relative { position:relative;}

.line-height { line-height: 110%; }

.text-left  {text-align:left;}
.text-center{ text-align: center; }
.text-right {text-align:right;}
.uppercase  { text-transform: uppercase; }
.vertical-center { vertical-align: middle; }

.biggest    { font-size: 1.6em; }
.bigger     { font-size: 1.35em; }
.big        { font-size: 1.2em; }
.medium     { font-size: 0.95em; }
.small      { font-size: 0.9em; }
.smaller    { font-size: 0.85em !important; }
.smallest   { font-size: 0.8em;}

.fwLighter  { font-weight: lighter; }
.fwRegular  { font-weight: normal;  }
.fwBold     { font-weight: bold;    }
.fwBolder   { font-weight: bolder;  }

/* Color Scheme */
.text-white	{ color: #ffffff; }
.text-red   { color: #ff0000; }
.text-black { color: #000000; }
.text-blue  { color: #2d337d; }
.text-green { color: #9ac2b9; }
.text-grey  { color: #434d52; }
.text-orange, a.text-orange{ color: #DF5800; }

.tick-orange {
    background-image:url("/images/tick-orange.png");
    background-repeat:no-repeat;
    display:block;
    padding-left:25px;
    min-height:20px;
}
.cross-orange {
    background-image:url("/images/cross-orange.png");
    background-repeat:no-repeat;
    display:block;
    padding-left:25px;
    min-height:20px;
}

.bg-light   { background-color: #F6EFE0; }
.bg-dark    { background-color: #848480; }
.bg-darker  { background-color: #545954; }
.bg-green   { background-color: #9AC2B9; }
.bg-orange  { background-color: #DF5800; }
.bg-grey    { background-color: #434D52; }
.bg-blue    { background-color: #2d337d; }
.bg-white   { background-color: #FFFFFF; }
.bg-black   { background-color: #000000; }
.bg-pistachio{ background-color: #deeae8; }
.bg-sand{ background-color: #f6efe0; }

.bg-burgundy{ background-color: #D13F3E; }
.bg-darkgreen   { background-color: #028033; }

.bg-light-green { background-color: #87B09A; }
.bg-light-pink  { background-color: #EFA29E; }
.bg-light-blue  { background-color: #00D4E7; }

.bg-lgreen    { background-color: #d5e3dc; }
.bg-lorange    { background-color: #f1b58e; }
.bg-lblue    { background-color: #bec0d7; }

a.link-white { color: #fff; }
a.link-white:hover { color: #fff; text-decoration: underline; }

a.bg-orange { text-decoration: none; }
a.bg-orange:hover { background-color: #2d337d; color: #fff; text-decoration: none; }

/* Global settings */

.pad2em { padding: 2em;}
.noPad	{padding:0px !important;}
.noMarg	{margin:0px !important;}

.padTop0em      { padding-top: 0em; }
.padTop02em     { padding-top: 0.2em;}
.padTop05em     { padding-top: 0.5em;}
.padTop1em      { padding-top: 1em;}
.padTop15em     { padding-top: 1.5em;}
.padTop2em      { padding-top: 2em;}
.padTop25em     { padding-top: 2.5em;}
.padTop3em      { padding-top: 3em;}
.padTop35em     { padding-top: 3.5em;}

.padLeft0em     { padding-left: 0em;}
.padLeft05em    { padding-left: 0.5em;}
.padLeft1em     { padding-left: 1em;}
.padLeft15em    { padding-left: 1.5em;}
.padLeft2em     { padding-left: 2em;}
.padLeft25em    { padding-left: 2.5em;}
.padLeft3em     { padding-left: 3em;}
.padLeft35em    { padding-left: 3.5em;}
.padLeft9em     { padding-left: 7.5em;}

.padRight0em    { padding-right: 0;}
.padRight05em   { padding-right: 0.5em;}
.padRight1em    { padding-right: 1em;}
.padRight15em   { padding-right: 1.5em;}
.padRight2em    { padding-right: 2em;}
.padRight25em   { padding-right: 2.5em;}
.padRight3em    { padding-right: 3em;}
.padRight35em   { padding-right: 3.5em;}

.padBottom0em   { padding-bottom: 0; }
.padBottom05em  { padding-bottom: 0.5em; }
.padBottom1em   { padding-bottom: 1em; }
.padBottom15em  { padding-bottom: 1.5em; }
.padBottom2em   { padding-bottom: 2em; }
.padBottom25em  { padding-bottom: 2.5em; }
.padBottom3em   { padding-bottom: 3em; }
.padBottom35em  { padding-bottom: 3.5em; }
.padBottom4em   { padding-bottom: 4em; }
.padBottom5em   { padding-bottom: 5em; }

.margTop0em     { margin-top: 0em;}
.margTop05em    { margin-top: 0.5em;}
.margTop1em     { margin-top: 1em;}
.margTop15em    { margin-top: 1.5em;}
.margTop2em     { margin-top: 2em;}
.margTop25em    { margin-top: 2.5em;}
.margTop3em     { margin-top: 3em;}
.margTop35em    { margin-top: 3.5em;}
.margTop4em     { margin-top: 4em;}
.margTop5em     { margin-top: 5em;}
.margTop-8em    { margin-top: -8em;}
.margTop22px    { margin-top:22px;}

.margBottom0em  { margin-bottom: 0 !important;}
.margBottom05em { margin-bottom: 0.5em;}
.margBottom1em  { margin-bottom: 1em;}
.margBottom15em { margin-bottom: 1.5em;}
.margBottom2em  { margin-bottom: 2em;}
.margBottom25em { margin-bottom: 2.5em;}
.margBottom3em  { margin-bottom: 3em;}
.margBottom35em { margin-bottom: 3.5em;}

.margLeft0em    { margin-left: 0 !important; }
.margLeft05em   { margin-left: 0.5em; }
.margLeft1em    { margin-left: 1em; }
.margLeft15em   { margin-left: 1.5em; }
.margLeft2em    { margin-left: 2em; }
.margLeft25em   { margin-left: 2.5em; }
.margLeft3em    { margin-left: 3em; }
.margLeft35em   { margin-left: 3.5em; }

.margRight0em   { margin-right: 0 !important; }
.margRight05em  { margin-right: 0.5em; }
.margRight1em   { margin-right: 1em; }
.margRight15em  { margin-right: 1.5em; }
.margRight2em   { margin-right: 2em; }
.margRight25em  { margin-right: 2.5em; }
.margRight3em   { margin-right: 3em; }
.margRight35em  { margin-right: 3.5em; }

.clear	{clear:both;}
.block  {display:block;}
.pointer{cursor:pointer;}

.width-auto {
    width: auto !important;
}
.width-30 { width: 30% !important; }
.width-40 { width: 40% !important; }
.width-50 { width: 50% !important; }
.width-60 { width: 60% !important; }
.width-70 { width: 70% !important; }
.width-80 { width: 80% !important; }
.width-90 { width: 90% !important; }
.width-100 { width: 100% !important; }

.az {
    margin: 3px 0 0;
    padding: 0;
}

.az li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
    font-family: 'GlyphaLT';
}

.getBookBox {
    border-color: #2d337d;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 2px;
    position: relative;
}
.getBookBox .close {
    position: absolute;
    top: 4px;
    right: 6px;
    z-index:100;
}

.event-image {
    /*margin-top: 7px;*/
    padding: 5px 15px;
}

.event-list {
        border-top: 1px solid #DF5800;
    padding-top:5px;

}

.event-list a {
    /*display:block;
    width:100%;
    border-top: 1px solid #DF5800;
    margin-top:5px;
    padding:5px 25px 5px 0;    
    background-image:url('/images/circle-arrow-pink.png');
    background-repeat:no-repeat;
    background-position:right center;*/
    }

.border-top-orange {

}

.border-pink {
    border-bottom: 10px solid #d71567;
}

.border-top-bottom {
    border-top: 1px solid #502A3A;
    border-bottom: 1px solid #502A3A;
}

.border-right-left {
    border-right: 1px solid #502A3A;
    border-left: 1px solid #502A3A;
}

.border-left {
    border-left: 1px solid #502A3A;
}

.joinCaboodle {
    display: none;
}

#pods {
    line-height: 1.229;
}

#banner {
    overflow: hidden;
}
#banner a {
    text-decoration:none;
}
/* banner */

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: none repeat scroll 0 0 transparent !important;
}

.bannerDescription {
    /*left: 20%;*/
    position: absolute;
    top: 12%;
    z-index: 1000;
}
/*.bannerDescription > div { width: 100%; }*/
.bannerDescription > div > img {
    display: unset;
    margin: auto;
}
.bannerDescription h1 { 
    margin:0;
    font-size: 425%;
    line-height: 58px;
}
.banner-overlay h1 {
    font-size: 400%;
    line-height: 110%;
    margin: 0;
    padding-top: 15%;
}
.bannerDescription h2 {
    margin:0;
    font-size: 44px;
    line-height: 42px;
}
.bannerDescription p { 
    font-size: 21.5px;
    line-height: 28px;
    margin-top: 10px;
}
.banner-overlay {
    position: absolute;
    z-index: 2000;
    width: 100%;
}

.banner-overlay .responsive-img {
    max-width: 100%;
    height: auto;
}

.rsDefault .rsBullets {
    background: transparent none repeat scroll 0 0;
    line-height: 30px;
    overflow: visible;
    right: 25%;
    width: auto;
    left: auto;
}

.rsDefault .rsBullet.rsNavSelected span {
    background-color: #df5800;
}

.rsDefault .rsBullet {
    width: 16px;
}

.rsDefault .rsBullet span {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 10px;
    width: 10px;
}

.contentSlider {
  width: 100%;
}
.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
  color: #2d337d;
}

.contentSlider .rsSlide,
.contentSlider .rsOverflow {
  background: #eee;
}

.contentSlider .rsImg {
  /*max-width: 100%;
  height: auto;
  display: block;*/
  position: absolute;
  z-index: 1;
}

.royalSlider * {
    -webkit-backface-visibility: hidden;
}

 /*##### menu overrides #####*/
 .navbar-default {
    background-color: #FFF !important;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
    border: medium none !important;
    border-radius: 0 !important;
    font-family: 'GillSansMTStd-Book';
    text-transform: uppercase;
    font-size: 100%;
    box-shadow: none;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
}
 /*
 .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}*/
.navbar-brand, .navbar-nav > li > a {
    text-shadow: unset;
}

.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
    color: #2D337D !important;
    text-decoration:none;
}
.navbar-nav > li:first-child > a {
    padding-left: 0 !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
    color: #df5800 !important;
    background-color: transparent !important;
}

.navbar-toggle {
    border: none !important;
    border-radius: 0px;
    padding: 0 !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #df5800 !important;
    border-radius: 0;
    display: block;
    height: 4px;
    width: 40px;
}

.navbar-default .navbar-toggle:hover > .icon-bar, .navbar-default .navbar-toggle:focus > .icon-bar {
    background-color: #df5800 !important;
}

.dropdown-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #2D337D;
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15);
    -o-border-image: none;
            border-image: none;
    border-radius: 4px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    font-size: inherit !important;
}

.dropdown-menu > li > a {
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
    text-decoration:none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #df5800;
    /*border-bottom: 1px solid #2d337d;*/
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #df5800 !important;
}

.navbar-nav > li > ul::before, .navbar-nav > li > ul::after {
    border-color: transparent transparent #2D337D;
    border-style: dashed dashed solid;
    border-width: 9px;
    content: "";
    height: 0;
    left: 18px;
    overflow: hidden;
    position: absolute;
    top: -18px;
    width: 0;
}

.dropdown-menu > li > ul::before, .dropdown-menu > li > ul::after {
    border-color: transparent #2d337d transparent transparent;
    border-style: dashed solid solid dashed;
    border-width: 9px;
    content: "";
    height: 0;
    left: -18px;
    overflow: hidden;
    position: absolute;
    top: 8px;
    width: 0;
}

.dropdown-menu > li > ul {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -31px !important;
    margin-left: 103% !important;
}


.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    color: #df5800 !important;
}

/*.navbar-nav > li > .dropdown-menu {
    left: auto;
}

.navbar-nav > li > .dropdown-menu { left: 0 !important; right: 0 !important; width: 100% !important; }*/

/* misc */

#header { 
    border-top: 9px solid #2d337d;
    padding-top: 24px;
    position: relative; 
}

#footer {
    background-color: #f6efe0;
    padding-top: 2em;
    padding-bottom: 5em;
}
#footer a {
    text-decoration:none;
}
.pod > div {
    position:relative;
}
.podLink {
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
    margin-top:-0.5em;
    /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(204,204,204,0.01);
}

section {position:relative;}
.sectionLink {
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;

}

.imageSectionContent {
    background-color:rgba(246,239,224,0.75);
    padding:1em;
    margin: 2em 0 2em 0;
    overflow:auto;
}

.footerPortlet {
    text-align:center;
    font-size:150%;
    font-family: "GlyphaLT-Bold";
}
.footerPortlet img {
    margin-right:0.5em;
}
.footerPortlet a {
    text-decoration:none;
}

@media only screen and (max-width: 991px) {
    #categories  h1 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 500px) {
    #categories .col-xs-6 {
        width: 100% !important;
    }
}


.accordion h3 {
    color: #2d337d;
}

.ui-accordion-header.ui-state-default {
    background-image: url("/images/accordion_arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #f6efe0;
    margin-top: 5px;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
}

.ui-accordion-header.ui-state-default:hover {
    background-color: #2d337d;
    color: #fff;
}

.ui-accordion-header.ui-state-active {
    background-image: url("/images/accordion_arrow-bottom.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #2d337d;
    padding: 10px 20px;
    color: #fff;
}

.ui-accordion-content {
    padding: 15px 20px;
    border: 1px solid;
}


#categories h1 {
    padding: 12px 20px 4px;
}

.section-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#content section {
    /*padding: 2em 0;*/
    margin-top: 1.5em;
}

 .portlets {
     /*padding-bottom: 2em;*/
 }

.btn-caboodle {
    background-color: #d71567;
    background-image: url("/images/arrowBig_whiteRight_pad.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    clear: both;
    color: #fff;
    float: left;
    font-size: 2em;
    font-style: normal;
    /*margin-bottom: 3%;*/
    padding: 4px 65px 4px 8px;
    text-align: left;
    width: auto;
    text-decoration:none;
}

.btn-caboodle:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2d337d;
}
/*
.btn-blue {
    background-color: #2d337d;
    background-image: url("/images/arrow_blue-bg_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    color: #fff;
    font-style: normal;
    padding: 4px 40px 4px 8px;
    text-align: left;
    width: auto;
    text-decoration:none;
    font-family: 'GlyphaLT';
}

.btn-blue:hover {
    color: #2d337d;
    text-decoration: none;
    background-color: #f6efe0;
}
*/
a.btn {
    text-decoration: none;
}
.btn-standard-size-match {
    font-size: 135%;
    padding-top: 2px;
    padding-bottom: 3px;
}

#PanelResults h2 a {
    text-decoration: none;
}

input, select, textarea {
    border: 1px solid #2d337d;
    color: #8a8c8e;
    /*margin-bottom: 8px;*/
    padding: 3px 5px;
    width: 100%;
    font-weight: normal !important;
}

.wts {
    margin-bottom: 0;
    padding: 5px;
}

input[type=submit], span.btn-blue, a.btn-blue {
    /* background-color: #2c337e;
    border: solid 2px #2c337e;
    border-radius: 6px;
    color: #fff;
    font-size: 100%;
    margin-bottom: 0;
    padding: 2px 10px;
    text-align: center;
    width: auto;
    min-width: 88px; */
    text-decoration: none;
    display: inline-block;
    background-color: #2c337e;
    border: solid 2px #2c337e;
    border-radius: 6px;
    color: #fff;
    font-size: 120%;
    font-weight: 400;
    margin-bottom: 0;
    padding: 2px 10px;
    text-align: center;
    width: auto;
    min-width: 88px;
}

    span.btn-blue:hover, a.btn-blue:hover {
        background: #fff !important;
        color: #2c337e !important;
        border: solid 2px #2c337e !important;
    }

input.btn-orange, span.btn-orange, a.btn-orange {
    background-color: #e6862c;
    min-height:36px;
    color: #ffffff;
    /* text-align:center;*/
    font-size: 120%;
    border: 0;
    text-decoration: none;
    padding: 2px 10px;
    border-radius: 6px;
    background-image: url("/images/arrow_white.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    /* padding: 11px 13px 11px 11px; */
    padding: 5px 30px 5px 11px;
    display: block;
    min-width: 220px;
    /*text-transform:uppercase;*/
}

.btn-orange.plain {
    display: block;
    cursor: pointer;
    padding-top: 5px;
}

.btn-orange.near {
    background-image: url("/images/btn-near-me.png");
}

.btn-checkout {
    min-width: 260px !important;
    text-align: left !important;
}

input.btn-outline, a.btn-outline {
    /* display: inline-block;
    background:#fff!important;
    color: #2c337e!important;
    border: solid 2px #2c337e !important;
    border-radius: 6px;
    padding: 2px 10px;
    text-align: center; */

    display: inline-block;
    background: #fff !important;
    color: #2c337e !important;
    border: solid 2px #2c337e !important;
    border-radius: 6px;
    font-size: 120%;
    padding: 2px 10px;
    text-align: center;
    min-width: 88px;
}

    input.btn-outline:hover, a.btn-outline:hover {
        background-color: #2c337e !important;
        border: solid 2px #2c337e !important;
        color: #fff !important;
    }

input.btn-greenArrow {
    background-color: #2D337D;
    background-image: url("/images/arrow_green-bg_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    clear: both;
    color: #fff;
    float: left;
    padding: 5px 0;
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 0;
    border-radius: 6px;
}

input.btn-greenArrow-orange {
    background-color: #e6862c;
    background-image: url("/images/arrow_green-bg_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
    padding: 2px 40px 2px 10px;
    text-align: left;
    border-radius: 6px;
}

.table-responsive {
    border: none;
}

.white-arrow-blue input[type=text] {
    height: 46px;
    /*border: 1px solid #2c337e;*/
    width: 100%;
    background-color: #fff;
}

input.widthAuto, select.widthAuto, textarea.widthAuto {
    width: auto;
}

/*.pods {
    margin-top: 2em;
}*/

#portlet_footer .pod {
    margin-top: 1.5em;
}

.portlets h1 {
    font-size: 235%;
    padding: 10px 20px 12px;
}
.portlets img {
	max-width: 100%;
    height: auto !important;
}

.quicklinks {
    border-bottom: 1px solid #502a3a;
    border-top: 1px solid #502a3a;
    /*margin: 0 0 2em;*/
    padding: 10px 0;
    margin-top: 1.5em;
}

.quicklinks .container {
    border-left: 1px solid #502a3a;
    /*border-right: 1px solid #502a3a;*/
}
.quicklinks div.row > div > div {
    border-right: 1px solid #502a3a;
}

.border-lr {
    border-left: 1px solid #502a3a;
    border-right: 1px solid #502a3a;
}

input[type=text].whereSpendInput {
    width:288px !important;
    background-color: #fff !important;
}

#footer {
    margin-top: 1.5em;
}



/*Apply margins to floated images in content*/
#content .row p > img[style*="float: left"] {
      margin: 0 1em 0.5em 0;
      max-width: 100%;
      height: auto;
}
#content .row p > img[style*="float: right"] {
      margin: 0 0 0.5em 1em;
      max-width: 100%;
      height: auto;
}

/*Google map*/
.overlayHolder 
{
    position:relative;
    z-index:1000;
}
.overlayHolder .overlayContent
{
    position:absolute;
    background: rgb(255,255,255); /* The Fallback */
    background: rgba(255,255,255, 0.9);
    border-radius: 5px;
    padding:5px  10px;
    margin-top:7px;
    margin-left:40px;
    vertical-align:middle;
}

.overlayHolder .overlayContent img
{
    vertical-align:middle;
}
/*END Google map*/

.control {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        left: 0;
        width: 26px;
        height: 26px;
    }

input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: inherit;
    /* Not removed via appearance */
    margin: 0 8px 10px 0;
    font: inherit;
    color: inherit;
    width: 26px;
    height: 26px;
    border: 1px solid #132e72;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: inline-grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.9em;
    height: 0.9em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(#FFF);
    /* Windows High Contrast Mode */
    background-color: #FFF;
}

input[type="checkbox"]:checked {
    background-color: #269db8;
}
input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus {
    outline: max(1px, 0.05em) solid #132e72;
    outline-offset: max(1px, 0.05em);
}

input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
}

/*ADDED FOR COOKIE SUPPORT FROM THEATRE TOKENS*/
.overlay-box {
    border: 2px solid #a29061;
    color: #fff;
    background-color:rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 15px 12px;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
}

.cookie-marg {
    margin-bottom: 15px;
}

.overlay-box h1, .overlay-box h2, .overlay-box h3 {
    color: #fff;
}

.overlay {
    position:fixed;
    left:0px;
    top:0px;
    text-align:left;
    padding-top:200px;
    width:100%;
    height:100%;
    background-color:#fff;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:1500;
}

.overlayContentMain {
    /*width:26%;*/
     width:50%;
    padding:20px;
    position:fixed;
    top:145px;
    left:50%;
    margin-left:-25%;
    margin-top:0;
    z-index:1501;
    /* background-color: #F6EFE0; */
    background-color: #FFF;
    border-top: 5px solid;
    border-bottom: 35px solid;
}

.overlayContent {
    width:100%;
    padding:10px 20px;
    position:fixed;
    bottom:0;
    margin-top:0;
    z-index:1501;
    background-color: #F6EFE0;
    border-top: 5px solid;
    /* border-bottom: 35px solid; */
}

/*.overlayContentMain {
        width:50%;
    padding:10px 20px;
    position:fixed;
    bottom:0;
    margin-top:0;
    z-index:1501;
    background-color: #F6EFE0;
    border-top: 5px solid;

}*/

.overlayContent p{
    margin: 0;
    margin-top: 10px;
}

.overlayContentAbs {
        position:absolute !important;
}

/* .btn-overlayContent {
    background-color: #df5800;
    background-image: url("/images/arrow_green-bg_right.png")!important;
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none!important;
    color: #fff!important;
    float: none!important;
    font-size: 90%!important;
    margin-bottom: 0!important;
    padding: 6px 40px 6px 8px!important;
    text-align: center!important;
    width: 40%!important;
} */

.overlayContentPop {
    width:100%;
    padding:10px 20px;
    position:fixed;
    bottom:0;
    margin-top:0;
    z-index:1501;
    background-color: #FFF;
    border-top: 5px solid;
    /* border-bottom: 35px solid; */
}

@media only screen and (min-width: 1140px) {
    .overlayQuote {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }   
}

@media only screen and (min-width: 1140px) {
    .overlayBtn {
        display: flex;
        justify-content: center;
    }   
}


@media only screen and (min-width: 768px) {
    .overlayContentPop p {
        font-size: 1.3rem;
    }   
}

.btn-overlayContent {
    background-color: #df5800;
    background-image: url("/images/arrow_green-bg_right.png")!important;
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none!important;
    color: #fff!important;
    float: none!important;
    font-size: 90%!important;
    /* margin-bottom: 0!important; */
    padding: 6px 50px 6px 18px!important;
    /* margin-right: 10px; */
    /* margin-top: 5px; */
    text-align: center!important;
    min-width: 190px!important;
    /* width: 30%!important; */
}

.btn-overlayContent:first-child {
    margin-bottom: 5px;
}

.autoCompleteList {
    max-height:150px;
    overflow-y:scroll;
    background-color:#fff;
        padding-left:0;
        border: 1px solid #2d337d;

}
.autoCompleteListItem {
    list-style-type:none;
    margin-left:0;
    padding-left:10px;
}
.autoCompleteListItemHighlight {
    list-style-type:none;
    margin-left:0;
    padding-left:10px;
    background-color:#2d337d;
    color:#fff;
}
/*ADDED FOR COOKIE SUPPORT FROM THEATRE TOK ENS*/

img{
    max-width: 100%;
    height: auto;
}

/* LARGE SCREENS */
@media only screen and (min-width: 1200px) {
    .royalSlider {
        height: 390px !important;
        width: 100% !important;
    }
    .bannerDescription > div {
        max-width: 360px;
        width: 100%;
    }
    .pod h1 {
        font-size: 280% !important;
    }
    .pod .bg-light.container-fluid {
        min-height: 142px;
    }
    .findbookshop .bg-sand {
        height: 301px;
    }
    #footer .border-left {
        font-size: 95%;
    }
    #buy .pod .glyphaBold.big.line-height {
        height: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    input[type=text].whereSpendInput {
        width:222px !important;
    }
}

@media only screen and (max-width: 991px) {
    input[type=text].whereSpendInput {
        width:232px !important;
    }
}

@media only screen and (min-width: 991px) {
    #buy .pod:last-child {
        margin-top: 2em;
    }
}

/* DESKTOP LARGE (MEDIUM?????) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .royalSlider {
        height: 340px !important;
        width: 100% !important;
    }
    .bannerDescription > div {
        max-width: 295px;
    }
    .bannerDescription h1, .banner-overlay h1 {
        font-size: 340%;
    }
    .bannerDescription h2 {
        font-size: 211%;
        line-height: 110%;
    }
    .bannerDescription p {
        font-size: 131%;
        line-height: 160%;
    }
    .findbookshop .bg-sand {
        height: 301px;
    }
    .accordion h3 {
        font-size: 150%;
    }
    .pod h1 {
        font-size: 224% !important;
    }
    .pod span {
        display: block;
        line-height: 1em;
        margin-top: 4px;
    }
    .pod > span.biggest {
        font-size: 250% !important;
    }
    .pod > span.bigger {
        font-size: 200% !important;
    }
    .pod > span.big {
        font-size: 130% !important;
    }
    .pod .bg-light.container-fluid {
        min-height: 149px;
    }
    #where-to-spend .padTop2em {
        padding-top: 1.25em;
    }
    .btn-pod {
        font-size: 95%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #where-to-spend .biggest {
        font-size: 270%;
    }

    .border-left {
        font-size: 78%;
    }
    .greyLink {
        font-size: 89%;
    }
    .portlets .col-md-4 h1 {
        font-size: 225%;
    }
    .findbookshop .bg-sand {
        height: 301px;
    }

    .pod span {
        display: block;
        line-height: 1em;
        margin-top: 4px;
    }
}

/* DESKTOP */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .royalSlider {
        height: 290px !important;
        width: 100% !important;
    }
    .bannerDescription > div {
        max-width: 295px;
    }
    .bannerDescription h1 {
        font-size: 340%;
    }
    .banner-overlay h1 {
        font-size: 320%;
    }
    .bannerDescription h2 {
        font-size: 211%;
        line-height: 110%;
    }
    .bannerDescription p {
        font-size: 131%;
        line-height: 160%;
    }
    /*.bannerDescription > div > h1 {
        font-size: 26px;
    }*/

    h1.title {
        margin-left: 15%;
        width: 70%;
    }
    .pod .bg-light.container-fluid {
        min-height: 141px !important;
    }
    .nav > li > a {
        padding: 10px 14px !important;
    }
    .portlets .col-sm-4 h1 {
        font-size: 160%;
    }
    .big.glyphaBold.padLeft05em {
        font-size: 124%;
    }
    #map_canvas {
        height: 303px !important;
    }

    .findbookshop .bg-sand {
        padding-bottom: 2em;
        height: 303px;
    }
    .accordion h3 {
        font-size: 130%;
    }
    .pod h1 {
        font-size: 240% !important;
    }
    #where-to-spend .biggest {
        font-size: 167%;
    }
    #where-to-spend .padTop2em {
        padding-top: 0.7em;
    }

    .fleft { float: left; }

    #buy .pod:first-child, #buy .pod:nth-child(2) {
        margin-top: 0;
    }
}


/* TABLET */

@media only screen and (max-width: 767px) {
    #quicklinks .container {
        border: none !important;
    }
    .border-lr {
        border-right: none !important;
        border-left: none !important;
        /*padding: 12px 0;*/
    }
    .border-left {
        border-left: none !important;
    }
    .border-top-bottom {
        border: none !important;
    }
    .quicklinks {
        border: none !important;
    }
    .navbar-nav > li:first-child > a {
        padding-left: 15px !important;
    }
    #footer {
        padding-bottom: 1em;
    }
    #PanelGoogleMap {
        padding-left: 15px;
    }
    .findbookshop {
        padding-right: 15px;
    }
    .padTopMob {
        padding-top: 1.1em;
        clear: both;
        display: block;
    }
    .accordion h3 {
        font-size: 120%;
    }
    #PanelSignupFB {
        display: block;
        clear: both;
    }
    .navbar-nav > li > ul::before, .navbar-nav > li > ul::after {
        display: none;
    }
    .overlayContentMain 
    {
        width:90%;
        top:45px;
        left:50%;
        margin-left:-45%;
    }



}

@media only screen and (min-width: 497px) and (max-width: 767px) {
    .royalSlider {
        height: 200px !important;
        width: 100% !important;
    }
    /*.bannerDescription {
        position: relative;
        z-index: 100;
    }*/
    .bannerDescription {
        top: 6%;
    }
    .bannerDescription > div {
        max-width: 265px;
    }
    .bannerDescription h1 {
        font-size: 300%;
        line-height: 100%;
    }
    .banner-overlay h1 {
        font-size: 255%;
        padding-top: 9%;
    }
    .bannerDescription h2 {
        font-size: 170%;
        line-height: 110%;
    }
    .bannerDescription p {
        font-size: 115%;
        line-height: 100%;
        margin-bottom: 0;
        margin-top: 10px;
    }
    /*.contentSlider img {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }*/
    .bannerDescription > div > img {
        position: relative;
    }
    /*.bannerDescription > div > h1 {
        font-size: 28px;
    }*/
    #where-to-spend .biggest {
        font-size: 250%;
    }
    #where-to-spend img.margTop05em {
        margin-top: 1.1em;
    }
    #where-to-spend .padTop2em {
        padding-top: 1.2em;
        padding-bottom: 0em;
    }

}

@media only screen and (min-width: 617px) and (max-width: 767px) {
    .portlets h1 {
        font-size: 200% !important;
    }
    .portlets .col-xs-4 h1 {
        font-size: 117% !important;
    }
    /*.pod .bg-light.container-fluid {
        min-height: 230px;
    }*/
}

@media only screen and (max-width: 705px) {
    .accordion h3 {
        font-size: 105%;
        padding-right: 10%;
    }
}

@media only screen and (min-width: 685px) and (max-width: 991px) {
    .pod .col-sm-7, .pod .col-sm-5 {
        width: 100%;
    }
    .pod .col-sm-7 {
        min-height: 80px;
    }
    .pod .bg-light.container-fluid .img-responsive {
        display: inline-block;
        padding-top: 1em;
    }
    .pod .bg-light.container-fluid {
        height: 100%;
        overflow: hidden;
    }
    .pod h1 {
        font-size: 225% !important;
    }
    .portlets .pod h1 {
        font-size: 174% !important;
    }
    .pod-wrap {
        height: 100% !important;
    }
    .pod-col {
        padding-top: 2px;
        width: 100%;
    }
    #buy .pod {
        margin-top: 1.5em;
    }
}

@media only screen and (min-width: 685px) and (max-width: 767px) {
    #buy .pod-col {
        width: 60%;
    }
}

@media only screen and (max-width: 685px) {
    img{
        float: none!important;
    }
    .col-xs-6.pod, .col-xs-4.pod {
        width: 100%;
    }

    #portlet_footer .col-xs-6.podlarge, #portlet_footer .col-xs-4.podlarge {
        width: 50%;
    }

    .col-xs-4.pod .col-xs-12 {
        width: 50%;
    }

    .pod {
        margin-top: 1.5em;
    }

    .pod:first-child {
        margin-top: 0;
    }

    .pod .bg-light.container-fluid .img-responsive {
        display: inline-block;
        padding-top: 0 !important;
    }

    .portlets .pod > div > img {
        width:100%;
    }

    #where-to-spend .col-xs-6 {
        width: 100%;
        text-align: left;
    }
    #where-to-spend .padTop2em {
        padding-top: 0;
        padding-bottom: 0;
    }

    .quicklinks .container, .quicklinks div.row > div > div {
        border-right: none;
        border-left: none;
    }
}

@media only screen and (max-width: 640px) {
    .event-image {
        padding: 5px 0 5px 15px;
    }

    .full-width {
        width: 100%;
        margin-left: 0px;
    }

    .full-width img {
        padding-top: 15px;
        float: left !important;
    }
    hr.orange {
        margin-left: 18%;
        width: 82%;
    }
}

@media only screen and (max-width: 635px) {
    .accordion h3 {
        font-size: 103%;
        padding-right: 10% !important;
    }
}

@media only screen and (max-width: 617px) {
    #portlet_footer .col-xs-6.pod, #portlet_footer .col-xs-4.pod, .dynform .col-xs-6 {
        width: 100%;
    }
}

@media only screen and (min-width: 551px) and (max-width: 767px) {

    .pod span {
        display: block;
        line-height: 1em;
        margin-top: 4px;
    }

    /*.pod .bg-light.container-fluid {
        min-height: 244px;
    }*/

    .pod .bg-light.container-fluid .img-responsive {
        display: inline-block;
        padding-top: 1em;
    }
}

@media only screen and (max-width: 550px) {
    .accordion h3 {
        font-size: 100%;
        padding-right: 15% !important;
    }
}

/* MOBILE */
@media only screen and (max-width: 496px) {
    .navbar-nav > li:first-child > a {
        padding-left: 15px;
    }
    .royalSlider {
        height: 200px !important;
        width: 100% !important;
    }
    .bannerDescription {
        top: 6%;
    }
    .bannerDescription > div {
        max-width: 160px;
    }
    .bannerDescription h1 {
        font-size: 160%;
        line-height: 100%;
    }
    .banner-overlay h1 {
        font-size: 180%;
        padding-top: 20%;
    }
    .banner-overlay .col-sm-3.col-xs-4 {
        padding-right: 0px;
        padding-left: 5px;
    }
    .banner-overlay .col-sm-3.col-xs-4 img {
        padding-top: 5%;
    }
    .bannerDescription h2 {
        font-size: 100%;
        line-height: 110%;
    }
    .bannerDescription p {
        font-size: 95%;
        line-height: 100%;
        margin-bottom: 0;
        margin-top: 10px;
    }
    h1.title {
        margin-left: 0%;
        width: 100%;
    }
    .btn-caboodle {
        font-size: 120%;
        background-image: url("/images/arrowBig_whiteRight_pad_smaller.png");
    }

    .border-left {
        border-left: none;
    }

    #where-to-spend .biggest {
        font-size: 180%;
    }
    #where-to-spend .padTop2em {
        padding-top: 0;
    }
    #where-to-spend .width-80 {
        width: 74%;
    }
    #where-to-spend input.btn-greenArrow-orange {
        width: 26%;
    }

    .quicklinks .text-center {
        text-align: left !important;
    }

    .az {
        clear: both;
        display: block;
    }

    .overlay-box {
        padding: 15px 12px;
        width: 100%;
        margin-top: 1.5em;
    }

}

@media only screen and (max-width: 485px) {
    .pod-col {
        width: 100%;
        padding-top: 2px;
    }
}

@media only screen and (max-width: 460px) {
    .getBookBox .col-xs-2, .getBookBox .col-xs-9 {
        width: 100%;
    }
    .pod h1 {
        font-size: 220%;
    }
}

@media only screen and (max-width: 460px) {
    h2 img {
        height: auto;
        width: 45%;
    }
}

@media only screen and (max-width: 399px) {
    .near-me {
        width: 100%;
        margin-top: 5px;
    }
    .width-50 {
        width: 65% !important;
    }
}

@media only screen and (max-width: 351px) {
    input[type=text].whereSpendInput {
        width: 180px !important;
    }
}

@media only screen and (max-width: 335px) {
    .fbLoginNote {
        text-align: center;
        margin-left: 0 !important;
    }
    .full-width .medium {
        font-size: 96%;
    }
    .accordion h3 {
        font-size: 100%;
        padding-right: 22% !important;
    }
    .pod h1 {
        font-size: 185%;
    }
}

.infowindow {
    background-color: #df5800;
    padding: 10px;
}

.infowindow a {
    background-color: #2d337d;
    color: #fff;
    display: inline-flex;
    float: right;
    padding: 1px 4px;
    text-decoration: none;
}

.findbookshop .input span {
    padding: 15px 7px 7px !important;
}

.findbookshop .form-group, .psf .form-group {
    display: flex;
}
.findbookshop .form-label-group {
    width: 80%;
}
.findbookshop a.btn-orange, .findbookshop span.btn-orange {
    min-width: unset;
}

@media only screen and (max-width: 766px) {
    .psf .form-group, .psf .width-auto, .psf input[type=text].whereSpendInput {
        width: 100% !important;
    }
}

    .whereSpendInput {
        float: none !important;
        vertical-align: top !important;
        width: auto !important;
        /*display:inline-block !important;*/
        min-width: auto !important;
        min-height: 36px !important;
        background-position: 85% center !important;
    }

    label.whereSpendInput, div.whereSpendInput {
        display: inline-block;
    }

    .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

        .embed-container iframe, .embed-container object, .embed-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .slick-arrow::before {
        opacity: 1 !important;
        color: #df5800 !important;
    }

    .slick-next::before, .slick-prev::before {
        font-size: 24px !important;
    }

    .slick-prev, .slick-next {
        width: 100px !important;
        height: 100% !important;
        z-index: 10 !important;
        opacity: .8;
    }

        .slick-prev:hover, .slick-next:hover {
            opacity: 1;
        }

    .slick-next {
        right: 0px !important;
    }

    .slick-prev {
        left: 0px !important;
    }

    .slick-next::before {
        content: url('/images/right-arrow.svg') !important;
    }

    .slick-prev::before {
        content: url('/images/left-arrow.svg') !important;
    }

    .slick-dots li button::before {
        opacity: .7 !important;
        color: #9AC2B9 !important;
    }

    .slick-dots li.slick-active button::before {
        opacity: 1 !important;
        color: #df5800 !important;
    }

    .slick-dots li button::before {
        font-size: 11px !important;
    }

    .slick-dots {
        bottom: 10px !important;
        text-align: right !important;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px !important;
    }

    @media screen and (max-width: 650px) {
        .banner-container {
            padding: 0;
        }
    }

    .row.equal-height-row {
        display: flex;
        flex-wrap: wrap;
    }

        .row.equal-height-row > [class*='col-'] {
            display: flex;
            flex-direction: column;
            padding: 0.5rem;
        }

            .row.equal-height-row > [class*='col-'] > .card {
                padding: 1rem;
            }

    @media (min-width: 576px) {
        .row.equal-height-row > [class*='col-'] > .card {
            height: 100%;
        }
    }

    .v-center {
        display: flex;
        flex-flow: column;
    }

    .equal-height-row > .pod > div, .equal-height-row .pod-wrap {
        height: 100%;
    }

    .form-label, .form-check-label {
        font-size: 16px;
        color: #132e72;
        margin-bottom: .5rem;
    }

    .input-group .form-control {
        border-radius: 6px !important;
        border-color: #132e72 !important;
    }

    .btn,
    .form-control, select,
    .input-group-text,
    input[type="submit"].btn {
        border-radius: 6px;
        border-color: #132e72;
    }

    .input-group-text {
        background: #fff;
        color: #132e72;
    }

    .input-group .btn, .input-group .input-group input, .input-group .input-group span {
        border-radius: 0;
    }

    .btn-primary, input[type="submit"].btn-primary {
        background-color: #132e72;
        border-color: #132e72;
    }

    .btn-outline-primary, .input-group-outline {
        color: #132e72;
        border-color: #bdbdbd;
        border-width: 1px !important;
        border-style: solid !important;
        border-radius: 10px !important;
    }

    .btn-action, input[type="submit"].btn-action {
        background-color: #e6862c;
        border-color: #e6862c;
        background-image: url(/images/arrow_white.svg);
        background-position: 95% center;
        background-repeat: no-repeat;
        padding: 5px 30px 5px 11px;
        display: block;
        min-width: 200px;
        font-size: 16px;
    }

    .border-primary {
        /* color: #132e72; */
        font-size: 18px;
        border-color: #bdbdbd !important;
        border-width: 1px !important;
        border-style: solid !important;
        /* border-radius: 10px!important;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.3); */
        padding: 1rem !important;
        margin-bottom: 1rem !important;
        margin-top: 1.5rem !important;
    }

    .btn {
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    }

    .btn-large {
        border-radius: 10px !important;
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    }

    .btn-secondary {
        display: inline-block;
        border-radius: 6px;
        padding: 2px 10px;
        text-align: center;
        font-size: 120%;
        min-width: 88px;
        background: #7d7d7d;
        border-color: #7d7d7d;
        color: #fff;
    }

        .btn-secondary:hover {
            color: #fff;
            text-decoration: underline;
        }

    .radio-div {
        color: #132e72;
        border-color: #bdbdbd;
        border-width: 1px !important;
        border-style: solid !important;
        border-radius: 10px !important;
        border-radius: 10px !important;
        /* box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3); */
        box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.3);
        text-align: center;
    }

        .radio-div input[type=radio] {
            display: none;
        }

    .radio-div-selected, .radio-div-selected:hover {
        color: #fff;
        background-color: #132e72;
        border-color: #132e72;
    }

    .radio-div .input-group-text, .radio-div .form-control {
        border: none;
    }

    .form-check-input:checked {
        background-color: #132e72;
        border-color: #132e72;
        /* width: 1.2em;
    height: 1.2em; */
    }

    .form-select {
        color: #132e72;
        border-color: #132e72;
        border-radius: 6px;
        padding: .375rem 1.75rem .375rem .75rem;
    }

    .table {
        color: #132e72;
    }

    p small {
        color: #6c757d;
        font-size: 14px;
    }

    p.small {
        color: #353535;
    }

    .pre-header {
        background: #2d337d;
        padding: 6px 0;
    }
    /* .pod {
    background: #f2f2f2;
    border-bottom: 5px solid #132e72;
} */
    .strong {
        font-weight: 700;
        font-size: 16px;
    }

    .form-control:focus {
        box-shadow: none;
    }

    ul.ulSelection li input[type=radio], ul.ulSelection li input[type=checkbox] {
        display: none;
    }

    ul.ulSelection li > input + label > img { /* IMAGE STYLES */
        cursor: pointer;
        border: 5px solid transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    ul.ulSelection li > input:checked + label { /* (RADIO CHECKED) IMAGE STYLES */
        background: #b51144;
        color: #fff;
        border-color: #b51144;
    }

    ul.ulSelection {
        list-style: none;
        padding: 0;
        margin-top: 10px;
        clear: both;
        display: flex;
    }

    ul.ulSelection50 {
        margin-top: 8px;
    }

    ul.ulSelection li {
        display: inline-block;
        /*width:16%;*/
        width: auto;
        padding: 0;
        margin-right: .5em;
        flex-grow: 1;
    }

        ul.ulSelection li:last-child {
            margin-right: 0;
        }

        ul.ulSelection li label {
            max-width: 100%;
            width: auto;
            cursor: pointer;
            padding: 5px 15px;
            min-height: 60px;
            color: #132e72;
            border-color: #bdbdbd;
            border-width: 1px !important;
            border-style: solid !important;
            border-radius: 10px !important;
            box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.3);
            text-align: center;
            vertical-align: top;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 70px;
        }

    ul.ulSelection50 li label {
        width: 100%;
        margin-bottom: 0;
    }

    ul.ulSelection li label img {
        pointer-events: none; /*fix for IE image label*/
    }


    ul.ulSelection li input[type=radio] {
        display: none;
    }

    ul.ulSelection li > input + label > img { /* IMAGE STYLES */
        cursor: pointer;
        border: 5px solid transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    ul.ulSelection li > input:checked + label { /* (RADIO CHECKED) IMAGE STYLES */
        background-color: #132e72;
        border-color: #132e72;
        color: #fff;
    }

    .tooltip-inner {
        max-width: none !important;
    }

.text-bookily-yellow { color: #ede22d; } 
.text-bookily-pink  { color: #ef4571; } 
.text-bookily-cyan  { color: #11afbd; } 

.bg-bookily-yellow { background-color: #ede22d; }
.bg-bookily-pink   { background-color: #ef4571; }
.bg-bookily-cyan   { background-color: #11afbd; }

.btn-bookily {
    border-radius: 20px !important;
    padding: 4px 14px !important;
    font-weight: 600 !important;
}

.btn-bookily.bg-bookily-cyan {
    background-color: #11afbd;
    border-color: #11afbd;
}

.btn-bookily.bg-bookily-pink {
    background-color: #ef4571;
    border-color: #ef4571;
}

.btn-bookily.bg-bookily-yellow {
    background-color: #ede22d;
    border-color: #ede22d;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 65%), 0px 6px 11px rgb(0 0 0 / 6%), 0px 16px 21px rgb(0 0 0 / 5%);
}

/* SC | 7/11/22 | New about page style start */
.img-fluid {
    width: 100%;
    height: auto;
    /* margin-bottom: 20px; */
  }
  
  .marg .section1,
  .section2,
  .section3,
  .section4,
  .section5,
  .section6,
  .section7,
  .section8,
  .section9,
  .section10,
  .section11,
  .section12 
  .section13 
  .section14 
  .section15 {
    margin-bottom: 40px;
  }
  
  /* .test {
    margin-bottom: 200px;
    width: 100%;
    height: auto;
  } */
  
  /* codePenCarousel-1 - start */
  .codePenCoursel1ParentDif {
    display: flex;
    justify-content: center;
  }
  
  .CodePenCoursel1Body {
    margin: 0;
    padding: 0;
    width: 800px;
    height: 500px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
  }

  
  .codepenCarousel-1, .codepenCarousel-4 {
    width: 100%;
    height: 100%;
    display: flex;
    max-width: 900px;
    max-height: 550px;
    overflow: hidden;
    position: relative;
  }
  
  .codepenCarousel-1-item, .codepenCarousel-4-item {
    visibility: visible;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-justify-content: flex-end;
    position: relative;
    background-color: #fff;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    position: absolute;
    z-index: 0;
    transition: 0.6s all linear;
  }
  
  .codepenCarousel-1-item__info, .codepenCarousel-4-item__info {
    /* height: 500px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
  
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
  
    order: 1;
    left: 0;
    margin: auto;
    /* padding: 0 40px; */
    width: 40%;
  }
  
  .codepenCarousel-1-item__image, .codepenCarousel-4-item__image {
    width: 60%;
    height: 100%;
    order: 2;
    align-self: flex-end;
    flex-basis: 60%;
  
    -webkit-order: 2;
    -webkit-align-self: flex-end;
    -webkit-flex-basis: 60%;
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transform: translateX(100%);
    transition: 0.6s all ease-in-out;
    top: 130px;
  }

  /* @media screen and (max-width) {
    .codepenCarousel-1-item__image, .codepenCarousel-4-item__image {
        position: relative;
        top: 200px;
    }
  } */
  
  .codepenCarousel-1-item__subtitle, .codepenCarousel-4-item__subtitle {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 3px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    color: #7e7e7e;
    font-weight: 700;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease-in-out;
  }
  
  .codepenCarousel-1-item__title, .codepenCarousel-4-item__title {
    margin: 15px 0 0 0;
    font-family: 'GillSansMTStd-Book';
	color: #2D337D;
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 3px;
    font-weight: 700;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
  }
  
  .codepenCarousel-1-item__description, .codepenCarousel-4-item__description {
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
    margin-top: 35px;
    font-family: 'GillSansMTStd-Book';
    font-size: 16px;
    color: #2D337D;
    line-height: 22px;
    /* margin-bottom: 35px; */
  }
  
  .codepenCarousel-1-item__btn, .codepenCarousel-4-item__btn{
    width: 35%;
    color: #2c2c2c;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    width: 35%;
    font-weight: 700;
    text-decoration: none;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
  }
  
  .codepenCarousel-1__nav, .codepenCarousel-4__nav {
    position: absolute;
    right: 0;
    z-index: 2;
    background-color: #fff;
    bottom: 0;
  }
  
  .codepenCarousel-1__icon, .codepenCarousel-4__icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    fill: #5d5d5d;
  }
  
  .codepenCarousel-1__arrow, .codepenCarousel-4__arrow {
    cursor: pointer;
    display: inline-block;
    padding: 11px 15px;
    position: relative;
  }
  
  .codepenCarousel-1__arrow:nth-child(1):after {
    content: "";
    right: -3px;
    position: absolute;
    width: 1px;
    background-color: #b0b0b0;
    height: 14px;
    top: 50%;
    margin-top: -7px;
  }
  .codepenCarousel-4__arrow:nth-child(1):after {
    content: "";
    right: -3px;
    position: absolute;
    width: 1px;
    background-color: #b0b0b0;
    height: 14px;
    top: 50%;
    margin-top: -7px;
  }
  
  .active {
    z-index: 1;
    display: flex;
    visibility: visible;
  }
  
  .active .codepenCarousel-1-item__subtitle,
  .active .codepenCarousel-1-item__title,
  .active .codepenCarousel-1-item__description,
  .active .codepenCarousel-1-item__btn {
    transform: translateY(0);
    opacity: 1;
    transition: 0.6s all ease-in-out;
    visibility: visible;
  }
  
  .active .codepenCarousel-4-item__subtitle,
  .active .codepenCarousel-4-item__title,
  .active .codepenCarousel-4-item__description,
  .active .codepenCarousel-4-item__btn {
    transform: translateY(0);
    opacity: 1;
    transition: 0.6s all ease-in-out;
    visibility: visible;
  }
  
  .active .codepenCarousel-1-item__image img, .active .codepenCarousel-4-item__image img {
    width: 100%;
  }
  
  .active .codepenCarousel-1-item__image {
    transition: 0.6s all ease-in-out;
    transform: translateX(0);
  }
  .active .codepenCarousel-4-item__image {
    transition: 0.6s all ease-in-out;
    transform: translateX(0);
  }
  /* codePenCarousel-1 - end */
  
  /* codePenCarousel-2 - start */
  .codepenCarousel-2 {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 200px;
    padding: 30px 0;
    text-align: center;
    background-color: #f6efe0;
    /* transform: translate(-50%, -50%); */
  }

  @media screen and (max-width: 400px) {
    .codepenCarousel-2 {
        min-height: 260px;
    }
  }
  
  .codepenCarousel-2-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .codepenCarousel-2-inner > .item {
    position: relative;
    display: none;
    animation: 0.5s ease-in-out;
  }
  
  .codepenCarousel-2-inner > .active,
  .codepenCarousel-2-inner > .next {
    display: block;
  }
  
  .codepenCarousel-2-inner > .next {
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .codepenCarousel-2-inner > .to-left {
    animation-name: left;
  }
  
  .codepenCarousel-2-inner > .from-right {
    animation-name: right;
  }
  
  .codepenCarousel-2-inner > .to-right {
    animation-name: right;
    animation-direction: reverse;
  }
  
  .codepenCarousel-2-inner > .from-left {
    animation-name: left;
    animation-direction: reverse;
  }
  
  /* .container {
    margin: 0 auto;
  } */
  
  blockquote {
    padding: 10px 20px;
    /* margin: 30px 90px; */
    font-size: 16px;
  }
  
  .author {
    margin: 0;
    opacity: 0.5;
  }
  
  .codepenCarousel-2-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    cursor: pointer;
  }
  
  .codepenCarousel-2-control.right {
    right: 20px;
    left: auto;
  }
  
  .codepenCarousel-2-control > .arrow {
    position: relative;
    font-size: 20px;
    top: 92%;
    left: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    /* background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNiAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+QXJyb3c8L3RpdGxlPjxwYXRoIGQ9Ik0yNS42IDEwLjk3NGwtOC41MyA4LjYyYTEuMzYgMS4zNiAwIDAgMS0xLjkzNS4wMDMgMS4zODcgMS4zODcgMCAwIDEtLjAwMi0xLjk1bDYuMjAxLTYuMjY4SDEuMzY4QTEuMzc0IDEuMzc0IDAgMCAxIDAgMTBjMC0uNzYyLjYxMy0xLjM4IDEuMzY4LTEuMzhoMTkuOTY2bC02LjItNi4yNjdhMS4zODcgMS4zODcgMCAwIDEgLjAwMS0xLjk1IDEuMzYgMS4zNiAwIDAgMSAxLjkzNi4wMDJsOC41MyA4LjYyMWMuNTMyLjUzOC41MzIgMS40MSAwIDEuOTQ4IiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=")
      center center no-repeat; */
    background-size: 26px 20px;z
    opacity: 0.6;
    transform: translateY(-50%);
  }
  
  .codepenCarousel-2-control > .arrow:hover {
    opacity: 0.8;
  }
  
  .codepenCarousel-2-control > .arrow.left {
    transform: translateY(-50%) rotate(180deg);
    color: #9ac2b9;
  }
  
  .codepenCarousel-2-control > .arrow.right {
    right: 50%;
    color: #9ac2b9;
  }
  @media screen and (max-width: 768px) {
    .codepenCarousel-2-control > .arrow.right {
      /* visibility: hidden; */
    }
  }
  
  .codepenCarousel-2-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    padding-left: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%);
  }
  
  .codepenCarousel-2-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border: 1px solid #9ac2b9;
    border-radius: 10px;
  }
  
  .codepenCarousel-2-indicators li.active {
    background-color: #9ac2b9;
  }

  .codepenCarousel-2 p {
    padding: 30px;
  }
  
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
  
  @keyframes left {
    from {
      left: 0;
    }
    to {
      left: -100%;
    }
  }
  
  @keyframes right {
    from {
      left: 100%;
    }
    to {
      left: 0;
    }
  }
  
  /* codePenCarousel-2 - end */
  
  /* codePenCarousel-3 - start */
  #gallery-carousel {
    text-align: center;
    /* position: relative;
    height: 0;
    padding-top: 35%; */
  }
  #gallery-carousel .carousel-inner {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 300px;
  }
  /* #gallery-carousel .carousel-inner .item {
    height: 100%;
  } */
  #gallery-carousel .carousel-inner .item.active,
  #gallery-carousel .carousel-inner .item.next {
    width: 100%;
    display: flex;
  }
  #gallery-carousel .carousel-inner .item img {
    min-height: 100%;
    width: 50%;
    min-width: 50%;
    transform: translateX(-50%);
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #gallery-carousel .carousel-inner .item.left.active,
  #gallery-carousel .carousel-inner .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  #gallery-carousel .carousel-inner .item.right.active,
  #gallery-carousel .carousel-inner .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  #gallery-carousel .carousel-inner .item.right,
  #gallery-carousel .carousel-inner .item.left {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #gallery-carousel .carousel-control {
    background: none;
    opacity: 1;
    color: #fff;
    visibility: hidden;
  }
  
  /* added */
  
  @media screen and (min-width: 768px) {
    .glyphicon-chevron-left:before {
      content: "\e079";
      position: absolute;
      top: 410px !important;
    }
  }
  @media screen and (min-width: 768px) {
    .glyphicon-chevron-right:before {
      content: "\e080";
      position: absolute;
      top: 410px !important;
    }
  }
  
  /* codePenCarousel-3 - end */
  
  .allBorder {
    border: solid 1px black;
    margin-bottom: 50px;
  }

@media screen and (max-width: 576px) {
    .codepenCarousel-1, .codepenCarousel-4 {
        max-height: 410px !important;
    }

    .codepenCarousel-1-item__image, .codepenCarousel-4-item__image {
        position: absolute !important;
        width: 100% !important;
        top: 0px !important;
    }

    .codepenCarousel-1-item__image img, .codepenCarousel-4-item__image img {
        width: 100% !important;
        height: 100% !important;
        opacity: 0.3;
    }

    .codepenCarousel-1-item__info, .codepenCarousel-4-item__info {
        height: auto !important;
        width: 100% !important;
        padding: 0px 20px !important;
    }
}

    /* SC | 7/11/22 | New about page style end */

    .iframe-container{
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
      }
      .iframe-container iframe{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
      }

#cbOptIn, #cbIbwTerms { float: left; }
#cbOptIn { margin-bottom: 35px; }

.bg-orange a:hover {
    color: #337ab7;
  }

.bg-orange a:focus {
    color: #337ab7 !important;
  }