body {
	font-size: 16px;
}
span.folder:hover, li.collapsable a:hover {
    color: #006BB80;
}

span.highlight {
    background-color: #017DC3!important;
}

#button123{
    background-color: #e95833; padding: 10px 17px; font-size: 18px; text-transform: uppercase; font-weight: normal; margin-right:4%; width:48%;float:left; text-align:center;
}

#button133{
    background-color: #022b47; padding: 10px 17px; font-size: 18px; text-transform: uppercase; font-weight: normal; float: left; width:48%; text-align:center;
}

.wkmodal.wkmodalbox.modal-container {
    top: 50px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
#r-and-r {
    display: none;
}

@media (min-width: 992px) {
	.col-form-50 {
        float: left;
        width: 50%;
    }	
}

#sidecol_a a.side-button {
    background-color: #e95833;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    height: 28px;
    padding-top: 7px;
    text-align: center;
    transition: .5s;
}

#sidecol_a a.side-button:hover {
	background-color: #006BB80;    
    text-decoration: none;	
    transition: .5s;
}


@keyframes border-pulsate {
    0%   { border-color: rgba(233, 88, 51, 1); }
    50%  { border-color: rgba(242, 101, 50, 0); }
    100% { border-color: rgba(233, 88, 51, 1); }
}

form#formcontact label,
form#formcontact_debug label {
	width: 20%;
	float: left;
}


.next-page-contact {
	display: none;
}
button#prevButton {
    margin: 15px 0;
}
p#errormsg {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    padding: 10px;
    display: none;
}

form#formcontact input[type="text"], form#formcontact textarea,
form#formcontact_debug input[type="text"], form#formcontact_debug textarea  {
    width: 78.83%;
}


@media(max-width: 980px) {
	select {
       width: 50%;	
   }
   form#formcontact input[type="text"], form#formcontact textarea,
   form#formcontact_debug input[type="text"], form#formcontact_debug textarea {
       width: 98%;	
   }
   form#formcontact label,
   form#formcontact_debug label {	
       float: none;
       width: 100%;
   }
}

@media(max-width: 980px) {
    form#formcontact input[type="text"], form#formcontact textarea,
    form#formcontact_debug input[type="text"], form#formcontact_debug textarea {
       width: 95%;	
   }
    select {
        width: 98%;    
    }
}

/* News & Search in header */

@media (min-width: 1025px) {
    /* .header-1 {
        margin-left: 40%;
    } */
    
    .header-1 ul{
        display: inline;
    }
}

@media (max-width: 1025px) {
    /* .header-1 {
        margin-left: 30%;
        top: -20px;
    } */
    
    .header-1 ul {
        display: inline;
    }

    .mod-menu.topmenu a {
        font-size: 14px !important;
    }

    .tp-caption.top-book-btn {
        font-size: 16px !important;
        padding: 10px 40px !important;
    }
}

@media (max-width: 750px) {
    .mod-menu.topmenu a {
        font-size: 12px !important;
    }

    .tp-caption.top-book-btn {
        font-size: 14px !important;
        padding: 8px 25px !important;
    }
}

/* @media (max-width: 525px) {
    .header-1 {
        margin-left: 40%;
        top: -20px;
        width: 100%;
    }
} */

/* Tooltip */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* Tooltip */

span.custom-tooltip {	
    position: absolute;
    margin-left: 10px;
    background: black;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: -50px;
    width: 250px;
    visibility: hidden;
}

label:hover span.custom-tooltip {
    visibility: visible;
}
.panel-footer {
	background: #f5f5f5;
    padding: 10px;
    border-top: 1px solid #e5e5e5;
}
button#sendButton {
    margin-bottom: 15px;
}

/* modal home */


.wrapper960 .leading-0 .item-title{
    display: none;
}

#modalboxhome .wkmodal-body {
    background-color: #4472C4;
}

#modalboxhome .alert-info {
    /*background-color: #4f88ea; */
    background-color: #fff;
    text-shadow: none;
    padding: 8px 8px 8px 14px!important;
    margin-bottom: 10px!important;
    border: 4px solid #284C8B!important;
}

#modalboxhome .center {
    text-align: center;
}

#modalboxhome .left {
    text-align: left;
}

#modalboxhome .head {
    /*color: #fff;*/
    color: #4472C4;
    font-size: 1.5em;
    font-weight: 600;
    /*padding: 10px 0;*/
    /*margin: 10px 0;*/
    line-height: 1.35em;
}

#modalboxhome .desc {
    /*color: #fff;*/
    color: #4472C4;
    font-size: 16px;
    font-weight: 500;
}

@media(max-width: 470px) {
    #modalboxhome .wkmodal-header h2{
        font-size: 1.1em;
        margin: 0 auto;
    }
	/*#modalboxhome .id-img{
        display:none;*/
}
.wkmodal-body p{
	font-size:10px;
}

/* Warning */


.alertbox{
    height: auto;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    overflow: hidden;
}

.alertbox a.close-btn {
    float: right;
    padding: 5px;
    display: none;

}


li.item-407 {
	border-right: 1px solid grey;
}
li.item-408 {
	border-left: none !important;
	width: 25px;
}
li.item-408 a img {
	width: 90%;
}

@media only screen and (max-width : 440px) {
	li.item-407 {
		border-right: none;
	}
}



/* New Design Styles */

/* .moduletable {
  float: none;
} */

#container_bottom1_modules  {
    background-color: #fdfdfd;
    border-top:4px solid #017DC3;
}

#container_bottom1_modules .wrapper960  {
    background-color: transparent;
}

.footer-headings h3 {
    color: #006BB80;
}

.moduletable ul li, .module_menu ul li {
    display: inline-block;
    padding: 20px;
}

/* ul#external-links-footer a {
    color: #65646a;
} */

.social-slide {
    height: 48px;
    width: 48px;
    margin: 5px;    
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
}

.twitter-hover {
    background-image: url(/images/social-media/twitter.png);
}

.facebook-hover {
    background-image: url(/images/social-media/facebook.png);
}

.instagram-hover {
    background-image: url(/images/social-media/instagram.png);
}

.linkedin-hover {
    background-image: url(/images/social-media/linkedin.png);
}

.youtube-hover {
    background-image: url(/images/social-media/youtube.png);
}

.social-slide:hover {
    background-position: 0px -48px;
    border-radius: 50%;
}

.follow-footer p {
    margin-top: 15px;
    color: #006BB80;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}

.custom-social-media-footer {
    width: 90%;
    margin-left: 5%;
}

div#wrapper_bottom-1 {
    padding: 25px 0;
}

.copyright p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    padding: 12px 0;
}

.copyright p span {
    color: #b5b5b5;    
}

#container_base {
    background-color: #6c696e;
}

#container_base .wrapper960 {
    height: 45px;
}

#container_bottom1_modules .block_holder {
    padding: 0;
}

#container_bottom1_modules {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width:440px) {
    div#bottom_modules .bottom-1 {
    width: 100% !important;    
    }
    div#bottom_modules .bottom-1 div {
    text-align: left !important;    
    }
    .custom-social-media-footer {
    margin-left: 0;    
    }
}

.home-boxes-content.general-info {
    background: url(/images/general-info-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.home-boxes-content.center-locations {
    background: url(/images/center-locations-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.home-boxes-content.exchange-foreign {
    background: url(/images/exchange-foreign-licence-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.home-boxes-container .home-boxes-content {
    width: 32.66666666666667%;
    float: left;
    padding: 116px 0;
    transition: 1s;
    -webkit-transition: 1s;
}

.home-boxes-container .home-boxes-content.center-locations {
    margin: 0 1%;
}

.home-boxes-container a {
    color: #fff;
    font-size: 28px;
    line-height: 33px;
}
.top-1 {
    background: white;
}

.home-boxes-container div:hover {
    opacity: .7;
    transition: 1s;
    -webkit-transition: 1s;
}

/*@media (max-width: 1200px) {
    .home-boxes-content.general-info, .home-boxes-content.center-locations, .home-boxes-content.exchange-foreign {
    background-size: contain;    
    }
}*/

@media (max-width: 1083px) {
    .home-boxes-container div {    
    padding: 51px 0;
    min-height: 220px;
    }
}

@media (max-width: 926px) {
    .home-boxes-container div {
    padding: 31px 0;
    min-height: 220px;
    }
}

@media (max-width: 782px) {
    .home-boxes-content.general-info, .home-boxes-content.center-locations, .home-boxes-content.exchange-foreign {
    background-size: cover;    
    }
    .home-boxes-container div {
    width: 100%;
    float: none;
    }
    .home-boxes-container .home-boxes-content.center-locations {
    margin: 20px 0;
    }
}


div#wrapper_top-3 .top-3 {
    padding: 10px;
}
div#wrapper_top-3 .top-3 {
    padding: 12px;    
    padding-top: 0;
}

div#wrapper_top-3 .top-3:nth-child(1) {
    padding-left: 0;
}

div#wrapper_top-3 .top-3:nth-child(3) {
    padding-right: 0;
}


.home-boxes-content img {
    margin-bottom: 15px;
}

#container_hornav .wrapper960 {
    background-color: #fff;
    border: none;
}

#hornav > ul > li+li {    
    background: none;
}

#hornav > ul {
    float: left;
}

#container_top1_modules {

}

#top-alert {
    position: fixed;
    z-index: 305;
    width: 100%; 
    background: #017dc3; 
    height: 55px;
    border-top: 5px solid #e95833;
    opacity: 0;
    display: none;
}
@media only screen and (max-width: 1024px) {
    #top-alert {
        position: inherit;
    }
}

/* #body_bg {
    padding-top: 60px;
} */


/* Remove these styles scrolling down */
#topspace {
    margin-top: 0 !important;
}

.mm_sticky_header {
    margin-top: -61px;
}


@media (min-width: 1025px) {
    .content_background_container {    
    margin-top: 35px;
    }    
}

/* Remove these styles scrolling down */

body {
    margin: 0;
}

div#top-alert img {
    padding: 11px;
    background: #e95833;    
}

.top-alert-content {
    color: #fff;
    height: 100%;
    padding-left: 100px;
    padding-top: 5px;
    font-size: 16px;
    position: relative;
}

.top-alert-content a {
    color: #fff !important;
    text-transform: uppercase;
}

.top-alert-content a.top-alert-close {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.mod-menu.topmenu a {    
    color: #504e4e;
    font-size: 16px;
}

a.close-btn-top-alert {
    float: right;
}
.useful-videos-footer a {
    color: #65646a;
}

.useful-videos-footer li {
    background: url(/images/videos-bullet.png) no-repeat;
    background-position: 0px;
    padding-left: 30px;
}
#cookie ul.menu li {
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #626262;
    line-height: 14px;
}
#cookie ul.menu {
    margin: 0;
    padding: 10px 0;
}
#cookie ul.menu a {
    color: #626262;
}
#cookie {    
    font-size: 13px;
    height: initial !important;
}
#cookie ul.menu li:last-child {
    border-right: 0;
    background-color: unset;
}
/* ul.menu li#ot-sdk-btn {
    color: #626262 !important;
    font-weight: 600;
    display: inline-block;
    border-right: 1px solid #626262;
    font-size: inherit;
} */
ul.menu li#ot-sdk-btn:hover {
    background-color: transparent !important;
}

.tp-button {
    font-size: 22px;
    box-shadow: none;
    padding: 15px;
    background: none;
    border-radius: 0;
    text-shadow: none !important;
    font-weight: 400;
}
.tp-button.orange {
    box-shadow: none;
        background-color: #e95833;
}
.tp-button.blue {
    background-color: #017dc3;
}
@media screen (min-width: 1096px) {
    .wrapper960, .backgrounds .content_background {
    width: 1200px;
    }    
    div#wrapper_top-3 .top-3 {    
    width: 33%!important;
    padding: 1px;
    }
    
    
}

@media only screen and (max-width: 1096px) {
	.wrapper960, .backgrounds .content_background {
		width: 100% !important;
	}
	
}


.form-boxes-container {
    width: 100%;
    display: inline-block;
}
.form-boxes-container div {
    float: left;
    width: 50%;   
}

.form-boxes-container h2 {
    font-size: 1.2em;
    color: #494949;
    line-height: 40px;
}

.form-boxes-container ul {
    list-style: none;
    margin: 0;
    font-size: 20px;
}

.form-boxes-container ul li { 
    line-height: 30px;
}

.form-boxes-container > div {
    padding-right: 30px;
}

@media only screen and (max-width: 767px) {
    .form-boxes-container div {    
    width: 100% !important;
    }
}


/* @media (max-width: 1110px) {
    body {
    margin: 0px 10px;   
    }
} */


.rl_sliders.accordion>.accordion-group {
    margin-bottom: 9px;   
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
	
.nn_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle, .nn_sliders>.accordion-group.active>.accordion-heading>a.accordion-toggle {
    background-position: 15px;
}

.rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {    
    padding: 13px 55px;  
}

.nn_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {
    color: #494949 !important;
    font-size: 16px;
}

.rl_sliders.accordion>.accordion-group .panel-heading {
    background-color: #e3e3e3;
}

.rl_sliders.accordion>.accordion-group {
    border: 0;
}

.new-banner-page {
    padding: 0;
}

.new-banner-page .custom {    
    padding: 3.5rem;
    width: 100%;
    background-size: cover;
    background-position: bottom;
}

.new-banner-page .custom h1 {    
    color: #fff;
    font-size: 2.5rem;
  	text-align: center;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1rem;
}

.booking-boxes-page {
    padding: 0;
}



@media (max-width:992px) {
    .new-banner-page .custom {
    background-size: cover;
    
    }
}

#exchange-licence-banner .text {
    padding: 1em;
    
}

#exchange-licence-banner .grey, .banner-feb16 .grey, #exchange-licence-banner .dark, .banner-feb16 .dark, #exchange-licence-banner .light, .banner-feb16 .light {
    /*min-height: 260px;*/
}

/* .moduletable.new-banner-page, #exchange-licence-banner .text p {
    margin-bottom: 20px;
} */


