/*--------------------------------------------------------------------------
 *Filename:			main.css
 *Description:		Global CSS
 *Version:			2.0.0 (2015-06-23)
 *Author:			Freetimers Internet
------------------------------------------------------------------------- */
/* Imported stylesheets
------------------------------------------------------------------------- */
/*@import url('normalize.css');*/
@import url('reset.css');
@import url('foundation.css');
@import url('font-awesome.css');
@import url('apex-slider.css');
@import url('apex-slider-caption.css');
@import url('apex-slider-style.css');
/*@import url('ticker-style.css');*/
@import url('colorbox.css');
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700,400);*/
/*@import url('jquery-ui-1.7.3.custom.css');*/

@font-face {
    font-family: 'Impact';
    src: url('../fonts/impact.eot');
    src: local('☺'), url('../fonts/impact.woff') format('woff'), url('../fonts/impact.ttf') format('truetype'), url('../fonts/impact.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optima';
    src: url('../fonts/optima.eot');
    src: local('☺'), url('../fonts/optima.woff') format('woff'), url('../fonts/optima.ttf') format('truetype'), url('../fonts/optima.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Body
------------------------------------------------------------------------- */
html, body {
    /*font-size: 62.5%;*/
    font-size: 68.8%;
    color: #1c466d;
    font-family: 'Optima', sans-serif;
}

img {
    width: 100%;
}

#cc-conf {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px 0;
    background-color: #212121;
    color: #fff;
    z-index: 9999999;
}

#cc-conf p {
    margin-bottom: 0;
    color: #eee;
}

#cc-conf a {
    color: #fff;
}

#cc-conf .close {
    font-size: 1.4rem;
    text-decoration: none;
}

