/* you can add your own custom css here if you don't want to worry about SASS/SCSS */

/* New Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');

/* NEW CSS from the Cassiopeia template */

/* Hide the Edit button in the Front-End if the JS fails to remove it */
a[aria-describedby*="editarticle"], 
a[aria-describedby^="editarticle-"] {
  display: none;
}

.visually-hidden, 
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* -------------------- Carried-over Elements needing attention -------------------- */

/* ---------- Forms ---------- */ 

.form .bg-success.ty-msg {
    background-color: #dff0d8 !important;
}

body,
.sky-blockcontent {
    line-height: normal !important;
    font-family: 'Work Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Inter', sans-serif !important; }

.sky-blockcontent a, 
.sky-blockcontent a:link {
  color: #007EA8 !important;
  font-family: inherit !important;
}
.sky-blockcontent a:hover,
.sky-blockcontent a.hover
{
  color: #007EA8 !important;
  font-family: inherit !important;
}
.sky-blockcontent a:visited, 
.sky-blockcontent a.visited {
  color: #007EA8 !important;
  font-family: inherit !important;
}

main.siteBody { margin-top: 0 !important; }

.sky-nav { 
    background: #3f3f3f !important; 
    border-bottom: #0096C7 solid 1px !important;
    padding-top: 5px !important;
}
.sky-nav .sky-menu-btn { width: 30px !important; }

ul.sky-hmenu>li>a { 
    height: auto !important; 
    text-shadow: 0 0 0 rgb(0 0 0) !important;
}
ul.sky-hmenu>li>a.active,
ul.sky-hmenu>li>a:hover { border-bottom: 7px solid #0096C7 !important; }

.mod-languages__select button,
.mod-languages__select button:hover,
.mod-languages__select button.active,
.mod-languages__select button.active:hover {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    padding: 0 0 0 8px;
    padding-right: 30px !important;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    line-height: 24px !important;
    text-shadow: none;
    font-size: 13px !important;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
}
.mod-languages__select button::after {
    content: '▼'; /* Down arrow HTML entity */
    font-size: 1em;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); /* Vertically center the arrow */
    color: #727272;
    font-size: 10px;
}
  
.mod-languages__select button.show::after { content: '▲';}

div.mod-languages .dropdown-menu { font-size: 16px !important; }

.header-bg {
    background-image: linear-gradient(#00364799, rgba(0 0 0 / 32%)), linear-gradient(to right, #0096C7, transparent), linear-gradient(to left, #0096C7, transparent), url(/images/header-bg.png), linear-gradient(to bottom, #0096C7, #46bde8, #46bde8) !important;
    background-position: left top, left center, right center, center bottom, left top !important;
    background-size: 100% 100%, 20% 100%, 20% 100%, auto auto, 100% 100% !important;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x, no-repeat !important;
}

header .logo { 
    height: auto !important;
    width: auto !important;
 }
header .logo img { width: 90%; }
header .name h1,
header .slogan { font-family: inherit !important; }

.container { width: auto !important; } 

@media (min-width: 992px) {
    header { padding: 20px !important; }
    .container { padding: 0 20px !important; } 
}


.sky-sheet { max-width: none !important; }

.sky-layout-wrapper { border-bottom: 1px solid #0096C7 !important; }

h2,
h3,
h4 { color: #007EA8 !important; }


a.sky-button { 
    background: #99CC00 !important; 
    border-color: #638500 !important;
    text-shadow: 1.4px 1.4px 1px rgba(23, 23, 23, 0.4) !important;
    transition: transform 0.3s ease-in-out;
}
a.sky-button:hover { 
    transform: scale(1.03) !important;
    border-color:#beff00 !important; 
}

.sky-block ul,
.sky-postcontent ul, 
.sky-post ul, 
.sky-textblock ul { margin-left: 14px !important;}

.sky-block ul>li:before,
.sky-postcontent ul>li:before, 
.sky-post ul>li:before, 
.sky-textblock ul>li:before {
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 700 !important;
    content: '\f054' !important;
    font-size: 80% !important;
    color: #0096C7 !important;
    margin-left: -14px !important;
}

.sky-blockcontent a,
.sky-blockcontent a:link,
.sky-blockcontent a:visited,
.sky-blockcontent a:hover { font-size: 14px !important;}

.sky-hmenu>li>a,
.sky-hmenu>li>a:link,
.sky-hmenu>li>a:visited, 
.sky-hmenu>li>a.active, 
.sky-hmenu>li>a:hover {
    font-size: 20px !important;
    font-family: 'Inter', sans-serif !important;
}

a.sky-button, 
a.sky-button:link, 
a:link.sky-button:link, 
body a.sky-button:link, 
a.sky-button:visited, 
body a.sky-button:visited, 
input.sky-button,
button.sky-button,
.sky-postcontent a:visited, 
.sky-postcontent a.visited,
.sky-postcontent, 
.sky-postcontent li, 
.sky-postcontent table, 
.sky-postcontent a, 
.sky-postcontent a:link, 
.sky-postcontent a:visited, 
.sky-postcontent a.visited, 
.sky-postcontent a:hover, 
.sky-postcontent a.hovered,
.sky-block li { font-family: 'Inter', sans-serif !important; }


/*-- Home page Overrides --*/

#home .header {
    padding: 20px 0 !important;
    min-height: 350px;
}

#home .intro { 
    background-image: linear-gradient(#00364799, rgb(0 0 0 / 14%)), linear-gradient(to right, #0096C7, transparent), linear-gradient(to left, #0096C7, transparent), url(/images/header-bg.png), linear-gradient(to bottom, #0096C7, #46bde8, #46bde8) !important;
    background-position: left top, left center, right center, center bottom, left top !important;
    background-size: 100% 100%, 20% 100%, 20% 100%, auto auto, 100% 100% !important;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x, no-repeat !important;
}

#home .intro .logo-name-slogan { margin: 0 2% !important; }

#home .intro .name h1 {
    font-family: inherit !important;
    font-size: 40px !important;
}
#home .intro .slogan {
    font-size: 35px !important;
    font-family: inherit !important;
}
#home .container.courses {
    padding-bottom: 60px !important;
}
#home .course-online { margin-top: 80px; }
#home .course-online > div { flex: 1 1 100%; }
#home .course-online h2 { font-size: 38px !important;}
@media screen and (min-width: 949px) {
    #home .course-online h2 { font-size: 42px !important;}
}
#home .course-online a.sky-button { 
    line-height: 120% !important;
    padding: 20px 30px;
}
#home .course-online a.sky-button:hover { padding: 20px 30px !important; }

#home .defensive-driving {
    background-color: #F5F5F5;
    margin: 30px auto 20px;
    padding: 20px 4%;
    border-top: 1px solid #AEAEAE;
    border-bottom: 1px solid #AEAEAE;
    margin-top: 100px;
}
#home .defensive-driving h3 {
    font-size: 35px !important;
    margin-bottom: 20px !important;
}

@media screen and (max-width: 679px) {
    #home .intro .name { padding-bottom: 16px !important; }
}

@media screen and (min-width: 800px) {
    #home .course-online { 
        display: flex;
        justify-content: center;
        gap: 5%;
    }

}


/*-- About - NEW layout --*/

.our-team-profiles {
    background: #F5F5F5;
    padding: 20px 4%;
    margin-top: 60px;
}
.our-team-profiles h2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    flex: 1 1 100%;
    text-align: center;
}
@media (min-width: 992px) {
    .our-team-profiles { 
        padding: 20px 40px; 
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }
    .our-team-profiles h2 { text-align: left; }
}

.our-team-profile {
    max-width: 420px;
    margin: 10px auto;
    background: #fff;
    padding: 20px;
    flex: 1 1 48%;
}

span.profile-name {
    font-weight: bold;
    display: block;
    padding-top: 10px;
}

span.profile-title {
    font-size: 90%;
    display: block;
    padding-bottom: 10px;
}
span.profile-duties-title {
    background: #f5f5f5;
    display: block;
    margin-top: 20px;
    font-weight: bold;
}


/* Driving Courses (Training Programs) */

.inline-block { display: inline-block; }
#training .intro span.bold {
    font-size: 32px !important;
    line-height: normal;
    margin-bottom: 20px;
    color: #007EA8;
    display: inline-block;
}

#training .price .option-box h4 { 
    margin: 22px 0 10px 0; 
    font-weight: bold;
}

#training .price .option-box ul { padding-left: 0 !important; }
#training .price .option-box ul li { 
    line-height: 140%; 
    margin: 20px 0;
}
#training .price .option-box ul li sub {
    line-height: 140%;
    display: inline-block;
    vertical-align: top;
}
#training .price .add-road { text-align: center; }
#training .price .enroll { display: grid; }
#training .enroll .sky-button {
    width: auto !important;
    margin-bottom: 20px !important;
}
@media (min-width: 599px) {
        #training .price .total { text-align: right; }
}
@media (min-width: 697px) {
    #training .receive { width: 50%; }
}
@media (min-width: 800px) {

    #training .price .option-boxes {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }

    #training .price .option-boxes .option-box {
        flex: 1 1 30%;
    }
}


.sky-blockcontent ._cal-details ul {
    margin-bottom: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}
.sky-blockcontent ._cal-details ul a { font-size: 14px !important; }

.mod-dpcalendar-upcoming.mod-dpcalendar-upcoming-default { text-align: center; }
@media screen and (min-width: 949px) {
  .mod-dpcalendar-upcoming.mod-dpcalendar-upcoming-default { text-align: left; }
}

.mod-dpcalendar-upcoming-default__information { font-size: 14px !important; }
.mod-dpcalendar-upcoming-default__information a { font-size: 16px !important; }
.mod-dpcalendar-upcoming-default__information { text-align: left !important; }
.classroom-availability .mod-dpcalendar-upcoming-default__information { text-align: center !important; }
.mod-dpcalendar-upcoming-default__events { display: inline-block !important; }
.classroom-availability .mod-dpcalendar-upcoming-default__events { display: block !important; }

.sky-blockcontent .mod-dpcalendar-upcoming-default__event {
    overflow: visible !important;
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
}