#exchange-licence-banner .text a, .banner-feb16 .text a {   
    padding: 15px;
}

form#searchForm fieldset.phrases, form#searchForm fieldset.only {
    display: none;
}

form#searchForm .btn-group.pull-left {
    margin: 0;
    width: 100%;
}

input#search-searchword {
    width: 30%;
    margin-left: 35%;
    height: 35px;
}

form#searchForm span.icon-search {
    display: none;
}

#searchForm .btn {
    margin-top: 25px;
    padding: 0 4px;
    width: 20%;
    margin-left: 40%;
    padding: 12px;
    font-size: 22px;
    text-transform: uppercase;
}

.highlight {
    background-color: #017DC3;
    color: #fff!important;
    font-weight: 600;
    font-size: 22px;
    padding: 5px 15px;
    margin: 15px 0;
}


div#slideshow {
    padding: 0;
}

.moduletable.apply-links-home {
    margin-top: 20px!important;
}

.moduletable.home-slideshow {
    margin-bottom: 20px!important;
}

.moduletable.apply-links-home .driving-licence, .moduletable.apply-links-home .learner-permit {
    float: left;
    width: 49%;
    height: 105px;
    color: #fff;
    transition: 1s;
    -webkit-transition: 1s;
}
.moduletable.apply-links-home .driving-licence {
    margin-right: 1%;
}
.moduletable.apply-links-home .learner-permit {
    margin-left: 1%;
}


.moduletable.apply-links-home .driving-licence {
    background: url(/images/1.png) no-repeat;
    background-size: cover;
}
.moduletable.apply-links-home .learner-permit {
    background: url(/images/2.png) no-repeat;
    background-size: cover;
}

.moduletable.apply-links-home .driving-licence div, .moduletable.apply-links-home .learner-permit div {
    float: left;
    margin: 19px 0 0 40px;
    font-size: 20px;
    line-height: 30px;
}

.moduletable.apply-links-home img {
    margin-top: 20px;
}

.moduletable.apply-links-home .driving-licence:hover, .moduletable.apply-links-home .learner-permit:hover {
    opacity: .7;
    transition: 1s;
    -webkit-transition: 1s;
}


@media (min-width: 1200px) {
    .moduletable.apply-links-home .learner-permit:hover {
    background: url(/images/1.png) no-repeat;
    background-size: cover;
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    }
    .moduletable.apply-links-home .driving-licence:hover {
    background: url(/images/2.png) no-repeat;
    background-size: cover;
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;    
    }
    .moduletable.footer-headings.useful-videos-footer {
    padding-left: 0;
    }

    .moduletable.footer-headings.useful-videos-footer .module_header h3 {
        padding-left: 17px;
    }
}



@media (max-width: 1190px) {
    .moduletable.apply-links-home .driving-licence, .moduletable.apply-links-home .learner-permit {    
    background-size: contain;
    }
}


@media (max-width: 1000px) {
    .moduletable.apply-links-home .driving-licence div, .moduletable.apply-links-home .learner-permit div {
    margin: 8px 0 0 40px;    
    }
    .moduletable.apply-links-home .driving-licence, .moduletable.apply-links-home .learner-permit {
    height: 80px;    
    }
}
.moduletable.apply-links-home .driving-licence span, .moduletable.apply-links-home .learner-permit span  {
    font-size: 33px;
}
.header-2 {
    top: -20px;
}

#logo {
    position: absolute;
    width: 14%;
    /*margin-left: 43%;*/
}

@media (max-width: 1024px) {
    #logo {    
    margin-top: 15px;
    }    
}

@media (max-width: 767px) {
    #logo {
    margin-top: 5px;
    width: auto;
    margin-left: 0;
    }
}

@media (max-width: 700px) {
   div#top-alert img {    
    background: #e95833;
    height: inherit;
    padding: 10px;
    border-radius: 50%;
    margin: 7px;
    }
}


@media (max-width: 1183px) {
    #container_base .wrapper960 {
    height: auto;
    text-align: center;
    }
}



@media (min-width: 1200px) {
    #hornav > ul > li > a {
    padding: 8px 25px 8px;   
    font-size: 16px;    
    }
    
  }

}


ul.mod-menu.topmenu li:nth-child(1) {
    padding-left: 0;
}

@media (max-width: 846px) {
    .moduletable.apply-links-home .driving-licence, .moduletable.apply-links-home .learner-permit {
    width: 100%;    
    }
    .moduletable.apply-links-home .learner-permit {
    margin-left: 0;    
    }
    .moduletable.apply-links-home .driving-licence {
    margin-right: 0;    
    }
    .moduletable.apply-links-home img {
    margin-top: 6px;
    }
    .moduletable.apply-links-home .driving-licence div, .moduletable.apply-links-home .learner-permit div {
    float: none;
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    }
    .moduletable.apply-links-home .driving-licence, .moduletable.apply-links-home .learner-permit {
    background-position: bottom;
    text-align: center;
    }
    .moduletable.apply-links-home .driving-licence {
    margin-bottom: 15px;
    }
    .moduletable.apply-links-home .driving-licence span, .moduletable.apply-links-home .learner-permit span {
    font-size: 26px;    
    }
    
}

@media (max-width: 470px) {
    .moduletable.apply-links-home img {    
    float: left;   
    margin: 10px 28px 0 22px;
    }
    .moduletable.apply-links-home {
    margin-top: 15px;
    }
    #container_top1_modules {
    margin-top: 15px;
    }
    .moduletable.apply-links-home .driving-licence div, .moduletable.apply-links-home .learner-permit div {
    float: left;    
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0;    
    }
    .moduletable.apply-links-home .driving-licence, .moduletable.apply-links-home .learner-permit {
    height: auto;    
    }
    .moduletable.apply-links-home .driving-licence {
    margin-bottom: 0px;    
    }
}

@media (max-width: 375px) {
    .moduletable.apply-links-home .driving-licence, .moduletable.apply-links-home .learner-permit {
    background-size: cover;
    text-align: left;
    background-image: none;  
    }
    .moduletable.apply-links-home .driving-licence {
    background-color: #017dc3;
    }
    .moduletable.apply-links-home .learner-permit {
    background-color: #e95833; 
    }
}

.maincontent {
    padding: 10px 0;
}

.main-banner.tp-fade.tp-resizeme.main-banner-background {
    text-align: center;    
}

.tp-button.blue, .tp-button:hover.blue, .purchase.blue, .purchase:hover.blue {
    box-shadow: none;
}

a.tp-button.blue.small:hover {
    color: #fff !important;
}


.moduletable ul li a.tp-button.orange:hover {
    color: #fff !important;
    text-decoration: none;
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    background: #017dc3;
}

.moduletable ul li a.tp-button.blue.small:hover {
    color: #fff !important;
    text-decoration: none;
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    background: #e95833;
}

.moduletable ul li  a.tp-button.blue.small.blue-orange-back:hover {
     background: #022b47;   
}


.tp-button.orange, .tp-button:hover.orange, .purchase.orange, .purchase:hover.orange {
    box-shadow: none;
}


@media (min-width:1200px) {
    .moduletable ul li  a.tp-button.blue.small.blue-orange-back, .moduletable ul li a.tp-button.blue.small, .tp-button.orange {
    padding: 15px 30px !important;    
    }
}


.tp-caption.small_white_banner span {
    font-weight: 900;
}

/******************************/
/* Horizontal Navigation Menu */
/******************************/

#hornav ul ul {
    background-color: #0070C0;
} 

/* #hornav ul ul li a {
    color: #fff;
    font-weight: 600;
} */

#hornav ul ul li a:hover {
    color: #fff!important;    
}

#hornav ul ul li:hover {
     background-color: #e95833; 
}

#hornav ul li.item-549 ul {
    white-space: normal!important;
    min-width: 350px;
}

#hornav ul li.item-587 ul {
right: 0!important;
}

#hornav ul li.item-587 ul:before {
left: 97px;
}

#hornav ul ul li:hover a {
    text-decoration: none;
    color: #006BB80!important;
}




/* .moduletable ul li a:hover, .module_menu ul li a:hover {
    color: #D16400 !important;
} */

.btn-container{
    text-align: center;
}

.apply-btn:hover {
    background: #017DC3;
    /* transition: .8s; */
    /* -webkit-transition: .8s; */
}

.book-btn:hover {
    background: #e95833;
    transition: .8s;
    -webkit-transition: .8s;
}

.book-btn, .apply-btn {
    display: inline-block;
    border-radius: 4px;
    /* box-shadow: 0px 3px 0px rgba(211,211,211,0.4); */
    padding: 13px 25px;
    width: 250px;
}

.readmore .btn {
    border-radius: 4px;
    box-shadow: 0px 3px 0px rgba(211,211,211,0.4);
}

.apply-btn {
    background: #e95833;
    color: #fff;
    transition: .8s;
    -webkit-transition: .8s;
}

.book-btn {
    background: #017DC3;
    color: #fff;
    transition: .8s;
    -webkit-transition: .8s;
}


.top-book-btn {
    background: #e95833;
    border-radius: 4px;
    box-shadow: 0px 3px 0px rgba(211,211,211,0.4);
    color: #fff;
    text-align: center;
    padding: 13px 55px;
    margin: 0px !important;
    font-size: 18px;
    transition: .8s;
    -webkit-transition: .8s;
}

.top-cancel-btn {
    background: #b3b3b3;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 0px rgba(211,211,211,0.4);
    text-align: center;
    padding: 13px;
    margin: 0px !important;
    font-size: 18px;
    transition: .8s;
    -webkit-transition: .8s;
}


@media (max-width: 580px) {
    .top-book-btn, .top-cancel-btn {
    padding: 9px 5px;
    font-size: 15px;
    }
}

.top-cancel-btn:hover {
    background: #e95833;
    transition: .8s;
    -webkit-transition: .8s;
}
.top-book-btn:hover {
    background: #017DC3;
    transition: .8s;
    -webkit-transition: .8s;
}

.header-2 a:hover, .header-2 a:hover {
    text-decoration: none;
}

@media (max-width: 524px) {
    .header-2 {    
    top: -52px !important;
    }
}

a.cookie-link {
    color: #b5b5b5;
    transition: .8s;
    -webkit-transition: .8s;
}

a.cookie-link:hover {
    color: #D16400;
    transition: .8s;
    -webkit-transition: .8s;
    text-decoration: none;
}

.mod-menu.topmenu li+li {
    border-left: none;
}

.not-accepted-content {
	width: 100%;
    float: left;
    padding-right: 20px;
}

.not-accepted-img {
	width: 100%;
    float: left;
}

@media (max-width: 1200px) {
    .not-accepted-content, .not-accepted-img    
    {
    width: 100%;    
    }
    #top-alert {    
    height: auto !important;
    }
}

@media (min-width: 1200px) {
    .moduletable.footer-headings {
    margin-bottom: 30px;
    }
    
}


.not-accepted-img table tr:first-child {
	background-color: #eee;
}
.not-accepted-img table tr td {
	width: 25%;
	text-align: center;
	border: 1px solid #ddd;
    padding: 8px;
}
.not-accepted-img table tr th {
	border: 1px solid #ddd;
}
.not-accepted-img table {
	max-width: 98%;
	margin: auto;
}

.container.form-container {
    width: 100%;
}

@media (max-width: 650px) {
      
    .top-alert-content {
    color: #fff;
    height: 100%;
    padding-left: 83px;
    padding-top: 5px;
    font-size: 12px;
    position: relative;
    line-height: 17px;
    padding-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
	.tp-button.blue, .tp-button.orange {
		letter-spacing: 0px !important;
		font-size: 14px !important;
	}
	.tp-caption.button-banner,
	.tp-caption.button-banner4 {
		margin-left: -30px !important;
	}
	.tp-caption.button-banner2,
	.tp-caption.button-banner3 {
		margin-left: 30px !important;
	}
}

@media only screen and (max-width: 610px) {
	.tp-caption.button-banner,
	.tp-caption.button-banner4 {
		margin-left: -60px !important;
	}
	.tp-caption.button-banner2,
	.tp-caption.button-banner3	{
		margin-left: 60px !important;
	}
}

@media only screen and (max-width: 500px) {
	.tp-caption.button-banner,
	.tp-caption.button-banner4 {
		margin-left: -80px !important;
	}
	.tp-caption.button-banner2,
	.tp-caption.button-banner3	{
		margin-left: 80px !important;
	}
}

@media only screen and (max-width: 420px) {
	.tp-caption.button-banner {
		margin-left: 0px !important;
		left: 28% !important;
	}
	.tp-caption.button-banner4 {
		margin-left: 0px !important;
		left: 31% !important;
	}
	.tp-caption.button-banner2 {
		margin-left: 0px !important;
		left: 26% !important;
		top: 60% !important;
	}
	.tp-caption.button-banner3 {
		margin-left: 0px !important;
		left: 27% !important;
		top: 70% !important;
	}
	.table-responsive {
		margin-bottom: 15px;
		overflow-y: hidden !important;
		overflow-x: scroll !important;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #DDD;
		-webkit-overflow-scrolling: touch;
	}
}

@media (min-width: 1025px) {
    li.item-517 {
    display: none;
    }
}

table#xmas-hours {
	color: #fff;
	text-align: left;
	width: 80%;
	margin: 4% auto;
}

table#xmas-hours th,
table#xmas-hours td {
	width: 50%;
}
table#xmas-hours tr.closed {
	color: #aaa;
}


table#xmas-hours-news {
	text-align: left;
}

table#xmas-hours-news th,
table#xmas-hours-news td {
	width: 50%;
}
table#xmas-hours-news tr.closed {
	color: #aaa;
}

table#xmas-hours-slide {
	text-align: left;
}

table#xmas-hours-slide th,
table#xmas-hours-slide td {
	width: 50%;
}
table#xmas-hours-slide tr.closed {
	color: #aaa;
}

.top-applications-btn {
    background: #017DC3;
}
.top-applications-btn:hover {
    background: #b3b3b3;
}

