@font-face {
    font-family: CallieHand;
    src: url('../fonts/CallieHand.eot');
    src: url('../fonts/CallieHand.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CallieHand.woff') format('woff'),
        url('../fonts/CallieHand.ttf') format('truetype');
}
.navbar-toggle{
    margin-right: 2px;
}
.accessibility{
    height: 36px;
}
.modal {
    z-index: 10000;
}
.customModel {
    background-color: #fafafa;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    min-height: 300px;
    padding: 30px;
    z-index: 10000;
    font-family: 'Nunito', sans-serif;
}

.customModel .buttons{
    margin-top: 30px;
}
.modal-footer{
    border-top: none;
    text-align: left;
    font-size: 11px;
}
.buttons .default{
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #a8c30a;
    transition: 0.3s;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.7px;
    color: #283845;
    text-align: center;
    height: 54px;
    margin-bottom: 10px;
    width: 100%;
}

.buttons .default:hover{
    cursor: pointer;
    background-color: #a8c30a;
    transition: 0.3s;
    color: #ffffff;
}

.buttons .blackWhite{
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #000;
    transition: 0.3s;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.7px;
    color: #000;
    text-align: center;
    height: 54px;
    margin-bottom: 10px;
    width: 100%;
}

.buttons .blackWhite:hover{
    cursor: pointer;
    background-color: #fafafa;
    transition: 0.3s;
    color: #000;
}

.buttons .whiteBlack{
    border-radius: 2px;
    background-color: #000;
    border: solid 1px #fff;
    transition: 0.3s;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.7px;
    color: #fff;
    text-align: center;
    height: 54px;
    margin-bottom: 10px;
    width: 100%;
}

.buttons .whiteBlack:hover{
    cursor: pointer;
    background-color: #333;
    transition: 0.3s;
    color: #fff;
}

.close {
    margin-top: 1px;
    color: #a8c30a;
    opacity: 1;
    font-size: 28px;
}
.contactTitle{
    font-family: 'Nunito', sans-serif;;
    font-size: 36px;
    color: #283845;
}

