@charset "UTF-8";

/** Navigation **/
/** buttons **/
/** icons **/
/** Text **/
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,
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,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /*opacity: .0;
    display: none;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1280px;
    width: 100%;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.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,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
    float: left;
}

.col-xs-1 {
    width: 4.16666667%;
}

.col-xs-2 {
    width: 8.33333333%;
}

.col-xs-3 {
    width: 12.5%;
}

.col-xs-4 {
    width: 16.66666667%;
}

.col-xs-5 {
    width: 20.83333333%;
}

.col-xs-6 {
    width: 25%;
}

.col-xs-7 {
    width: 29.16666667%;
}

.col-xs-8 {
    width: 33.33333333%;
}

.col-xs-9 {
    width: 37.5%;
}

.col-xs-10 {
    width: 41.66666667%;
}

.col-xs-11 {
    width: 45.83333333%;
}

.col-xs-12 {
    width: 50%;
}

.col-xs-13 {
    width: 54.16666667%;
}

.col-xs-14 {
    width: 58.33333333%;
}

.col-xs-15 {
    width: 62.5%;
}

.col-xs-16 {
    width: 66.66666667%;
}

.col-xs-17 {
    width: 70.83333333%;
}

.col-xs-18 {
    width: 75%;
}

.col-xs-19 {
    width: 79.16666667%;
}

.col-xs-20 {
    width: 83.33333333%;
}

.col-xs-21 {
    width: 87.5%;
}

.col-xs-22 {
    width: 91.66666667%;
}

.col-xs-23 {
    width: 95.83333333%;
}

.col-xs-24 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 4.16666667%;
}

.col-xs-pull-2 {
    right: 8.33333333%;
}

.col-xs-pull-3 {
    right: 12.5%;
}

.col-xs-pull-4 {
    right: 16.66666667%;
}

.col-xs-pull-5 {
    right: 20.83333333%;
}

.col-xs-pull-6 {
    right: 25%;
}

.col-xs-pull-7 {
    right: 29.16666667%;
}

.col-xs-pull-8 {
    right: 33.33333333%;
}

.col-xs-pull-9 {
    right: 37.5%;
}

.col-xs-pull-10 {
    right: 41.66666667%;
}

.col-xs-pull-11 {
    right: 45.83333333%;
}

.col-xs-pull-12 {
    right: 50%;
}

.col-xs-pull-13 {
    right: 54.16666667%;
}

.col-xs-pull-14 {
    right: 58.33333333%;
}

.col-xs-pull-15 {
    right: 62.5%;
}

.col-xs-pull-16 {
    right: 66.66666667%;
}

.col-xs-pull-17 {
    right: 70.83333333%;
}

.col-xs-pull-18 {
    right: 75%;
}

.col-xs-pull-19 {
    right: 79.16666667%;
}

.col-xs-pull-20 {
    right: 83.33333333%;
}

.col-xs-pull-21 {
    right: 87.5%;
}

.col-xs-pull-22 {
    right: 91.66666667%;
}

.col-xs-pull-23 {
    right: 95.83333333%;
}

.col-xs-pull-24 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 4.16666667%;
}

.col-xs-push-2 {
    left: 8.33333333%;
}

.col-xs-push-3 {
    left: 12.5%;
}

.col-xs-push-4 {
    left: 16.66666667%;
}

.col-xs-push-5 {
    left: 20.83333333%;
}

.col-xs-push-6 {
    left: 25%;
}

.col-xs-push-7 {
    left: 29.16666667%;
}

.col-xs-push-8 {
    left: 33.33333333%;
}

.col-xs-push-9 {
    left: 37.5%;
}

.col-xs-push-10 {
    left: 41.66666667%;
}

.col-xs-push-11 {
    left: 45.83333333%;
}

.col-xs-push-12 {
    left: 50%;
}

.col-xs-push-13 {
    left: 54.16666667%;
}

.col-xs-push-14 {
    left: 58.33333333%;
}

.col-xs-push-15 {
    left: 62.5%;
}

.col-xs-push-16 {
    left: 66.66666667%;
}

.col-xs-push-17 {
    left: 70.83333333%;
}

.col-xs-push-18 {
    left: 75%;
}

.col-xs-push-19 {
    left: 79.16666667%;
}

.col-xs-push-20 {
    left: 83.33333333%;
}

.col-xs-push-21 {
    left: 87.5%;
}

.col-xs-push-22 {
    left: 91.66666667%;
}

.col-xs-push-23 {
    left: 95.83333333%;
}

.col-xs-push-24 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 4.16666667%;
}

.col-xs-offset-2 {
    margin-left: 8.33333333%;
}

.col-xs-offset-3 {
    margin-left: 12.5%;
}

.col-xs-offset-4 {
    margin-left: 16.66666667%;
}

.col-xs-offset-5 {
    margin-left: 20.83333333%;
}

.col-xs-offset-6 {
    margin-left: 25%;
}

.col-xs-offset-7 {
    margin-left: 29.16666667%;
}

.col-xs-offset-8 {
    margin-left: 33.33333333%;
}

.col-xs-offset-9 {
    margin-left: 37.5%;
}

.col-xs-offset-10 {
    margin-left: 41.66666667%;
}

.col-xs-offset-11 {
    margin-left: 45.83333333%;
}

.col-xs-offset-12 {
    margin-left: 50%;
}

.col-xs-offset-13 {
    margin-left: 54.16666667%;
}

.col-xs-offset-14 {
    margin-left: 58.33333333%;
}

.col-xs-offset-15 {
    margin-left: 62.5%;
}

.col-xs-offset-16 {
    margin-left: 66.66666667%;
}

.col-xs-offset-17 {
    margin-left: 70.83333333%;
}

.col-xs-offset-18 {
    margin-left: 75%;
}

.col-xs-offset-19 {
    margin-left: 79.16666667%;
}

.col-xs-offset-20 {
    margin-left: 83.33333333%;
}

.col-xs-offset-21 {
    margin-left: 87.5%;
}

.col-xs-offset-22 {
    margin-left: 91.66666667%;
}

.col-xs-offset-23 {
    margin-left: 95.83333333%;
}

.col-xs-offset-24 {
    margin-left: 100%;
}

@media (min-width: 700px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-20,
    .col-sm-21,
    .col-sm-22,
    .col-sm-23,
    .col-sm-24 {
        float: left;
    }

    .col-sm-1 {
        width: 4.16666667%;
    }

    .col-sm-2 {
        width: 8.33333333%;
    }

    .col-sm-3 {
        width: 12.5%;
    }

    .col-sm-4 {
        width: 16.66666667%;
    }

    .col-sm-5 {
        width: 20.83333333%;
    }

    .col-sm-6 {
        width: 25%;
    }

    .col-sm-7 {
        width: 29.16666667%;
    }

    .col-sm-8 {
        width: 33.33333333%;
    }

    .col-sm-9 {
        width: 37.5%;
    }

    .col-sm-10 {
        width: 41.66666667%;
    }

    .col-sm-11 {
        width: 45.83333333%;
    }

    .col-sm-12 {
        width: 50%;
    }

    .col-sm-13 {
        width: 54.16666667%;
    }

    .col-sm-14 {
        width: 58.33333333%;
    }

    .col-sm-15 {
        width: 62.5%;
    }

    .col-sm-16 {
        width: 66.66666667%;
    }

    .col-sm-17 {
        width: 70.83333333%;
    }

    .col-sm-18 {
        width: 75%;
    }

    .col-sm-19 {
        width: 79.16666667%;
    }

    .col-sm-20 {
        width: 83.33333333%;
    }

    .col-sm-21 {
        width: 87.5%;
    }

    .col-sm-22 {
        width: 91.66666667%;
    }

    .col-sm-23 {
        width: 95.83333333%;
    }

    .col-sm-24 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 4.16666667%;
    }

    .col-sm-pull-2 {
        right: 8.33333333%;
    }

    .col-sm-pull-3 {
        right: 12.5%;
    }

    .col-sm-pull-4 {
        right: 16.66666667%;
    }

    .col-sm-pull-5 {
        right: 20.83333333%;
    }

    .col-sm-pull-6 {
        right: 25%;
    }

    .col-sm-pull-7 {
        right: 29.16666667%;
    }

    .col-sm-pull-8 {
        right: 33.33333333%;
    }

    .col-sm-pull-9 {
        right: 37.5%;
    }

    .col-sm-pull-10 {
        right: 41.66666667%;
    }

    .col-sm-pull-11 {
        right: 45.83333333%;
    }

    .col-sm-pull-12 {
        right: 50%;
    }

    .col-sm-pull-13 {
        right: 54.16666667%;
    }

    .col-sm-pull-14 {
        right: 58.33333333%;
    }

    .col-sm-pull-15 {
        right: 62.5%;
    }

    .col-sm-pull-16 {
        right: 66.66666667%;
    }

    .col-sm-pull-17 {
        right: 70.83333333%;
    }

    .col-sm-pull-18 {
        right: 75%;
    }

    .col-sm-pull-19 {
        right: 79.16666667%;
    }

    .col-sm-pull-20 {
        right: 83.33333333%;
    }

    .col-sm-pull-21 {
        right: 87.5%;
    }

    .col-sm-pull-22 {
        right: 91.66666667%;
    }

    .col-sm-pull-23 {
        right: 95.83333333%;
    }

    .col-sm-pull-24 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 4.16666667%;
    }

    .col-sm-push-2 {
        left: 8.33333333%;
    }

    .col-sm-push-3 {
        left: 12.5%;
    }

    .col-sm-push-4 {
        left: 16.66666667%;
    }

    .col-sm-push-5 {
        left: 20.83333333%;
    }

    .col-sm-push-6 {
        left: 25%;
    }

    .col-sm-push-7 {
        left: 29.16666667%;
    }

    .col-sm-push-8 {
        left: 33.33333333%;
    }

    .col-sm-push-9 {
        left: 37.5%;
    }

    .col-sm-push-10 {
        left: 41.66666667%;
    }

    .col-sm-push-11 {
        left: 45.83333333%;
    }

    .col-sm-push-12 {
        left: 50%;
    }

    .col-sm-push-13 {
        left: 54.16666667%;
    }

    .col-sm-push-14 {
        left: 58.33333333%;
    }

    .col-sm-push-15 {
        left: 62.5%;
    }

    .col-sm-push-16 {
        left: 66.66666667%;
    }

    .col-sm-push-17 {
        left: 70.83333333%;
    }

    .col-sm-push-18 {
        left: 75%;
    }

    .col-sm-push-19 {
        left: 79.16666667%;
    }

    .col-sm-push-20 {
        left: 83.33333333%;
    }

    .col-sm-push-21 {
        left: 87.5%;
    }

    .col-sm-push-22 {
        left: 91.66666667%;
    }

    .col-sm-push-23 {
        left: 95.83333333%;
    }

    .col-sm-push-24 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 4.16666667%;
    }

    .col-sm-offset-2 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 12.5%;
    }

    .col-sm-offset-4 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-5 {
        margin-left: 20.83333333%;
    }

    .col-sm-offset-6 {
        margin-left: 25%;
    }

    .col-sm-offset-7 {
        margin-left: 29.16666667%;
    }

    .col-sm-offset-8 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 37.5%;
    }

    .col-sm-offset-10 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-11 {
        margin-left: 45.83333333%;
    }

    .col-sm-offset-12 {
        margin-left: 50%;
    }

    .col-sm-offset-13 {
        margin-left: 54.16666667%;
    }

    .col-sm-offset-14 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-15 {
        margin-left: 62.5%;
    }

    .col-sm-offset-16 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-17 {
        margin-left: 70.83333333%;
    }

    .col-sm-offset-18 {
        margin-left: 75%;
    }

    .col-sm-offset-19 {
        margin-left: 79.16666667%;
    }

    .col-sm-offset-20 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-21 {
        margin-left: 87.5%;
    }

    .col-sm-offset-22 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-23 {
        margin-left: 95.83333333%;
    }

    .col-sm-offset-24 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-19,
    .col-md-20,
    .col-md-21,
    .col-md-22,
    .col-md-23,
    .col-md-24 {
        float: left;
    }

    .col-md-1 {
        width: 4.16666667%;
    }

    .col-md-2 {
        width: 8.33333333%;
    }

    .col-md-3 {
        width: 12.5%;
    }

    .col-md-4 {
        width: 16.66666667%;
    }

    .col-md-5 {
        width: 20.83333333%;
    }

    .col-md-6 {
        width: 25%;
    }

    .col-md-7 {
        width: 29.16666667%;
    }

    .col-md-8 {
        width: 33.33333333%;
    }

    .col-md-9 {
        width: 37.5%;
    }

    .col-md-10 {
        width: 41.66666667%;
    }

    .col-md-11 {
        width: 45.83333333%;
    }

    .col-md-12 {
        width: 50%;
    }

    .col-md-13 {
        width: 54.16666667%;
    }

    .col-md-14 {
        width: 58.33333333%;
    }

    .col-md-15 {
        width: 62.5%;
    }

    .col-md-16 {
        width: 66.66666667%;
    }

    .col-md-17 {
        width: 70.83333333%;
    }

    .col-md-18 {
        width: 75%;
    }

    .col-md-19 {
        width: 79.16666667%;
    }

    .col-md-20 {
        width: 83.33333333%;
    }

    .col-md-21 {
        width: 87.5%;
    }

    .col-md-22 {
        width: 91.66666667%;
    }

    .col-md-23 {
        width: 95.83333333%;
    }

    .col-md-24 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 4.16666667%;
    }

    .col-md-pull-2 {
        right: 8.33333333%;
    }

    .col-md-pull-3 {
        right: 12.5%;
    }

    .col-md-pull-4 {
        right: 16.66666667%;
    }

    .col-md-pull-5 {
        right: 20.83333333%;
    }

    .col-md-pull-6 {
        right: 25%;
    }

    .col-md-pull-7 {
        right: 29.16666667%;
    }

    .col-md-pull-8 {
        right: 33.33333333%;
    }

    .col-md-pull-9 {
        right: 37.5%;
    }

    .col-md-pull-10 {
        right: 41.66666667%;
    }

    .col-md-pull-11 {
        right: 45.83333333%;
    }

    .col-md-pull-12 {
        right: 50%;
    }

    .col-md-pull-13 {
        right: 54.16666667%;
    }

    .col-md-pull-14 {
        right: 58.33333333%;
    }

    .col-md-pull-15 {
        right: 62.5%;
    }

    .col-md-pull-16 {
        right: 66.66666667%;
    }

    .col-md-pull-17 {
        right: 70.83333333%;
    }

    .col-md-pull-18 {
        right: 75%;
    }

    .col-md-pull-19 {
        right: 79.16666667%;
    }

    .col-md-pull-20 {
        right: 83.33333333%;
    }

    .col-md-pull-21 {
        right: 87.5%;
    }

    .col-md-pull-22 {
        right: 91.66666667%;
    }

    .col-md-pull-23 {
        right: 95.83333333%;
    }

    .col-md-pull-24 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 4.16666667%;
    }

    .col-md-push-2 {
        left: 8.33333333%;
    }

    .col-md-push-3 {
        left: 12.5%;
    }

    .col-md-push-4 {
        left: 16.66666667%;
    }

    .col-md-push-5 {
        left: 20.83333333%;
    }

    .col-md-push-6 {
        left: 25%;
    }

    .col-md-push-7 {
        left: 29.16666667%;
    }

    .col-md-push-8 {
        left: 33.33333333%;
    }

    .col-md-push-9 {
        left: 37.5%;
    }

    .col-md-push-10 {
        left: 41.66666667%;
    }

    .col-md-push-11 {
        left: 45.83333333%;
    }

    .col-md-push-12 {
        left: 50%;
    }

    .col-md-push-13 {
        left: 54.16666667%;
    }

    .col-md-push-14 {
        left: 58.33333333%;
    }

    .col-md-push-15 {
        left: 62.5%;
    }

    .col-md-push-16 {
        left: 66.66666667%;
    }

    .col-md-push-17 {
        left: 70.83333333%;
    }

    .col-md-push-18 {
        left: 75%;
    }

    .col-md-push-19 {
        left: 79.16666667%;
    }

    .col-md-push-20 {
        left: 83.33333333%;
    }

    .col-md-push-21 {
        left: 87.5%;
    }

    .col-md-push-22 {
        left: 91.66666667%;
    }

    .col-md-push-23 {
        left: 95.83333333%;
    }

    .col-md-push-24 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 4.16666667%;
    }

    .col-md-offset-2 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 12.5%;
    }

    .col-md-offset-4 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-5 {
        margin-left: 20.83333333%;
    }

    .col-md-offset-6 {
        margin-left: 25%;
    }

    .col-md-offset-7 {
        margin-left: 29.16666667%;
    }

    .col-md-offset-8 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 37.5%;
    }

    .col-md-offset-10 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-11 {
        margin-left: 45.83333333%;
    }

    .col-md-offset-12 {
        margin-left: 50%;
    }

    .col-md-offset-13 {
        margin-left: 54.16666667%;
    }

    .col-md-offset-14 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-15 {
        margin-left: 62.5%;
    }

    .col-md-offset-16 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-17 {
        margin-left: 70.83333333%;
    }

    .col-md-offset-18 {
        margin-left: 75%;
    }

    .col-md-offset-19 {
        margin-left: 79.16666667%;
    }

    .col-md-offset-20 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-21 {
        margin-left: 87.5%;
    }

    .col-md-offset-22 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-23 {
        margin-left: 95.83333333%;
    }

    .col-md-offset-24 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24 {
        float: left;
    }

    .col-lg-1 {
        width: 4.16666667%;
    }

    .col-lg-2 {
        width: 8.33333333%;
    }

    .col-lg-3 {
        width: 12.5%;
    }

    .col-lg-4 {
        width: 16.66666667%;
    }

    .col-lg-5 {
        width: 20.83333333%;
    }

    .col-lg-6 {
        width: 25%;
    }

    .col-lg-7 {
        width: 29.16666667%;
    }

    .col-lg-8 {
        width: 33.33333333%;
    }

    .col-lg-9 {
        width: 37.5%;
    }

    .col-lg-10 {
        width: 41.66666667%;
    }

    .col-lg-11 {
        width: 45.83333333%;
    }

    .col-lg-12 {
        width: 50%;
    }

    .col-lg-13 {
        width: 54.16666667%;
    }

    .col-lg-14 {
        width: 58.33333333%;
    }

    .col-lg-15 {
        width: 62.5%;
    }

    .col-lg-16 {
        width: 66.66666667%;
    }

    .col-lg-17 {
        width: 70.83333333%;
    }

    .col-lg-18 {
        width: 75%;
    }

    .col-lg-19 {
        width: 79.16666667%;
    }

    .col-lg-20 {
        width: 83.33333333%;
    }

    .col-lg-21 {
        width: 87.5%;
    }

    .col-lg-22 {
        width: 91.66666667%;
    }

    .col-lg-23 {
        width: 95.83333333%;
    }

    .col-lg-24 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 4.16666667%;
    }

    .col-lg-pull-2 {
        right: 8.33333333%;
    }

    .col-lg-pull-3 {
        right: 12.5%;
    }

    .col-lg-pull-4 {
        right: 16.66666667%;
    }

    .col-lg-pull-5 {
        right: 20.83333333%;
    }

    .col-lg-pull-6 {
        right: 25%;
    }

    .col-lg-pull-7 {
        right: 29.16666667%;
    }

    .col-lg-pull-8 {
        right: 33.33333333%;
    }

    .col-lg-pull-9 {
        right: 37.5%;
    }

    .col-lg-pull-10 {
        right: 41.66666667%;
    }

    .col-lg-pull-11 {
        right: 45.83333333%;
    }

    .col-lg-pull-12 {
        right: 50%;
    }

    .col-lg-pull-13 {
        right: 54.16666667%;
    }

    .col-lg-pull-14 {
        right: 58.33333333%;
    }

    .col-lg-pull-15 {
        right: 62.5%;
    }

    .col-lg-pull-16 {
        right: 66.66666667%;
    }

    .col-lg-pull-17 {
        right: 70.83333333%;
    }

    .col-lg-pull-18 {
        right: 75%;
    }

    .col-lg-pull-19 {
        right: 79.16666667%;
    }

    .col-lg-pull-20 {
        right: 83.33333333%;
    }

    .col-lg-pull-21 {
        right: 87.5%;
    }

    .col-lg-pull-22 {
        right: 91.66666667%;
    }

    .col-lg-pull-23 {
        right: 95.83333333%;
    }

    .col-lg-pull-24 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 4.16666667%;
    }

    .col-lg-push-2 {
        left: 8.33333333%;
    }

    .col-lg-push-3 {
        left: 12.5%;
    }

    .col-lg-push-4 {
        left: 16.66666667%;
    }

    .col-lg-push-5 {
        left: 20.83333333%;
    }

    .col-lg-push-6 {
        left: 25%;
    }

    .col-lg-push-7 {
        left: 29.16666667%;
    }

    .col-lg-push-8 {
        left: 33.33333333%;
    }

    .col-lg-push-9 {
        left: 37.5%;
    }

    .col-lg-push-10 {
        left: 41.66666667%;
    }

    .col-lg-push-11 {
        left: 45.83333333%;
    }

    .col-lg-push-12 {
        left: 50%;
    }

    .col-lg-push-13 {
        left: 54.16666667%;
    }

    .col-lg-push-14 {
        left: 58.33333333%;
    }

    .col-lg-push-15 {
        left: 62.5%;
    }

    .col-lg-push-16 {
        left: 66.66666667%;
    }

    .col-lg-push-17 {
        left: 70.83333333%;
    }

    .col-lg-push-18 {
        left: 75%;
    }

    .col-lg-push-19 {
        left: 79.16666667%;
    }

    .col-lg-push-20 {
        left: 83.33333333%;
    }

    .col-lg-push-21 {
        left: 87.5%;
    }

    .col-lg-push-22 {
        left: 91.66666667%;
    }

    .col-lg-push-23 {
        left: 95.83333333%;
    }

    .col-lg-push-24 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 4.16666667%;
    }

    .col-lg-offset-2 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 12.5%;
    }

    .col-lg-offset-4 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-5 {
        margin-left: 20.83333333%;
    }

    .col-lg-offset-6 {
        margin-left: 25%;
    }

    .col-lg-offset-7 {
        margin-left: 29.16666667%;
    }

    .col-lg-offset-8 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 37.5%;
    }

    .col-lg-offset-10 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-11 {
        margin-left: 45.83333333%;
    }

    .col-lg-offset-12 {
        margin-left: 50%;
    }

    .col-lg-offset-13 {
        margin-left: 54.16666667%;
    }

    .col-lg-offset-14 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-15 {
        margin-left: 62.5%;
    }

    .col-lg-offset-16 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-17 {
        margin-left: 70.83333333%;
    }

    .col-lg-offset-18 {
        margin-left: 75%;
    }

    .col-lg-offset-19 {
        margin-left: 79.16666667%;
    }

    .col-lg-offset-20 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-21 {
        margin-left: 87.5%;
    }

    .col-lg-offset-22 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-23 {
        margin-left: 95.83333333%;
    }

    .col-lg-offset-24 {
        margin-left: 100%;
    }
}

.no_padding {
    padding: 0;
}

.no_margin {
    margin: 0;
}

.center-block {
    float: none;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

body {
    background: #f6f6f6;
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.5px;
}

input,
textarea,
select {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

button {
    cursor: pointer;
}

ul {
    padding-left: 1em;
}

li {
    margin-bottom: 1em;
}

img {
    max-width: 100%;
}

@media (max-width: 600px) {
    img {
        height: auto;
    }
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

.icon_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.icon_left svg {
    margin-right: 0.5em;
}

/*** Layout ***/
.l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 768px) {
    .l-flex-between-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}