/**************************************************************************************************
																				- Small screen -
**************************************************************************************************/
@media only screen {

    a {
        color: #1c466d;
        /*text-decoration: underline;*/
    }

    i.social-icons.fa-facebook-square:hover, i.social-icons.fa-facebook-square.fill {
        color: #3b5998;
    }

    i.social-icons.fa-twitter-square:hover, i.social-icons.fa-twitter-square.fill {
        color: #5ea9dd;
    }

    i.social-icons.fa-linkedin-square:hover, i.social-icons.fa-linkedin-square.fill {
        color: #0077b5;
    }

    form {
        padding-bottom: 1rem;
    }

    .inArticleImage {
        float: none;
        clear: both;
        max-width: 236px !important;
        display: block;
        margin: 10px auto;
    }

    /* Typography
    ------------------------------------------------------------------------- */
    h1 {
        font-size: 0.8rem;
        color: #ddd;
        margin: 0;
    }

    h1, h2, h3, p, span {
        text-rendering: optimizeLegibility;
        line-height: 1.8rem;
    }

    p {
        font-family: 'Optima', sans-serif;
        font-size: 1.2rem;
    }

    .heading {
        position: relative;
        display: inline-block;
        font-size: 2.2rem;
        color: #1c466d;
        margin-bottom: 1rem;
    }

    .heading a {
        text-decoration: none;
    }

    .heading.white {
        color: #fff;
    }

    .heading:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: -2px;
        height: 1px;
        width: 100%;
        background-color: #f5821f;
    }

    .subheading {
        display: block;
        font-size: 1.8rem;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 0.5rem 0;
        margin: 0.5rem 0;
    }

    .alt-text-blue {
        font-family: 'Impact';
        color: #f5821f;
    }

    .alt-text-blue span {
        font-family: 'Impact';
        color: #1c466d;
    }

    .alt-text-grey {
        font-family: 'Impact';
        color: #f5821f;
    }

    .alt-text-grey span {
        font-family: 'Impact';
        color: #dad9d9;
    }

    button.back {
        padding: 0;
        float: left !important;
    }

    button.back i {
        font-size: 1.2rem;
    }

    /* Header
    ------------------------------------------------------------------------- */
    header {
        background-color: #1c466d;
        color: #fff;
        line-height: 0;
    }

    header a {
        color: #fff;
        text-decoration: none;
    }

    /* Block set one
    ------------------------------------------------------------------------- */
    .block-set-one .block {
        position: relative;
        display: block;
    }

    .block-set-one .caption {
        position: absolute;
        bottom: -1px;
        left: 0;
        min-height: 70px;
        padding: 0.2rem 0;
        font-size: 1.3rem;
        color: #1c466d;
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.9);
        text-align: center;
    }

    .block-set-one .caption h3 {
        margin: 0.8rem;
        font-size: 2.2rem;
    }

    /* Block set two
    ------------------------------------------------------------------------- */
    .block-set-two-wrapper {
        background-image: url('../images/blocks-background.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .block-set-two li {
        margin-top: 1.2rem;
    }

    .block-set-two .block {
        position: relative;
        display: block;
    }

    .block-set-two .caption {
        position: absolute;
        top: 0.2rem;
        left: 0.5rem;
        width: 14rem !important;
        padding: 0.2rem 0;
        font-family: 'Impact';
        font-size: 2rem;
        color: #1c466d;
        line-height: 2.2rem;
    }

    .block-set-two .caption:first-child {
        top: 5rem;
    }

    /* Course checker
    ------------------------------------------------------------------------- */
    .course-checker {
        font-size: 1.4rem;
        /*height: 24rem;*/
        background-color: #1c466d;
        margin-top: 0.9rem !important;
        padding: 1rem;
    }

    .course-checker .heading {
        display: block;
        text-align: center;
        font-family: 'Impact';
        color: #f5821f;
        font-size: 2rem;
        text-transform: uppercase;
        word-spacing: 4px;
        line-height: 18px;
    }

    .course-checker .heading:after {
        display: none;
    }

    .course-checker table {
        margin-top: 0.6rem;
        width: 100%;
        border: none;
        background-color: #1c466d;
        color: #fff;
        line-height: 2rem !important;
    }

    .course-checker .course {
        width: 80%;
    }

    .course-checker .availability {
        text-align: right;
        width: 10%;
    }

    .course-checker .suffix {
        text-align: right;
        width: 10%;
    }

    .course-checker .more {
        text-align: right;
    }

    .course-checker .more a {
        margin-top: 0.5rem;
        font-size: 1.6rem;
        color: #f5821f;
        text-decoration: underline;
    }

    .course-checker .more a i {
        font-size: 1rem;
    }

    /*.row{
        border: 1px solid #ca0707;
    }

    .column{
            border: 1px solid #2ac57a;
    }*/
    /* Home
    ------------------------------------------------------------------------- */
    .course-banner-wrapper {
        background-color: #dad9d9;
    }

    .course-banner {
        background-image: url('/UserFiles/image/course-banner.jpg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 1.5rem;
    }

    .course-banner .course-details {
        font-size: 1rem;
        padding: 1rem;
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .safety-net-banner {
        position: relative;
        height: 174px;
        background-image: url('/UserFiles/image/saftey-net-banner.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .safety-net-banner .strip {
        font-family: 'optima' !important;
        color: #f5821f;
        position: absolute;
        bottom: 0;
        width: 100% !important;
        font-size: 1.3rem;
        padding: 1rem;
        background-color: #1c466d;
        background-color: rgba(28, 70, 109, 0.9);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: right;
    }

    .safety-net-banner .strip .grey {
        color: #dad9d9;
    }

    .safety-net-banner h3 {
        margin: 0;
        font-size: 1.8rem;
    }

    .safety-net-banner a {
        font-family: 'Impact';
        color: #f5821f;
        font-size: 1.8rem;
        line-height: 2.8rem;
        text-decoration: none;
    }

    .safety-net-banner i {
        font-size: 1.3rem;
        vertical-align: middle;
    }

    /* Contact banner
    ------------------------------------------------------------------------- */
    .contact-banner-wrapper {
        margin-top: 1rem;
        padding: 1rem 0;
        background-color: #f5821f;
        color: #fff;
    }

    .contact-banner-wrapper p {
        font-size: 1.6rem;
    }

    .contact-banner-wrapper span {
        font-family: 'Impact';
        font-size: 2.2rem;
        vertical-align: middle;
    }

    /* Twitter mod
    ------------------------------------------------------------------------- */
    .twitter-mod ul {
        font-size: 1.2rem;
    }

    .twitter-mod li:first-child {
        margin-top: 0;
    }

    .twitter-mod li {
        margin-top: 1rem;
    }

    .twitter-mod li a {
        text-decoration: underline;
    }

    .twitter-mod ul span {

    }

    .twitter-mod .more {
        font-size: 1.1rem;
        text-decoration: none;
    }

    .twitter-mod .title {
        display: block;
        text-decoration: none;
    }

    .twitter-mod li a:hover {

    }

    /* News
    ------------------------------------------------------------------------- */
    .news-section > .column {
        margin-top: 1.5rem;
    }

    .news-section > .column:first-child {
        margin-top: 0;
    }

    .orange {
        color: #f5821f;
    }

    .orange a {
        color: #f5821f;
    }

    /* Testimonials
    ------------------------------------------------------------------------- */
    .testimonials .container p {
        margin: 0.8em 0;
    }

    .testimonials .more {
        float: right;
        font-size: 1.2rem;
    }

    /* Content managment page
    ------------------------------------------------------------------------- */
    .maincontent {
        padding-top: 1px;
    }

    .maincontent .course-checker {
        margin-top: 0 !important;
    }

    .maincontent .course-checker {
        font-size: 1.2rem;
        /*height: 24rem;*/
        background-color: #1c466d;
        margin-top: 0rem !important;
    }

    .maincontent .course-checker .heading:after {
        display: none;
    }

    .maincontent .course-checker table {
        width: 100%;
        border: none;
        background-color: #1c466d;
        color: #fff;
        line-height: 2rem !important;
    }

    .maincontent .course-checker .more a {
        font-size: 1.4rem;
        color: #f5821f;
        text-decoration: underline;
    }

    .maincontent .course-checker .more a i {
        font-size: 0.8rem;
    }

    .inc-page {
        margin-top: 1rem;
        font-size: 1.2rem;
    }

    .inc-page h2 {
        position: relative;
        display: inline-block;
        margin: 1.5rem 0;
        font-size: 2.2rem;
        color: #1c466d;
    }

    .inc-page h2:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: -5px;
        height: 1px;
        width: 100%;
        background-color: #f5821f;
    }

    .inc-page h3 {
        margin: 1rem 0;
        color: #1c466d;
        font-size: 1.6rem;
    }

    .inc-page a {
        color: inherit;
        text-decoration: underline;
    }

    .inc-page p {
        margin: 0.8em 0;
    }

    .inc-page u {
        position: relative;
        color: #1c466d;
        text-decoration: none;
    }

    .inc-page u:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 1px;
        height: 1px;
        width: 100%;
        background-color: #f5821f;
    }

    .inc-page ul, ol {
        margin-left: 1rem;
    }

    .inc-page ul li {
        position: relative;
        padding: 2px 0 2px 15px;
    }

    /*.inc-page ul li:before {*/
        /*position: absolute;*/
        /*content: '■';*/
        /*top: -5px;*/
        /*left: 0;*/
        /*font-size: 1.7rem;*/
        /*color: #f5821f;*/
    /*}*/

    .inc-page ul li {
        list-style: disc;
    }

    .inc-page ol {
        margin-left: 1rem;
        counter-reset: ol-counter;
    }

    .inc-page ol li {
        position: relative;
        padding: 2px 0 2px 15px;
    }

    .inc-page ol li:before {
        position: absolute;
        content: counter(ol-counter) '.';
        counter-increment: ol-counter;
        bottom: 1px;
        left: 0;
        font-size: 1.3rem;
        color: #f5821f;
    }

    .inc-page li, ol {
        font-size: 1.2rem;
    }

    .cmitem img, .news-item {
        width: auto !important;
    }

    .cmitem {
        /*padding: 0 0.9375rem;*/
    }

    .cmitem .table-header > div, .cmitem .table-body {
        padding: 0.5rem;
    }

    .cmitem .column {
        margin-top: 1.5rem;
    }

    .cmitem .column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Products
    ------------------------------------------------------------------------- */
    .products ul li {
        position: relative;
    }

    .products a {
        color: #1c466d;
    }

    .product-name {
        font-size: 1.6rem;
        height: 40px;
        line-height: 1.8rem;
        font-weight: 900;
        margin-top: 15px;
    }

    .product-price {
        font-size: 1.4rem;
        font-family: 'Optima';
        color: #1c466d;
        font-weight: bolder;
    }

    .product-price span {
        color: #f5821f;
    }

    .product-order input {
        width: 100px;
    }

    .image-container {
        display: block;
        padding: 5px;
        height: 200px;
        width: 100%;
        border: 2px solid #adadad;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        text-align: center;
    }


    .image-container{
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }


    .image-container img {
        /*width: auto;*/
    }

    .image-container.large,
    .image-container.large img {
        height: auto;
        width: auto;
    }

    .image-container.large img {
        /* max-height: 150px;*/
        /* width: auto;*/
    }

    /* Course booking
    ------------------------------------------------------------------------- */
    .course-booking {
        font-size: 1.2rem;
    }

    .course-booking th {
        background-color: #1c466d;
        color: #fff;
        font-size: 1.2rem;
    }

    .course-booking tr:nth-child(odd) {
        background-color: #E7ECF0;
    }

    .course-booking th, .course-booking td {
        width: 16%;
        padding: 0.5rem 0.5rem;
        text-align: center;
    }

    .course-booking button {
        margin-top: 0;
    }

    .course-booking .qty {
        height: 2.6rem;
        /*background-color: #fff;
        border: 1px solid #f5821f;
        text-align: center;	*/
    }

    .course-booking input {
        /*float: left;*/
    }

    /* Shopping basket
    ------------------------------------------------------------------------- */
    .shopping-basket .heading {
        font-size: 1.5rem;
        line-height: 1.4rem;
        margin-top: 0.5rem;
    }

    .shopping-basket button {
        float: right;
    }

    .shopping-basket span {
        font-size: 1rem;
    }

    .shopping-basket input {
        font-size: 1.2rem;
    }

    .shopping-basket button {
        margin-top: 0;
    }

    .shopping-basket .top-row {
        background-color: #1c466d;
        color: #fff;
    }

    .shopping-basket .top-row .column {
        padding: 0.8rem 0;
    }

    .shopping-basket .top-row span {
        font-size: 1.2rem;
    }

    .shopping-basket .basket-item {
        padding: 0.8rem 0;
        margin-top: 0 !important;
    }

    .shopping-basket span {
        font-size: 1.2rem;
    }

    .shopping-basket .basket-item:nth-child(even) {
        background-color: #fff;
    }

    .shopping-basket .basket-item:nth-child(odd) {
        background-color: #e7ecf0;
    }

    /* Account
    ------------------------------------------------------------------------- */
    .login span, .login a {
        font-size: 1.2rem;
        color: #1c466d;
    }

    .login input, .register-form input {
        width: 100%;
    }

    .login input[type="checkbox"], .register-form input[type="checkbox"] {
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    .login button {
        width: 100%;
    }

    .register-form {
        background-color: #1c466d;
        /*padding-bottom: 1rem; */
    }

    .register-form span, .register-form a {
        font-size: 1.2rem;
        color: #fff;
    }

    .freecap-background {
        height: 27px;
        margin-top: 1.8rem;
        background-color: #fefefe;
    }

    .freecap {
        margin-top: -6px;
        height: 44px;
        pointer-events: none;
    }

    .article_response .freecap-background {
        margin-top: 1.7rem;
    }

    .register-form button {
        width: 80%;
    }

    /* Footer
    ------------------------------------------------------------------------- */
    footer {
        background-color: #1c466d;
        color: #fff;
    }

    footer a {
        color: #fff;
        text-decoration: none;
    }

    footer .contact .number {
        position: relative;
        display: inline-block;
        font-size: 2rem;
        display: block;
        /*margin-bottom: 0.6rem;*/
    }

    footer .contact .email {
        font-size: 1.2rem;
        text-decoration: underline;
    }

    .footer-menu > li > a {
        position: relative;
        display: inline-block;
        font-size: 1.8rem;
        color: #fff;
        margin-bottom: 1rem;
    }

    .footer-menu > li > a:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 2px;
        height: 1px;
        width: 100%;
        background-color: #f5821f;
    }

    .footer-menu li {
        font-size: 1.2rem;
    }

    .footer-menu li ul {
        margin-left: 0;
    }

    .footer-menu li ul li:hover {
        text-decoration: underline;
    }

    footer .social-icons {
        font-size: 2rem;
        letter-spacing: 8px;
    }

    footer .hr {
        margin: 0.5rem auto;
        height: 1px;
        width: 100%;
        background-color: #ccc;
    }

    .copyright {
        text-align: center;
        font-size: 1rem;
    }

    .footer-links {
        text-align: center;
        font-size: 1rem;
    }

    /* 404
    ------------------------------------------------------------------------- */
    .page-404 .icon {
        font-size: 3rem;
    }

    .page-404 .error-text {
        font-size: 1.8rem;
    }

    .page-404 .fa-stack-1x {
        color: #f5821f;
    }

}

/**************************************************************************************************
																				- Small screen fix-
**************************************************************************************************/
@media only screen and (min-width: 26.125rem) {
    /* 450px */
    /*.row.small-capped{
        max-width: 500px !important;
        margin: 0 auto !important;
    }*/
    /*.block-set-one img{
        height: 23rem;
    }*/
    /*	.block-set-one .caption{
            font-size: 1.2rem;
        }*/
    /* Contact banner
    ------------------------------------------------------------------------- */
    .contact-banner-wrapper {
        margin-top: 1rem;
        padding: 1rem 0;
        background-color: #f5821f;
        color: #fff;
    }

    .contact-banner-wrapper p {
        font-size: 1.8rem;
    }

    .contact-banner-wrapper span {
        font-family: 'Impact';
        font-size: 2.8rem;
        vertical-align: middle;
    }

    /* Home
    ------------------------------------------------------------------------- */
    .safety-net-banner .strip {
        font-size: 1.5rem;
    }

    .safety-net-banner h3 {
        font-size: 2rem;
    }

    .safety-net-banner a {
        font-size: 2rem;
    }

    .safety-net-banner i {
        font-size: 1.5rem;
    }
}

/**************************************************************************************************
																				- Medium screen -
**************************************************************************************************/
@media only screen and (min-width: 40.063rem) {

    html, body {
        font-size: 68.8%;
    }

    .inArticleImage {
        clear: none;
        float: left;
        margin: 0 10px 10px 0;
    }

    /* Header
    ------------------------------------------------------------------------- */
    .logo img {
        height: 64px;
        width: 360px;
    }

    .header-nav {
        margin: 0;
        text-align: right;
        color: #e2e2e2;
    }

    .header-nav li {
        position: relative;
        margin: 0 0.8rem;
        font-size: 1.2rem;
        display: inline-block;
    }

    .header-nav li:last-child {
        margin-right: 0;
    }

    .header-nav li a {
        display: block;
        color: #ddd;
    }

    .header-nav li a:hover {
        color: #f5821f;
    }

    .header-nav li:before {
        position: absolute;
        content: '|';
        left: -1rem;
        color: #fff;
    }

    .header-nav li:first-child:before {
        content: '';
    }

    header .user {
        height: 2px;
        margin-top: 1rem;
        font-size: 1rem;
        color: #e2e2e2;
    }

    header .contact {
        margin-top: 1.4rem;
        font-size: 1.8rem;
    }

    header .contact .social-icons {
        font-size: inherit;
        margin-left: 0.2rem;
    }

    .cart {
        padding-bottom: 0.8rem;
    }

    .cart a {
        font-size: 1.2rem;
        color: #e2e2e2;
    }

    .cart .basket {
        margin-right: 0.5rem;
        word-spacing: 0.3rem;
    }

    .cart i {
        font-size: 1.6rem;
    }

    nav {
        position: relative;
        background-color: #fff;
        z-index: 40;
    }

    .main-menu {
        margin: 0 !important;
    }

    .main-menu li {
        position: relative;
        padding: 0 !important;
        display: inline-block;
        background-color: #fff;
        text-align: center;
    }

    .main-menu > li:first-child a {
        background-color: #f5821f;
        color: #fff;
    }

    .main-menu > li:last-child a {
        background-color: #24a827;
        color: #fff;
    }

    .main-menu li a {
        position: relative;
        color: #1c466d;
        font-size: 1.2rem;
        display: block;
        padding: 1rem 0;
    }

    .main-menu li a span {
        margin-left: -15px;
    }

    .main-menu li:nth-child(5) a span, .main-menu li:nth-child(6) a span {
        margin-left: 0;
    }

    /*	.main-menu > li > a:after{
            position: absolute;
            content: '\f078';
            font-family: FontAwesome;
            margin-top: 1rem;
            margin: 0 auto;
            font-size: 1.2rem;
            transition: transform 200ms ease 300ms;
           -moz-transition: transform 200ms ease 300ms;
           -webkit-transition: transform 200ms ease 300ms;
        }*/
    .main-menu > li > a:after {
        position: absolute;
        content: '\f078';
        font-family: FontAwesome;
        margin-top: 0;
        margin-left: 0.5rem;
        font-size: 1.2rem;
        /*transition: transform 600ms ease;
       -moz-transition: transform 600ms ease;
       -webkit-transition: transform 600ms ease;*/
    }

    .main-menu li:nth-child(5) a:after, .main-menu li:nth-child(6) a:after {
        display: none;
    }

    .main-menu > li:hover > a:after {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        /*transition: transform 180ms ease;
       -moz-transition: transform 180ms ease;
       -webkit-transition: transform 180ms ease;*/
    }

    .main-menu li ul {
        position: absolute;
        top: 3.8rem;
        max-height: 0;
        width: 100%;
        margin: 0;
        overflow: hidden;
        z-index: -1;
        border: 1px solid #efefef;
        border-top: none;
        /*transition: max-height 800ms ease;
       -moz-transition: max-height 800ms ease;
       -webkit-transition: max-height 800ms ease;*/
    }

    .main-menu li:first-child ul {
        border: none;
    }

    .main-menu > li:hover ul {
        max-height: 400px;
    }

    .dir li a span {
        margin-left: 0;
    }

    .main-menu li ul li, .main-menu li ul li a {
        display: block;
    }

    .main-menu li:first-child ul li a:hover {
        background-color: #f7943f !important;
    }

    .main-menu li ul li a:hover {
        background-color: #e2e2e2;
    }

    /* Block set one
    ------------------------------------------------------------------------- */
    .block-set-one .block {
        position: relative;
        display: block;
    }

    .block-set-one .caption {
        position: relative;
        bottom: -1px;
        left: 0;
        min-height: 70px;
        padding: 0.2rem 0;
        font-size: 1.3rem;
        color: #1c466d;
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.9);
        text-align: center;
    }

    .block-set-one .caption h3 {
        margin: 0.8rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    /* Block set two
    ------------------------------------------------------------------------- */
    .block-set-two-wrapper {
        background-image: url('../images/blocks-background.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* Course checker
    ------------------------------------------------------------------------- */
    .course-checker {
        font-size: 1rem;
        background-color: #1c466d;
        padding: 1rem;
        margin-top: 0 !important;
    }

    .course-checker .heading {
        display: block;
        text-align: center;
        font-family: 'Impact';
        color: #f5821f;
        font-size: 1.6rem;
        text-transform: uppercase;
        word-spacing: 4px;
        line-height: 18px;
    }

    .course-checker .heading:after {
        display: none;
    }

    .course-checker table {
        margin-top: 0.6rem;
        width: 100%;
        border: none;
        background-color: #1c466d;
        color: #fff;
        line-height: 2rem !important;
    }

    .course-checker .more a {
        font-size: 1.2rem;
    }

    .course-checker .more a i {
        font-size: 0.8rem;
    }

    /* Home
    ------------------------------------------------------------------------- */
    .course-banner-wrapper .video-cta {
        padding: 1.5rem 0 1.2rem 0;
    }

    .safety-net-banner .strip {
        font-size: 1rem;
    }

    .safety-net-banner span {
        line-height: 0.6rem;
    }

    .safety-net-banner h3 {
        font-size: 2.6rem;
    }

    .safety-net-banner a {
        font-size: 2.6rem;
    }

    .safety-net-banner i {
        font-size: 1.5rem;
    }

    /* Content managment page
    ------------------------------------------------------------------------- */
    .maincontent {
        padding-top: 0;
    }

    .maincontent .course-checker {
        font-size: 1rem;
    }

    .maincontent .course-checker .heading {
        font-size: 1.4rem;
    }

    .maincontent .course-checker table {
        line-height: 2rem !important;
    }

    .maincontent .course-checker .more a {
        font-size: 1.2rem;
    }

    .maincontent .course-checker .more a i {
        font-size: 0.8rem;
    }

    .cmitem .table .column:nth-child(odd) {
        padding-right: 0.9375rem !important;
    }

    .cmitem .table .column:nth-child(even) {
        padding-left: 0.9375rem !important;
    }

    /* Products
    ------------------------------------------------------------------------- */
    .product-name {
        font-size: 1.4rem;
    }

    /* News
    ------------------------------------------------------------------------- */
    .news-section > .column {
        margin-top: 0;
    }

    .newsnavigation {
        font-size: 1.2rem;
    }

    #news .cmitem {
        padding: 0;
    }

    /* Footer
    ------------------------------------------------------------------------- */
    .footer-menu {
        margin-top: 1.2rem;
    }
}

/**************************************************************************************************
																			- Medium screen fix -
**************************************************************************************************/
@media only screen and (min-width: 49.444rem) {

    /* Header
    ------------------------------------------------------------------------- */
    .logo img {
        height: 80px;
        width: 448px;
    }

    header .contact {
        margin-top: 2rem;
        font-size: 2rem;
    }

    /* Block set one
    ------------------------------------------------------------------------- */
    .block-set-one .caption {
        font-size: 1.2rem;
    }

    .block-set-one .caption h3 {
        font-size: 1.8rem;
    }

    /* Course checker
    ------------------------------------------------------------------------- */
    .course-checker {
        font-size: 1.2rem;
        background-color: #1c466d;
        padding: 1rem;
        margin-top: 0 !important;
    }

    .course-checker .heading {
        display: block;
        text-align: center;
        font-family: 'Impact';
        color: #f5821f;
        font-size: 1.5rem;
        text-transform: uppercase;
        word-spacing: 4px;
        line-height: 18px;
    }

    /* Content managment page
    ------------------------------------------------------------------------- */
    .maincontent .course-checker {
        font-size: 1.2rem;
    }

    .maincontent .course-checker .heading {
        font-size: 1.6rem;
    }

    .maincontent .course-checker table {
        line-height: 2rem !important;
    }

    .maincontent .course-checker .more a {
        font-size: 1.2rem;
    }

    .maincontent .course-checker .more a i {
        font-size: 0.8rem;
    }
}

/**************************************************************************************************
																					- Large screen -
**************************************************************************************************/
@media only screen and (min-width: 60.938rem) {

    html, body {
        font-size: 75%;
    }

    /* Header
    ------------------------------------------------------------------------- */
    header .contact {
        font-size: 2rem;
        margin-top: 1.8rem;
    }
}

/*

  FREETIMERS INERNET CSS
  ----------------------

  Project: objectivegapyear.com
  Developer: Derek Harvey

*/

/*@import url('menu.css');
@import url('availability.css');
@import url('shopping-cart.css');
@import url('small-cart.css');*/

/*   border:1px solid red;


.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

#wrapper {
width: 780px;
text-align: left;
}
#leftContent {
float: left;
width: 600px;
text-align: left;
padding: 3px;
}
#leftContent h3 {
margin: 0
}
#rightContent {
margin-top: 3px;
float: right;
width: 140px;
margin-right: 12px;
padding: 2px;
}
#largeContainer {
width: 612px;
padding: 2px;
display: block;
}
#largeContainer .subTitle {
text-indent: 12px;
background-image: url(../images/dot.gif);
background-repeat: no-repeat;
background-position: left;
}
.line {
width: 494px;
height: 1px;
padding: 4px;
background-image: url(../images/line.gif);
background-repeat: no-repeat;
background-position: left center;
}
#largeContainer .header {
background-color: #0072BC;
font-weight: bold;
padding: 2px;
}
#largeContainer .textCenter {
background-color: #4F79A0;
padding: 12px;
}
#rightBox {
background-color: #0072BC;
text-align: left;
}
#rightBox div {
list-style: none;
}
#rightBox .heading {
background-color: #4F79A0;
padding: 3px;
}
#rightBox .text {
font-size: 10px;
}
#rightBox .plainText {
font-size: 10px;
padding: 3px;
line-height: 14px;
}
#rightBox .text a, .text a:link, .text a:visited, .text a:active {
display: block;
padding: 4px;
color: white;
text-decoration: none;
}
#spacer {
padding: 2px;
/* background: #660000; */
}
#rightBox .text a:hover {
    text-decoration: none;
    background-color: #FF6600;
}