.contactSubtitle{
    color: #000000;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 20px;
}
.footerStripeText a{
    color: #fff;
}
.backgroundWhite{
    background-color: #fff;
}
.pageBackground{
    background-color: #f3f3f3;
}
html {
  scroll-behavior: smooth;
}
h2 {
    line-height: 1 !important;
    margin: 0
}
.skipToContent{
    color: #4a4a4a !important;
    font-size: 16px;
}
body {
    font-size: 12px;
    font-family: 'Nunito', sans-serif;
    color: #000;
    font-weight: normal !important;
    overflow-x:hidden; 
}
.jodit_iframe_wrapper {
    max-width: 100%;
    width: auto !important
}
iframe {
    max-width: 100%
}
a {
    text-decoration: none !important
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 2px;
}
.dropdown-toggle:focus{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 2px;
}
.slick-prev:hover, .slick-prev:focus{
    background-color: transparent;
    background-image: url(../images/buttonPrev.png);
    background-position: center;
    background-size: 14px 26px;
    background-repeat: no-repeat;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 2px;
}
.slick-next:hover, .slick-next:focus{
    background-image: url(../images/buttonNext.png);
    background-position: center;
    background-size: 14px 26px;
    background-repeat: no-repeat;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 2px;
}
.productImagesSlider a:focus{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.contentContainer {
    margin-top: -14px
}
.noPadding {
    padding-left: 0px;
    padding-right: 0px;
}
.noPaddingAlways {
    padding-left: 0px;
    padding-right: 0px
}
.noPaddingLeft {
    padding-left: 0px
}
.noPaddingRight {
    padding-right: 0px
}
.noPaddingLeftAlways {
    padding-left: 0px
}
.noPaddingRightAlways {
    padding-right: 0px
}
.aboveNav {
    background-color: rgba(255, 255, 255, 0.81);
    z-index: 3420
}
.navbar-default {
    background-color: inherit;
    border: 0;
    border-radius: 0;
    height: auto
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top
}
.navbar .navbar-collapse {
    text-align: center
}
.navbar-header {
    width: 100%
}
.navbar-brand {
    background-color: transparent
}
.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
.sliderSmallLabel {
    font-family: CallieHand;
    font-size: 80px;
    text-align: center;
    color: #fff;
    text-shadow: 8px 9px 16px rgba(0, 0, 0, 0.86)
}
.sliderTextLabel {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
}
.sliderButton {
    min-height: 42px;
    border-radius: 4px;
    background-color: #006a92bd;
    padding: 10px 20px 5px 20px;
    border: 1px solid #10192975;
    transition: .5s
}


/*kviz*/

@media screen and (max-width: 950px) {
    .quiz_card_title{
        margin-top: 10px!important;
    }
    .quiz_card_image img{
        width: 200px;
    }
}
@media screen and (max-width: 500px) {
    .quiz_card_image img{
        margin-top: 10px;
        width: 50%;
    }
.navbar-brand {
    transform: none;
    left: 0;
    position: relative;
}
}


.quiz_card{
    background-image: url(../images/quiz_background.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.quiz_card_title{
    font-family: "Nunito";
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.83px;
    color: #ffffff;
    width: 100%;
    margin-top: 40px;
    text-align: left;
}


.quiz_card_subtitle{
    font-family: "Nunito";
    font-size: 14px;
    letter-spacing: 0.67px;
    color: #ffffff;
    text-align: left;
}
.exposednews{
    background-color: #ab211a;
    height: 300px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: block;
}
.close_button{
    position: absolute;
    right: 50px;
    top: 30px;
    width: 20px;
    height: 20px;
    background-color: #f6f6f6;
    color: #ab211a;
    text-align: center;
    padding: 1px 3px 1px 3px;
    border-radius: 50%;
    cursor: pointer;
}
.exposed_title{
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin-top: 40px;
}
.exposed_info{
    margin-top: 30px;
    margin-bottom: 20px;
}
.exposed_info a{
    font-size: 16px;
    color: #fff;
}
.exposed_info span{
    color: #ab211a;
    background-color: #e6e6e6;
    padding: 1px 5px 1px 5px;
}
.exposed_alert{
    color: #ab211a;
    background-color: #e6e6e6;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 170px;
    letter-spacing: 1.1px;
    font-weight: 800;
    padding-left: 10px;
}
@media screen and (max-width: 500px) {
    .exposed_title{
        font-size: 18px;
    }
    .exposed_info{
        font-size: 12px;
    }
    .exposednews{
        height: 380px;
    }
}

.sliderButtonText a {
    color:white;
}
.sliderButtonText a:hover {
    color:#23527ca3;
}
.sliderButtonText {
    font-size: 20px;
    text-align: center;
    color: #ffffff
}
.hero .sliderButtonText{
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
}
.sliderButton:hover {
    background-color: #ffffffc7;
}
.resetButton {
    border: 0;
    background: 0
}
.sliderButton:hover .sliderButtonText {
    color: #006a92
}
.navbar {
    margin-bottom: 10px !important
}
.search {
    width: 100%;
    height: 45px;
    z-index: 20; 
    display: none; 
    background-color: #006993;
    padding-top: 4px;
}
.submitSubmit{
    width: 5%;
    float: left; 
    padding-top: 10px; 
    padding-bottom: 9px; 
    background: transparent; 
    border: transparent;
}
.fa-search{
    color: #fff;
}
.navSearch{
    width: 90% !important;
    float: left !important;  
    background: transparent; 
    border: transparent; 
    color: #fff; 
    box-shadow: none; 
    -webkit-text-fill-color: #fff;
}
.close-search{
    padding-top: 10px; 
    padding-bottom: 9px; 
    cursor: pointer;  
    background: transparent; 
    border: transparent; 
    color: #fff;
}
.fa-times{
    color: #fff;
}
.searchTrigger:hover img {
    opacity: 0.7;
    transition: .8s;
    transform: rotateY(360deg)
}
.search input {
    height: 36px
}
.search input:focus {
    outline: transparent;
    outline-style: none;
    box-shadow: none;
    border-color: #ccc
}
.navbarDD li a {
    text-align: left !important;
    font-size: 12px;
    font-weight: 400;
    color: #4a4a4a
}


.languageBoxMobile{
    display: none;
}

.fc-center h2{
    font-size: 17px;
    padding-top: 14px;
}

.background1 {
    min-height: 100vh;
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-position: center;
    margin-top: -180px
}
.sliderPosition {
    height: 90vh;
    transition: .5s;
    margin-top: 0;
}
.menuLinks {
    display: flex;
    justify-content: center
}
#Menu .navbar-nav>li>a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    color: #4a4a4a;
    padding-left: 20px;
    padding-right: 20px
}
.navbar-nav li>a {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #4a4a4a
}
.rowFlex {
    display: flex;
    flex-flow: row wrap
}
.colFlex {
    flex: 1 auto
}
.callieHand {
    font-family: CallieHand;
    font-size: 80px;
    text-align: left;
    color: #8f8f8f;
    font-weight: normal
}
.white {
    color: #fff
}
.headline {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    color: #a8c30a
}
.weatherText {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #4a4a4a
}
.headlineSmall {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #a8c30a
}
.headlineWhite {
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    color: #fff
}
.minusLeft {
    margin-left: -17%
}
.minusRight {
    margin-right: -17%
}
.cardTitle {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-align: center;
    color: #ffffff
}
.cardText {
    font-size: 14px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff
}
.backgroundCard {
    background-position: center;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 2px 22px 0 rgba(207, 207, 207, 0.5);
    transition: background-size .2s ease-in;
    -moz-transition: background-size .2s ease-in;
    -ms-transition: background-size .2s ease-in;
    -o-transition: background-size .2s ease-in;
    -webkit-transition: background-size .2s ease-in;
    background-size: 110%
}
.backgroundCard:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 106, 146, 0.27)
}
.similarCardBody:hover {
    opacity: .7;
    transition: .5s;
}
.similarCardHead:hover {
    opacity: .7;
    transition: .5s;
}
.productCardFooter:hover {
    opacity: .7;
    transition: .5s;
}
.productCardImage:hover {
    opacity: .7;
    transition: .5s;
}
.dividedCard {
    min-height: 246px;
    position: relative
}
.fullCard {
    min-height: 524px;
    position: relative
}
.cardVerticalCenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}
.eventsSection {
    background-color: #f3f3f3;
    min-height: 100vh
}
.blueSection {
    background-image: url(../images/blueBack.jpg);
    min-height: 80vh;
    background-size: cover;
    background-position: center
}
.radioActive:before {
    border-color: #fcb900 !important
}
.radioActive:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    transition: all .3s ease;
    transition-property: transform, border-color;
    transform: scale(1) !important;
    background: #fcb900 !important
}
.breadCrumbsLine {
    font-size: 14px;
    text-align: left;
    color: #9b9b9b
}
.breadCrumbsLine a {
    color: inherit
}
.iconCaption {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    padding-top: 20px
}
.greySection {
    background-color: #f3f3f3
}
.newsSectionTitle {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #a8c30a
}
.newsBox {
    background-color: #fff
}
.newsTitle {
    font-size: 20px;
    font-weight: 600;
    color: #006a92
}
.newsDate {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #4a4a4a
}
.newsText {
    font-size: 16px;
    font-weight: 300;
    color: #000000
}
.blueStripe {
    background-color: #006a92
}
.blueStripeTitle {
    font-family: CallieHand;
    font-size: 48px;
    text-align: left;
    color: #ffffff
}
.blueStripeText {
    font-family: Nunito;
    font-size: 18px;
    color: #ffffff
}
.whiteSection {
    background-color: #ffffff
}
.footerText {
    font-size: 18px;
    text-align: left;
    color: #4a4a4a
}
.contentBackground {
    background-color: #f3f3f3;
    margin-top: -1px
}
.whiteCard {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 22px 0 rgba(207, 207, 207, 0.5);
    padding: 20px;
}
.filter{
    margin-bottom: 10px;
}
.similarProducts {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #006a92
}
.similarCardHead {
    min-height: 219px;
    background-position: center;
    background-size: cover
}
.similarCardBody {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 22px 0 rgba(207, 207, 207, 0.5)
}
.similarCardTitle {
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a
}
.similarCardText {
    font-size: 14px;
    text-align: left;
    color: #7e7e7e
}
.backOrangeButton {
    min-height: 42px;
    border-radius: 4px;
    background-color: #fcb900;
    padding: 8px 70px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    background-image: url(../images/back-arrow.png);
    background-position: left 10% center;
    background-repeat: no-repeat
}
.sideCategoriesElement {
    border-bottom: 1px solid #e6e5e6
}
.sideCategoriesElement .active {
    background-color: #a8c30a;
    color: #fff
}
.sideCategoriesTitle {
    font-size: 16px;
    text-align: left;
    color: #4a4a4a;
    padding-top: 15px;
    padding-bottom: 11px;
    padding-left: 30px;
    text-transform: uppercase
}
.sideCardTitle {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #4a4a4a
}
.sideCardTitleGrey {
    font-size: 14px;
    text-align: right;
    color: #9b9b9b
}
.greyLine {
    border-top: solid 1px #e6e5e6
}
.sideRadioButton .md-radio {
    width: 100%
}
.sideRadioButton {
    padding-bottom: 14px
}
.typeTitle {
    font-size: 20px;
    text-align: left;
    color: #006a92
}
.typeAllLink {
    font-size: 16px;
    text-align: right;
    color: #006a92;
    cursor: pointer
}
.typeAllLink:hover {
    opacity: 0.7;
    transition: .5s
}
.seeMoreText {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #4a4a4a
}
.productCardImage {
    min-height: 163px;
    max-height: 163px;
    background-position: center;
    background-size: cover
}
.productCardFooter {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #4a4a4a;
    background-color: #fff;
    box-shadow: 0 2px 22px 0 #e6e5e6;
    padding-top: 16px;
    padding-bottom: 16px
}
.greenButton {
    border-radius: 4px;
    background-color: #a8c30a;
    border: 2px solid #a8c30a;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    padding: 7px 30px;
    width: 100%
}
.greenButton:hover {
    transition: .5s;
    background-color: #ffffff;
    border: 2px solid #a8c30a;
    color: #a8c30a
}
.rightBoxTitle {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #4a4a4a
}
.rightBoxText {
    font-size: 16px;
    text-align: left;
    color: #4a4a4a
}
.rightBoxWrapper {
    padding-top: 26px;
    padding-bottom: 17px
}
.contentTitle {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #006a92
}
.contentSubtitle {
    font-size: 16px;
    text-align: left;
    color: #4a4a4a
}
.contentText {
    font-size: 16px;
    color: #4a4a4a
}
.contentSources {
    font-size: 13px;
    font-style: italic;
    color: #999999
}
.contentWrapper {
    padding: 50px 30px
}
.imageZoom {
    max-width: 100%;
    max-height: 100%
}
.secondRowItem {
    margin-top: 14px
}
.hiddenRow {
    width: 100%
}
.footerStripe {
    min-height: 42px;
    background-color: #006a92;
    padding-top: 12px;
    padding-bottom: 14px
}
.footerStripeText {
    font-size: 12px;
    color: #ffffff
}
.carouselImage {
    max-width: 100%;
    max-height: 100%
}
.contentSubtitle p {
    display: inline
}
.contentSources p {
    display: inline
}
.contentSources a {
    color: inherit !important;
    text-decoration: underline !important;
    font-size: inherit !important
}
.contentTextSub {
    font-size: 16px;
    color: #4a4a4a
}
.backgroundCard:hover {
    background-size: 120%
}
.subpageTitle {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #006a92
}
.subpageText {
    font-size: 16px;
    color: #4a4a4a
}
.hoverLink:hover {
    transition: .5s;
    opacity: .7
}
.hiddenItem {
    display: none;
}
.carouselImageSmall {
    max-width: 100px;
    max-height: 100%
}
.carouselImageSmall2 {
    height: 80px;
    padding: 5px
}
.headerHover {
    cursor: pointer;
    transition: .5s
}
.headerHover:hover {
    opacity: .7
}
.searchResults {
    padding: 0;
    box-shadow: none;
    display: block; 
    right: 0 !important;
    left: 0 !important;
    width: 100%!important; 
    border-radius: 0;
}
.searchResults img {
    width: 40px;
    padding-top: 5px
}
.searchResults .element {
    padding: 5px;
    border-top: 1px solid #efefef
}
.searchResults .element a{
    display: block;
    height: 100%;
    width: 100%;
}
::-webkit-input-placeholder {
    color: #fff !important
}
::-moz-placeholder {
    color: #fff !important
}
:-ms-input-placeholder {
    color: #fff !important
}
input:-moz-placeholder {
    color: #fff !important
}
.searchResults h6 {
    padding-top: 0px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #4a4a4a
}
.clickableLi {
    text-align: center;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #006a92;
    cursor: pointer
}
.clickableLi:hover {
    opacity: .7
}
.fc-body {
    display: none
}
.fc-button-group {
    box-shadow: 0 2px 22px 0 rgba(207, 207, 207, 0.5);
    border-radius: 4px
}
.fc button {
    font-size: 14px;
    color: #9b9b9b;
    background-color: #ffffff;
    padding: 12px 25px;
    height: auto;
    border: 0;
    transition: .5s
}
.fc-state-default {
    background-color: #fff;
    background-image: none
}
.fc-state-active {
    box-shadow: none;
    background-color: #a8c30a !important;
    color: #ffffff !important
}
.fc button:hover {
    background-color: #a8c30a !important;
    color: #ffffff !important
}
.fc th {
    height: 78.7px;
    font-size: 36px;
    text-align: center;
    color: #4a4a4a;
    background-color: #fff;
    padding-bottom: 10px;
    cursor: pointer
}
.fc th:hover {
    background-color: #fcb900;
    color: #fff !important;
    transition: .3s
}
.fc th:hover a {
    color: #fff !important
}
.fc th a {
    color: #4a4a4a
}
.dayName {
    font-size: 14px;
    color: #9b9b9b;
    font-weight: 300
}
.fc th:hover .dayName {
    color: #fff !important
}
.th-active {
    background-color: #fcb900 !important;
    color: #fff !important;
    transition: .3s
}
.th-active a {
    background-color: #fcb900 !important;
    color: #fff !important;
    transition: .3s
}
.th-active .dayName {
    background-color: #fcb900 !important;
    color: #fff !important;
    transition: .3s
}
.calendarDateHeading {
    font-size: 15px;
    letter-spacing: 1px;
    color: #4a4a4a
}
.eventsCard {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 22px 0 rgba(207, 207, 207, 0.5);
    min-height: 94px
}
.eventDetails {
    display: none
}
.bigTitle {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #4a4a4a
}
.eventDescription {
    font-size: 16px;
    color: #4a4a4a
}
.eventLink,
.eventLink a {
    color: #a8c30a;
    font-size: 16px
}
.timeLeftCaption {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #4a4a4a
}
.timeLeft {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #4a4a4a
}
.topBorder {
    border-top: solid 1px #e6e5e6
}
.eventsCard .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #4a4a4a
}
.eventsCard .time,
.eventsCard .location {
    font-size: 14px;
    text-align: left;
    color: #7e7e7e
}
.additionalInfo {
    font-size: 16px;
    text-align: left;
    color: #4a4a4a
}
.additionalInfoLink,
.additionalInfoLink a {
    font-size: 16px;
    text-align: left;
    color: #006a92;
    text-decoration: underline
}
.addToICSButton {
    border: solid 1px #e6e5e6;
    border-radius: 3px;
    background-image: url(../images/ical.png);
    background-repeat: no-repeat;
    background-position: left 13px center;
    font-size: 13px;
    text-align: right;
    background-color: transparent;
    min-width: 250px;
    color: #000000;
    padding-top: 13px;
    padding-bottom: 9px;
    padding-right: 15px
}
.addToGoogleButton {
    border: solid 1px #e6e5e6;
    border-radius: 3px;
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-position: left 13px center;
    font-size: 13px;
    text-align: center;
    background-color: transparent;
    min-width: 250px;
    color: #000000;
    padding-top: 13px;
    padding-bottom: 9px;
    padding-right: 15px
}
#landingTab .tabs nav a span {
    font-size: 24px;
    font-weight: 700;
    color: #979797
}
#landingTab li.tab-current > a > span {
    color: #000000
}
#landingTab .tabs nav ul {
    max-width: 60vw
}
#productTab .tabs-style-flip nav a span {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    text-transform: none
}
#productTab .content-wrap section.content-current {
    display: inline-block
}
.grid figure img {
    min-width: 100%
}
.grid figure {
    width: 100%;
    max-width: available;
}
.grid {
    max-width: 100%
}
.slick-dots li {
    width: 17px;
    height: 17px;
    background-color: #aad1d4;
    border: solid 1px #ffffff;
    border-radius: 50%
}
.slick-dots li button {
    opacity: 0
}
.slick-dots .slick-active {
    width: 17px;
    height: 17px;
    background-color: #ffffff;
    border: solid 1px #979797;
    border-radius: 50%
}
.slick-prev:before,
.slick-next:before {
    color: transparent;
    content: ''
}
.slick-next {
    background-color: transparent;
    background-image: url(../images/buttonNext.png);
    background-position: center;
    background-size: 14px 26px;
    background-repeat: no-repeat
}
.slick-prev {
    background-color: transparent;
    background-image: url(../images/buttonPrev.png);
    background-position: center;
    background-size: 14px 26px;
    background-repeat: no-repeat
}
.slick-prev:hover {
    background-image: url(../images/buttonPrev.png);
    background-position: center;
    background-size: 14px 26px;
    background-repeat: no-repeat
}
.slick-next:hover {
    background-image: url(../images/buttonNext.png);
    background-position: center;
    background-size: 14px 26px;
    background-repeat: no-repeat
}
.slick-dots {
    bottom: -40px
}
.slick-slide {
    max-height: 400px;
    outline: none !important
}
.productImagesSlider .slick-slide {
    max-height: 100px;
    outline: none !important
}
.nav-dots span {
    background: #fff
}
.nav-dot-current {
    background: #006a92 !important
}
.nav-dot-current:after {
    background: transparent !important
}
.select2-container--default {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #000000
}
.select2-selection {
    height: 42px !important;
    background-color: #ffffff !important;
    border: solid 1px #d9d9d9 !important;
    border-radius: 0 !important;
    padding-top: 7px
}
.select2-selection__arrow {
    top: 8px !important;
    right: 8px !important;
    background-image: url("../images/arrow_down@3x.png");
    background-size: 10px 5px;
    background-repeat: no-repeat;
    background-position: center
}
.select2-selection__arrow b {
    border-color: transparent !important;
    border: none !important
}
.select2-search__field {
    display: none
}
#selectShipment .select2-container--default {
    font-size: 16px;
    font-weight: 300;
    text-align: left !important;
    color: #000000
}
#selectShipment .select2-results__option {
    text-align: left !important
}
#selectCountry .select2-container--default {
    font-size: 16px;
    font-weight: 300;
    text-align: left !important;
    color: #000000
}
#selectCountry .select2-results__option {
    text-align: left !important
}
#sortBy .select2-container--default {
    font-size: 13px;
    font-weight: 300;
    text-align: left !important;
    color: #000000
}
#sortBy .select2-selection {
    height: 30px !important;
    background-color: #ffffff !important;
    border: solid 1px #d9d9d9 !important;
    border-radius: 0 !important;
    padding-top: 0px
}
#sortBy .select2-selection__arrow {
    top: 1px !important;
    right: 8px !important;
    background-image: url("../images/arrow_down@3x.png");
    background-size: 10px 5px;
    background-repeat: no-repeat;
    background-position: center
}
.hideOnLarge{
    display:none !important;
}

