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;
}

#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;
    }

    .menutopmenu a {
        font-size: 14px !important;
    }

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

@media (max-width: 750px) {
    .menutopmenu 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 */

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

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

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

.module .module_surround .module_content ul li, .module_menu .module_surround .module_content 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 .module_surround {
    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-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}

#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;
}

.menutopmenu 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;
}
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 .module_surround {
    padding: 0;
}

.new-banner-page .custom {    
    padding: 50px 0;
    width: 100%;
    background-size: cover;
    background-position: bottom;
}

.new-banner-page .custom h1 {    
    color: #fff;
    font-size: 3em;
    padding-left: 10px;
  	text-align: center;
}

.booking-boxes-page .module_surround {
    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;*/
}

.module.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 .module_surround {
    padding: 0;
}

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

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

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


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

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

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

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


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

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



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


@media (max-width: 1000px) {
    .module.apply-links-home .driving-licence div, .module.apply-links-home .learner-permit div {
    margin: 8px 0 0 40px;    
    }
    .module.apply-links-home .driving-licence, .module.apply-links-home .learner-permit {
    height: 80px;    
    }
}
.module.apply-links-home .driving-licence span, .module.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;
    }
}


ul#moomenu li.deeper.parent {
    background: url(/images/menu-item-parent.png) no-repeat;
    background-position: 100% 50%;
}

@media (min-width: 1200px) {
    #hornav > ul > li > a {
    padding: 8px 25px 8px;   
    font-size: 16px;    
    }
    
    ul#moomenu li.deeper.parent {
    background: url(/images/menu-item-parent.png) no-repeat;
    background-position: 95% 50%;
  }

}


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

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

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

@media (max-width: 375px) {
    .module.apply-links-home .driving-licence, .module.apply-links-home .learner-permit {
    background-size: cover;
    text-align: left;
    background-image: none;  
    }
    .module.apply-links-home .driving-licence {
    background-color: #017dc3;
    }
    .module.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;
}


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

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

.module .module_surround .module_content 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) {
    .module .module_surround .module_content ul li  a.tp-button.blue.small.blue-orange-back, .module .module_surround .module_content 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;
}




.module .module_surround .module_content ul li a:hover, .module_menu .module_surround .module_content 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;
}

.menutopmenu 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) {
    .module.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;
}

@media (max-width: 800px) {
   .new-banner-page .custom h1 {
    color: #fff;
    padding: 0 10px;
    font-size: 3em;
    text-align: center;
    } 
}

.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: 15px;
  
  clip-path: 
    polygon(
      0% var(--notchSize), 
      var(--notchSize) 0%, 
      100% 0, 
      100% 0, 
      100% calc(100% - var(--notchSize)), 
      calc(100% - var(--notchSize)) 100%, 
      0 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 .menu {
    padding-left: 15px;
    list-style: "> " outside!important;
    color: #000;
    font-weight: 500;
}

#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: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 5%;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#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 .module.-text-notice > .module_surround {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
body .module.custom-slider,
body .module.apply-links-home,
body .module.home-videos,
body .module.cta-boxes {
    margin: 0 !important;
}
body .module.apply-links-home .custom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    background-image: unset !important;
}
body .module.apply-links-home .custom > a {
    flex: 1;
    width: 100%;
}
body .module.apply-links-home .driving-licence,
body .module.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 .module.apply-links-home .driving-licence {
    background-color: #017dc3 !important;
}
body .module.apply-links-home .learner-permit {
    background-color: #e95833 !important;
}
body .module.apply-links-home .custom > a:hover .driving-licence {
    background-color: #e95833 !important;
}
body .module.apply-links-home .custom > a:hover .learner-permit {
    background-color: #017dc3 !important;
}
body .module.apply-links-home .driving-licence > div,
body .module.apply-links-home .learner-permit > div {
    float: unset;
    line-height: 1.2;
    margin: 10px;
}
body .module.apply-links-home .driving-licence > div > img,
body .module.apply-links-home .learner-permit > div > img {
    float: unset;
    margin: unset;
}
body #header {
    z-index: 9999 !important;
}
body .module.home-videos .multipart-banner {
    margin: 0 !important;
    gap: 3rem;
}
body .module.home-videos .multipart-banner .multipart-column {
    margin: 0 !important;
    position: relative;
}
body .module.cta-boxes .home-boxes-container {
    gap: 3rem;
}
body .module.cta-boxes .home-boxes-container .home-boxes-inner {
    padding: 0 !important;
    position: relative;
}
body .module.cta-boxes .home-boxes-container .home-boxes-inner:hover {
    opacity: unset !important;
}
body #container_bottom1_modules {
    margin: 0;
    padding: 0.5rem 0 0;
}
body .module.cta-boxes .home-boxes-container .home-boxes-content.center-locations {
    margin: 0 !important;
}
body .module.cta-boxes .home-boxes-inner h3,
body .module.home-videos .multipart-column h3 {
    border: unset;
    border-radius: unset;
    padding: 1rem;
    line-height: unset;
    width: unset;
}
body .module.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 .module.cta-boxes .home-boxes-container .home-boxes-content img,
body .module.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 .module.copyright .module-surround {
    padding: 0;
    height: unset;
}
body #container_base #wrapper_base-1 .module.copyright .module-surround .custom p {
    padding: 1rem;
    margin: 0;
    text-align: center;
}
body #container_base #wrapper_base-1 .module: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 .menutopmenu {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body .mm_sticky_header #container_header .wrapper960 .header-1 .menutopmenu > 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 .menutopmenu li.item-611 {
    display: none;
}
body .module.-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 .module.-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 .module.apply-links-home .custom {
        flex-direction: column;
        gap: 1rem;
    }
    body .module.cta-boxes .home-boxes-container,
    body .module.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 .module_surround {
        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 .module.-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 .menutopmenu {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        gap: 1rem 0;
    }
    body .mm_sticky_header #container_header .wrapper960 .header-1 .menutopmenu > li.item-408 {
        width: unset;
    }
    body .mm_sticky_header #container_header .wrapper960 .header-1 .menutopmenu > li > a {
        font-size: 1rem !important;
    }
    body .mm_sticky_header #container_header .wrapper960 .header-1 .menutopmenu > li.item-408 > a {
        width: 20px;
        display: block;
        padding: 0.5rem;
    }
    body .mm_sticky_header #container_header .wrapper960 .header-1 .menutopmenu > li.item-408 > a > img {
        width: 100%;
    }
}


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

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

.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 #mod-search-searchword,
.header-3 #mod-finder-searchword394 {
    border-radius: 20px;
    height: auto;
    border: 2px solid #66666666;
    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: 500;
    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 15px 15px 40px !important;
    border-top: 1px solid #e5e5e5;
}

.accordion-body .inner-content {
    border-top: 1px solid #e5e5e5;
    padding: 15px 15px 15px 40px !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;
  }

  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;
}