@media (min-width: 992px) {

    h2,
    .lg_title {
        font-size: 2.5em;
    }

    h3 {
        font-size: 2.1em;
        margin-bottom: 0.5em;
    }

    h4 {
        font-size: 1.4em;
        color: #3b5ea1;
        margin-bottom: 0;
    }

    h4+p {
        margin-top: 0.5em;
    }

    .sec_intro p {
        text-align: center;
    }
}

.pad {
    padding: 2em 0;
    position: relative;
}

@media (min-width: 768px) {
    .pad {
        padding: 4em 0;
    }
}

.pad h2:first-of-type {
    margin-top: 0;
}

.pad_bottom {
    padding-bottom: 40px;
}

.pad .container>p {
    margin-top: 0;
}

button {
    outline: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #0b3d60;
}

label:hover,
label:hover h3,
a:hover,
a:hover h2,
a:hover h3,
a:hover h4 {
    color: #00376496;
}


.text_center {
    text-align: center;
}

@media (min-width: 768px) {
    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

/*** Grid ***/
section {
    position: relative;
}

.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

body {
    font-family: "Poppins", sans-serif;
    color: #0b3d60;
}

h1 {
    font-size: 2em;
    margin: 0;
    font-weight: 600;
}

@media (min-width: 600px) {
    h1 {
        font-size: 40px;
    }
}

h2,
h3,
h4 {
    color: #0b3d60;
    font-weight: 600;
}

h2 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

@media (min-width: 768px) {
    h2 {
        font-size: 31px;
    }
}

h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0.25em;
    margin-top: 1em;
}