.title {
    background: #3f3f3f !important;
}
.title h1 { color: #fff !important; }

.providing {
    color: #007EA8 !important;
    border-top: 1px solid #007EA8 !important;;
}


.course-2-availability-heading { color: #007EA8 !important; }

._cal-details h3.red { border-bottom: 1px solid #AEAEAE !important; }

.classroom-availability .mod-dpcalendar-upcoming-default__events {
    max-width: 960px;
    margin: auto;
    padding-top: 10px;
}
.classroom-availability .mod-dpcalendar-upcoming-default__events .dp-flatcalendar { display: none; }
.classroom-availability .mod-dpcalendar-upcoming-default__event {
    display: block;
    overflow: hidden;
    min-height: auto;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #F5F5F5;
    text-align: center;
}
.mod-dpcalendar-upcoming-default .dp-link { margin-top: .7rem; }
.classroom-availability .mod-dpcalendar-upcoming-default__event a { text-decoration: underline; }
.classroom-availability .mod-dpcalendar-upcoming-default__event a:hover { text-decoration: none; }

.com-dpcalendar-event__actions.dp-button-bar { display: none !important; }
.com-dpcalendar-event__information.dp-information {
    margin-top: 0 !important;
    background: none !important;
}
.com-dpcalendar-event__description { 
    grid-column: 1 / 4 !important; 
    margin-top: 55px !important;
}


footer {
    background: linear-gradient(to bottom, rgba(35, 77, 175, 0.12) 0, rgba(14, 32, 72, 0.07) 100%) no-repeat, url('/media/templates/site/dieppedrivingschool_j4/images/footer.png'), linear-gradient(to bottom, #0096C7, #00506B 100%) no-repeat !important;
}
.sky-footer-inner { max-width: none !important; }
#footer .resources span, 
#footer nav { color: #fff !important; }

footer .payMethod, #footer-enroll .payMethod { 
    color: #00506B !important;
    background-color: #99CC00 !important; 
    border-top: 1px solid #99CC00 !important;
}
#footer .fBottom, #footer-enroll .fBottom { border-top: 1px solid #99CC00 !important; }

/* -------------------- Original CSS generated by Artisteer -------------------- */


#sky-main
{
  background: #E7E7E7;
  background: -webkit-linear-gradient(top, #CFCFCF 0, #FFFFFF 500px) no-repeat;
  background: -moz-linear-gradient(top, #CFCFCF 0, #FFFFFF 500px) no-repeat;
  background: -o-linear-gradient(top, #CFCFCF 0, #FFFFFF 500px) no-repeat;
  background: -ms-linear-gradient(top, #CFCFCF 0, #FFFFFF 500px) no-repeat;
  background: linear-gradient(to bottom, #CFCFCF 0, #FFFFFF 500px) no-repeat;
  -svg-background: linear-gradient(top, #CFCFCF 0, #FFFFFF 500px) no-repeat;
  margin: 0 auto;
  font-size: 13px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  overflow: hidden;
}

table, ul.sky-hmenu
{
  font-size: 13px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
  margin: 0;
  padding: 0;
}

.sky-button
{
  border-collapse: separate;
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
  background: #49BA03;
  background: -webkit-linear-gradient(top, #51CE03 0, #51CE03 50%, #51CE03 60%, #3FA102 100%) no-repeat;
  background: -moz-linear-gradient(top, #51CE03 0, #51CE03 50%, #51CE03 60%, #3FA102 100%) no-repeat;
  background: -o-linear-gradient(top, #51CE03 0, #51CE03 50%, #51CE03 60%, #3FA102 100%) no-repeat;
  background: -ms-linear-gradient(top, #51CE03 0, #51CE03 50%, #51CE03 60%, #3FA102 100%) no-repeat;
  background: linear-gradient(to bottom, #51CE03 0, #51CE03 50%, #51CE03 60%, #3FA102 100%) no-repeat;
  -svg-background: linear-gradient(top, #51CE03 0, #51CE03 50%, #51CE03 60%, #3FA102 100%) no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  padding: 0 20px;
  margin: 0 auto;
  height: auto;
}

.sky-postcontent, .sky-postheadericons, .sky-postfootericons, .sky-blockcontent, ul.sky-vmenu a
{
  text-align: left;
}

.sky-postcontent, .sky-postcontent li, .sky-postcontent table, .sky-postcontent a, .sky-postcontent a:link, .sky-postcontent a:visited, .sky-postcontent a.visited, .sky-postcontent a:hover, .sky-postcontent a.hovered
{
  font-size: 16px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  line-height: 150%;
}

.sky-postcontent p
{
  margin: 13px 0;
}

.sky-postcontent h1, .sky-postcontent h1 a, .sky-postcontent h1 a:link, .sky-postcontent h1 a:visited, .sky-postcontent h1 a:hover, .sky-postcontent h2, .sky-postcontent h2 a, .sky-postcontent h2 a:link, .sky-postcontent h2 a:visited, .sky-postcontent h2 a:hover, .sky-postcontent h3, .sky-postcontent h3 a, .sky-postcontent h3 a:link, .sky-postcontent h3 a:visited, .sky-postcontent h3 a:hover, .sky-postcontent h4, .sky-postcontent h4 a, .sky-postcontent h4 a:link, .sky-postcontent h4 a:visited, .sky-postcontent h4 a:hover, .sky-postcontent h5, .sky-postcontent h5 a, .sky-postcontent h5 a:link, .sky-postcontent h5 a:visited, .sky-postcontent h5 a:hover, .sky-postcontent h6, .sky-postcontent h6 a, .sky-postcontent h6 a:link, .sky-postcontent h6 a:visited, .sky-postcontent h6 a:hover, .sky-blockheader .t, .sky-blockheader .t a, .sky-blockheader .t a:link, .sky-blockheader .t a:visited, .sky-blockheader .t a:hover, .sky-vmenublockheader .t, .sky-vmenublockheader .t a, .sky-vmenublockheader .t a:link, .sky-vmenublockheader .t a:visited, .sky-vmenublockheader .t a:hover, .sky-headline, .sky-headline a, .sky-headline a:link, .sky-headline a:visited, .sky-headline a:hover, .sky-slogan, .sky-slogan a, .sky-slogan a:link, .sky-slogan a:visited, .sky-slogan a:hover, .sky-postheader, .sky-postheader a, .sky-postheader a:link, .sky-postheader a:visited, .sky-postheader a:hover
{
  font-size: 22px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
}

.sky-postcontent a, .sky-postcontent a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #2858CA;
}

.sky-postcontent a:visited, .sky-postcontent a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #2858CA;
}

.sky-postcontent  a:hover, .sky-postcontent a.hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #49BA03;
}

.sky-postcontent h1
{
  color: #BDBDBD;
  margin: 0;
  font-size: 36px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.sky-blockcontent h1
{
  margin: 0;
  font-size: 36px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.sky-postcontent h1 a, .sky-postcontent h1 a:link, .sky-postcontent h1 a:hover, .sky-postcontent h1 a:visited, .sky-blockcontent h1 a, .sky-blockcontent h1 a:link, .sky-blockcontent h1 a:hover, .sky-blockcontent h1 a:visited
{
  font-size: 36px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.sky-postcontent h2
{
  color: #007EA8;
  margin: 40px 0 0;
  font-size: 32px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

.sky-blockcontent h2
{
  margin: 40px 0 0;
  font-size: 32px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

.sky-postcontent h2 a, .sky-postcontent h2 a:link, .sky-postcontent h2 a:hover, .sky-postcontent h2 a:visited, .sky-blockcontent h2 a, .sky-blockcontent h2 a:link, .sky-blockcontent h2 a:hover, .sky-blockcontent h2 a:visited
{
  font-size: 32px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

.sky-postcontent h3
{
  color: #1C1C1C;
  margin: 10px 0 0;
  font-size: 26px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-blockcontent h3
{
  margin: 10px 0 0;
  font-size: 26px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-postcontent h3 a, .sky-postcontent h3 a:link, .sky-postcontent h3 a:hover, .sky-postcontent h3 a:visited, .sky-blockcontent h3 a, .sky-blockcontent h3 a:link, .sky-blockcontent h3 a:hover, .sky-blockcontent h3 a:visited
{
  font-size: 26px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-postcontent h4
{
  color: #1E439A;
  margin: 10px 0 0;
  font-size: 24px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-blockcontent h4
{
  margin: 10px 0 0;
  font-size: 24px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-postcontent h4 a, .sky-postcontent h4 a:link, .sky-postcontent h4 a:hover, .sky-postcontent h4 a:visited, .sky-blockcontent h4 a, .sky-blockcontent h4 a:link, .sky-blockcontent h4 a:hover, .sky-blockcontent h4 a:visited
{
  font-size: 24px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-postcontent h5
{
  color: #1E439A;
  margin: 10px 0 0;
  font-size: 15px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-blockcontent h5
{
  margin: 10px 0 0;
  font-size: 15px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-postcontent h5 a, .sky-postcontent h5 a:link, .sky-postcontent h5 a:hover, .sky-postcontent h5 a:visited, .sky-blockcontent h5 a, .sky-blockcontent h5 a:link, .sky-blockcontent h5 a:hover, .sky-blockcontent h5 a:visited
{
  font-size: 15px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-postcontent h6
{
  color: #16306E;
  margin: 10px 0 0;
  font-size: 13px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-blockcontent h6
{
  margin: 10px 0 0;
  font-size: 13px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-postcontent h6 a, .sky-postcontent h6 a:link, .sky-postcontent h6 a:hover, .sky-postcontent h6 a:visited, .sky-blockcontent h6 a, .sky-blockcontent h6 a:link, .sky-blockcontent h6 a:hover, .sky-blockcontent h6 a:visited
{
  font-size: 13px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

header, footer, article, nav, #sky-hmenu-bg, .sky-sheet, .sky-hmenu a, .sky-vmenu a, .sky-slidenavigator > a, .sky-checkbox:before, .sky-radiobutton:before
{
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
}

header, footer, article, nav, #sky-hmenu-bg, .sky-sheet, .sky-slidenavigator > a, .sky-checkbox:before, .sky-radiobutton:before
{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

html, body
{
  height: 100%;
}

/**
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * https://github.com/necolas/normalize.css
 */

html
{
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body
{
  padding: 0;
  margin: 0;
  min-width: 700px;
  color: #373737;
}

.sky-header:before, #sky-header-bg:before, .sky-layout-cell:before, .sky-layout-wrapper:before, .sky-footer:before, .sky-nav:before, #sky-hmenu-bg:before, .sky-sheet:before
{
  width: 100%;
  content: " ";
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

.sky-header:after, #sky-header-bg:after, .sky-layout-cell:after, .sky-layout-wrapper:after, .sky-footer:after, .sky-nav:after, #sky-hmenu-bg:after, .sky-sheet:after, .cleared, .clearfix:after
{
  clear: both;
  font: 0/0 serif;
  display: block;
  content: " ";
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}

li h1, .sky-postcontent li h1, .sky-blockcontent li h1
{
  margin: 1px;
}

li h2, .sky-postcontent li h2, .sky-blockcontent li h2
{
  margin: 1px;
}

li h3, .sky-postcontent li h3, .sky-blockcontent li h3
{
  margin: 1px;
}

li h4, .sky-postcontent li h4, .sky-blockcontent li h4
{
  margin: 1px;
}

li h5, .sky-postcontent li h5, .sky-blockcontent li h5
{
  margin: 1px;
}

li h6, .sky-postcontent li h6, .sky-blockcontent li h6
{
  margin: 1px;
}

li p, .sky-postcontent li p, .sky-blockcontent li p
{
  margin: 1px;
}

.sky-shapes
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.sky-slider-inner
{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.sky-slidenavigator > a
{
  display: inline-block;
  vertical-align: middle;
  outline-style: none;
  font-size: 1px;
}

.sky-slidenavigator > a:last-child
{
  margin-right: 0 !important;
}

.sky-nav
{
  background: #960D08 url('/media/templates/site/dieppedrivingschool_j4/images/nav.png') scroll;
  background: -webkit-linear-gradient(top, rgba(130, 11, 7, 0.04) 0, rgba(195, 16, 10, 0.07) 85%, rgba(159, 13, 8, 0.03) 86%, rgba(159, 13, 8, 0.03) 100%) no-repeat, url('/media/templates/site/dieppedrivingschool_j4/images/nav.png'), -webkit-linear-gradient(top, #8D0C07 0, #B8100A 85%, #A00D08 86%, #A00D08 100%) no-repeat;
  background: -moz-linear-gradient(top, rgba(130, 11, 7, 0.04) 0, rgba(195, 16, 10, 0.07) 85%, rgba(159, 13, 8, 0.03) 86%, rgba(159, 13, 8, 0.03) 100%) no-repeat, url('/media/templates/site/dieppedrivingschool_j4/images/nav.png'), -moz-linear-gradient(top, #8D0C07 0, #B8100A 85%, #A00D08 86%, #A00D08 100%) no-repeat;
  background: -o-linear-gradient(top, rgba(130, 11, 7, 0.04) 0, rgba(195, 16, 10, 0.07) 85%, rgba(159, 13, 8, 0.03) 86%, rgba(159, 13, 8, 0.03) 100%) no-repeat, url('/media/templates/site/dieppedrivingschool_j4/images/nav.png'), -o-linear-gradient(top, #8D0C07 0, #B8100A 85%, #A00D08 86%, #A00D08 100%) no-repeat;
  background: -ms-linear-gradient(top, rgba(130, 11, 7, 0.04) 0, rgba(195, 16, 10, 0.07) 85%, rgba(159, 13, 8, 0.03) 86%, rgba(159, 13, 8, 0.03) 100%) no-repeat, url('/media/templates/site/dieppedrivingschool_j4/images/nav.png'), -ms-linear-gradient(top, #8D0C07 0, #B8100A 85%, #A00D08 86%, #A00D08 100%) no-repeat;
  background: linear-gradient(to bottom, rgba(130, 11, 7, 0.04) 0, rgba(195, 16, 10, 0.07) 85%, rgba(159, 13, 8, 0.03) 86%, rgba(159, 13, 8, 0.03) 100%) no-repeat, url('/media/templates/site/dieppedrivingschool_j4/images/nav.png'), linear-gradient(to bottom, #8D0C07 0, #B8100A 85%, #A00D08 86%, #A00D08 100%) no-repeat;
  -svg-background: linear-gradient(top, rgba(130, 11, 7, 0.04) 0, rgba(195, 16, 10, 0.07) 85%, rgba(159, 13, 8, 0.03) 86%, rgba(159, 13, 8, 0.03) 100%) no-repeat, url('/media/templates/site/dieppedrivingschool_j4/images/nav.png'), linear-gradient(top, #8D0C07 0, #B8100A 85%, #A00D08 86%, #A00D08 100%) no-repeat;
  margin: 0 auto;
  position: relative;
  z-index: 499;
}

ul.sky-hmenu a, ul.sky-hmenu a:link, ul.sky-hmenu a:visited, ul.sky-hmenu a:hover
{
  outline: none;
  position: relative;
  z-index: 11;
}

ul.sky-hmenu, ul.sky-hmenu ul
{
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
}

ul.sky-hmenu li
{
  position: relative;
  z-index: 5;
  display: block;
  float: left;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

ul.sky-hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

ul.sky-hmenu:after, ul.sky-hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

ul.sky-hmenu, ul.sky-hmenu ul
{
  min-height: 0;
}

ul.sky-hmenu
{
  display: inline-block;
  vertical-align: bottom;
  padding-left: 0;
  padding-right: 0;
}

.sky-nav-inner:before
{
  content: ' ';
}

.sky-nav-inner
{
  text-align: left;
  margin: 0 auto;
}

.desktop  .sky-nav-inner
{
  min-width: 700px;
  max-width: 1920px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.desktop .sky-nav
{
  padding-left: 0;
  padding-right: 0;
}

.sky-hmenu-extra1
{
  position: relative;
  display: block;
  float: left;
  width: auto;
  height: auto;
  background-position: center;
}

.sky-hmenu-extra2
{
  position: relative;
  display: block;
  float: right;
  width: auto;
  height: auto;
  background-position: center;
}

.sky-hmenu
{
  float: left;
}

.sky-menuitemcontainer
{
  margin: 0 auto;
}

ul.sky-hmenu>li
{
  margin-left: 8px;
}

ul.sky-hmenu>li:first-child
{
  margin-left: 4px;
}

ul.sky-hmenu>li:last-child, ul.sky-hmenu>li.last-child
{
  margin-right: 4px;
}

ul.sky-hmenu>li>a
{
  background: #960D08;
  background: transparent;
  border-bottom: 7px solid transparent;
  padding: 0 13px;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 40px;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}

.sky-hmenu>li>a, .sky-hmenu>li>a:link, .sky-hmenu>li>a:visited, .sky-hmenu>li>a.active, .sky-hmenu>li>a:hover
{
  font-size: 22px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-shadow: 1.4px 1.4px 6px rgb(95, 8, 5);
}

ul.sky-hmenu>li>a.active
{
  background: #BABABA;
  background: transparent;
  border-bottom: 7px solid #F0DD0F;
  padding: 0 13px;
  margin: 0 auto;
  color: #FFFFFF;
  text-decoration: none;
}

ul.sky-hmenu>li>a:visited, ul.sky-hmenu>li>a:hover, ul.sky-hmenu>li:hover>a
{
  text-decoration: none;
}

ul.sky-hmenu>li>a:hover, .desktop ul.sky-hmenu>li:hover>a
{
  background: #880B07;
  background: transparent;
  border-bottom: 7px solid #F0DD0F;
  padding: 0 13px;
  margin: 0 auto;
}

ul.sky-hmenu>li>a:hover, .desktop ul.sky-hmenu>li:hover>a
{
  color: #FFFFFF;
  text-decoration: none;
}

ul.sky-hmenu li li a
{
  background: #7F9EE6;
  background: transparent;
  padding: 0 17px;
  margin: 0 auto;
}

ul.sky-hmenu li li
{
  float: none;
  width: auto;
  margin-top: 2px;
  margin-bottom: 2px;
}

.desktop ul.sky-hmenu li li ul>li:first-child
{
  margin-top: 0;
}

ul.sky-hmenu li li ul>li:last-child
{
  margin-bottom: 0;
}

.sky-hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 34px;
  min-width: 7em;
  border: 0 solid transparent;
  text-align: left;
  line-height: 34px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: Impact, Tahoma, Sans-Serif;
  text-decoration: none;
  margin: 0;
}

.sky-hmenu ul a:link, .sky-hmenu ul a:visited, .sky-hmenu ul a.active, .sky-hmenu ul a:hover
{
  text-align: left;
  line-height: 34px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: Impact, Tahoma, Sans-Serif;
  text-decoration: none;
  margin: 0;
}

ul.sky-hmenu li li:after
{
  display: block;
  position: absolute;
  content: ' ';
  height: 0;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 1;
  border-bottom: 1px solid #C4C4C4;
}

.desktop ul.sky-hmenu li li:first-child:before, .desktop ul.sky-hmenu li li:first-child:after
{
  display: none;
}

ul.sky-hmenu ul li a:hover, .desktop ul.sky-hmenu ul li:hover>a
{
  background: #FFFFFF;
  background: transparent;
  margin: 0 auto;
}

.sky-hmenu ul a:hover
{
  text-decoration: none;
  color: #F0DD0F;
}

.desktop .sky-hmenu ul li:hover>a
{
  color: #F0DD0F;
}

ul.sky-hmenu ul:before
{
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  display: block;
  position: absolute;
  content: ' ';
  z-index: 1;
}

.desktop ul.sky-hmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.desktop ul.sky-hmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

ul.sky-hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background-image: url('/media/templates/site/dieppedrivingschool_j4/images/spacer.gif');
}

.desktop ul.sky-hmenu>li>ul
{
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.desktop ul.sky-hmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -8px;
}

.desktop ul.sky-hmenu ul.sky-hmenu-left-to-right
{
  right: auto;
  left: 0;
  margin: -10px 0 0 -30px;
}

.desktop ul.sky-hmenu ul.sky-hmenu-right-to-left
{
  left: auto;
  right: 0;
  margin: -10px -30px 0 0;
}

.desktop ul.sky-hmenu li li:hover>ul.sky-hmenu-left-to-right
{
  right: auto;
  left: 100%;
}

.desktop ul.sky-hmenu li li:hover>ul.sky-hmenu-right-to-left
{
  left: auto;
  right: 100%;
}

.desktop ul.sky-hmenu ul ul.sky-hmenu-left-to-right
{
  right: auto;
  left: 0;
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -8px;
}

.desktop ul.sky-hmenu ul ul.sky-hmenu-right-to-left
{
  left: auto;
  right: 0;
  padding: 30px 10px 30px 30px;
  margin: -30px -8px 0 0;
}

.desktop ul.sky-hmenu li ul>li:first-child
{
  margin-top: 0;
}

.desktop ul.sky-hmenu li ul>li:last-child
{
  margin-bottom: 0;
}

.desktop ul.sky-hmenu ul ul:before
{
  border-radius: 0;
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 10px;
}

.desktop ul.sky-hmenu>li>ul:before
{
  top: 10px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.desktop ul.sky-hmenu>li>ul.sky-hmenu-left-to-right:before
{
  right: 30px;
  left: 30px;
}

.desktop ul.sky-hmenu>li>ul.sky-hmenu-right-to-left:before
{
  right: 30px;
  left: 30px;
}

.desktop ul.sky-hmenu ul ul.sky-hmenu-left-to-right:before
{
  right: 30px;
  left: 10px;
}

.desktop ul.sky-hmenu ul ul.sky-hmenu-right-to-left:before
{
  right: 10px;
  left: 30px;
}

.desktop ul.sky-hmenu>li.ext>a
{
  white-space: nowrap;
}

.desktop ul.sky-hmenu>li.ext>a:hover, .desktop ul.sky-hmenu>li.ext:hover>a, .desktop ul.sky-hmenu>li.ext:hover>a.active
{
  background: none;
  padding: 0 13px 7px 13px;
  margin: -0 -0 0 -0;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #FFFFFF;
}

.desktop ul.sky-hmenu>li.ext>a:hover:before, .desktop ul.sky-hmenu>li.ext:hover>a:before, .desktop ul.sky-hmenu>li.ext:hover>a.active:before
{
  position: absolute;
  content: ' ';
  top: 0;
  right: 0;
  left: 0;
  bottom: -0;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.desktop ul.sky-hmenu>li.ext:hover>ul
{
  padding-top: 0;
  margin-top: 0;
}

.desktop ul.sky-hmenu>li.ext:hover>ul:before
{
  top: -0;
  clip: rect(0, auto, auto, auto);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

ul.sky-hmenu>li.ext>.ext-r, ul.sky-hmenu>li.ext>.ext-l, ul.sky-hmenu>li.ext>.ext-m, ul.sky-hmenu>li.ext>.ext-off
{
  display: none;
  z-index: 12;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.desktop ul.sky-hmenu>li.ext>ul
{
  z-index: 13;
}

.desktop ul.sky-hmenu>li.ext.ext-r:hover>.ext-r, .desktop ul.sky-hmenu>li.ext.ext-l:hover>.ext-l
{
  position: absolute;
  display: block;
  overflow: hidden;
  height: 0;
  top: 100%;
  padding-top: 0;
  margin-top: -0;
}

.desktop ul.sky-hmenu>li.ext:hover>.ext-r:before, .desktop ul.sky-hmenu>li.ext:hover>.ext-l:before
{
  position: absolute;
  content: ' ';
  top: 0;
  bottom: -0;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0 solid transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

.desktop ul.sky-hmenu>li.ext.ext-r:hover>.ext-r
{
  left: 100%;
  right: auto;
  padding-left: 0;
  margin-left: 0;
  padding-right: 0;
  margin-right: -0;
}

.desktop ul.sky-hmenu>li.ext.ext-r:hover>.ext-r:before
{
  right: 0;
  left: -0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.desktop ul.sky-hmenu>li.ext.ext-l:hover>.ext-l
{
  right: 100%;
  left: auto;
  padding-right: 0;
  margin-right: 0;
  padding-left: 0;
  margin-left: -0;
}

.desktop ul.sky-hmenu>li.ext.ext-l:hover>.ext-l:before
{
  right: -0;
  left: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.desktop ul.sky-hmenu>li.ext:hover>.ext-m, .desktop ul.sky-hmenu>li.ext:hover>.ext-off
{
  position: absolute;
  display: block;
  overflow: hidden;
  height: 0;
  top: 100%;
}

.desktop ul.sky-hmenu>li.ext.ext-r:hover>.ext-m
{
  left: -0;
  right: 0;
  padding-right: 0;
  padding-left: 0;
}

.desktop ul.sky-hmenu>li.ext:hover>.ext-off
{
  left: -0;
  right: -0;
  padding-left: 0;
  padding-right: 0;
}

.desktop ul.sky-hmenu>li.ext.ext-l:hover>.ext-m
{
  right: -0;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}

.desktop ul.sky-hmenu>li.ext.ext-l.ext-r:hover>.ext-m
{
  right: -0;
  left: -0;
  padding-left: 0;
  padding-right: 0;
}

.desktop ul.sky-hmenu>li.ext:hover>.ext-m:before, .desktop ul.sky-hmenu>li.ext:hover>.ext-off:before
{
  position: absolute;
  content: ' ';
  top: -0;
  bottom: -0;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0 solid transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

.desktop ul.sky-hmenu>li.ext.ext-r:hover>.ext-m:before
{
  right: -0;
  left: 0;
}

.desktop ul.sky-hmenu>li.ext.ext-l:hover>.ext-m:before
{
  left: -0;
  right: 0;
}

.desktop ul.sky-hmenu>li.ext.ext-l.ext-r:hover>.ext-m:before
{
  left: -0;
  right: -0;
}

.sky-sheet
{
  background: #FFFFFF;
  background: transparent;
  margin: 0 auto;
  position: relative;
  cursor: auto;
  width: 100%;
  min-width: 700px;
  max-width: 1920px;
  z-index: auto !important;
}

.sky-layout-wrapper
{
  position: relative;
  margin: 0 auto 0 auto;
  z-index: auto !important;
}

.sky-content-layout
{
  display: table;
  width: 100%;
  table-layout: fixed;
}

.sky-content-layout-row
{
  display: table-row;
}

.sky-layout-cell
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}

.sky-postcontent .sky-content-layout
{
  border-collapse: collapse;
}

.sky-block
{
  margin: 12px;
}

div.sky-block img
{
  border: none;
  margin: 0;
}

.sky-blockheader
{
  margin: 0 auto;
}

.sky-blockheader .t, .sky-blockheader .t a, .sky-blockheader .t a:link, .sky-blockheader .t a:visited, .sky-blockheader .t a:hover
{
  color: #373737;
  font-size: 22px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  margin: 0;
}

.sky-blockcontent
{
  margin: 0 auto;
  color: #373737;
  font-size: 13px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  line-height: 175%;
}

.sky-blockcontent table, .sky-blockcontent li, .sky-blockcontent a, .sky-blockcontent a:link, .sky-blockcontent a:visited, .sky-blockcontent a:hover
{
  color: #373737;
  font-size: 13px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  line-height: 175%;
}

.sky-blockcontent a, .sky-blockcontent a:link
{
  color: #4B76DB;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  display: inline;
}

.sky-blockcontent a:visited, .sky-blockcontent a.visited
{
  color: #4B76DB;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.sky-blockcontent a:hover, .sky-blockcontent a.hover
{
  color: #4B76DB;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.sky-block ul>li:before
{
  content: url('/media/templates/site/dieppedrivingschool_j4/images/blockbullets.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-left: -14px;
}

.opera .sky-block ul>li:before
{
  bottom: 0;
}

.sky-block li
{
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  line-height: 175%;
  color: #383838;
  margin: 5px 0 0;
}

.sky-block ul>li, .sky-block ol
{
  padding: 0;
}

.sky-block ul>li
{
  padding-left: 14px;
}

.sky-breadcrumbs
{
  margin: 0 auto;
}

a.sky-button, a.sky-button:link, a:link.sky-button:link, body a.sky-button:link, a.sky-button:visited, body a.sky-button:visited, input.sky-button, button.sky-button
{
  text-decoration: none;
  font-size: 22px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: center;
  color: #FFFFFF;
  margin: 0 5px 0 0 !important;
  overflow: visible;
  cursor: pointer;
  text-indent: 0;
  line-height: 39px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sky-button img
{
  margin: 0;
  vertical-align: middle;
}

.firefox2 .sky-button
{
  display: block;
  float: left;
}

input, select, textarea, a.sky-search-button span
{
  vertical-align: middle;
  font-size: 22px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

.sky-block select
{
  width: 96%;
}

input.sky-button
{
  float: none !important;
  -webkit-appearance: none;
}

.sky-button.active, .sky-button.active:hover
{
  background: #358802;
  background: -webkit-linear-gradient(top, #3D9C02 0, #3D9C02 50%, #3B9702 60%, #296902 100%) no-repeat;
  background: -moz-linear-gradient(top, #3D9C02 0, #3D9C02 50%, #3B9702 60%, #296902 100%) no-repeat;
  background: -o-linear-gradient(top, #3D9C02 0, #3D9C02 50%, #3B9702 60%, #296902 100%) no-repeat;
  background: -ms-linear-gradient(top, #3D9C02 0, #3D9C02 50%, #3B9702 60%, #296902 100%) no-repeat;
  background: linear-gradient(to bottom, #3D9C02 0, #3D9C02 50%, #3B9702 60%, #296902 100%) no-repeat;
  -svg-background: linear-gradient(top, #3D9C02 0, #3D9C02 50%, #3B9702 60%, #296902 100%) no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  padding: 0 20px;
  margin: 0 auto;
}

.sky-button.active, .sky-button.active:hover
{
  color: #FFFFFF !important;
}

.sky-button.hover, .sky-button:hover
{
  background: #59E203;
  background: -webkit-linear-gradient(top, #61F604 0, #61F604 50%, #5FF104 60%, #4FC903 100%) no-repeat;
  background: -moz-linear-gradient(top, #61F604 0, #61F604 50%, #5FF104 60%, #4FC903 100%) no-repeat;
  background: -o-linear-gradient(top, #61F604 0, #61F604 50%, #5FF104 60%, #4FC903 100%) no-repeat;
  background: -ms-linear-gradient(top, #61F604 0, #61F604 50%, #5FF104 60%, #4FC903 100%) no-repeat;
  background: linear-gradient(to bottom, #61F604 0, #61F604 50%, #5FF104 60%, #4FC903 100%) no-repeat;
  -svg-background: linear-gradient(top, #61F604 0, #61F604 50%, #5FF104 60%, #4FC903 100%) no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  padding: 0 20px;
  margin: 0 auto;
}

.sky-button.hover, .sky-button:hover
{
  color: #FFFFFF !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea
{
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ABABAB;
  margin: 0 auto;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea
{
  width: auto;
  padding: 4px 0;
  color: #424242 !important;
  font-size: 13px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
}

input.sky-error, textarea.sky-error
{
  background: #FFFFFF;
  border: 1px solid #E33A24;
  margin: 0 auto;
}

input.sky-error, textarea.sky-error
{
  color: #A50E09 !important;
  font-size: 13px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

form.sky-search input[type="text"]
{
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #FCC0BE;
  margin: 0 auto;
  width: 100%;
  padding: 3px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #16306E !important;
  font-size: 13px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

form.sky-search
{
  background-image: none;
  border: 0;
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  margin: 5px;
  left: 0;
  line-height: 0;
}

form.sky-search input, a.sky-search-button
{
  -webkit-appearance: none;
  top: 0;
  right: 0;
}

form.sky-search>input, a.sky-search-button
{
  bottom: 0;
  left: 0;
  vertical-align: middle;
}

form.sky-search input[type="submit"], input.sky-search-button, a.sky-search-button
{
  border-radius: 0;
  margin: 0 auto;
}

form.sky-search input[type="submit"], input.sky-search-button, a.sky-search-button
{
  position: absolute;
  left: auto;
  display: block;
  border: none;
  background: url('/media/templates/site/dieppedrivingschool_j4/images/searchicon.png') center center no-repeat;
  width: 24px;
  height: 100%;
  padding: 0;
  color: #FFFFFF !important;
  cursor: pointer;
}

a.sky-search-button span.sky-search-button-text
{
  display: none;
}

label.sky-checkbox:before
{
  background: #FFFFFF;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
}

label.sky-checkbox
{
  cursor: pointer;
  font-size: 13px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  display: inline-block;
  color: #12285C !important;
}

.sky-checkbox>input[type="checkbox"]
{
  margin: 0 5px 0 0;
}

label.sky-checkbox.active:before
{
  background: #CDCDCD;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: inline-block;
}

label.sky-checkbox.hovered:before
{
  background: #B8C9F1;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: inline-block;
}

label.sky-radiobutton:before
{
  background: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
}

label.sky-radiobutton
{
  cursor: pointer;
  font-size: 13px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 12px;
  display: inline-block;
  color: #12285C !important;
}

.sky-radiobutton>input[type="radio"]
{
  vertical-align: baseline;
  margin: 0 5px 0 0;
}

label.sky-radiobutton.active:before
{
  background: #7F9EE6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  display: inline-block;
}

label.sky-radiobutton.hovered:before
{
  background: #B8C9F1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.sky-comments
{
  border-top: 1px dotted #547DDD;
  margin: 0 auto;
  margin-top: 25px;
}

.sky-comments h2
{
  color: #0C1B3D;
}

.sky-comment-inner
{
  background: #FDE2E1;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px;
  margin: 0 auto;
  margin-left: 94px;
}

.sky-comment-avatar
{
  float: left;
  width: 80px;
  height: 80px;
  padding: 1px;
  background: #fff;
  border: 1px solid #FDE2E1;
}

.sky-comment-avatar>img
{
  margin: 0 !important;
  border: none !important;
}

.sky-comment-content
{
  padding: 10px 0;
  color: #690906;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.sky-comment
{
  margin-top: 6px;
}

.sky-comment:first-child
{
  margin-top: 0;
}

.sky-comment-header
{
  color: #0C1B3D;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  line-height: 100%;
}

.sky-comment-header a, .sky-comment-header a:link, .sky-comment-header a:visited, .sky-comment-header a.visited, .sky-comment-header a:hover, .sky-comment-header a.hovered
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  line-height: 100%;
}

.sky-comment-header a, .sky-comment-header a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  color: #2757C5;
}

.sky-comment-header a:visited, .sky-comment-header a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  color: #2757C5;
}

.sky-comment-header a:hover, .sky-comment-header a.hovered
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  color: #2757C5;
}

.sky-comment-content a, .sky-comment-content a:link, .sky-comment-content a:visited, .sky-comment-content a.visited, .sky-comment-content a:hover, .sky-comment-content a.hovered
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.sky-comment-content a, .sky-comment-content a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  color: #5C5C5C;
}

.sky-comment-content a:visited, .sky-comment-content a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  color: #8C0C07;
}

.sky-comment-content a:hover, .sky-comment-content a.hovered
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  color: #5C5C5C;
}

.sky-pager
{
  background: #E7E7E7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px;
  text-align: center;
}

.sky-pager>*:last-child
{
  margin-right: 0 !important;
}

.sky-pager>span
{
  cursor: default;
}

.sky-pager>*
{
  background: #BABABA;
  background: -webkit-linear-gradient(top, #BFBFBF 0, #CFCFCF 20%, #BFBFBF 50%, #B5B5B5 80%, #BFBFBF 100%) no-repeat;
  background: -moz-linear-gradient(top, #BFBFBF 0, #CFCFCF 20%, #BFBFBF 50%, #B5B5B5 80%, #BFBFBF 100%) no-repeat;
  background: -o-linear-gradient(top, #BFBFBF 0, #CFCFCF 20%, #BFBFBF 50%, #B5B5B5 80%, #BFBFBF 100%) no-repeat;
  background: -ms-linear-gradient(top, #BFBFBF 0, #CFCFCF 20%, #BFBFBF 50%, #B5B5B5 80%, #BFBFBF 100%) no-repeat;
  background: linear-gradient(to bottom, #BFBFBF 0, #CFCFCF 20%, #BFBFBF 50%, #B5B5B5 80%, #BFBFBF 100%) no-repeat;
  -svg-background: linear-gradient(top, #BFBFBF 0, #CFCFCF 20%, #BFBFBF 50%, #B5B5B5 80%, #BFBFBF 100%) no-repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ABABAB;
  padding: 7px;
  margin: 0 4px 0 auto;
  line-height: normal;
  position: relative;
  display: inline-block;
  margin-left: 0;
}

.sky-pager a:link, .sky-pager a:visited, .sky-pager .active
{
  line-height: normal;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #081127;
}

.sky-pager .active
{
  background: #383838;
  border: 1px solid #000000;
  padding: 7px;
  margin: 0 4px 0 auto;
  color: #FFFFFF;
}

.sky-pager .more
{
  background: #BABABA;
  background: -webkit-linear-gradient(top, #BFBFBF 0, #CFCFCF 20%, #BFBFBF 50%, #B5B5B5 80%, #BFBFBF 100%) no-repeat;
  background: -moz-linear-gradient(top, #BFBFBF 0, #CFCFCF 20%, #BFBFBF 50%, #B5B5B5 80%, #BFBFBF 100%) no-repeat;
  background: -o-linear-gradient(top, #BFBFBF 0, #CFCFCF 20%, #BFBFBF 50%, #B5B5B5 80%, #BFBFBF 100%) no-repeat;
  background: -ms-linear-gradient(top, #BFBFBF 0, #CFCFCF 20%, #BFBFBF 50%, #B5B5B5 80%, #BFBFBF 100%) no-repeat;
  background: linear-gradient(to bottom, #BFBFBF 0, #CFCFCF 20%, #BFBFBF 50%, #B5B5B5 80%, #BFBFBF 100%) no-repeat;
  -svg-background: linear-gradient(top, #BFBFBF 0, #CFCFCF 20%, #BFBFBF 50%, #B5B5B5 80%, #BFBFBF 100%) no-repeat;
  border: 1px solid #ABABAB;
  margin: 0 4px 0 auto;
}

.sky-pager a.more:link, .sky-pager a.more:visited
{
  color: #181818;
}

.sky-pager a:hover
{
  background: #383838;
  background: -webkit-linear-gradient(top, #3D3D3D 0, #4D4D4D 20%, #3D3D3D 50%, #333333 80%, #3D3D3D 100%) no-repeat;
  background: -moz-linear-gradient(top, #3D3D3D 0, #4D4D4D 20%, #3D3D3D 50%, #333333 80%, #3D3D3D 100%) no-repeat;
  background: -o-linear-gradient(top, #3D3D3D 0, #4D4D4D 20%, #3D3D3D 50%, #333333 80%, #3D3D3D 100%) no-repeat;
  background: -ms-linear-gradient(top, #3D3D3D 0, #4D4D4D 20%, #3D3D3D 50%, #333333 80%, #3D3D3D 100%) no-repeat;
  background: linear-gradient(to bottom, #3D3D3D 0, #4D4D4D 20%, #3D3D3D 50%, #333333 80%, #3D3D3D 100%) no-repeat;
  -svg-background: linear-gradient(top, #3D3D3D 0, #4D4D4D 20%, #3D3D3D 50%, #333333 80%, #3D3D3D 100%) no-repeat;
  border: 1px solid #000000;
  padding: 7px;
  margin: 0 4px 0 auto;
}

.sky-pager  a:hover, .sky-pager  a.more:hover
{
  color: #FFFFFF;
}

.sky-pager>*:after
{
  margin: 0 0 0 auto;
  display: inline-block;
  position: absolute;
  content: ' ';
  top: 0;
  width: 0;
  height: 100%;
  right: 0;
  text-decoration: none;
}

.sky-pager>*:last-child:after
{
  display: none;
}

.sky-commentsform
{
  background: #FDE2E1;
  background: transparent;
  padding: 10px;
  margin: 0 auto;
  margin-top: 25px;
  color: #0C1B3D;
}

.sky-commentsform h2
{
  padding-bottom: 10px;
  margin: 0;
  color: #0C1B3D;
}

.sky-commentsform label
{
  display: inline-block;
  line-height: 25px;
}

.sky-commentsform input:not([type=submit]), .sky-commentsform textarea
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.sky-commentsform .form-submit
{
  margin-top: 10px;
}

.sky-post
{
  margin: 15px;
}

a img
{
  border: 0;
}

.sky-article img, img.sky-article, .sky-block img, .sky-footer img
{
  margin: 0 0 0 0;
}

.sky-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.sky-article table, table.sky-article
{
  border-collapse: collapse;
  margin: 1px;
}

.sky-post .sky-content-layout-br
{
  height: 0;
}

.sky-article th, .sky-article td
{
  padding: 2px;
  vertical-align: top;
  text-align: left;
}

.sky-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

.preview-cms-logo
{
  border: 0;
  margin: 1em 1em 0 0;
  float: left;
}

.image-caption-wrapper
{
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper img
{
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper div.sky-collage
{
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper p
{
  font-size: 80%;
  text-align: right;
  margin: 0;
}

.sky-postmetadataheader
{
  border-bottom: 1px solid #CDCDCD;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 1px;
}

.sky-postheader
{
  color: #373737;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

.sky-postheader a, .sky-postheader a:link, .sky-postheader a:visited, .sky-postheader a.visited, .sky-postheader a:hover, .sky-postheader a.hovered
{
  font-size: 28px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

.sky-postheader a, .sky-postheader a:link
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  text-align: left;
  color: #244FB4;
}

.sky-postheader a:visited, .sky-postheader a.visited
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  text-align: left;
  color: #142C65;
}

.sky-postheader a:hover, .sky-postheader a.hovered
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #2858CA;
}

.sky-postheadericons, .sky-postheadericons a, .sky-postheadericons a:link, .sky-postheadericons a:visited, .sky-postheadericons a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  color: #AF0F09;
}

.sky-postheadericons
{
  padding: 1px;
  margin: 0 0 0 10px;
}

.sky-postheadericons a, .sky-postheadericons a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #898989;
}

.sky-postheadericons a:visited, .sky-postheadericons a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #CD110B;
}

.sky-postheadericons a:hover, .sky-postheadericons a.hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  color: #6C6C6C;
}

.sky-postdateicon:before
{
  content: url('/media/templates/site/dieppedrivingschool_j4/images/postdateicon.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .sky-postdateicon:before
{
  bottom: 0;
}

.sky-postpdficon:before
{
  content: url('/media/templates/site/dieppedrivingschool_j4/images/system/pdf_button.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .sky-postpdficon:before
{
  bottom: 0;
}

.sky-postprinticon:before
{
  content: url('/media/templates/site/dieppedrivingschool_j4/images/system/printButton.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .sky-postprinticon:before
{
  bottom: 0;
}

.sky-postemailicon:before
{
  content: url('/media/templates/site/dieppedrivingschool_j4/images/system/emailButton.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera .sky-postemailicon:before
{
  bottom: 0;
}

.sky-postediticon:before
{
  content: url('/media/templates/site/dieppedrivingschool_j4/images/system/edit.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .sky-postediticon:before
{
  bottom: 0;
}

.sky-postcontent li, .sky-post li, .sky-textblock li
{
  font-size: 16px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  line-height: 125%;
  color: #373737;
  margin: 3px 0 0;
}

.sky-postcontent ol, .sky-post ol, .sky-textblock ol, .sky-postcontent ul, .sky-post ul, .sky-textblock ul
{
  margin: 1em 0 1em 0;
}

.sky-postcontent li ol, .sky-post li ol, .sky-textblock li ol, .sky-postcontent li ul, .sky-post li ul, .sky-textblock li ul
{
  margin: 0.5em 0 0.5em 0;
}

.sky-postcontent li, .sky-post li, .sky-textblock li
{
  margin: 3px 0 0 0;
}

blockquote
{
  background: #F5F5F5 url('/media/templates/site/dieppedrivingschool_j4/images/postquote.png') no-repeat scroll;
  padding: 20px 20px 20px 62px;
  margin: 20px 0 0;
  color: #3C3C3C;
  font-size: 16px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  overflow: auto;
  clear: both;
}

blockquote a, .sky-postcontent blockquote a, .sky-blockcontent blockquote a, .sky-footer blockquote a, blockquote a:link, .sky-postcontent blockquote a:link, .sky-blockcontent blockquote a:link, .sky-footer blockquote a:link, blockquote a:visited, .sky-postcontent blockquote a:visited, .sky-blockcontent blockquote a:visited, .sky-footer blockquote a:visited, blockquote a:hover, .sky-postcontent blockquote a:hover, .sky-blockcontent blockquote a:hover, .sky-footer blockquote a:hover
{
  color: #3C3C3C;
  font-size: 16px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-align: left;
}

blockquote p, .sky-postcontent blockquote p, .sky-blockcontent blockquote p, .sky-footer blockquote p
{
  margin: 0;
  margin: 5px 0;
}

.sky-footer
{
  background: #18367B url('/media/templates/site/dieppedrivingschool_j4/images/footer.png') scroll;
  background: -webkit-linear-gradient(top, rgba(35, 77, 175, 0.12) 0, rgba(14, 32, 72, 0.07) 100%) no-repeat, url('/media/templates/site/dieppedrivingschool_j4/images/footer.png'), -webkit-linear-gradient(top, #1F459E 0, #122759 100%) no-repeat;
  background: -moz-linear-gradient(top, rgba(35, 77, 175, 0.12) 0, rgba(14, 32, 72, 0.07) 100%) no-repeat, url('/media/templates/site/dieppedrivingschool_j4/images/footer.png'), -moz-linear-gradient(top, #1F459E 0, #122759 100%) no-repeat;
  background: -o-linear-gradient(top, rgba(35, 77, 175, 0.12) 0, rgba(14, 32, 72, 0.07) 100%) no-repeat, url('/media/templates/site/dieppedrivingschool_j4/images/footer.png'), -o-linear-gradient(top, #1F459E 0, #122759 100%) no-repeat;
  background: -ms-linear-gradient(top, rgba(35, 77, 175, 0.12) 0, rgba(14, 32, 72, 0.07) 100%) no-repeat, url('/media/templates/site/dieppedrivingschool_j4/images/footer.png'), -ms-linear-gradient(top, #1F459E 0, #122759 100%) no-repeat;
  background: linear-gradient(to bottom, rgba(35, 77, 175, 0.12) 0, rgba(14, 32, 72, 0.07) 100%) no-repeat, url('/media/templates/site/dieppedrivingschool_j4/images/footer.png'), linear-gradient(to bottom, #1F459E 0, #122759 100%) no-repeat;
  -svg-background: linear-gradient(top, rgba(35, 77, 175, 0.12) 0, rgba(14, 32, 72, 0.07) 100%) no-repeat, url('/media/templates/site/dieppedrivingschool_j4/images/footer.png'), linear-gradient(top, #1F459E 0, #122759 100%) no-repeat;
  margin: 0 auto;
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  line-height: 175%;
  text-align: left;
  padding: 0;
}

.sky-footer a, .sky-footer a:link, .sky-footer a:visited, .sky-footer a:hover, .sky-footer td, .sky-footer th, .sky-footer caption
{
  color: #FFFFFF;
  font-size: 14px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  line-height: 175%;
}

.sky-footer p
{
  padding: 0;
  text-align: left;
}

.sky-footer a, .sky-footer a:link
{
  color: #F0DD0F;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.sky-footer a:visited
{
  color: #F0DD0F;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.sky-footer a:hover
{
  color: #ABBFEE;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.sky-footer h1
{
  color: #2A5CD3;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-footer h2
{
  color: #547DDD;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-footer h3
{
  color: #BABABA;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-footer h4
{
  color: #F98F8C;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-footer h5
{
  color: #F98F8C;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-footer h6
{
  color: #F98F8C;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.sky-footer img
{
  border: none;
  margin: 0;
}

.sky-footer-inner
{
  margin: 0 auto;
  min-width: 700px;
  max-width: 1920px;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.sky-rss-tag-icon
{
  background: url('/media/templates/site/dieppedrivingschool_j4/images/footerrssicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 25px;
  min-width: 25px;
  display: inline-block;
  text-indent: 28px;
  background-position: left center;
  vertical-align: middle;
}

.sky-rss-tag-icon:empty
{
  vertical-align: middle;
}

.sky-facebook-tag-icon
{
  background: url('/media/templates/site/dieppedrivingschool_j4/images/footerfacebookicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.sky-facebook-tag-icon:empty
{
  vertical-align: middle;
}

.sky-twitter-tag-icon
{
  background: url('/media/templates/site/dieppedrivingschool_j4/images/footertwittericon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.sky-twitter-tag-icon:empty
{
  vertical-align: middle;
}

.sky-tumblr-tag-icon
{
  background: url('/media/templates/site/dieppedrivingschool_j4/images/tumblricon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.sky-tumblr-tag-icon:empty
{
  vertical-align: middle;
}

.sky-pinterest-tag-icon
{
  background: url('/media/templates/site/dieppedrivingschool_j4/images/pinteresticon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.sky-pinterest-tag-icon:empty
{
  vertical-align: middle;
}

.sky-vimeo-tag-icon
{
  background: url('/media/templates/site/dieppedrivingschool_j4/images/vimeoicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 33px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.sky-vimeo-tag-icon:empty
{
  vertical-align: middle;
}

.sky-youtube-tag-icon
{
  background: url('/media/templates/site/dieppedrivingschool_j4/images/youtubeicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.sky-youtube-tag-icon:empty
{
  vertical-align: middle;
}

.sky-linkedin-tag-icon
{
  background: url('/media/templates/site/dieppedrivingschool_j4/images/linkedinicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.sky-linkedin-tag-icon:empty
{
  vertical-align: middle;
}

.sky-footer ul>li:before
{
  content: url('/media/templates/site/dieppedrivingschool_j4/images/footerbullets.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-left: -13px;
}

.opera .sky-footer ul>li:before
{
  bottom: 0;
}

.sky-footer li
{
  font-size: 13px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  color: #ECECEC;
}

.sky-footer ul>li, .sky-footer ol
{
  padding: 0;
}

.sky-footer ul>li
{
  padding-left: 13px;
}

.sky-page-footer, .sky-page-footer a, .sky-page-footer a:link, .sky-page-footer a:visited, .sky-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #D3DDF6;
}

.sky-page-footer
{
  position: relative;
  z-index: auto !important;
  padding: 1em;
  text-align: center !important;
  text-decoration: none;
  color: #FBB1AF;
}

.sky-lightbox-wrapper
{
  background: #333;
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
}

.sky-lightbox, .sky-lightbox-wrapper .sky-lightbox-image
{
  cursor: pointer;
}

.sky-lightbox-wrapper .sky-lightbox-image
{
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle;
}

.sky-lightbox-wrapper .sky-lightbox-image.active
{
  display: inline-block;
}

.sky-lightbox-wrapper .lightbox-error
{
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100;
}

.sky-lightbox-wrapper .loading
{
  background: #fff url('/media/templates/site/dieppedrivingschool_j4/images/preloader-01.gif') center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100;
}

.sky-lightbox-wrapper .arrow
{
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003;
}

.sky-lightbox-wrapper .arrow.left
{
  left: 9px;
}

.sky-lightbox-wrapper .arrow.right
{
  right: 9px;
}

.sky-lightbox-wrapper .arrow:hover
{
  opacity: 1;
  filter: alpha(opacity=100);
}

.sky-lightbox-wrapper .arrow.disabled
{
  display: none;
}

.sky-lightbox-wrapper .arrow-t, .sky-lightbox-wrapper .arrow-b
{
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  left: 26px;
  position: relative;
  width: 30px;
}

.sky-lightbox-wrapper .arrow-t
{
  top: 38px;
}

.sky-lightbox-wrapper .arrow-b
{
  top: 50px;
}

.sky-lightbox-wrapper .close
{
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003;
}

.sky-lightbox-wrapper .close:hover
{
  opacity: 1;
  filter: alpha(opacity=100);
}

.sky-lightbox-wrapper .close .cw, .sky-lightbox-wrapper .close .ccw
{
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px;
}

.sky-lightbox-wrapper .cw
{
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.sky-lightbox-wrapper .ccw
{
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.sky-lightbox-wrapper .close-alt, .sky-lightbox-wrapper .arrow-right-alt, .sky-lightbox-wrapper .arrow-left-alt
{
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%;
}

.ie8 .sky-lightbox-wrapper .close-alt, .ie8 .sky-lightbox-wrapper .arrow-right-alt, .ie8 .sky-lightbox-wrapper .arrow-left-alt
{
  display: block;
}

.ie8 .sky-lightbox-wrapper .cw, .ie8 .sky-lightbox-wrapper .ccw
{
  display: none;
}

.sky-content-layout .sky-content
{
  margin: 0 auto;
}

fieldset
{
  border: none;
}

fieldset dl
{
  display: block;
  margin: 0;
  padding: 0;
  background: none;
}

fieldset dt
{
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 12em;
  height: 2em;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: none;
  line-height: 2em;
  overflow: hidden;
}

fieldset dd
{
  display: block;
  min-height: 2em;
  margin: 0 0 0 12em;
  padding: 0;
  background: none;
  line-height: 2em;
}

fieldset label
{
  display: inline-block;
  width: 12em;
}

fieldset textarea
{
  vertical-align: text-top;
}

.img-fulltext-left, .img-intro-left
{
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0.3em 0.3em 0;
  margin-top: 0;
}

.img-fulltext-right, .img-intro-right
{
  float: right;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0 0.3em 0.3em;
  margin-top: 0;
}

ul.pagenav
{
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

ul.pagenav li, ul.pagenav li:before
{
  display: block;
  background: none;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  content: normal;
}

ul.pagenav li.pagenav-prev
{
  float: left;
}

ul.pagenav li.pagenav-next
{
  margin: 0 0 0 50%;
}

div.item-page dl.tabs
{
  display: block;
  margin: 0;
  padding: 0;
}

div.item-page dl.tabs:before
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  width: 1em;
  height: 2em;
  overflow: hidden;
}

div.item-page dl.tabs dt
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  height: 2em;
  overflow: hidden;
  border-left: 1px solid black;
  border-top: 1px solid black;
}

div.item-page dl.tabs dt h3
{
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  font-size: 100%;
  overflow: hidden;
}

div.item-page dl.tabs dt h3 a
{
  text-decoration: none;
}

div.item-page dl.tabs:after
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  border-left: 1px solid black;
  content: " ";
  overflow: hidden;
  height: 2em;
}

div.item-page div.current
{
  clear: both;
  border: 1px solid black;
}

div.item-page div.current dd.tabs
{
  margin: 0;
  padding: 0;
}

div.item-page .panel
{
  border: 1px solid black;
  margin-top: -1px;
}

div.item-page .panel h3
{
  margin: 0;
  padding: 0;
}

div.item-page .panel h3 a
{
  display: block;
  padding: 6px;
  text-decoration: none;
}

div.item-page .panel h3.pane-toggler-down a
{
  border-bottom: 1px solid black;
}

div.item-page .panel .pane-slider
{
  margin: 0;
  padding: 0;
}

div.item-page div.pagination ul
{
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

div.item-page div.pagination li
{
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  white-space: nowrap;
}

div.item-page div.pagination:after
{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.edit.item-page select + div
{
  width: 100% !important;
}

.edit.item-page div > ul
{
  border: 1px solid #B9C2CB;
}

.edit.item-page .search-field
{
  overflow: visible;
}

.edit.item-page .search-field > input
{
  width: 100% !important;
}

.edit.item-page ul > li:before
{
  content: normal;
}

.edit.item-page fieldset
{
  border: 1px solid black;
}

.edit.item-page fieldset legend
{
  padding: 7px;
  font-weight: bold;
}

#editor-xtd-buttons
{
  float: left;
  padding: 0;
}

.toggle-editor
{
  float: right;
}

#searchForm .phrases-box
{
  display: block;
  float: left;
}

#searchForm .ordering-box
{
  text-align: right;
}

#searchForm .phrases-box label, #searchForm .ordering-box label, #searchForm .only label
{
  display: inline-block;
  width: auto;
  height: 2em;
  margin: 0;
  padding: 0 0.3em;
}

#mod-finder-searchform label
{
  display: block;
}

#mod-finder-searchform input.inputbox
{
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px;
}

#login-form fieldset label
{
  width: 100%;
}

#login-form #form-login-username label, #login-form #form-login-password label
{
  display: block;
}

#login-form #form-login-username input, #login-form #form-login-password input
{
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px;
}

.breadcrumbs img
{
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

dl.stats-module
{
  padding: 0.3em 0 0.3em 0.3em;
  margin: 0;
}

dl.stats-module dt
{
  float: left;
  display: block;
  line-height: 1.5em;
  min-height: 1.5em;
  width: 10em;
  padding: 0.3em 0.3em 0 0;
  margin: 0;
  font-weight: bold;
}

dl.stats-module dd
{
  display: block;
  line-height: 1.5em;
  min-height: 1.5em;
  margin: 0 0 0 10em;
}

div.mod-languages ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

div.mod-languages li
{
  background: none;
  margin: 0 0.3em;
  padding: 0;
}

div.mod-languages ul.lang-inline li
{
  display: inline;
}

div.mod-languages ul.lang-block li
{
  display: block;
}

div.mod-languages img
{
  border: none;
  margin: 0;
  padding: 0;
}

div.clr
{
  clear: both;
}

#system-message ul li
{
  background-image: none;
}

ul.actions, ul.actions li, ul.actions li img
{
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}

ul.actions li
{
  background: none;
  list-style: none;
}

.items-row
{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.items-row .item
{
  display: table-cell;
  vertical-align: top;
}

.items-row .row-separator
{
  display: none;
}

div.pagination p.counter
{
  display: inline-block;
  margin: 0 0.3em 0 0;
  padding: 0;
  background: none;
}

div.pagination ul, div.pagination ul li, div.pagination ul > li:before
{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0.3em;
  background: none;
  content: normal;
}

div.tip-wrap
{
  background: #fff;
  border: 1px solid #aaa;
}

div.tip-wrap div.tip
{
  padding: 0.3em;
}

div.tip-wrap div.tip-title
{
  font-weight: bold;
}

table.category
{
  width: 100%;
}

table.category thead th img
{
  padding: 0 0 0 0.3em;
  margin: 0;
  border: none;
}

span.hasTip a img
{
  padding: 0;
  margin: 0;
  border: none;
}

div.categories-list ul li span.item-title, div.cat-children ul li span.item-title
{
  display: block;
  margin: 0 0 0.3em 0;
}

div.categories-list ul li div.category-desc, div.cat-children ul li div.category-desc
{
  margin: 0 0 0.3em 0;
}

div.categories-list dl, div.cat-children dl
{
  display: block;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  background: none;
}

div.categories-list dl dt, div.cat-children dl dt, div.categories-list dl dd, div.cat-children dl dd
{
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
}

div.img_caption p.img_caption
{
  padding: 0.3em 0;
  margin: 0;
}

form .search label, form .finder label
{
  display: none;
}

#search-searchword
{
  margin-bottom: 5px;
}

.cols-2 .column-1, .cols-2 .column-2, .cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3
{
  float: left;
  clear: right;
}

.cols-2 .column-1
{
  width: 50%;
}

.cols-2 .column-2
{
  width: 50%;
}

.cols-3 .column-1
{
  width: 33%;
}

.cols-3 .column-2
{
  width: 33%;
}

.cols-3 .column-3
{
  width: 34%;
}

.row-separator
{
  clear: both;
  float: none;
  font-size: 1px;
  display: block;
}

ul.categories-module li h1, ul.categories-module li h2, ul.categories-module li h3, ul.categories-module li h4, ul.categories-module li h5, ul.categories-module li h6
{
  display: inline;
}

.only, .phrases
{
  border: solid 1px #ccc;
  margin: 10px 0 0 0px;
  padding: 15px;
  line-height: 1.3em;
}

div.tags
{
  display: inline;
}

.tag-category ul > li:before
{
  content: normal;
}

ul.list-striped > li:before
{
  content: normal;
}

.list-striped
{
  border-top: 1px solid #ddd;
}

.list-striped li, .list-striped dd
{
  border-bottom: 1px solid #ddd;
}

.accordion
{
  margin-bottom: 18px;
}

.accordion-group
{
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading
{
  border-bottom: 0;
}

.accordion-heading .accordion-toggle
{
  display: block;
  padding: 8px 15px;
}

.accordion-toggle
{
  cursor: pointer;
}

.accordion-inner
{
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.accordion-body.in:hover
{
  overflow: visible;
}

.collapse.in
{
  height: auto;
}

.collapse
{
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}

.element-invisible
{
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Begin Additional CSS Styles */



/* System MSG Overide */

#system-message, #system-message > .error > ul {
    margin: 0 !important;
}

#system-message > .error > ul {
    background-position: 20px;	
}

#system-message > dd > ul > li {
    text-align: center !important;
}

#system-message ul>li:before {
    content: none !important;
	margin-left: 0 !important;
}

.sky-layout-wrapper {
	border-bottom: 1px solid #4986e7;
	padding-bottom: 40px;
    margin-bottom: -1px;
}

/* Default */ 

.nobr { 
	white-space:nowrap; 
	}

.clear {
	clear: both;
}

.align-c {
	text-align: center;
}

.align-r {
	text-align: right;
}

.bold {
	font-weight: bold;	
}

.float-r {
	float: right;
}

.italic {
	font-style: italic;	
}

.float-l {
	float: left;
}

.small, .small a {
	font-size: 14px !important;	
}

.inline {
	display: inline-block;	
}

.desktop .sky-nav {
	position: fixed;
    width: 100%;
}

.desktop .sky-nav-inner {
	max-width: 1090px;
}

.sky-sheet {
    margin: 47px auto 0 !important;
}

.sky-post {
    margin: 0;
}

.container {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 4%;
}

.mod-languages {
	margin: 8px;	
}


.sky-postcontent ul>li:before, .sky-post ul>li:before, .sky-textblock ul>li:before {
    content: url('/images/postbullets.png');
    margin-right: 6px;
	margin-left: 2px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.sky-postcontent ul ul {
	margin-left: 20px;	
}

ul.chzn-results>li:before {
    content: none;	
}

.sky-button {
	text-shadow: 1.4px 1.4px 3px rgba(23, 23, 23, 0.5);
}

.inline-block {
    display: inline-block;
}

.parent{
    display:table;
}

.child{
    display:table-cell;
    vertical-align:middle;
}

.main {
	max-width: 50%;
	float: left;	
}

.side {
	max-width: 45%;
	text-align: center;
	float: right;	
    padding: 20px 40px;
    margin-top: 15px;	
    background-color: #F5F5F5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

	
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	margin-bottom: 10px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Header */

.header-bg {
	background-color: #66ccff;
	background-image: url('/images/header-bg.png');
	background-repeat: no-repeat;	
	background-position: center bottom;
}

header {
    min-height: 200px;
	margin: 0 auto;
    padding: 20px 2%;
	position: relative;
	max-width: 1090px;
}

header .logo-name-slogan {
	display: inline-block;	
    width: 72%;
}

header .logo {
	width: 35%;
    height: 150px;
	display: inline-block;
}

header .logo img {
	max-width: 180px;
}

header .logo a {
	display: block;
	height: 100%;
}


header .inline {
    width: 72%;
    text-align: left;
    margin-top: 16px;
	vertical-align: top;	
}


header .name, header .slogan {
    color: #ffffff;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
}

header .name {
	margin: 0;
    font-size: 40px;
}

header .slogan {
	margin: 0;
    font-size: 30px;	
}

header .cta {
	width: 27%;
    display: inline-block;
	vertical-align: top;
    margin-top: 8px;
	text-align: center;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6);	
}

header .cta .contact a {
	color: #ffffff;
	line-height: 140%;
}

header .cta a:hover {
	text-decoration: none;	
}

header .cta a.sky-button {
    width: 100%;
	min-height: 69px !important;	
    line-height: 69px !important;
    font-size: 30px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

header .contact {
	margin-top: 8%;
}

header .contact span a {
	color: #ffffff;
	font-size: 30px !important;
	text-decoration: none;
}

header.lang-fr .name {
    font-size: 35px;
	margin-top: 4px;
}

header.lang-fr .slogan {
    font-size: 27px;
}

/* title */

.title {
	width: auto;
	background: #282828;
	margin-bottom: 40px;
	padding: 15px 10px;
}

/* Home Carousel */

#carousel {
    margin: 0 auto 8%;
}

#carousel .owl-stage-outer {
	width: 860px;
	margin: 0 auto;
	font-size: 22px;
    text-align: left;
    height: auto;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,0.2) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,0.2) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=1 );
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid rgba(255,255,255,0.75);
    -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#home.lang-fr #carousel .owl-stage-outer {
	font-size: 21px;
}

#carousel .item {
	width: 840px;
}

#carousel .content a.sky-button {
	margin-top: 20px !important;
	margin-bottom: 8px !important;
}	

#carousel div.img {
	width: 220px;
	height: 214px;
	float: left;
	margin-right: 3%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

#carousel .item-1 div.img {
	background-image: url('/images/slider/slider-img_1.png');
}

#carousel .item-2 div.img {
	background-image: url('/images/slider/slider-img_2.png');
}

#carousel .item-3 div.img {
	background-image: url('/images/slider/slider-img_3.png');
}

#carousel .content p:first-child {
	font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
	margin-top: 0;
}

#home.lang-fr #carousel .content p:first-child {
	font-size: 21px;
}


#carousel .owl-dot span:hover {
	background-image: url('/images/pause.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35%;
}

/* Home */


#home .intro {
	width: 100%;
	background-color: #66ccff;
	background-image: url('/images/header-bg.png');
	background-repeat: no-repeat;	
	background-position: center bottom;
}

#home .header {
	max-width: 1090px;
	margin: 0 auto;
    text-align: center;
    padding: 2%;	
}

#home .intro .logo {
	width: 180px;
	height: 140px; 
	display: inline-block;
	float: left;
}

#home .intro .logo img {
	width: 90%;	
    max-width: 200px;
}

#home .intro .logo a {
	display: block;
	height: 100%;
}


#home .intro .inline {
	text-align: left;
	vertical-align: top;
    margin: 0 2% 0 0;
	float: left;
}

#home .intro .container {
	margin: 0 auto;
    padding: 20px 0;
	position: relative;
	max-width: 1090px;
}

#home .intro .name h1, #home .intro .slogan {
    color: #ffffff;
	font-size: 46px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
}

#home .intro .name {
	margin: 16px 0 0 0;
}


#home .intro .slogan {
	margin: 0;
	font-size: 42px;
    line-height: 58px;
}

#home .intro .cta {
	width: 28%;
	vertical-align: top;
    margin-top: 8px;
    margin-right: 1%;
	text-align: center;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6);	
    display: inline-block;
	float: right;
}

#home .intro .cta .contact a {
	color: #ffffff;
	line-height: 140%;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
}

#home .intro .cta a:hover {
	text-decoration: none;	
}

#home .intro .cta a.sky-button {
    width: 100%;
	min-height: 69px !important;	
    line-height: 69px !important;
    font-size: 30px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

#home .intro .contact {
	margin-top: 18px;
}

#home .intro .contact span a {
	color: #ffffff;
	font-size: 30px !important;
	text-decoration: none;
}


#home .course1, #home .course2, #home .course3, #home .course4 {
	width: 49.7%;	
	text-align: center;
	margin-top: 50px;
	display: inline-block;
	vertical-align: top;
}

#home .courses img {
	width: 380px;
	margin: auto;
}

#home .courses a {	
	color: #373737;
	text-decoration: none !important;	
}

#home .courses a .bold {
	font-size: 24px !important;
}

#home .courses a.sky-button {
	color: #ffffff;
	margin-top: 20px !important;	
}

#home .courses p.details {
    padding-top: 60px;
    text-align: center;
	max-width: 920px;
	margin: auto;
}
	
#home .courses p.details span.bold {
    font-size: 24px;
    line-height: 50px;
}


/* Disable course codes */
#home .disabled { 
	color: #6D6D6D; 
	font-style: italic;
	
}
#home .disabled .bold { font-size: 20px; }
#home .disabled p:last-of-type { 
	display: inline-block;
	border: 1px solid #ccc;    
    background-color: #e8e8e8;
    padding: 7px 10px;
	margin-top: 20px;
}
@media screen and (max-width: 949px) {
	#home .disabled .bold { font-size: 18px !important; }
}

.sky-post_latest-blog {
	text-align: center;
	padding-bottom: 20px;
    margin-top: 70px;
    margin-bottom: -40px;
    background-color: #F5F5F5;
}

.mod_easybloglatestblogs_latest-blog {
	margin: 40px 2% 0 2%;	
}

.mod-items-grid {
	max-width: 910px;
	margin: 0 auto !important;	
}

.sky-post_latest-blog .sky-postheader {
    font-size: 32px;
	padding: 20px;	
	border-top: 1px solid #CDCDCD;
}

.sky-post_latest-blog .eb-mod-thumb.is-left {
    margin-right: 20px !important;	
	float: left !important;
}
	
@media screen and (max-width: 500px) {
	.sky-post_latest-blog .eb-mod-thumb.is-left { float: none !important; }
}

	
/* Training Programs */

a.top {
	position: relative;
	top:-80px;
	display: block;
	height: 0;
	width:0;
	text-decoration: none;
}

#training nav {
	margin: auto;
	text-align: center;	
}

#training nav img {
	max-width: 230px;
    width: 25%;
}

#training .courseTitle {
	width: 104%;
	background-color: #F5F5F5;
	margin: 50px 0 30px -2%;
	padding: 10px 2% 8px 2%;
	border-top: 1px solid #AEAEAE;	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#training .courseTitle .child:first-child {
	width: 180px;	
}

#training .courseTitle img {
	display: inline-block;
	padding: 0;
	max-width: 180px;
}

#training .intro {
	padding-top: 10px;
	text-align: center;	
}

#training .intro span.bold {
	font-size: 24px;	
	line-height: 50px;
}

#training h2 {
	display: inline-block;
	margin: 20px;
}

#training .course-img {
	width: 50%;
	float: right;
	margin: 8px 0 40px 40px;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.2);   
	-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.2); 
	box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}

#training .details ul>li em, #training li li {
	font-size: 14px;	
}

#training .details {
	width: 104%;
	background-color: #F5F5F5;
	margin: 40px 0 70px -2%;
	padding: 20px 30px;
	border-bottom: 1px solid #AEAEAE;	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}

#training .learn, #training .receive  {
	display: inline-block;
}

#training .learn {
	padding-right: 50px;	
}

#training .receive {
    vertical-align: top;
}

#training .price {
	width: 100%;
    margin: 10px 0;
    padding: 10px 20px;
    background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

#training .price ul {
	float: left;
	margin-top: 8px;	
}
 


#training .price h3 { margin-bottom: 16px; }

#training .price ul {
	float: left;
	margin-top: 8px;	
}

#training .price .option-box {
	border: 1px solid #ccc;
	padding: 5px 20px;
	margin: 8px auto;
}
#training .price .option-box p { 
	margin: 20px 0;
	color: #007EA8; 
}
#training .price .option-box ul { 
	width: 100%; 
	float: none;
	margin: 13px 0 20px;
	padding-left: 30px;
}
#training .price .option-box ul>li { margin: 10px 0;}
#training .price .option-box ul>li:before {
	width: 10px;
	margin-left: -15px;
}

#training .enroll {
	margin: 0 12px 0 20px;
	text-align: right;
}

#training .enroll .sky-button {
    padding: 10px 20px;
	  margin-right: 0 !important;
}

/* Disable course codes */
#training .courseTitle h2.gray { color: #6D6D6D; }
#training .disabled { opacity: .3; }
#training .disabled .details { margin-top: 10px; }



/* About, Simulator & Hybrid */

#about img, #hybrid img {
	width: 100%;
    max-width: 960px;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}


blockquote {
	margin: 40px 0;	
}

/* Contact */

#contact .pagetop .phone, #contact .pagetop .email {
	width: 49.6%;
	display: inline-block;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
    vertical-align: top;
	padding: 20px;
	text-align: center;
	margin-bottom: 10px;
	background-color: #ffffff;
	border-top: 1px solid #CDCDCD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#contact .form {
	background-color: #ffffff;
	padding: 20px 0;
}
	

#contact h2 {
	margin: 10px 0 20px 0;
	text-align: center;	
}

#contact .pagetop .phone a, #contact .pagetop .email a, #contact .address {
	color: #373737;
	font-size: 22px;
	line-height: 22px;
	text-decoration: none;
	text-align: center;	
}

#contact .address {
	margin: 20px 0 10px 0;
}

#contact .hours {
	text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CDCDCD;
}

#contact .hours div {
    text-align: left;
    width: auto;
    display: inline-block;
    vertical-align: top;	
}

#contact .hours div:first-of-type {
	margin-right: 5%;	
}

#contact .hours ul>li span {
	font-weight: bold;	
}

#contact .map {
	margin-bottom: 50px;	
}

#contactForm {
	padding: 20px 0;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;	
}

#contactForm .details, #contactForm .message, #contactForm .captchaSubmit {
	width: 32.9%;	
	display: inline-block;	
	vertical-align: top;
}

#contactForm .phone, #contactForm .email {
	margin-top: 9px;	
}

#contactForm .message, #contactForm .captchaSubmit {
	margin-top: 5px;
}

#contactForm .submit {
	max-width: 304px;
	margin-top: 2px;
}

#contactForm input[type="text"] {
	width: 90%;	
    margin-bottom: 0;	
}

#contactForm textarea {
	width: 90%;	
	height: 159px;
    margin-bottom: 0;	 
}

#contactForm button[type="submit"] {
    font-size: 20px;
    width: 100%;
    height: 74px;
}

#contactForm .reCAPTCHA {
	min-height: 78px;	
}

.reCAPTCHA, 
.reCAPTCHA a { font-size: 12px !important; }

/* Enroll Form*/

#enroll label {
	height: auto !important;
	width: auto !important;
	margin: 0px 10px 3px 0;
}

.rsformVerticalClear {
    display: inline-block !important;
}

#enrollForm p.rsformVerticalClear {
    margin: 0 !important;
}

#enrollForm .formControlLabel {
	font-weight: bold;
}

#enrollForm span.formDescription {
	color: #6D6D6D;
	font-size: 14px;
	font-weight: normal;
}

#enrollForm div.formDescription {
	color: #6D6D6D;
	font-size: 14px;
    margin: 7px 0;
	padding-left: 0;
}

#enrollForm div.formDescription ul>li {
	color: #6D6D6D;
	font-size: 14px;
}

#enrollForm div.formDescription, #enrollForm div.formDescription a {
	font-size: 14px;
}

#enrollForm .rsform-block-course-1-start-date div.formDescription, #enrollForm .rsform-block-course2-inclassdate-now .formControlLabel {
	margin-top: 20px;	
}

#enrollForm input.rsform-calendar-button {
    margin: 0 5px 9px;
}

#enrollForm .box {
	width: 104%;
    background-color: #F5F5F5;
    margin: 30px 0 20px -2%;
    padding: 20px 4% 10px 4%;
    border-top: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}

#enrollForm .courses label {
	margin: 0 auto;
    padding: 20px 4%;
    width: auto !important;
    display: block;
}


#enrollForm .courses .formControlLabel {
	margin-bottom: 10px;	
}

#enrollForm .courses input[type="radio"] {
	margin: 1.5%;	
    float: left;
    margin-right: 10px;
}

#enrollForm .courses .rsformVerticalClear {
    width: 49%;
    margin: 0 1% 0.5% 0 !important;
	background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: top;
}

#enrollForm .courses .rsformVerticalClear:nth-child(2), #enrollForm .courses .rsformVerticalClear:nth-child(4) {
	margin-right: 0 !important;
}

#enrollForm .float-l {
	margin-right: 10px;
}

#enrollForm .rsform-block-leanerpermitno-course3 {
	padding: 10px 20px;
	background-color: #E6C0C0;
    border: 1px solid #DE7A7B;
	margin-bottom: 10px;
}

#enrollForm .profile .inline-block {
	margin-left: 10px;
	margin-bottom: 10px;
}

#enrollForm .profile .inline-block:first-child {
	margin-left: 0;
}

.rsform-block-postal-code input[type="text"] {
	text-transform: uppercase;
}

#enrollForm .captchaSubmit {
	margin-top: 28px	
}

#enrollForm .submit {
	padding: 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 600px;
    margin: auto;
}

#enrollForm button[type="submit"] {
    font-size: 20px;
    width: 100%;
    height: 74px;
}

#enrollForm .reCAPTCHA {
	width: 100%;
    position: relative;
    text-align: center;
}

.formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover { border-color: #0055cc #0055cc #003580; }

/* Providing & Hybrid Mod - Footer Top */

.providing, .hybridMod {
	color: #2952A3;
	text-align: center;
	padding: 40px 20px;
    background-color: #F5F5F5;
	border-top: 1px solid #4986e7;
}

.hybridMod {
	background-color: #F3FFE5;
}

.providing h3, .hybridMod h3 {
	color: #2952A3;
	font-size: 26px;
	font-weight: normal;
}

.providing p {
	font-size: 16px;
	padding-top: 20px;	
}

.hybridMod p {
	font-size: 16px;
	padding: 20px;
}


.hybridMod a {
	color: #2952A3;
	font-size: 16px;
}

.hybridMod a:hover {
	text-decoration: none;	
}

/* Footer */

#footer {
	padding-top: 50px;	
}

#footer .container, #footer .fBottom {
	padding: 0 2%;	
}

#footer .container {
	max-width: 1090px;	
}

#footer .social-media img {
	width: 72px;
	height: 72px;
	margin-left: 5px !important;
}

#footer .contactDetails {
	float: left;
	font-size: 16px;
	text-align: center;	
    margin-top: 10px;
}

#footer .contactDetails .sky-button {
	width: 100%;
	margin: 20px 0 !important;
    -webkit-box-sizing: border-box;
	-moz-border-box-sizing: border-box;
    box-sizing: border-box;		
}

#footer .fbPlugin {
	width: 340px;
	float: right;
	margin-top: 15px;
	border:	1px solid #ABBFEE;
}

#footer nav {
	color: #ABBFEE;
	text-align: center;	
	margin: 40px 0 20px 0;
}

#footer .resources span {
	display: block;
	padding: 6px 0;
}

#footer nav a {
	white-space: nowrap;	
}

#footer .payMethod, #footer-enroll .payMethod {
	color: #18367B;
	text-align: center;	
	margin: auto;
	padding: 15px 10px;
	background-color: #F0DD0F;	
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;	
}

#footer-enroll .payMethod {
	margin-top: 20px;	
}

#footer .fBottom, #footer-enroll .fBottom {
	width: 100%;
	background-color: #282828;
	border-top: 1px solid #F0DD0F;
	padding: 15px 0;
}

#footer .copy {
	float: left;	
}

#footer .ctaOnlineSite {
	float: right;	
	margin-top: 7px;
}

.fBottom .sky-button {
	height: 34px;
	background: #666666;
    background: -webkit-linear-gradient(top, #999999 0, #666666 20%, #333333 100%) no-repeat;
    background: -moz-linear-gradient(top, #999999 0, #666666 20%, #333333 100%) no-repeat;
    background: -o-linear-gradient(top, #999999 0, #666666 20%, #333333 100%) no-repeat;
    background: -ms-linear-gradient(top, #999999 0, #666666 20%, #333333 100%) no-repeat;
    background: linear-gradient(to bottom, #999999 0, #666666 20%, #333333 100%) no-repeat;
    -svg-background: linear-gradient(top, #999999 0, #666666 20%, #333333 100%) no-repeat;
}

.fBottom .sky-button:hover {
	background: #333333;
    background: -webkit-linear-gradient(top, #666666 0, #000000 100%) no-repeat;
    background: -moz-linear-gradient(top, #666666 0, #000000 100%) no-repeat;
    background: -o-linear-gradient(top, #666666 0, #000000 100%) no-repeat;
    background: -ms-linear-gradient(top, #666666 0, #000000 100%) no-repeat;
    background: linear-gradient(to bottom, #666666 0, #000000 100%) no-repeat;
    -svg-background: linear-gradient(top, #666666 0, #000000 100%) no-repeat;
}

.fBottom a.sky-button {
    font-size: 18px !important;
	line-height: 34px !important;	
}

/* EasyBlog Override */

/* Newest Codes */

.tippy-box .o-dropdown__ft { display: none; }

#eb .eb-modules-stackideas-toolbar {
	background: #333333;
}
#eb .eb-modules-stackideas-toolbar .mod-si-toolbar > div {
    display: flex;
    justify-content: end;
}

#eb .eb-modules-stackideas-toolbar .fd-toolbar__o-nav-item a { color: #fff; }
#eb .eb-modules-stackideas-toolbar .fd-toolbar__o-nav-item a:hover { color: #333; }

#eb .eb-post-listing {
	max-width: 960px;
    margin: auto;
}

#eb .eb-gallery-stage .swiper-wrapper {
    background: #fff;
    padding: 10px;
}

#eb .eb-post-content {
    width: auto !important;
}

.sky-post_latest-blog .eb-mod.mod_easybloglatestblogs {
	padding-top: 40px;
}
#eb .eb-entry-article li {
	list-style-type: none !important;
}

#eb .eb-navbar__search-input {
    color: #ccc !important;
    padding: 2px 26px;
}

#eb form {
	margin: 0 auto !important;
    max-width: 960px;
}

/* Login Popup Box */
#eb .popbox-dropdown {
    padding: 10px 20px !important;
}
#eb .popbox-dropdown__hd {
	margin-bottom: 10px !important;
}
#eb .popbox-dropdown-signin__action {
	padding-bottom: 10px !important;
}
#eb .popbox-dropdown-signin__ft-list {
	display: none !important;
}
#eb .form-group--float-label input.form-control {
	height: 50px !important;
}


/* Older Codes */

.eb a.sky-button, .eb a.sky-button:link, .eb a:link.sky-button:link, .eb a.sky-button:visited, .eb input.sky-button, .eb button.sky-button {
	text-shadow: none !important;
	height: auto !important;
}

div#fd.eb .eb-navbar-dropdown {
	padding: 20px;
}

.eb .chzn-container {
	width: 200px !important;	
}

.eb-posts, .eb-entry, .eb-featured, .eb-masonry {
	max-width: 960px !important;
	margin: auto !important;
}

.eb-view-dashboard ul>li:before {
    content: none !important;
}

.eb-nickel h2.eb-post-title a {
	font-size: 28px !important;
}

.eb-entry-head h1 {
	font-size: 32px !important;
	color: #2858CA !important;
	font-weight: normal !important;
	text-align: left !important;
}




/* DPCalendar Overrides */

/* DPCal Short List bottom Modules */
.mod-dpcalendar-upcoming-default__event+div { margin-top: 0; }
.mod-dpcalendar-upcoming-default .dp-flatcalendar { height: 4.6em; }
.mod-dpcalendar-upcoming-default .dp-flatcalendar__month { 
	font-size: 1.2em;
	line-height: 1.2em; 
}
.mod-dpcalendar-upcoming-default .dp-flatcalendar__day { padding-top: 1.2em; }
.mod-dpcalendar-upcoming-default .dp-date__start, 
.mod-dpcalendar-upcoming-default .dp-date__end, 
.mod-dpcalendar-upcoming-default .dp-time__start, 
.mod-dpcalendar-upcoming-default .dp-time__end { 
	opacity: 1 !important;
	font-size: 1em !important; 
	font-weight: normal !important;
}
.mod-dpcalendar-upcoming-default .dp-date__end, 
.mod-dpcalendar-upcoming-default .dp-time__start, 
.mod-dpcalendar-upcoming-default .dp-time__end { opacity: .8 !important; }
.mod-dpcalendar-upcoming-default__date { font-style: normal !important; }

/* DPCal Full List page */
.sky-post_cal-Full .mod-dpcalendar-upcoming-default .dp-flatcalendar { display: none; }
.sky-post_cal-Full .mod-dpcalendar-upcoming-default__information {	
    min-height: auto;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F5F5F5;
	text-align: center;	
}
.mod-dpcalendar-upcoming-default .dp-date__start { font-weight: bold !important; } 
.sky-post_cal-Full .mod-dpcalendar-upcoming-default .dp-date__end, 
.sky-post_cal-Full .mod-dpcalendar-upcoming-default .dp-time__start, 
.sky-post_cal-Full .mod-dpcalendar-upcoming-default .dp-time__end { opacity: 1 !important; }

/* DPCal Event page */
.com-dpcalendar-event__header,
.com-dpcalendar-event__information {
	max-width: 960px;
	margin: auto;
	text-align: center;
}
.com-dpcalendar-event__information { 
	background-color: transparent;
	margin-bottom: -50px;
	padding: 0 0 10px 0;
	border-bottom: none;
	font-size: 24px;
}
.com-dpcalendar-event .dp-heading {
    color: #007EA8;
    margin: 40px 0 0;
    font-size: 32px;
}
.com-dpcalendar-event .dp-description__label { display: none; }
.com-dpcalendar-event__information .dp-description { margin: 10px auto 20px; }
.com-dpcalendar-event__description { padding: 1.5rem !important; }
.com-dpcalendar-event .dp-description__description { 
	margin-left: 0 !important; 
	justify-content: center;
}

.dp-description .dp-link {
	display: inline-block;
	pointer-events: none;
	cursor: default;
	text-decoration: none !important;
}
.dp-description a.dp-link { 
	color: #373737; 
	opacity: .9;
}
.com-dpcalendar-event__actions { display: none; }
.com-dpcalendar-event__description { 
	grid-column: 1 / 4;
	text-align: center; 
}    
.com-dpcalendar-event__description .dp-heading { 
	margin-top: 0 !important; 
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.com-dpcalendar-event__description { margin-top: 32px !important; }
}

/* Calendar Mods - Short List */

._cal-details a.top {
	top:-80px;
}

._cal-details {
    max-width: 520px;
    margin: 50px 20px 50px 8%;
    float: right;
    clear: both;	
}

.sky-blockcontent ._cal-details, .sky-blockcontent ._cal-details a {
	font-size: 16px !important;
}

.sky-blockcontent ._cal-details ul {
	padding-bottom: 10px;	
}

.sky-blockcontent ._cal-details ul>li {
	font-size: 14px !important;	
}

._cal-details h2 {
	margin: 0 0 20px 0;		
    line-height: 116%;
}

._cal-details h3 {
	color: #6C6C6C;
	font-weight: normal;
	margin: 40px 0 20px 0;	
	padding-bottom: 10px;
	border-bottom: 1px solid #AEAEAE;
}

._cal-details h3.blue {
	color: #2952A3;
	border-bottom: 1px solid #4986e7;
}

._cal-details h3.red {
	color: #A32929;
	border-bottom: 1px solid #f83a22;
}

.moduletable._cal-1, .moduletable._cal-2 {
	margin: 50px 20px 10px 20%;	
}

.moduletable._cal-1-more, .moduletable._cal-2-more {
	margin: 0 20px 40px 20%;	
}

.moduletable._cal-1 h3 {
	color: #2952A3 !important;
}

.moduletable._cal-2 h3 {
	color: #A32929 !important;
}

._cal-details .sky-blockheader, .moduletable._cal-1	.sky-blockheader, .moduletable._cal-2 .sky-blockheader {
	margin-bottom: 20px;
}


.sky-blockcontent .mod-dpcalendar-upcoming.mod-dpcalendar-upcoming-default { display: block; }

.sky-blockcontent .mod-dpcalendar-upcoming-default__event { overflow: visible; }

.moduletable.course-availability-heading { 
    width: 100% !important; 
    margin: 12px 0;
}

.course-availability-heading h3 {
    font-size: 26px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
.course-1-availability-heading {
    color: #2952A3 !important;
}

.course-2-availability-heading {
    color: #A32929 !important;
}
@media screen and (max-width: 949px) {
    .moduletable._cal-1, .moduletable._cal-2 { margin: 0 0 10px 0 !important; }
    .moduletable._cal-1 .sky-blockcontent p, .moduletable._cal-2 .sky-blockcontent { display: inline-block; }
    .moduletable._cal-1 .sky-blockcontent > div, .moduletable._cal-2 .sky-blockcontent > div { margin-top: 20px !important; }
}
@media screen and (min-width: 949px) {

    .moduletable._cal-1, .moduletable._cal-2 { margin: 25px 20px 10px 20% !important; }

    .moduletable.course-availability-heading { 
        margin: 60px 20px 20px 20%; 
        width: auto !important;
    }
    .course-availability-heading h3 { text-align: left; }
}


/* Calendar Mods - Full List */

#availability h3 {
	margin: 40px 0 10px 0;	
}

#availability a.top {
    top: -100px;
}
.sky-post_cal-Full {
    max-width: 960px;
    margin: auto;
	padding-top: 10px;
}


@media screen and (max-width: 1068px) {

	#home .intro .name h1 {
		font-size: 42px;
		
	}
	
	#home .intro .slogan {
		font-size: 38px;	
	}	

	#home.lang-fr .intro .name h1 {
		font-size: 38px;
		
	}
	
	#home.lang-fr .intro .slogan {
		font-size: 36px;	
	}
	
	#training nav img {
    	width: 24.5%;
	}

	
}

@media screen and (max-width: 972px) {

	.desktop .sky-nav {
		position: relative;
	}

	.sky-sheet {
		margin: 0 auto !important;
	}
	
	header .contact span a {
		font-size: 28px !important;	
	}
	
	#home .course1, #home .course2, #home .course3, #home .course4, #contact .pagetop .phone, #contact .pagetop .email {
    	width: 49.6%;
	}

}

@media screen and (max-width: 949px) {
	
	.responsive .sky-hmenu-extra2 {
    	float: right !important;
	}
	
	.sky-layout-wrapper {
		width: 102%;
		margin-left: -1%;
	}

	a.sky-menu-btn:before {
		content: "Menu";
		float: left;
		font-size: 22px;
		color: #ffffff;
		padding-right: 32px;
		text-decoration: none !important;
		margin-top: -1px;
		margin-left: 10px;
	}
	
	.sky-nav .sky-menu-btn span, .sky-nav .sky-menu-btn:hover span {
		background: #ffffff !important;
		height: 4px !important;
		width: 20px;
		margin: 0px 1px 3px 78px !important;
	}	
	
	.sky-nav .sky-menu-btn {
		width: 0 !important;
		border: none !important;
	    border-radius: none !important;
    	box-shadow: none !important;
		background: none !important;
	}
	
	.sky-nav .sky-menu-btn span:first-child {
		margin-top: 3px !important;
	}
	
	.responsive .sky-nav ul.sky-hmenu>li {
	    border-bottom: 1px solid #007EA8;
	}
	
	.responsive .sky-nav ul.sky-hmenu>li:first-child {
	    border-top: 1px solid #ffffff;
	}
	
	.sky-content-layout .sky-layout-cell.responsive-tablet-layout-cell {
		width: 100% !important;
		margin: 0;
	}
	
	.sky-nostyle {
		width: 102%;
		margin-left: -1%;	
	}

	.mod-languages {
    	margin: 4px 8px;
	}
	
	/* Header & Home */
	
	header .logo-name-slogan {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	header .logo {
		max-width: 150px;
	    height: auto;
		text-align: left;		
	}
	
	header .logo img {
   	    width: 90%;
	}
	
	header .inline {
		width: auto;
		text-align: left;
		float: none;
	    margin-top: 24px;
	}
	
	header .name {
    	font-size: 36px;
	}

	header.lang-fr .name {
    	font-size: 32px;
	}
	
	header .cta  {
	    width: 100%;
		float: none;
		text-align: center;	
	    margin-bottom: 35px;		
	}
	
	#home .intro .logo, #home .intro .inline, #home .intro .cta  {
		float: none;
	    text-align: left;
	}
	
	#home .intro .cta {
		width: auto;	
	}
	
	#home .intro .cta a.sky-button, header .cta a.sky-button {
    	width: auto;
		display: inline-block;
	}
	
	#home .intro .contact, header .contact {
		margin-top: 0;
		display: inline-block;
	}
	
	#home .intro .contact a, header .contact a {
	    border-collapse: separate;
		-webkit-background-origin: border !important;
		-moz-background-origin: border !important;
		background-origin: border-box !important;
		background: #1F459E;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #FFFFFF;
		padding: 15px 20px;
		margin: 0 auto;
	    vertical-align: middle;
      background: #007EA8 !important;
	}
	
	#home .intro .contact a:before, header .contact a:before {
		display: inline-block;
		width: 28px;
		height: 28px;
		margin: -10px 6px -5px -6px;
		content: "";
		background: url('/images/phone.svg') no-repeat 0 0;
		background-size: 100%;
	}
	
	#home .courses a .bold {
    	font-size: 18px !important;
	}
	
	#home .courses  a.sky-button {
		font-size: 22px !important;
		margin-left: 5px !important;
	}
	
	#carousel .owl-stage-outer {
   		width: 95%;
		max-width: 860px;
	}
	
	#carousel .owl-stage-outer .content {
		width: 86%;	
	}
	
	#carousel div.img {
    	width: 169px;
	}
	
	/* Availability */
	
	._cal-details {
      width: auto !important;
      max-width: none;
      margin: 50px 4% 20px 4%;
	}
	
	._cal-details h2, ._cal-details h3, .sky-blockcontent ._cal-details ul>li, ._cal-details p, ._cal-details a {
		text-align: center;	
	}
	
	.moduletable._cal-1, .moduletable._cal-2 {
		margin: 40px 0 10px 0;
		width: 98% !important;
		text-align: center;
		float: none !important;
	}	
	
	.moduletable._cal-1 .sky-blockcontent, .moduletable._cal-2 .sky-blockcontent {
		text-align: center;	
	    margin-left: 1%;
	}
	
	.moduletable._cal-1 .sky-blockcontent p, .moduletable._cal-2 .sky-blockcontent{
		white-space: nowrap;	
	}
	
	.dp-upcoming-calendar {
	    margin-left: -44px;	
	}
	
	.moduletable._cal-1 .sky-blockcontent > div, .moduletable._cal-2 .sky-blockcontent > div {
		display: inline-block;
		text-align: left;
	}
	
	.moduletable._cal-1-more, .moduletable._cal-2-more {
		margin: 10px auto 40px !important;
		float: none !important;
    text-align: center;
		
	}
	.moduletable._cal-1-more .sky-blockcontent, .moduletable._cal-2-more .sky-blockcontent {
		text-align: center !important;
	}

	/* Driving Courses */
	
	#training nav span {
		display: block !important;
	}
	
	#training nav img {
    	width: auto;
	}	
	
	/* Contact */
	
	#contactForm .details, #contactForm .message, #contactForm .captchaSubmit {
		width: 100%;	
	}
	
	#contactForm .message, #contactForm .captchaSubmit {
    	margin-top: 20px;
	}
	
	#contactForm .reCAPTCHA {
		position: relative;
		text-align: center;
		margin-top: 10px;
		padding-left: 0;
	}
	
	#contactForm .submit {
		width: 100%;
		max-width: none;
		margin-top: 0;
		box-sizing: border-box;
	}

	#contactForm input[type="submit"] {
		font-size: 20px;
		width: 100%;
		height: 74px;
	}
	
	/* Enroll */
	
	#enrollForm .courses .rsformVerticalClear {
		width: 100%;
		margin: 0 1% 1% 0 !important;
	}
	
	#enrollForm .profile .rsform-block {
		width: 48.5%;	
	}
	
	#enrollForm .profile .inline-block:nth-child(odd) {
    	margin-left: 0;
	}
	

	
	/* Forms */ 
	
	.formResponsive textarea, .formResponsive input[type="text"] {	
	    padding: 1% !important;
		width: 98% !important;
	}
	
	/* Footer */
		
	.responsive .sky-footer .sky-footer-inner {    
	    padding: 0 !important;
	}
	
	#footer .container {
    	padding: 0 4%;
	}
	
	#footer .ctaOnlineSite {
		display: none;	
	}	
	
	#footer .copy {
		float: none;
		text-align: center;
	}

}