.small_white_banner_orange {
    color: #ffffff !important;
    font-size: 2.5em !important;
    line-height: 1.2 !important;
}
.small_white_banner_black {
    color: #ffffff !important;
    font-size: 1.4em !important;
    line-height: 1.2 !important;
}

@media only screen and (max-width: 1200px) {
    .small_white_banner_orange {
        font-size: 2em !important;
    }
    .small_white_banner_black {
        font-size: 1.2em !important;
    }
}

@media only screen and (max-width: 991px) {
    .small_white_banner_black {
        font-size: 1em !important;
    }
}

@media only screen and (max-width: 767px) {
    .small_white_banner_orange {
        font-size: 1.2em !important;
    }
    .small_white_banner_black {
        font-size: 1em !important;
        bottom: 30% !important;
        top: auto !important;
    }
    .small_white_banner_button {
        left: 40% !important;
        bottom: 10px !important;
        top: auto !important
    }
}

@media only screen and (max-width: 540px) {
    #rev_slider_1_1_wrapper {
        min-height: 230px !important;
    }
    .fullwidthbanner-container .fullwidthabanner {
        height: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    .wkmodal {
        top: 25px;
        overflow: scroll !important;
    }
}


#modalboxhome .popup-upper {
    padding: 25px;
    float: left;
    display: flex;
    align-items: center;
}
#modalboxhome .popup-upper > p {
    text-align: left;
    font-size: 2em;
    line-height: 1.2;
    width: 50%;
    float: left;
}
#modalboxhome .popup-upper > img {
    width: 50%;
    float: left;
    margin: 0;
}
#modalboxhome .popup-logo {
    width: 100%;
    float: left;
    padding: 0 25px;
}
#modalboxhome .popup-logo > img {
    float: right;
}

.tp-caption.small_white_banner_orange2 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    color: #D16400;
    font-weight: bold;
}
.tp-caption.small_white_banner_black2 {
    color: #D16400;
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
}
.tp-caption.small_white_banner_black2 > a {
    color: #006BB80 !important;
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
}

@media only screen and (max-width: 1200px) {
    .tp-caption.small_white_banner_black2 {
        margin-top: 30px !important;
    }
    #modalboxhome {
        width: 65%;
        left: 20%;
    }
}

@media only screen and (max-width: 767px) {
    #modalboxhome {
        width: 100%;
        left: 0;
    }
    #modalboxhome .popup-upper {
        display: block;
    }
    #modalboxhome .popup-upper > p {
        width: 100%;
        text-align: center;
    }
    #modalboxhome .popup-upper > img {
        width: 100%;
    }
}

/* Calculator */
#calc {
    padding: 20px;
    margin-bottom: 10px;
    background: #f5fcff;
    border-radius: 10px;
    border: 5px solid #73afd1;
  }

  #calc h2 {
    font-size: 2em;
    padding-top: 20px;
  }

  #calc p {
    font-size: 1.25em;
    padding-top: 10px;
  }

  #calc button,
  #calc label {
    border-radius: 5px;
    padding: 15px 20px;
    margin-right: 10px;
    font-size: 1.25em;
  }
  
  #calc button, #calc .btn-primary {
    background-color: #e95833;
  }

  #calc input[type="radio"]:checked {
    border-color: #fff;
    box-shadow: 0 0 0 2px rgba(34, 139, 236, 1),
    inset 0 0 0 6px rgba(13, 81, 146, 1);
  }

  #calc input[type="radio"] {
    appearance: none;
    background: #fff;
    border-radius: 100%;
    border: 1px solid transparent;
    box-shadow: 0 0 0 2px rgba(13, 81, 146, 1),
    inset 0 0 0 0px rgba(13, 81, 146, 0);
    display: inline-block;
    height: 1.25em;
    margin-right: 0.25em;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    vertical-align: text-bottom;
    width: 1.25em;
  }

  #calc .datepicker input {
    padding: 10px;
    margin: 10px 0;
    font-size: 1.25em;
  }

  #calc button {
    margin: 10px 0;
  }
  
  #calc .proceed {
      margin: 15px 0;
  }

  #calc .results,
  #calc .error {
    display: none;
    font-size: 1.25em;
    padding: 15px;
    border-radius: 5px;
    width: 50%;
  }

  #calc .results {
    background-color: #d9edf7;
    color: #366a96;
    border: 5px solid #366a96;
    margin-bottom: 10px;
  }

  #calc .error {
    background-color: #f8d7da;
    color: #721c24;
    border: 5px solid #f5c6cb;
  }
  @media (max-width: 1000px) {
    #calc .results,
    #calc .error {
      width: 75%;
    }
  }

  @media (max-width: 800px) {
    #calc p {
      font-size: 1.15em;
    }

    #calc .results,
    #calc .error {
      width: 100%;
    }

    #calc button {
      width: 100%;
    }

    #calc .datepicker input {
      padding: 25px;
      line-height: 1em;
      width: 100%;
      box-sizing: border-box;
    }

    #calc .results,
    #calc .error {
      font-size: 1.1em;
    }

    #calc .licence label {
      width: 100%;
      padding: 15px 0;
      margin: 10px 0;
    }
  }


/** Covid-19 Notice Showcase **/
.btn-findmore {
    display: none;
}

.img-cont {
    display: none;
}


@media (min-width: 700px) {
  .btn-findmore {
    display: block;
    border-radius: 4px!important; 
    background: rgb(1,60,92);
    box-shadow: 0px 3px 0px rgba(211,211,211,0.4);
    padding: 7px 10px!important;
    margin-left: 20px;
    transition: .8s!important;
  }

  .btn-findmore:hover {
    background: #e95833;
    transition: .8s!important;
  }
  
  .img-cont {
    /*width: 100px;*/
    display: block;
    object-fit: contain;
    align-self: start;
  }
  
  .notice-heading .notice-headline {
    font-size: 26px!important; 
  }
  
  .text-cont {
    font-size: 20px;
  }
  
  .text-cont table {
    font-size: 16px;
  }
  
  .text-cont td {
    background-color: #fff;
  }
}

.text-cont {
  flex: 1 1 auto;
  padding: 30px 12px;
}

.notice-heading {
  background-color: #017DC3; 
  color: #fff; 
  margin-bottom: 0; 
  padding: 10px; 
  justify-content: center; 
  display: flex;
}

.notice-heading > img {
  align-self: center;
}

.notice-heading .notice-headline {
  align-self: center; 
  font-size: 20px; 
  font-family: ballinger-regular, Arial, sans-serif;
  padding: 5px;
}

.notice-body {
  background-color: #F0F0F0; 
  margin-top: 0; 
  display: flex;
}

.notice-body > img {
  padding: 30px;
}

.text-cont > h3 {
  padding: 0; 
  margin: 0;
  font-size: 18.66px;
  line-height: 33px;
}

.text-cont p {
  font-size: 16px;
}

/** Creates the notch on boxes **/


.notch {
  --notchSize: 1rem;
  
  clip-path: polygon(
    0% var(--notchSize),
    var(--notchSize) 0%,
    100% 0,
    100% calc(100% - var(--notchSize)),
    calc(100% - var(--notchSize)) 100%,
    0 100%
  );
}

a:hover, a:focus {
    text-decoration: none;
}

.wkmodalbox p {
    font-size: 13px;
}

/* borderless tables */
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table th {
    background-color: rgba(1, 125, 195,0.1);
}

/* Remove orange/yellow border around accordions when clicked */

.rl_sliders.accordion>.accordion-group.active>div>a:focus,.rl_sliders.accordion>.accordion-group>div>a:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Accordions */

.accordion-heading>a {
    font-weight: 500;
}

.active>.accordion-heading>a.accordion-toggle {
   background-image: url(/images/blue-minus.png)!important;
   color: #006BB8!important;
}

.sub.active>.accordion-heading>a.accordion-toggle {
   background-image: url(/images/orange-minus.png)!important;
}


/* Sub Accordions */

.accordion-inner.panel-body {
  padding: 15px 15px 15px 40px!important;
}

.sub .panel-heading a:hover {
 background-color:  #fff!important; 
}

.sub .accordion-heading .accordion-toggle {
    background-color: #fff;
}

.sub.active>.accordion-heading>a.accordion-toggle
{
 background-color: #fff!important;
}

.sub>.accordion-heading>a.accordion-toggle>.nn_sliders-toggle-inner
{
 color: #006BB8;
 font-weight: 500;
}

/* Main Navigation */
#hornav > #moomenu .active {
    background: #F26432!important;
}

#hornav > #moomenu .active a {
    color: #fff;
}

#hornav ul ul:last-of-type {
    margin-left: 0px!important;
}

#hornav ul ul {
    background-color: #0070C0;
} 

/* #hornav ul ul li a {
    color: #fff;
    font-weight: 600;
} */

#hornav ul ul li a:hover {
    color: #fff!important;    
}

#hornav ul ul li:hover {
     background-color: #e95833; 
}

#hornav ul li.item-549 ul {
    white-space: normal!important;
    min-width: 350px;
}

#hornav ul li.item-587 ul {
right: 0!important;
}

#hornav ul li.item-587 ul:before {
left: 97px;
}

#hornav > ul > li > a:hover {
    color: #383838;
}

/* Top Header Button */
.top-cancel-btn:hover {
    background: #e95833;
    transition: .8s;
    -webkit-transition: .8s;
}
 
/* Home Page Slider */
.new-online-service-button-banner {
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	font-family: ballinger-regular, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: #ffd658;
	border-style: none;
}

.apply-online-button-banner {

}

/* Alert bootstrap notification */
.alert-info {
    color: #366a96;
    border-color: #366a96;
}


/* Contact Us Form */
.item-pagecontact-form, .item-page {
  margin-top: 15px;
}

/* Medical Fitness Buttons */
.btn-medical, .btn-normal {
  border-radius: 4px;
  box-shadow: 0px 3px 0px rgba(211,211,211,0.4);
  background-color: #017DC3!important; 
  padding: 12px!important;
  -webkit-transition: .8s;
}

.btn-medical {
    width: 100%;
}

.btn-medical:hover, .btn-normal:hover {
    background: #e95833!important;
    transition: .8s!important;
    -webkit-transition: .8s;
}

li {
    line-height: 1.5em;
}

a {
    color: #006BB8;
    font-weight: 600;
}

body {
    color: #383838;
}

input, button, select, textarea {
    font-family: ballinger-regular, Arial, sans-serif;
}

.mm_sticky_header {
    height: 143px;
}

body ol {
    list-style: decimal outside none;
}

body ol ol {
    list-style: lower-alpha outside none;
}
/* Modal Window Appearance */

@media (max-width: 480px) {
  .wkmodal {
    width: 100vw;
    left: 0;
    top: 50px;
  }
  
  .btn-medical {
      width: 95vw;
      margin-bottom: 10px;
  }
  
  #medical-and-eyesight-forms .accordion-inner.panel-body, 
  #medical-fitness-guidelines-and-forms .accordion-inner.panel-body {
      padding: 15px 0 15px 0!important;
  }
  
  #medical-and-eyesight-forms p, #medical-fitness-guidelines-and-forms p {
      margin-bottom: 0px;
  }
}

.wkmodal-header {
    border: none;
    background-color: #e95833;
    height: auto;
    box-shadow: none;
    cursor: initial;
    border-radius: 0px;
}

.wkmodal-header h3 {
    color: #fff!important;
    font-size: 17px;
    text-align: center;
    padding: 0 20px 0 0;
    font-family: ballinger-regular, Arial, sans-serif;
}

.wkmodal-header:hover {
    background-color: #e95833;
}

.wkmodalbox .close {
    color: #fff;
}

.wkmodal-body h3 {
    font-size: 18.66px;
    line-height: 27px;
}

.wkmodal-body .btn-medical {
    width: 100%;
}

@media (min-width: 1599px) {
  .mobile-only {
    display: none;
  }

 .close {
    display: none!important;
  }

  #modalboxhome .close {
    display: block!important;
    color: #ccc;
  }
}

@media (max-width: 1598px) and (min-width: 769px){
   #modalbox161, #modalbox162, #modalbox157 {
    top: 10px;
  }

  #modalboxhome .wkmodal-body, .wkmodal-body {
    max-height: 80vh!important;
    overflow-y: auto!important;
    padding: 15px!important;
  }

  /*.wkmodal-footer {
    display: none;
  }*/

  .mobile-only {
    margin: 15px 0;
  }

  .close-button {
    background-color: #999999;
    border-radius: 3px;
  }

  .close {
    display: none!important;
  }

  #modalboxhome .close {
    display: block!important;
    color: #ccc;
  }
}

@media (max-width: 768px) {
   #modalbox161, #modalbox162, #modalboxhome {
    top: 10px;
  }

  #modalboxhome .wkmodal-body, .wkmodal-body {
    max-height: 80vh!important;
    overflow-y: auto!important;
    padding: 15px!important;
  }

  /*.wkmodal-footer {
    display: none;
  }*/

  .mobile-only {
    margin: 15px 0;
  }

  .close {
    display: none!important;
  }

  #modalboxhome .close {
    display: block!important;
    color: #ccc;
  }

  .close-button {
    background-color: #999999;
    border-radius: 3px;
  }
}

/* Quicklinks */
@media (min-width: 550px) {
    
  #sidecol_b .quick-links {
    border-left: 1px solid #d3d3d3;
    padding-left: 15px;
  }
}

.backgrounds #sidecol_b, #sidecol_b {
    background: #fff;
}

#sidecol_b .quick-links li {
    font-size: 14px;
}

#sidecol_b h3 {
    font-weight: 600;
    font-size: 1em;
}

#sidecol_b .mod-menu {
    padding-left: 15px;
    list-style: "> " outside!important;
    color: #000;
    font-weight: 500;
    flex-direction: column;
}

#sidecol_b li {
    padding: 0;
    margin-bottom: 0;
    display: list-item;
}

#sidecol_b li.current,
#sidecol_b li.current a {
    color: #D16400;
}

