/* ------------------------------------*/


/* ------------------------------------*/


/* Tonjoo Property*/


/* Copyright 2016 Tonjoo*/


/* ------------------------------------*/


/* ------------------------------------*/


/* Info*/


/* ------------------------------------*/


/* 1) Layout, Grid, Typography, Button and Form, Text Style, on bootstrap folder*/


/* 2) Brand Color and others, on _variables.scss*/


/* 2) Theme Styling, on _apps.scss*/


/*
Additional Fonts
*/


/* Vag Rounded Bold*/

@font-face {
    font-family: "Vag Rounded";
    src: url("../fonts/vag_rounded_bold.eot");
    src: url("../fonts/vag_rounded_boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/vag_rounded_bold.woff") format("woff"), url("../fonts/vag_rounded_bold.ttf") format("truetype"), url("../fonts/vag_rounded_bold.svg#VagRounded") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Moon Bold*/

@font-face {
    font-family: "Gama Serif";
    src: url("../fonts/gama-serif-regular-webfont.eot");
    src: url("../fonts/gama-serif-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gama-serif-regular-webfont.woff") format("woff"), url("../fonts/gama-serif-regular-webfont.ttf") format("truetype"), url("../fonts/gama-serif-regular-webfont.svg#gamaserif") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Gama Serif*/

@font-face {
    font-family: "Moon";
    src: url("../fonts/moon_bold-webfont.eot");
    src: url("../fonts/moon_bold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/moon_bold-webfont.woff") format("woff"), url("../fonts/moon_bold-webfont.ttf") format("truetype"), url("../fonts/moon_bold-webfont.html#moon") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Circular Std*/

@font-face {
    font-family: 'Circular Std';
    src: url("../fonts/circular-std/CircularStd-Black.eot");
    src: url("../fonts/circular-std/CircularStd-Blackd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/circular-std/CircularStd-Black.woff") format("woff"), url("../fonts/circular-std/CircularStd-Black.ttf") format("truetype"), url("../fonts/circular-std/CircularStd-Black.svg#CircularStd-Black") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url("../fonts/circular-std/CircularStd-Bold.eot");
    src: url("../fonts/circular-std/CircularStd-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/circular-std/CircularStd-Bold.woff") format("woff"), url("../fonts/circular-std/CircularStd-Bold.ttf") format("truetype"), url("../fonts/circular-std/CircularStd-Bold.svg#CircularStd-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url("../fonts/circular-std/CircularStd-Book.eot");
    src: url("../fonts/circular-std/CircularStd-Bookd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/circular-std/CircularStd-Book.woff") format("woff"), url("../fonts/circular-std/CircularStd-Book.ttf") format("truetype"), url("../fonts/circular-std/CircularStd-Book.svg#CircularStd-Book") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Proxima Nova*/

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/proxima-nova/ProximaNova-Regular.eot");
    src: url("../fonts/proxima-nova/ProximaNova-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/ProximaNova-Regular.woff") format("woff"), url("../fonts/proxima-nova/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/proxima-nova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/proxima-nova/ProximaNova-Semibold.eot");
    src: url("../fonts/proxima-nova/ProximaNova-Semiboldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/ProximaNova-Semibold.woff") format("woff"), url("../fonts/proxima-nova/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/proxima-nova/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
    font-weight: 600;
    font-style: normal;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}


/* @import "bootstrap/print";*/


/* @import "bootstrap/glyphicons";*/


/* Core CSS*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Proxima Nova";
    font-size: 14px;
    line-height: 1.7142857143;
    color: #222222;
    background-color: #fff;
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
        line-height: 20px;
    }
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #149fc0;
}

a:hover,
a:focus {
    color: #0d667b;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 4px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.7142857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #E6E6E6;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Circular Std";
    font-weight: 700;
    line-height: 1.2;
    color: #073C64;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #a6a6a6;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 23px;
    margin-bottom: 11.5px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 11.5px;
    margin-bottom: 11.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 26px;
}

h3,
.h3 {
    font-size: 22px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

p {
    margin: 0 0 15px;
}

.lead {
    margin-bottom: 23px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #a6a6a6;
}

.text-primary {
    color: #149fc0;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0f7992;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #149fc0;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #0f7992;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 10.5px;
    margin: 46px 0 23px;
    border-bottom: 1px solid #E6E6E6;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 23px;
}

dt,
dd {
    line-height: 1.7142857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 1199px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #a6a6a6;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 11.5px 23px;
    margin: 0 0 23px;
    font-size: 22px;
    border-left: 5px solid #FDCB2C;
    font-family: "Lora", Georgia, "Times New Roman", Times, serif;
    line-height: 1.2;
    font-style: italic;
}

blockquote p,
blockquote ul,
blockquote ol {
    margin-bottom: 15px;
    color: #7D7D7D;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 12px;
    line-height: 1.7142857143;
    color: #C1C1C1;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-style: normal;
    text-transform: uppercase;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

@media (max-width: 767px) {
    blockquote {
        font-size: 12px;
        line-height: 20px;
    }
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #E6E6E6;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 23px;
    font-style: normal;
    line-height: 1.7142857143;
}


/* @import "bootstrap/code";*/

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

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

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.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 {
    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 {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .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 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1024px) {
    .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 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        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 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}


/* @import "bootstrap/tables";*/

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 23px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    color: #555555;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 9px;
    font-size: 14px;
    line-height: 1.7142857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 11px 20px;
    font-size: 14px;
    line-height: 1.7142857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #149fc0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-color: transparent;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #E6E6E6;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 44px;
    }
    input[type="date"].input-sm,
    .input-group-sm>input.form-control[type="date"],
    .input-group-sm>input.input-group-addon[type="date"],
    .input-group-sm>.input-group-btn>input.btn[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input.form-control[type="time"],
    .input-group-sm>input.input-group-addon[type="time"],
    .input-group-sm>.input-group-btn>input.btn[type="time"],
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input.form-control[type="datetime-local"],
    .input-group-sm>input.input-group-addon[type="datetime-local"],
    .input-group-sm>.input-group-btn>input.btn[type="datetime-local"],
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input.form-control[type="month"],
    .input-group-sm>input.input-group-addon[type="month"],
    .input-group-sm>.input-group-btn>input.btn[type="month"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    .input-group-lg>input.form-control[type="date"],
    .input-group-lg>input.input-group-addon[type="date"],
    .input-group-lg>.input-group-btn>input.btn[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input.form-control[type="time"],
    .input-group-lg>input.input-group-addon[type="time"],
    .input-group-lg>.input-group-btn>input.btn[type="time"],
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input.form-control[type="datetime-local"],
    .input-group-lg>input.input-group-addon[type="datetime-local"],
    .input-group-lg>.input-group-btn>input.btn[type="datetime-local"],
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input.form-control[type="month"],
    .input-group-lg>input.input-group-addon[type="month"],
    .input-group-lg>.input-group-btn>input.btn[type="month"],
    .input-group-lg input[type="month"] {
        line-height: 48px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 23px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
    min-height: 37px;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>.input-group-btn>select.btn[multiple] {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 35px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 48px;
    padding: 11px 20px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 48px;
    line-height: 48px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>.input-group-btn>select.btn[multiple] {
    height: auto;
}

.form-group-lg .form-control {
    height: 48px;
    padding: 11px 20px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.form-group-lg select.form-control {
    height: 48px;
    line-height: 48px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 48px;
    min-height: 41px;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 55px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 28px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #626262;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 32px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

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

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 9px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 12px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}


/**/


/* Buttons*/


/* --------------------------------------------------*/


/* Base styles*/


/* --------------------------------------------------*/

.btn {
    display: inline-block;
    /* font-family: $font-family-montserrat;*/
    margin-bottom: 0;
    /* For input.btn*/
    font-weight: bold;
    text-align: center;
    /* text-transform: uppercase;*/
    text-decoration: none;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    /* Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214*/
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 11px 20px;
    font-size: 12px;
    line-height: 1.7142857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 1px;
    /* [converter] extracted a& to a.btn*/
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline-color: transparent;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
    outline-color: transparent;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    outline-color: transparent;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

@media (max-width: 767px) {
    .btn {
        padding: 6px 20px;
        font-size: 10px;
    }
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
    /* Future-proof disabling of clicks on `<a>` elements*/
}


/* Alternate buttons*/


/* --------------------------------------------------*/

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.btn-default:hover {
    color: #333;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #073C64;
    border-color: #1A2C43;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #1A2C43;
    border-color: #1A2C43;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1A2C43;
    border-color: #1A2C43;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1A2C43;
    border-color: #1A2C43;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #1A2C43;
    border-color: #1A2C43;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #073C64;
}

.btn-primary .badge {
    color: #073C64;
    background-color: #fff;
}


/* Button secondary*/

.btn-outline {
    color: #073C64;
    background-color: #fff;
    border-color: #073C64;
}

.btn-outline:focus,
.btn-outline.focus {
    color: #073C64;
    background-color: #073C64;
    border-color: #073C64;
}

.btn-outline:hover {
    color: #073C64;
    background-color: #073C64;
    border-color: #073C64;
}

.btn-outline:active,
.btn-outline.active,
.open>.btn-outline.dropdown-toggle {
    color: #073C64;
    background-color: #073C64;
    border-color: #073C64;
}

.btn-outline:active:hover,
.btn-outline:active:focus,
.btn-outline:active.focus,
.btn-outline.active:hover,
.btn-outline.active:focus,
.btn-outline.active.focus,
.open>.btn-outline.dropdown-toggle:hover,
.open>.btn-outline.dropdown-toggle:focus,
.open>.btn-outline.dropdown-toggle.focus {
    color: #073C64;
    background-color: #073C64;
    border-color: #073C64;
}

.btn-outline:active,
.btn-outline.active,
.open>.btn-outline.dropdown-toggle {
    background-image: none;
}

.btn-outline.disabled:hover,
.btn-outline.disabled:focus,
.btn-outline.disabled.focus,
.btn-outline[disabled]:hover,
.btn-outline[disabled]:focus,
.btn-outline[disabled].focus,
fieldset[disabled] .btn-outline:hover,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-outline.focus {
    background-color: #fff;
}

.btn-outline .badge {
    color: #fff;
    background-color: #073C64;
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    color: #fff !important;
}


/* Button outline*/

.btn-secondary {
    color: #149fc0;
    background-color: #fff;
    border-color: #E6E6E6;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #149fc0;
    background-color: #aae8f6;
    border-color: #aae8f6;
}

.btn-secondary:hover {
    color: #149fc0;
    background-color: #aae8f6;
    border-color: #aae8f6;
}

.btn-secondary:active,
.btn-secondary.active,
.open>.btn-secondary.dropdown-toggle {
    color: #149fc0;
    background-color: #aae8f6;
    border-color: #aae8f6;
}

.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.open>.btn-secondary.dropdown-toggle:hover,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle.focus {
    color: #149fc0;
    background-color: #aae8f6;
    border-color: #aae8f6;
}

.btn-secondary:active,
.btn-secondary.active,
.open>.btn-secondary.dropdown-toggle {
    background-image: none;
}

.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled]:hover,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
    background-color: #fff;
}

.btn-secondary .badge {
    color: #fff;
    background-color: #149fc0;
}

.btn-secondary:hover {
    border-color: transparent;
}


/* Success appears as greens*/

.btn-success {
    color: #fff;
    background-color: #27ae60;
    border-color: #27ae60;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #1e8449;
    border-color: #1e8449;
}

.btn-success:hover {
    color: #fff;
    background-color: #1e8449;
    border-color: #1e8449;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e8449;
    border-color: #1e8449;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #1e8449;
    border-color: #1e8449;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #27ae60;
}

.btn-success .badge {
    color: #27ae60;
    background-color: #fff;
}


/* Info appears as blue-green*/

.btn-info {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #217dbb;
    border-color: #217dbb;
}

.btn-info:hover {
    color: #fff;
    background-color: #217dbb;
    border-color: #217dbb;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #217dbb;
    border-color: #217dbb;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #217dbb;
    border-color: #217dbb;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #3498db;
}

.btn-info .badge {
    color: #3498db;
    background-color: #fff;
}


/* Warning appears as orange*/

.btn-warning {
    color: #fff;
    background-color: #f39c12;
    border-color: #f39c12;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #c87f0a;
    border-color: #c87f0a;
}

.btn-warning:hover {
    color: #fff;
    background-color: #c87f0a;
    border-color: #c87f0a;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c87f0a;
    border-color: #c87f0a;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #c87f0a;
    border-color: #c87f0a;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f39c12;
}

.btn-warning .badge {
    color: #f39c12;
    background-color: #fff;
}


/* Danger and error appear as red*/

.btn-danger {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #d62c1a;
    border-color: #d62c1a;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d62c1a;
    border-color: #d62c1a;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d62c1a;
    border-color: #d62c1a;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #d62c1a;
    border-color: #d62c1a;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #e74c3c;
}

.btn-danger .badge {
    color: #e74c3c;
    background-color: #fff;
}


/* Link buttons*/


/* -------------------------*/


/* Make a button look and behave like a link*/

.btn-link {
    color: #149fc0;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link:hover,
.btn-link:focus {
    color: #0d667b;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #a6a6a6;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Button Sizes*/


/* --------------------------------------------------*/

.btn-lg,
.btn-group-lg>.btn {
    /* line-height: ensure even-numbered height of button next to large input*/
    padding: 11px 20px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.btn-sm,
.btn-group-sm>.btn {
    /* line-height: ensure proper height of button next to small input*/
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}


/* Block button*/


/* --------------------------------------------------*/

.btn-block {
    display: block;
    width: 100%;
}


/* Vertically space out multiple block buttons*/

.btn-block+.btn-block {
    margin-top: 5px;
}


/* Specificity overrides*/

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}


/* Components*/


/* @import "bootstrap/component-animations";*/


/* @import "bootstrap/dropdowns";*/

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 5;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical>.btn-group:after {
    clear: both;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #E6E6E6;
    border: 1px solid #ccc;
    border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 11px 20px;
    font-size: 18px;
    border-radius: 4px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

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

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li.multi-column {
    position: static;
}

.nav>li>a {
    position: relative;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 30px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #E6E6E6;
}

.nav>li.disabled>a {
    color: #a6a6a6;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #a6a6a6;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #E6E6E6;
    border-color: #149fc0;
}

.nav .nav-divider {
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.7142857143;
    border: 1px solid transparent;
    border-radius: 0;
}

.nav-tabs>li>a:hover {
    border-color: #E6E6E6 #E6E6E6 #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 1px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #149fc0;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 1px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 1px 1px 0 0;
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 48px;
    border: 1px solid transparent;
    border-top: none;
}

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

.navbar:after {
    clear: both;
}

@media (min-width: 1199px) {
    .navbar {
        border-radius: 1px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 1199px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 1199px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 1199px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 1199px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 1199px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    height: auto;
    float: left;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width: 1199px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 0;
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 1199px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 6.25px -10px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 23px;
}

@media (max-width: 1198px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 23px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 1199px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 12.5px;
        padding-bottom: 12.5px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 2px;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 1198px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1199px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 2px;
    margin-bottom: 2px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 9px;
    margin-bottom: 9px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 13px;
    margin-bottom: 13px;
}

.navbar-text {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}

@media (min-width: 1199px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 1199px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #1A2C43;
}

.navbar-default .navbar-brand {
    color: #333333;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #1a1919;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    min-width: 130px;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #FDCB2C;
    background-color: #121F33;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #FDCB2C;
    background-color: transparent;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #eeeeee;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #149fc0;
}

@media (max-width: 1198px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #149fc0;
        background-color: #121F33;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #149fc0;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #333333;
}

.navbar-default .navbar-link:hover {
    color: #149fc0;
}

.navbar-default .btn-link {
    color: #333333;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #149fc0;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090808;
}

.navbar-inverse .navbar-brand {
    color: #cccccc;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #cccccc;
}

.navbar-inverse .navbar-nav>li>a {
    color: #cccccc;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090808;
    color: #fff;
}

@media (max-width: 1198px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #cccccc;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #cccccc;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #cccccc;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}


/**/


/* Breadcrumbs*/


/* --------------------------------------------------*/

.breadcrumb {
    padding: 0;
    list-style: none;
    border-radius: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.breadcrumb>li {
    display: inline-block;
    line-height: 1.3;
    color: #A7A7A7;
}

.breadcrumb>li>a {
    color: #A7A7A7;
    text-decoration: none;
}

.breadcrumb>li:hover>a {
    color: #149fc0;
}

.breadcrumb>li+li:before {
    /* [converter] Workaround for https://github.com/sass/libsass/issues/1115*/
    font-family: "FontAwesome";
    content: "\f105";
    /* Unicode space added since inline-block means non-collapsing white-space*/
    padding: 0 5px;
    color: #FDCB2C;
}

.breadcrumb>.active,
.breadcrumb>.active a {
    color: #A7A7A7;
}


/* @import "bootstrap/pagination";*/


/* @import "bootstrap/pager";*/


/* @import "bootstrap/labels";*/


/* @import "bootstrap/badges";*/


/* @import "bootstrap/jumbotron";*/


/* @import "bootstrap/thumbnails";*/


/* @import "bootstrap/alerts";*/


/* @import "bootstrap/progress-bars";*/


/* @import "bootstrap/media";*/


/* @import "bootstrap/list-group";*/


/* @import "bootstrap/panels";*/


/* @import "bootstrap/responsive-embed";*/


/* @import "bootstrap/wells";*/


/* @import "bootstrap/close";*/


/* Components w/ JavaScript*/


/* @import "bootstrap/modals";*/


/* @import "bootstrap/tooltip";*/


/* @import "bootstrap/popovers";*/


/* @import "bootstrap/carousel";*/


/* Utility classes*/

.clearfix:before,
.btn-box:before,
#header .navbar-body:before,
.clearfix:after,
.btn-box:after,
#header .navbar-body:after {
    content: " ";
    display: table;
}

.clearfix:after,
.btn-box:after,
#header .navbar-body:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}


/* @import "bootstrap/responsive-utilities";*/


/* @import "ionicons";*/


/* apps*/


/* General Mixins & Placeholder*/


/* -------------------------------------*/


/* Animation*/

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 92%;
    }
    50% {
        background-position: 100% 9%;
    }
    100% {
        background-position: 0% 92%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 92%;
    }
    50% {
        background-position: 100% 9%;
    }
    100% {
        background-position: 0% 92%;
    }
}


/* Section / Widget Title - Placeholder*/


/* Form, Button & Components*/


/* -------------------------------------*/

.input-group {
    display: block;
    position: relative;
}

.input-group .form-control {
    width: 100%;
    display: block;
    padding-right: 42px;
    float: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
}

.input-group .btn {
    position: absolute;
    color: #a6a6a6;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: transparent;
    border: none;
}

.btn-more {
    font-size: 15px;
    vertical-align: middle;
    float: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 20px;
    position: relative;
    color: #fff;
    background-color: #073C64;
    border-color: #1A2C43;
    text-transform: capitalize;
}

.btn-more:focus,
.btn-more.focus {
    color: #fff;
    background-color: #1A2C43;
    border-color: #1A2C43;
}

.btn-more:hover {
    color: #fff;
    background-color: #1A2C43;
    border-color: #1A2C43;
}

.btn-more:active,
.btn-more.active,
.open>.btn-more.dropdown-toggle {
    color: #fff;
    background-color: #1A2C43;
    border-color: #1A2C43;
}

.btn-more:active:hover,
.btn-more:active:focus,
.btn-more:active.focus,
.btn-more.active:hover,
.btn-more.active:focus,
.btn-more.active.focus,
.open>.btn-more.dropdown-toggle:hover,
.open>.btn-more.dropdown-toggle:focus,
.open>.btn-more.dropdown-toggle.focus {
    color: #fff;
    background-color: #1A2C43;
    border-color: #1A2C43;
}

.btn-more:active,
.btn-more.active,
.open>.btn-more.dropdown-toggle {
    background-image: none;
}

.btn-more.disabled:hover,
.btn-more.disabled:focus,
.btn-more.disabled.focus,
.btn-more[disabled]:hover,
.btn-more[disabled]:focus,
.btn-more[disabled].focus,
fieldset[disabled] .btn-more:hover,
fieldset[disabled] .btn-more:focus,
fieldset[disabled] .btn-more.focus {
    background-color: #073C64;
}

.btn-more .badge {
    color: #073C64;
    background-color: #fff;
}

.btn-more:after {
    content: '';
    background-image: url("../assets/images/ic_bg/btn_arrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 12px;
    margin: auto auto -2px 10px;
}

.btn-more.btn:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .btn-more {
        font-size: 12px;
    }
}


/* Button Container*/

.btn-box {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #E6E6E6;
}

.btn-box.no-border {
    border: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.btn-box.text-center .btn-more {
    float: none;
}


/* Table Responsive*/

@media (max-width: 1023px) {
    .table-responsive {
        overflow-x: auto;
    }
}


/* =Header*/


/* =====================================*/


/*Dropdown Transition Placeholder*/

#header #navbar .dropdown-menu,
#header .topbar .pll-parent-menu-item .dropdown-menu {
    -webkit-transform-origin: center top 0px;
    transform-origin: center top 0px;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    background-color: #073C64;
    left: -250px;
    display: block !important;
    transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
    -moz-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
}

#header #navbar .dropdown:hover>.dropdown-menu,
#header #navbar .menu-item-has-children:hover>.dropdown-menu,
#header .topbar .pll-parent-menu-item:hover .dropdown-menu {
    display: block !important;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
    -moz-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}

#header {
    background-color: #073C64;
    position: relative;
    /* Header Layout Options*/
    /* Header Layout Options*/
    /* With Topbar*/
    /* Search Form*/
    /* Responsive Style*/
}

@media (min-width: 1199px) {
    #header #navbar {
        padding: 0;
    }
    #header .search-form {
        float: right;
    }
}

#header #navbar {
    border: none;
}

#header #navbar .dropdown-menu>li>a:hover {
    background-color: transparent;
}

#header #navbar .navbar-nav>li.current-menu-ancestor>a,
#header #navbar .navbar-nav>li.active>a {
    color: #FDCB2C;
    background-color: #121F33;
}

#header #navbar .dropdown-menu>li.current-menu-ancestor>a,
#header #navbar .dropdown-menu>li.active>a {
    background-color: transparent;
    color: #FDCB2C;
}

#header #navbar .dropdown-menu>li.current-menu-ancestor>a:after {
    border-color: transparent transparent transparent #FDCB2C;
}

#header .navbar-header {
    float: none;
}

#header .navbar-body {
    padding: 30px 0;
}

#header .navbar-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 1199px) {
    #header .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#header .navbar-brand {
    text-decoration: none;
    color: #fff;
    display: table;
    width: auto;
}

#header .navbar-brand img,
#header .navbar-brand span {
    display: table-cell;
    vertical-align: middle;
}