@media screen and (max-width: 860px) {
	
	#contact .hours div {
		width: 100%;
		text-align: center;	
	}
	
}

@media screen and (max-width: 799px) {
	
	/* Home */

	#carousel {
		display: none;
	}
	
	#home .course1, #home .course2, #home .course3, #home .course4 {
		width: 100%;
	}
	
	/* About */
	
	#about .main, #about .side {
		max-width: none;
		float: none;
	}
	
	 #about .side {
			margin-top: 40px; 
	 }
	 

	 /* Driving Courses */
	 
	 	 
	 #training .child {
	     display: inline;
	 }
	 
	 #training .courseTitle {
		 text-align: center;
	 }	 	 
	 
	#training .courseTitle img {
	    max-width: 230px;
	    width: 100%;
	    margin-top: 20px;
	}
	
	 #training .course-img {
		width: 100%;
		max-width: 647px;
		float: none;
		margin: 20px auto;
	 }
	 	 
	 #training .price ul {
		 float: none;
	 }
	 
	 #training .enroll {
		float: none;
		margin: 10px auto;
		text-align: center;
	    display: flex;
	}
	
	#training .enroll .sky-button {
	    width: 100%;
	}
	
	/* Contact */
		
	#contact .pagetop .phone, #contact .pagetop .email {
		width: 100%;	
	}
	 
	/* Enroll */
	
	
	#enrollForm .profile .inline-block, #enrollForm .inline-block {
		display: block;
		margin-left: 0;
	}
	
	#enrollForm .profile .rsform-block {
    	width: 100%;
	}

	#enrollForm .reCAPTCHA, #enrollForm .submit {
		float: none;
	}
	
	#enrollForm .reCAPTCHA {
		margin: auto;	
	}

	#enrollForm .submit {
		padding-left: 0;
		margin-top: 20px;	
	}
	
	/* Footer */
	
	#footer .contactDetails .sky-button {
		max-width: max-content;	
	}
	
	#footer .contactDetails, #footer .fbPlugin {
		float: none;
		margin: auto;
	}
	
	#footer .fbPlugin {
	    width: 100%;
		max-width: 350px;
		margin-top: 20px;
	}
}