#sidecol_b li,
#sidecol_b a {
    color: #006BB8;
}

#sidecol_b li:hover,
#sidecol_b a:hover {
    color: #3f3f3f!important;
}

/* Back to top */
#btt-button {
  display: inline-block;
  background-color: #017DC3;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: calc(34px + 128px + 10px);
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0 0 8px rgba(0,0,0,.3);
}
#btt-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#btt-button:hover {
  cursor: pointer;
  background-color: #333;
}
#btt-button:active {
  background-color: #555;
}
#btt-button.show {
  opacity: 1;
  visibility: visible;
}





/* 
=============================
Restyling Applied 29/09/2022
=============================
*/
body .moduletable.-text-notice > .mod-custom {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
body .moduletable.custom-slider,
body .moduletable.apply-links-home,
body .moduletable.home-videos,
body .moduletable.cta-boxes {
    margin: 0 !important;
}
body .moduletable.apply-links-home .custom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    background-image: unset !important;
}
body .moduletable.apply-links-home .custom > a {
    flex: 1;
    width: 100%;
}
body .moduletable.apply-links-home .driving-licence,
body .moduletable.apply-links-home .learner-permit {
    background: unset !important;
    transition: all 0.2s !important;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    float: none;
    height: unset;
    position: relative;
}
body .moduletable.apply-links-home .driving-licence {
    background-color: #017dc3 !important;
}
body .moduletable.apply-links-home .learner-permit {
    background-color: #e95833 !important;
}
body .moduletable.apply-links-home .custom > a:hover .driving-licence {
    background-color: #e95833 !important;
}
body .moduletable.apply-links-home .custom > a:hover .learner-permit {
    background-color: #017dc3 !important;
}
body .moduletable.apply-links-home .driving-licence > div,
body .moduletable.apply-links-home .learner-permit > div {
    float: unset;
    line-height: 1.2;
    margin: 10px;
}
body .moduletable.apply-links-home .driving-licence > div > img,
body .moduletable.apply-links-home .learner-permit > div > img {
    float: unset;
    margin: unset;
}
body #header {
    z-index: 9999 !important;
}
body .moduletable.home-videos .multipart-banner {
    margin: 0 !important;
    gap: 3rem;
}
body .moduletable.home-videos .multipart-banner .multipart-column {
    margin: 0 !important;
    position: relative;
}
body .moduletable.cta-boxes .home-boxes-container {
    gap: 3rem;
}
body .moduletable.cta-boxes .home-boxes-container .home-boxes-inner {
    padding: 0 !important;
    position: relative;
}
body .moduletable.cta-boxes .home-boxes-container .home-boxes-inner:hover {
    opacity: unset !important;
}
body #container_bottom1_modules {
    margin: 0;
    padding: 0.5rem 0 0;
}
body .moduletable.cta-boxes .home-boxes-container .home-boxes-content.center-locations {
    margin: 0 !important;
}
body .moduletable.cta-boxes .home-boxes-inner h3,
body .moduletable.home-videos .multipart-column h3 {
    border: unset;
    border-radius: unset;
    padding: 1rem;
    line-height: unset;
    width: unset;
    display: block;
}
body .moduletable.cta-boxes .home-boxes-container .home-boxes-content {
    background-size: 115%;
    background-position: center;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: auto;
    gap: 1rem;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
}
body .moduletable.cta-boxes .home-boxes-container .home-boxes-content img,
body .moduletable.cta-boxes .home-boxes-container .home-boxes-content p {
    margin: 0;
}
body #wrapper_bottom-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body #wrapper_bottom-1 > div {
    width: unset !important;
    margin: 0 !important;
}
body #wrapper_bottom-1 > div.clear {
    display: none;
}
body #wrapper_bottom-1 > div > div {
    margin: 0 !important;
}
body .custom-social-media-footer {
    width: 100%;
    margin: 0;
}
body #container_base > .wrapper960 {
    height: unset;
}
body #container_base #base1_modules {
    padding: 0;
}
body #container_base #wrapper_base-1 .base-1 {
    width: 100%;
    margin: 0;
}
body #container_base #wrapper_base-1 .moduletable.copyright .moduletable-surround {
    padding: 0;
    height: unset;
}
body #container_base #wrapper_base-1 .moduletable.copyright .moduletable-surround .custom p {
    padding: 1rem;
    margin: 0;
    text-align: center;
}
body #container_base #wrapper_base-1 .moduletable:NOT(.copyright) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
}
/* body #body_bg {
    padding: 0 1rem;
} */
body #body_bg .mm_sticky_header {
    margin: 0 auto;
    padding: 0 1rem;
    height: 11rem;
    display: flex;
    position: fixed;
    flex-direction: column;
    gap: 0;
}
body #body_bg .header_height {
    display: none;
}
body #body_bg .content_background_container {
    margin: 0;
    padding-top: 11.5rem;
}
body #body_bg .content_background_container .backgrounds,
body #body_bg .content_background_container .backgrounds .content_background {
    height: unset;
}
body .mm_sticky_header #container_spacer1 {
    height: unset;
    flex: 1;
    width: unset;
    display: none;
}
body .mm_sticky_header #container_spacer1 .header-2 {
    position: unset;
    top: unset;
    right: unset;
    padding: unset;
    height: unset;
    margin: unset;
}
body .mm_sticky_header #container_spacer1 .header-2 .custom {
    margin: 0;
}
body .mm_sticky_header #container_spacer1 .header-2 .custom .top-book-btn {
    box-shadow: none;
}
body .mm_sticky_header #container_header {
    flex: 1;
    width: unset;
}
body .mm_sticky_header #container_header .wrapper960 {
    height: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10rem;
}
body .mm_sticky_header #container_header .wrapper960 > div {
    flex: 1;
}
body .mm_sticky_header #container_header .wrapper960 #header {
    display: flex;
    justify-content: left;
}
body .mm_sticky_header #container_header .wrapper960 #header > .clear {
    display: none;
}
body .mm_sticky_header #container_header .wrapper960 .header-1 {
    position: unset;
    margin: 0 !important;
    transform: unset;
    left: unset;
    top: unset;
    height: unset;
    padding: 0;
}
body .mm_sticky_header #container_header .wrapper960 .header-1 .module-topmenu {
    margin: 0;
}
body .mm_sticky_header #container_header .wrapper960 .header-1 .mod-menu.topmenu {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body .mm_sticky_header #container_header .wrapper960 .header-1 .mod-menu.topmenu > li {
    padding: 0;
}
body .mm_sticky_header #container_header .wrapper960 #socialmedia {
    position: unset;
    right: unset;
    top: unset;
    display: none;
}
body .mm_sticky_header #container_header .wrapper960 #header #logo {
    position: unset;
    width: unset;
    margin: unset;
}
body .mm_sticky_header #container_header .wrapper960 #header #logo .logo_container {
    text-align: unset;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    margin: 0 !important;
}
body .mm_sticky_header #container_header .wrapper960 #header #logo .logo_container .logo > a {
    margin: 0;
    top: unset;
    left: unset;
}
body .mm_sticky_header #container_header .wrapper960 #header #logo .logo_container .logo > a > img {
    display: unset !important;
    max-width: 125px;
    padding: 0.2rem;
}
body .mod-menu.topmenu li.item-611 {
    display: none;
}
body .moduletable.-text-notice .scroll-left {
    padding: 0.25rem 1.5rem 1rem;
    margin: unset;
    border-radius: unset;
    height: unset;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
body .moduletable.-text-notice .scroll-left-button .calc-button {
    margin: 0 auto;
    width: unset;
    max-width: 200px;
}
body .logo-footer img {
    max-width: 125px;
}




@media (max-width: 1024px) {
    body .moduletable.apply-links-home .custom {
        flex-direction: column;
        gap: 1rem;
    }
    body .moduletable.cta-boxes .home-boxes-container,
    body .moduletable.home-videos .multipart-banner {
        gap: 1rem;
    }
    body #wrapper_bottom-1 {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0;
        margin: 1rem 0;
    }
    body #wrapper_bottom-1 > div {
        margin: 0 !important;
        width: 100% !important;
    }
    body #wrapper_bottom-1 {
        padding: 0;
    }
    body #bottom_modules .logo-footer {
        text-align: center !important;
    }
    body #external-links-footer {
        display: flex;
        flex-direction: row;
        gap: 1rem 4rem;
        justify-content: center;
        flex-wrap: wrap;
    }
    body #external-links-footer > li {
        display: unset;
        padding: unset;
        border: unset;
    }
    body #external-links-footer > li > a {
        display: inherit;
        text-align: center;
    }
    body #bottom_modules .bottom-1 .custom-social-media-footer {
        text-align: center !important;
    }
    body .mm_sticky_header #container_header .wrapper960 {
        gap: 0 3rem;
    }
    body .mm_sticky_header #container_header .wrapper960 .header-3 {
        flex: 1.25;
    }
    body .mm_sticky_header #container_header .wrapper960 .header-3 .top-book-btn {
        padding: 0.85rem 1rem;
    }
    body #body_bg .mm_sticky_header {
        height: unset;
        margin: 0.5rem 0;
    }
    body #body_bg .content_background_container {
        padding: 0.5rem 0;
    }
    body .moduletable.-text-notice .scroll-left > p {
        line-height: unset;
        font-size: 14px;
    }
/*     body .slicknav_menu {
        position: fixed;
        left: 0;
        top: 0;
        padding: 0;
        width: unset;
        right: 0;
        display: flex;
        flex-direction: column;
    }
    body .slicknav_menu .slicknav_btn {
        margin: 0;
        line-height: unset;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
        gap: 0.5rem;
        border-radius:0px;
    }
    body .slicknav_menu .slicknav_btn .slicknav_icon {
        margin: 0;
    } */
    body #body_bg {
        padding: 37.88px 1rem 0;
    }
}

@media (max-width: 767px) {
    body #body_bg {
        padding: 37.88px 0 0;
    }
    body .mm_sticky_header #container_header .wrapper960 {
        display: grid;
        grid-template-columns: 150px 1fr;
        grid-template-rows: 65px 40px;
        gap: 0 1rem;
    }
    body #body_bg .mm_sticky_header {
        padding: 0;
    }
    body .mm_sticky_header #container_header .wrapper960 #header {
        grid-row-start: 1;
        grid-row-end: 3;
    }
    body .mm_sticky_header #container_header .wrapper960 .header-1 {
        grid-row-start: 2;
        grid-row-end: 3;
    }
    body .mm_sticky_header #container_header .wrapper960 .header-1 .mod-menu.topmenu {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        gap: 1rem 0;
    }
    body .mm_sticky_header #container_header .wrapper960 .header-1 .mod-menu.topmenu > li.item-408 {
        width: unset;
    }
    body .mm_sticky_header #container_header .wrapper960 .header-1 .mod-menu.topmenu > li > a {
        font-size: 1rem !important;
    }
    body .mm_sticky_header #container_header .wrapper960 .header-1 .mod-menu.topmenu > li.item-408 > a {
        width: 20px;
        display: block;
        padding: 0.5rem;
    }
    body .mm_sticky_header #container_header .wrapper960 .header-1 .mod-menu.topmenu > li.item-408 > a > img {
        width: 100%;
    }
}


.page-header h1 {
    display: initial !important;
}

iframe[src*="youtube.com"] {
    background-color: #000000;
    max-width: 100%;
}

.contact-form-privacy-message + .form-group.form-inline,
#hearingCheck {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    padding: 1em 0;
}

.contact-form-privacy-message + .form-group.form-inline > *,
#hearingCheck > * {
    margin: 0;
}

#page-376 .btn,
#page-376 .btn-group.open
#page-376 .btn.dropdown-toggle,
#page-376 .input-append .add-on,
#page-376 .input-prepend .add-on,
#page-376 .pager.pagenav a,
#page-376 .btn-primary:active,
#page-376 .btn-primary.active,
#page-376 .btn-primary.disabled,
#page-376 .btn-primary[disabled] {
    background-color: #F26538 !important;
}

.header-3 form {
    margin: 0;
    display: flex;
}
.header-3 form .awesomplete {
    display: flex;
    width: 100%;
}
.header-3 #mod-search-searchword,
.header-3 #mod-finder-searchword394 {
    border-radius: 20px !important;
    height: auto;
    border: 2px solid #66666666 !important;
    background-color: #fff;
    flex: 1;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
}

#search-form #finder-search {
    margin: 2em 1em;
}
#search-form #finder-search > fieldset {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}
#search-form #finder-search > fieldset > label {
    margin: 0;
}
#search-form #finder-search > fieldset #q {
    padding: 0.5em;
}
#search-form #finder-search > fieldset button[name="Search"] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    border-radius: 3px;
    padding: 0.5em 1.5em;
}

.finder .search-results {
    margin: 0;
}

@media (max-width: 767px) {
    #search-form #finder-search > fieldset {
        flex-direction: column;
    }
}


/* Accordions */

.accordion-item {
    margin-bottom: 9px;
    border: 0;
}

.accordion-header {
    margin: 0;
    padding: 0;
}

.accordion-header>.accordion-button {
    background-color: #e3e3e3;
    color: #494949;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 55px;
    background-position: 15px;
    background-image: url('/images/orange-minus.png');
    background-repeat: no-repeat;
}

.accordion-header>.accordion-button:hover,
.accordion-header>.accordion-button:not(.collapsed) {
    background-color: #eee !important;
}

.accordion-header>.accordion-button.collapsed {
    background-image: url('/images/plus.png');
    
}

.accordion-body {
    padding: 15px !important;
    border-top: 1px solid #e5e5e5;
}

.accordion-body .inner-content {
    border-top: 1px solid #e5e5e5;
    padding: 20px !important;
}


/* Accessible Hidden Elements (good for hidden labels and such) */
.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }

  .moduletable ul, .module_menu ul {
    list-style: unset;
    text-align: unset;
    margin: unset;
    padding: unset;
  }



  ul,
ol {
  padding: 0;
  margin: 0px 0px 30px 25px;
}



/* Modals */

