/*
Your theme styles
*/

/* General/common Styles */
/* Campaign Fonts */
@font-face {
    font-family: 'gagalinregular';
    src: url('../fonts/gagalin-regular-webfont.woff2') format('woff2'),
         url('../fonts/gagalin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'asapbold';
    src: url('../fonts/asap-bold-webfont.woff2') format('woff2'),
         url('../fonts/asap-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'asapbold_italic';
    src: url('../fonts/asap-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/asap-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'asapitalic';
    src: url('../fonts/asap-italic-webfont.woff2') format('woff2'),
         url('../fonts/asap-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'asapmedium';
    src: url('../fonts/asap-medium-webfont.woff2') format('woff2'),
         url('../fonts/asap-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'asapmediumitalic';
    src: url('../fonts/asap-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/asap-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'asapregular';
    src: url('../fonts/asap-regular-webfont.woff2') format('woff2'),
         url('../fonts/asap-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'asapsymbol';
    src: url('../fonts/asap-symbol-webfont.woff2') format('woff2'),
         url('../fonts/asap-symbol-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'scratchregular';
    src: url('../fonts/scratch_-webfont.woff2') format('woff2'),
         url('../fonts/scratch_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.mobilefixedPos{position: fixed; width: 100%; -webkit-backface-visibility: hidden;}
section.textIconSection .rightCol img{ height: 64px; width: 64px; }
#gform_wrapper_2 input[type=image] {max-width: 200px;}

body, html{font-size: 20px; font-family: 'Open Sans', sans-serif; font-weight: 300; color: #002D61;}
h1, .h1{font-size: 2.4em;}

a{
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

article ul{padding-left: 20px; list-style: none;}
article ul li{margin-bottom: 10px; font-weight: 400;}
article ul li::before {position: relative; font-family: FontAwesome; font-size: .5rem; content: "\f0c8"; display: inline-block; width: 1.75em; margin-left: -1.75em; top: -3px;}
article ul li:nth-of-type(3n+1)::before{color: #0D6298;}
article ul li:nth-of-type(3n+2)::before{color: #0A8536;}
article ul li:nth-of-type(3n+3)::before{color: #FBDE06;}

article .menu-wrap ul li::before{content:none;}
article .menu-wrap ul li{margin-bottom: 0px;}

article .rightCol{padding-left: 30px;}

section{margin: 40px 0px;}

.mobileHeader{display: none;}

.containerSmll{width: 100%; max-width: 900px; position: relative; margin-left: auto; margin-right: auto;}
.containerVSmll{width: 100%; max-width: 750px; position: relative; margin-left: auto; margin-right: auto;}
.roundedCorners{border-radius: 10px;}
.thickBorder{border: solid 20px #FFFFFF;}

.GreenBorder{border: 5px dotted #1b852c; border-radius: 15px;}
.BlueBorder{border: 5px dotted #27609c; border-radius: 15px;}
.YellowBorder{border: 5px dotted #f9ee00; border-radius: 15px;}
.RedBorder{border: 5px dotted #c7122a; border-radius: 15px;}

.GreenBG{background-color: #1b852c;}
.BlueBG{background-color: #27609c;}
.Dark-BlueBG{background-color: #002D61;}
.YellowBG{background-color: #f9ee00;}
.RedBG{background-color: #c7122a;}

.GreenBG-RGBA{background-color: rgba(27,133,44,1)}
.BlueBG-RGBA{background-color: rgba(32,152,205,1)}
.RedBG-RGBA{background-color: rgba(206,4,44,1)}
.GreenBG-RGBA:hover{background-color: rgba(27,133,44,.5)}
.BlueBG-RGBA:hover{background-color: rgba(32,152,205,.5)}
.RedBG-RGBA:hover{background-color: rgba(206,4,44,.5)}

.GreenFont{color: #1b852c;}
.BlueFont{color: #27609c;}
.Dark-BlueFont{color: #002D61;}
.RedFont{color: #c7122a;}
.whiteFont{color: #FFFFFF;}

.BlueBtn{display: inline-block; width: auto; padding: 10px 30px; background-color: rgba(13,98,152,1); color: #FFFFFF; text-align: center; border-radius: 10px; font-family: 'Open Sans', sans-serif; font-size: .8rem; font-weight: 700;}
.BlueBtn:hover{background-color: rgba(13,98,152,.75); color: #FFFFFF; text-decoration: none;}
.GreenBtn{display: inline-block; width: auto; padding: 10px 30px; background-color: rgba(10,133,54,1); color: #FFFFFF; text-align: center; border-radius: 10px; font-family: 'Open Sans', sans-serif; font-size: .8rem; font-weight: 700;}
.GreenBtn:hover{background-color: rgba(10,133,54,.75); color: #FFFFFF; text-decoration: none;}
.RedBtn{display: inline-block; width: auto; padding: 10px 30px; background-color: rgba(206,4,44,1); color: #FFFFFF; text-align: center; border-radius: 10px; font-family: 'Open Sans', sans-serif; font-size: .8rem; font-weight: 700;}
.RedBtn:hover{background-color: rgba(206,4,44,.75); color: #FFFFFF; text-decoration: none;}

.form-control{font-size: .8rem; padding: .5rem .35rem;}

.container, .container-fluid {max-width: 1230px; width: 100%;}
.colorBlocks{width: 100px; height: 25px; margin: 20px auto;}
.colorBlocks .blueBlock{width: 18px; height: 18px; background-color: #27609c; float: left; margin-right: 5px; border-radius: 4px; margin-top: 5px;
    -webkit-transform: rotate(-5deg);
    -ms-transform:     rotate(-5deg);
    transform:         rotate(-5deg);
}
.colorBlocks .greenBlock{width: 18px; height: 18px; background-color: #1b852c; float: left; margin-right: 5px; border-radius: 4px; margin-top: 10px;
    -webkit-transform: rotate(3deg);
    -ms-transform:     rotate(3deg);
    transform:         rotate(3deg);
}
.colorBlocks .yellowBlock{width: 18px; height: 18px; background-color: #f9ee00; float: left; margin-right: 5px; border-radius: 4px;}
.colorBlocks .redBlock{width: 18px; height: 18px; background-color: #c7122a; float: left; border-radius: 4px; margin-top: 5px;
    -webkit-transform: rotate(-10deg);
    -ms-transform:     rotate(-10deg);
    transform:         rotate(-10deg);
}

.breadcrumbSection #crumbs{font-size: .7rem; font-weight: 400;}
.breadcrumbSection #crumbs a{color: #002d61;}
.breadcrumbSection #crumbs i.fa-home{padding: 3px; color: rgba(13,98,152,1); font-size: .8rem;}
.breadcrumbSection #crumbs a {font-size: .7rem; color: rgba(13,98,152,1);}
.breadcrumbSection #crumbs a:hover, .breadcrumbSection #crumbs a:hover i.fa-home{text-decoration: none; color: rgba(13,98,152,.75);}
.breadcrumbSection #crumbs .current{color: #0a8536;}
.breadcrumbSection #crumbs i.fa-square{position: relative; font-size: .4rem; color: #0a8536; top: -2px; padding: 0px 10px;}
.breadcrumbSection #crumbs i.fa-square:nth-of-type(even){color: #ce042c;}

header .imageOverlay{display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);}
header .container{text-align: center; color: #FFFFFF;}
header .container .headerCont{position: absolute; top: 100px; left: 0; right: 0; margin: 0 auto;}
header .container h1{font-family: 'asapbold'; margin-bottom: 0px;}
/*header .bottomCurve{width: 100%; height: 200px; position: absolute; bottom: 0; background: url(../img/white-curve.svg) bottom center no-repeat; background-size: cover;}*/

footer{background-color: #002d61; color: #FFFFFF; padding-top: 100px; padding-bottom: 50px; font-family: 'Open Sans', sans-serif; padding-right: 20px !important; padding-left: 20px !important;}
footer .container, footer .row{ padding: 0 !important; margin: auto !important; }
footer .regTxt{padding-left: 0px;}
footer .regForm{padding-right: 0px;}
footer h3{font-family: 'asapbold'; font-size: 1.85em;margin-bottom: .75em;}
footer p{font-weight: 300; font-size: .8em;}

/* Form Styles */

.formContainer{ width: 100%; max-width: 900px; margin: 30px auto 70px auto; }

.registerImageContainer{ text-align: center; }
.registerImageContainer img{ display: inline-block; width: 100%; max-width: 300px; }
.registerForm h2{ font-size: 1.5em; font-family: 'asapbold'; margin: 1rem 0; }

.gform_wrapper h3.gform_title{display: none;}
#gform_wrapper_6 ul.gform_fields:not(.top_label) .gfield_label{font-size: .95rem; margin: 10px 0;}
#gform_wrapper_6 .left_label .math_large, #gform_wrapper_6 .left_label .math_medium, #gform_wrapper_6 .left_label .math_small, #gform_wrapper_6 .left_label div.charleft, #gform_wrapper_6 .right_label .math_large, #gform_wrapper_6 .right_label .math_medium, #gform_wrapper_6 .right_label .math_small, #gform_wrapper_6 .right_label div.charleft{display: none;}
#gform_wrapper_6 #field_1_5 label.gfield_label, #gform_wrapper_6 #field_1_6 label.gfield_label, #gform_wrapper_6 #field_1_7 label.gfield_label{display: none; }

#gform_wrapper_6 form ul.left_label li.checkboxesBlock .ginput_container_checkbox{width: 100%; margin-left: 0px !important; margin-top: 0px;}
#gform_wrapper_6 form ul.left_label li.checkboxesBlock, #gform_wrapper_6 ul.left_label li.checkboxesBlock{padding: 5px 0; margin: 0 !important;}

#gform_wrapper_6 ul.gform_fields li.gfield{padding-right: 0px !important; margin: 20px 0 !important;}
#gform_wrapper_6 ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio]{margin-right: 10px; margin-top: 1px;}
#gform_wrapper_6 .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{ /*max-width: 94% !important;*/ font-size: .8rem;}

/*#gform_wrapper_6 ul.gfield_checkbox li.gchoice_1_5_1 input{margin-top: -22px !important;}*/

#gform_wrapper_6 .left_label ul.gfield_checkbox#input_1_5, #gform_wrapper_6 .right_label ul.gfield_checkbox#input_1_5{width: 100%;}
#gform_wrapper_6 .left_label ul.gfield_checkbox#input_1_5 a, #gform_wrapper_6 .right_label ul.gfield_checkbox#input_1_5 a{color: #FFFFFF; text-decoration: underline; font-weight: 700;}
#gform_wrapper_6 .left_label ul.gfield_checkbox#input_1_5 a:hover, #gform_wrapper_6 .right_label ul.gfield_checkbox#input_1_5 a:hover{text-decoration: none;}
#gform_wrapper_6 ul.gfield_checkbox{ width: 70%; margin-left: 29% !important; }

#gform_wrapper_6 .gform_footer{ margin: 0; }

#gform_wrapper_6 .left_label input.large, #gform_wrapper_6 .left_label select.large, #gform_wrapper_6 .left_label textarea.large, #gform_wrapper_6 .left_label textarea.medium, #gform_wrapper_6 .left_label textarea.small, #gform_wrapper_6 .right_label input.large, #gform_wrapper_6 .right_label select.large, #gform_wrapper_6 .right_label textarea.large, #gform_wrapper_6 .right_label textarea.medium, #gform_wrapper_6 .right_label textarea.small{width: 100%; background-color: rgba(0,45,97,0.2); border: 2px solid rgba(0,45,97,0.2); border-radius: 4px !important; padding: 9px; -webkit-transition: 0.3s ease-in-out all; -o-transition: 0.3s ease-in-out all; transition: 0.3s ease-in-out all;}
#gform_wrapper_6 .left_label select.large{ border-radius: 22px !important; background: transparent; color: #002D61 !important; -webkit-appearance: none; -webkit-border-radius: 0px;}

#gform_wrapper_6 .ginput_container_select{ position: relative; }
#gform_wrapper_6 .ginput_container_select:after{ position: absolute; display: block; width: 15px; height: 38px; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-family: 'FontAwesome'; content:'\f0dc'; font-size: 1.2rem;  }

#gform_wrapper_6 .form-control:focus{background-color: rgba(255,255,255,1) !important; border: 2px solid #0A8536 !important;}

#gform_wrapper_6 .gform_footer.left_label, #gform_wrapper_6 .gform_footer.right_label, #gform_wrapper_4 .gform_footer.left_label, #gform_wrapper_4 .gform_footer.right_label{text-align: right; width: 70%; margin-left: 28%; font-size: .8rem;}
#gform_wrapper_6 ul li:after, #gform_wrapper_6 ul li:before, #gform_wrapper_6 ul.gform_fields, #gform_wrapper_4 ul li:after, #gform_wrapper_4 ul li:before, #gform_wrapper_4 ul.gform_fields{font-size: .8rem;}

#gform_wrapper_6 .gform_footer input.button, #gform_wrapper_6 .gform_footer input[type=submit], #gform_wrapper_4 .gform_footer input.button, #gform_wrapper_4 .gform_footer input[type=submit]{background-color: rgba(10,133,54,1); border-color: transparent; cursor: pointer; padding-right: 50px;}
#gform_wrapper_6 .gform_footer input.button:hover, #gform_wrapper_6 .gform_footer input[type=submit]:hover, #gform_wrapper_4 .gform_footer input.button:hover, #gform_wrapper_4 .gform_footer input[type=submit]:hover{background-color: #c6122a;}

#gform_wrapper_6 form .gform_footer span, #gform_wrapper_4 form .gform_footer span{margin-left: -30px;}
#gform_wrapper_6 form .gform_footer span:after, #gform_wrapper_4 form .gform_footer span:after{
 color: #FFFFFF;
 content: "\f0a9";
 font-family: FontAwesome;
 font-size: 20px;
 z-index: 100; 
 margin-left: -15px;
    position: relative;
    top: -2px;
}
#gform_wrapper_4 form .gform_footer span:after{top: 1px;}
footer .ss_footer-logo{max-width: 190px; margin-right: 40px; padding-right: 40px; border-right: 3px dotted #FFFFFF;}
footer .footerNav ul{ display: table; list-style: none; margin: 0px; padding: 0px; min-height: 70px;}
footer .footerNav ul li{display: table-cell; vertical-align: bottom;}
footer .footerNav ul li a{color: #FFFFFF; font-weight: 700; font-size: .8em;}
footer .footerNav ul li a:hover{color: #1b852c;}
footer .footerNav ul li:nth-child(1)::after{content: "■"; font-size: 10px; color: #0d6298; margin: 0 15px; position: relative; top: -2px;}
footer .footerNav ul li:nth-child(2)::after{content: "■"; font-size: 10px; color: #0a8536; margin: 0 15px; position: relative; top: -2px;}
footer .footerNav ul li:nth-child(3)::after{content: "■"; font-size: 10px; color: #ce042c; margin: 0 15px; position: relative; top: -2px;}
footer .footerNav ul li:nth-child(4)::after{content: "■"; font-size: 10px; color: #fbde06; margin: 0 15px; position: relative; top: -2px;}
footer p.copyrightTxt{font-size: .8em; font-weight: 300; margin-top: 20px;}
footer{ margin-top: 70px; }


section .embed-container{ 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
section .embed-container iframe,
section .embed-container object,
section .embed-container embed{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* In page un ordered List styles */

/* Header Area Specific Styles */
.searchBar, nav.navbar{padding: 8px 40px;}
nav.navbar{padding-top: 30px; padding-bottom: 30px; max-height: 110px}
.searchBar{background-color: #0a6baf;}
.searchBar input.form-control{width: 230px; height: 36px; margin-right: 0px !important; border: none; border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
.searchBar .btn{border: none; border-top-left-radius: 0px; border-bottom-left-radius: 0px; background-color: #0a8536; color: #FFFFFF; font-size: 1.2rem; padding: .15rem .5rem;}

.navbar-inverse .saferLogo{max-height: 60px; display: none;}
.navbar-inverse .saferLogo img{height: 100%; width: auto; max-height: 60px;}

.navbar-toggleable-md .navbar-collapse{width: auto; margin-right: 3%; margin-left: auto !important;}
.navbar-inverse .top-logo-left{padding-right: 20px; margin-right: 20px; max-height: 60px;}
.navbar-brand p, .navbar-brand p span {font-family: 'asapbold'; font-size: 28px; line-height: 28px;}
.navbar-brand p span.smalltxt {font-size: 20px;}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand p{padding: 0px;margin: 0px;}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover{color: #0d6298;}
.navbar-inverse .navbar-nav .nav-link{color: rgba(0,45,97,1); font-size: .8rem; font-family: 'Open Sans', sans-serif; font-weight: 700; padding-left: 1.5rem; padding-right: 1.5rem; text-align: center;}
.navbar-inverse .navbar-nav .nav-link:focus{color: rgba(0,45,97,1);}
.navbar-inverse .navbar-nav .nav-link:hover{color: rgba(0,45,97,.75);}
.navbar-inverse .navbar-nav .active>.nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open>.nav-link{color: #c7122a;}
.navbar .dropdown-menu{border: none; color: #FFFFFF; background-color: #002d61; font-size: .8rem; font-family: 'Open Sans', sans-serif; font-weight: 700; padding: 0px; width: 100%;}
.navbar .dropdown-menu li a{color: #FFFFFF; font-size: .8rem; font-family: 'Open Sans', sans-serif; font-weight: 700;}
.navbar .dropdown-menu li{background-color: #002d61;}
.dropdown-item{padding: 5px 1rem;}
.dropdown-item:focus, .dropdown-item:hover{background-color: #0d6298;}

.navbar-inverse .registerBtn{background-color: rgba(10,133,54,1); width: 253px; height: 48px; border-radius: .25rem; text-align: center;}
.navbar-inverse .registerBtn:hover{background-color: rgba(10,133,54,.75)}
.navbar-inverse .registerBtn a{display: block; width: 100%; height: 100%; color: #FFFFFF; font-size: .8rem; font-family: 'Open Sans', sans-serif; font-weight: 700; padding: 12px 0px; text-decoration: none;}


/* Home Page Specific Styles */
/*body.page-template-page-home section .container{padding-left: 0px; padding-right: 0px;}*/
body.page-template-page-home header .headerImg{position: relative; height: 480px; overflow: hidden;}
body.page-template-page-home header .headerImg .headerBGimages{position: relative;}
body.page-template-page-home header .headerImg .headerBGimages img{position: absolute; left: 50%; top: 10%; -webkit-transform: translateY(-10%) translateX(-50%); -ms-transform: translateY(-10%) translateX(-50%); transform: translateY(-10%) translateX(-50%); width: 100%; height: auto;}
.top{-webkit-animation-name: fade;animation-name: fade; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-duration: 5s; animation-duration: 5s; -webkit-animation-direction: alternate; animation-direction: alternate; -webkit-animation-delay: 5s; animation-delay: 5s}
@-webkit-keyframes fade{
    0%{
        opacity: 1;
    }
    25%{
        opacity: 1;
    }
    75%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}
@keyframes fade{
    0%{
        opacity: 1;
    }
    25%{
        opacity: 1;
    }
    75%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

body.page-template-page-home header .headerCont p{font-weight: 400;}

section.introSection{margin-top: -325px;}
section.introSection .containerSmll{padding: 0px;}

section.contentSection .contentRow{margin:30px 0;}
section.contentSection .contentRow:nth-of-type(even){-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
section.contentSection .contentRow:nth-of-type(odd) .imageCol{padding-left: 0px;}
section.contentSection .contentRow:nth-of-type(odd) .contentWrapper{padding-right: 0px;}
section.contentSection .contentRow:nth-of-type(even) .imageCol{padding-right: 0px;}
section.contentSection .contentRow:nth-of-type(even) .contentWrapper{padding-left: 0px;}
section.contentSection .imageCol img{width: 100%; height: auto;}
section.contentSection .contentRow .contentWrapper{padding-top: 35px;}
section.contentSection .contentRow .contentWrapper .contentCol{padding: 40px;}
section.contentSection .contentRow .contentWrapper .contentCol .blockHeader{font-family: 'asapbold'; font-size: 1.5rem; color: #002D61;}

section.contentSection .contentRow.parentClub .contentWrapper .contentCol{ background: #002D61; color: #fff; border-radius: 15px; }
section.contentSection .contentRow.parentClub .contentWrapper .contentCol p{ font-family: 'asapbold'; font-size: 1.2em; }
section.contentSection .contentRow.parentClub .contentWrapper .contentCol img{ width: 100%; max-width: 240px; max-height: 54px; display: block; margin: 30px 0; }

section.CTAsection .CTAwrapper, section.CTAsection .JOYwrapper{border-radius: 15px; margin-bottom: 40px;}
section.CTAsection .CTAwrapper a, section.CTAsection .JOYwrapper a{display: block; width: 100%; height: 100%; padding: 40px;}
section.CTAsection .JOYwrapper{background-color: rgba(255,236,0,1);}
section.CTAsection .JOYwrapper:hover{background-color: rgba(255,236,0,.5);}

section.CTAsection .CTAwrapper .CTAimage, section.CTAsection .CTAwrapper .CTAcont, section.CTAsection .JOYwrapper .JOYimage, section.CTAsection .JOYwrapper .JOYtxt{float: left; text-align: center; width: 55%;}
section.CTAsection .CTAwrapper .CTAimage, section.CTAsection .JOYwrapper .JOYimage{width: 45%}
section.CTAsection .CTAwrapper .CTAimage img, section.CTAsection .JOYwrapper .JOYimage img{width: 100%; height: auto;}
section.CTAsection .CTAwrapper .CTAcont .CTAtxt, section.CTAsection .JOYwrapper .JOYcont .JOYtxt{font-family: "museo-sans-rounded",sans-serif; text-align: center; font-size: 1.8rem; text-transform: uppercase; font-weight: 700;}
section.CTAsection .JOYwrapper .JOYcont .JOYtxt{color: #0A6BAF;}

/* Standard Page Specific Styles */
section.breadcrumbSection{text-align: center; margin: 20px auto 80px auto;}
/*body.page-template-default section .container, body.page-template-landing-page section .container{padding-left: 0px; padding-right: 0px;}*/
body.page-template-default header .headerImg{position: relative; height: 340px; overflow: hidden;}
body.page-template-default header .headerCont p, body.page-template-landing-page header .headerCont p{font-weight: 400;}

body.page-template-landing-page .videoSection, body.page-template-case-studies-landing .videoSection{position: relative; max-width: 900px;}
body.page-template-landing-page .videoSection.container, body.page-template-case-studies-landing .videoSection.container{padding-left: 0px; padding-right: 0px;}
body.page-template-landing-page .videoSection .negativeMargin, body.page-template-case-studies-landing .videoSection .negativeMargin{ margin-top: -225px;}
body.page-template-landing-page header .headerImg, body.page-template-case-studies-landing header .headerImg{position: relative; height: 480px; overflow: hidden;}
body.page-template-landing-page header .headerCont, body.page-template-case-studies-landing header .headerCont{top: 33%;}
body.page-template-landing-page .videoSection .vidHoldingWrapper, body.page-template-case-studies-landing .videoSection .vidHoldingWrapper{background:#000; overflow: hidden; position: relative; border: solid 20px #FFFFFF; border-radius: 30px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
body.page-template-landing-page .videoSection #thevideo, body.page-template-case-studies-landing .videoSection #thevideo, .videoSection.case-study-vid #thevideo{border: solid 20px #FFFFFF; border-radius: 30px;}
body.page-template-landing-page .videoSection div img, body.page-template-case-studies-landing .videoSection div img, .videoSection.case-study-vid div img{width: 100%; height: auto}
body.page-template-landing-page .videoSection div .vidPlayBtn, body.page-template-case-studies-landing .videoSection div .vidPlayBtn, .videoSection.case-study-vid div .vidPlayBtn{position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; width: 150px; height: 75px; border-radius: 10px; background-color: rgba(39,96,156,.75); color: #FFFFFF; font-size: 40px;padding: 10px 0px; text-align: center; -webkit-transition: 0.3s ease-in-out all; -o-transition: 0.3s ease-in-out all; transition: 0.3s ease-in-out all;}
body.page-template-landing-page .videoSection div:hover .vidPlayBtn, body.page-template-case-studies-landing .videoSection div:hover .vidPlayBtn, .videoSection.case-study-vid div:hover .vidPlayBtn{background-color: rgba(39,96,156,1);}
body.page-template-landing-page .videoSection .underVidTxt h2, body.page-template-case-studies-landing .videoSection .underVidTxt h2{font-family: 'asapbold'; font-size: 2.25rem; color: #002D61; text-align: center; margin: 20px 0px 50px 0px;}
body.page-template-landing-page .textBulletsSection .rightCol h3, body.page-template-case-studies-landing .textBulletsSection .rightCol h3{display: none;}
body.page-template-landing-page .videoSection .vidTitle, body.page-template-case-studies-landing .videoSection .vidTitle, .videoSection.case-study-vid .vidTitle{position: absolute; width: 94%; top: 0; left: 0; font-family: "Open Sans",sans-serif; font-size: 1rem; color: #fff; text-shadow:0px 2px 4px rgba(0,0,0,0.5); text-align: left; padding: 1% 3%; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.65)),to(rgba(0,0,0,0)));
background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */;}


section.centerTxtSection{text-align: center;}
section.centerTxtSection h2{font-family: 'asapbold'; font-size: 1.5rem; color: #002D61;}
section.centerTxtSection p.blockSubHeader{font-size: 1.5rem; color: #0A8536; font-style: italic;}
section.centerTxtSection p{color: #002D61;}

section.leftTxtSection{text-align: left;}
section.leftTxtSection h2{font-family: 'asapbold'; font-size: 1.5rem; color: #002D61;}
section.leftTxtSection p.blockSubHeader{font-size: 1.5rem; color: #0A8536; font-style: italic;}
section.leftTxtSection p{color: #002D61;}

section.leftImageSection .contentRow, section.rightImageSection .contentRow{margin:30px 0;}
section.leftImageSection .contentRow .imageCol{padding-left: 0px;}
section.leftImageSection .contentRow .contentWrapper{padding-right: 0px;}
section.rightImageSection .contentRow{-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
section.rightImageSection .contentRow .imageCol{padding-right: 0px;}
section.rightImageSection .contentRow .contentWrapper{padding-left: 0px;}
section.leftImageSection .imageCol img, section.rightImageSection .imageCol img{width: 100%; height: auto;}
section.leftImageSection .contentRow .contentWrapper, section.rightImageSection .contentRow .contentWrapper{padding-top: 35px;}
section.leftImageSection .contentRow .contentWrapper .contentCol, section.rightImageSection .contentRow .contentWrapper .contentCol{padding: 40px;}
section.leftImageSection .contentRow .contentWrapper .contentCol .blockHeader, section.rightImageSection .contentRow .contentWrapper .contentCol .blockHeader{font-family: 'asapbold'; font-size: 1.5rem; color: #002D61;}

section.textBulletsSection .leftCol{padding: 20px 30px 20px 15px;}
section.textBulletsSection h3{font-family: 'asapbold'; font-size: 1.5rem; color: #002D61;}
section.textBulletsSection .rightCol{background-color: #0D6298; padding: 20px; color: #FFFFFF;}
section.textBulletsSection .rightCol h3{font-size: 1.3rem; color: #FFFFFF; border-bottom: dotted 6px rgba(255,255,255,0.5); padding-bottom: 15px; margin-bottom: 15px;}
section.textBulletsSection .rightCol .bulletIcon{display: inline-block; width: 24px; height: 24px; background-color: #002D61;padding: 0px 2px; margin-top: 2px; font-size: .85rem; text-align: center; float: left; margin-right: 20px;}
section.textBulletsSection .rightCol .bulletContent{float: left; width: 90%; font-family: 'asapbold';}

section.textNumListSection .rightCol{padding: 20px 15px 20px 30px;}
section.textNumListSection h3{font-family: 'asapbold'; font-size: 1.5rem; color: #002D61;}
section.textNumListSection .leftCol{padding: 20px;}
section.textNumListSection .leftCol h3{font-size: 1.3rem; color: #0A8536; margin-bottom: 15px;}
section.textNumListSection .leftCol .numBox{display: inline-block; width: 24px; height: 24px; color: #FFFFFF; padding: 0px 2px; margin-top: 2px; font-family: 'asapbold'; font-size: .8rem; text-align: center; float: left; margin-right: 20px; border-radius: 5px;}
section.textNumListSection .leftCol .numBoxtext{float: left; width: 90%; font-family: 'asapbold'; color: #002D61;}
section.textNumListSection .leftCol .listContainer:nth-of-type(3n+1) .numBox{background-color: #0D6298;
    -webkit-transform: rotate(-10deg);
    -ms-transform:     rotate(-10deg);
    transform:         rotate(-10deg);
}
section.textNumListSection .leftCol .listContainer:nth-of-type(3n+2) .numBox{background-color: #0A8536;
    -webkit-transform: rotate(10deg);
    -ms-transform:     rotate(10deg);
    transform:         rotate(10deg);
}
section.textNumListSection .leftCol .listContainer:nth-of-type(3n+3) .numBox{background-color: #CE042C;
    -webkit-transform: rotate(-15deg);
    -ms-transform:     rotate(-15deg);
    transform:         rotate(-15deg);
}

section.custBlockQuote{position: relative; padding: 40px; text-align: center; color: #FFFFFF; margin-bottom: 0px;}
section.custBlockQuote .imageOverlay{display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);}
section.custBlockQuote .quoteWrapper{padding: 40px !important;}
section.custBlockQuote .quoteWrapper .custBlockQuotes{margin-bottom: 20px;}
section.custBlockQuote .quoteWrapper p.QuoteTxt{font-size: 1.2rem; font-style: italic; font-weight: 400;}
section.custBlockQuote .quoteWrapper p.QuoteAuthor{font-family: 'asapbold'; font-size: 1.2rem; margin-bottom: .5rem;}
section.custBlockQuote .quoteWrapper p.QuoteJob{margin-bottom: 0px;}

section.videoBlockSection{margin-top: 0px; padding: 40px;}
section.videoBlockSection .vidContainer{border: 20px solid #ffffff;}

section.textIconSection .leftCol{padding-right: 30px;}
section.textIconSection .leftCol h3{font-family: 'asapbold'; font-size: 1.5rem; margin-bottom: 1.25rem;}
section.textIconSection .leftCol h4{font-family: 'asapbold'; font-size: 1.3rem; margin-bottom: 1.25rem;}
section.textIconSection .rightCol{padding: 20px; color: #FFFFFF; font-family: 'asapbold';}
section.textIconSection .rightCol h3{font-size: 1.3rem; color: #FFFFFF; border-bottom: dotted 6px rgba(255,255,255,0.5); padding-bottom: 15px; margin-bottom: 15px;}
section.textIconSection .rightCol .iconRow{margin: 20px 0px;}
section.textIconSection .rightCol .iconRow p.iconTxt{font-size: 2rem; margin-bottom: 0px;}

section.proConSection .proCol{padding-right: 0px;}
section.proConSection .consCol{padding-left: 0px;}
section.proConSection .proCol .prosHeader{background-color: #002D61; border-right: dotted 5px #FFFFFF; border-top-left-radius: 10px; padding: 10px; color: #FFFFFF; font-family: 'asapbold'; font-size: 1.3rem}
section.proConSection .consCol .consHeader{background-color: #002D61; border-top-right-radius: 10px; padding: 10px; color: #FFFFFF; font-family: 'asapbold'; font-size: 1.3rem}
section.proConSection .proCol .prosHeader i.fa-check{color: #0A8536;}
section.proConSection .consCol .consHeader i.fa-times{color: #CE042C;}
section.proConSection .proCol .rowPro{border-right: dotted 5px #002D61; padding: 10px; text-align: center;}
section.proConSection .proCol .rowPro:nth-child(odd), section.proConSection .consCol .rowCon:nth-child(odd){background-color: rgba(0,45,97,0.1);}
section.proConSection .consCol .rowCon{padding: 10px; text-align: center;}
section.proConSection .proCol .rowPro p, .proConSection .consCol .rowCon p{margin-bottom: 0px;}

section.keyPointSection .leftCol{padding: 40px;}
section.keyPointSection .leftCol p{font-size: 1.5rem; color: #0D6298; font-weight: 400; margin-bottom: 0px;}
section.keyPointSection .leftCol p strong{color: #002D61; font-weight: 700;}
section.keyPointSection .rightCol h3{font-family: 'asapbold'; font-size: 1.5rem; margin-bottom: 1.25rem;}
section.keyPointSection .rightCol ul{padding-left: 20px; list-style: none;}
section.keyPointSection .rightCol ul li{margin-bottom: 10px; font-weight: 400;}
section.keyPointSection .rightCol ul li::before {position: relative; font-family: FontAwesome; font-size: .5rem; content: "\f0c8"; display: inline-block; width: 1.75em; margin-left: -1.75em; top: -3px;}

section.keyPointSection .rightCol ul li:nth-of-type(3n+1)::before{color: #0D6298;}
section.keyPointSection .rightCol ul li:nth-of-type(3n+2)::before{color: #0A8536;}
section.keyPointSection .rightCol ul li:nth-of-type(3n+3)::before{color: #FBDE06;}

/* Guide CTA */

section.guideCTA{ color: #fff; }
section.guideCTA a{ width: 100%; padding-top: 18%; display: block; position: relative; border-radius: 15px; overflow: hidden; background: #0D6298; }
section.guideCTA .guideCTAbackground{ position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: 0.5s ease-in-out all; -o-transition: 0.5s ease-in-out all; transition: 0.5s ease-in-out all; }
section.guideCTA .guideCoverImageHolder{ position: absolute; display: block; width: 50%; height: 100%; left: 0; top: 0; text-align: center; }
section.guideCTA .guideCoverImageHolder img{ width: 50%; display: inline-block; -webkit-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg); -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75); box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75); -webkit-transition: 0.6s ease-in-out all; -o-transition: 0.6s ease-in-out all; transition: 0.6s ease-in-out all; }
section.guideCTA .guideCTAtextHolder{ color: #fff; position: absolute; display: block; width: 55%; padding: 0 2.5%; height: auto; right: 0; top: 50%; text-align: center; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
section.guideCTA .guideCTAtextHolder h3{ font-family: 'asapbold'; font-weight: 700; }
section.guideCTA .guideCTAtextHolder p{ font-weight: 300; font-size: 0.95rem; margin-bottom: 0; }
section.guideCTA a:hover .guideCTAbackground{ -webkit-transform: translate(-50%, -50%) scale(1.1); -ms-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1); -webkit-transition: 0.9s ease-in-out all; -o-transition: 0.9s ease-in-out all; transition: 0.9s ease-in-out all; }
section.guideCTA a:hover .guideCoverImageHolder img{ -webkit-transform: rotate(-8deg) scale(1.3); -ms-transform: rotate(-8deg) scale(1.3); transform: rotate(-8deg) scale(1.3); --webkit-box-shadow: 0px 0px 39px -5px rgba(255,255,255,1); -webkit-box-shadow: 0px 0px 39px -5px rgba(255,255,255,1); box-shadow: 0px 0px 39px -5px rgba(255,255,255,1); }


/* Training Providers Specific Styles */
body.page-template-template-training-page header .headerImg{position: relative; height: 340px;}
body.page-template-template-training-page header .headerCont p{font-weight: 400;}

body.page-template-template-trainingfeed header .headerImg{position: relative; height: 340px;}
body.page-template-template-trainingfeed header .headerCont p{font-weight: 400;}

/* Area search dropdown specific styles */
.menu-wrap{position: relative; height: 50px; z-index: 999;}
.directory-menu{border-radius: 10px; height: 50px; width: 100%; overflow: hidden; padding: 0;margin: 0;
 -o-transition: height 0.3s ease;
 -webkit-transition: height 0.3s ease;
 transition: height 0.3s ease;
}
.directory-menu li:first-of-type{border-radius: 10px;}

/*.directory-menu .page_item{border-top: 3px solid #002D61} */
.directory-menu.open{height: auto;}
.directory-menu p{display: block; line-height: 46px; background: #fff; border: 2px solid #6E90A6; padding: 0 10px; color: #464a4c !important; text-decoration: none; border-radius: 10px;
 -o-transition: background 0.3s ease;
 -webkit-transition: background 0.3s ease;
 transition: background 0.3s ease;
}
.directory-menu .localAuthDropdown{border: 1px solid #3297FD; max-height: 300px; overflow-y: scroll;}
.directory-menu a, .directory-menu a:visited{display: block; line-height: 40px; background: #fff; border-top: none; padding: 0 15px; color: #464a4c !important; text-decoration: none; font-size: .75em;
 -o-transition: background 0.3s ease;
 -webkit-transition: background 0.3s ease;
 transition: background 0.3s ease;
}
.directory-menu a:hover{background: #3297FD !important; color: #ffffff !important;}
.directory-menu p{margin-bottom: 0px !important; cursor: pointer;}
.toggle:after{display: block; content: "▼"; float: right; font-size: 80%;}

body.page-template-template-local-authority .list {margin-top:30px; margin-left:0px;}
body.page-template-template-local-authority .list .TrainingBlock {text-align:left;color:#002F4A; width:48%; margin-right:2%; margin-bottom:25px;float:left; min-height: 305px;}
body.page-template-template-local-authority .list .TrainingBlock:nth-child(even) {margin-right:0px;}
body.page-template-template-local-authority .list .TrainingBlock .TrainingHeader{border-top-right-radius: 10px; border-top-left-radius: 10px; padding:10px 20px; margin:0; background-color: #002D61; min-height: 86px;}
body.page-template-template-local-authority .list .TrainingBlock .TrainingHeader h4{color:#fff; font-weight:400; font-size:1.3em; font-family: 'asapbold';}
body.page-template-template-local-authority .list .TrainingBlock .TrainingFooter{border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; background-color: #CE042C; padding:10px 20px; margin:0; min-height: 48px;}

body.page-template-template-local-authority .list .TrainingBlock .TrainingRow{min-height: 74px; display: table; width: 100%;}
body.page-template-template-local-authority .list .TrainingBlock .TrainingRow:nth-child(odd){background-color: rgba(0,45,98,.1)}
body.page-template-template-local-authority .list .TrainingBlock .TrainingRow .TrainingRowTitle{width: 30%; display: table-cell; vertical-align: middle;}
body.page-template-template-local-authority .list .TrainingBlock .TrainingRow .TrainingRowContent{width: 70%; display: table-cell; vertical-align: middle;}

body.page-template-template-local-authority .list .TrainingBlock p span {line-height:1.5em;}
body.page-template-template-local-authority .list .TrainingBlock p span.spectitle {color:#002F4A; font-size: .9rem; font-family: 'asapbold';}
body.page-template-template-local-authority .list .TrainingBlock p {padding:10px 20px; margin-bottom: 0px; font-size: .9rem;}
body.page-template-template-local-authority .list .TrainingBlock a.url {display: block; width: 100%; height: 100%; text-decoration:none; color:#fff; font-weight: 700; font-size: .8rem;}


/* Job Search Specific Styles */
body.page-template-template-jobsfeed header .headerImg, body.page-template-template-local-authority header .headerImg{position: relative; height: 340px; overflow: hidden;}
body.page-template-template-jobsfeed header .headerCont p, body.page-template-template-local-authority header .headerCont p{font-weight: 400; margin-bottom: 5px;}
header .imageOverlay{display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);}
/*header .container{text-align: center; color: #FFFFFF;}*/

header .headerCont{position: absolute; width: 100%; max-width: 900px; top: 50%; left: 50%; color: #286696; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -webkit-transition: 0.3s ease-in-out all; -o-transition: 0.3s ease-in-out all; transition: 0.3s ease-in-out all; color: #FFFFFF; text-align: center; z-index: 9;}
header h1{font-family: 'asapbold'; margin-bottom: 0px;}
header .bottomCurve{width: 100%; height: 200px; position: absolute; bottom: -1px; left: 0px; display: table; border-collapse: collapse; border-spacing: 0px;}
header .bottomCurve .curveContainer{display: table-cell; vertical-align: bottom; border-collapse: collapse; overflow-x: hidden;}
header .bottomCurve .curveContainer img{width: 101%; height: auto; margin: 0 auto; margin-left:-1px;}

.pageIntro h3.jobsearchHeader{text-align: center; font-size:1.5em; font-family: 'asapbold';}
.pageIntro p.jobsearchIntro{text-align: center;}

/* Job search and filter specific styles */
#jobs-list .jobSearch .row {margin-right: 0px; margin-left: 0px;}
#jobs-list .jobSearch .row .fieldTitle{text-align: left; font-family: 'asapbold';}
#jobs-list .jobSearch.liveJobs .row .orWrapper{ display: none; }
#jobs-list .jobSearch .row .fieldTitle .fa{float: right; margin-right: 10px; cursor: pointer;}
#jobs-list .jobSearch .row .by_type{width: 20%; float: left; padding: 10px;}
#jobs-list .jobSearch .row .locationWrapper{width: 50%; float: left; background-color: rgba(0,0,0,.15); border-radius: 5px; padding: 10px;}
#jobs-list .jobSearch .row .locationWrapper .by_location{width: 47%; float: left; padding: 0 10px;}
#jobs-list .jobSearch.liveJobs .row .locationWrapper .by_location{width: 47%; float: left; padding: 0 10px;}
#jobs-list .jobSearch .row .locationWrapper .orWrapper{width: 6%; float: left; text-align: center; position: relative; height: 100%;}
#jobs-list .jobSearch .row .locationWrapper .orWrapper p.fieldTitle{text-align: center; position: absolute; bottom: 16px; left: 0; right: 0; margin: 0px auto;}
#jobs-list .jobSearch .row .locationWrapper .by_authority{width: 47%; float: left; padding: 0 10px;}
#jobs-list .jobSearch .row .by_role{width: 20%; float: left; padding: 10px; padding-bottom: 0px;}
#jobs-list .jobSearch .row .by_role p.smallTxt{font-size: .65em; color: rgba(10,133,54,1); text-align: left; margin-bottom: 0px;}
#jobs-list .jobSearch .row .searchBtn{width: 10%; float: left; position: relative;}
#jobs-list .jobSearch .row .searchBtn #search-submit{position: absolute; bottom: 18px; left: 0; border: none; cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#jobs-list .jobSearch .row .form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-height: 42px; border:2px solid #6E90A6; background-color: #ffffff;}
#jobs-list .jobSearch .row select::-ms-expand {display: none;}
#jobs-list .jobSearch .row select.form-control{border-radius: 50px; background: url(../img/select-icon.png) right center no-repeat #ffffff; background-size: 22px 22px;}
#jobs-list .jobSearch .row.rowBottom{margin-top: 20px;}
#jobs-list .jobSearch .row .keywordWrapper{width: 90%; float: left; padding: 10px;}
#jobs-list .jobSearch .row .resetBtn{width: 10%; float: left; position: relative;}

#jobs-list .jobSearch .row .resetBtn #search-reset .fa{float: left; margin-top: 3px; margin-right: 10px;}
#jobs-list .jobSearch .row .resetBtn #search-reset{display: inline-block; width: auto; padding: 10px 22px; background-color: rgba(0,0,0,.15); color: #c6122a; text-align: center; border-radius: 10px; font-family: 'Open Sans', sans-serif; font-size: .8rem; font-weight: 700;}
#jobs-list .jobSearch .row .resetBtn #search-reset:hover{background-color: #c6122a; color: #FFFFFF; text-decoration: none;}

#jobs-list .jobSearch .row .resetBtn #search-reset{position: absolute; bottom: 10px; left: 0; border: none; cursor: pointer; min-width: 115px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#jobs-list { text-align:center; }
#jobs-list .list {margin-top:30px; margin-left:0px;}
#jobs-list .list .jobBlock {text-align:left;color:#002F4A; width:48%; margin-right:2%; margin-bottom:50px;float:left; min-height: 305px;}
#jobs-list .list .jobBlock:nth-child(even) {margin-right:0px;}
#jobs-list .list .jobBlock .jobHeader{border-top-right-radius: 10px; border-top-left-radius: 10px; padding:10px 20px; margin:0; background-color: #002D61; height: 80px; width: 100%; overflow: hidden; display: table; max-height: 80px}
#jobs-list .list .jobBlock .jobHeader h4{color:#fff; font-weight:400; font-size:.9em; font-family: 'asapbold'; width: 80%; height: 60px; display: table-cell; vertical-align: middle;}
#jobs-list .list .jobBlock .jobHeader span.miles-distance{width: 20%; height: 50px; color: #FFFFFF; font-size: 0.75em; text-align: center; border-left: 5px dotted rgba(255,255,255,0.75); height: 100%; display: table-cell; vertical-align: middle;}
.list .jobBlock .jobFooter{border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; background-color: #CE042C; padding:10px 20px; margin:0; min-height: 48px;}
#jobs-list .list .jobBlock .jobFooter a{color: #FFFFFF;}
#jobs-list .list .jobBlock .jobFooter a:hover{color: #FFFFFF;}

#jobs-list .list .jobBlock:nth-of-type(3n+1) .jobFooter{background-color: #CE042C;}
#jobs-list .list .jobBlock:nth-of-type(3n+2) .jobFooter{background-color: #27609c;}
#jobs-list .list .jobBlock:nth-of-type(3n+3) .jobFooter{background-color: #1b852c;}

#jobs-list .list .jobBlock .jobRow{height: 74px; display: table; width: 100%;}
#jobs-list .list .jobBlock .jobRow:nth-child(odd){background-color: rgba(0,45,98,.1)}
#jobs-list .list .jobBlock .jobRow .jobRowTitle{width: 30%; display: table-cell; vertical-align: middle;}
#jobs-list .list .jobBlock .jobRow .jobRowContent{width: 70%; display: table-cell; vertical-align: middle;}

#jobs-list .list .jobBlock p span {line-height:1.5em;}
#jobs-list .list .jobBlock p span.spectitle {color:#002F4A; font-size: .9rem; font-family: 'asapbold';}
#jobs-list .list .jobBlock p {padding:10px 20px; margin-bottom: 0px; font-size: .8rem;}
#jobs-list .list .jobBlock .jobRowContent p{padding: 10px 0px;}
#jobs-list .list .jobBlock a.url {display: block; width: 100%; height: 100%; text-decoration:none; color:#fff; font-weight: 700; font-size: .8rem;}

#jobs-list .pagination  {position: relative; width:100%; max-width: 245px; clear:both; margin:20px auto 20px auto;}
#jobs-list .pagination li {width:25px; float:left; margin-right:21px;list-style-type:none;}
#jobs-list .pagination li.active {font-size: 1.2rem; font-weight: 700; margin-top: -3px;}
#jobs-list .pagination li.active a {color:#002D61;}
#jobs-list .pagination li a {text-decoration:none; color:#002D61; display: inline-block; width: 35px;}
#jobs-list .pagination li:hover{font-size: 1.2rem; font-weight: 700; margin-top: -3px;}
#jobs-list .pagination li::after{font-family: FontAwesome; content: "\f0c8"; font-size: .3rem; padding: 0 5px; position: absolute;top: 10px;}
#jobs-list .pagination li::before{content: none;}
#jobs-list .pagination li:last-of-type::after{content: none;}
#jobs-list .pagination li:nth-of-type(3n+1)::after{color: #0D6298;}
#jobs-list .pagination li:nth-of-type(3n+2)::after{color: #0A8536;}
#jobs-list .pagination li:nth-of-type(3n+3)::after{color: #CE042C;}


/* Training Search Specific Styles */
body.page-template-template-trainingfeed header .headerImg, body.page-template-template-local-authority header .headerImg, body.page-template-page-view-all-case-studies header .headerImg{position: relative; height: 340px;}
body.page-template-template-trainingfeed header .headerCont p, body.page-template-template-local-authority header .headerCont p{font-weight: 400;}
header .imageOverlay{display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);}
/*header .container{text-align: center; color: #FFFFFF;}*/

header .headerCont{position: absolute; width: 100%; max-width: 900px; top: 50%; left: 50%; color: #286696; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -webkit-transition: 0.3s ease-in-out all; -o-transition: 0.3s ease-in-out all; transition: 0.3s ease-in-out all; color: #FFFFFF; text-align: center; padding-left: 30px; padding-right: 30px;}
header h1{font-family: 'asapbold'; margin-bottom: 0px;}
header .headerCont a{font-weight: 700; color: #8dcfda;}
header .headerCont a:hover{color: #f9ee00;}

/*header .bottomCurve{width: 100%; height: 200px; position: absolute; bottom: -1px; background: url(../img/white-curve.svg) bottom center no-repeat; background-size: cover;}*/
.pageIntro h3.jobsearchHeader, .jobsSection h3.jobsearchHeader, .trainingSection h3.jobsearchHeader{text-align: center; font-size:1.5em; font-family: 'asapbold';}
.pageIntro p.jobsearchIntro{text-align: center;}

#courses-list { text-align:center; }
#courses-list .list {margin-top:30px; margin-left:0px;}
#courses-list .list .jobBlock {text-align:left;color:#002F4A; width:48%; margin-right:2%; margin-bottom:50px;float:left; min-height: 305px;}
#courses-list .list .jobBlock:nth-child(even) {margin-right:0px;}
#courses-list .list .jobBlock .jobHeader{border-top-right-radius: 10px; border-top-left-radius: 10px; padding:10px 20px; margin:0; background-color: #002D61; height: 80px; width: 100%; overflow: hidden; display: table; max-height: 80px}
#courses-list .list .jobBlock .jobHeader h4{color:#fff; font-weight:400; font-size:.9em; font-family: 'asapbold'; width: 80%; display: table-cell; height: 60px; max-height: 60px; vertical-align: middle;}
#courses-list .list .jobBlock .jobHeader span.miles-distance{width: 20%; height: 60px; display: table-cell; color: #FFFFFF; font-size: 0.75em; text-align: center; border-left: 5px dotted rgba(255,255,255,0.75); height: 100%; vertical-align: middle;}
#courses-list .list .jobBlock .jobFooter{border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; background-color: #CE042C; padding:10px 20px; margin:0; min-height: 48px;}

#courses-list .jobSearch .row {margin-right: 0px; margin-left: 0px;}

/* Job search and filter specific styles */
#courses-list .jobSearch .row .fieldTitle{text-align: left; font-family: 'asapbold';}
#courses-list .jobSearch .row .fieldTitle .fa{float: right; margin-right: 10px; cursor: pointer;}
#courses-list .jobSearch .row .by_type{width: 20%; float: left; padding: 10px;}
#courses-list .jobSearch .row .locationWrapper{width: 50%; float: left; background-color: rgba(0,0,0,.15); border-radius: 5px; padding: 10px;}
#courses-list .jobSearch .row .locationWrapper .by_location{width: 47%; float: left; padding: 0 10px;}
#courses-list .jobSearch .row .locationWrapper .orWrapper{width: 6%; float: left; text-align: center; position: relative; height: 100%;}
#courses-list .jobSearch .row .locationWrapper .orWrapper p.fieldTitle{text-align: center; position: absolute; bottom: 16px; left: 0; right: 0; margin: 0px auto;;}
#courses-list .jobSearch .row .locationWrapper .by_authority{width: 47%; float: left; padding: 0 10px;}
#courses-list .jobSearch .row .by_role{width: 20%; float: left; padding: 10px; padding-bottom: 0px;}
#courses-list .jobSearch .row .by_role p.smallTxt{font-size: .65em; color: rgba(10,133,54,1); text-align: left; margin-bottom: 0px;}
#courses-list .jobSearch .row .searchBtn{width: 10%; float: left; position: relative;}
#courses-list .jobSearch .row .searchBtn #search-submit{position: absolute; bottom: 18px; left: 0; border: none; cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#courses-list .jobSearch .row .form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-height: 42px; border:2px solid #6E90A6; background-color: #ffffff;}
#courses-list .jobSearch .row select::-ms-expand {display: none;}
#courses-list .jobSearch .row select.form-control{border-radius: 50px; background: url(../img/select-icon.png) right center no-repeat #ffffff; background-size: 22px 22px;}
#courses-list .jobSearch .row select.form-control{border-radius: 50px;}
#courses-list .jobSearch .row.rowBottom{margin-top: 20px;}
#courses-list .jobSearch .row .keywordWrapper{width: 90%; float: left; padding: 10px;}
#courses-list .jobSearch .row .resetBtn{width: 10%; float: left; position: relative;}

#courses-list .jobSearch .row .resetBtn #search-reset .fa{float: left; margin-top: 3px; margin-right: 10px;}
#courses-list .jobSearch .row .resetBtn #search-reset{display: inline-block; width: auto; padding: 10px 22px; background-color: rgba(0,0,0,.15); color: #c6122a; text-align: center; border-radius: 10px; font-family: 'Open Sans', sans-serif; font-size: .8rem; font-weight: 700;}
#courses-list .jobSearch .row .resetBtn #search-reset:hover{background-color: #c6122a; color: #FFFFFF; text-decoration: none;}

#courses-list .jobSearch .row .resetBtn #search-reset{position: absolute; bottom: 10px; left: 0; border: none; cursor: pointer; min-width: 115px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#courses-list .list .jobBlock:nth-of-type(3n+1) .jobFooter{background-color: #CE042C;}
#courses-list .list .jobBlock:nth-of-type(3n+2) .jobFooter{background-color: #27609c;}
#courses-list .list .jobBlock:nth-of-type(3n+3) .jobFooter{background-color: #1b852c;}

#courses-list .list .jobBlock .jobRow{min-height: 74px; display: table; width: 100%;}
#courses-list .list .jobBlock .jobRow:nth-child(odd){background-color: rgba(0,45,98,.1)}
#courses-list .list .jobBlock .jobRow .jobRowTitle{width: 30%; display: table-cell; vertical-align: middle;}
#courses-list .list .jobBlock .jobRow .jobRowContent{width: 70%; display: table-cell; vertical-align: middle;}

#courses-list .list .jobBlock p span {line-height:1.5em;}
#courses-list .list .jobBlock p span.spectitle {color:#002F4A; font-size: .9rem; font-family: 'asapbold';}
#courses-list .list .jobBlock p {padding:10px 20px; margin-bottom: 0px; font-size: .9rem;}
#courses-list .list .jobBlock a.course_link {display: block; width: 100%; height: 100%; text-decoration:none; color:#fff; font-weight: 700; font-size: .8rem;}

#courses-list .pagination  {position: relative; width:100%; max-width: 245px; clear:both; margin:20px auto 20px auto;}
#courses-list .pagination li {width:25px; float:left; margin-right:10px;list-style-type:none;}
#courses-list .pagination li.active {font-size: 1.2rem; font-weight: 700; margin-top: -3px;}
#courses-list .pagination li.active a {color:#002D61;}
#courses-list .pagination li a {text-decoration:none; color:#002D61; display: inline-block; width: 35px;}
#courses-list .pagination li:hover{font-size: 1.2rem; font-weight: 700; margin-top: -3px;}
#courses-list .pagination li::after{font-family: FontAwesome; content: "\f0c8"; font-size: .3rem; padding: 0 5px; position: absolute;top: 10px;}
#courses-list .pagination li::before{content: none;}
#courses-list .pagination li:last-of-type::after{content: none;}
#courses-list .pagination li:nth-of-type(3n+1)::after{color: #0D6298;}
#courses-list .pagination li:nth-of-type(3n+2)::after{color: #0A8536;}
#courses-list .pagination li:nth-of-type(3n+3)::after{color: #CE042C;}

.popover{background-color: rgba(0,45,97,.85); color: #FFFFFF; max-width: 230px; border: none; -webkit-box-shadow: 1px 1px 20px 4px rgba(0,0,0,0.25); box-shadow: 1px 1px 20px 4px rgba(0,0,0,0.25);}
.popover.bs-tether-element-attached-right::after, .popover.popover-left::after{border-left-color: rgba(0,45,97,.85);}
.popover-content{font-size: 75%;}

#no-results p.noResults{font-size: 1.5em; font-family: 'asapbold'; margin-top: 30px;}
/* SPIN */
.faa-spin.animated,
.faa-spin.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-spin {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.faa-spin.animated.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-fast {
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}

.faa-spin.animated.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-slow {
  -webkit-animation: spin 2.2s linear infinite;
  animation: spin 2.2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Local Authority Specific Styles */
body.page-template-template-local-authority-hub header .headerImg{position: relative; height: 340px;}
body.page-template-template-local-authority-hub header .headerCont p{font-weight: 400;}

body.page-template-template-local-authority-training header .headerImg{position: relative; height: 340px;}
body.page-template-template-local-authority-training header .headerCont p{font-weight: 400;}

.selectJobs, .selectTraining{float: left; width: 50%; text-align: center;}
.bigJobsBtn, .bigTrainingBtn{display: inline-block; width: auto; padding: 50px 0px; background-color: rgba(13,98,152,1); color: #FFFFFF; text-align: center; border-radius: 10px; font-family: 'asapbold'; font-size: 1.5rem; font-weight: 700;}
.bigJobsBtn:hover, .bigTrainingBtn:hover{background-color: rgba(13,98,152,.75); color: #FFFFFF; text-decoration: none;}
.bigJobsBtn:focus, .bigTrainingBtn:focus{background-color: rgba(13,98,152,.75); color: #FFFFFF; text-decoration: none;}

body.page-template-template-local-authority-training .list {margin-top:30px; margin-left:0px;}
body.page-template-template-local-authority-training .list .TrainingBlock {text-align:left;color:#002F4A; width:48%; margin-right:2%; margin-bottom:25px;float:left; min-height: 305px;}
body.page-template-template-local-authority-training .list .TrainingBlock:nth-child(even) {margin-right:0px;}
body.page-template-template-local-authority-training .list .TrainingBlock .TrainingHeader{border-top-right-radius: 10px; border-top-left-radius: 10px; padding:10px 20px; margin:0; background-color: #002D61; min-height: 86px;}
body.page-template-template-local-authority-training .list .TrainingBlock .TrainingHeader h4{color:#fff; font-weight:400; font-size:1.3em; font-family: 'asapbold';}
body.page-template-template-local-authority-training .list .TrainingBlock .TrainingFooter{border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; background-color: #CE042C; padding:10px 20px; margin:0; min-height: 48px;}

body.page-template-template-local-authority-training .list .TrainingBlock .TrainingRow{min-height: 74px; display: table; width: 100%;}
body.page-template-template-local-authority-training .list .TrainingBlock .TrainingRow:nth-child(odd){background-color: rgba(0,45,98,.1)}
body.page-template-template-local-authority-training .list .TrainingBlock .TrainingRow .TrainingRowTitle{width: 30%; display: table-cell; vertical-align: middle;}
body.page-template-template-local-authority-training .list .TrainingBlock .TrainingRow .TrainingRowContent{width: 70%; display: table-cell; vertical-align: middle;}

body.page-template-template-local-authority-training .list .TrainingBlock p span {line-height:1.5em;}
body.page-template-template-local-authority-training .list .TrainingBlock p span.spectitle {color:#002F4A; font-size: .9rem; font-family: 'asapbold';}
body.page-template-template-local-authority-training .list .TrainingBlock p {padding:10px 20px; margin-bottom: 0px; font-size: .9rem;}
body.page-template-template-local-authority-training .list .TrainingBlock a.url {display: block; width: 100%; height: 100%; text-decoration:none; color:#fff; font-weight: 700; font-size: .8rem;}

/* Job search and filter specific styles */
#courses-list .jobSearch.localAuthTrainingSearch .row .by_type, #jobs-list .jobSearch.localAuthJobSearch .row .by_type{width: 30%; float: left; padding: 10px;}
#courses-list .jobSearch.localAuthTrainingSearch .row .by_location, #jobs-list .jobSearch.localAuthJobSearch .row .by_location{width: 30%; float: left; padding: 10px;}
#courses-list .jobSearch.localAuthTrainingSearch .row .by_role, #jobs-list .jobSearch.localAuthJobSearch .row .by_role{width: 30%; float: left; padding: 10px; padding-bottom: 0px;}

/* Progression Page Specific Styles */
.progressionWrapper{position: relative; width: 100%; max-width: 585px; height: 285px; overflow: hidden; margin: 0 auto}
.blockLine{margin: 0 auto; height: 40px; width: 5px; border-right: dotted 5px #002D61;}
.blockLine:last-of-type{display: none;}
.progressionWrapper .progressTitle{position: absolute; width: 100%; color: #FFFFFF; text-align: center; font-size: 2.4rem; font-family: 'asapbold'; top: 50%; left: 50%; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); padding-bottom: 50px;}
.progressionWrapper .progressContent{position: absolute; bottom: -80%; left: 0; right: 0; width: 100%; height: 100%; color: #FFFFFF; text-align: center; cursor: pointer;}

.progressionWrapper .progressContent .progressSeeMore{text-align: center; padding: 10px; font-size: 1rem; font-family: 'asapbold';}
.progressionWrapper .progressContent .progressTxt{padding: 15px 30px; font-size: .9rem; line-height: 1.2rem}

body.page-template-site-map-page header .headerImg{position: relative; height: 340px;}
body.page-template-site-map-page header .headerCont p{font-weight: 400;}

body.search header .headerImg{position: relative; height: 340px;}
body.search header .headerCont p{font-weight: 400;}

body.search article{border-bottom: 5px solid #002d61}

#gform_wrapper_6 div.validation_error {color: #fff; background: #c7122a; border-radius: 3px; border: none;}
#gform_wrapper_6 .validation_message{font-weight: 500 !important;  }
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{ border: 2px solid rgba(0,45,97,0.2) !important; background-color: rgba(0,45,97,0.1) !important; border-radius: 3px; }

.gform_wrapper li::before{ display: none !important; }

#gform_wrapper_6 .gform_body{ overflow: hidden; }

#gform_wrapper_6 .checkboxesBlock .gfield_label{ display: none; }

#gform_wrapper_6.gf_browser_ie .gform_footer input.button{padding: 10px 50px 10px 15px;}
#gform_wrapper_6 .gform_wrapper ul.left_label li ul.gfield_checkbox li{ width: 70%; }

.gform_wrapper .field_description_below .gfield_description {padding-top: 0 !important;padding-bottom: 10px !important;} 

/* Quiz Specific Styles */
#gform_5{
    height: 525px;
}
#gform_wrapper_5.gform_wrapper form{
    position: relative;
}
#gform_wrapper_5.gform_wrapper .gfield_description {font-size: 18px !important;}
#gform_wrapper_5.gform_wrapper .gf_page_steps, #gform_wrapper_5.gform_wrapper .gform_page_footer{
    border: none !important;
}
#gform_wrapper_5.gform_wrapper .gf_page_steps{
    width: 50% !important;
    position: absolute;
    top: 40px;
    left: 40px;
    padding: 10px;
    z-index: 11;
}
#gform_wrapper_5.gform_wrapper .gf_page_steps .gf_step{
    width: 16%;
    margin-right: 0.6666%;
    background-color: #FFFFFF;
    opacity: 1 !important;
}
#gform_wrapper_5.gform_wrapper .gf_step.gf_step_active{
    background-color: #f9ee00;
}
#gform_wrapper_5.gform_wrapper .gform_heading, #gform_wrapper_5.gform_wrapper .gsection, #gform_wrapper_5.gform_wrapper .gf_step span.gf_step_number, #gform_wrapper_5.gform_wrapper .gf_page_steps .gf_step.gf_step_first, #gform_wrapper_5.gform_wrapper .gform_page_footer .button.gform_previous_button{
    display: none !important;
}
#gform_wrapper_5.gform_wrapper .gform_page_footer{
    width: 50% !important;
    position: absolute;
    bottom: 0px;
    right: 130px;
    z-index: 11;
    text-align: right;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#gform_wrapper_5.gform_wrapper #gform_page_5_1 .gform_page_footer{
    width: 50% !important;
    position: absolute;
    bottom: 70px !important;
    right: 130px !important;
    z-index: 11;
    text-align: center;
    padding-left: 190px !important;
    padding-right: 80px !important;
}
#gform_wrapper_5.gform_wrapper .gform_page_footer .button.gform_next_button{
    background-color: transparent;
    background: url(../img/buttonArrow.png) no-repeat;
    background-position: 55px 7px;
    background-size: 20% 75%;
    color: #FFF;
    font-weight: 100;
    font-size: 20px;
    border: none;
    padding-right: 30px;
    max-height: 40px;
    font-family: 'Lato';
    cursor: pointer;

    -webkit-transition: background-position .25s ease;
    -o-transition: background-position .25s ease;
    transition: background-position .25s ease;
}
#gform_wrapper_5.gform_wrapper .gform_page_footer .button.gform_next_button:hover{
    background-position: 60px 7px;
    -webkit-transition: background-position .25s ease;
    -o-transition: background-position .25s ease;
    transition: background-position .25s ease;
}

#gform_wrapper_5.gform_wrapper .gform_page_footer input#gform_next_button_5_1{
    width: 100% !important;
    background-image: none;
    background-color: #f9ee00;
    border: none;
    border-radius: 5px;
    color: #040049;
    font-family: 'gagalinregular' !important;
    font-size: 18px !important;
    padding-right: 0px;
}
#gform_wrapper_5.gform_wrapper .gform_page_footer input#gform_next_button_5_1:hover{
    background-color: rgba(249,238,0,0.75)
}
.Result-Container{
    position: relative;
    display: block;
}
.Quiz-Start-Left, .Quiz-Left, .Result-Left{
    background: url(../img/Quiz-LightBlue-BG.png) top left no-repeat;
    background-size: 100% 100%;
    padding: 60px !important;
    position: absolute;
    z-index: 10;
    min-height: 385px;
}
.Quiz-Start-Left h2{
    font-family: 'gagalinregular' !important;
    color: #FFFFFF !important;
    text-align: center;
    font-size: 45px !important;
    padding: 20px 40px;
    margin-top: 20px;
    
}
.Quiz-Start-Right, .Quiz-Right, .Result-Right{
    background: url(../img/Quiz-Blue-BG.png) top left no-repeat;
    background-size: 100% 100%;
    padding: 60px !important;
    color: #FFFFFF;
    z-index: 9;
    position: absolute;
    right: 130px;
    top: 130px;
    padding-top: 150px !important;
    padding-left: 190px !important;
    font-size: 18px;
    min-height: 385px;
}
.Quiz-Start-Right .quizShare{
    margin-top: 85px;
    max-width: 210px;
}

.Quiz-Start-Right .quizShare a img{margin-left: 20px;}
.Quiz-Start-Right .quizShare a img:hover{
    opacity: 0.75;
}
.Quiz-Left, .Result-Left{
    background: none;
    background-color: #27609c;
    color: #FFF;
    padding-top: 100px !important;
    padding-right: 210px !important;
    font-size: 28px;
    font-weight: 300;
    z-index: 9;
}
.Result-Left{
    text-align: left;
    font-family: 'Lato'!important;
    font-style: normal!important;
    font-weight: 300!important;
    padding-top: 60px !important;
    padding-right: 150px !important;
    font-size:18px !important;
}
.Result-Left h3{
    font-family: 'Lato'!important;
    font-style: normal!important;
    font-weight: 300!important;
    margin-top: 0px !important;
    font-size: 24px !important;
}
.Result-Left strong{
    font-family: 'Lato'!important;
    font-style: normal!important;
    font-weight: 700!important;
}
.Result-Left .ResultsPanel, .Result-Left .ResultsPanel strong{
    font-family: 'Lato'!important;
    font-size: 22px !important;
    font-weight: 300;
}
.Result-Left .ResultsPanel strong{
    font-weight: 700!important;
}
.Quiz-Right, .Result-Right{
    background: none;
    background-color: #050448;
    padding-top: 60px !important;
    padding-left: 60px !important;
    z-index: 10;
}
.Result-Right{
    text-align: left;
    font-family: 'Lato'!important;
    font-style: normal!important;
    font-weight: 300!important;
    padding: 30px !important;
    top: 60px !important;
    font-size: 18px !important;
}
.Result-Right h4{font-size: 18px !important;}
.Result-Right a.greenBtn{
    display: inline-block;
    padding: 10px 20px;
    font-family: 'gagalinregular' !important;
    font-size: 18px !important;
    background-color: #f9ee00;
    color: #050448;
    border-radius: 5px;
    margin-top: 20px;
}
.Result-Right a.greenBtn:hover{
    background-color: rgba(249,238,0,0.75);
    text-decoration: none;
}
/*.Result-Right .resultButton{
    width: 50%;
    float: left;
}*/
.Result-Right .QuizSocial{
    width: 50%;
    max-width: 200px;
    margin-top: 10px;
    float: right;
}
.Result-Right .QuizSocial a img{
    height: 25px !important;
    width: auto;
    float: right;
    margin-left: 20px;
}
.Result-Right .QuizSocial a img:hover{
    opacity: 0.75;
}
#gform_wrapper_5.gform_wrapper .top_label .gfield_label{
    color: #f9ee00;
}
#gform_wrapper_5.gform_wrapper .gfield_description{
    font-size: 18px !important;
}
#gform_wrapper_5.gform_wrapper .gfield_radio li{
    display: block;
    border: 1px solid #ffffff;
}
#gform_wrapper_5.gform_wrapper .gfield_radio li label{
    padding: 10px !important;
    margin: 0px !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
}
#gform_wrapper_5.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], #gform_wrapper_5.gform_wrapper.gf_browser_ie ul.gform_fields li.gfield input[type=radio], #gform_wrapper_5.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield input[type=radio], #gform_wrapper_5.gform_wrapper.gf_browser_safari ul.gform_fields li.gfield input[type=radio]{
    display: none;
}
#gform_wrapper_5.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield ul li:hover, #gform_wrapper_5.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio]:checked + label, #gform_wrapper_5.gform_wrapper.gf_browser_ie ul.gform_fields li.gfield ul li:hover, #gform_wrapper_5.gform_wrapper.gf_browser_ie ul.gform_fields li.gfield input[type=radio]:checked + label, #gform_wrapper_5.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield ul li:hover, #gform_wrapper_5.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield input[type=radio]:checked + label, #gform_wrapper_5.gform_wrapper.gf_browser_safari ul.gform_fields li.gfield ul li:hover, #gform_wrapper_5.gform_wrapper.gf_browser_safari ul.gform_fields li.gfield input[type=radio]:checked + label{
    background-color: #f9ee00;
    color: #050448;
}
#gform_wrapper_5.gform_wrapper .gform_page_footer input#gform_submit_button_5{
    width: 100% !important;
    background-color: #f9ee00;
    border: none;
    border-radius: 5px;
    color: #050448;
    font-family: 'gagalinregular' !important;
    font-size: 18px !important;
    max-width: 200px;
    cursor: pointer;
}
#gform_wrapper_5.gform_wrapper .gform_page_footer input#gform_submit_button_5:hover{
    background-color: rgba(249,238,0,0.75)
}

.Result-Container{height: auto; min-height: 600px;}
.Result-Right .ResultsFooter{
    border-top: 1px solid #f9ee00;
    clear: both;
    margin-top: 50px;
    position: relative;
    padding-top: 30px;
/*  display: flex;
    flex-direction: row;
    align-items: stretch; */
    height: 100%;
}
.Result-Right .ResultsFooter .ResultsFooterTxt a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}
.Result-Right .ResultsFooter .ResultsFooterTxt{
    width: 90%;
    float: left;
    text-decoration: underline;
}
.Result-Right .ResultsFooter .ResultsFooterTxt span.greenTXT{
    color: #f9ee00;
}
.Result-Right .ResultsFooter .ResultsFooterIcon{
    width: 10%;
    float: left;
    margin-top: -20px;
}
.Result-Right .ResultsFooter .ResultsFooterIcon img{
    height: 100% !important;
    width: auto;
    max-height: 45px;
}
.ResultsFooter .CTAcolOne{width: 49%; margin-right: 1%; /*display: flex; flex-wrap: wrap flex-direction: column; */}
.ResultsFooter .CTAcolTwo{width: 49%; margin-left: 1%; /*display: flex; flex-wrap: wrap flex-direction: column; */}

.ResultsFooter .CTAcolOne .GreenBtn, .ResultsFooter .CTAcolTwo .GreenBtn{width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.ResultsFooter .CTAcolOne .RedBtn, .ResultsFooter .CTAcolTwo .RedBtn{width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.ResultsFooter .CTAcolOne .BlueBtn, .ResultsFooter .CTAcolTwo .BlueBtn{width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}

.clearfix{clear: both;}
.clearfix:after{clear: both; display: table; content: '';}

/* Careers Styles */

.featuredARTICLE{ margin-top: 0; }
.featuredARTICLEwrapper{ width: 100%; border-radius: 15px; overflow: hidden; clear: both; background: #0D6298; color: #fff; position: relative; height: 480px; }
.featuredARTICLEimage{ width: 66%; height: 100%; position: absolute; left: 0; top: 0; display: block; }
.featuredTEXT{ position: absolute; right: 1.5%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 30%;  }
.featuredTEXT p.blockHeader{ font-family: 'asapbold'; font-size: 1.5rem; }

.CareersCTA{ text-align: center; margin-bottom: 70px; }
.CareersCTA h2{ font-family: "asapbold", sans-serif; margin-bottom: 20px;  }
.CareersCTA a.GreenBtn, .CareersCTA a.RedBtn, .CareersCTA a.BlueBtn{ margin: 0 5px 5px 5px; }

.chatTABLE h2{ font-family: 'asapbold';font-size: 1.5rem; color: #002D61; text-align: center; }
.chatTABLE p{ text-align: center; }
.chatTABLE:after{ content:''; clear: both; display: table; }
.overflow{ padding-bottom: 30px; overflow-y: scroll; }
.chatTABLE .tableContainer{ width: 100%; display: block; min-width:1000px;}
.chatTABLE .tableContainer:after{ content:''; clear: both; display: table; }
.chatTABLE .tableHeader{ background: #002D61; width: 100%; height: 60px; font-family: 'asapbold'; font-size: 1.3rem; color: #fff; border-radius: 15px 15px 0 0; display: block; clear: both; }
.chatTABLE .tableHeader .tableColumn1:after, .chatTABLE .tableHeader .tableColumn2:after{ position: absolute; right: -2px; top: 0; width: 4px; height: 100%; border-right: 4px dotted #fff; display: block; content: ''; }
.chatTABLE .tableRow .tableColumn1:after, .chatTABLE .tableRow .tableColumn2:after{ position: absolute; right: -2px; top: 0; width: 4px; height: 100%; border-right: 4px dotted #002D61; display: block; content: ''; }
.chatTABLE .tableRow:after{ content:''; clear: both; display: table; }
.chatTABLE .tableRow:nth-child(odd) {background: rgba(0,45,97,0.1);}
.chatTABLE .tableRow:last-child{ border-radius: 0 0 15px 15px; }
.chatTABLE .tableColumn1{ width: 50%; float: left; display: block; position: relative;}
.chatTABLE .tableColumn2{ width: 30%; float: left; display: block; position: relative;}
.chatTABLE .tableColumn3{ width: 20%; float: left; display: block; position: relative;}
.chatTABLE .tabCOL{ padding: 13px 20px; display: block; }

/* Popup */

.pum-container.pum-responsive.pum-responsive-medium{ width: 100%; max-width: 500px !important; background: transparent !important; padding: 75px 0 0 0; position: relative; border: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; }
.pum-container .pum-title{ display: none; }
.pum-container .pum-content{ background: #fff !important; border-radius: 15px; text-align: center; padding-bottom: 40px; }
p.popupImage{ margin-bottom: 0; }
.pum-container .pum-content img{ width: 100%; max-width: 260px !important; height: 228px !important; display: inline-block; margin-top: -75px; }
.pum-container .pum-content h2{ font-family: 'asapbold'; font-size: 1.3rem; color: #fff; background: rgba(0,45,97,1); padding: 1.25rem 0.2rem; display: block !important; position: relative; border-radius: 3px; }
.pum-container .pum-content h2:before{ position: absolute; content:''; background: rgba(0,45,97,1); width: 18px; left: -15px; top: 0; height: 100%; display: block; }
.pum-container .pum-content h2:after{ position: absolute; content:''; background: rgba(0,45,97,1); width: 18px; right: -15px; top: 0; height: 100%; display: block; }
.pum-container .pum-content p.popupInfo{ font-family: 'asapbold'; font-size: 1.3rem; color: rgba(0,45,97,1); margin: 0.75rem 0.5rem; }
.pum-container .pum-content .GreenBtn{ width: 90%; font-size: 0.9rem; padding: 15px; }
.pum-container .pum-content a.noThanks{ font-size: 0.9rem; color: #CE042C; font-weight: 500; text-decoration: underline; display: inline-block; }
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{ padding-right: 0 !important; }

.pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { height: 44px !important; width: 44px !important; right: 15px !important; top: 0 !important; padding: 0px !important; font-weight: 700 !important; font-size: 36px !important; line-height: 36px !important; border: 5px solid #ffffff !important; border-radius: 50% !important; -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; background-color: transparent !important; }

/* Job Search Specific Styles */
body.single-post header .headerImg{position: relative; height: 220px; overflow: hidden;}
/*header .container{text-align: center; color: #FFFFFF;}*/

/*header .bottomCurve{width: 100%; height: 200px; position: absolute; bottom: -1px; left: 0px; display: table; border-collapse: collapse; border-spacing: 0px;}
header .bottomCurve .curveContainer{display: table-cell; vertical-align: bottom; border-collapse: collapse; overflow-x: hidden}
header .bottomCurve .curveContainer img{width: 101%; height: auto; margin: 0 auto}
*/
.articlePreviews{ background-color: rgba(0,45,97,0.1); padding: 40px 0 40px 0; display: -webkit-box; display: -ms-flexbox; display: flex; }
.articlePreviews .container .search-filter-results{-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;}
.articlePreviews .articlePreviewsTitle{ margin-bottom: 30px; }
.articlePreviews .articlePreviewsTitle:after{ clear: both; display: table; content: ''; }
.articlePreviews h2{font-family: 'asapbold'; font-size: 1.5rem; color: #002D61; float: left;}
.articlePreviews a.viewAll{ text-align: right; display: inline-block; float: right; font-family: 'asapbold'; font-size: 1.1rem; text-decoration: underline; }

.articlePreviews .flex{ display: -webkit-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; }
.articlePreviews .articlePreview{ padding-right:10px; padding-left:10px; margin-bottom: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; min-width: 33.3333%; -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;}

.articlePreview .previewContainer{ border-radius: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; background: #fff; width: 100%; overflow:hidden; }

.articlePreview article{ background: #fff; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.articlePreview article h3{ font-family: 'asapbold'; font-size: 1.3rem; margin-bottom: 5px; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }
.articlePreview article p{ font-size: 0.9em; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }
.articlePreview .previewIMG{ width: 100%; height: 235px; position: relative; }
.articlePreview article{ padding: 30px 30px 40px 30px; }
.articlePreview article header{ min-height: 0; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
.articlePreview article section{ min-height: 0; width: 100%; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto;}
.articlePreview article header{ width: 100%; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto;}
.articlePreview article footer{ width: 100%; }
.articlePreview article section, .articlePreviews article footer{ background: #fff; margin: 0 !important; padding: 0 !important; }
.articlePreview article a{ width: 100%; }
.articlePreview .contentType{ display: block; text-transform: uppercase; font-size: 0.8em; padding-left: 25px; margin-bottom: 15px; position: relative; }

.articlePreview .previewIMG:before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.1); display: block; content: '';}
.articlePreview .previewIMG:after{ position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 70px; height: 70px; display: block; text-align: center; font-family: 'FontAwesome'; content:'\f0f6'; color: #fff; font-size: 3em; line-height: 100%; }
.articlePreview .contentType:before{ position: absolute; display: block; font-family: 'FontAwesome'; content:'\f0f6'; width: 20px; height: 20px; left: 0; top: 0; }
.articlePreview.article .contentType:before, .articlePreview.article .previewIMG:after{ content:'\f0f6'; }
.articlePreview.video .contentType:before, .articlePreview.video .previewIMG:after{ content:'\f01d'; }
.articlePreview.podcast .contentType:before, .articlePreview.podcast .previewIMG:after{ content:'\f025'; }
.articlePreview.gallery .contentType:before, .articlePreview.gallery .previewIMG:after{ content:'\f03e'; }
.articlePreview.article .previewIMG:after, .articlePreview.article .previewIMG:before{ display: none; }



.subjectInfo{ text-align: center; margin-bottom: 70px; }
.subjectInfo .subjectImg{ width: 220px; height: 220px; border-radius: 50%; border: 10px solid #fff; display: inline-block; margin: -110px 0 20px 0; }
.subjectInfo p{ margin-bottom: 10px; }
.subjectInfo span{ font-style: italic; font-size: 0.9em; }

section.videoBlockSection.caseStudyVideo{ margin-top: 40px; padding: 0 15px; }
section.videoBlockSection.caseStudyVideo .vidContainer{ max-width: 900px; border: 0; }

section.centerTxtSection.case-study-centre-text-section .container, section.caseStudyText .container, section.soundcloudEmbed .container{ max-width: 930px ; }

section.caseStudyText img{ float: right; margin: 0 0 10px 15px; width: 100% !important; max-width: 50% !important; height: auto !important; }
section.caseStudyText blockquote{ font-style: italic; font-size: 1.2em; font-weight: 500; margin: 30px 0 35px 0; padding-left: 70px; position: relative; }
section.caseStudyText blockquote:before{ position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); content: ''; display: block; width: 30px; height: 30px; background-image: url('../img/blockquote-icon.svg'); background-size: 30px 30px; }

section.galleryBlock .container{ max-width: 930px; }
section.galleryBlock img.thumbnail{  }
section.galleryBlock a{ position: relative; width: 160px; height: 160px; overflow: hidden; border-radius: 15px; display: inline-block; background: #000; margin: 7px; }
section.galleryBlock a:after{ position: absolute; display: block; font-family:'FontAwesome'; width: 30px; height: 30px; top: 10px; right: 0; content: '\f065'; color: #fff; opacity: 0.75; -webkit-transition: 0.3s ease-in-out all; -o-transition: 0.3s ease-in-out all; transition: 0.3s ease-in-out all; }
section.galleryBlock img.thumbnail{ -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 0.9; -webkit-transition: 0.3s ease-in-out all; -o-transition: 0.3s ease-in-out all; transition: 0.3s ease-in-out all; width: 160px; height: 160px; }
section.galleryBlock a:hover img.thumbnail{ -webkit-transform: scale(1.2) rotate(3deg); -ms-transform: scale(1.2) rotate(3deg); transform: scale(1.2) rotate(3deg); opacity: 1; }
section.galleryBlock a:hover:after{ opacity: 1; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.sl-counter{ display: none !important; }
.sl-wrapper .sl-close{ font-size: 4rem !important; color: #C7112A !important; -webkit-transition:0.3s ease-in-out color !important; -o-transition:0.3s ease-in-out color !important; transition:0.3s ease-in-out color !important; opacity: 1 !important; }
.sl-wrapper .sl-close:hover{ color: #002D61 !important; }
.sl-overlay{ opacity: 0.9 !important; }
.sl-wrapper .sl-navigation button{ width: 50px !important; height: 50px !important; margin-top: -25px !important; text-indent: -9999px; opacity: 1 !important; font-size: 2.2rem !important;}
.sl-wrapper .sl-navigation button.sl-prev{ left: 0 !important; }
.sl-wrapper .sl-navigation button.sl-next{ right: 0 !important; }
.sl-wrapper .sl-navigation button.sl-prev:after{ position: absolute; display: block; font-family:'FontAwesome'; width: 50px; height: 50px; top: 0; left: 0; content: '\f053'; color: #0B8530; opacity: 1; -webkit-transition: 0.3s ease-in-out all; -o-transition: 0.3s ease-in-out all; transition: 0.3s ease-in-out all; text-align: center; text-indent: 0; font-size: 1em; -webkit-transition:0.3s ease-in-out color; -o-transition:0.3s ease-in-out color; transition:0.3s ease-in-out color; }
.sl-wrapper .sl-navigation button.sl-next:after{ position: absolute; display: block; font-family:'FontAwesome'; width: 50px; height: 50px; top: 0; left: 0; content: '\f054'; color: #0B8530; opacity: 1; -webkit-transition: 0.3s ease-in-out all; -o-transition: 0.3s ease-in-out all; transition: 0.3s ease-in-out all; text-align: center; text-indent: 0; font-size: 1em; -webkit-transition:0.3s ease-in-out color; -o-transition:0.3s ease-in-out color; transition:0.3s ease-in-out color; }
.sl-wrapper .sl-navigation button.sl-prev:hover:after, .sl-wrapper .sl-navigation button.sl-next:hover:after{ color: #002D61; }


section.caseStudyText .divider, section.galleryBlock .divider, section.videoBlockSection .divider, section.soundcloudEmbed .divider, section.centerTxtSection .divider{ padding-bottom: 40px; border-bottom: 5px dotted #99abc1; max-width: 900px; margin: 0 auto; }
.case-study-content section:last-child .divider{ border: none; }

h1{font-family: 'asapbold'; margin-bottom: 0px;}

body.page-template-page-view-all-case-studies form{ background: rgba(0,45,97,0.1); border-radius: 5px; width: 100%; display: block; padding: 15px; margin-bottom: 40px; }
body.page-template-page-view-all-case-studies .searchandfilter .sf-field-tag{padding: 0; margin: 0;}
body.page-template-page-view-all-case-studies .searchandfilter .sf-field-tag:before{ display: none; }

body.page-template-page-view-all-case-studies .searchandfilter li.sf-field-tag ul li{ display: inline-block; margin-right: 5px; }
body.page-template-page-view-all-case-studies .searchandfilter li.sf-field-tag ul li:before{ display: none; }
body.page-template-page-view-all-case-studies .searchandfilter li.sf-field-tag ul li input[type=radio]{ opacity: 0; }
body.page-template-page-view-all-case-studies .searchandfilter li.sf-field-tag ul li label{ position: relative; padding: 0 0 0 35px; z-index: 9; }
body.page-template-page-view-all-case-studies .searchandfilter li.sf-field-tag ul li label:before{ position: absolute; content:''; display: block; width: 24px; height: 24px; background: #fff; border-radius: 3px; border: 2px solid #6E90A6; left: 0; top:0;  }
body.page-template-page-view-all-case-studies .searchandfilter li.sf-field-tag ul li label:after{ position: absolute; content:''; display: block; width: 24px; height: 25px; top: 0; left: 0; opacity: 0; text-align: center; font-family: 'FontAwesome'; content:'\f00c'; color: #002D61; font-size: 18px; -webkit-transition: 0.3s ease-in-out opacity; -o-transition: 0.3s ease-in-out opacity; transition: 0.3s ease-in-out opacity; }
body.page-template-page-view-all-case-studies .searchandfilter li.sf-field-tag ul li input[type=radio]:checked ~ label:after{ opacity: 1; }
body.page-template-page-view-all-case-studies .searchandfilter li.sf-field-tag ul li label:hover:after{ opacity: 0.5; }
body.page-template-page-view-all-case-studies .search-filter-results .pagination{ text-align: center; display: block; }
body.page-template-page-view-all-case-studies .search-filter-results .pagination div{ display: inline-block; }

/*  Queries */
@media (max-width: 1520px) {
    .navbar-inverse .navbar-nav .nav-link{padding-left: 1.1rem; padding-right: 1.1rem; }
}
@media (max-width: 1430px) {
    .navbar-inverse .navbar-nav .nav-link{padding-left: 0.9rem; padding-right: 0.9rem; font-size:0.7rem;}
}
@media (max-width: 1300px) {

    .navbar-inverse .navbar-nav .nav-link{padding-left: .5rem; padding-right: .5rem;}

}
@media (max-width: 1265px) {

    .navbar-inverse .navbar-nav .nav-link{padding-left: .4rem; padding-right: .4rem;}
    .navbar-inverse .registerBtn{width: 230px;}

}
@media (max-width: 1160px) {
    #jobs-list .list .jobBlock p, #courses-list .list .jobBlock p{font-size: .8rem}
    #jobs-list .list .jobBlock p span.spectitle, #courses-list .list .jobBlock p span.spectitle{font-size: .8rem}
}
@media (max-width: 1150px) {
    #jobs-list .jobSearch .row .resetBtn #search-reset, #courses-list .jobSearch .row .resetBtn #search-reset{padding: 10px 20px;}

}
@media (max-width: 1110px) {
    #jobs-list .jobSearch .row .resetBtn #search-reset, #courses-list .jobSearch .row .resetBtn #search-reset{padding: 10px 19px;}
}
@media (max-width: 1106px) {
    .navbar-toggleable-md .navbar-collapse{margin-left: 1%; margin-right: 1%;}
}
@media (max-width: 1100px) {
    .navbar-brand p, .navbar-brand p span{font-size: 24px; line-height: 24px;}
    .navbar-brand p span.smalltxt{font-size: 16px;}
    .navbar-inverse .saferLogo{max-height: 51px;}
    .navbar-inverse .saferLogo img{max-height: 51px;}
}
@media (max-width: 1090px) {
    #jobs-list .jobSearch .row .resetBtn #search-reset, #courses-list .jobSearch .row .resetBtn #search-reset{padding: 10px 18px;}

}
@media (max-width: 1070px) {
    #jobs-list .jobSearch .row .resetBtn #search-reset, #courses-list .jobSearch .row .resetBtn #search-reset{padding: 10px 17px;}

}
@media (max-width: 1065px) {
    body.page-template-page-home header .headerImg .headerBGimages img{top: 0%; -webkit-transform: translateY(-0%) translateX(-50%)}
}
@media (max-width: 1052px) {
    .navbar-toggleable-md .navbar-collapse{margin-left: 0%; margin-right: 1%;}
}
@media (max-width: 1050px) {
/*  .navbar-inverse .navbar-nav .nav-link{font-size: .7rem;} */
    #jobs-list .list .jobBlock .jobRow .jobRowTitle, #courses-list .list .jobBlock .jobRow .jobRowTitle{width: 25%}
    #jobs-list .list .jobBlock p, #courses-list .list .jobBlock p{padding-right: 0px;}
    #jobs-list .list .jobBlock .jobRow .jobRowContent, #courses-list .list .jobBlock .jobRow .jobRowContent{width: 75%}

    #jobs-list .jobSearch .row .resetBtn #search-reset, #courses-list .jobSearch .row .resetBtn #search-reset{padding: 10px 16px;}
}
@media (max-width: 1042px) {
    .navbar-brand p, .navbar-brand p span{font-size: 22px; line-height: 22px;}
    .navbar-brand p span.smalltxt{font-size: 14px;}
    .navbar-inverse .navbar-nav #menu-item-23 .nav-link{padding-left: 1.15rem}
}
@media (max-width: 1030px) {
    #jobs-list .jobSearch .row .resetBtn #search-reset, #courses-list .jobSearch .row .resetBtn #search-reset{padding: 10px 15px;}

}
@media (max-width: 1175px) {

    .mobileHeader{display: block;}
    .mobileHeader .mobileRegisterBtn{height: 44px; padding: 5px 20px; background-color: #0A8536; text-align: center;}
    .mobileHeader .mobileRegisterBtn a{color: #FFFFFF; font-size: .8rem; font-weight: 700;}
    
    .mobileHeader .mobileNavRow{height: 56px;}
    
    #responsive-menu-container #responsive-menu-wrapper{padding-top: 100px;}
    
    button#responsive-menu-button{border-radius: 10px;}
    button#responsive-menu-button.is-active{background-color: #0d6298 !important;}
    .responsive-menu-open #responsive-menu-container.push-top, .responsive-menu-open #responsive-menu-container.slide-top{margin-top: 44px;}
    .mobileHeader .mobileNavRow .mobileLogos{width: 90%; float: right; margin-top: 3px;}
    .mobileHeader .mobile-top-logo-left{margin-right: 20px; max-height: 50px; max-width: 200px; float: left}
    .mobileHeader p, .mobileHeader p span {font-family: 'asapbold'; font-size: 24px; line-height: 24px;}
    .mobileHeader p span.smalltxt {font-size: 16px;}
    .mobileHeader .mobile-saferLogo{max-height: 45px; margin-top: 2px;}
    .mobileHeader .mobile-saferLogo img{max-height: 45px;}
    .mobileHeader .navbar-brand, .mobileHeader .navbar-brand p{padding: 0px;margin: 0px;}
    .mobileHeader .navbar-brand, .mobileHeader .navbar-brand:hover{color: #0d6298;}
    
    #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link{font-weight: 700;}
    
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{background-color: #FFFFFF; border-radius: 100%;}
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link{padding-left: 0 !important;}
    #responsive-menu-container li.responsive-menu-item a{padding: 0 !important;}
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{font-size: 33px; line-height: 32px !important; margin-right: 100px; margin-top: 10px;}
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active{line-height: 26px !important;}
    #responsive-menu-container .responsive-menu-search-box{border-radius: 10px !important; margin-top: 50px;}

}
@media (max-width: 1023px) {

    section.textBulletsSection .rightCol .bulletContent, section.textNumListSection .leftCol .numBoxtext{width: 85%;}

    .container, .containerSmll, .containerVSmll{width: 100% !important; max-width: 960px; padding-left: 20px !important; padding-right: 20px !important; }
    .videoBlockSection .containerVSmll{padding-left: 0px !important; padding-right: 0px !important;}
    .row{margin-left: 0px !important; margin-right: 0px !important;}
    
    section.proConSection .consCol{padding-right: 0px;}
    section.textBulletsSection .leftCol, section.textIconSection .leftCol, section.proConSection .proCol{padding-left: 0px;}
    
    #courses-list .jobSearch .row .searchBtn #search-submit{bottom: 36px;}

    .articlePreviews .articlePreview{max-width:50%;-webkit-box-flex: 0;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;}


    section.guideCTA a{ padding-top: 22%;  }
    section.guideCTA .guideCTAtextHolder h3{ font-size: 1.2rem; }
    section.guideCTA .guideCTAtextHolder p{ font-size: 0.9rem; }
    section.guideCTA .guideCoverImageHolder img{ width: 62%; }
    
}
@media (max-width: 1010px) {
    #jobs-list .jobSearch .row .resetBtn #search-reset, #courses-list .jobSearch .row .resetBtn #search-reset{padding: 10px 14px;}

}
@media (max-width: 992px) {
    .container, .containerSmll, .containerVSmll{width: 100% !important; max-width: 900px; padding-left: 20px !important; padding-right: 20px !important; }
    #gform_wrapper_5.gform_wrapper .top_label li ul.gfield_checkbox, #gform_wrapper_5.gform_wrapper .top_label li ul.gfield_radio{width: 100%;}
    #gform_wrapper_5.gform_wrapper #gform_page_5_1 .gform_page_footer{padding-left: 150px !important;}
    .Quiz-Start-Left h2{font-size: 40px !important; padding: 20px;}
    .Quiz-Start-Right{right: 130px; padding-left: 150px !important;}
/*  .Quiz-Left{padding-right: 170px !important;} */
    .Quiz-Right{padding: 30px !important;}
    .Result-Left, .Result-Right{width: 100%; float: none; position: relative; top: 0 !important; right: 0 !important;}
    .Result-Left{padding-right: 60px !important;}

}
@media (max-width: 990px) {
    #jobs-list .jobSearch .row .resetBtn #search-reset, #courses-list .jobSearch .row .resetBtn #search-reset{padding: 10px 13px;}

}
@media (max-width: 975px) {
    /* Job search and filter specific styles */
    #courses-list .jobSearch.localAuthTrainingSearch .row .by_type, #jobs-list .jobSearch.localAuthJobSearch .row .by_type{width: 100%; float: none; padding: 10px;}
    #courses-list .jobSearch.localAuthTrainingSearch .row .by_location, #jobs-list .jobSearch.localAuthJobSearch .row .by_location{width: 100%; float: none; padding: 10px;}
    #courses-list .jobSearch.localAuthTrainingSearch .row .by_role, #jobs-list .jobSearch.localAuthJobSearch .row .by_role{width: 100%; float: none; padding: 10px; padding-bottom: 0px;}
    #jobs-list .jobSearch .row .by_type, #courses-list .jobSearch .row .by_type{width: 100%; float: none; padding: 10px;}
    #jobs-list .jobSearch .row .locationWrapper, #courses-list .jobSearch .row .locationWrapper{width: 100%; float: none;}
    #jobs-list .jobSearch .row .locationWrapper .by_location, #courses-list .jobSearch .row .locationWrapper .by_location{width: 100%; float: none; padding-left: 30px;}
    #jobs-list .jobSearch .row .locationWrapper .orWrapper, #courses-list .jobSearch .row .locationWrapper .orWrapper{width: 100%; float: none; text-align: left; height: auto;}
    #jobs-list .jobSearch .row .locationWrapper .orWrapper p.fieldTitle, #courses-list .jobSearch .row .locationWrapper .orWrapper p.fieldTitle{text-align: left; position: relative; bottom: 0px;}
    #jobs-list .jobSearch .row .locationWrapper .by_authority, #courses-list .jobSearch .row .locationWrapper .by_authority{width: 100%; float: none; padding-left: 30px;}
    #jobs-list .jobSearch .row .by_role, #courses-list .jobSearch .row .by_role{width: 100%; float: none;}
    #jobs-list .jobSearch .row .searchBtn, #courses-list .jobSearch .row .searchBtn{width: 100%; float: none; text-align: left;}
    #jobs-list .jobSearch .row .searchBtn #search-submit, #courses-list .jobSearch .row .searchBtn #search-submit, #jobs-list .jobSearch .row .resetBtn #search-reset, #courses-list .jobSearch .row .resetBtn #search-reset{position: relative; bottom: 0px; margin-top: 20px;}
    #jobs-list .jobSearch .row .resetBtn #search-reset, #courses-list .jobSearch .row .resetBtn #search-reset{padding: 10px 25px;}
    #jobs-list .jobSearch .row .keywordWrapper, #courses-list .jobSearch .row .keywordWrapper{width: 100%; float: none;}
    #jobs-list .jobSearch .row .resetBtn, #courses-list .jobSearch .row .resetBtn{width: 100%; float: none; text-align: left;}
}
@media (max-width: 965px) {
    body.page-template-page-home header .headerImg .headerBGimages img{min-width: 960px;}
}

@media (max-width: 950px) {

}
@media (max-width: 900px) {
    #courses-list .list .jobBlock, #jobs-list .list .jobBlock{width: 100%; float: none; margin-right: 0px;}
    #courses-list .list .jobBlock .jobHeader, #jobs-list .list .jobBlock .jobHeader{height: auto;}

}
@media (max-width: 878px){

}
@media only screen and (max-width: 878px) and (orientation: landscape) {

}

@media (max-width: 852px) {
    #gform_wrapper_5.gform_wrapper .gf_page_steps{width: 45%; top: 10px;}
    .Quiz-Start-Right{padding-top: 100px !important;}
    .Quiz-Start-Left{padding: 60px 50px !important;}
    .Quiz-Start-Left h2{font-size: 35px !important;}
}

@media (max-width: 800px) {

    section.guideCTA a{ padding-top: 32%; }
    section.guideCTA .guideCTAtextHolder{ width: 60%; }
    section.guideCTA .guideCTAtextHolder h3{ font-size: 1.2rem; }
    section.guideCTA .guideCTAtextHolder p{ font-size: 0.9rem; }
    section.guideCTA .guideCoverImageHolder img{ width: 70%; margin-top: 15px; }

    section.guideCTA .guideCTAbackground{ display: none; }

}
@media (max-width: 767px) {
    .container{width: 95%; max-width: 690px; padding: 0 2.5%}
    body.page-template-page-home header .headerImg{height: 340px;}
    section.CTAsection .CTAwrapper .CTAimage, section.CTAsection .CTAwrapper .CTAcont, section.CTAsection .JOYwrapper .JOYimage, section.CTAsection .JOYwrapper .JOYtxt{float: none; width: 100%;}
    section.CTAsection .CTAwrapper .CTAcont, section.CTAsection .JOYwrapper .JOYcont{margin-top: 20px;}
    section.textBulletsSection .rightCol .bulletContent, section.textNumListSection .leftCol .numBoxtext{width: 80%;}
    
    #gform_5{height: auto;}
    .Quiz-Start-Left, .Quiz-Left, .Quiz-Start-Right, .Quiz-Right{width: 100% !important; float: none !important; position: relative !important; min-height: 0px !important;}
    .Quiz-Start-Right, .Quiz-Right, .Result-Right{top: 0 !important; right: 0 !important; /*padding-left: 60px !important;*/}
    #gform_wrapper_5.gform_wrapper #gform_page_5_1 .gform_page_footer{right: 0 !important; left: 60px; bottom: 110px !important; padding: 0 !important;}
    
    #gform_wrapper_5.gform_wrapper .gform_page_footer{right: 18px !important; bottom: -4px !important;}
    #gform_wrapper_5.gform_wrapper .gf_page_steps{width: 88% !important;}
    
    #gform_wrapper_5.gform_wrapper .gform_page_footer .button.gform_button{height: 25px; font-size: .75em; border-radius: 0px; position: relative; bottom: 6px; margin-right: 11px; line-height: 0.25em;}

    .pum-container.pum-responsive.pum-responsive-medium{ max-width: 500px !important; padding: 60px 0 0 0; position: relative; }
    .pum-container .pum-content{ padding-bottom: 30px; margin: 0 15px; }
    p.popupImage{ margin-bottom: 0; }
    .pum-container .pum-content img{ width: 100%; max-width: 200px !important; height: 175px !important; margin-top: -60px; }
    
}
@media (max-width: 750px) {

}
@media (max-width: 700px) {

}

@media (max-width: 670px){
    .page-template-landing-page header h1, .page-template-case-studies-landing header h1{font-size: 2em;}

    .articlePreviews .articlePreview{max-width:100%;-webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;}

    .featuredARTICLEwrapper{ width: 100%; border-radius: 15px; overflow: hidden; clear: both; background: #0D6298; color: #fff; position: relative; height: 480px; }
    .featuredARTICLEimage{ width: 100%; height: 235px; position: static;  }
    .featuredTEXT{ position: static; padding: 30px 30px 40px 30px; width: auto; -webkit-transform: none; -ms-transform: none; transform: none;  }

}
@media (max-width: 650px) {
    footer{padding-top: 50px}
    footer .col-sm-6 {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
    #gform_wrapper_6 .gform_footer.left_label, #gform_wrapper_6 .gform_footer.right_label{margin-left: -10px; width: 100%;}
    #gform_wrapper_6 input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){line-height: normal;}
        
    footer .ss_footer-logo{border-right: none; width: 100%; max-width: none; text-align: center; margin: 0px; padding: 0px;}
    footer .footerNav{text-align: center; width: 100%; margin-top: 40px;}
    footer .footerNav ul{display: block; width: 100%;}
    footer .footerNav ul li{display: block; width: 100%;}
    footer .footerNav ul li:nth-child(1)::after, footer .footerNav ul li:nth-child(2)::after, footer .footerNav ul li:nth-child(3)::after, footer .footerNav ul li:nth-child(4)::after, footer .footerNav ul li:nth-child(5)::after{content: none;}
    footer p.copyrightTxt{text-align: center;}
    footer .regTxt{padding-left: 15px;}
    footer .regForm{padding-right: 15px;}
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{width: 100%;}
    
    .leftCol, .rightCol{-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
    section.textBulletsSection .rightCol .bulletContent, section.textNumListSection .leftCol .numBoxtext{width: 90%}
    section.textBulletsSection .leftCol, section.textNumListSection .rightCol, section.custBlockQuote .quoteWrapper {padding: 20px 0px !important;}
    section.leftImageSection .contentRow .contentWrapper .contentCol, section.rightImageSection .contentRow .contentWrapper .contentCol{padding: 20px !important;}
    
    section.textIconSection .leftCol, section.keyPointSection .leftCol{margin-bottom: 40px;}
    section.textNumListSection .leftCol, section.textBulletsSection .leftCol{margin-bottom: 20px;}
    section.leftImageSection .contentRow, section.rightImageSection .contentRow{margin: 20px 0px;}

}
@media (max-width: 640px) {
    #gform_wrapper_6 .gform_footer.left_label, #gform_wrapper_6 .gform_footer.right_label{margin-left: 0; text-align: justify;}
    #gform_wrapper_6 form .gform_footer span:after{top: -4px !important;}
    
    #gform_wrapper_5.gform_wrapper #gform_page_5_1 .gform_page_footer{bottom: 80px !important;}
    #gform_wrapper_5.gform_wrapper .gf_page_steps{width: 87% !important;}
    #gform_wrapper_5.gform_wrapper .gf_page_steps .gf_step{float: left;}

    #gform_wrapper_6 ul.gfield_checkbox{ width: 100% !important; margin-left: 0 !important; }
    
}
@media (max-width: 625px) {

}
@media (max-width: 600px) {

}
@media (max-width: 575px) {
    section.contentSection .contentRow .imageCol, section.contentSection .contentRow .contentWrapper{margin-left: 20px; margin-right: 20px; padding-left: 0px; padding-right: 0px;}
    .BlueBtn{width: 100%;}
    .GreenBtn{width: 100%;}
    .RedBtn{width: 100%;}

    section.leftImageSection .contentRow .imageCol{max-width: 300px; margin: 0 auto; padding-right: 0px;}
    
    section.leftImageSection .contentRow .contentWrapper, section.rightImageSection .contentRow .imageCol{padding-left: 0px;}
    section.rightImageSection .contentRow .contentWrapper{padding-right: 0px;}
    
    section.videoBlockSection{padding: 30px 20px;}
    section.videoBlockSection .vidContainer {border: 10px solid #ffffff;}
    
    section.textIconSection .iconRow .col-sm-3{-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
    section.textIconSection .iconRow .col-sm-9{-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
    
    section.proConSection .proCol, section.proConSection .consCol{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%;}
    
    header .headerCont{padding-left: 15px; padding-right: 15px;}
    header .headerCont p{margin-bottom: .5rem; font-size: .9rem;}

    section.guideCTA a{ width: 100%; padding: 15px; position: static; }
    section.guideCTA .guideCoverImageHolder{ position: static; display: block; width: 100%; height: auto; }
    section.guideCTA .guideCoverImageHolder img{ width: 90%; display: inline-block; -webkit-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg); }
    section.guideCTA .guideCTAtextHolder{ position: static; display: block; width: 100%; -webkit-transform: none; -ms-transform: none; transform: none; margin: 30px 0 20px 0; padding: 0; }
    section.guideCTA .guideCTAtextHolder h3{ font-size: 1.75rem; }
    section.guideCTA .guideCTAtextHolder p{ font-size: 0.95rem;  }
    
}
@media (max-width: 550px) {
    .mobileHeader .mobileNavRow .mobileLogos{width: 85%;}
    #responsive-menu-container li.responsive-menu-item a .responsive-menu-subarrow{top: 10px !important; margin-right: 30px !important;}

    section .rightCol, section .leftCol{ padding-left: 0; padding-right: 0; }
}

@media (max-width: 538px){
    .page-template-landing-page header h1, .page-template-case-studies-landing header h1{font-size: 1.7em;}
}

@media (max-width: 530px) {
    section.textBulletsSection .rightCol .bulletContent, section.textNumListSection .leftCol .numBoxtext{width: 85%;}
}
@media (max-width: 500px) {
    .page-template-landing-page header h1, .page-template-case-studies-landing header h1{font-size: 2em;}
    .page-template-landing-page header .headerCont p, .page-template-case-studies-landing header .headerCont p{font-size: 1rem;}
    .page-template-landing-page .mobileHeader .mobileRegisterBtn a, .page-template-case-studies-landing .mobileHeader .mobileRegisterBtn a{font-size: 1rem;}
}
@media only screen and (max-width: 479px) {
    section.proConSection .proCol, section.proConSection .consCol {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
    section.proConSection .proCol{margin-bottom: 20px;}
    section.proConSection .proCol .prosHeader{border-right: none; border-top-right-radius: 10px;}
    section.proConSection .proCol .rowPro{border-right: none;}
    section.proConSection .consCol .consHeader{border-top-left-radius: 10px;}
    
    section.CTAsection .CTAwrapper .CTAcont .CTAtxt, section.CTAsection .JOYwrapper .JOYcont .JOYtxt{font-size: 1.5rem; line-height: 1.8rem; margin-bottom: 0px;}
}
@media (max-width: 450px) {

}
@media (max-width: 410px) {
    .ResultsFooter .CTAcolOne{width: 100%; margin-right: 0; margin-bottom: 20px; /*display: flex; flex-wrap: wrap flex-direction: column; */}
    .ResultsFooter .CTAcolTwo{width: 100%; margin-left: 0; /*display: flex; flex-wrap: wrap flex-direction: column; */}

}
@media (max-width: 400px) {
    .selectJobs, .selectTraining{width: 100%; float: none;}
    .selectJobs{margin-bottom: 20px;}
    .bigJobsBtn, .bigTrainingBtn{padding: 20px 0px;}
    .mobileHeader .mobileNavRow .mobileLogos{margin-top: 6px;}
    .mobileHeader p, .mobileHeader p span{font-size: 20px; line-height: 20px;}
    .mobileHeader p span.smalltxt{font-size: 12px;}
    .mobileHeader .mobile-saferLogo, .mobileHeader .mobile-saferLogo img{max-height: 40px;}
    section.contentSection .contentRow .contentWrapper .contentCol{padding: 20px;}
    #responsive-menu-container li.responsive-menu-item a .responsive-menu-subarrow{margin-right: 10px !important;}

    section.CTAsection .CTAwrapper .CTAcont .CTAtxt, section.CTAsection .JOYwrapper .JOYcont .JOYtxt{font-size: 1.3rem; line-height: 1.6rem;}
    
    body.page-template-template-jobsfeed header .headerCont p, body.page-template-template-local-authority header .headerCont p{margin-bottom: 5px; line-height: 23px;}
    
    .Result-Left{padding: 20px !important;}

    body.page-template-landing-page .videoSection div .vidPlayBtn, body.page-template-case-studies-landing .videoSection div .vidPlayBtn, .videoSection.case-study-vid div .vidPlayBtn{  }
}
@media (max-width: 385px) {
    section.textBulletsSection .rightCol .bulletContent, section.textNumListSection .leftCol .numBoxtext{width: 80%;}
    .progressionWrapper{height: 330px;}
    body.page-template-landing-page .videoSection, body.page-template-case-studies-landing .videoSection{margin-bottom: 0px}
    body.page-template-landing-page .videoSection .underVidTxt h2, body.page-template-case-studies-landing .videoSection .underVidTxt h2{margin: 20px 0px; font-size: 2rem;}
    body.page-template-landing-page .videoSection #thevideo, body.page-template-landing-page .videoSection .vidHoldingWrapper, body.page-template-case-studies-landing .videoSection #thevideo, body.page-template-case-studies-landing .videoSection .vidHoldingWrapper{border: solid 10px #FFFFFF; border-radius: 10px;}
    body.page-template-landing-page .videoSection .negativeMargin, body.page-template-case-studies-landing .videoSection .negativeMargin{margin-top: -190px;}
}

@media (max-width: 350px) {
    .mobileHeader .mobileNavRow .mobileLogos{width: 82%;}
    .mobileHeader .mobile-top-logo-left{max-height: 40px; padding-right: 10px; margin-right: 10px;}
    .mobileHeader p, .mobileHeader p span{font-size: 18px !important;}
    .mobileHeader p span.smalltxt{font-size: 12px !important;}
    
    section.CTAsection .CTAwrapper .CTAcont .CTAtxt, section.CTAsection .JOYwrapper .JOYcont .JOYtxt{font-size: 1.2rem; line-height: 1.5rem;}
    
    #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link{font-size: 22px !important;}
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{margin-top: 0px;}
    
    header .bottomCurve{left: -3px;}
    
    section.textIconSection .iconRow .col-sm-3{padding-left: 0px;}
    
}