@media screen and (max-width: 679px) {
	
	/* Home */
	
	#home .intro .logo, #home .intro .inline, #home .intro .cta {
		text-align: center;	
	}
	
	#home .intro .logo {
		width: 100%;	
	    height: auto;
		margin-top: 10px;
	}
	
	#home .intro .inline {
		margin-right: 0;	
	}
	
	#home .intro .name {
		margin: 0;	
	}

	#home .intro .slogan {
	    line-height: 34px;
	}
	
	#home .intro .cta .contact a, #home .intro .cta a.sky-button {
		display: block;
	}

	#home .intro .contact {
		margin-top: 10px;
	}
	
	#home .intro .contact a {
	    margin: 0 5px 0 0;
	}
	
	#home .intro .cta {
	    margin-top: 40px;
	}	
	
}

@media screen and (max-width: 599px) {
	
	/* Header */
	
	header, header .logo, header .inline, header .cta {
		text-align: center;	
	}
	
	header .logo {
		width: 100%;
		max-width: none;	
	    height: auto;
		margin-top: 0;
	}
	
	header .logo img {
	    width: 100%;
		max-width: 200px;	    	
	}
	
	header .inline {
		margin: 0;	
	}
	
	header .name {
		margin: 0;	
	}

	header .slogan {
	    line-height: 34px;
	}
	
	header .cta {
    	margin: 20px auto !important;
		width: auto;
	}
	
	header .cta .contact a, header .cta a.sky-button {
		display: block !important;
	}

	header .contact {
		margin-top: 10px;
	}
	
	header .contact a {
	    margin: 0 5px 0 0;
	}
	
	header .cta {
	    margin-top: 40px;
	}
	
	/* Title */
	
	.title h1 {
	    font-size: 32px;
	}
	
	/* Home */
	
	.eb .mod-item {
		text-align: center;	
	}
	
	.container {
		text-align: center;	
	}
	
	/* Training */ 
	
	#training .learn {
    	padding-right: 0;
	}
	
	/* Enroll & Contact Form*/
		
	input[type="text"], textarea {
		text-align: center;	
	}
	
	#enrollForm .float-l {
		float: none;
	    margin-right: 0;
	}
	
	#enrollForm .courses input[type="radio"] {    
    	float: none;
    	margin-right: 4px;
	}
	
	#enrollForm button[type="submit"] {
	    white-space: normal;
	}


}