@media (min-width: 768px) {
    h3 {
        font-size: 25px;
    }
}

h3+p {
    margin-top: 0;
}

p,
li {
    line-height: 1.5;
    margin: 1em 0;
    font-size: 1em;
}

li li {
    font-size: 1em;
}

p+h2 {
    margin-top: 0.8em;
}

h2+p {
    margin-top: 0.6em;
    margin-bottom: 0;
}

p+.btn {
    margin-top: 1em;
}

.btn {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    margin-left: 0;
    margin-right: auto;
    width: 240px;
    font-weight: 600;
    border: 1px transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

   text-transform: capitalize;

    background-color: transparent;
    font-size: 14px;
    color: #FA9E17;
    
    transition: background-color 1s;
}

.btn-new:hover,
.btn:hover {
    background-color: #FA9E17;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
   border: 1px solid #FA9E17;
    padding: 10px;
    overflow: hidden;

    transition: background-color 1s;
}

.btn svg {
    display: none;
}
.btx{
   background-color: #FA9E17;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FA9E17;
    padding: 10px;
    overflow: hidden;
    transition: background-color 1s;

}
.btx:hover{

    border: 1px solid #FA9E17;
    
   text-transform: capitalize;

    background-color: transparent;
    font-size: 14px;
    color: #FA9E17;
    
    transition: background-color 1s;
   
}