/** INFO WINDOW STYLES *
.gm-style .gm-style-iw-d h4 {
    font-size: 16px;
    font-weight: 600;
    color: #8f8f8f;
    padding-bottom: 5px;
}
.gm-style .gm-style-iw-d img {
    max-height: 200px;
}
.gm-style .gm-style-iw-d .gm-ui-hover-effect {
    top: 0px !important;
    right: 0px !important;
}


*/
/*@media screen and (min-width: 768px) {
    .navbar-brand-centered {
        position: relative;
    }*/
}/*
@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block
    }
}
*/
@media screen and (min-width: 967px) {
    .hideOnLarge {
        display: none !important;
    }
}
@media screen and (max-width: 967px) {
    .hideOnLarge{
        display: block !important;
    }
    .noPadding {
        padding-left: 15px;
        padding-right: 15px
    }
    .noPaddingLeft {
        padding-left: 15px
    }
    .noPaddingRight {
        padding-right: 15px
    }
    .noPaddingAlways {
        padding-left: 0px !important;
        padding-right: 0px !important
    }
    .noPaddingLeftAlways {
        padding-left: 0px
    }
    .noPaddingRightAlways {
        padding-right: 0px
    }
    .noPaddingMobile {
        padding-left: 0px;
        padding-right: 0px
    }
    .noPaddingMobileLeft {
        padding-left: 0px
    }
    .noPaddingMobileRight {
        padding-right: 0px
    }
    .rowFlex {
        display: inline
    }
    .colFlex {
        flex: 0
    }
    .mobileTopMargin {
        margin-top: 20px
    }
    .hideOnMobile {
        display: none !important
    }
    .filters{
        display: none;
    }
    .mobileCenter {
        text-align: center !important
    }
    .resetWidth {
        width: 100% !important
    }
    .mobileBottomPadding {
        padding-bottom: 5px
    }
    .bottomPaddingMobile {
        padding-bottom: 30px
    }
    .flexColumn {
        display: flex;
        flex-direction: column
    }
    .order1 {
        order: 1
    }
    .order2 {
        order: 2
    }
    .addMarginOnCards .backgroundCard {
        margin-top: 31px !important
    }
    #Curve {
        display: none
    }
    .customPaddingLine {
        padding-top: 5vh !important;
        padding-bottom: 5vh !important
    }
    .navbar-brand > a > img {
        max-width: 150px
    }
    .navbar-collapse {
        width: 100%
    }
    .upperRow li {
        width: 30%;
        float: left;
        text-align: left
    }
    #Menu {
        width: 100%;
        text-align: left;
        display: inline-block
    }
    .navbarDD li a {
        text-align: left !important
    }
    .sliderSmallLabel {
        font-size: 50px
    }
    .callieHand {
        font-size: 50px
    }
    .headline {
        font-size: 36px
    }
    .mobilePaddingTop40 {
        padding-top: 40px !important
    }
    .fc th {
        font-size: 24px;
        height: 48.7px
    }
    .addToICSButton {
        text-align: center
    }
    .addToICSButton,
    .addToGoogleButton {
        width: 100%;
        margin-bottom: 10px
    }
    .fullCard {
        min-height: 490px
    }
    .dividedCard {
        min-height: 226px
    }
    .hoverLink {
        padding-bottom: 30px;
    }
    .typeAllLink {
        font-size: 12px
    }
    .typeTitle {
        font-size: 16px
    }
    .cbmc {
        text-align: center !important;
        padding-top: 7px
    }
    .fc-toolbar {
        display: block;
    }
    .fc-right {
        margin-top: 10px !important;
        float: left !important;
    }
    .fc-center {
        margin-top: 0 !important;
    }
}