@media screen and (max-width: 480px) {	

	/* Home, Header & Title */
	
	#home .intro .name h1, header .name {
    	font-size: 28px;
	}
	
	#home .intro .slogan, header .slogan {
    	font-size: 26px;
	}
	
	#home.lang-fr .intro .name h1, header.lang-fr .name {
    	font-size: 25px;
	}
	
	#home.lang-fr .intro .slogan, header.lang-fr .slogan {
    	font-size: 23px;
	}
	
	#home .intro .cta {
    	margin-top: 20px;
	}
	
	#home .intro .contact span a {		
	    font-size: 26px !important;
	}
	
	#home .courses a.sky-button {
   		font-size: 22px !important;
	}

	.sky-blockcontent ._cal-details a {
    	font-size: 14px !important;
	}
	
	.sky-post_latest-blog .sky-postheader, .sky-blockcontent h2, .title h1 {
	    font-size: 28px;
	}
	
	/* General Content */
	
	.sky-content-layout img {
		margin: 0 !important; 
	}
	
	.sky-content-layout	h2 {
		font-size: 30px;
	}	
	
	/* Bottom Mod */
	
	.providing h3, .hybridMod h3 {
		font-size: 24px;
	}
		
	/* Driving Course */
	
	#training .details {
		padding: 20px;
	}

	/* Blog */
	
	.eb .sky-postcontent h2 a, .eb .sky-postcontent h2 a:link, .sky-postcontent h2.eb-showcase-title a, .sky-postcontent h2.eb-showcase-title a:link {
		font-size: 28px !important;	
	}
	
	/* Contact */
	
	#contact .pagetop .email a {
		font-size: 16px;	
	}
	
	#contactForm .reCAPTCHA {
		float: none;
		margin-right: 0;
	}
		
	#contactForm .submit {
		float: none;
		margin-top: 10px;
		padding: 0;
	}
	
	/* Enroll */
	
	#enrollForm .courses label {
	    width: 92% !important;
	    padding: 20px 4%;
	}
	
	#enrollForm input[type="submit"] {
    	font-size: 18px;
	}
	
	/* Footer */
	
	#footer a {
	    font-size: 12px !important;
	}
	
	#footer .contactDetails a.sky-button {
		font-size: 18px !important;	
	}
	
	#footer .social-media img {
    	width: 65px;
		height: 65px;
	}
}