#header .navbar-brand img {
    max-height: 70px;
}

#header .navbar-brand span {
    padding-left: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /* font-family: "Gama Serif", Georgia, "Times New Roman", Times, serif; */
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.4;
}

@media (min-width: 1199px) {
    #header .navbar-brand span {
        height: 70px;
    }
}

@media (max-width: 380px) {
    #header .navbar-brand span {
        max-width: 220px;
    }
}

#header #navbar .dropdown-menu {
    border: none !important;
}

#header #navbar .dropdown-menu .menu-item-has-children {
    position: relative;
}

#header #navbar .dropdown-menu .menu-item-has-children>a:after {
    display: inline-block;
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    margin-top: 4px;
    margin-left: 4px;
}

#header #navbar .dropdown-menu .menu-item-has-children:hover>a:after {
    border-color: transparent transparent transparent #FDCB2C;
}

@media (max-width: 1199px) {
    #header #navbar .dropdown-menu .menu-item-has-children {
        margin-bottom: -5px;
    }
    #header #navbar .dropdown-menu .menu-item-has-children>a:after {
        position: relative;
        top: -2px;
        border-width: 4px 4px 0 4px;
        border-color: #fff transparent transparent transparent;
    }
    #header #navbar .dropdown-menu .menu-item-has-children:hover>a:after {
        border-color: #FDCB2C transparent transparent transparent;
    }
}