.fc-left{
    zoom: 0.8;
}

.fc-right{
    zoom: 0.8;
}

.fc-center{
    margin-top: 10px;
}

.imageZoomWrapper {
    height: 406px !important
}
.pull-right {
    float: none
}
.menuLinks {
    margin-top: 5px
}
.navbar-default {
    min-height: 55px !important
}
.navbar-brand {
    padding-left: 15px;
    padding-top: 4px
}
.search {
    padding-top: 10px
}
.input-group-addon:first-child {
    width: 10% !important
}

.languageBoxMobile{
    display: inline-block;
    margin-top: 5px;
    text-align: right;
    float: right;
    margin-right: 10px;
    margin-left: -20px;
}

.languageBoxMobile img{
    width: 18px;
}

@media screen and (max-width: 567px) {
    #Menu .navbar-nav>li>a {
        text-align: center;
        text-align: center;
        font-size: 18px;
        padding: 20px
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        text-align: center !important;
        font-size: 16px;
        padding: 10px
    }
}
@keyframes "ripple" {
    0% {
        box-shadow: 0px 0px 0px 1px transparent;
    }
    50% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 15px transparent;
    }
}
.md-radio {
    margin: 5px 0
}
.md-radio.md-radio-inline {
    display: inline-block
}
.md-radio input[type="radio"] {
    display: none
}
.md-radio input[type="radio"]:checked + label:before {
    border-color: #fcb900;
    animation: ripple 0.2s linear forwards
}
.md-radio input[type="radio"]:checked + label:after {
    transform: scale(1)
}
.md-radio label {
    display: inline-block;
    height: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #4a4a4a
}
.md-radio label:before,
.md-radio label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: transform, border-color
}
.md-radio label:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.54)
}
.md-radio label:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    background: #fcb900
}
@media screen and (max-width: 1170px) {
    #Menu .navbar-nav>li>a {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .imageZoomWrapper {
        height: auto !important;
    }
    .white-box-wrapper {
        display: flex;
        align-items: center;
    }
    .upperRow {
        padding-left: 4% !important
    }
    .upperRightRow {
        padding-right: 4% !important
    }
    #Menu.menuLinks {
        zoom: 0.7;
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 30px
    }
