﻿/*==================================================
FONTS
==================================================*/
@font-face {
    font-family: 'Amiri';
    src: url('fonts/Amiri-Regular.ttf') format('truetype');
}
/*==================================================
CSS RESETS (http://meyerweb.com/eric/tools/css/reset/)
v2.0 | 20110126
License: none (public domain)
==================================================*/
/*html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: #fff;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea,
input {
    outline: none;
}

/*==================================================
BASE STYLES
==================================================*/
/* Overwrite padding/margins for Bootstrap (use sparingly!)
==========================================*/
.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding: 0;
}

.container-fluid {
    padding: 0;
}

.row-bs {
    margin: 0;
    position: relative;
}
/* General Classes
==========================================*/
.accessibility,
#skip,
.hidden {
    display: none;
}
/* Clear Fix
==========================================*/
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}
/* Bold and Italic
==========================================*/
strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}
/* Default Anchors and Pseudo Classes
==========================================*/
a {
    color: #4d4c4c;
    text-decoration: none;
    outline: none;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

body.noTrans a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

a:link,
a:visited,
a:focus,
a:active {
    color: #4d4c4c;
    outline: none;
}

a:hover {
    color: #888;
}
/* Outer Containers
==========================================*/
html,
body,
body > form {
    height: 100%;
}

body {
    font-family: 'Century Gothic';
    color: #4d4d4d;
}

.content-template .mainPanel {
    height: 100%;
}

#wrapper {
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    position: relative;
    /*overflow-x: hidden;*/
}

.fullscreen #wrapper {
    min-height: 768px;
    z-index: 7;
    overflow: hidden;
}

.loaded body {
    overflow: visible;
}
/*Preloader*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #fff;
    z-index: 9999;
    display: none;
}

    .preloader.preloader-on {
        display: block;
    }

    .preloader img {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .preloader:after {
        content: "";
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 175px;
        height: 175px;
        border-radius: 100%;
        border: 5px solid #deb91e;
        border-right-color: transparent;
        border-left-color: transparent;
        animation: preloader_wings 1.5s infinite linear;
    }

@keyframes preloader_wings {
    0% {
        transform: rotate(0deg);
    }

    50% {
        border-top-color: #deb91e;
        border-bottom-color: #deb91e;
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaded .preloader {
    display: none;
}
/*==================================================
  IMPORTANT NOTICE
==================================================*/
.important-notice-wrapper {
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}

.important-notice-background {
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
}

.important-notice {
    height: 380px;
    left: 50%;
    margin-left: -365px;
    margin-top: -190px;
    background-image: url(/ckfinder/userfiles/images/core/logo.png);
    background-repeat: no-repeat;
    background-position: 555px center;
    position: absolute;
    top: 50%;
    width: 730px;
    z-index: 9999;
    background-size: 20%;
    background-color: #fff;
}

.notice-content {
    padding: 40px 200px 40px 30px;
    position: relative;
    font-size: 0.95em;
}

    .notice-content h2.notice-title {
        color: #4d4d4d;
        font-family: Georgia, "Times New Roman", Times, serif;
        display: block;
        font-size: 1.6em;
        line-height: normal;
        padding-bottom: 1.5em;
        padding-top: 0;
        font-weight: normal;
    }

    .notice-content .blogentries ul li h2.blogTitle,
    .notice-content .blogentries ul li .blogDate {
        display: none;
    }

    .notice-content p.more h2.blogTitle {
        display: block;
    }

.important-notice .notice-close {
    float: right;
    position: absolute;
    right: 30px;
    top: 30px;
}

    .important-notice .notice-close a {
        color: #fff;
        display: block;
        padding: 8px 20px;
        text-transform: uppercase;
        font-weight: normal;
        background-color: #4d4d4d;
        transition: background-color 0.3s ease-out 0s;
        font-size: 0.7em;
    }

        .important-notice .notice-close a:focus,
        .important-notice .notice-close a:hover,
        .important-notice .notice-close a:active {
            background-color: #888;
        }

.notice-content .blogentries div.blogEntriesRssLinkPanel {
    display: none;
}

.notice-content p.rss {
    border: medium none;
    height: 14px;
    left: 30px;
    margin: 0;
    position: absolute;
    top: 46px;
    width: 16px;
}

.notice-content .BlogFeatureList {
    padding-bottom: 0;
}

.notice-copy {
    width: 520px;
    height: 300px;
    overflow: hidden;
}

    .notice-copy .blogentries,
    .notice-copy .blogentries .BlogTagList,
    .notice-copy .BlogFeatureList,
    .notice-copy .blogentries ul li .blogBody,
    .notice-copy .sws-inline-content p:first-child {
        margin-top: 0;
    }

.notice-content p.rss a {
    background: url(../img/rss-icon.png) no-repeat 0 0;
    display: block;
    height: 14px;
    text-indent: -9999em;
    font-size: 0;
    text-transform: capitalize;
    width: 16px;
}

    .notice-content p.rss a:focus,
    .notice-content p.rss a:hover,
    .notice-content p.rss a:active {
        background-position: 0 bottom;
    }
/*==================================================
HEADER
==================================================*/
header.header {
    position: absolute;
    height: 300px;
    background: transparent;
    width: 99%;
    left: 0;
    top: 20px;
    z-index: 500;
}

.editmode header.header {
    position: relative;
    background: #deb91e;
}