#header #navbar .dropdown-menu .menu-item-has-children>.dropdown-menu {
    top: -7px !important;
    border-right: none;
    left: 100%;
    background-color: #0e1828;
}

#header #navbar .dropdown:hover>a {
    color: #FDCB2C;
    background-color: #121F33;
}

#header #navbar .dropdown:hover>.dropdown-menu li {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

#header #navbar .dropdown:hover>.dropdown-menu li.col-lg-3:nth-child(4n),
#header #navbar .dropdown:hover>.dropdown-menu li.col-lg-4:nth-child(3n) {
    border-right-color: transparent;
}

#header #navbar .menu-item-has-children:hover>a {
    color: #FDCB2C;
}

#header #navbar .menu-item-has-children:hover a {
    background-color: transparent !important;
}

#header #navbar .multi-column>.dropdown-menu {
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-column-rule: 1px solid #1C3351;
    column-rule: 1px solid #1C3351;
    padding: 20px calc((100% - 1140px) / 2);
}

@media (min-width: 1199px) {
    #header #navbar .multi-column>.dropdown-menu {
        display: table !important;
        width: 100%;
    }
}

#header #navbar .multi-column>.dropdown-menu .menu-column {
    vertical-align: top;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

@media (min-width: 1199px) {
    #header #navbar .multi-column>.dropdown-menu .menu-column {
        width: auto;
        display: table-cell;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    #header #navbar .multi-column>.dropdown-menu .menu-column:last-child {
        border-right: none;
    }
}

#header #navbar .multi-column>.dropdown-menu .menu-column ul {
    list-style: none;
    margin: 5px;
    padding: 5px;
}

#header #navbar .multi-column>.dropdown-menu .menu-column ul>li>a {
    display: block;
    padding: 10px 30px;
    clear: both;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Proxima Nova";
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
    white-space: nowrap;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
}

#header #navbar .multi-column>.dropdown-menu .menu-column ul>li {
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
}

#header #navbar .multi-column>.dropdown-menu .menu-column ul>li:hover a {
    color: #FDCB2C;
}

#header.header-compact .navbar-header,
#header.header-fancy .navbar-header {
    float: left;
}

#header.header-compact #navbar,
#header.header-fancy #navbar {
    border: none;
    position: static;
    float: right;
    background-color: transparent !important;
}

#header.header-compact #navbar .nav>li>a,
#header.header-fancy #navbar .nav>li>a {
    font-size: 12px;
    color: #fff;
    font-family: "Proxima Nova";
    font-weight: normal;
    position: relative;
    border-right: none;
    min-width: inherit;
    background-color: transparent !important;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
}

@media (min-width: 1199px) {
    #header.header-compact #navbar .nav>li>a,
    #header.header-fancy #navbar .nav>li>a {
        line-height: 20px;
        padding: 40px 20px;
    }
}

#header.header-compact #navbar .nav>li>a:after,
#header.header-fancy #navbar .nav>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    border-bottom: none;
}

#header.header-compact #navbar .nav>li.current-menu-ancestor>a,
#header.header-fancy #navbar .nav>li.current-menu-ancestor>a,
#header.header-compact #navbar .nav>li.active>a,
#header.header-fancy #navbar .nav>li.active>a,
#header.header-compact #navbar .nav>li:hover>a,
#header.header-fancy #navbar .nav>li:hover>a,
#header.header-compact #navbar .nav>li:focus>a,
#header.header-fancy #navbar .nav>li:focus>a {
    color: #FDCB2C;
    background-color: transparent;
}

@media (min-width: 1199px) {
    #header.header-compact #navbar .nav>li.current-menu-ancestor>a:after,
    #header.header-fancy #navbar .nav>li.current-menu-ancestor>a:after,
    #header.header-compact #navbar .nav>li.active>a:after,
    #header.header-fancy #navbar .nav>li.active>a:after,
    #header.header-compact #navbar .nav>li:hover>a:after,
    #header.header-fancy #navbar .nav>li:hover>a:after,
    #header.header-compact #navbar .nav>li:focus>a:after,
    #header.header-fancy #navbar .nav>li:focus>a:after {
        border-bottom: 3px solid #FDCB2C;
    }
}

#header.header-compact #navbar .dropdown-menu li.current-menu-ancestor>a,
#header.header-fancy #navbar .dropdown-menu li.current-menu-ancestor>a,
#header.header-compact #navbar .dropdown-menu li.active>a,
#header.header-fancy #navbar .dropdown-menu li.active>a,
#header.header-compact #navbar .nav>li.highlight>a,
#header.header-fancy #navbar .nav>li.highlight>a {
    color: #FDCB2C;
}

#header.header-compact #navbar .dropdown-menu li.active>a,
#header.header-fancy #navbar .dropdown-menu li.active>a {
    background-color: transparent;
}

#header.header-compact #navbar .dropdown-menu li.current-menu-ancestor>a:after,
#header.header-fancy #navbar .dropdown-menu li.current-menu-ancestor>a:after {
    border-color: transparent transparent transparent #FDCB2C;
}

#header.header-compact #navbar .dropdown:hover>a,
#header.header-fancy #navbar .dropdown:hover>a {
    color: #FDCB2C;
    background-color: transparent;
}

#header.header-fancy {
    margin-bottom: 5px;
}

#header.header-fancy #navbar {
    float: none;
    padding-left: 220px;
    padding-right: 15px;
}

#header.header-fancy #navbar .nav>li.dropdown .dropdown-menu .container h6 {
    color: #149fc0;
}