/*    .navbar-brand-centered {
        left: calc(50% - 84px)
    }*/
}
@media screen and (max-width: 770px) {
    .navbar-default {
        background: white !important
    }
}
.collapse ul li {
    text-align: center !important
}
.pure-checkbox input[type="checkbox"],
.pure-radiobutton input[type="checkbox"],
.pure-checkbox input[type="radio"],
.pure-radiobutton input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.pure-checkbox input[type="checkbox"]:focus + label:before,
.pure-radiobutton input[type="checkbox"]:focus + label:before,
.pure-checkbox input[type="radio"]:focus + label:before,
.pure-radiobutton input[type="radio"]:focus + label:before,
.pure-checkbox input[type="checkbox"]:hover + label:before,
.pure-radiobutton input[type="checkbox"]:hover + label:before,
.pure-checkbox input[type="radio"]:hover + label:before,
.pure-radiobutton input[type="radio"]:hover + label:before {
    border-color: #a8c30a;
    background-color: #f2f2f2
}
.pure-checkbox input[type="checkbox"]:active + label:before,
.pure-radiobutton input[type="checkbox"]:active + label:before,
.pure-checkbox input[type="radio"]:active + label:before,
.pure-radiobutton input[type="radio"]:active + label:before {
    transition-duration: 0s
}
.pure-checkbox input[type="checkbox"] + label,
.pure-radiobutton input[type="checkbox"] + label,
.pure-checkbox input[type="radio"] + label,
.pure-radiobutton input[type="radio"] + label {
    position: relative;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    width: 100%
}
.pure-checkbox input[type="checkbox"] + label:before,
.pure-radiobutton input[type="checkbox"] + label:before,
.pure-checkbox input[type="radio"] + label:before,
.pure-radiobutton input[type="radio"] + label:before {
    box-sizing: content-box;
    content: '';
    color: #a8c30a;
    position: absolute;
    top: 10.5px;
    left: 0px;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    border: 2px solid rgba(1, 1, 1, 0.54);
    border-radius: 3px;
    text-align: center;
    transition: all 0.4s ease;
    float: right;
    text-align: right;
    position: relative
}
.pure-checkbox input[type="checkbox"] + label:after,
.pure-radiobutton input[type="checkbox"] + label:after,
.pure-checkbox input[type="radio"] + label:after,
.pure-radiobutton input[type="radio"] + label:after {
    box-sizing: content-box;
    content: '';
    background-color: #a8c30a;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    transform: scale(0);
    transform-origin: 50%;
    transition: transform 200ms ease-out
}
.pure-checkbox input[type="checkbox"]:disabled + label:before,
.pure-radiobutton input[type="checkbox"]:disabled + label:before,
.pure-checkbox input[type="radio"]:disabled + label:before,
.pure-radiobutton input[type="radio"]:disabled + label:before {
    border-color: #cccccc
}
.pure-checkbox input[type="checkbox"]:disabled:focus + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:focus + label:before,
.pure-checkbox input[type="radio"]:disabled:focus + label:before,
.pure-radiobutton input[type="radio"]:disabled:focus + label:before,
.pure-checkbox input[type="checkbox"]:disabled:hover + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:hover + label:before,
.pure-checkbox input[type="radio"]:disabled:hover + label:before,
.pure-radiobutton input[type="radio"]:disabled:hover + label:before {
    background-color: inherit
}
.pure-checkbox input[type="checkbox"]:disabled:checked + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:checked + label:before,
.pure-checkbox input[type="radio"]:disabled:checked + label:before,
.pure-radiobutton input[type="radio"]:disabled:checked + label:before {
    background-color: #cccccc
}
.pure-checkbox input[type="checkbox"] + label:after,
.pure-radiobutton input[type="checkbox"] + label:after {
    background-color: transparent;
    top: 50%;
    left: 4px;
    width: 8px;
    height: 3px;
    margin-top: -4px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0 0 3px 3px;
    border-image: none;
    transform: rotate(-45deg) scale(0)
}
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
    content: '';
    transform: rotate(-45deg) scale(1);
    transition: transform 200ms ease-out;
    float: right;
    text-align: right;
    position: relative;
    margin-top: 7px;
    margin-right: -10px
}
.pure-checkbox input[type="radio"]:checked + label:before,
.pure-radiobutton input[type="radio"]:checked + label:before {
    animation: borderscale 300ms ease-in;
    background-color: white
}
.pure-checkbox input[type="radio"]:checked + label:after,
.pure-radiobutton input[type="radio"]:checked + label:after {
    transform: scale(1)
}
.pure-checkbox input[type="radio"] + label:before,
.pure-radiobutton input[type="radio"] + label:before,
.pure-checkbox input[type="radio"] + label:after,
.pure-radiobutton input[type="radio"] + label:after {
    border-radius: 50%
}
.pure-checkbox input[type="checkbox"]:checked + label:before,
.pure-radiobutton input[type="checkbox"]:checked + label:before {
    animation: borderscale 200ms ease-in;
    background: #a8c30a;
    border-color: #a8c30a
}
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
    transform: rotate(-45deg) scale(1)
}
@keyframes "borderscale" {
    50% {
        box-shadow: 0 0 0 2px #a8c30a;
    }
}
.cc-compliance {
    margin-right: 200px !important
}
.checkboxLabel {
    font-size: 16px;
    text-align: left;
    color: #4a4a4a;
    font-weight: normal
}
.QuizWrapper{
    /*margin-top: 80px;*/
    margin-bottom: 80px;
}
.questionTitle{
    padding-top: 20px;
    margin-bottom: 80px;
}
.success_title{
    padding-top: 20px;
    margin-bottom: 80px;
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #006a92;
    text-align: center;
}
.success_header{
    padding-top: 40px;
    font-size: 14px;
    font-weight: 300;
    color: #182231;
    text-align: center;
}
#Magical{
    display: none;
    position: absolute;
    top: 120px;
    z-index: 999;
    right: 20px;
    transition: 0.3s;
    width: 100px;

}