.btn_full {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -10px;
    background: #FA9E17;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 0;
}
.btn_full:hover{
background: transparent;
color: #FA9E17;
}
.btn svg {
    fill: #fff;
    margin-left: 1em;
}

.btn_outline {
    background: transparent;
    border: 2px solid #0870CD;
    color: #0870CD;
}

.btn_outline svg {
    fill: #0870CD;
}

.btn+.btn {
    margin-left: 1em;
}

.btn_invert {
    background: #fff;
    border-color: #fff;
    color: #0b3d5f;
}

.btn_invert svg {
    fill: #0870CD;
}

.text-center .btn {
    margin: 0 auto;
}

.sitewide_alert {
    padding: 10px 0;
    background: red;
}

@media (min-width: 768px) {
    .sitewide_alert {
        margin-top: -10px;
        margin-bottom: 10px;
    }
}

.sitewide_alert p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 0.9em;
}

.header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.header_actions a {

    border-radius: 4px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00376496;
}

.header_actions a span:first-of-type,
.header_actions a span:nth-of-type(2) {
    display: none;
}

.header_actions a:last-of-type {

    margin-left: 0.5em;

    background-color: #FA9E17;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    /*  display: inline-block;
  position: relative;*/
    text-decoration: none;
    text-transform: capitalize;
    padding: 10px;
    overflow: hidden;
    color: #fff;
}