.modal-dialog {
    width: 900px;
    max-width: 85%;
    margin: 2.5rem auto;
}

.modal-content {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #808080;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    background-color: #FFFFFF;
}

.modal-header {
    background-color: #e95833;
    padding: 0 1rem;
}

.modal-header .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.modal-header .modal-title {
    flex: 1;
    color: #fff !important;
    font-size: 17px;
    text-align: center;
    font-family: ballinger-regular, Arial, sans-serif;
    font-weight: bold;
    line-height: 36px;
    margin: 0;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-right: -32px;
}

.modal-body {
    text-align: left;
}

.modal-footer {
    background-color: #F5F5F5;
    border-top: 1px solid #EEEEEE;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    display: block;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: center;
}

.modal-footer .btn {
    background-color: #999999;
    background-image: none;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    padding: 5px 14px 6px;
    text-decoration: none;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    transition: 0.2s linear all;
}

.modal-footer .btn:hover {
    background-color: #444444;
    border: 1px solid #444444;
}


/* .moduletable:first-of-type {
    padding: 0 !important;
} */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding: 0;
}

form {
    margin: 0 0 20px;
  }
  fieldset {
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  legend small {
    font-size: 15px;
    color: #999999;
  }
  label,
  input,
  button,
  select,
  textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
  }
  input,
  button,
  select,
  textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  label {
    display: block;
    margin-bottom: 5px;
  }
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    display: inline-block;
    height: unset;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: unset;
    line-height: unset;
    color: #555555;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    vertical-align: middle;
  }
  input,
  textarea,
  .uneditable-input {
    width: 206px;
  }
  textarea {
    height: auto;
  }
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
  }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  }
  input[type="radio"],
  input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
  }
  input[type="file"],
  input[type="image"],
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  input[type="radio"],
  input[type="checkbox"] {
    width: auto;
  }
  select,
  input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 30px;
  }
  select {
    width: 220px !important;
    border: 1px solid #cccccc !important;
    background-color: #ffffff !important;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  select:focus,
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .uneditable-input,
  .uneditable-textarea {
    color: #999999;
    background-color: #fcfcfc;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
  }
  .uneditable-input {
    overflow: hidden;
    white-space: nowrap;
  }
  .uneditable-textarea {
    width: auto;
    height: auto;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999999;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999999;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999999;
  }
  .radio,
  .checkbox {
    min-height: 20px;
    padding-left: 20px;
  }
  .radio input[type="radio"],
  .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
  }
  .controls > .radio:first-child,
  .controls > .checkbox:first-child {
    padding-top: 5px;
  }
  .radio.inline,
  .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .radio.inline + .radio.inline,
  .checkbox.inline + .checkbox.inline {
    margin-left: 10px;
  }
  .input-mini {
    width: 60px;
  }
  .input-small {
    width: 90px;
  }
  .input-medium {
    width: 150px;
  }
  .input-large {
    width: 210px;
  }
  .input-xlarge {
    width: 270px;
  }
  .input-xxlarge {
    width: 530px;
  }
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid input[class*="span"],
  .row-fluid select[class*="span"],
  .row-fluid textarea[class*="span"],
  .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
  }
  .input-append input[class*="span"],
  .input-append .uneditable-input[class*="span"],
  .input-prepend input[class*="span"],
  .input-prepend .uneditable-input[class*="span"],
  .row-fluid input[class*="span"],
  .row-fluid select[class*="span"],
  .row-fluid textarea[class*="span"],
  .row-fluid .uneditable-input[class*="span"],
  .row-fluid .input-prepend [class*="span"],
  .row-fluid .input-append [class*="span"] {
    display: inline-block;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 40px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1146px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1046px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 946px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 846px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 746px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 646px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 546px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 446px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 346px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 246px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 146px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 46px;
  }
  .controls-row {
    *zoom: 1;
  }
  .controls-row:before,
  .controls-row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .controls-row:after {
    clear: both;
  }
  .controls-row [class*="span"],
  .row-fluid .controls-row [class*="span"] {
    float: left;
  }
  .controls-row .checkbox[class*="span"],
  .controls-row .radio[class*="span"] {
    padding-top: 5px;
  }
  input[disabled],
  select[disabled],
  textarea[disabled],
  input[readonly],
  select[readonly],
  textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
  }
  input[type="radio"][disabled],
  input[type="checkbox"][disabled],
  input[type="radio"][readonly],
  input[type="checkbox"][readonly] {
    background-color: transparent;
  }
  .control-group.warning .control-label,
  .control-group.warning .help-block,
  .control-group.warning .help-inline {
    color: #c09853;
  }
  .control-group.warning .checkbox,
  .control-group.warning .radio,
  .control-group.warning input,
  .control-group.warning select,
  .control-group.warning textarea {
    color: #c09853;
  }
  .control-group.warning input,
  .control-group.warning select,
  .control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .control-group.warning input:focus,
  .control-group.warning select:focus,
  .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  }
  .control-group.warning .input-prepend .add-on,
  .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
  }
  .control-group.error .control-label,
  .control-group.error .help-block,
  .control-group.error .help-inline {
    color: #b94a48;
  }
  .control-group.error .checkbox,
  .control-group.error .radio,
  .control-group.error input,
  .control-group.error select,
  .control-group.error textarea {
    color: #b94a48;
  }
  .control-group.error input,
  .control-group.error select,
  .control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .control-group.error input:focus,
  .control-group.error select:focus,
  .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  }
  .control-group.error .input-prepend .add-on,
  .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
  }
  .control-group.success .control-label,
  .control-group.success .help-block,
  .control-group.success .help-inline {
    color: #468847;
  }
  .control-group.success .checkbox,
  .control-group.success .radio,
  .control-group.success input,
  .control-group.success select,
  .control-group.success textarea {
    color: #468847;
  }
  .control-group.success input,
  .control-group.success select,
  .control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .control-group.success input:focus,
  .control-group.success select:focus,
  .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  }
  .control-group.success .input-prepend .add-on,
  .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
  }
  .control-group.info .control-label,
  .control-group.info .help-block,
  .control-group.info .help-inline {
    color: #3a87ad;
  }
  .control-group.info .checkbox,
  .control-group.info .radio,
  .control-group.info input,
  .control-group.info select,
  .control-group.info textarea {
    color: #3a87ad;
  }
  .control-group.info input,
  .control-group.info select,
  .control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .control-group.info input:focus,
  .control-group.info select:focus,
  .control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  }
  .control-group.info .input-prepend .add-on,
  .control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad;
  }
  input:focus:invalid,
  textarea:focus:invalid,
  select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
  }
  input:focus:invalid:focus,
  textarea:focus:invalid:focus,
  select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
  }
  .form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
  }
  .form-actions:before,
  .form-actions:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .form-actions:after {
    clear: both;
  }
  .help-block,
  .help-inline {
    color: #595959;
  }
  .help-block {
    display: block;
    margin-bottom: 10px;
  }
  .help-inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px;
  }
  .input-append,
  .input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
  }
  .input-append input,
  .input-prepend input,
  .input-append select,
  .input-prepend select,
  .input-append .uneditable-input,
  .input-prepend .uneditable-input,
  .input-append .dropdown-menu,
  .input-prepend .dropdown-menu,
  .input-append .popover,
  .input-prepend .popover {
    font-size: 14px;
  }
  .input-append input,
  .input-prepend input,
  .input-append select,
  .input-prepend select,
  .input-append .uneditable-input,
  .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .input-append input:focus,
  .input-prepend input:focus,
  .input-append select:focus,
  .input-prepend select:focus,
  .input-append .uneditable-input:focus,
  .input-prepend .uneditable-input:focus {
    z-index: 2;
  }
  .input-append .add-on,
  .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
  }
  .input-append .add-on,
  .input-prepend .add-on,
  .input-append .btn,
  .input-prepend .btn,
  .input-append .btn-group > .dropdown-toggle,
  .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .input-append .active,
  .input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546;
  }
  .input-prepend .add-on,
  .input-prepend .btn {
    margin-right: -1px;
  }
  .input-prepend .add-on:first-child,
  .input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .input-append input,
  .input-append select,
  .input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .input-append input + .btn-group .btn:last-child,
  .input-append select + .btn-group .btn:last-child,
  .input-append .uneditable-input + .btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .input-append .add-on,
  .input-append .btn,
  .input-append .btn-group {
    margin-left: -1px;
  }
  .input-append .add-on:last-child,
  .input-append .btn:last-child,
  .input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .input-prepend.input-append input,
  .input-prepend.input-append select,
  .input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .input-prepend.input-append input + .btn-group .btn,
  .input-prepend.input-append select + .btn-group .btn,
  .input-prepend.input-append .uneditable-input + .btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .input-prepend.input-append .add-on:first-child,
  .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .input-prepend.input-append .add-on:last-child,
  .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
  }
  input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  /* Allow for input prepend/append in search forms */
  .form-search .input-append .search-query,
  .form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
  }
  .form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
  }
  .form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
  }
  .form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
  }
  .form-search input,
  .form-inline input,
  .form-horizontal input,
  .form-search textarea,
  .form-inline textarea,
  .form-horizontal textarea,
  .form-search select,
  .form-inline select,
  .form-horizontal select,
  .form-search .help-inline,
  .form-inline .help-inline,
  .form-horizontal .help-inline,
  .form-search .uneditable-input,
  .form-inline .uneditable-input,
  .form-horizontal .uneditable-input,
  .form-search .input-prepend,
  .form-inline .input-prepend,
  .form-horizontal .input-prepend,
  .form-search .input-append,
  .form-inline .input-append,
  .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-search .hide,
  .form-inline .hide,
  .form-horizontal .hide {
    display: none;
  }
  .form-search label,
  .form-inline label,
  .form-search .btn-group,
  .form-inline .btn-group {
    display: inline-block;
  }
  .form-search .input-append,
  .form-inline .input-append,
  .form-search .input-prepend,
  .form-inline .input-prepend {
    margin-bottom: 0;
  }
  .form-search .radio,
  .form-search .checkbox,
  .form-inline .radio,
  .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-search .radio input[type="radio"],
  .form-search .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
  }
  .control-group {
    margin-bottom: 10px;
  }
  legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
  }
  .form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1;
  }
  .form-horizontal .control-group:before,
  .form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .form-horizontal .control-group:after {
    clear: both;
  }
  .form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
  }
  .form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
  }
  .form-horizontal .controls:first-child {
    *padding-left: 180px;
  }
  .form-horizontal .help-block {
    margin-bottom: 0;
  }
  .form-horizontal input + .help-block,
  .form-horizontal select + .help-block,
  .form-horizontal textarea + .help-block,
  .form-horizontal .uneditable-input + .help-block,
  .form-horizontal .input-prepend + .help-block,
  .form-horizontal .input-append + .help-block {
    margin-top: 10px;
  }
  .form-horizontal .form-actions {
    padding-left: 180px;
  }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
  }
  /* From Bootstrap */
  [class^="icon-"],
  [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
  }
  /* Use the following CSS code if you want to have a class per icon */
  [class^="icon-"]:before,
  [class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
  }
  [class^="icon-"].disabled,
  [class*=" icon-"].disabled {
    font-weight: normal;
  }
  .icon-joomla:before {
    content: "\e200";
  }
  .icon-chevron-up:before,
  .icon-uparrow:before,
  .icon-arrow-up:before {
    content: "\e005";
  }
  .icon-chevron-right:before,
  .icon-rightarrow:before,
  .icon-arrow-right:before {
    content: "\e006";
  }
  .icon-chevron-down:before,
  .icon-downarrow:before,
  .icon-arrow-down:before {
    content: "\e007";
  }
  .icon-chevron-left:before,
  .icon-leftarrow:before,
  .icon-arrow-left:before {
    content: "\e008";
  }
  .icon-arrow-first:before {
    content: "\e003";
  }
  .icon-arrow-last:before {
    content: "\e004";
  }
  .icon-arrow-up-2:before {
    content: "\e009";
  }
  .icon-arrow-right-2:before {
    content: "\e00a";
  }
  .icon-arrow-down-2:before {
    content: "\e00b";
  }
  .icon-arrow-left-2:before {
    content: "\e00c";
  }
  .icon-arrow-up-3:before {
    content: "\e00f";
  }
  .icon-arrow-right-3:before {
    content: "\e010";
  }
  .icon-arrow-down-3:before {
    content: "\e011";
  }
  .icon-arrow-left-3:before {
    content: "\e012";
  }
  .icon-menu-2:before {
    content: "\e00e";
  }
  .icon-arrow-up-4:before {
    content: "\e201";
  }
  .icon-arrow-right-4:before {
    content: "\e202";
  }
  .icon-arrow-down-4:before {
    content: "\e203";
  }
  .icon-arrow-left-4:before {
    content: "\e204";
  }
  .icon-share:before,
  .icon-redo:before {
    content: "\27";
  }
  .icon-undo:before {
    content: "\28";
  }
  .icon-forward-2:before {
    content: "\e205";
  }
  .icon-backward-2:before,
  .icon-reply:before {
    content: "\e206";
  }
  .icon-unblock:before,
  .icon-refresh:before,
  .icon-redo-2:before {
    content: "\6c";
  }
  .icon-undo-2:before {
    content: "\e207";
  }
  .icon-move:before {
    content: "\7a";
  }
  .icon-expand:before {
    content: "\66";
  }
  .icon-contract:before {
    content: "\67";
  }
  .icon-expand-2:before {
    content: "\68";
  }
  .icon-contract-2:before {
    content: "\69";
  }
  .icon-play:before {
    content: "\e208";
  }
  .icon-pause:before {
    content: "\e209";
  }
  .icon-stop:before {
    content: "\e210";
  }
  .icon-previous:before,
  .icon-backward:before {
    content: "\7c";
  }
  .icon-next:before,
  .icon-forward:before {
    content: "\7b";
  }
  .icon-first:before {
    content: "\7d";
  }
  .icon-last:before {
    content: "\e000";
  }
  .icon-play-circle:before {
    content: "\e00d";
  }
  .icon-pause-circle:before {
    content: "\e211";
  }
  .icon-stop-circle:before {
    content: "\e212";
  }
  .icon-backward-circle:before {
    content: "\e213";
  }
  .icon-forward-circle:before {
    content: "\e214";
  }
  .icon-loop:before {
    content: "\e001";
  }
  .icon-shuffle:before {
    content: "\e002";
  }
  .icon-search:before {
    content: "\53";
  }
  .icon-zoom-in:before {
    content: "\64";
  }
  .icon-zoom-out:before {
    content: "\65";
  }
  .icon-apply:before,
  .icon-edit:before,
  .icon-pencil:before {
    content: "\2b";
  }
  .icon-pencil-2:before {
    content: "\2c";
  }
  .icon-brush:before {
    content: "\3b";
  }
  .icon-save-new:before,
  .icon-plus-2:before {
    content: "\5d";
  }
  .icon-ban-circle:before,
  .icon-minus-sign:before,
  .icon-minus-2:before {
    content: "\5e";
  }
  .icon-delete:before,
  .icon-remove:before,
  .icon-cancel-2:before {
    content: "\49";
  }
  .icon-publish:before,
  .icon-save:before,
  .icon-ok:before,
  .icon-checkmark:before {
    content: "\47";
  }
  .icon-new:before,
  .icon-plus:before {
    content: "\2a";
  }
  .icon-plus-circle:before {
    content: "\e215";
  }
  .icon-minus:before,
  .icon-not-ok:before {
    content: "\4b";
  }
  .icon-minus-circle:before {
    content: "\e216";
  }
  .icon-unpublish:before,
  .icon-cancel:before {
    content: "\4a";
  }
  .icon-cancel-circle:before {
    content: "\e217";
  }
  .icon-checkmark-2:before {
    content: "\e218";
  }
  .icon-checkmark-circle:before {
    content: "\e219";
  }
  .icon-info:before {
    content: "\e220";
  }
  .icon-info-2:before,
  .icon-info-circle:before {
    content: "\e221";
  }
  .icon-question:before,
  .icon-question-sign:before,
  .icon-help:before {
    content: "\45";
  }
  .icon-question-2:before,
  .icon-question-circle:before {
    content: "\e222";
  }
  .icon-notification:before {
    content: "\e223";
  }
  .icon-notification-2:before,
  .icon-notification-circle:before {
    content: "\e224";
  }
  .icon-pending:before,
  .icon-warning:before {
    content: "\48";
  }
  .icon-warning-2:before,
  .icon-warning-circle:before {
    content: "\e225";
  }
  .icon-checkbox-unchecked:before {
    content: "\3d";
  }
  .icon-checkin:before,
  .icon-checkbox:before,
  .icon-checkbox-checked:before {
    content: "\3e";
  }
  .icon-checkbox-partial:before {
    content: "\3f";
  }
  .icon-square:before {
    content: "\e226";
  }
  .icon-radio-unchecked:before {
    content: "\e227";
  }
  .icon-radio-checked:before,
  .icon-generic:before {
    content: "\e228";
  }
  .icon-circle:before {
    content: "\e229";
  }
  .icon-signup:before {
    content: "\e230";
  }
  .icon-grid:before,
  .icon-grid-view:before {
    content: "\58";
  }
  .icon-grid-2:before,
  .icon-grid-view-2:before {
    content: "\59";
  }
  .icon-menu:before {
    content: "\5a";
  }
  .icon-list:before,
  .icon-list-view:before {
    content: "\31";
  }
  .icon-list-2:before {
    content: "\e231";
  }
  .icon-menu-3:before {
    content: "\e232";
  }
  .icon-folder-open:before,
  .icon-folder:before {
    content: "\2d";
  }
  .icon-folder-close:before,
  .icon-folder-2:before {
    content: "\2e";
  }
  .icon-folder-plus:before {
    content: "\e234";
  }
  .icon-folder-minus:before {
    content: "\e235";
  }
  .icon-folder-3:before {
    content: "\e236";
  }
  .icon-folder-plus-2:before {
    content: "\e237";
  }
  .icon-folder-remove:before {
    content: "\e238";
  }
  .icon-file:before {
    content: "\e016";
  }
  .icon-file-2:before {
    content: "\e239";
  }
  .icon-file-add:before,
  .icon-file-plus:before {
    content: "\29";
  }
  .icon-file-remove:before,
  .icon-file-minus:before {
    content: "\e017";
  }
  .icon-file-check:before {
    content: "\e240";
  }
  .icon-file-remove:before {
    content: "\e241";
  }
  .icon-save-copy:before,
  .icon-copy:before {
    content: "\e018";
  }
  .icon-stack:before {
    content: "\e242";
  }
  .icon-tree:before {
    content: "\e243";
  }
  .icon-tree-2:before {
    content: "\e244";
  }
  .icon-paragraph-left:before {
    content: "\e246";
  }
  .icon-paragraph-center:before {
    content: "\e247";
  }
  .icon-paragraph-right:before {
    content: "\e248";
  }
  .icon-paragraph-justify:before {
    content: "\e249";
  }
  .icon-screen:before {
    content: "\e01c";
  }
  .icon-tablet:before {
    content: "\e01d";
  }
  .icon-mobile:before {
    content: "\e01e";
  }
  .icon-box-add:before {
    content: "\51";
  }
  .icon-box-remove:before {
    content: "\52";
  }
  .icon-download:before {
    content: "\e021";
  }
  .icon-upload:before {
    content: "\e022";
  }
  .icon-home:before {
    content: "\21";
  }
  .icon-home-2:before {
    content: "\e250";
  }
  .icon-out-2:before,
  .icon-new-tab:before {
    content: "\e024";
  }
  .icon-out-3:before,
  .icon-new-tab-2:before {
    content: "\e251";
  }
  .icon-link:before {
    content: "\e252";
  }
  .icon-picture:before,
  .icon-image:before {
    content: "\2f";
  }
  .icon-pictures:before,
  .icon-images:before {
    content: "\30";
  }
  .icon-palette:before,
  .icon-color-palette:before {
    content: "\e014";
  }
  .icon-camera:before {
    content: "\55";
  }
  .icon-camera-2:before,
  .icon-video:before {
    content: "\e015";
  }
  .icon-play-2:before,
  .icon-video-2:before,
  .icon-youtube:before {
    content: "\56";
  }
  .icon-music:before {
    content: "\57";
  }
  .icon-user:before {
    content: "\22";
  }
  .icon-users:before {
    content: "\e01f";
  }
  .icon-vcard:before {
    content: "\6d";
  }
  .icon-address:before {
    content: "\70";
  }
  .icon-share-alt:before,
  .icon-out:before {
    content: "\26";
  }
  .icon-enter:before {
    content: "\e257";
  }
  .icon-exit:before {
    content: "\e258";
  }
  .icon-comment:before,
  .icon-comments:before {
    content: "\24";
  }
  .icon-comments-2:before {
    content: "\25";
  }
  .icon-quote:before,
  .icon-quotes-left:before {
    content: "\60";
  }
  .icon-quote-2:before,
  .icon-quotes-right:before {
    content: "\61";
  }
  .icon-quote-3:before,
  .icon-bubble-quote:before {
    content: "\e259";
  }
  .icon-phone:before {
    content: "\e260";
  }
  .icon-phone-2:before {
    content: "\e261";
  }
  .icon-envelope:before,
  .icon-mail:before {
    content: "\4d";
  }
  .icon-envelope-opened:before,
  .icon-mail-2:before {
    content: "\4e";
  }
  .icon-unarchive:before,
  .icon-drawer:before {
    content: "\4f";
  }
  .icon-archive:before,
  .icon-drawer-2:before {
    content: "\50";
  }
  .icon-briefcase:before {
    content: "\e020";
  }
  .icon-tag:before {
    content: "\e262";
  }
  .icon-tag-2:before {
    content: "\e263";
  }
  .icon-tags:before {
    content: "\e264";
  }
  .icon-tags-2:before {
    content: "\e265";
  }
  .icon-options:before,
  .icon-cog:before {
    content: "\38";
  }
  .icon-cogs:before {
    content: "\37";
  }
  .icon-screwdriver:before,
  .icon-tools:before {
    content: "\36";
  }
  .icon-wrench:before {
    content: "\3a";
  }
  .icon-equalizer:before {
    content: "\39";
  }
  .icon-dashboard:before {
    content: "\78";
  }
  .icon-switch:before {
    content: "\e266";
  }
  .icon-filter:before {
    content: "\54";
  }
  .icon-purge:before,
  .icon-trash:before {
    content: "\4c";
  }
  .icon-checkedout:before,
  .icon-lock:before,
  .icon-locked:before {
    content: "\23";
  }
  .icon-unlock:before {
    content: "\e267";
  }
  .icon-key:before {
    content: "\5f";
  }
  .icon-support:before {
    content: "\46";
  }
  .icon-database:before {
    content: "\62";
  }
  .icon-scissors:before {
    content: "\e268";
  }
  .icon-health:before {
    content: "\6a";
  }
  .icon-wand:before {
    content: "\6b";
  }
  .icon-eye-open:before,
  .icon-eye:before {
    content: "\3c";
  }
  .icon-eye-close:before,
  .icon-eye-blocked:before,
  .icon-eye-2:before {
    content: "\e269";
  }
  .icon-clock:before {
    content: "\6e";
  }
  .icon-compass:before {
    content: "\6f";
  }
  .icon-broadcast:before,
  .icon-connection:before,
  .icon-wifi:before {
    content: "\e01b";
  }
  .icon-book:before {
    content: "\e271";
  }
  .icon-lightning:before,
  .icon-flash:before {
    content: "\79";
  }
  .icon-print:before,
  .icon-printer:before {
    content: "\e013";
  }
  .icon-feed:before {
    content: "\71";
  }
  .icon-calendar:before {
    content: "\43";
  }
  .icon-calendar-2:before {
    content: "\44";
  }
  .icon-calendar-3:before {
    content: "\e273";
  }
  .icon-pie:before {
    content: "\77";
  }
  .icon-bars:before {
    content: "\76";
  }
  .icon-chart:before {
    content: "\75";
  }
  .icon-power-cord:before {
    content: "\32";
  }
  .icon-cube:before {
    content: "\33";
  }
  .icon-puzzle:before {
    content: "\34";
  }
  .icon-attachment:before,
  .icon-paperclip:before,
  .icon-flag-2:before {
    content: "\72";
  }
  .icon-lamp:before {
    content: "\74";
  }
  .icon-pin:before,
  .icon-pushpin:before {
    content: "\73";
  }
  .icon-location:before {
    content: "\63";
  }
  .icon-shield:before {
    content: "\e274";
  }
  .icon-flag:before {
    content: "\35";
  }
  .icon-flag-3:before {
    content: "\e275";
  }
  .icon-bookmark:before {
    content: "\e023";
  }
  .icon-bookmark-2:before {
    content: "\e276";
  }
  .icon-heart:before {
    content: "\e277";
  }
  .icon-heart-2:before {
    content: "\e278";
  }
  .icon-thumbs-up:before {
    content: "\5b";
  }
  .icon-thumbs-down:before {
    content: "\5c";
  }
  .icon-unfeatured:before,
  .icon-asterisk:before,
  .icon-star-empty:before {
    content: "\40";
  }
  .icon-star-2:before {
    content: "\41";
  }
  .icon-featured:before,
  .icon-default:before,
  .icon-star:before {
    content: "\42";
  }
  .icon-smiley:before,
  .icon-smiley-happy:before {
    content: "\e279";
  }
  .icon-smiley-2:before,
  .icon-smiley-happy-2:before {
    content: "\e280";
  }
  .icon-smiley-sad:before {
    content: "\e281";
  }
  .icon-smiley-sad-2:before {
    content: "\e282";
  }
  .icon-smiley-neutral:before {
    content: "\e283";
  }
  .icon-smiley-neutral-2:before {
    content: "\e284";
  }
  .icon-cart:before {
    content: "\e019";
  }
  .icon-basket:before {
    content: "\e01a";
  }
  .icon-credit:before {
    content: "\e286";
  }
  .icon-credit-2:before {
    content: "\e287";
  }


  .form-control {
    display: revert;
    width: revert;
    padding: revert;
    font-size: revert;
    font-weight: revert;
    line-height: revert;
    color: revert;
    background-color: revert;
    background-clip: revert;
    border: revert;
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
    border-radius: revert;
    transition: revert;
  }


  .sidecol_block {
    padding: 10px 15px 10px 25px;
}