#Magical:hover{
    transform: scale(1.15);
    border: 4px dotted #f1bb72;
    padding: 5px;

}
.successTitle{
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #a8c30a;
    text-align: center;
}
.successTitle span{
    font-size: 16px;
    font-weight: 100;
    color: #000;
    padding-left: 5px;
}


#Magical{
    display: block;
    position: absolute;
    top: -90px;
    z-index: 999;
    right: 20px;
    transition: 0.3s;
    width: 120px;
}
@media screen and (min-width: 1500px) {
    #Magical{
        display: block;
        position: absolute;
        top: 120px;
        z-index: 999;
        right: 20px;
        transition: 0.3s;
        width: 120px;
    }    }


@media screen and (min-width: 1700px) {
    #Magical{
        display: block;
        position: absolute;
        top: 120px;
        z-index: 999;
        right: 20px;
        transition: 0.3s;
        width: 150px;
    }    }

@media screen and (min-width: 2000px) {
    #Magical{
        display: block;
        position: absolute;
        top: 120px;
        z-index: 999;
        right: 100px;
        transition: 0.3s;
        width: 200px;
    }        }



.video_title{
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a;
    padding: 20px;
    height: 80px;
}
.video .similarCardBody{
    margin-top: -25px;
}
.video iframe{
    margin-top: 65px;
    margin-bottom: 20px;
}
.quiz_item{
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 22px 0 rgba(207, 207, 207, 0.5);
    padding: 20px;
    margin-bottom: 20px;
}
.quiz_item .title{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #4a4a4a;
}
.filter img{
    width: 25px;
}
.filters{
    margin-bottom: 30px;
}