.header_actions a:last-of-type:hover {
    background-color: transparent;
    font-size: 14px;
    border: 1px solid #FA9E17;
    transition: background-color 1s;
    color: #FA9E17;
    ;

}

.header_actions a svg {
    fill: #fff;
}

.logo {
    position: relative;
    z-index: 2;
}

.header_container {
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header {
    background: #fff;
    position: relative;
}

.book_now span {
    display: none;
}

@media (min-width: 992px) {
    body {
        padding-top: 116px;
    }

    header {
        padding: 10px 0;
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 999;
        top: 0;
        -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
    }



    .book_now span {
        display: block;
        margin-left: 3px;
    }

    .header_actions a span:first-of-type,
    .header_actions a span:nth-of-type(2) {
        display: block;
    }

    .header_actions a svg {
        margin-right: 1em;
    }
}

.logo_container a {
    display: block;
}

header img {
    max-height: 50px;
    max-width: 300px;
    width: auto;
    padding: 5px 0;
}

.prim_nav {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    z-index: 1;
    font-size: 15px;
}

.prim_nav ul {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
}

.prim_nav ul li {
    line-height: 1;
    font-size: 1em;
    z-index: 60;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0;
}

.prim_nav ul li:hover>a,
.prim_nav ul li:hover>button {
    color: #00376496;
}

.prim_nav>ul>li>a,
.prim_nav ul>li button {
    padding: 20px 15px;
    display: block;
    font-weight: 600;
    color: #051d4c;
}

.prim_nav ul ul {
    display: none;
    position: absolute;
}

@media(min-width: 992px) {
    .prim_nav ul ul {
        padding: 1rem;
        background: #fff;
        border-top: none;
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
        width: 8rem;
    }
}

.prim_nav ul .has_dropdown:hover ul {
    display: block;
}

.prim_nav ul ul li {
    display: block;
}

.prim_nav ul ul a {
    font-weight: 600;
    padding: .5rem 0;
    display: block;
}

.mob_nav_toggle {
    display: none;
}

@media (max-width: 991px) {
    .mob_nav_toggle {
        display: block;
    }

    header .container {
        padding: 0;
    }

    .mob_nav_toggle,
    .search_toggle {
        background: #fff;
        margin-left: 0.5em;
        height: 68px;
    }

    .mob_nav_toggle svg {
        height: 30px;
        width: 30px;
    }

    .mob_nav_toggle svg path {
        fill: #051d4c;
    }

    .mob_nav_toggle svg:last-of-type {
        display: none;
    }

    .mob_nav_toggle.active,
    .search_toggle.active {
        background: #051d4c;
    }

    .mob_nav_toggle.active svg path,
    .search_toggle.active svg {
        fill: #fff;
    }

    .mob_nav_toggle.active svg:first-of-type {
        display: none;
    }

    .mob_nav_toggle.active svg:last-of-type {
        display: block;
    }

    header img {
        height: 65px;
        width: auto;
        padding: 7px 7px 7px 15px;
    }

    .prim_nav {
        position: absolute;
        z-index: 100;
        top: 100%;
        background: #051d4c;
        height: 0;
        overflow: hidden;
    }

    .prim_nav.open {
        height: auto;
    }

    .prim_nav .has_dropdown button {
        display: none;
    }

    .prim_nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .prim_nav ul li a,
    .prim_nav ul li button {
        padding: 15px;
        color: #fff;
        text-align: left;
        font-size: 16px;
    }

    .prim_nav ul li {
        border-bottom: 1px solid rgba(246, 246, 246, 0.2);
        width: 100%;
    }

    .prim_nav>ul>li.has_dropdown>ul {
        display: block;
        position: relative;
        background: transparent;
    }
}

.inner_hero,
.home_hero {
    color: #fff;
    background: #0b3d60;
    padding: 2em 0;
    text-align: center;
}

.inner_hero_box {
    position: relative;
    z-index: 2;
}

.inner_hero_box p {
    margin: 0.5em auto 0;
}

.inner_hero {
    display: none;
}

@media (min-width: 768px) {
    .home_hero {
        padding: 2em 30px;
    }

    .inner_hero {
        display: none;
        text-align: center;
        padding: 4em 0;
    }

    .inner_hero_box h1 {
        font-size: 2.8em;
    }

    .inner_hero_box p {
        font-size: 1.4em;
        max-width: 600px;
    }
}

.home_hero {
    background-size: cover;
    background-position: center;
    height: 50vh;
}

.home_hero~.inner_hero_box {
    background: #0b3d60;
    text-align: center;
    padding: 2em 15px;
    color: #fff;
}

.hero_image {
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.hero_image img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner_hero.has_image {
    padding: 9em 0;
    background: #051c4c;
}

.has_image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.image_two .hero_image {
    width: 50%;
    opacity: 1;
    background-image: url(../oxford_blog.png%3B);
    background-size: cover;
    background-position: center;
}

.image_two .inner_hero_box {
    padding-left: 5em;
    text-align: left;
    width: 50%;
    margin-left: auto;
}

.box {
    padding: 3em;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 100px;
}

@media (min-width: 768px) {
    .half_image {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
    }

    .half_image_right {
        left: auto;
        right: 0;
    }

    .half_image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .half_image~.container .pad {
        padding: 7em 0;
    }
}

footer {
    padding: 30px 20px;
    font-size: 14px;
    background: #efefef;
    color: #676767;
}

@media (min-width: 768px) {
    footer {
        padding: 70px 0 60px 0;
    }
}

@media (max-width: 768px) {
    footer .col-sm-6:not(:first-of-type) {
        margin-top: 2em;
    }
}

footer ul,
footer li,
footer p {
    font-size: 14px;
}

footer h4 {
    font-weight: 600;
    margin-bottom: 1em;
    font-size: 1.1em;
    color: #4c4c4c;
}

footer svg {
    fill: #4c4c4c;
}

footer nav ul {
    list-style: none;
}

footer nav ul li {
    margin-bottom: 0;
    margin-top: 0.7em;
    line-height: 1;
}

footer nav ul a {
    color: #676767;
}

footer .footer_accreditations {
    margin-top: 2em;
}

footer .footer_accreditations img {
    display: block;
}

.end {
    padding: 15px 0;
    background: #dadada;
    text-align: center;
    color: #4c4c4c;
}

.end a {
    text-decoration: underline;
}

@media (min-width: 600px) {
    .end .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .end p {
        margin: 0;
    }
}

.review {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
}

.review .cite {
    font-weight: 900;
    margin: 0;
}

.reviews_card {
    padding: 2em;
    margin-bottom: 3em;
    border: 1px solid #00376496;
}

.review_rating p {
    font-weight: 600;
    font-size: 4em;
    text-align: center;
    margin: 0;
}

.review_rating p span {
    display: block;
    font-size: 0.3em;
    font-weight: normal;
}

@media (max-width: 767px) {
    .reviews_section {
        text-align: center;
    }

    .reviews_section .review_rating {
        margin-bottom: 3em;
    }

    .reviews_section .col-sm-8:first-of-type {
        display: none;
    }
}

@media (min-width: 768px) {
    .reviews_section {
        margin-top: 4em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.search_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2em 0;
}

.search_form button[type=submit] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    height: 60px;
    background: #009afe;
    border-radius: 0 4px 4px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.search_form button[type=submit] svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.search_form input[type=search] {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    height: 60px;
    display: block;
    border: 1px solid #ddd;
    padding-left: 20px;
    border-radius: 4px 0 0 4px;
    outline: none;
}

/* Accordion styles */
.tabs {
    overflow: hidden;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 5px 10px -4px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 10px -4px rgb(0 0 0 / 10%);
    border-radius: 6px;
    margin-bottom: 1em;
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.tab:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}

.tab-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em;
    color: #051d4c;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
}

.tab-label h3 {
    margin: 0;
    cursor: pointer;
    font-size: 16px;
}

.tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    overflow: hidden;
    background: white;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.tab-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1em;
    background: #2c3e50;
    cursor: pointer;
}

.tab-close:hover {
    background: #1a252f;
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab input:checked+.tab-label::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tab input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em;
}

.tab-content p {
    margin: 0;
}

/*table {
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 2em;
}

table th {
  background: #0b3d60;
  color: #fff;
  font-size: 0.8em;
  border: none;
  padding: 10px;
  text-align: center;
}
table th:first-of-type {
  text-align: left;
  width: 400px;
}

table td:not(:first-of-type) {
  text-align: center;
}

table td span {
  display: block;
  line-height: 1;
}

@media (min-width: 768px) {
  tr td:first-of-type {
    width: 70%;
  }
}
table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table tbody tr {
  text-align: left;
  border-bottom: 1px dashed #0b3d60;
}

table th,
table td {
  padding: 1em;
}

table td {
  padding: 0.75em 1em;
}

table th {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    font-size: 0.8em;
    text-align: left;
    min-width: 60px;
  }
}*/
.pricing {
    width: 100%;
    border-spacing: 0;
    background: #efefef;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    margin: 0;
}

.pricing-header {
    font-weight: 400;
    text-align: center;
    padding: 8px 10px;
}

@media only screen and (min-width: 45em) {
    .pricing-header {
        padding: 16px 20px;
    }
}

.pricing-header--toggle {
    border: 0;
    text-align: left;
    vertical-align: bottom;
}

.pricing-heading {
    background-color: #0b3d60;
    font-size: 1.3333em;
}

.pricing-heading:first-child td {
    padding: 1em 0.5em;
}

.pricing td {
    width: 20%;
    vertical-align: middle;
    padding: 8px 10px;
}

@media only screen and (min-width: 45em) {
    .pricing td {
        padding: 16px 20px;
    }
}

.feature :first-child,
.pricing td :first-child {
    width: 30px;
}

.feature .feature-cell {
    text-align: center;
    padding: 0.5em;
}

.feature .feature-cell-name {
    padding-right: 10px;
    width: 280px;
    text-align: left;
    font-weight: 600;
    color: #051d4c;
}

@media only screen and (min-width: 45em) {
    .feature .feature-cell-name {
        padding: 0.5em;
        width: 380px;
    }
}

.pricing-header {
    font-weight: 600;
}

.pricing-header .tier {
    display: block;
    font-size: 1.4em;
    margin-bottom: 0.4em;
}

.pricing-header .price {
    font-weight: 400;
}

table.pricing_table {
    background: #fff;
    max-width: 800px;
    margin: 2em auto;
}

table.pricing_table {
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-bottom: 2em;
}

table.pricing_table th {
    font-size: 0.8em;
    border: none;
    padding: 10px;
    text-align: center;
}

table.pricing_table th:first-of-type {
    text-align: left;
    width: 400px;
}

table.pricing_table td:not(:first-of-type) {
    text-align: center;
}

table.pricing_table td span {
    display: block;
    line-height: 1;
}

@media (min-width: 768px) {
    table.pricing_table tr td:first-of-type {
        width: 70%;
    }
}

table.pricing_table caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em;
}