header .logo {
    display: none;
    width: 500px;
    height: 140px;
    position: absolute;
    left: 50%;
    top: 0;
    padding-top: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    header .logo h1 {
        display: flex;
        justify-content: center;
    }

        header .logo h1 a {
            color: #fff;
            font-family: 'Proxima Nova W01 Semibold';
            font-size: 33px;
            letter-spacing: 0.5px;
            line-height: 30px;
            text-align: center;
            position: relative;
        }


header .logo a img {
    transition: 0.5s all;
    max-width: 75%;
}
header .logo a:hover img {
    filter: brightness(0) invert(1);
}
/*Portals header*/
.portals {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 300px;
    height: 300px;
}
    .portals a {
        border: 2px solid #fff;
    }

    .portals .portal5 a {
        position: absolute;
        display: block;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background: #deb91e;
        z-index: 210;
        top: 15px;
        right: 0;
        color: #fff;
        font-family: 'Proxima Nova W01 Semibold';
        font-size: 19px;
        text-align: center;
        letter-spacing: 0.45px;
        line-height: 19px;
        text-transform: uppercase;
        text-align: center;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .portals .portal4 a:hover {
        background: #026060;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .portals .portal4 a {
        position: absolute;
        display: block;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background: #deb91e;
        z-index: 210;
        top: 115px;
        right: 60px;
        color: #fff;
        font-family: 'Proxima Nova W01 Semibold';
        font-size: 19px;
        text-transform: uppercase;
        letter-spacing: 0.45px;
        line-height: 19px;
        text-align: center;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .portals .portal5 a:hover {
        background: #026060;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .portals .portal1 {
        position: absolute;
        display: block;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        background: #deb91e;
        background-image: url(../img/search.svg);
        background-repeat: no-repeat;
        background-position: center;
        color: transparent;
        z-index: 210;
        top: 42px;
        right: 215px;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        border: 2px solid #fff;
    }

        .portals .portal1:hover {
            background-color: #026060;
            -webkit-transform: rotate(60deg) scale(0.9);
            -ms-transform: rotate(60deg) scale(0.9);
            transform: rotate(60deg) scale(0.9);
        }

    .portals .portal2 a {
        position: absolute;
        display: block;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        background: #deb91e;
        background-image: url('../ckfinder/userfiles/images/core/Ofsted.png');
        background-size: 75%;
        background-repeat: no-repeat;
        background-position: center;
        color: transparent;
        z-index: 210;
        top: 105px;
        right: 175px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        justify-content: center;
        display: flex;
        align-items: center;
    }

        .portals .portal2 a:hover {
            background-color: #026060;
            -webkit-transform: rotate(60deg) scale(0.9);
            -ms-transform: rotate(60deg) scale(0.9);
            transform: rotate(60deg) scale(0.9);
        }

    .portals .portal3 a {
        position: absolute;
        display: block;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background-color: #fff;
        color: transparent;
        z-index: 210;
        top: 15px;
        right: 105px;
        font-family: 'Proxima Nova W01 Semibold';
        font-size: 16px;
        letter-spacing: 0.45px;
        line-height: 17px;
        padding-top: 0;
        text-align: center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        justify-content: center;
        display: flex;
        align-items: center;
    }

        .portals .portal3 a:after {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background-image: url(/ckfinder/userfiles/images/core/LogoPurple.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 90%;
            position: absolute;
            width: inherit;
            height: inherit;
            border-radius: inherit;
            background-color: #fff;
            padding: 5px;
            content: "";
            top: 50%;
            left: 50%;
            z-index: -1;
        }

        .portals .portal3 a:hover {
/*            background: #026060;
            color: #fff;
            background-image: none;
            padding-top: 5px;*/
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
        }

    .portals .portal6 a:hover {
        background: #026060;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .portals .portal6 a {
        position: absolute;
        display: block;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background: #deb91e;
        z-index: 210;
        top: 215px;
        right: 0px;
        color: #fff;
        font-family: 'Proxima Nova W01 Semibold';
        font-size: 19px;
        text-transform: uppercase;
        letter-spacing: 0.45px;
        line-height: 19px;
        text-align: center;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        justify-content: center;
        display: flex;
        align-items: center;
    }


        .portals .portal6 a:hover {
            background: #026060;
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
        }

    .portals .portal7 a {
        position: absolute;
        display: block;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background: #deb91e;
        z-index: 210;
        top: 215px;
        right: 118px;
        color: #fff;
        font-family: 'Proxima Nova W01 Semibold';
        font-size: 19px;
        text-transform: uppercase;
        letter-spacing: 0.45px;
        line-height: 19px;
        text-align: center;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        justify-content: center;
        display: flex;
        align-items: center;
    }


        .portals .portal7 a:hover {
            background: #026060;
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
        }

    .portals .portal8 a {
        position: absolute;
        display: block;
        height: 140px;
        width: 140px;
        border-radius: 50%;
        background: #deb91e;
        z-index: 210;
        top: 315px;
        right: 40px;
        color: #fff;
        font-family: 'Proxima Nova W01 Semibold';
        font-size: 19px;
        text-transform: uppercase;
        letter-spacing: 0.45px;
        line-height: 19px;
        text-align: center;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        justify-content: center;
        display: flex;
        align-items: center;
    }


        .portals .portal8 a:hover {
            background: #026060;
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
        }

/*Menu circle*/
.menu-circle {
    position: fixed;
    display: block;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background: #deb91e;
    z-index: 210;
    top: 30px;
    left: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

    .menu-circle:hover {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

.search-desktop {
    position: absolute;
    width: 100%;
    background: #fff;
    overflow-y: hidden;
    height: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .search-desktop.active {
        height: 190px;
    }

    .search-desktop div#search_area {
        position: absolute;
        width: 80%;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        height: 85px;
        top: 40px;
        border-bottom: 1px solid #deb91e;
    }

    .search-desktop input#cm_ctl00_token4_ctl00_TextBoxPhrase {
        background: #fff;
        font-family: 'Proxima Nova W01 Semibold';
        font-size: 16px;
        letter-spacing: 0.45px;
        line-height: 17px;
        padding: 0 5px 0 10px;
        height: 80px;
        width: 80%;
        border: none;
    }

    .search-desktop input#cm_ctl00_token4_ctl00_ImageButtonExecuteSearch {
        height: 37px;
        width: 147px;
        border: 1px solid #F8C14D;
        border-radius: 18.5px;
        background-color: #F8C14D;
        color: #000;
        font-family: 'Proxima Nova W01 Bold';
        font-size: 0;
        line-height: 19px;
        padding: 10px 25px;
        background-image: none;
        position: absolute;
        right: 10px;
        top: 25px;
    }

        .search-desktop input#cm_ctl00_token4_ctl00_ImageButtonExecuteSearch:after {
            content: "Search";
            border: 1px solid #F8C14D;
            border-radius: 18.5px;
            background-color: #F8C14D;
            color: #000;
            font-family: 'Proxima Nova W01 Bold';
            font-size: 17px;
            line-height: 19px;
            padding: 10px 30px;
            text-transform: uppercase;
            background-image: none;
            position: absolute;
            right: -10px;
            top: -10px;
        }
/* Icon 1*/
#nav-icon3 {
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
    right: 26px;
    top: 33px;
    width: 24px;
    height: 30px;
}

    #nav-icon3::before {
        content: "Menu";
        position: absolute;
        color: #fff;
        font-family: 'Proxima Nova W01 Bold';
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.33px;
        line-height: 17px;
        top: -18px;
        right: -10px;
    }

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
        /* Icon 3 */
        #nav-icon3 span:nth-child(1) {
            top: 0;
        }

        #nav-icon3 span:nth-child(2),
        #nav-icon3 span:nth-child(3) {
            top: 10px;
        }

        #nav-icon3 span:nth-child(4) {
            top: 20px;
        }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

.menu-circle2 {
    top: 75px;
    right: 7px;
    left: auto;
    height: 37px;
    width: 46px;
}

#nav-icon4 {
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
    right: 26px;
    top: 50px;
    width: 24px;
    height: 30px;
}

    #nav-icon4::before {
        content: "Home Learning";
        position: absolute;
        color: #fff;
        font-family: 'Proxima Nova W01 Bold';
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.33px;
        line-height: 17px;
        top: -18px;
        right: -10px;
    }