#rightBox .seperator {
    background-color: #4F79A0;
    height: 1px;
    font-size: 0px;
}

/* ##########################################  */
/* <---                additions for design 2                                             ---->*/
/* ##########################################  */
#adverts {
    background: #FF6600;
    width: 612px;
    margin-left: 0;
}

#adContainer {
    width: 612px;
    margin-left: 2px;
    margin-top: 4px;
}

#ad {
    display: block;
}

#ad .heading {
    width: 200px;
    font-size: 12px;
    font-weight: normal;
    background: #0072BC;
    padding-top: 2px;
    padding-bottom: 2px;
}

#ad .advertLeft {
    float: left;
    width: 200px;
}

#ad .advertCenter {
    margin-left: 205px;
    margin-right: 200px;
}

#ad .advertRight {
    float: right;
    width: 200px;
}

#ad .content {
    padding: 15px 0 0 0;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    font-size: 12px;
    background: #4F79A0;
}

#adspace {
    margin: 4px;
}

#imagead {
    background-color: #FF6600;
    width: 612px;
}

#imagead .advertLeft {
    float: left;
    width: 180px;
    margin-top: 1px;
}

#imagead .advertCenter {
    margin-left: 205px;
    margin-right: 200px;
    margin-top: 1px;
}

#imagead .advertRight {
    float: right;
    width: 200px;
    margin-top: 1px;
}