table.pricing_table tbody tr {
    text-align: left;
    border-bottom: 1px dashed #0b3d60;
}

table.pricing_table th,
table.pricing_table td {
    padding: 1em;
}

table.pricing_table td {
    padding: 0.75em 1em;
}

table.pricing_table th {
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 600px) {
    table.pricing_table {
        border: 0;
    }

    table.pricing_table caption {
        font-size: 1.3em;
    }

    table.pricing_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.pricing_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }

    table.pricing_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.9em;
        text-align: left;
        padding: 0;
    }

    table.pricing_table td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
    }

    table.pricing_table td:last-child {
        border-bottom: 0;
    }
}

h3~.pricing_table {
    margin-top: 0.5em;
}

.service_pricing_table {
    text-align: left;
    color: #4d4d4d;
}

.service_pricing_table th {
    background: #dadbda;
    color: #4d4d4d;
}

.pricing {
    position: relative;
}

.pricing thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}

.pricing-header:nth-of-type(3) {
    background: #afafaf;
}

.pricing-header:nth-of-type(4) {
    background: #927d0a;
}

.pricing-header:nth-of-type(5) {
    background: #7d7c7c;
}

.feature .feature-cell svg {
    height: 22px;
    width: auto;
    fill: #0b3d60;
}

.home_services_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1300px;
}