/* small menu ......................  */
.mainNav {
    background: rgba(222, 185, 30, 0.92);
    width: 100%;
    max-width: 650px;
    position: fixed;
    top: 0;
    padding-bottom: 30px;
    visibility: hidden;
    left: -100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    overflow-y: auto;
    min-height: 100vh;
    padding-top: 125px;
    z-index: 100;
    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
}

    .mainNav.open {
        visibility: visible;
        left: -1px;
    }
    /* First Level */
    .mainNav ul.rmRootGroup {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 0;
        padding-top: 0;
        float: left;
        position: relative;
        width: 350px;
    }

        .mainNav ul.rmRootGroup:after {
            position: absolute;
            height: 100%;
            min-height: 360px;
            content: "";
            right: 2px;
            width: 1px;
            top: 0;
            background: #fff;
        }

    .mainNav ul li.level2 {
        padding: 0;
        position: static;
        padding-right: 20px;
    }

        .mainNav ul li.level2 a {
            color: #fff;
            font-family: 'Proxima Nova W01 Semibold';
            font-size: 16px;
            letter-spacing: 0.38px;
            line-height: 39px;
            text-align: right;
            padding-left: 25px;
            padding-right: 15px;
            display: block;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            text-transform: uppercase;
        }

            .mainNav ul li.level2 a:hover {
                color: #000;
                background: #fff;
                text-decoration: none;
            }

    .mainNav ul.rmRootGroup .rmSlide {
        padding-top: 0;
        padding-left: 0;
        position: absolute;
        /*min-height: 350px;*/
        background: transparent;
        left: calc(100% + -2px) !important;
        top: 0 !important;
        max-width: 240px;
        width: 240px;
        max-height: 0px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        overflow: hidden;
    }

    .mainNav ul li.level2.hasChildren:hover > .rmSlide {
        max-height: 99999px;
    }
    .mainNav ul.rmRootGroup .rmSlide ul li a {
        color: #fff;
        font-family: 'Proxima Nova W01 Semibold';
        font-size: 14px;
        letter-spacing: 0.33px;
        line-height: 32px;
        text-align: left;
        width: auto !important;
    }

    .mainNav ul.rmRootGroup .rmSlide ul li:hover a {
        color: #000;
    }

.header .mainNav .header-admin {
    background-color: #e9e6e8;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    text-align: center;
}
/*==================================================
SUPERSIZED
==================================================*/
#section1 {
    min-height: 600px;
    max-height: 600px;
    position: relative;
    width: 100%;
    padding: 0;
    background-size: cover;
}

    #section1.no-slideshow {
        background: url("/Templates/img/default-detail.jpg") no-repeat center center / cover;
    }

#supersized {
    padding-left: 0;
    z-index: -5;
}

.slidercontent > #supersized {
    display: none;
}

.slidercontent {
    margin: 0;
    z-index: 1;
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 8px solid #deb91e;
}

.editmode .slidercontent {
    height: 100vh;
}

.detail-template .slidercontent,
.login-template .slidercontent {
    background-color: #6EB6F2;
}

.slidercontent .banner,
.slidercontent .tier-1 {
    height: 100%;
    width: 100%;
    position: relative;
}

    .slidercontent .banner ul#supersized li a img {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.caption-all .featuretitle {
    margin: 0;
}

#supersized-loader {
    height: 105px;
    left: 50%;
    margin: -53px 0 0 -33px;
    position: absolute;
    text-indent: -999em;
    top: 50%;
    width: 65px;
    z-index: 0;
}

.slidercontent ul#slide-list {
    z-index: 10;
    bottom: 0;
    left: 50%;
    bottom: 35px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0 !important;
    z-index: 100;
}

    .slidercontent ul#slide-list li {
        margin: 5px;
    }

        .slidercontent ul#slide-list li a {
            position: relative;
            display: block;
            height: 8px;
            width: 12px;
            border-radius: 2px/1px;
            background: #fff;
            z-index: 210;
            top: 15px;
            right: 0;
            padding: 0;
            opacity: 1;
            font-size: 0;
        }

            .slidercontent ul#slide-list li a:before,
            .slidercontent ul#slide-list li a:after {
                position: absolute;
                width: inherit;
                height: inherit;
                border-radius: inherit;
                background: inherit;
                opacity: 1;
                content: "";
                top: 50%;
                left: 50%;
                z-index: -1;
            }

            .slidercontent ul#slide-list li a:before {
                -webkit-transform: translate(-50%, -50%) rotate(60deg);
                -ms-transform: translate(-50%, -50%) rotate(60deg);
                transform: translate(-50%, -50%) rotate(60deg);
            }

            .slidercontent ul#slide-list li a:after {
                -webkit-transform: translate(-50%, -50%) rotate(-60deg);
                -ms-transform: translate(-50%, -50%) rotate(-60deg);
                transform: translate(-50%, -50%) rotate(-60deg);
            }

            .slidercontent ul#slide-list li a:hover {
                background: #deb91e;
            }

        .slidercontent ul#slide-list li.current-slide a,
        .slidercontent ul#slide-list li.current-slide a:before,
        .slidercontent ul#slide-list li.current-slide a:after {
            background: #deb91e;
        }

.mobile_slide {
    display: none !important;
}

.gallery-admin {
    background-color: #fff;
    position: absolute;
    top: 30px;
    min-height: 210px;
    min-width: 300px;
    z-index: 8;
    display: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
}

.editmode .gallery-admin {
    background-color: #fff;
    position: absolute;
    left: 5%;
    min-height: 210px;
    min-width: 300px;
    max-width: 1200px;
    z-index: 1000;
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=1);
}

body.window-load .gallery-admin {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

.gallery-admin > h2 {
    background-color: #af1f23;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: normal;
    padding: 9px 20px 8px;
    position: relative;
    text-transform: uppercase;
}

    .gallery-admin > h2:after {
        content: " ";
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #af1f23;
        position: absolute;
        bottom: -7px;
        left: 22px;
        margin-left: -4px;
    }

.gallery-admin .galleryTitle {
    display: none;
}

.gallery-admin-content {
    padding: 28px 20px;
}

.gallery-admin div.SlideShowHolder,
.gallery-admin div.photoGalleryElement {
    float: left;
    padding: 10px 0;
    margin-left: 0;
    margin-top: 0;
}

.gallery-admin div.SlideShowHolder {
    margin-bottom: 0;
    float: none;
    max-width: 220px;
}

.gallery-admin div.photoGalleryElement div.thumbnail {
    margin: 5px;
    padding: 0;
    float: left;
    width: 14%;
}

    .gallery-admin div.photoGalleryElement div.thumbnail:last-child {
        margin-right: 0;
    }

.editmode .gallery-admin {
    display: block;
}

.bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

    .bg-img .featuretitle {
        display: none;
        font-size: 0.9em;
        margin: 0;
        text-transform: uppercase;
    }

.editmode .bg-img .featuretitle {
    display: block;
}

.bg-img .sws-inline-content img {
    margin: 0;
    height: 100px !important;
    max-width: none !important;
    width: auto !important;
}

.editmode .bg-img {
    height: auto;
    position: relative;
}

.bg-img div.image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center 15%;
    background-size: cover;
    z-index: 1;
    transform-origin: 20% 80%;
    transition: transform 30s linear;
}

.bg-img.grey-bg-img div.image {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=35);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
    filter: alpha(opacity=35);
}