#newsitem div {
    margin-bottom: 5px;
}

#newsitem img {
    border: none;
}

#newsitem a {
    font-style: italic;
    margin: 0;
    padding: 0;
}

#newsitem h2 {
    margin-bottom: 15px;
}

#newsitem p {
    margin-bottom: 1em;
}

#cmitem {
    padding: 5px;
    margin-bottom: 10px;
}

#submenu {
    margin-bottom: 10px;
}

#newsitem img {
    width: 100%;
    height: auto;
    max-width: 500px;
    max-height: 500px;
}

.article_response img {
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 250px;
}

/*
#submenu a, #cmitem a {
	margin: 0 7px 0 0;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
*/
.file_download img {
    border: 0px;
}

/********************/

/*.sn_header{border:0;margin:-12px 0 0 -12px;padding:0 0 10px 0;width:612px;height:200px;text-align:right;}*/

.sn_header {
    position: relative;
}

#articals {
    padding: 0 0.9375rem;
}

.articles {
    background: transparent url(../images/thesafetynet_landing.jpg) no-repeat top left
}

.africa {
    background: transparent url(../images/thesafetynet_africa.jpg) no-repeat top left
}

.americas {
    background: transparent url(../images/thesafetynet_americas.jpg) no-repeat top left
}

.asia {
    background: transparent url(../images/thesafetynet_asia.jpg) no-repeat top left
}