.home_services_list .service {
    text-align: center;
    padding: 2em;
    background: transparent;
    position: relative;
    width: 100%;
}

.home_services_list .service h3 {
    font-weight: 600;
    font-size: 1.5em;
}

.home_services_list .service p {
    margin-bottom: 0;
}

.home_services_list .service svg {
    fill: #051d4c;
}

@media (min-width: 768px) {
    .home_services_list .service {
        padding: 3em;
        width: 50%;
    }

    .home_services_list .service:last-of-type {
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .home_services_list .service {
        padding: 5em 4em;
        width: 33.333%;
    }
}

.service_image {
    position: relative;
}

.service_image .svg_blob {
    position: absolute;
    height: 140px;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    opacity: 0.2;
    z-index: 1;
}

.service_image .svg_blob svg {
    width: 100%;
    height: 100%;
}

.service_image .svg_blob path {
    fill: #00376496;
}

.service_image img {
    z-index: 2;
    position: relative;
}

a.service:hover h3 {
    color: #00376496;
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.card:hover {
    -webkit-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.3);
}

.card h2 {
    font-size: 1.65em;
}

.card .entry_card_box {
    padding: 0 15px 2em;
    text-align: center;
}

.card .entry_card_box p {
    margin: 0;
}

.card .entry_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #efefef;
    border-radius: 50%;
    margin: 2em auto;
    padding: 1.4em;
}