.grey-bg-img {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.bg-img div.image img {
    display: none;
}

.lte8 .bg-img div.image img {
    display: block;
}

.lte8 .sws-inline-content .bg-img img {
    max-width: none;
    display: block;
    margin-top: 0 !important;
}

.home-template .slidercontent:after {
    width: 100%;
    height: 395px;
    left: 0;
    bottom: 0;
    content: " ";
    position: absolute;
    -webkit-box-shadow: inset 28px -303px 110px -71px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: inset 28px -303px 110px -71px rgba(0, 0, 0, 0.47);
    box-shadow: inset 28px -303px 110px -71px rgba(0, 0, 0, 0.47);
    z-index: 20;
}

.homepage-banner-caption {
    z-index: 50;
}

    .homepage-banner-caption #slidecaption {
        position: absolute;
        left: 50%;
        bottom: 90px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-family: 'Vodka Pen W00 Regular';
        color: #fff;
        font-size: 55px;
        font-style: italic;
        line-height: 35px;
        text-align: center;
        z-index: 100;
        font-weight: 700;
        word-spacing: 10px;
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    }
/*==================================================
WELCOME AREA
==================================================*/
.welcome {
    width: 100%;
    float: left;
    min-height: 500px;
    position: relative;
    display: block;
    padding: 100px 60px 70px;
    margin-bottom: 40px;
}

    .welcome .welcome-left {
        float: left;
        position: relative;
        width: calc(100% - 500px);
        padding-left: 50px;
        padding-right: 50px;
    }

        .welcome .welcome-left:after {
            height: 87px;
            width: 8px;
            border-radius: 4px;
            background-color: #deb91e;
            content: "";
            left: 0;
            bottom: 50px;
            position: absolute;
        }

    .welcome .welcome-img {
        float: left;
        position: relative;
        width: 500px;
    }
    .welcome .welcome-img img {
        max-width: 100%;
        height: auto !important;
    }
    .welcome .welcome-img:after {
        content: " ";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 10px;
        left: 0;
        background-color: #deb91e;
        border-radius: 50%;
        z-index: -1;
    }

    .welcome .welcome-left h2 {
        color: #deb91e;
        font-family: Amiri;
        font-size: 35px;
        font-weight: bold;
        letter-spacing: 0.83px;
        line-height: 43px;
        margin-bottom: 20px;
    }

    .welcome .welcome-left p {
        color: #000;
        font-family: Century Gothic;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 0.43px;
        line-height: 22px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .button-home {
        color: #fff !important;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        position: relative;
        overflow: hidden;
        display: inline-block;
        padding: 10px 25px;
        background-color: #deb91e;
        border-radius: 18.5px;
        margin-top: 20px;
        font-family: 'Proxima Nova W01 Bold';
        font-size: 12px;
        line-height: 19px;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
    }

        .button-home:hover {
            background-color: #026060 !important;
        }

        .button-home span {
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

/*        .welcome .button-home:hover span {
            opacity: 0;
            -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
        }*/

/*        .welcome .button-home:after {
            content: "Discover more";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            overflow: hidden;
            display: inherit;
            padding: inherit;
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: center;
        }*/

/*        .welcome .button-home:hover:after {
            opacity: 1;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }*/

body .welcome-img .img-editable {
    display: none;
}

.welcome-img .circle-img,
.welcome-img .circle-back {
    display: none;
}

body .welcome-img .circle-img,
body .welcome-img .circle-back {
    display: block;
}

.circle-background {
    background-color: #fff;
    border-radius: 50%;
}

/*=======================================================================
 Calendar
=======================================================================*/
.calendar-home {
    width: 100%;
    float: left;
    background-color: #eee;
    min-height: 550px;
    position: relative;
    display: block;
    padding: 50px 20px;
}

.calendar-title {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

    .calendar-title h2 {
        color: #deb91e;
        font-family: 'Amiri';
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 0.76px;
        line-height: 39px;
    }

.calendar-admin {
    display: block;
    width: 100%;
    float: left;
    min-height: 300px;
}

body .calendar-admin {
    display: none;
}

.calendar-home .calendar-slider {
    width: 1230px;
    margin: 0 auto;
    margin-bottom: 0;
}

    .calendar-home .calendar-slider .slick-slide {
        height: 270px !important;
        background-image: url(../img/hex-green.svg);
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 30px;
        margin-right: 30px;
        text-align: center;
        padding: 50px 30px;
    }

        .calendar-home .calendar-slider .slick-slide:nth-child(2n) {
            background-image: url(../img/hex-green2.svg);
        }

.events-date-wrapper .events-date {
    color: #fff;
    font-family: 'Amiri';
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 51px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.events-title-wrapper a {
    color: #fff;
    font-family: Century Gothic;
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 21px;
}

.calendar-home .slick-dots li {
    width: 15px;
    height: 15px
}

.calendar-home .slick-dots {
    bottom: -30px;
}

    .calendar-home .slick-dots li button {
        position: relative;
        display: block;
        height: 6px;
        width: 10px;
        border-radius: 1px/1px;
        background: #000;
        z-index: 210;
        top: 15px;
        right: 0;
        padding: 0;
        opacity: 1;
        font-size: 0;
    }

        .calendar-home .slick-dots li button:before,
        .calendar-home .slick-dots li button:after {
            position: absolute;
            width: inherit;
            height: inherit;
            border-radius: inherit;
            background: inherit;
            opacity: 1;
            content: "";
            top: 50%;
            left: 50%;
            z-index: -1;
        }

        .calendar-home .slick-dots li button:before {
            -webkit-transform: translate(-50%, -50%) rotate(60deg);
            -ms-transform: translate(-50%, -50%) rotate(60deg);
            transform: translate(-50%, -50%) rotate(60deg);
        }

        .calendar-home .slick-dots li button:after {
            -webkit-transform: translate(-50%, -50%) rotate(-60deg);
            -ms-transform: translate(-50%, -50%) rotate(-60deg);
            transform: translate(-50%, -50%) rotate(-60deg);
        }

        .calendar-home .slick-dots li button:hover {
            background: #deb91e;
        }

    .calendar-home .slick-dots li.slick-active button,
    .calendar-home .slick-dots li.slick-active button:before,
    .calendar-home .slick-dots li.slick-active button:after {
        background: #deb91e;
    }

.calendar-home:after {
    height: 87px;
    width: 8px;
    border-radius: 4px;
    background-color: #deb91e;
    content: "";
    right: 160px;
    bottom: -44px;
    position: absolute;
}
/*==================================================
QUICKLINKS
==================================================*/
.quicklinks {
    width: 100%;
    float: left;
    min-height: 500px;
    position: relative;
    display: block;
    padding: 100px 60px 70px;
    background-color: #eee;
}

    .quicklinks .quicklinks-text {
        width: 50%;
        float: right;
        position: relative;
        display: block;
        padding-top: 370px;
        padding-left: 100px;
        padding-right: 25px;
    }

        .quicklinks .quicklinks-text:after {
            height: 87px;
            width: 8px;
            border-radius: 4px;
            background-color: #deb91e;
            content: "";
            left: 50px;
            bottom: 50px;
            position: absolute;
        }

        .quicklinks .quicklinks-text:before {
            content: "";
            position: absolute;
            display: block;
            top: -50px;
            right: 0;
            height: 316px;
            width: 316px;
            background-image: url(/ckfinder/userfiles/images/core/logo.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            opacity: 0.3;
        }

        .quicklinks .quicklinks-text h2 {
            color: #deb91e;
            font-family: 'Amiri';
            font-size: 35px;
            font-weight: 700;
            letter-spacing: 0.83px;
            line-height: 43px;
            margin-bottom: 20px;
        }

        .quicklinks .quicklinks-text p {
            color: #000;
            font-family: 'Amiri';
            font-size: 18px;
            font-weight: 300;
            letter-spacing: 0.43px;
            line-height: 22px;
            margin-bottom: 20px;
            margin-top: 0;
        }

        .quicklinks .quicklinks-text .button-home {
            color: #fff;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            position: relative;
            overflow: hidden;
            display: inline-block;
            padding: 10px 25px;
            background-color: #deb91e;
            border-radius: 18.5px;
            margin-top: 20px;
            font-family: 'Proxima Nova W01 Bold';
            font-size: 12px;
            line-height: 19px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
        }

            .quicklinks .quicklinks-text .button-home:hover {
                background-color: #026060;
            }

            .quicklinks .quicklinks-text .button-home span {
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

            .quicklinks .quicklinks-text .button-home:hover span {
                opacity: 0;
                -webkit-transform: translate(0, 40px);
                transform: translate(0, 40px);
            }

            .quicklinks .quicklinks-text .button-home:after {
                content: "Discover more";
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                opacity: 0;
                -webkit-transform: translate(-30%, 0);
                transform: translate(-30%, 0);
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                overflow: hidden;
                display: inherit;
                padding: inherit;
                font-family: inherit;
                font-size: inherit;
                font-weight: inherit;
                line-height: inherit;
                text-align: center;
            }

            .quicklinks .quicklinks-text .button-home:hover:after {
                opacity: 1;
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
            }

.circle-zone {
}

    .circle-zone > div {
        background-color: #fff;
        border-radius: 50%;
        padding: 10px;
    }

/*==================================================
FOOTER
==================================================*/
.footer {
    width: 100%;
    position: relative;
    float: left;
}

    .footer .footer-top {
        min-height: 175px;
        width: 100%;
        float: left;
        position: relative;
        background-color: #003333;
        padding: 40px 100px;
    }

    .footer .footer-bootom {
        float: left;
        height: 30px;
        position: relative;
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
        background-color: #deb91e;
    }

    .footer .featuretitle {
        display: none;
    }

    .footer .footer-top .details {
        float: left;
        width: 30%;
        min-height: 80px;
        padding-left: 110px;
        position: relative;
    }

        .footer .footer-top .details:before {
            content: "";
            width: 90px;
            height: 90px;
            display: block;
            position: absolute;
            background-image: url(/ckfinder/userfiles/images/core/logo.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            left: 0;
            top: 0;
        }

        .footer .footer-top .details h2 {
            margin-bottom: 0;
            position: relative;
        }

    .footer .footer-top h2 {
        color: #fff;
        font-family: 'Amiri';
        font-size: 19px;
        font-weight: 700;
        letter-spacing: 0.45px;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .footer .footer-top .details p {
        color: #fff;
        font-family: 'Amiri';
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 0.4px;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .footer .footer-top .contact-us {
        float: left;
        width: 25%;
        min-height: 80px;
        padding-left: 40px;
    }

        .footer .footer-top .contact-us p,
        .footer .footer-top .contact-us a,
        .footer .footer-top .link p,
        .footer .footer-top .links a {
            color: #fff;
            font-family: 'Amiri';
            font-size: 17px;
            font-weight: 700;
            letter-spacing: 0.4px;
            line-height: 20px;
        }

            .footer .footer-top .contact-us a:hover,
            .footer .footer-top .links a:hover {
                color: #deb91e;
            }

    .footer .footer-top .links {
        float: left;
        width: 20%;
        min-height: 80px;
        padding-left: 40px;
    }

    .footer .footer-top .accreditation {
        float: left;
        width: 25%;
        min-height: 80px;
        padding-left: 40px;
    }

        .footer .footer-top .accreditation img {
            width: auto;
            height: 52px;
            margin-left: 5px;
        }

    .footer .footer-top > div {
        position: relative;
    }

        .footer .footer-top > div:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            height: 82px;
            width: 1px;
            background: #fff;
        }

        .footer .footer-top > div:last-child:after {
            display: none;
        }

.copyright {
    width: 60%;
    float: left;
}

    .copyright p {
        color: #fff;
        font-family: 'Proxima Nova W01 Semibold';
        font-size: 14px;
        letter-spacing: 0.82px;
        line-height: 30px;
    }

.finalsite-logo {
    float: left;
    width: 40%;
    text-align: right;
}

    .finalsite-logo > a {
        /*background-image: url(../img/finalsite-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;*/
        float: right;
        /*width: 90px;*/
        height: 20px;
        /*font-size: 0;
        margin-top: 5px;*/
        text-align: right;
        color: #fff;
        font-family: 'Proxima Nova W01 Semibold';
        font-size: 14px;
        letter-spacing: 0.82px;
        line-height: 30px;
    }
/*==================================================
CONTENT CSS
==================================================*/
.sws-inline-content table tbody tr {
    background: #F7F8FB;
    font-family: 'Amiri';
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

    .sws-inline-content table tbody tr:nth-child(odd) {
        background: #E8EBF2;
    }

.sws-inline-content table th {
    font-weight: normal;
    padding: 0.7em 1.3em;
    text-align: left;
    background-color: #deb91e;
    border-color: #deb91e;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px
}

.cont-area {
    margin-top: 0;
    float: left;
    width: 100%;
    position: relative;
    padding-right: 50px;
}

.breadCrumb {
    padding-left: 200px;
    padding-top: 0;
    color: #000;
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.27px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 10px;
    padding-bottom: 10px;
}

    .breadCrumb a:first-child:before {
        width: 28px;
        height: 38px;
        position: absolute;
        left: -40px;
        top: -12px;
        content: "";
        background-image: url('../ckfinder/userfiles/images/core/CarlisleInfant.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
    }

    .breadCrumb a {
        padding-right: 20px;
        position: relative;
    }

        .breadCrumb a:after {
            content: " ";
            height: 12px;
            width: 2px;
            background: #deb91e;
            right: 10px;
            position: absolute;
            top: 3px;
        }

.content-template .section-menu {
    background: #fff;
    position: relative;
    background: #06A49A;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-top: 10px;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 0;
}

    .content-template .section-menu ul li.level4 a,
    .content-green.detail-template .section-menu ul li.level2 a {
        color: #fff;
        font-family: 'Proxima Nova W01 Bold';
        font-size: 18px;
        letter-spacing: -0.32px;
        line-height: 19px;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 40px;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        padding-right: 20px;
        text-transform: uppercase;
    }

        .content-template .section-menu ul li.level4 a:before,
        .content-green.detail-template .section-menu ul li.level2 a:before {
            content: "";
            background-image: url(../img/bee_content.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            width: 28px;
            height: 26px;
            display: block;
            position: absolute;
            left: -50px;
            top: 6px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .content-template .section-menu ul li.level4 a:hover,
        .content-template .section-menu ul li.level4.selectedPage a,
        .content-green.detail-template .section-menu ul li.level2 a:hover,
        .content-green.detail-template .section-menu ul li.level2.selectedPage a {
            color: #000;
            background: #fff;
        }

            .content-template .section-menu ul li.level4 a:hover:before,
            .content-template .section-menu ul li.level4.selectedPage a:before,
            .content-green.detail-template .section-menu ul li.level2 a:hover:before,
            .content-green.detail-template .section-menu ul li.level2.selectedPage a:before {
                left: 5px;
            }

    .content-template .section-menu ul li.level4 li,
    .content-green.detail-template .section-menu ul li.level2 li {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .content-template .section-menu ul li.level4 li a,
        .content-green.detail-template .section-menu ul li.level2 li a {
            color: #000;
            text-transform: none;
        }

.content-template .left-column .level2.hasChildren .rmSlide {
    display: none !important;
}

.content-template .left-column .rmItem.level2.hasChildren.selectedPageParent.selectedPagePath .rmSlide {
    padding-top: 10px;
    display: block !important;
}

.main-content {
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 45px;
    padding-bottom: 40px;
    min-height: 450px;
}

    .main-content .page-title {
        margin-bottom: 30px;
    }

        .main-content .page-title .page_title {
            color: #deb91e;
            font-family: 'Amiri';
            font-size: 35px;
            font-weight: bold;
            letter-spacing: 0.83px;
            line-height: 43px;
        }

    .main-content p {
        color: #000;
        font-family: Century Gothic;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.41px;
        line-height: 22px;
    }

        .main-content p.first-paragraph {
            color: #000;
            font-family: 'Proxima Nova W01 Italic';
            font-size: 22px;
            letter-spacing: 1.02px;
            line-height: 24px;
        }
/*accordion style*/
h3.accordion-heading {
    margin: 0;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    cursor: pointer;
}
/* .accordion-div {
  margin-bottom: 160px;
} */
h3 .sws-accordion-layout {
    color: #232323;
    font-family: Century Gothic;
    font-size: 18px;
    letter-spacing: 0.8px;
    line-height: 26px;
    display: block;
    width: 100%;
    border-top: 1px solid #979797;
    position: relative;
    padding-left: 70px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -ms-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

    h3 .sws-accordion-layout:last-of-type > span {
        border-bottom: 1px solid #747B83;
    }

    h3 .sws-accordion-layout.active {
        background-color: #deb91e;
        color: #fff;
        border-radius: 5px;
    }

    h3 .sws-accordion-layout:after {
        content: "+";
        position: absolute;
        left: 22px;
        width: 15px;
        line-height: 15px;
        text-align: center;
        height: 15px;
        top: 50%;
        color: #1F2545;
        font-size: 25px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -webkit-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
        -moz-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
        -ms-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
        -o-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
        transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
    }

    h3 .sws-accordion-layout:hover {
        background-color: #F8F5F5;
        color: #232323;
    }

    h3 .sws-accordion-layout.active:after {
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        color: #fff;
    }

    h3 .sws-accordion-layout.active:hover {
        background-color: #deb91e;
        color: #fff;
    }

.accordion-wrapper {
    padding: 0 18px;
    margin: 0 !important;
    background-color: #fff !important;
    display: none;
    position: relative;
    float: left;
    width: 100%;
}

    .accordion-wrapper p {
        color: #232323;
        font-family: Century Gothic;
        font-size: 18px;
        letter-spacing: 0.3px;
        line-height: 26px;
    }

.accordion-div.sws-inline-content .sws-responsive-table {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.quick1 {
    background-color: #deb91e;
    border-radius: 5px;
    display: block;
    position: relative;
}

    .quick1 p {
        color: #fff;
        font-family: Century Gothic;
        font-size: 15px;
        line-height: 18px;
        padding: 18px;
        display: block;
        margin: 0;
        text-align: left;
    }

        .quick1 p:first-child {
            color: #fff;
            font-family: 'Proxima Nova W01 Bold';
            font-size: 17px;
            line-height: 21px;
            margin: 0;
            padding: 18px;
        }

    .quick1 img {
        margin: 0 auto;
        width: 100%;
    }

.portals-mobile,
.search-mobile {
    display: none;
}

    .search-mobile #search_area {
        margin-left: 20px;
        position: relative;
        margin-bottom: 30px
    }

        .search-mobile #search_area .searchInput {
            display: block;
            width: 215px;
            border-radius: 3px;
            height: 32px;
            padding-left: 32px;
        }

        .search-mobile #search_area input:not(.searchInput) {
            background: url(../img/search-green.png);
            font-size: 0;
            background-image: none;
            width: 17px !important;
            height: 17px !important;
            position: absolute;
            top: 8px;
            left: 8px;
        }

    .portals-mobile ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 0;
        padding-top: 0;
        float: left;
        position: relative;
        width: 250px;
    }

        .portals-mobile ul li {
            padding: 0;
            position: static;
            padding-right: 20px;
        }

            .portals-mobile ul li a {
                color: #fff;
                font-family: 'Proxima Nova W01 Semibold';
                font-size: 16px;
                letter-spacing: 0.38px;
                line-height: 20px;
                text-align: right;
                padding: 10px 15px 10px 25px;
                display: block;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                text-transform: uppercase;
            }

                .portals-mobile ul li a:hover {
                    color: #000;
                    background: #fff;
                    text-decoration: none;
                }

.join-us {
    border-radius: 6px;
    background-color: #F1F1F1;
    box-shadow: 0 4px 30px 2px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

    .join-us a {
        font-family: 'Proxima Nova W01 Bold';
        font-size: 24px;
        color: #deb91e !important;
        text-decoration: none;
        line-height: 23px;
        transition: all ease-in-out 0.3s;
        margin-bottom: 30px;
    }

        .join-us a:hover {
            opacity: 0.5;
        }

    .join-us p {
        color: #000;
        font-family: Century Gothic;
        font-size: 15px;
        line-height: 16px;
        position: relative;
    }

        .join-us p:last-child:after {
            content: "";
            height: 1px;
            background: #deb91e;
            width: 67px;
            bottom: -20px;
            left: 0;
            position: absolute;
        }
/*==================================================
MEDIA QUERIES
==================================================*/
@media(min-width: 1000px) {
    .right-column {
        position: relative;
        padding-top: 135px;
        padding-bottom: 135px;
    }

/*        .right-column:before,
        .right-column:after {
            content: "";
            height: 92px;
            width: 92px;
            opacity: 0.5;
            display: block;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 0;
            background-image: url(/ckfinder/userfiles/images/core/logo.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
        }*/

        .right-column:after {
            top: auto;
            bottom: 0;
        }
}

@media (max-width: 1350px) {
    .footer .footer-top {
        padding: 40px 50px;
    }
}

@media (max-width: 1300px) {
    .calendar-home .calendar-slider {
        width: 930px;
    }

    .footer .footer-top .contact-us,
    .footer .footer-top .links,
    .footer .footer-top .accreditation {
        padding-left: 20px;
    }
}

@media (max-width: 1230px) {
    .quicklinks .quicklinks-text {
        width: 100%;
        float: left;
        padding-top: 0;
        padding-left: 50px;
        padding-right: 250px;
        clear: both;
    }

        .quicklinks .quicklinks-text:before {
            height: 200px;
            width: 200px;
        }

        .quicklinks .quicklinks-text:after {
            left: 25px;
        }

    .cirlcles-zone {
        width: 768px;
        float: none;
        margin: 0 auto;
        position: relative;
        display: block;
        min-height: 651px;
        clear: both;
    }

    .footer .footer-top .details,
    .footer .footer-top .contact-us,
    .footer .footer-top .links,
    .footer .footer-top .accreditation {
        width: 50%;
        margin-bottom: 30px;
    }

    .footer .footer-top .contact-us,
    .footer .footer-top .links,
    .footer .footer-top .accreditation {
        text-align: center;
    }

        .footer .footer-top .contact-us:after {
            display: none;
        }

    .cont-area {
        padding-right: 20px;
    }
}

@media (max-width: 1100px) {
    .search-desktop.active {
        display: none;
    }

    .portals {
        display: none;
    }

    .mainNav {
        left: auto;
        right: -100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 43px;
        border-bottom-left-radius: 43px;
    }

        .mainNav.open {
            visibility: visible;
            left: auto;
            right: -1px;
        }

    .circle-img {
        width: 310px;
        height: 270px;
    }

    .welcome .welcome-img {
        width: 310px;
    }

    .welcome .welcome-left {
        width: calc(100% - 310px);
        padding-left: 30px;
        padding-right: 30px;
    }

    .welcome {
        padding: 100px 30px 70px;
    }

    .search-mobile {
        display: block;
    }

    .portals-mobile {
        display: block;
    }
    .mainNav ul li.level2 a {
        color: #dd4949;
    }

    .mainNav ul.rmRootGroup .rmSlide ul li a {
        color: #dd4949;
    }
}

@media (max-width: 991px) {
    .homepage-banner-caption #slidecaption {
        font-size: 34px;
        line-height: 35px;
        width: 90%;
    }

    .calendar-home .calendar-slider .slick-slide {
        margin-left: 10px;
        margin-right: 10px;
    }

    .calendar-home .calendar-slider {
        width: 810px;
    }

    .content-template .section-menu {
        background-color: #deb91e;
        background-image: none;
        padding-top: 20px;
        height: auto;
        padding-bottom: 20px;
    }

    .quick1 p {
        text-align: center;
    }

    .quick1 img {
        width: auto;
    }
}

@media (max-width: 880px) {
    .cirlcles-zone {
        width: 560px;
        min-height: 455px;
    }

    .mainPanel .quick-circle1 {
        width: 180px;
        height: 198px;
        left: 105px;
        top: 40px;
        border-radius: 58px;
    }

    .mainPanel .quick-circle2 {
        left: 10px;
        top: 225px;
        width: 180px;
        height: 198px;
        border-radius: 58px;
    }

    .mainPanel .quick-circle3 {
        left: 310px;
        width: 245px;
        height: 268px;
        border-radius: 74px;
    }

    .mainPanel .quick-circle4 {
        left: 222px;
        top: 230px;
        width: 180px;
        height: 198px;
        border-radius: 60px;
    }

    .mainPanel .quick-circle-black {
        top: 125px;
        width: 68px;
        height: 74px;
    }

        .mainPanel .quick-circle-black .circle-black {
            background-size: 68px;
            border-radius: 0;
        }

    .mainPanel .quick-circle1 .circle1 {
        background-size: 180px;
        border-radius: 53px;
    }

    .mainPanel .quick-circle2 .circle2 {
        background-size: 180px;
        border-radius: 53px;
    }

    .mainPanel .quick-circle3 .circle3 {
        background-size: 245px;
        border-radius: 69px;
    }

    .mainPanel .quick-circle4 .circle4 {
        background-size: 180px;
        border-radius: 55px;
    }

    .mainPanel .quick-circle1 .circle-hover {
        border-radius: 57px;
    }

    .mainPanel .quick-circle2 .circle-hover {
        border-radius: 57px;
    }

    .mainPanel .quick-circle3 .circle-hover {
        border-radius: 73px;
    }

    .mainPanel .quick-circle4 .circle-hover {
        border-radius: 59px;
    }

    .mainPanel .circle-inner {
        font-size: 22px;
    }

    .mainPanel .quick-circle2 .circle-inner {
        font-size: 22px;
    }

    .mainPanel .quick-circle3 .circle-inner {
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }

    .mainPanel .circle-link1 {
        border-radius: 53px;
    }

    .mainPanel .circle-link2 {
        border-radius: 53px;
    }

    .mainPanel .circle-link3 {
        border-radius: 69px;
    }

    .mainPanel .circle-link4 {
        border-radius: 55px;
    }

    .footer .footer-bootom {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .mainNav ul li.level2 a {
        color: #fff;
    }

    .mainNav ul.rmRootGroup .rmSlide ul li a {
        color: #fff;
    }
    header .logo {
        width: 200px;
        height: 200px;
        position: absolute;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: 10px;
        top: 0;
        padding-top: 0;
    }

        header .logo h1 {
            padding-left: 0;
            display: block;
        }

            header .logo h1 a {
                width: 100%;
            }


    .menu-circle {
        top: 25px;
        right: 7px;
        left: auto;
        height: 46px;
        width: 46px;
    }

    #nav-icon3::before {
        display: none;
    }

    #nav-icon3 {
        display: block;
        right: 13px;
        top: 14px;
        width: 20px;
        height: 23px;
    }

        #nav-icon3 span:nth-child(2),
        #nav-icon3 span:nth-child(3) {
            top: 7px;
        }

        #nav-icon3 span:nth-child(4) {
            top: 15px;
        }

    header.header {
        height: 200px;
    }

    .welcome .welcome-img {
        width: 100%;
        order: 1;
        margin-bottom: 45px;
        display: flex;
        justify-content: center;
    }

    .welcome .welcome-left {
        width: calc(100%);
        padding-left: 0;
        padding-right: 0;
        order: 2;
        margin-bottom: 0;
        text-align: center;
    }

    .welcome {
        padding: 60px 30px 70px;
        display: flex;
        flex-direction: column;
    }

        .welcome .welcome-left:after {
            display: none;
        }
}

@media (max-width: 870px) {
    .calendar-home .calendar-slider {
        width: 540px;
    }

    .calendar-home .slick-dots li {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .important-notice {
        margin-left: -300px;
        width: 600px;
        background-position: 470px center;
    }

    .notice-copy {
        width: 370px;
    }

    .quicklinks {
        padding: 70px 20px 50px;
    }

        .quicklinks .quicklinks-text {
            padding-left: 0;
            padding-right: 0;
            text-align: center;
        }

            .quicklinks .quicklinks-text:before {
                display: none;
            }

            .quicklinks .quicklinks-text:after {
                display: none;
            }

    .calendar-home:after {
        right: 50px;
    }

    .footer .footer-top .details,
    .footer .footer-top .contact-us,
    .footer .footer-top .links,
    .footer .footer-top .accreditation {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        border-bottom: 1px solid #fff;
    }

    .footer .footer-top .accreditation {
        border-bottom: 0;
    }

    .footer .footer-top > div:after {
        display: none;
    }

    .footer .footer-top .details {
        padding-left: 0;
        text-align: center;
    }

        .footer .footer-top .details:before {
            position: relative;
            margin: 0 auto;
            margin-bottom: 20px;
        }

    .footer .footer-top {
        padding: 30px 20px;
    }
}

@media (max-width: 640px) {
    .important-notice {
        margin-left: -160px;
        width: 320px;
        height: 296px;
    }

        .important-notice .notice-close {
            top: 0;
            right: 0;
        }

            .important-notice .notice-close a {
                border-top: none;
                border-right: none;
                padding-left: 24px;
            }

    .notice-content {
        padding: 40px 20px;
    }

        .notice-content p.rss {
            left: 17px;
        }

    .notice-copy {
        width: 280px;
        height: 240px;
    }
}

@media (max-width: 600px) {
    .calendar-home .calendar-slider {
        width: 270px;
    }

    .cirlcles-zone {
        width: 100%;
        min-height: 800px;
        max-width: 360px;
    }

    .mainPanel .quick-circle1,
    .mainPanel .quick-circle2,
    .mainPanel .quick-circle3,
    .mainPanel .quick-circle4 {
        left: auto;
        top: auto;
        float: left;
        margin-top: 45px;
    }

    .mainPanel .quick-circle2 {
        top: 170px;
        right: 0;
    }

    .mainPanel .quick-circle3 {
        top: 345px;
    }

    .mainPanel .quick-circle4 {
        top: 570px;
        right: 0;
    }

    .mainPanel .quick-circle-black {
        top: 282px;
    }

    .footer .footer-bootom {
        display: flex;
        flex-direction: column;
        min-height: 40px;
        height: auto;
    }

    .finalsite-logo {
        width: 100%;
        float: none;
        order: 1;
        text-align: center
    }

    .copyright {
        width: 100%;
        float: none;
        order: 2;
        text-align: center;
        margin-bottom: 10px;
    }

    .finalsite-logo > a {
        float: none;
        margin: 10px auto;
    }
}

@media (max-width: 500px) {
    .mainNav {
        left: auto;
        right: -100%;
        background-color: #deb91e;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

        .mainNav ul.rmRootGroup:after {
            display: none;
        }

        .mainNav ul.rmRootGroup .rmSlide {
            left: auto !important;
            top: auto !important;
            max-width: 100%;
            width: 100%;
            position: relative;
            background-color: #deb91e;
        }

        .mainNav ul.rmRootGroup {
            width: 100%;
        }

        .mainNav ul li.level2 a {
            text-align: left;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .mainNav ul.rmRootGroup .rmSlide ul li a {
            text-transform: none;
            padding-left: 30px
        }

    .welcome .welcome-left {
        padding-top: 20px;
    }

    .circle-img {
        position: absolute;
    }

    .portals-mobile ul {
        width: 100%;
    }

        .portals-mobile ul li a {
            text-align: left;
        }
}

@media (min-width: 1000px) {
    .left-column {
        width: 300px;
        margin-bottom: 550px;
        padding-top: 167px;
        padding-bottom: 137px
    }

        .left-column.leftnomargin {
            margin-bottom: 150px;
        }

    .right-column {
        width: 220px;
    }

    .main-content {
        /*width: calc(100% - 520px);*/
    }

        .main-content.no-right-column {
            width: calc(100% - 300px);
            padding-right: 0
        }

    .section-menu .rmRootGroup.rmHorizontal {
        position: relative;
        margin-bottom: 0;
    }

    .left-column:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 200px;
        top: -22px;
        left: 0;
        background-image: url(../img/menu-top-green.svg);
        background-position: top;
        background-repeat: no-repeat;
    }

    .left-column:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 200px;
        bottom: -52px;
        left: 0;
        background-image: url(../img/menu-bottom-green.svg);
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .content-template .section-menu:after {
        height: 87px;
        width: 8px;
        border-radius: 4px;
        background-color: #deb91e;
        content: "";
        left: 20px;
        top: calc(100% + 130px);
        position: absolute;
        z-index: 1000;
    }

    .content-template .section-menu:before {
        content: "";
        position: absolute;
        display: block;
        bottom: -640px;
        left: -160px;
        height: 346px;
        width: 346px;
        background-image: url(/ckfinder/userfiles/images/core/logo.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: 0.05;
        z-index: 100;
    }

    .content-template .leftnomargin .section-menu:before {
        display: none;
    }

    .footer-scroll {
        position: absolute;
        display: block;
        height: 70px;
        width: 70px;
        cursor: pointer;
        border-radius: 20px/10px;
        background: transparent;
        background-image: url(../img/farrow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        color: transparent;
        z-index: 210;
        top: -33px;
        right: 32px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

        .footer-scroll:before,
        .footer-scroll:after {
            position: absolute;
            background-repeat: no-repeat;
            width: inherit;
            height: inherit;
            border-radius: inherit;
            background: none;
            content: "";
            top: 50%;
            left: 50%;
            z-index: -1;
        }

        .footer-scroll:before {
            -webkit-transform: translate(-50%, -50%) rotate(60deg);
            -ms-transform: translate(-50%, -50%) rotate(60deg);
            transform: translate(-50%, -50%) rotate(60deg);
        }

        .footer-scroll:after {
            -webkit-transform: translate(-50%, -50%) rotate(-60deg);
            -ms-transform: translate(-50%, -50%) rotate(-60deg);
            transform: translate(-50%, -50%) rotate(-60deg);
        }

        .footer-scroll:hover {
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
        }
}

@media (max-width: 1000px) {
    .cont-area {
        display: flex;
        flex-direction: column;
        padding-right: 0;
    }

    .breadCrumb {
        order: 1;
        padding-left: 20px;
    }

        .breadCrumb a:first-child:before {
            display: none;
        }

    .left-column {
        order: 4;
    }

    .right-column {
        order: 3;
    }

    .main-content {
        order: 2;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sws-inline-content blockquote.sws-blockquote {
        padding: 25px 10px;
    }
}

@media (min-width: 768px) and (max-width: 1230px) {
    .footer .footer-top .links {
        text-align: left;
        padding-left: 110px;
    }
}