@media screen and (min-width: 845px) {
	#contact .hours, 
	#contact .location {
		display: inline-block;
		vertical-align: top;
	}
	#contact .hours h2, 
	#contact .location h2 { margin-top: 20px; }
	#contact .hours { 
		width: 40%; 
		border: none;
	}
	#contact .location { width: 58%; }
	#contact .hours ul { margin-top: 0; }
	#contact .hours li { padding: 0 0 20px 0; }	
	#contact .address { margin: 0; }
	#contact .map { margin: 20px auto; }
}

/* Google reCaptcha v3 */
.grecaptcha-badge { 
	visibility: hidden;
}


/* End Additional CSS Styles */


/* DP Calendar - Remove margin from course date link - 20220-06-14 */
.mod-dpcalendar-upcoming-default .dp-link {
  margin-bottom: 0;
}

/* Created by Artisteer v4.3.0.60745 */

.responsive body
{
   min-width: 240px;
}
  
.responsive img 
{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}  
  
.responsive .sky-content-layout img,
.responsive .sky-content-layout video
{
   max-width: 100%;
   height: auto !important;
}

.responsive.responsive-phone .sky-content-layout img 
{
   margin: 1%;
}

.responsive.responsive-phone .sky-collage,
.responsive.responsive-tablet .sky-collage {
   margin: 0 !important;
}