div[itemprop="articleBody"] #ot-sdk-btn.ot-sdk-show-settings,
div[itemprop="articleBody"] #ot-sdk-btn.optanon-show-settings {
  background-color: #e95833 !important;
}

.awesomplete > ul {
  background: #fff !important;
  top: 50px;
  display: flex;
  flex-direction: column;
  z-index: 999;
}
.awesomplete > ul > li {
  padding: 8px !important;
}
#search-results .result__taxonomy {
  display: none;
}



/*========================================================================
#  New Homepage Design 26/03/2025
========================================================================*/

/*========================
#  Debug
========================*/
/* .wrapper960 {
  border: 2px dashed grey !important;
}
.moduletable {
  border: 2px solid green !important;
} */
#content .item-page .icons {
  display: none;
  visibility: hidden;
}



/*========================
#  Global
========================*/
html, body {
  font-size: 15px !important;
  overflow-x: hidden;
  font-family: 'ballinger-regular', Arial, sans-serif;
}
html b, html strong, body b, body strong {
  font-family: 'ballinger-bold', Arial, sans-serif;
}
#header, #content, #footer {
  display: flex;
  flex-direction: column;
}
.j51container > .wrapper960 > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.apply-btn {
  text-transform: uppercase;
  font-family: 'ballinger-bold';
  letter-spacing: 0.1rem;
  padding: 1rem 2.5rem;
  width: unset;
  transition: background-color 0.2s ease !important;
  -webkit-transition: background-color 0.2s ease !important;
  -o-transition: background-color 0.2s ease !important;
  -ms-transition: background-color 0.2s ease !important;
  will-change: background-color;
}
div.clear {
  display: none !important;
  visibility: hidden !important;
}
.grecaptcha-badge {
  z-index: 9;
}
#slideshow.block_holder {
  display: unset;
}
.wrapper960, .moduletable {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  padding: 0;
}