.asia_and_middle_east {
    background:transparent url(../images/thesafetynet_asia.jpg) no-repeat top left
}

.australasia {
    background: transparent url(../images/thesafetynet_australasia.jpg) no-repeat
}

.europe {
    background: transparent url(../images/thesafetynet_europe.jpg) no-repeat top left
}

.jumpMenu {
    font-size: 1rem;
    font-weight: bold;
    color: #1c466d;
    max-width: 200px;
    float: right;
    border: 1px solid #f5821f;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.article_items {
    margin: 0 0 10px 0;
    padding: 5px;
    background-color: #1c466d;
    color: #fff;
    -moz-border-radius: 10px 0px;
    -webkit-border-radius: 10px 0px;
    border-radius: 10px 0px; /* future proofing */
    -khtml-border-radius: 10px 0px; /* for old Konqueror browsers */
}

.article_items h2 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}

.article_items h2 em {
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 10px;
    display: inline;
    float: right;
}

.article_items h2 span {
    font-weight: normal;
}

.article_items h2:after {
    display: none;
}

.article_items p {
    font-size: 12px;
    text-align: left;
}

.article_items p.more {
    margin: 0;
    font-size: 11px;
    text-align: right;
}

.article_items .heading {
    font-size: 1.8rem;
}

.article_items label, .article_response label {
    font-size: 1.2rem;
    color: #fff;
}