.responsive .sky-content-layout .sky-sidebar0, 
.responsive .sky-content-layout .sky-sidebar1, 
.responsive .sky-content-layout .sky-sidebar2 
{
   width: auto !important;
}
    
.responsive .sky-content-layout, 
.responsive .sky-content-layout-row, 
.responsive .sky-layout-cell 
{
   display: block;
}

.responsive .sky-content-layout, 
.responsive .sky-content-layout-row
{
   padding: 0;
}
    
.responsive .image-caption-wrapper 
{
   width: auto;
}

.responsive.responsive-tablet .sky-vmenublock,
.responsive.responsive-tablet .sky-block
{
margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
    float: none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .sky-responsive-embed 
{
   height: 0;
   padding-bottom: 56.25%;
   /* 16:9 */
    position: relative;
}

.responsive .sky-responsive-embed iframe,
.responsive .sky-responsive-embed object,
.responsive .sky-responsive-embed embed
{
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* dynamic width nav */
.responsive nav.sky-nav,
.responsive .sky-nav-inner
{
   width: auto !important;
   position: relative !important;
   top: auto !important;
   left: auto !important;
   right: auto !important;
   bottom: auto !important;
   margin-top: 0;
   margin-bottom: 0;
   min-width: 0;
   text-align: left !important;
}

.responsive nav.sky-nav
{
   min-width: 1%;
}

.responsive .sky-nav 
{
   padding-left: 0;
   padding-right: 0;
}

/* full width hmenu, instead of inline-block */
.responsive .sky-nav ul.sky-hmenu 
{
   float: none;
   text-align: center;
   display: none;
}

/* elements on different lines */
.responsive .sky-nav ul.sky-hmenu li,
.responsive .sky-hmenu-extra1,
.responsive .sky-hmenu-extra2
{
   float: none;
}
  
/* horizontal margins */
.responsive .sky-nav ul.sky-hmenu>li:first-child, 
.responsive .sky-nav ul.sky-hmenu>li:last-child, 
.responsive .sky-nav ul.sky-hmenu>li
{
   margin-left: 0;
   margin-right: 0;
}
 
/* separator */ 
.responsive .sky-nav ul.sky-hmenu>li:before
{
   display: none;
}

/* vertical distance between items */
.responsive .sky-nav ul.sky-hmenu a
{
   margin-top: 1px !important;
   margin-bottom: 1px !important;
   height: auto;
   white-space: normal;
}

.responsive .sky-nav ul.sky-hmenu>li:first-child>a
{
   margin-top: 0 !important;
}

.responsive .sky-nav ul.sky-hmenu>li:last-child>a
{
   margin-bottom: 0 !important;
}

/* fixes for extended menu */
.responsive .sky-nav .ext, 
.responsive .sky-nav ul.sky-hmenu>li>ul, 
.responsive .sky-nav ul.sky-hmenu>li>ul>li,
.responsive .sky-nav ul.sky-hmenu>li>ul>li a
{
   width: auto !important;
}

/* submenu position on hover */
.responsive .sky-nav ul.sky-hmenu ul
{
   left: auto !important;
   right: auto !important;
   top: auto !important;
   bottom: auto !important;
   display: none !important;
   position: relative !important;
   visibility: visible !important;
}

.responsive .sky-nav ul.sky-hmenu li.active>ul
{
   display: block !important;
}
.responsive .sky-nav ul.sky-hmenu ul li.active>a
{
   font-weight: bold;
}

.sky-nav .sky-menu-btn 
{
   border: 1px solid #404040;
   border-radius: 3px;
   box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
   display: none;
   -svg-background: linear-gradient(to bottom, #707070 0, #000 100%);
   background: -ms-linear-gradient(top, #707070 0, #000 100%);
   background: -moz-linear-gradient(top, #707070 0, #000 100%);
   background: -o-linear-gradient(top, #707070 0, #000 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #707070), color-stop(1, #000));
   background: -webkit-linear-gradient(top, #707070 0, #000 100%);
   background: linear-gradient(to bottom, #707070 0, #000 100%);
   margin: 3px;
   outline: none;
   padding: 5px;
   position: relative;
   vertical-align: bottom;
   width: 20px;
}

.sky-nav .sky-menu-btn span 
{
   background: #E0E0E0;
   border-radius: 2px;
   display: block;
   height: 3px;
   margin: 3px 1px;
   position: relative;
   -moz-transition: background .2s;
   -o-transition: background .2s;
   -webkit-transition: background .2s;
   transition: background .2s;
}

.sky-nav .sky-menu-btn:hover span
{
   background: #f3f3f3;
}

.responsive .sky-nav .sky-menu-btn 
{
   display: inline-block;
}

.responsive .sky-nav .sky-hmenu.visible 
{
   display: block;
}

.responsive .sky-nav ul.sky-hmenu>li>ul>li:first-child:after 
{
   display: none;
}
.responsive .sky-nav ul.sky-hmenu ul a
{
   padding-left: 4% !important;
}
.responsive .sky-nav ul.sky-hmenu ul ul a
{
   padding-left: 6% !important;
}
.responsive .sky-nav ul.sky-hmenu ul ul ul a
{
   padding-left: 8% !important;
}
.responsive .sky-nav ul.sky-hmenu ul ul ul ul a
{
   padding-left: 10% !important;
}
.responsive .sky-nav ul.sky-hmenu ul ul ul ul ul a
{
   padding-left: 12% !important;
}
  
.responsive .sky-nav ul.sky-hmenu>li>ul
{
   padding: 0;
}
  
.responsive .sky-nav ul.sky-hmenu>li>ul:before
{
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.responsive .sky-sheet
{
   width: auto !important;
   min-width: 240px !important;
   max-width: none !important;
   margin-right: 1% !important;
   margin-left: 1% !important;
}

#sky-resp {
   display: none;
}

@media all and (max-width: 949px)
{
    #sky-resp, #sky-resp-t { display: block; }
    #sky-resp-m { display: none; }
}

@media all and (max-width: 480px)
{
    #sky-resp, #sky-resp-m { display: block; }
    #sky-resp-t { display: none; }
}

#sky-resp-desktop {
   display: none;
}
#sky-resp-tablet-landscape {
   display: none;
}
#sky-resp-tablet-portrait {
   display: none;
}
#sky-resp-phone-landscape {
   display: none;
}
#sky-resp-phone-portrait {
   display: none;
}

@media (min-width: 1200px)
{
    #sky-resp-desktop { display: block; }
}

@media (min-width: 980px) and (max-width: 1199px)
{
    #sky-resp-tablet-landscape { display: block; }
}

@media (min-width: 768px) and (max-width: 979px)
{
    #sky-resp-tablet-portrait { display: block; }
}

@media (min-width: 480px) and (max-width: 767px)
{
    #sky-resp-phone-landscape { display: block; }
}

@media (max-width: 479px)
{
    #sky-resp-phone-portrait { display: block; }
}
.responsive .sky-content-layout, 
.responsive .sky-content-layout-row, 
.responsive .sky-layout-cell 
{
   display: block;
}

.responsive .sky-layout-cell 
{
   width: auto !important;
   height: auto !important;
}

.responsive .sky-content-layout:after, 
.responsive .sky-content-layout-row:after, 
.responsive .sky-layout-cell:after 
{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.responsive .responsive-tablet-layout-cell,
.responsive.responsive-tablet .sky-footer .sky-content-layout .sky-layout-cell 
{
   margin: 1%;
   width: 98% !important;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .responsive-layout-row-2 .responsive-tablet-layout-cell,
.responsive.responsive-tablet .sky-footer .sky-content-layout .responsive-layout-row-2 .sky-layout-cell
{
   width: 48% !important;
}

.responsive .responsive-layout-row-3 .responsive-tablet-layout-cell,
.responsive.responsive-tablet .sky-footer .sky-content-layout .responsive-layout-row-3 .sky-layout-cell
{
   width: 31% !important;
}
.responsive .sky-post
{
   border-radius: 0;
}

.responsive .sky-footer-inner
{
   width: auto;
   padding: 2% !important;
   min-width: 0;
}

.responsive.responsive-tablet .items-row .item ,
.responsive.responsive-phone .items-row .item 
{
    width: auto;
    display: block;
}