.modal.fade .modal-dialog {
  --notchSize: 1.5rem;
  --borderWidth: 3px;
  --borderColor: #bc5e43;
  --innerNotchSize: calc(var(--notchSize) - 0.1rem);
  z-index: 1 !important;
  background: transparent;
  transform: translateY(3rem);
  border-radius: 0;
  margin: 0 auto;
  position: relative;
  max-width: 90%;
}
.modal.fade .modal-dialog::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--borderColor);
  clip-path: polygon(
      0% var(--notchSize),
      var(--notchSize) 0%,
      100% 0,
      100% calc(100% - var(--notchSize)),
      calc(100% - var(--notchSize)) 100%,
      0 100%
      );
  z-index: -2;
}
.modal.fade .modal-dialog::after {
  content: '';
  position: absolute;
  top: var(--borderWidth);
  left: var(--borderWidth);
  right: var(--borderWidth);
  bottom: var(--borderWidth);
  background: transparent;
  clip-path: polygon(
      0% var(--innerNotchSize),
      var(--innerNotchSize) 0%,
      100% 0,
      100% calc(100% - var(--innerNotchSize)),
      calc(100% - var(--innerNotchSize)) 100%,
      0 100%
      );
  z-index: -1;
}
.modal-content {
  border-radius: 0;
  border: 0;
  background: inherit;
}
.modal-header {
  z-index: 1 !important;
  background: transparent;
  position: relative;
  border-radius: 0;
  padding: 0;
  justify-content: space-between;
  border: 0;
  box-shadow: none;
  margin: var(--borderWidth) var(--borderWidth) 0 var(--borderWidth);
}
.modal-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #e95833;
  clip-path: polygon(
      0% var(--notchSize),
      var(--notchSize) 0%,
      100% 0,
      100% 100%,
      0 100%
      );
  z-index: -1;
}
.modal-header::after {
  content: '';
  position: absolute;
  top: var(--borderWidth);
  left: var(--borderWidth);
  right: var(--borderWidth);
  bottom: var(--borderWidth);
  background: transparent;
  clip-path: polygon(
      0% var(--innerNotchSize),
      var(--innerNotchSize) 0%,
      100% 0,
      100% 100%,
      0 100%
      );
  z-index: -1;
}
.modal-header .modal-title {
  margin: 0;
  margin-left: 4rem;
  font-size: 1.25rem;
  line-height: 1.4rem;
  padding: 0.5rem;
  font-family: 'ballinger-bold';
  letter-spacing: 0.1rem;
}
.modal-header .btn-close {
  padding: 0;
  margin: 0;
  width: 4rem;
  height: 4rem;
}
.modal-body {
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.4rem;
  box-shadow: none;
  background: #fff;
  margin: 0 var(--borderWidth);
  max-height: 65vh;
  overflow: scroll;
}
.modal-body ul {
  margin: 0 2.5rem 2.5rem;
}
.modal-body ul li {
  padding: 0 0 1rem 0;
  display: list-item;
  list-style: disc;
}
.modal-footer {
  z-index: 1 !important;
  background: transparent;
  position: relative;
  border-radius: 0;
  border: 0;
  padding: 1rem;
  box-shadow: none;
  margin: 0 var(--borderWidth) var(--borderWidth);
}
.modal-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #F5F5F5;
  clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - var(--notchSize)),
      calc(100% - var(--notchSize)) 100%,
      0 100%
      );
  z-index: -2;
}
.modal-footer::after {
  content: '';
  position: absolute;
  top: var(--borderWidth);
  left: var(--borderWidth);
  right: var(--borderWidth);
  bottom: var(--borderWidth);
  background: transparent;
  clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - var(--innerNotchSize)),
      calc(100% - var(--innerNotchSize)) 100%,
      0 100%
      );
  z-index: -1;
}
.modal-footer .btn {
  font-family: 'ballinger-bold';
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  margin: 0;
  line-height: 1.4rem;
  text-shadow: none;
}
.accordion-header > .accordion-button[disabled] {
  background-image: none;
  background-color: #e3e3e3 !important;
}
.accordion-header > .accordion-button[disabled]::after {
  background: none;
}


button#amazon-connect-open-widget-button {
  width: auto;
  height: auto;
  border-radius: 0;
  margin-top: 8px;
  flex-direction: row-reverse;
  padding: 1rem;
  gap: 0.5rem;
}

button#amazon-connect-open-widget-button > span {
  font-size: 1.2rem;
  font-weight: 600;
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
  overflow: unset;
  clip: unset;
  border: unset;
}

/* Avoid DOM churn: just hide the SVG when we've patched the button */
button#amazon-connect-open-widget-button.acw-patched > svg {
  display: none !important;
}



/*========================
#  Header
========================*/
#container_top-alert {
  background-color: #63656A;
}
#container_top-alert .top-alert {
  justify-content: flex-end;
}
.top-alert .mod-custom a {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 3px;
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  will-change: background-color, color;
  line-height: normal;
}
.top-alert .mod-custom a svg path {
  transition: stroke 0.2s ease;
  -webkit-transition: stroke 0.2s ease;
  -o-transition: stroke 0.2s ease;
  -ms-transition: stroke 0.2s ease;
  will-change: stroke;
}
.top-alert .mod-custom a:hover {
  /* background-color: #fff; */
  color: #0e9c62;
}
.top-alert .mod-custom a:hover svg path {
  stroke: #0e9c62;
}
.top-alert .mod-custom {
  justify-content: flex-end;
}
#container_announcement-bar .announcement-bar {
  flex-direction: column;
  align-items: stretch;
  justify-content: unset;
  gap: 1rem;
  margin: 0.5rem 0;
}
#container_announcement-bar .announcement-bar .moduletable {
  --notchSize: 1.5rem;
  --borderWidth: 2px;
  --borderColor: #f8e2a1;
  --innerNotchSize: calc(var(--notchSize) - 0.1rem);
  position: relative;
  z-index: 1;
  color: #856404;
  background: transparent;
  border: none;
  display: block;
  font-size: 1.25rem;
  text-align: center;
  text-transform: capitalize;
  line-height: 2rem;
  font-family: 'ballinger-bold';
  transition: margin-top 0.2s ease;
  -webkit-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  -ms-transition: margin-top 0.2s ease;
  will-change: margin-top;
}
html.announcement-hidden #container_announcement-bar .announcement-bar .moduletable {
  display: none !important;
  visibility: hidden !important;
}
#container_announcement-bar .announcement-bar .moduletable::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--borderColor);
  clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, 100% 0, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, 0 100%);
  z-index: -2;
}
#container_announcement-bar .announcement-bar .moduletable::after {
  content: '';
  position: absolute;
  top: var(--borderWidth);
  left: var(--borderWidth);
  right: var(--borderWidth);
  bottom: var(--borderWidth);
  background: #fff3cd;
  clip-path: polygon(0% var(--innerNotchSize), var(--innerNotchSize) 0%, 100% 0, 100% calc(100% - var(--innerNotchSize)), calc(100% - var(--innerNotchSize)) 100%, 0 100%);
  z-index: -1;
}
#container_announcement-bar .announcement-bar .mod-custom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  position: relative;
  gap: 1rem;
}
#container_announcement-bar .announcement-bar .mod-custom p {
  margin: 0;
}
#container_announcement-bar .announcement-bar .mod-custom svg#warning {
  height: 3.5rem;
  width: 3.5rem;
  padding: 0.5rem;
  margin: 0.5rem;
  margin-left: auto;
}
#container_announcement-bar .announcement-bar .mod-custom svg#warning > path {
  fill: #e95833;
}
#container_announcement-bar .announcement-bar .mod-custom svg#close {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.25rem;
  border-radius: 50px;
  margin: 0.5rem;
  margin-left: auto;
  cursor: pointer;
}
#container_announcement-bar .announcement-bar .mod-custom svg#close > path {
  fill: #cab579;
  transition: fill 0.2s ease;
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  -ms-transition: fill 0.2s ease;
  will-change: fill;
}
#container_announcement-bar .announcement-bar .mod-custom svg#close:hover > path {
  fill: #9c8131;
}
#container_header .header-1 .moduletable.search {
  max-width: 540px;
  flex: auto;
  top: unset;
  margin-left: auto;
}
#container_header .header-1 .form-search .awesomplete {
  width: 100%;
}
#container_header .header-1 .form-search input {
  width: 100%;
  font-size: 1rem;
  padding: 0.8rem;
}
#container_header .header-1 .moduletable.mobileToggle {
  display: none;
  visibility: hidden;
}
#container_hornav #hornav .moduletable {
  flex: 1;
}
#container_hornav #hornav .moduletable .nav {
  justify-content: space-between;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #D9D9D9;
  padding: 0 1rem;
}
#container_hornav #hornav .moduletable .nav li {
  padding: 0;
  font-family: 'ballinger-regular';
  letter-spacing: 0.1rem;
  position: relative;
  display: inline-flex;
  line-height: unset;
  white-space: initial;
}
#container_hornav #hornav .moduletable .nav li.item-899 {
  display: none;
  visibility: hidden;
}
#container_hornav #hornav .moduletable .nav li.deeper.parent > a {
  color: #3D4856;
}
#container_hornav #hornav .moduletable .nav > li.deeper.parent {
  background: none;
  padding: 1rem 0;
}
#container_hornav #hornav .moduletable .nav li.deeper.parent::after {
  content: url('/images/dropdown-arrow.svg');
  margin-left: 0.3rem;
}
#container_hornav #hornav .moduletable .nav li.deeper.parent .mod-menu__sub {
  border-radius: 4px;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  max-width: 450px;
  width: max-content;
  top: 3.5rem;
  background-color: #017DC3;
}
#container_hornav #hornav .moduletable .nav li.deeper.parent .mod-menu__sub::before {
  content: url('/images/dropdown-wedge.svg');
  background: none;
  position: absolute;
  top: -0.75rem;
  left: 1rem;
  width: unset;
  height: unset;
}
#container_hornav #hornav .moduletable .nav li.deeper.parent .mod-menu__sub li.deeper.parent {
  padding: 0;
  align-items: center;
}
#container_hornav #hornav .moduletable .nav li.deeper.parent .mod-menu__sub li.deeper.parent::after {
  margin: 0;
  padding: 0.5rem;
  transform: rotate(-90deg);
}
#container_hornav #hornav .moduletable .nav li.deeper.parent .mod-menu__sub li.deeper.parent .mod-menu__sub {
  top: 0;
  left: calc(100% + 0.5rem);
}
#container_hornav #hornav .moduletable .nav li.deeper.parent:last-child .mod-menu__sub,
#container_hornav #hornav .moduletable .nav li.deeper.parent:nth-last-child(2) .mod-menu__sub {
  right: 0;
}
#container_hornav #hornav .moduletable .nav li.deeper.parent:last-child .mod-menu__sub::before,
#container_hornav #hornav .moduletable .nav li.deeper.parent:nth-last-child(2) .mod-menu__sub::before {
  right: 1rem;
  left: unset;
}
#container_hornav #hornav .moduletable .nav li.deeper.parent .mod-menu__sub li > a {
  color: #fff;
  padding: 0.5rem;
  flex: auto;
  margin: unset;
  font-family: 'ballinger-bold';
  font-size: 1rem;
}