.article_items input, .article_response input {
    width: 100%;
}

.article_response {
    margin: 10px 0 0 0;
    float: left;
    padding: 5px;
    background-color: #4F79A0;
    color: #fff;
}

.article_response h2 {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    background: #4F79A0 URL(../images/dot.gif) no-repeat top left;
    padding: 0 0 0 20px;
    display: block;
    color: #fff !important;
}

.article_response h2 em {
    font-weight: normal;
    padding: 0 0 0 10px;
    display: inline;
    float: right;
}

.article_response h2 span {
    font-weight: normal;
}

.article_response p {
    font-size: 12px;
    text-align: left;
}

.place-wrapper {
    text-align: center;
}

.place-wrapper a {
    text-decoration: none;
}

.place {
    height: 150px;
}

.place h2 {
    padding-top: 45%;
    color: white;
}

.place h2 {
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    transition: all, .5s, ease-in-out
}

.place:hover h2 {
    opacity: 1;
    visibility: visible;
    transition: all, .5s, ease-in-out
}

/*.user_form{padding:5px;}
.user_form label{padding:5px 2px;float:left;diplay:block;width:560px;}
.user_form input[type="text"]{padding:2px;float:left;diplay:block;width:560px;}
.user_form input[type="password"]{padding:2px;float:left;diplay:block;width:560px;}
.user_form input[type="file"]{padding:2px;float:left;diplay:block;width:560px;}
.user_form input[type="submit"]{padding:2px;float:left;}*/