.map-url-wrapper {
    margin: 0 auto;
}

.slider-banner {
    background-size: cover !important;
}
#lunaModal{
    margin: 0 auto;
}
#lunaModal .modal-dialog{
    width: 60%;
}
#lunaModalLabel{
    color: #8f8f8f;
    font-size: 20px;
}
.js-player{
    width: auto;
    max-width: 100%;
    max-height: 80%;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

.modal-header{
    padding: 10px;
}

#floatingButton {
    position: fixed;
    font-size: 14px;
    line-height: 20px;
    bottom: 20px;
    right: 20px;
    max-width: 30%;
    background-color: #006991d6;
    color: white;
    border: none;
    padding: 20px 13rem 20px 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    white-space: normal; /* Allows text to wrap */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    word-break: break-word; /* Ensures breaking if necessary */

}
.my-name-is-luna{
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.lunaImg{
    position: absolute;
    bottom: 0;
    right: 0;
}
.lunaImg img{
    width: 12rem;
    height: auto;
}
#mobileFloatingButton{
    display: none!important;
    font-size: 14px;
    line-height: 20px;
    bottom: 20px;
    right: 20px;
    max-width: 30%;
    background-color: #ffffffa6;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    word-break: break-word;
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    border: 2px solid #006991;
}

.video-js{
    background-color: transparent;
}