/*========================
#  Content
========================*/
#container_main .backgrounds {
  display: none;
  visibility: hidden;
}
#container_main #main.block_holder {
  align-items: unset;
}
#container_main #content_full {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#container_main .wrapper_contenttop {
  padding: 0;
}
#container_main .wrapper_contenttop .contenttop {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#container_main .hero .carousel-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
#container_main .hero .carousel-arrow {
  display: none;
  visibility: hidden;
}
#container_main .hero .hero-item {
  flex: 1;
  height: auto;
  position: relative;
  aspect-ratio: 383.33 / 320;
}
#container_main .hero .hero-item .hero-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #017DC3;
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  will-change: transform;
  transform: translateZ(0);
}
#container_main .hero .hero-item .hero-wrap {
  z-index: 1;
  position: relative;
  justify-content: space-between;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2.5rem 1.5rem;
  height: 100%;
}
#container_main .hero .hero-item .hero-title {
  font-size: 1.5rem;
  font-family: 'ballinger-bold';
  text-align: center;
  line-height: normal;
}
#container_main .hero .hero-item .hero-desc {
  margin: 0;
  text-align: center;
}
#container_main .quick-link-btns .mod-custom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
#container_main .quick-link-btns .quick-link-btn {
  --notchSize: 1.5rem;
  --borderWidth: 2px;
  --borderColor: #017DC3;
  --innerNotchSize: calc(var(--notchSize) - 0.1rem);

  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 96px;
  padding: 0.75rem;
  flex: 1;
}
#container_main .quick-link-btns .quick-link-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--borderColor);
  clip-path: polygon(
    0% var(--notchSize),
    var(--notchSize) 0%,
    100% 0,
    100% calc(100% - var(--notchSize)),
    calc(100% - var(--notchSize)) 100%,
    0 100%
  );
  z-index: -2;
}
#container_main .quick-link-btns .quick-link-btn::after {
  content: '';
  position: absolute;
  top: var(--borderWidth);
  left: var(--borderWidth);
  right: var(--borderWidth);
  bottom: var(--borderWidth);
  background: #fff;
  clip-path: polygon(
    0% var(--innerNotchSize),
    var(--innerNotchSize) 0%,
    100% 0,
    100% calc(100% - var(--innerNotchSize)),
    calc(100% - var(--innerNotchSize)) 100%,
    0 100%
  );
  z-index: -1;
  transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  will-change: background-color;
}
#container_main .quick-link-btns .quick-link-btn .btn-icon {
  width: 46px;
}
#container_main .quick-link-btns .quick-link-btn .btn-icon path {
  transition: fill 0.2s ease, stroke 0.2s ease;
  -webkit-transition: fill 0.2s ease, stroke 0.2s ease;
  -o-transition: fill 0.2s ease, stroke 0.2s ease;
  -ms-transition: fill 0.2s ease, stroke 0.2s ease;
  will-change: fill, stroke;
}
#container_main .quick-link-btns .quick-link-btn .btn-text {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: auto;
  font-family: 'ballinger-bold';
  font-size: 1.2rem;
  color: #017DC3;
  transition: color 0.2 ease;
  -webkit-transition: color 0.2 ease;
  -o-transition: color 0.2 ease;
  -ms-transition: color 0.2 ease;
  will-change: color;
}
#container_main .quick-link-btns .quick-link-btn .btn-text .top {
  text-transform: uppercase;
  font-family: 'ballinger-regular';
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}
#container_main .quick-link-btns .quick-link-btn .btn-arrow {
  width: 28px;
  transition: transform 0.2s ease, margin 0.2s ease;
  -webkit-transition: transform 0.2s ease, margin 0.2s ease;
  -o-transition: transform 0.2s ease, margin 0.2s ease;
  -ms-transition: transform 0.2s ease, margin 0.2s ease;
  will-change: transform, margin;
  margin-right: 0.5rem;
}
#container_main .quick-link-btns .quick-link-btn .btn-arrow path {
  transition: fill 0.2s ease, stroke 0.2s ease;
  -webkit-transition: fill 0.2s ease, stroke 0.2s ease;
  -o-transition: fill 0.2s ease, stroke 0.2s ease;
  -ms-transition: fill 0.2s ease, stroke 0.2s ease;
  will-change: fill, stroke;
}
#container_main .quick-link-btns .quick-link-btn:hover::after {
  background-color: var(--borderColor);
}
#container_main .quick-link-btns .quick-link-btn:hover .btn-icon path {
  fill: #fff;
  stroke: #fff;
}
#container_main .quick-link-btns .quick-link-btn:hover .btn-text {
  color: #fff;
}
#container_main .quick-link-btns .quick-link-btn:hover .btn-arrow {
  transform: scale(1.2);
  margin-right: 0;
}
#container_main .quick-link-btns .quick-link-btn:hover .btn-arrow path {
  fill: #fff;
  stroke: #fff;
}
#container_main .videos .mod-custom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
#container_main .videos .video-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  flex: 1;
}
#container_main .videos .video-wrapper .video-title-wrapper {
  background-color: #3D4856;
  text-align: center;
  color: #fff;
  padding: 0.75rem;
}
#container_main .videos .video-wrapper .video-title {
  font-size: 1.1rem;
  font-family: 'ballinger-bold';
  letter-spacing: 0.05rem;
}
#container_main .videos .video-wrapper iframe {
  aspect-ratio: 582.5 / 285;
  height: auto !important;
  width: 100% !important;
}
#container_main .videos .video-wrapper .video-thumb {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  aspect-ratio: 582.5 / 285;
}
#container_main .videos .video-wrapper .video-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  margin: 0;
}
#container_main .videos .video-wrapper .video-thumb svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.8));
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  will-change: transform;
}
#container_main .videos .video-wrapper .video-thumb:hover svg {
  transform: translate(-50%, -50%) scale(1.25);
}


/*========================
#  Footer
========================*/
#container_footer-1 {
  background-color: #3D4856;
}
#container_footer-2 {
  background-color: #313A45;
}
#footer p, #footer li, #footer a {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: 'ballinger-bold';
  display: block;
}
#footer li, #footer a {
  transition: color 0.2s ease;
  will-change: color;
}
#footer li:hover, #footer a:hover {
  color: #D16400;
}
#ot-sdk-btn {
  background-color: unset !important;
  height: unset !important;
  white-space: unset !important;
  word-wrap: unset !important;
  padding: unset !important;
  font-size: unset !important;
  line-height: unset !important;
  transition: color 0.2s ease !important;
  -webkit-transition: color 0.2s ease !important;
  -o-transition: color 0.2s ease !important;
  -ms-transition: color 0.2s ease !important;
  will-change: color !important;
}
#ot-sdk-btn:hover {
  color: #D16400 !important;
}
#container_footer-2 .footer-2 .custom {
  font-size: 0.95rem;
}
#container_footer-2 .footer-2 .menu {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#container_footer-2 .footer-2 .menu .separator {
  width: 1px;
  height: 0.66rem;
  background-color: #fff;
}
#container_footer-1 .footer-1 {
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0;
}
#container_footer-1 .footer-1 .nav {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
  gap: 1rem 3.5rem;
  justify-content: center;
}
#container_footer-1 .footer-1 .socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#container_footer-1 .footer-1 .socials a {
  padding: 0.75rem;
  border-radius: 50px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  -ms-transition: background-color 0.2s ease, border-color 0.2s ease;
  will-change: background-color, border-color;
  border: 1px solid transparent
}
#container_footer-1 .footer-1 .socials a.social-facebook:hover {
  background-color: #3c5a99;
  border-color: #fff;
}
#container_footer-1 .footer-1 .socials a.social-instagram:hover {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  border-color: #fff;
}
#container_footer-1 .footer-1 .socials a.social-twitter:hover {
  background-color: #28aae1;
  border-color: #fff;
}
#container_footer-1 .footer-1 .socials a.social-youtube:hover {
  background-color: #e62c2e;
  border-color: #fff;
}
#cookie.wrapper960 {
  padding: 0 !important;
  margin: 0 !important;
}


/*========================
#  Responsive >= 600px
========================*/
@media screen and (min-width: 601px) {

  #amazon-connect-chat-widget>div[class*="acWidgetContainer"] {
    right: 34px !important;
    bottom: 34px !important;
  }
  button#amazon-connect-close-widget-button {
    width: auto;
    height: auto;
    border-radius: 0;
    margin-top: 8px;
    flex-direction: row-reverse;
    padding: 1rem;
    gap: 0.5rem;
  }
  button#amazon-connect-close-widget-button > span {
    font-size: 1.2rem;
    font-weight: 600;
    position: unset;
    width: unset;
    height: unset;
    margin: unset;
    overflow: unset;
    clip: unset;
    border: unset;
  }
  button#amazon-connect-open-widget-button::after,
  button#amazon-connect-close-widget-button::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -12px;
    right: 20px;
    border-left: 20px solid transparent;
    border-top: 12px solid #e95833; 
  }
  button#amazon-connect-close-widget-button.acw-patched > svg {
    width: auto;
    height: 12px;
    padding-top: 2px;
  }

}




/*========================
#  Responsive <= 1200px
========================*/
@media screen and (max-width: 1200px) {
  #container_main .quick-link-btns .quick-link-btn .btn-text {
    font-size: 1.1rem;
  }
  #container_main .quick-link-btns .quick-link-btn .btn-text .top {
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
  }
  #container_main .hero .hero-item .hero-wrap {
    gap: 0.5rem;
  }
}


/*========================
#  Responsive <= 1024px
========================*/

@media screen and (max-width: 1024px) {
  html, body {
    font-size: 18px !important;
  }
  .wrapper960,
  .slicknav_nav .moduletable {
    padding: 0 0.75rem !important;
  }
  body #body_bg {
    padding-top: 0;
  }
  #container_footer-2 .footer-2 {
    flex-direction: column;
    justify-content: space-around;
    padding: 1rem 1rem 5rem;
  }
  #container_footer-1 .footer-1 .nav {
    flex-direction: column;
    gap: 1.5rem;
  }
  #container_main .videos .mod-custom {
    flex-direction: column;
    align-items: stretch;
  }
  #container_main .quick-link-btns .mod-custom {
    flex-direction: column;
    align-items: stretch;
  }
  #container_header .header-1 .form-search input {
    /* border-radius: 50px !important; */
    padding: 0.35rem;
    font-size: 0.75rem;
  }
  #container_main .hero .mod-custom {
    padding: 0;
  }
  #container_main .hero .carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  #container_main .hero .carousel-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  #container_main .hero .carousel-arrow {
    display: block;
    visibility: visible;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: white;
    z-index: 10;
    padding: 0;
    cursor: pointer;
  }
  #container_main .hero .carousel-arrow svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  #container_main .hero .carousel-arrow.left {
    left: 14px;
  }
  #container_main .hero .carousel-arrow.right {
    right: 14px;
  }
  #container_main .hero .hero-item {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
  #container_main .hero .hero-item .hero-wrap {
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 3rem;
  }
  #container_main .hero .hero-item .hero-title {
    font-size: 1.25rem;
  }
  #container_top-alert {
    display: none;
    visibility: hidden;
  }
  #container_header .header-1 {
    gap: 0.75rem;
    border-bottom: 1px solid;
    border-color: #D9D9D9;
  }
  #container_header .header-1 .logo svg {
    width: 95px;
  }
  #container_header .header-1 .moduletable.apply {
    display: none;
    visibility: hidden;
  }
  #container_header .header-1 .moduletable.mobileToggle {
    display: block;
    visibility: visible;
  }
  #container_header .header-1 .slicknav_menu .slicknav_btn {
    height: 1.5rem;
    display: block;
  }
  #container_header .header-1 .slicknav_menu .slicknav_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    transition: justify-content 0.2s ease;
    will-change: justify-content;
  }
  #container_header .header-1 .slicknav_menu .slicknav_icon-bar {
    background-color: #e95833;
    height: 4px;
    margin: 0 !important;
    width: 2rem;
    border-radius: 50px;
    transition: transform 0.2s ease, position 0.2s ease, opacity 0.2s ease;
    will-change: transform, position, opacity;
  }
  #container_header .header-1 .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon {
    justify-content: center;
  }
  #container_header .header-1 .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
  }
  #container_header .header-1 .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
  }
  #container_header .header-1 .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
  }
  #container_header .header-1 .slicknav_menu .slicknav_nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 5.5rem;
  }
  #container_header .header-1 .slicknav_menu .slicknav_nav ul.nav {
    background-color: #017DC3;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    padding: 0.5rem;
    font-family: 'ballinger-regular';
    letter-spacing: 0.1rem;
    line-height: unset;
    position: relative;
  }
  #container_header .header-1 .slicknav_menu .slicknav_nav ul.nav::before {
    content: url(/images/dropdown-wedge.svg);
    background: none;
    position: absolute;
    top: -0.75rem;
    right: 0.3rem;
    width: unset;
    height: unset;
  }
  #container_header .header-1 .slicknav_menu .slicknav_nav ul.nav li {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-flex;
    flex-direction: column;
  }
  #container_header .header-1 .slicknav_menu .slicknav_nav ul.nav li > a > a {
    color: #fff;
  }
  #container_header .header-1 .slicknav_menu .slicknav_nav ul.nav li > a {
    color: #fff;
    padding: 0.5rem;
    display: flex;
    gap: 1rem;
    font-size: 0.8rem;
  }
  #container_header .header-1 .slicknav_menu .slicknav_nav ul.nav li > a.gaeilgeMobile {
    /* background-color: #0e9c62;
    display: flex; */
    align-items: center;
    /* justify-content: center; */
    gap: 0.5rem;
    /* border-radius: 3px; */
  }
  #container_header .header-1 .slicknav_menu .slicknav_nav ul.nav li > a.gaeilgeMobile::before {
    content: url('/images/clover.svg');
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  #container_header .header-1 .slicknav_menu .slicknav_nav ul.nav li.slicknav_parent ul.mod-menu__sub  {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    margin-left: 2rem;
  }
  #footer p, #footer li, #footer a {
    text-align: center;
  }
  #container_footer-2 .footer-2 .menu {
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  #container_main #main.block_holder {
    flex-direction: column;
  }
  #container_announcement-bar .announcement-bar .mod-custom {
    padding: 0rem 1rem 1rem 1rem;
    flex-direction: column;
    gap: 0;
    justify-content: space-between;
  }
  #container_announcement-bar .announcement-bar .mod-custom svg#warning {
    height: 4.5rem;
    width: 4.5rem;
    margin-left: 0.5rem;
  }
  #container_announcement-bar .announcement-bar .mod-custom svg#close {
    position: absolute;
    right: 0;
    margin-left: 0.5rem;
  }

  .modal.fade .modal-dialog {
    transform: translateY(1rem);
  }
  .modal-header .modal-title {
    font-size: 1rem;
  }
  .modal-body {
    padding: 1.5rem;
  }
  .modal-body ul {
    margin: 0 1rem 1rem;
  }
  .modal-footer .btn {
    font-size: 0.75rem;
  }

  .new-banner-page .custom {
    padding: 1.5rem;
  }
  .new-banner-page .custom h1 {
    font-size: 1.5rem;
  }

  #container_main .quick-link-btns .quick-link-btn {
    gap: 0;
  }
  #container_main .quick-link-btns .quick-link-btn .btn-icon {
    width: 35px;
  }
  #container_main .quick-link-btns .quick-link-btn .btn-text {
    font-size: 0.9rem;
    padding: 0 0 0 0.5rem;
  }
  #container_main .quick-link-btns .quick-link-btn .btn-text .top {
    font-size: 0.7rem;
  }
  #container_main .quick-link-btns .quick-link-btn .btn-arrow {
    width: 24px;
    margin-right: 0.25rem;
  }

}


/*========================
#  Responsive <= 600px
========================*/

@media screen and (max-width: 600px) {

  #amazon-connect-chat-widget>div[class*="acWidgetContainer"] {
    right: -50px !important;
    bottom: 40% !important;
  }
  button#amazon-connect-open-widget-button {
    transform: rotate(-90deg);
  }
  #btt-button {
    right: 20px;
  }

}





.modal.show,
.modal.show .modal-dialog,
#contact_popup,
#contact_popup .modal-dialog {
  z-index: 10559 !important;
}
.modal-backdrop  {
  z-index: 10509 !important;
}