/*.comment_form{padding:5px;}
.comment_form label{padding:5px 2px;float:left;diplay:block;width:560px;}*/
/*.comment_form input[type="text"]{padding:2px;float:left;diplay:block;width:560px;}
.comment_form input[type="file"]{padding:2px;float:left;diplay:block;width:560px;}
.comment_form input[type="submit"]{padding:2px;float:left;}*/

/*.userimg{padding:2px;float:left;display:inline;}*/

.right-off-canvas-menu {
    background: #1c466d;
}

ul.off-canvas-list li label {
    color: white;
    background: #f5821f;
}

ul.off-canvas-list li a {
    background: #1c466d;
    color: white;
}

#newsitem h2,
#newsitem .subtitle {
    font-size: 2.2rem;
    color: #1c466d;
    text-decoration: underline;
}

#newsitem .subtitle {
    margin-top: 15px;
}

.more-info {
    font-size: 16px;
    text-decoration: none;
    color: #f5821f;
}

.button.secondary {
    margin-bottom: 10px;
}

@media only screen {
    #newsitem .large-4 img {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 40.63em) {
    .valignb {
        display: table-cell;
        vertical-align: bottom;
        height: 215px;
    }

    #newsitem .large-4 {
        padding-left: 0;
    }

    #newsitem .large-8 {
        padding-right: 0;
    }
}