@media (min-width: 1199px) {
    /* #header.header-fancy #navbar .nav>li>a {
        padding: 30px 15px;
    } */
    #header.header-fancy #navbar .nav>li.dropdown:hover>a:after {
        display: none;
    }
    #header.header-fancy #navbar .nav>li.dropdown .dropdown-menu {
        border-left: 3px solid #FDCB2C !important;
        border-right: 3px solid #FDCB2C !important;
        padding: 0 15px;
        min-width: 210px;
    }
    #header.header-fancy #navbar .nav>li.dropdown .dropdown-menu>li {
        border-right: 0;
    }
    #header.header-fancy #navbar .nav>li.dropdown .dropdown-menu>li>a {
        border-bottom: 1px solid #324256;
        padding: 12px 0;
    }
}

#header.header-fancy #navbar .nav>li>.search-form {
    padding-top: 35px;
    padding-bottom: 22px;
}

#header.header-fancy #navbar .nav>li>.search-form .btn {
    color: rgba(255, 255, 255, 0.7);
    width: 36px;
}

#header.header-fancy #navbar .nav>li>.search-form .form-control {
    margin: 0;
    line-height: 30px;
    height: 36px;
    padding-right: 36px;
    padding-left: 20px;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    background-color: #1A2C43;
}

#header.header-fancy #navbar .nav>li>.search-form .form-control:focus {
    background-color: #121F33;
    color: #fff;
}

#header.header-fancy #navbar .nav>li>.search-form .form-control:focus+.btn {
    color: #fff;
}

@media (max-width: 1024px) {
    #header.header-fancy #navbar .nav>li.active>a {
        position: relative;
    }
    #header.header-fancy #navbar .nav>li.active>a:after {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 7px;
        width: 15px;
        border-bottom: 2px solid #FDCB2C;
    }
}

#header.header-fancy .topbar {
    background-color: #1A2C43;
}

#header.header-fancy .topbar .navbar-nav {
    float: right;
}

#header.header-fancy .topbar .navbar-nav .pll-parent-menu-item {
    margin-right: 0;
}

#header.header-fancy .navbar-header {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

#header.header-fancy .navbar-brand {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 15px;
    /* top: 45px; */
    padding: 15px;
    text-align: center;
    z-index: 99;
    /* background-color: #073C64; */
}

#header.header-fancy .navbar-brand>img {
    display: block;
    margin: 0 auto 10px;
}

#header.header-fancy .navbar-brand>span {
    display: block;
    height: auto;
    padding: 0;
    text-align: center;
    letter-spacing: .75px;
}

#header .topbar {
    min-height: 40px;
    background-color: #1A2C43;
    border: none;
    /* Polylang Style*/
}

#header .topbar .container {
    position: relative;
}

#header .topbar .nav-more {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background-color: transparent;
    display: none;
}

#header .topbar .nav-more:hover {
    background-color: #121F33;
}

#header .topbar .navbar-nav {
    margin: 0;
}

#header .topbar .navbar-nav>li {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#header .topbar .navbar-nav>li>a {
    background-color: transparent !important;
    font-family: "Proxima Nova";
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    border-right: none;
    color: #fff;
    padding: 8px 0;
    min-width: 40px;
    height: 40px;
}

#header .topbar .navbar-nav>li>a:hover {
    color: #FDCB2C;
}

#header .topbar .pll-parent-menu-item {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#header .topbar .pll-parent-menu-item>a {
    min-width: 85px;
    width: 118px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: left;
}

#header .topbar .pll-parent-menu-item a img {
    position: relative;
    top: -1px;
}

#header .topbar .pll-parent-menu-item .dropdown-menu {
    min-width: 85px;
}

#header .topbar .pll-parent-menu-item .dropdown-menu>li>a {
    text-align: left;
    padding: 4px 14px;
    text-transform: none;
    width: 116px;
    font-family: "Proxima Nova";
}

#header .topbar .pll-parent-menu-item:hover>a {
    background-color: #121F33 !important;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    #header .topbar .pll-parent-menu-item>a {
        width: 130px !important;
    }
    #header .topbar .pll-parent-menu-item .dropdown-menu>li>a {
        width: 128px;
    }
}

#header select,
#header input {
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    outline: none;
    border: none;
    vertical-align: middle;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.1);
}

#header .search-form {
    display: inline-block;
    vertical-align: middle;
    min-width: 200px;
}

#header .search-form input {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    padding: 5px 10px;
}

#header .search-form input.form-control {
    padding-right: 35px;
}

#header .search-form input:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

#header .search-form .btn {
    padding: 5px 10px;
    color: #fff;
}

#header .search-form input:focus {
    background-color: #fff;
}

#header .search-form input:focus+.btn {
    color: #a6a6a6;
}

@media (max-width: 1199px) {
    #header {
        /* Header Options*/
        /* dropdown*/
    }
    #header .navbar-header,
    #header #navbar {
        float: none !important;
    }
    #header #navbar {
        padding: 0;
        margin: 0 -15px;
    }
    #header .navbar-nav {
        margin: 7px 0;
    }
    #header .navbar-nav li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    #header .navbar-nav .dropdown-menu {
        text-align: left;
        line-height: 2;
    }
    #header .navbar-toggle {
        margin: 18px 0;
    }
    #header .topbar .header-nav {
        float: left;
    }
    #header .topbar .search-form {
        float: right;
    }
    #header.header-fancy .topbar {
        background-color: transparent;
        min-height: 0;
    }
    #header.header-fancy .topbar .container {
        position: relative;
    }
    #header.header-fancy .topbar .header-nav {
        position: absolute;
        top: 20px;
        right: 60px;
        z-index: 99;
    }
    #header.header-fancy .topbar .header-nav .navbar-nav>li {
        margin-right: 20px;
    }
    #header.header-fancy .topbar .header-nav .navbar-nav>li>a {
        height: 50px;
        line-height: 30px;
        padding: 10px 0;
        font-size: 14px;
    }
    #header.header-fancy .topbar .header-nav .pll-parent-menu-item {
        margin-right: 0 !important;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    #header.header-fancy .topbar .header-nav .pll-parent-menu-item .dropdown-menu {
        padding: 0;
    }
    #header.header-fancy .topbar .header-nav .pll-parent-menu-item .dropdown-menu li a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
    }
    #header.header-fancy .navbar-toggle {
        margin: 8px 0;
    }
    #header.header-fancy .navbar-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #header.header-fancy .navbar-brand {
        top: 0;
        left: 15px;
        width: 110px;
        height: 105px;
        padding: 10px;
    }
    #header.header-fancy .navbar-brand>img {
        max-height: 50px;
        margin-bottom: 5px;
    }
    #header.header-fancy .navbar-brand>span {
        font-size: 11px;
        line-height: 15px;
    }
    #header.header-fancy #navbar {
        padding: 0;
    }
    #header.header-fancy #navbar .navbar-nav {
        margin: 15p999999999ox 0;
    }
    #header.header-fancy #navbar>ul:first-child {
        margin-top: 50px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    #header.header-fancy #navbar .nav>li .search-form {
        width: 100%;
        max-width: 350px;
        padding: 0 15px;
    }
    #header #navbar {
        border-top: transparent;
    }
    #header #navbar .navbar-nav>li>a {
        text-align: left;
    }
    @media(max-width: 1199px) {
        #header #navbar .dropdown-menu {
            position: absolute;
            left: 0;
            display: none !important;
            opacity: 1;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            float: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
    }
    #header #navbar .multi-column .dropdown-menu {
        -webkit-column-count: inherit;
        column-count: inherit;
        padding: 5px 0;
    }
    #header #navbar ul>li.dropdown>a {
        padding-right: 60px;
    }
    #header #navbar ul>li.dropdown>a>.caret {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        width: 34px;
        height: 34px;
        line-height: 32px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
        font-size: 16px;
    }
    #header #navbar ul>li.dropdown>a>.caret:before {
        content: '\f107';
        font-family: "FontAwesome";
    }
    #header #navbar ul>li.dropdown>.dropdown-menu {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    #header {
        /* Header Options*/
    }
    #header .topbar {
        position: relative;
        height: 50px;
    }
    #header .topbar select,
    #header .topbar input {
        padding: 10px 20px;
        height: 40px;
        font-size: 14px;
    }
    #header .topbar .nav-more {
        display: block;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    #header .topbar .navbar-nav {
        position: absolute;
        right: 0;
        top: 50px;
        background-color: #fff;
        padding: 0;
        z-index: 9999;
        width: 50%;
        max-width: 250px;
        box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
        visibility: hidden;
        opacity: 0;
        height: 0;
        -o-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
    }
    #header .topbar .navbar-nav li {
        display: block;
        margin-right: 0;
    }
    #header .topbar .navbar-nav li a {
        color: #555555;
        text-align: left;
        padding: 0 15px !important;
        line-height: 40px;
        height: auto;
        font-size: 0;
    }
    #header .topbar .navbar-nav li a:hover {
        color: #149fc0;
    }
    #header .topbar .navbar-nav li.pll-parent-menu-item {
        border-left: none;
    }
    #header .topbar .navbar-nav li.pll-parent-menu-item a {
        border: none;
    }
    #header .topbar .navbar-nav li.pll-parent-menu-item>a {
        width: 100%;
    }
    #header .topbar .navbar-nav li.pll-parent-menu-item>.dropdown-menu {
        width: 100%;
        background-color: #E6E6E6;
        border: none;
        padding: 0;
    }
    #header .topbar .navbar-nav li.pll-parent-menu-item>.dropdown-menu a:hover {
        background-color: #E6E6E6;
        color: #149fc0;
    }
    #header .topbar .navbar-nav li.pll-parent-menu-item:hover>a {
        background-color: whitesmoke !important;
    }
    #header .topbar .header-nav:hover .nav-more {
        background-color: #121F33;
    }
    #header .topbar .header-nav:hover .navbar-nav {
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    #header .topbar .header-nav:hover .navbar-nav a {
        font-size: 14px;
    }
    #header .topbar .search-form {
        width: 100%;
        padding-right: 50px;
    }
    #header .topbar .search-form .fa {
        font-size: 16px;
        line-height: 24px;
    }
    #header .topbar .search-form .form-control {
        padding-left: 0;
        color: #fff;
        background-color: transparent;
    }
    #header .topbar .search-form .form-control:focus+.btn,
    #header .topbar .search-form .form-control:active+.btn {
        color: #fff;
    }
    #header.header-fancy .topbar {
        height: auto;
    }
    #header.header-fancy .topbar .header-nav {
        top: 0;
        right: 0;
        z-index: 999;
    }
    #header.header-fancy .topbar .header-nav .navbar-nav {
        width: 200px;
    }
    #header.header-fancy .topbar .header-nav .navbar-nav>li {
        margin-right: 0;
    }
    #header.header-fancy .topbar .header-nav .navbar-nav>li.pll-parent-menu-item {
        border-right: none;
    }
    #header.header-fancy .topbar .header-nav .navbar-nav>li.pll-parent-menu-item a {
        line-height: 48px !important;
    }
    #header.header-fancy .topbar .header-nav .navbar-nav>li>a {
        line-height: 48px;
    }
    #header.header-fancy .navbar-header {
        padding-right: 25px;
        padding-top: 0;
        padding-bottom: 0;
    }
    #header.header-fancy #navbar .nav>li .search-form {
        max-width: 100%;
    }
    #header.header-fancy #navbar .nav>li .search-form .form-control {
        height: 48px;
        padding-right: 48px;
        font-size: 14px;
    }
    #header.header-fancy #navbar .nav>li .search-form .btn {
        font-size: 14px;
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 1023px) {
    #header .navbar-brand>img {
        max-height: 40px;
    }
    #header .navbar-brand>span {
        font-size: 12px;
    }
    #header .navbar-toggle {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    #header .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    #header .navbar-body {
        padding: 15px 0;
    }
}