.card .entry_image img {
    width: 4em;
    height: 4em;
}

.featured_services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #00376496;
}

.featured_services .featured_service {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.featured_services .featured_service:first-of-type {
    border-left: none;
}

.featured_services .featured_service h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 1.6em;
    padding: 1em;
    background: #1a8fdc;
    margin-top: 0;
}

.featured_services .featured_service .entry_image {
    margin: 3em 0;
}

.featured_services .featured_service .entry_image img {
    max-width: 200px;
    margin: 0 auto;
}

.membership_benefit_list {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}

.membership_benefit {
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    background: #fff;
}

.membership_benefit h3 {
    color: #2f5082;
    font-size: 1.35em;
}

.membership_benefit p {
    margin: 0;
    min-height: 55px;
}

.membership_benefit svg {
    fill: #051d4c;
    max-height: 100px;
    width: auto;
}

.pricing-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em 2em;
    z-index: 2;
    position: relative;
    background: #0b3d60;
}

.pricing-cta h3 {
    margin: 0;
    color: #fff;
}

.team_list {
    margin-bottom: -30px;
}

.team_list .team_member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
}

@media (min-width: 700px) {
    .team_list .team_member img {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.team_list .team_member .team_member_text {
    padding: 1em;
    background: #0b3d60;
    color: #fff;
}

.team_list .team_member .team_member_text h3 {
    color: #fff;
    margin: 0;
    font-size: 1.2em;
    z-index: 2;
    position: relative;
}

.team_list .team_member .team_member_text p {
    margin: 0;
    color: #fff;
    z-index: 2;
    position: relative;
    font-weight: 600;
    font-size: 0.9em;
}

.team_list .team_member:hover .team_member_text {
    background: #00376496;
}

.post_details {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 1em 0;
    margin: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.9em;
}

.post img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 250px;
    width: 100%;
}

@media (min-width: 768px) {
    .post h3 {
        min-height: 105px;
    }
}

.home-search {
    padding: 30px;
    background: #fff;
    color: #0b3d60;
    margin: 5em 0;
}

.search_toggle {}

.search_toggle svg path {
    fill: #6ebbef;
}

.search_toggle svg {
    width: 30px;
    height: auto;
}

#search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

#search-modal.open {
    z-index: 999;
    visibility: visible;
    opacity: 1;
}

.js-search-wrapper {
    width: 350px;
    margin: 0 auto;
    position: relative;
}

.js-search-wrapper svg {
    position: absolute;
    top: 12.5px;
    right: 25px;
    pointer-events: none;
    height: 25px;
    width: auto;
}

.js-search-wrapper svg path {
    fill: #6ebbef;
}

.js-search-wrapper input {
    background: none;
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 2px solid #6ebbef;
    padding-right: 25px;
    text-align: center;
    outline: none;
    color: #6ebbef;
    font-weight: 600;
}

@media (min-width: 768px) {
    .js-search-wrapper input {
        font-size: 18px;
    }
}

.js-search-wrapper input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6ebbef;
}

.js-search-wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    color: #6ebbef;
}

.js-search-wrapper input:-ms-input-placeholder {
    /* IE 10+ */
    color: #6ebbef;
}

.js-search-wrapper input:-moz-placeholder {
    /* Firefox 18- */
    color: #6ebbef;
}

.search-modal-content form {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.autocomplete-suggestion {
    padding: 0.5em;
    background: #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.autocomplete-suggestion:hover {
    background: #eee;
}

.autocomplete-suggestions {
    margin-top: 1em;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 15px 5px #00000021;
    box-shadow: 0 5px 15px 5px #00000021;
}

/*# sourceMappingURL=style2.css.map */

@media screen and (max-width: 800px) {
    .pricing_table {
        border: 1px none;
        box-shadow: none;
    }

    .pricing_table thead {
        display: none;
    }

    .pricing_table tbody tr {
        border-bottom: none;
        margin: 0;
    }

    .pricing_table tbody tr td:before {
        content: attr(data-label);
        font-size: 11px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
    }

    .pricing_table tbody tr td {
        display: flex;
        font-size: 13px;
        padding: 0px 10px !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        justify-content: space-between;
        padding: 1rem !important;
    }

    .pricing_table tbody td:first-of-type>span {
        display: none;
    }

    .pricing_table tbody td:first-of-type {
        background: #dadbda;
        color: #4d4d4d;
    }
}

strong {
    font-weight: 600;
}