.blue {
    background: #1C466E;
}

.blue-text {
    color: #1C466E;
}

.black-text {
    color: black;
}

.header-box {
    margin: 10px 0;
    padding: 5px;
    color: #fff;
    font-size: 1.2rem;
}

.payment-form label {

}

.payment-form input, .payment-form textarea {
    width: 100%;
}

.payment-form [type="radio"] {
    width: auto;
}

.err {
    background: #ff0000;
    padding: 10px;
    color: #fff;
    font-size: 1.3rem;
    border: solid 5px #cc0000;
    border-radius: 10px;
    font-weight: bold;
}

a.btn {
    background: #F5821F;
    padding: 15px;
    color: #fff;
    font-size: 1.2rem;
}

.essentials-wrapper{
    background: url("../images/layout/object_essentials.jpg") no-repeat center center / 100% auto ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.essentials-wrapper p{
    padding: 15px;
    font-size: 2.1rem;
    line-height: 2.1rem;
    display: inline-block;
    width:auto;
}

.essentials-wrapper .blue{
    background: #1C466D;
    color: #fff;
    font-weight: bolder;
    margin: 40px 0 10px 0;
}

.essentials-wrapper .orange{
    background: #F6821F;
    color: #fff;
    margin: 0 0 40px 0;
}

.essentials-wrapper a {
    color: #1C466D;
}