/* custom header fancy*/
#header.header-fancy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    /* when scrolling*/
}

#header.header-fancy .topbar {
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}

#header.header-fancy+* {
    padding-top: 100px;
}

#header.header-fancy .navbar-brand {
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}

#header.header-fancy .navbar-brand.scrolling {
    top: 0;
    padding: 0 10px 5px 50px;
    height: 70px;
    width: 220px;
    opacity: 1;
}

#header.header-fancy .navbar-brand.scrolling>img {
    position: absolute;
    top: 5px;
    left: 0;
    right: 5px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

#header.header-fancy .navbar-brand.scrolling>span {
    margin-top: 11px;
}

/* #header.header-fancy:not(.sticky-header) .navbar-brand.scrolling {
    opacity: 0;
    visibility: hidden;
} */
#header.header-fancy .navbar-brand.fixed {
    top: 0;
    padding: 0 10px 5px 50px;
    height: 100px;
    width: 350px;
    opacity: 1;
}

#header.header-fancy .navbar-brand.fixed>img {
    position: absolute;
    top: 7px;
    left: 0;
    right: 5px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    
}

#header.header-fancy .navbar-brand.scrolling>span {
    margin-top: 11px;
}

/* #header.header-fancy:not(.sticky-header) .navbar-brand.scrolling {
    opacity: 1;
    visibility: visible;
}

#header.header-fancy.sticky-header .navbar-brand.fixed {
    height: 0;
    top: -7px;
    right: 5px;
    overflow: scroll;
}

#header.header-fancy.sticky-header .navbar-brand.noscroll>img {
    height: 0;
} */

@media (min-width: 1200px) {
    /* #header.header-fancy.sticky-header .topbar {
        min-height: 0;
        height: 0;
        overflow: hidden;
    }
    #header.header-fancy.sticky-header #navbar .nav>li>a {
        padding: 25px 15px;
    }
    #header.header-fancy.sticky-header #navbar .nav>li>.search-form {
        padding-top: 17px;
        padding-bottom: 17px;
    } */
}

@media (max-width: 1199px) {
    #header.header-fancy+* {
        padding-top: 50px;
    }
    #header.header-fancy #navbar>ul:first-child {
        margin-top: 70px;
    }
    #header.header-fancy .navbar-collapse:not(.in):not(.collapsing) {
        display: none;
    }
    #header.header-fancy .navbar-brand.scrolling {
        height: 50px;
        width: 150px;
        padding: 0 10px 5px 55px;
    }
    #header.header-fancy .navbar-brand.scrolling>img {
        max-height: 40px;
        left: 0;
        margin-bottom: 5px;
    }
    #header.header-fancy .navbar-brand.scrolling>span {
        margin-top: 5px;
    }
     #header.header-fancy .navbar-brand.fixed {
         height: 50px;
         width: 150px;
         padding: 0 10px 5px 55px;
     }

     #header.header-fancy .navbar-brand.fixed>img {
         max-height: 40px;
         left: 0;
         margin-bottom: 5px;
     }

     #header.header-fancy .navbar-brand.fixed>span {
         margin-top: 5px;
     }
}

@media (max-width: 767px) {
    #header.header-fancy #navbar>ul:first-child {
        margin-top: 45px;
    }
    #header.header-fancy .navbar-brand.noscroll {
        width: 100px;
        height: 85px;
        padding: 5px;
    }
    #header.header-fancy .navbar-brand.noscroll>img {
        max-height: 40px;
    }
}


/* search on mobile*/

@media (max-width: 1199px) {
    body.keyboard-visible #navbar>ul.navbar-left {
        max-height: 100px;
        overflow-y: scroll;
    }
    /* body.keyboard-visible #header.sticky-header #navbar>ul.navbar-left {
        margin-top: 15px;
    } */
}


/* Postlist*/


/* -------------------------------------*/

.post {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}

@media (min-width: 768px) {
    .post .post-img {
        padding-right: 0;
    }
}