.video{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    border-bottom: 1px solid grey;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #4a4a4a;
    cursor: pointer;
    will-change: background-color;
}
.video.active{
    background-color: #cdcdcd;
}
.video:hover{
    background-color: #f2f2f2;
}
.video:nth-child(1){
    border-top: 1px solid grey;
}
.mobile-text{
    display: none;
}
.videoLanguage{
    margin-bottom: 10px;
}
.videoLanguage .language{
    transition: all .3s;
    margin-right: 3px;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 2px;
}
.videoLanguage .language img{
    width: 20px;
    height: auto;
}
.videoLanguage .language:hover{
    opacity: .75;
}
.videoLanguage .language.active{
    border-bottom: 2px solid #006a92;
}


@media screen and (max-width: 992px) {
    #floatingButton{
        display: none;
    }
    #mobileFloatingButton{
        display: block !important;
        position: fixed;
    }
    .mobile-text{
        display: block;
        font-size: 12px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    #lunaModal .modal-dialog {
        width: 95%;
        margin: 0 auto;
    }
    .mobile-luna-img{
        height: 5rem;
    }
    .video-container {
        display: flex;
        flex-direction: column-reverse;
    }
    .video{
        font-size: 11px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .video-navigation-container{
        margin-bottom: 10px;
    }
    #lunaModalLabel{
        font-size: 16px;
    }
    .close{
        font-size: 22px;
    }
}