.post .post-category a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.post .post-img a {
    height: 180px;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #E6E6E6;
    background-image: url(../css/images/ic_bg/cropped-Logo_IPB.svg_-2-32x32.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px;
}

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

.post .post-content .post-title {
    /* .post-date {*/
    /* 	i {@extend %time;}*/
    /* 	&:before {*/
    /* 		content: '\f3b3';*/
    /* 		font-family: $font-family-ionicons;*/
    /* 		display: inline-block;*/
    /* 		vertical-align: middle;*/
    /* 		margin-right: 5px;*/
    /* 		font-size: $font-size-base;*/
    /* 		position: relative;*/
    /* 		top: -1px;*/
    /* 	}*/
    /* }*/
}

.post .post-content .post-title>h3 {
    margin: 0 0 5px;
    line-height: 1.3;
    font-weight: normal;
    font-size: 18px;
}

.post .post-content .post-title>h3 a {
    color: inherit;
    text-decoration: none;
}

.post .post-content .post-title>h3:hover a {
    color: #149fc0;
}

@media (max-width: 767px) {
    .post .post-content .post-title>h3 {
        line-height: 20px;
        font-size: 14px;
    }
}

.post .post-content .post-title .post-date,
.post .post-content .post-title .post-category,
.post .post-content .post-title .post-category a {
    margin: 0 7px 7px 0;
    display: inline-block;
    text-decoration: none;
    color: #a6a6a6;
    font-family: "Proxima Nova";
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.post .post-content .post-title .post-meta {
    margin-bottom: 0;
}

.post .post-content .post-title .post-meta .post-category a {
    margin-right: 4px;
}

.post .post-content .post-title .post-meta .post-category a:after {
    content: ",";
}

.post .post-content .post-title .post-meta .post-category a:last-child:after {
    display: none;
}

.post .post-content .post-title .post-meta a:hover {
    color: #149fc0;
}

.post .post-content .entry-content p {
    margin-bottom: 0;
    color: #555555;
}

.post .post-content .entry-content h1,
.post .post-content .entry-content h2,
.post .post-content .entry-content h3,
.post .post-content .entry-content h4 {
    font-size: 16px;
}

.post .post-content .entry-content .ecae-button {
    position: relative;
    display: block !important;
    text-align: left;
    margin-top: 5px;
}

.post .post-content .entry-content .ecae-button .ecae-link {
    font-family: "Proxima Nova";
    font-size: 12px;
    font-weight: bold;
    color: #149fc0;
    text-decoration: none;
    text-transform: uppercase;
}

.post .post-content .entry-content .ecae-button .ecae-link:after {
    content: "\f105";
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    top: -2px;
    margin-left: 5px;
    font-family: "FontAwesome";
}

.post .post-content .entry-content .ecae-button .ecae-link:hover {
    color: #222222;
}

.post .post-content .entry-content .ecae-button.ecae-buttonskin-none a.ecae-link {
    margin-left: -10px;
}

@media (max-width: 767px) {
    .post .post-img {
        margin-bottom: 15px;
    }
    .post .post-img img {
        width: 100%;
    }
}

.post.post-event {
    /* Event Archive*/
}

.post.post-event .event-date {
    border-right: 1px solid #E6E6E6;
    text-align: center;
}

.post.post-event .event-date>span {
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 72px;
    color: #a6a6a6;
    font-family: "Circular Std";
}

.post.post-event .event-date strong {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Circular Std";
    font-weight: bold;
    color: #222222;
}

@media (max-width: 480px) {
    .post.post-event .event-date {
        border-right: 1px solid #E6E6E6;
    }
    .post.post-event .event-date>span {
        padding-top: 15px;
        padding-bottom: 20px;
        margin-bottom: 15px;
        border-right: none;
        font-size: 60px;
    }
}

.post.post-event.content-solid .event-date>span {
    padding-top: 50px !important;
    padding-bottom: 20px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    background-color: #149fc0 !important;
    /* @media (min-width: $screen-sm-min) {*/
    max-width: 170px;
    /* }*/
}

.post.post-event.content-solid .event-date>span>strong {
    position: absolute;
    color: inherit;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #073C64;
    font-family: "Proxima Nova";
    text-transform: uppercase;
    padding: 8px 0;
}

.post.post-event.content-solid .post-title>h3 {
    margin-bottom: 0;
    font-size: 14px !important;
}

.post.post-event.content-solid.col-md-3 {
    text-align: center;
}

@media (min-width: 1024px) {
    .post.post-event .event-date {
        padding-right: 0;
        max-width: 130px;
    }
    .post.post-event .post-content {
        width: calc(100% - 130px);
    }
}

@media (max-width: 380px) {
    .post.post-event .event-date {
        width: 30% !important;
    }
    .post.post-event .post-content {
        width: 70% !important;
    }
}

.post .btn-more {
    text-transform: capitalize;
    padding: 0;
    min-width: 10px;
    background-color: transparent;
    color: #149fc0;
    font-size: 12px;
    border: 0;
    float: none;
    letter-spacing: 0;
}

.post .btn-more:after {
    display: none;
}

.post .btn-more:before {
    content: '';
    height: 3px;
    width: 100%;
    color: inherit;
    background-color: currentColor;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.post .btn-more:focus,
.post .btn-more:hover {
    color: #0d667b;
    background: transparent;
    opacity: .8;
}


/* Post Slider*/


/* -------------------------------------*/

.post-slider {
    background-color: #073C64;
    overflow: hidden;
}

.post-slider>button {
    visibility: hidden;
    opacity: 0;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
}

.post-slider>button:before {
    color: #073C64;
    background-color: transparent !important;
}

.post-slider>button:hover {
    background-color: #fff;
}

.post-slider>button:hover:before {
    color: #073C64;
}

.post-slider:hover>button {
    opacity: 1;
    visibility: visible;
}

.post-slider:hover>button.slick-prev {
    left: 30px;
}

.post-slider:hover>button.slick-next {
    right: 30px;
}

@media (max-width: 768px) {
    .post-slider>button {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 480px) {
    .post-slider>button {
        top: 108px;
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

.post-slider .post {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    color: #fff;
    float: left;
    width: 100%;
}

.post-slider .post:after {
    display: none !important;
}

.post-slider .post img {
    margin-bottom: 0;
}

.post-slider .post .post-img {
    padding-right: 15px;
    margin-bottom: 0;
}

.post-slider .post .post-img a {
    display: block;
}

.post-slider .post .post-img a img {
    width: 100%;
    height: auto;
}

.post-slider .post .post-content {
    padding: 30px;
    padding-left: 0;
    padding-right: 60px;
}

.post-slider .post .post-title {
    overflow-y: hidden;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .post-slider .post .post-title {
        max-height: 130px;
    }
}

.post-slider .post .post-title h3 {
    margin-bottom: 0;
    font-size: 26px;
}

.post-slider .post .post-title h3:hover a {
    color: #FDCB2C;
}

.post-slider .post .entry-content {
    margin-bottom: 20px;
}

.post-slider .post .entry-content p {
    color: #fff;
}

.post-slider .post .entry-content .ecae-button {
    display: none;
}

.post-slider .post .btn-more {
    float: none;
    color: #FDCB2C;
}

.post-slider .post .slick-track .post {
    display: block;
}

@media (max-width: 1023px) {
    .post-slider .post .post-content {
        padding-left: 30px;
    }
    .post-slider .post .entry-content,
    .post-slider .post .btn-more {
        display: none;
    }
    .post-slider .post .post-img {
        margin-bottom: 0;
    }
    .post-slider .post .post-title {
        margin-bottom: 0;
    }
    .post-slider .post .post-title h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .post-slider .post a {
        overflow: hidden;
        height: 240px;
        position: relative;
    }
    .post-slider .post a img {
        height: auto !important;
        width: 130% !important;
        max-width: inherit !important;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }
}

@media (min-width: 1023px) and (max-width: 1199px) {
    .post-slider .slick-dots {
        display: none !important;
    }
    .post-slider .post-title {
        max-height: 100px;
        margin-bottom: 15px;
    }
    .post-slider .entry-content {
        max-height: 72px;
        overflow-y: hidden;
    }
    .post-slider .entry-content p {
        margin-bottom: 15px;
    }
}

.post-slider.brand-yellow {
    background-color: #FDCB2C;
}

.post-slider.brand-yellow * {
    color: #222222 !important;
}

.post-slider.brand-yellow .slick-arrow {
    background-color: #222222 !important;
}

.post-slider.brand-yellow .slick-arrow:before {
    color: #fff !important;
}

.post-slider.brand-yellow .slick-arrow:hover {
    background-color: #fff !important;
}

.post-slider.brand-yellow .slick-arrow:hover:before {
    color: #222222 !important;
}

.post-slider.brand-yellow .post-img a {
    background-color: #f4ba02 !important;
}

.post-slider.brand-yellow .btn-more {
    color: #222222;
}

.post-slider.brand-yellow .slick-dots li button {
    background-color: #222222;
}

.post-slider.brand-yellow .slick-dots li:hover button {
    background-color: #fff;
}

.post-slider.brand-yellow .slick-dots li.slick-active button {
    background-color: #fff;
}

.post-slider.brand-yellow .post-title a:hover {
    text-decoration: underline;
}

.post-slider.content-overlay {
    background-color: #FDCB2C;
}

.post-slider.content-overlay>button {
    background-color: #222222;
}

.post-slider.content-overlay>button:before {
    color: #fff;
    background-color: transparent;
}

.post-slider.content-overlay>button:hover {
    background-color: #fff;
}

.post-slider.content-overlay>button:hover:before {
    color: #222222;
}

.post-slider.content-overlay .post {
    position: relative;
    background-image: url(../css/images/ic_bg/cropped-Logo_IPB.svg_-2-32x32.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px;
}

@media (min-width: 1023px) {
    .post-slider.content-overlay .post {
        height: 400px;
        overflow: hidden;
        background-color: #073C64;
    }
    .post-slider.content-overlay .post>img {
        width: auto;
        height: 400px;
        max-width: none;
        position: relative;
        top: auto;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
}

@media (min-width: 480px) and (max-width: 1022px) {
    .post-slider.content-overlay .post {
        overflow: hidden;
    }
    .post-slider.content-overlay .post>img {
        width: auto;
        height: 400px;
        max-width: none;
        position: relative;
        top: auto;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
    .post-slider.content-overlay .slick-arrow {
        top: 188px;
        position: static;
        -ms-transform: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
    }
}

.post-slider.content-overlay .post-content {
    color: #222222;
    padding: 40px 75px;
    padding-right: 30px;
    position: absolute;
    width: 40%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(253, 203, 44, 0.95);
    z-index: 1;
}

.post-slider.content-overlay .post-content .entry-content p {
    color: #222222;
}

.post-slider.content-overlay .post-content .post-title h3:hover a {
    color: #222222;
    text-decoration: underline;
}

.post-slider.content-overlay .post-content .btn-more {
    color: #222222;
}

@media (min-width: 1023px) and (max-width: 1199px) {
    .post-slider.content-overlay .post-content {
        width: 50%;
    }
}

@media (max-width: 1023px) {
    .post-slider.content-overlay .post-content {
        padding: 30px;
        position: static;
        width: 100%;
        background-color: #FDCB2C;
    }
    .post-slider.content-overlay .slick-dots li.slick-active button,
    .post-slider.content-overlay .slick-dots li:hover button,
    .post-slider.content-overlay .slick-dots li button:focus {
        background-color: #222222;
    }
}

@media (max-width: 480px) {
    .post-slider.content-overlay .post {
        overflow: hidden;
    }
    .post-slider.content-overlay .post img {
        height: 240px !important;
        width: auto !important;
        max-width: inherit !important;
        position: relative;
        top: auto;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
}

.post-slider.content-overlay.image-only {
    background-color: #073C64 !important;
    padding-bottom: 0 !important;
}

.post-slider.content-overlay.image-only>.slick-dots {
    position: absolute !important;
    margin-left: 0 !important;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.post-slider.content-overlay.image-only>.slick-dots li:hover button,
.post-slider.content-overlay.image-only>.slick-dots li.slick-active button {
    background: #FDCB2C !important;
}

.post-slider.content-overlay.image-only .slick-arrow {
    background-color: #FDCB2C !important;
}

.post-slider.content-overlay.image-only .slick-arrow:before {
    color: #222222 !important;
}

.post-slider.content-overlay.image-only .slick-arrow:hover {
    background-color: #fff !important;
}

.post-slider.content-overlay.brand-primary {
    background-color: #073C64;
}

.post-slider.content-overlay.brand-primary .slick-arrow {
    background-color: #FDCB2C !important;
}

.post-slider.content-overlay.brand-primary .slick-arrow:before {
    color: #222222 !important;
}

.post-slider.content-overlay.brand-primary .slick-arrow:hover {
    background-color: #fff !important;
}

.post-slider.content-overlay.brand-primary .slick-dots li:hover button,
.post-slider.content-overlay.brand-primary .slick-dots li.slick-active button {
    background: #FDCB2C !important;
}

.post-slider.content-overlay.brand-primary .post-content {
    background-color: rgba(7, 60, 100, 0.95);
}

.post-slider.content-overlay.brand-primary .post-content * {
    color: #fff !important;
}

.post-slider.content-overlay.brand-primary .post-content .post-title:hover a {
    text-decoration: none;
    color: #FDCB2C !important;
}

.post-slider.featured-content .post {
    position: relative;
}

.post-slider.featured-content .post-content {
    background-color: #1A2C43;
    position: absolute;
    width: 50%;
}

.post-slider.featured-content .post-content.left-middle {
    left: 0;
    padding: 15px 15px 15px 75px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: left;
}

.post-slider.featured-content .post-content.right-middle {
    text-align: right;
    right: 0;
    padding: 15px 75px 15px 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.post-slider.featured-content .post-content.center-middle {
    text-align: center;
    padding: 15px 15px 15px 15px;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.post-slider.featured-content .post-content.center-middle .btn-more {
    float: none;
}

.post-slider.featured-content .post-content.top-center {
    text-align: center;
    padding: 15px 15px 15px 15px;
    position: relative;
    top: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    top: 0;
    position: absolute;
}

.post-slider.featured-content .post-content.top-center .btn-more {
    float: none;
}

.post-slider.featured-content .post-content.top-left {
    text-align: left;
    padding: 15px 15px 15px 15px;
    left: 0;
    top: 0;
}

.post-slider.featured-content .post-content.top-right {
    text-align: right;
    padding: 15px 15px 15px 15px;
    right: 0;
    top: 0;
}

.post-slider.featured-content .post-content.bottom-center {
    text-align: center;
    padding: 15px 15px 80px 15px;
    bottom: 0;
    position: relative;
    top: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    position: absolute;
}

.post-slider.featured-content .post-content.bottom-center .btn-more {
    float: none;
}

.post-slider.featured-content .post-content.bottom-left {
    text-align: left;
    padding: 15px 15px 15px 15px;
    left: 0;
    bottom: 0;
}

.post-slider.featured-content .post-content.bottom-right {
    text-align: left;
    padding: 15px 15px 15px 15px;
    right: 0;
    bottom: 0;
}

.post-slider.featured-content .post-title {
    margin-bottom: 10px;
}

.post-slider.featured-content .post-title h2,
.post-slider.featured-content .post-title h3 {
    font-size: 22px;
}

.post-slider.featured-content .entry-content {
    margin-bottom: 10px;
    overflow: hidden;
}

.post-slider.featured-content .btn-more {
    float: right;
}

.post-slider.featured-content .slick-dots {
    display: block !important;
    margin-left: 0 !important;
    position: relative;
    top: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    position: absolute;
}

@media (min-width: 1024px) {
    .post-slider.featured-content .entry-content {
        max-height: 48px;
    }
}

@media (max-width: 1023px) {
    .post-slider.featured-content .post-content {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .post-slider.featured-content .slick-dots {
        padding: 0 0 !important;
        position: static;
        -ms-transform: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
    }
}

@media (max-width: 1023px) {
    .post-slider {
        padding-bottom: 15px;
    }
    .post-slider .slick-dots {
        margin-left: 0 !important;
    }
}

.post-slider>.post {
    display: none;
}

.post-slider>.post:first-child {
    display: block;
}


/* 
List of content:
	- Section Page
	- Education Page
	- Homepage / Hero Image
	- Berita / Home Slider
	- Pendidikan / Section Offset
	- About / Section Offset
	- Students and Pengabdian / Section Offset Right FUll Middle
	- Research
*/


/* Section Page*/


/* -------------------------------------*/

.section-page {
    padding: 80px 0;
    margin-bottom: 0;
}

.section-page.no-paddingbottom {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .section-page.no-padbottom {
        padding-bottom: 0;
    }
}

.section-page.no-paddingtop {
    padding-top: 0;
}

.section-page.padtop {
    padding-top: 40px;
}

.section-page .section-category {
    font-family: "Circular Std";
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-page .section-title {
    margin-bottom: 30px ;
}

.section-page .section-title h3,
.section-page .section-title h2 {
    position: relative;
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    color: #073C64;
    /* border-bottom: 4px solid #FDCB2C; */
}

.section-page .section-title h3:after,
.section-page .section-title h2:after {
    content: "";
    display: block;
    margin: 20px auto 15px -40px;
    width: 106px;
    border-bottom: 4px solid #FDCB2C;
}

.section-page .section-title h2 {
    font-size: 48px;
}

@media (min-width: 1400px) {
    .section-page .section-title h3 {
        font-size: 42px;
    }
    .section-page .section-title h2 {
        font-size: 52px;
    }
}

.section-page .section-title-pengabdian {
    margin-bottom: 30px;
}

.section-page .section-title-pengabdian h3,
.section-page .section-title-pengabdian h2 {
    position: relative;
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    color: #073C64;
}

.section-page .section-title-pengabdian h3:after,
.section-page .section-title-pengabdian h2:after {
    content: "";
    display: block;
    margin: 40px auto 40px -60px;
    width: 106px;
    border-bottom: 4px solid #FDCB2C;
}

.section-page .section-title-pengabdian h2 {
    font-size: 48px;
}

@media (min-width: 1400px) {
    .section-page .section-title-pengabdian h3 {
        font-size: 42px;
    }
    .section-page .section-title-pengabdian h2 {
        font-size: 52px;
    }
}

.section-page .section-subtitle {
    color: #646464;
    font-size: 20px;
    font-family: "Circular Std";
}

.section-page .section-subtitle--garis:before {
    content: "";
    display: block;
    position: absolute;
    margin: 14px auto 15px -175px;
    width: 150px;
    border-bottom: 4px solid #FDCB2C;
}

.section-page .section-subtitle h4 {
    color: #222222;
}

.section-page .section-btn {
    margin-top: 30px;
}

.section-page .section-btn .btn+.btn {
    margin-left: 20px;
}

.section-page.top {
    padding-top: 0;
    margin-top: -30px;
}

.section-page.gray-bg {
    background-color: #f8f9fb;
}

@media (max-width: 767px) {
    .section-page {
        padding: 30px 0;
    }
    .section-page .pad-mb {
        padding: 10px 0px 0px 30px;
    }
    .section-page .section-category {
        font-size: 10px;
        margin: 15px 0 5px;
    }
    .section-page .section-title {
        margin-bottom: 20px;
    }
    .section-page .section-title h3,
    .section-page .section-title h2 {
        font-size: 20px;
    }
    .section-page .section-title h3:after,
    .section-page .section-title h2:after {
        border-bottom: 3px solid #FDCB2C;
        margin-top: 10px;
    }
    .section-page .section-title-pengabdian {
        margin-bottom: 20px;
    }
    .section-page .section-title-pengabdian h3,
    .section-page .section-title-pengabdian h2 {
        font-size: 20px;
    }
    .section-page .section-title-pengabdian h3:after,
    .section-page .section-title-pengabdian h2:after {
        border-bottom: 3px solid #FDCB2C;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .section-page .section-subtitle {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .section-page .section-box .section-title h3 {
        font-size: 40px;
    }
    .section-page .section-box .section-subtitle {
        font-size: 16px;
        line-height: 30px;
        max-width: 660px;
    }
    .section-page .section-box .section-subtitle h4 {
        margin: 20px 0;
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .section-page .inline-title.section-title h2:after,
    .section-page .inline-title.section-title h3:after {
        width: 100px;
        border-width: 4px;
        position: absolute;
        left: -10px;
    }
    .section-page .section-box.inside-right {
        margin-left: 30px;
    }
}

@media (min-width: 1400px) {
    .section-page .section-box .section-title h3 {
        font-size: 47px;
    }
    .section-page .section-box .section-subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .section-page .section-box .section-subtitle h4 {
        font-size: 20px;
    }
    .section-page .section-subtitle {
        font-size: 22px;
    }
}


/* Education Page*/


/* -------------------------------------*/

.education-page .breadcrumb-wrap {
    padding-top: 60px;
    margin-top: -30px;
    background-color: #f8f9fb;
}

.education-page .breadcrumb-wrap+.section-page {
    padding-top: 0;
}

@media (max-width: 1199px) {
    .education-page .breadcrumb-wrap {
        margin-top: -55px;
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .education-page .breadcrumb-wrap {
        padding-top: 70px;
    }
}


/* Homepage / Hero Image*/


/* -------------------------------------*/

.schome-hero {
    margin-bottom: 30px;
    padding-bottom: 0;
    background-color: #a6a6a6;
    height: 400px;
    position: relative;
    /* video*/
    /* offset*/
}

.schome-hero>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.schome-hero__logotitle {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 75%;
}

.schome-hero__logotitle h1 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 40px auto 0;
    font-family: "Gama Serif", Georgia, "Times New Roman", Times, serif;
}

.schome-hero__content {
    background-color: #073C64;
    color: #fff;
    padding: 5px 20px;
}

.schome-hero__content:after {
    content: '';
    width: 350px;
    height: 4px;
    background-color: #FDCB2C;
    position: absolute;
    top: 80px;
    right: 10px;
}

.schome-hero__video {
    height: 80vh;
    max-height: 80vh;
    position: relative;
}

.schome-hero__video>video {
    display: block;
    vertical-align: baseline;
    min-width: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    object-fit: cover;
    -o-object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (min-width: 768px) {
    .schome-hero__video>img {
        display: none;
    }
}

@media (max-width: 767px) {
    .schome-hero__video>img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .schome-hero__video>video {
        display: none;
    }
}

@media (min-width: 768px) {
    .schome-hero {
        position: relative;
        margin-bottom: 100px;
    }
    .schome-hero__logotitle h1 {
        font-size: 42px;
    }
    .schome-hero__content {
        padding: 30px 40px;
        max-width: 90%;
        bottom: -60px;
        left: 25px;
        position: absolute;
    }
    .schome-hero__content h1 {
        font-size: 56px;
        margin: 15px 0 30px;
    }
    .schome-hero__content p {
        font-size: 19px;
        line-height: 30px;
    }
}

@media (min-width: 1024px) {
    .schome-hero {
        height: 750px;
    }
    .schome-hero__content {
        max-width: 780px;
    }
}

@media (min-width: 1200px) {
    .schome-hero__content {
        max-width: 780px;
        left: calc(((100vw - 1170px) / 2) - 40px);
    }
}

@media (max-width: 767px) {
    .schome-hero__logotitle img {
        max-height: 90px;
    }
    .schome-hero__logotitle h1 {
        font-size: 22px;
        margin-top: 20px;
        max-width: 240px;
        width: 100%;
    }
    .schome-hero__content {
        margin: -100px 15px 15px;
        position: relative;
    }
    .schome-hero__content:after {
        top: 28px;
        height: 3px;
        right: -10px;
        width: 60px;
    }
    .schome-hero__content h1 {
        font-size: 23px;
        line-height: 35px;
        margin-top: 10px;
    }
    .schome-hero__content p {
        font-size: 12px;
    }
    .schome-hero--video {
        max-height: 240px;
    }
}

.schome-hero--video {
    height: 80vh;
    max-height: 80vh;
    overflow: hidden;
}

.schome-hero--offset {
    margin-bottom: 100px;
}

@media (min-width: 768px) {
    .schome-hero--offset {
        margin-bottom: 140px;
    }
}


/* Berita / Home Slider */


/* ------------------------*/

.home-slider .post-slider {
    position: relative;
    background: transparent;
    padding: 0;
}

.home-slider .post-slider .post {
    width: 100%;
    overflow: hidden;
}

.home-slider .post-slider .post img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    top: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.home-slider .post-slider .btn-more {
    float: left !important;
    display: inline-block !important;
    height: auto;
}

@media (max-width: 1023px) {
    .home-slider .featured-content.post-slider .slick-dots {
        position: absolute;
        bottom: 30px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .home-slider .featured-content.post-slider .slick-arrow {
        position: static;
        -ms-transform: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        position: absolute;
        top: 188px;
    }
    .home-slider .featured-content.post-slider .post img {
        height: 400px;
    }
    .home-slider .featured-content.post-slider .post .post-title h3 {
        font-size: 18px;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
    }
    .home-slider .featured-content.post-slider .post-content {
        position: static;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-top: -30px;
        padding-bottom: 50px;
        min-height: 240px;
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
    .home-slider .featured-content .entry-content {
        max-height: 48px;
        display: block !important;
    }
}

@media (max-width: 767px) {
    .home-slider .container {
        padding: 0;
    }
    .home-slider .featured-content.post-slider .post img {
        height: 294px;
    }
    .home-slider .featured-content.post-slider .post .post-title h3 {
        font-size: 15px;
    }
    .home-slider .featured-content.post-slider .post-meta,
    .home-slider .featured-content.post-slider .entry-content,
    .home-slider .featured-content.post-slider .btn-more {
        font-size: 10px;
        line-height: 15px;
        max-height: 30px;
        margin: 0 0 15px;
        display: block;
    }
    .home-slider .featured-content.post-slider .post-content {
        min-height: 220px;
    }
    .home-slider .featured-content.post-slider .slick-dots {
        bottom: 10px;
    }
    .home-slider .featured-content.post-slider .btn-more {
        padding-bottom: 5px;
        float: left;
        display: inline-block;
    }
    .home-slider .featured-content.post-slider .btn-more:before {
        bottom: 0;
    }
}

@media (min-width: 1024px) {
    .home-slider .post-slider .post {
        padding-right: 25px;
        padding-bottom: 60px;
        background: #fff;
        min-height: 760px;
        max-height: 760px;
    }
    .home-slider .post-slider .post img {
        height: 700px;
    }
    .home-slider .post-slider .post .post-content.bottom-right {
        max-width: 400px;
        padding: 40px 40px 30px 40px;
    }
    .home-slider .post-slider .post .post-content.bottom-right .btn-more {
        float: left;
    }
    .home-slider .post-slider:hover>button.slick-next {
        right: 55px;
    }
    .home-slider .slick-dots {
        bottom: 70px;
    }
}

@media (min-width: 1200px) {
    .home-slider>.container {
        width: 1290px;
    }
    .home-slider .post-slider .post .post-content.bottom-right {
        max-width: 500px;
    }
}


/* Pendidikan / Section Offset */


/* ------------------------*/

.offset-content {
    background-color: #073C64;
    padding: 60px 60px 100px;
    max-width: 540px;
    color: #fff;
    position: relative;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.offset-img {
    text-align: right;
    background-color: #f8f9fb;
}

.offset-img img {
    min-height: 500px;
    width: 100%;
    max-width: 70%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .offset-text {
        font-size: 18px;
        line-height: 40px;
    }
}

@media (min-width: 1400px) {
    .offset-text {
        font-size: 21px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .offset-content {
        padding: 40px 30px;
        max-width: 360px;
    }
}

@media (max-width: 767px) {
    .offset-content {
        padding: 30px 30px 10px;
    }
    .offset-img img {
        height: 350px;
        min-height: 350px;
        max-width: 100%;
        margin-bottom: -40px;
    }
}

.section-offset {
    padding-bottom: 0;
    position: relative;
}

.section-offset--right .offset-img {
    text-align: right;
}

@media (min-width: 768px) {
    .section-offset--right .offset-content {
        margin-top: -45%;
    }
}

@media (min-width: 1200px) {
    .section-offset--right .offset-content {
        margin-top: -44%;
    }
}

.section-offset .section-title.offset-title h2 {
    color: #FDCB2C;
}

@media (min-width: 768px) {
    .section-offset .section-title.offset-title h2:after {
        width: 480px;
        margin: 10px auto 30px -180px;
    }
}

@media (min-width: 1400px) {
    .section-offset .section-title.offset-title h2 {
        font-size: 58px;
    }
}


/* About / Section Offset*/


/* -------------------------------------*/

.sc-about--offright .section-title h2,
.sc-about--offright .section-subtitle {
    color: #fff;
}

.sc-about--offright img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .sc-about--offright {
        padding-bottom: 0;
    }
    .sc-about--offright .section-box {
        padding: 100px 30px;
    }
    .sc-about--offright .section-box .section-title h2:after {
        width: 370px;
        margin: 30px auto 30px -150px;
    }
    .sc-about--offright .section-box .section-subtitle {
        font-size: 18px;
        line-height: 30px;
    }
    .sc-about--offright .about-img {
        position: absolute;
        top: 0;
        left: 52%;
        bottom: 0;
        right: calc(((100% - 100vw) / 2) + 9px);
    }
    .sc-about--offright .about-content {
        max-width: 50%;
    }
    .sc-about--offright .container {
        background-color: #073C64;
        position: relative;
        max-width: 720px;
    }
}

@media (min-width: 1200px) {
    .sc-about--offright .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .sc-about--offright .section-box {
        padding: 130px 50px 150px;
    }
    .sc-about--offright .section-box .section-title h2 {
        font-size: 58px;
    }
    .sc-about--offright .section-box .section-subtitle {
        font-size: 21px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .sc-about--offright {
        background-color: #073C64;
    }
    .sc-about--offright .about-img {
        margin: 0 -15px 15px;
    }
}


/* Students and Pengabdian / Section Offset Right Full Middle*/


/* -------------------------------------*/

@media (min-width: 768px) {
    .sc-offright.full-middle {
        padding-bottom: 0;
    }
    .sc-offright.full-middle img {
        min-height: 450px;
    }
    .sc-offright.full-middle .sc-offright__content {
        margin-top: 120px;
    }
    .sc-offright.full-middle .sc-offright__img {
        width: calc((((100vw - 100%) / 2) + 50%) - 10px);
        margin-right: calc((100% - 100vw) / 2);
        padding-right: 0;
    }
    .sc-offright.full-middle .section-title h2:after {
        width: 300px;
        position: absolute;
        margin: -140px auto 10px 450px;
    }
    .sc-offright.full-middle .section-subtitle {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .sc-offright.full-middle {
        background-color: #fff;
        padding-bottom: 15px;
    }
    .sc-offright.full-middle img {
        margin: 0 -15px -50px;
        width: 100vw;
        min-height: 350px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .sc-offright.full-middle .sc-offright__content {
        position: relative;
        background-color: #f8f9fb;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        margin: 0 15px;
        padding: 20px;
    }
}


/* Community / Section Offset*/


/* -------------------------------------*/

.sc-community--offright .section-title h2,
.sc-community--offright .section-subtitle {
    color: #FDCB2C;
    padding-top: 10px;
}

.sc-community--offright img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .sc-community--offright {
        padding-bottom: 0;
    }
    .sc-community--offright .section-box {
        padding: 40px 30px;
    }
    .sc-community--offright .section-box .section-title h2:after {
        width: 90px;
        margin: -210px auto 30px 550px;
        position: absolute;
    }
    .sc-community--offright .section-box .section-subtitle {
        font-size: 46px;
        line-height: 30px;
    }
    .sc-community--offright .community-img {
        position: absolute;
        top: 0;
        left: 36%;
        bottom: 0;
        right: calc(((100% - 100vw) / 2) + 9px);
    }
    .sc-community--offright .community-content {
        max-width: 50%;
        z-index: 99;
        background-color: #073C64;
        position: relative;
    }
    .sc-community--offright .box-content {
        background-color: #073C64;
        height: 200px;
        padding: 10px 10px;
        max-width: 90%;
        bottom: -60px;
        left: 20px;
        position: absolute;
        background-color: #073C64;
        color: #FDCB2C;
        padding: 5px 20px;
    }
}

@media (min-width: 768px) and (max-width: 767px) {
    .sc-community--offright .box-content {
        height: 60px;
    }
}

@media (min-width: 768px) {
    .sc-community--offright .container {
        background-color: #f8f9fb;
        position: relative;
        max-width: 720px;
    }
}

@media (min-width: 1200px) {
    .sc-community--offright .container {
        max-width: 1170px;
        padding-left: 0;
    }
}

@media (min-width: 1400px) {
    .sc-community--offright .section-box {
        padding: 130px auto 50px 150px;
    }
    .sc-community--offright .section-box .section-title h2 {
        font-size: 46px;
    }
    .sc-community--offright .section-box .section-subtitle {
        font-size: 21px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .sc-community--offright {
        background-color: #073C64;
    }
    .sc-community--offright .commu-img {
        margin: 0 -15px 15px;
    }
}


/* Research*/


/* -------------------------------------*/

.research .schome-hero {
    margin-bottom: 0;
}

.research .schome-hero__logotitle {
    width: 95%;
}

.research .schome-hero h1,
.research .schome-hero h2 {
    font-family: "Gama Serif", Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin: 15px auto;
}

.research .schome-hero h1 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

@media (min-width: 768px) {
    .research .schome-hero {
        margin-bottom: 30px;
    }
    .research .schome-hero h1,
    .research .schome-hero h2 {
        margin: 30px auto;
        font-size: 32px;
    }
    .research .schome-hero h1 {
        font-size: 36px;
    }
}