@charset "UTF-8";
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham") format("svg");
  font-style: normal;
  font-weight: 500; 
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham") format("svg");
  font-style: normal;
  font-weight: 300; 
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham") format("svg");
  font-style: normal;
  font-weight: 600; 
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham") format("svg");
  font-style: normal;
  font-weight: 700; 
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.eot");
  src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.svg#Gotham") format("svg");
  font-style: normal;
  font-weight: 800; 
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,700,700i');

[class*=col-] {
    margin-bottom: 15px
}

.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.col-clear {
    margin-bottom: 0
}

.row.gutter-none {
    margin-right: 0;
    margin-left: 0
}

.row.gutter-none>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0
}

.break-alls {
    word-break: break-all
}

@media (max-width:767px) {
    .break-xs {
        display: block
    }
}

@media (min-width:768px) and (max-width:991px) {
    .break-sm {
        display: block
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .break-md {
        display: block
    }
}

@media (min-width:1200px) {
    .break-lg {
        display: block
    }
}

.case-normal {
    text-transform: none!important
}

.case-upper {
    text-transform: uppercase!important
}

.case-lower {
    text-transform: lowercase!important
}

.case-capital {
    text-transform: capitalize!important
}

.list-none {
    list-style: none
}

.list-inline li {
    display: inline
}

.list-inline-b li {
    display: block
}

.list-inline-inbl li {
    display: inline-block
}

.list-bullet li {
    list-style-type: disc
}

.list-square li {
    list-style-type: square
}

.display-inline {
    display: inline-block
}

.display-none {
    display: none
}

.display-block {
    display: block
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.align-middle {
    vertical-align: middle!important
}

.align-top {
    vertical-align: top!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-baseline {
    vertical-align: baseline!important
}

.float-l {
    float: left
}

.float-r {
    float: right
}

.float-none {
    float: none
}

.deco-none {
    text-decoration: none!important
}

.deco-underline {
    text-decoration: underline!important
}

.border-none {
    border: 0!important
}

.dis-in {
    display: inline
}

.dis-bl {
    display: block
}

.dis-inbl {
    display: inline-block
}

.dis-none {
    display: none
}

.dis-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:480px) {
    .dis-in-xxs {
        display: inline
    }
    .dis-bl-xxs {
        display: block
    }
    .dis-inbl-xxs {
        display: inline-block
    }
    .dis-none-xxs {
        display: none
    }
    .dis-flex-xxs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:767px) {
    .dis-in-xs {
        display: inline
    }
    .dis-bl-xs {
        display: block
    }
    .dis-inbl-xs {
        display: inline-block
    }
    .dis-none-xs {
        display: none
    }
    .dis-flex-xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:768px) {
    .dis-in-sm {
        display: inline
    }
    .dis-bl-sm {
        display: block
    }
    .dis-inbl-sm {
        display: inline-block
    }
    .dis-none-sm {
        display: none
    }
    .dis-flex-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .dis-in-md {
        display: inline
    }
    .dis-bl-md {
        display: block
    }
    .dis-inbl-md {
        display: inline-block
    }
    .dis-none-md {
        display: none
    }
    .dis-flex-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1200px) {
    .dis-in-lg {
        display: inline
    }
    .dis-bl-lg {
        display: block
    }
    .dis-inbl-lg {
        display: inline-block
    }
    .dis-none-lg {
        display: none
    }
    .dis-flex-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.prel {
    position: relative
}

.pabs {
    position: absolute
}

.psta {
    position: static
}

.pfix {
    position: fixed
}

@media (max-width:480px) {
    .prel-xxs {
        position: relative
    }
    .pabs-xxs {
        position: absolute
    }
    .psta-xxs {
        position: static
    }
    .pfix-xxs {
        position: fixed
    }
}

@media (max-width:767px) {
    .prel-xs {
        position: relative
    }
    .pabs-xs {
        position: absolute
    }
    .psta-xs {
        position: static
    }
    .pfix-xs {
        position: fixed
    }
}

@media (min-width:768px) {
    .prel-sm {
        position: relative
    }
    .pabs-sm {
        position: absolute
    }
    .psta-sm {
        position: static
    }
    .pfix-sm {
        position: fixed
    }
}

@media (min-width:992px) {
    .prel-md {
        position: relative
    }
    .pabs-md {
        position: absolute
    }
    .psta-md {
        position: static
    }
    .pfix-md {
        position: fixed
    }
}

@media (min-width:1200px) {
    .prel-lg {
        position: relative
    }
    .pabs-lg {
        position: absolute
    }
    .psta-lg {
        position: static
    }
    .pfix-lg {
        position: fixed
    }
}

.mall-0 {
    margin: 0
}

.mall-5 {
    margin: 5px
}

.mall-10 {
    margin: 10px
}

.mall-15 {
    margin: 15px
}

.mall-20 {
    margin: 20px
}

.mall-30 {
    margin: 30px
}

.mall-50 {
    margin: 50px
}

.mt-0 {
    margin-top: 0
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-50 {
    margin-top: 50px
}

.mb-0 {
    margin-bottom: 0
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-0 {
    margin-left: 0
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-50 {
    margin-left: 50px
}

.mr-0 {
    margin-right: 0
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-50 {
    margin-right: 50px
}

@media (max-width:480px) {
    .mall-0-xxs {
        margin: 0
    }
    .mall-5-xxs {
        margin: 5px
    }
    .mall-10-xxs {
        margin: 10px
    }
    .mall-15-xxs {
        margin: 15px
    }
    .mall-20-xxs {
        margin: 20px
    }
    .mall-30-xxs {
        margin: 30px
    }
    .mall-50-xxs {
        margin: 50px
    }
}

@media (max-width:767px) {
    .mall-0-xs {
        margin: 0
    }
    .mall-5-xs {
        margin: 5px
    }
    .mall-10-xs {
        margin: 10px
    }
    .mall-15-xs {
        margin: 15px
    }
    .mall-20-xs {
        margin: 20px
    }
    .mall-30-xs {
        margin: 30px
    }
    .mall-50-xs {
        margin: 50px
    }
}

@media (min-width:768px) {
    .mall-0-sm {
        margin: 0
    }
    .mall-5-sm {
        margin: 5px
    }
    .mall-10-sm {
        margin: 10px
    }
    .mall-15-sm {
        margin: 15px
    }
    .mall-20-sm {
        margin: 20px
    }
    .mall-30-sm {
        margin: 30px
    }
    .mall-50-sm {
        margin: 50px
    }
}

@media (min-width:992px) {
    .mall-0-md {
        margin: 0
    }
    .mall-5-md {
        margin: 5px
    }
    .mall-10-md {
        margin: 10px
    }
    .mall-15-md {
        margin: 15px
    }
    .mall-20-md {
        margin: 20px
    }
    .mall-30-md {
        margin: 30px
    }
    .mall-50-md {
        margin: 50px
    }
}

@media (min-width:1200px) {
    .mall-0-lg {
        margin: 0
    }
    .mall-5-lg {
        margin: 5px
    }
    .mall-10-lg {
        margin: 10px
    }
    .mall-15-lg {
        margin: 15px
    }
    .mall-20-lg {
        margin: 20px
    }
    .mall-30-lg {
        margin: 30px
    }
    .mall-50-lg {
        margin: 50px
    }
}

@media (max-width:480px) {
    .mt-0-xxs {
        margin-top: 0
    }
    .mt-5-xxs {
        margin-top: 5px
    }
    .mt-10-xxs {
        margin-top: 10px
    }
    .mt-15-xxs {
        margin-top: 15px
    }
    .mt-20-xxs {
        margin-top: 20px
    }
    .mt-30-xxs {
        margin-top: 30px
    }
    .mt-50-xxs {
        margin-top: 50px
    }
}

@media (max-width:767px) {
    .mt-0-xs {
        margin-top: 0
    }
    .mt-5-xs {
        margin-top: 5px
    }
    .mt-10-xs {
        margin-top: 10px
    }
    .mt-15-xs {
        margin-top: 15px
    }
    .mt-20-xs {
        margin-top: 20px
    }
    .mt-30-xs {
        margin-top: 30px
    }
    .mt-50-xs {
        margin-top: 50px
    }
}

@media (min-width:768px) {
    .mt-0-sm {
        margin-top: 0
    }
    .mt-5-sm {
        margin-top: 5px
    }
    .mt-10-sm {
        margin-top: 10px
    }
    .mt-15-sm {
        margin-top: 15px
    }
    .mt-20-sm {
        margin-top: 20px
    }
    .mt-30-sm {
        margin-top: 30px
    }
    .mt-50-sm {
        margin-top: 50px
    }
}

@media (min-width:992px) {
    .mt-0-md {
        margin-top: 0
    }
    .mt-5-md {
        margin-top: 5px
    }
    .mt-10-md {
        margin-top: 10px
    }
    .mt-15-md {
        margin-top: 15px
    }
    .mt-20-md {
        margin-top: 20px
    }
    .mt-30-md {
        margin-top: 30px
    }
    .mt-50-md {
        margin-top: 50px
    }
}

@media (min-width:1200px) {
    .mt-0-lg {
        margin-top: 0
    }
    .mt-5-lg {
        margin-top: 5px
    }
    .mt-10-lg {
        margin-top: 10px
    }
    .mt-15-lg {
        margin-top: 15px
    }
    .mt-20-lg {
        margin-top: 20px
    }
    .mt-30-lg {
        margin-top: 30px
    }
    .mt-50-lg {
        margin-top: 50px
    }
}

@media (max-width:480px) {
    .mb-0-xxs {
        margin-bottom: 0
    }
    .mb-5-xxs {
        margin-bottom: 5px
    }
    .mb-10-xxs {
        margin-bottom: 10px
    }
    .mb-15-xxs {
        margin-bottom: 15px
    }
    .mb-20-xxs {
        margin-bottom: 20px
    }
    .mb-30-xxs {
        margin-bottom: 30px
    }
    .mb-50-xxs {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .mb-0-xs {
        margin-bottom: 0
    }
    .mb-5-xs {
        margin-bottom: 5px
    }
    .mb-10-xs {
        margin-bottom: 10px
    }
    .mb-15-xs {
        margin-bottom: 15px
    }
    .mb-20-xs {
        margin-bottom: 20px
    }
    .mb-30-xs {
        margin-bottom: 30px
    }
    .mb-50-xs {
        margin-bottom: 50px
    }
}

@media (min-width:768px) {
    .mb-0-sm {
        margin-bottom: 0
    }
    .mb-5-sm {
        margin-bottom: 5px
    }
    .mb-10-sm {
        margin-bottom: 10px
    }
    .mb-15-sm {
        margin-bottom: 15px
    }
    .mb-20-sm {
        margin-bottom: 20px
    }
    .mb-30-sm {
        margin-bottom: 30px
    }
    .mb-50-sm {
        margin-bottom: 50px
    }
}

@media (min-width:992px) {
    .mb-0-md {
        margin-bottom: 0
    }
    .mb-5-md {
        margin-bottom: 5px
    }
    .mb-10-md {
        margin-bottom: 10px
    }
    .mb-15-md {
        margin-bottom: 15px
    }
    .mb-20-md {
        margin-bottom: 20px
    }
    .mb-30-md {
        margin-bottom: 30px
    }
    .mb-50-md {
        margin-bottom: 50px
    }
}

@media (min-width:1200px) {
    .mb-0-lg {
        margin-bottom: 0
    }
    .mb-5-lg {
        margin-bottom: 5px
    }
    .mb-10-lg {
        margin-bottom: 10px
    }
    .mb-15-lg {
        margin-bottom: 15px
    }
    .mb-20-lg {
        margin-bottom: 20px
    }
    .mb-30-lg {
        margin-bottom: 30px
    }
    .mb-50-lg {
        margin-bottom: 50px
    }
}

@media (max-width:480px) {
    .ml-0-xxs {
        margin-left: 0
    }
    .ml-5-xxs {
        margin-left: 5px
    }
    .ml-10-xxs {
        margin-left: 10px
    }
    .ml-15-xxs {
        margin-left: 15px
    }
    .ml-20-xxs {
        margin-left: 20px
    }
    .ml-30-xxs {
        margin-left: 30px
    }
    .ml-50-xxs {
        margin-left: 50px
    }
}

@media (max-width:767px) {
    .ml-0-xs {
        margin-left: 0
    }
    .ml-5-xs {
        margin-left: 5px
    }
    .ml-10-xs {
        margin-left: 10px
    }
    .ml-15-xs {
        margin-left: 15px
    }
    .ml-20-xs {
        margin-left: 20px
    }
    .ml-30-xs {
        margin-left: 30px
    }
    .ml-50-xs {
        margin-left: 50px
    }
}

@media (min-width:768px) {
    .ml-0-sm {
        margin-left: 0
    }
    .ml-5-sm {
        margin-left: 5px
    }
    .ml-10-sm {
        margin-left: 10px
    }
    .ml-15-sm {
        margin-left: 15px
    }
    .ml-20-sm {
        margin-left: 20px
    }
    .ml-30-sm {
        margin-left: 30px
    }
    .ml-50-sm {
        margin-left: 50px
    }
}

@media (min-width:992px) {
    .ml-0-md {
        margin-left: 0
    }
    .ml-5-md {
        margin-left: 5px
    }
    .ml-10-md {
        margin-left: 10px
    }
    .ml-15-md {
        margin-left: 15px
    }
    .ml-20-md {
        margin-left: 20px
    }
    .ml-30-md {
        margin-left: 30px
    }
    .ml-50-md {
        margin-left: 50px
    }
}

@media (min-width:1200px) {
    .ml-0-lg {
        margin-left: 0
    }
    .ml-5-lg {
        margin-left: 5px
    }
    .ml-10-lg {
        margin-left: 10px
    }
    .ml-15-lg {
        margin-left: 15px
    }
    .ml-20-lg {
        margin-left: 20px
    }
    .ml-30-lg {
        margin-left: 30px
    }
    .ml-50-lg {
        margin-left: 50px
    }
}

@media (max-width:480px) {
    .mr-0-xxs {
        margin-right: 0
    }
    .mr-5-xxs {
        margin-right: 5px
    }
    .mr-10-xxs {
        margin-right: 10px
    }
    .mr-15-xxs {
        margin-right: 15px
    }
    .mr-20-xxs {
        margin-right: 20px
    }
    .mr-30-xxs {
        margin-right: 30px
    }
    .mr-50-xxs {
        margin-right: 50px
    }
}

@media (max-width:767px) {
    .mr-0-xs {
        margin-right: 0
    }
    .mr-5-xs {
        margin-right: 5px
    }
    .mr-10-xs {
        margin-right: 10px
    }
    .mr-15-xs {
        margin-right: 15px
    }
    .mr-20-xs {
        margin-right: 20px
    }
    .mr-30-xs {
        margin-right: 30px
    }
    .mr-50-xs {
        margin-right: 50px
    }
}

@media (min-width:768px) {
    .mr-0-sm {
        margin-right: 0
    }
    .mr-5-sm {
        margin-right: 5px
    }
    .mr-10-sm {
        margin-right: 10px
    }
    .mr-15-sm {
        margin-right: 15px
    }
    .mr-20-sm {
        margin-right: 20px
    }
    .mr-30-sm {
        margin-right: 30px
    }
    .mr-50-sm {
        margin-right: 50px
    }
}

@media (min-width:992px) {
    .mr-0-md {
        margin-right: 0
    }
    .mr-5-md {
        margin-right: 5px
    }
    .mr-10-md {
        margin-right: 10px
    }
    .mr-15-md {
        margin-right: 15px
    }
    .mr-20-md {
        margin-right: 20px
    }
    .mr-30-md {
        margin-right: 30px
    }
    .mr-50-md {
        margin-right: 50px
    }
}

@media (min-width:1200px) {
    .mr-0-lg {
        margin-right: 0
    }
    .mr-5-lg {
        margin-right: 5px
    }
    .mr-10-lg {
        margin-right: 10px
    }
    .mr-15-lg {
        margin-right: 15px
    }
    .mr-20-lg {
        margin-right: 20px
    }
    .mr-30-lg {
        margin-right: 30px
    }
    .mr-50-lg {
        margin-right: 50px
    }
}

.pall-0 {
    padding: 0
}

.pall-5 {
    padding: 5px
}

.pall-10 {
    padding: 10px
}

.pall-15 {
    padding: 15px
}

.pall-20 {
    padding: 20px
}

.pall-30 {
    padding: 30px
}

.pall-50 {
    padding: 50px
}

.pt-0 {
    padding-top: 0
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-50 {
    padding-top: 50px
}

.pb-0 {
    padding-bottom: 0
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-0 {
    padding-left: 0
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-50 {
    padding-left: 50px
}

.pr-0 {
    padding-right: 0
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-50 {
    padding-right: 50px
}

@media (max-width:480px) {
    .pall-0-xxs {
        padding: 0
    }
    .pall-5-xxs {
        padding: 5px
    }
    .pall-10-xxs {
        padding: 10px
    }
    .pall-15-xxs {
        padding: 15px
    }
    .pall-20-xxs {
        padding: 20px
    }
    .pall-30-xxs {
        padding: 30px
    }
    .pall-50-xxs {
        padding: 50px
    }
}

@media (max-width:767px) {
    .pall-0-xs {
        padding: 0
    }
    .pall-5-xs {
        padding: 5px
    }
    .pall-10-xs {
        padding: 10px
    }
    .pall-15-xs {
        padding: 15px
    }
    .pall-20-xs {
        padding: 20px
    }
    .pall-30-xs {
        padding: 30px
    }
    .pall-50-xs {
        padding: 50px
    }
}

@media (min-width:768px) {
    .pall-0-sm {
        padding: 0
    }
    .pall-5-sm {
        padding: 5px
    }
    .pall-10-sm {
        padding: 10px
    }
    .pall-15-sm {
        padding: 15px
    }
    .pall-20-sm {
        padding: 20px
    }
    .pall-30-sm {
        padding: 30px
    }
    .pall-50-sm {
        padding: 50px
    }
}

@media (min-width:992px) {
    .pall-0-md {
        padding: 0
    }
    .pall-5-md {
        padding: 5px
    }
    .pall-10-md {
        padding: 10px
    }
    .pall-15-md {
        padding: 15px
    }
    .pall-20-md {
        padding: 20px
    }
    .pall-30-md {
        padding: 30px
    }
    .pall-50-md {
        padding: 50px
    }
}

@media (min-width:1200px) {
    .pall-0-lg {
        padding: 0
    }
    .pall-5-lg {
        padding: 5px
    }
    .pall-10-lg {
        padding: 10px
    }
    .pall-15-lg {
        padding: 15px
    }
    .pall-20-lg {
        padding: 20px
    }
    .pall-30-lg {
        padding: 30px
    }
    .pall-50-lg {
        padding: 50px
    }
}

@media (max-width:480px) {
    .pt-0-xxs {
        padding-top: 0
    }
    .pt-5-xxs {
        padding-top: 5px
    }
    .pt-10-xxs {
        padding-top: 10px
    }
    .pt-15-xxs {
        padding-top: 15px
    }
    .pt-20-xxs {
        padding-top: 20px
    }
    .pt-30-xxs {
        padding-top: 30px
    }
    .pt-50-xxs {
        padding-top: 50px
    }
}

@media (max-width:767px) {
    .pt-0-xs {
        padding-top: 0
    }
    .pt-5-xs {
        padding-top: 5px
    }
    .pt-10-xs {
        padding-top: 10px
    }
    .pt-15-xs {
        padding-top: 15px
    }
    .pt-20-xs {
        padding-top: 20px
    }
    .pt-30-xs {
        padding-top: 30px
    }
    .pt-50-xs {
        padding-top: 50px
    }
}

@media (min-width:768px) {
    .pt-0-sm {
        padding-top: 0
    }
    .pt-5-sm {
        padding-top: 5px
    }
    .pt-10-sm {
        padding-top: 10px
    }
    .pt-15-sm {
        padding-top: 15px
    }
    .pt-20-sm {
        padding-top: 20px
    }
    .pt-30-sm {
        padding-top: 30px
    }
    .pt-50-sm {
        padding-top: 50px
    }
}

@media (min-width:992px) {
    .pt-0-md {
        padding-top: 0
    }
    .pt-5-md {
        padding-top: 5px
    }
    .pt-10-md {
        padding-top: 10px
    }
    .pt-15-md {
        padding-top: 15px
    }
    .pt-20-md {
        padding-top: 20px
    }
    .pt-30-md {
        padding-top: 30px
    }
    .pt-50-md {
        padding-top: 50px
    }
}

@media (min-width:1200px) {
    .pt-0-lg {
        padding-top: 0
    }
    .pt-5-lg {
        padding-top: 5px
    }
    .pt-10-lg {
        padding-top: 10px
    }
    .pt-15-lg {
        padding-top: 15px
    }
    .pt-20-lg {
        padding-top: 20px
    }
    .pt-30-lg {
        padding-top: 30px
    }
    .pt-50-lg {
        padding-top: 50px
    }
}

@media (max-width:480px) {
    .pb-0-xxs {
        padding-bottom: 0
    }
    .pb-5-xxs {
        padding-bottom: 5px
    }
    .pb-10-xxs {
        padding-bottom: 10px
    }
    .pb-15-xxs {
        padding-bottom: 15px
    }
    .pb-20-xxs {
        padding-bottom: 20px
    }
    .pb-30-xxs {
        padding-bottom: 30px
    }
    .pb-50-xxs {
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    .pb-0-xs {
        padding-bottom: 0
    }
    .pb-5-xs {
        padding-bottom: 5px
    }
    .pb-10-xs {
        padding-bottom: 10px
    }
    .pb-15-xs {
        padding-bottom: 15px
    }
    .pb-20-xs {
        padding-bottom: 20px
    }
    .pb-30-xs {
        padding-bottom: 30px
    }
    .pb-50-xs {
        padding-bottom: 50px
    }
}

@media (min-width:768px) {
    .pb-0-sm {
        padding-bottom: 0
    }
    .pb-5-sm {
        padding-bottom: 5px
    }
    .pb-10-sm {
        padding-bottom: 10px
    }
    .pb-15-sm {
        padding-bottom: 15px
    }
    .pb-20-sm {
        padding-bottom: 20px
    }
    .pb-30-sm {
        padding-bottom: 30px
    }
    .pb-50-sm {
        padding-bottom: 50px
    }
}

@media (min-width:992px) {
    .pb-0-md {
        padding-bottom: 0
    }
    .pb-5-md {
        padding-bottom: 5px
    }
    .pb-10-md {
        padding-bottom: 10px
    }
    .pb-15-md {
        padding-bottom: 15px
    }
    .pb-20-md {
        padding-bottom: 20px
    }
    .pb-30-md {
        padding-bottom: 30px
    }
    .pb-50-md {
        padding-bottom: 50px
    }
}

@media (min-width:1200px) {
    .pb-0-lg {
        padding-bottom: 0
    }
    .pb-5-lg {
        padding-bottom: 5px
    }
    .pb-10-lg {
        padding-bottom: 10px
    }
    .pb-15-lg {
        padding-bottom: 15px
    }
    .pb-20-lg {
        padding-bottom: 20px
    }
    .pb-30-lg {
        padding-bottom: 30px
    }
    .pb-50-lg {
        padding-bottom: 50px
    }
}

@media (max-width:480px) {
    .pl-0-xxs {
        padding-left: 0
    }
    .pl-5-xxs {
        padding-left: 5px
    }
    .pl-10-xxs {
        padding-left: 10px
    }
    .pl-15-xxs {
        padding-left: 15px
    }
    .pl-20-xxs {
        padding-left: 20px
    }
    .pl-30-xxs {
        padding-left: 30px
    }
    .pl-50-xxs {
        padding-left: 50px
    }
}

@media (max-width:767px) {
    .pl-0-xs {
        padding-left: 0
    }
    .pl-5-xs {
        padding-left: 5px
    }
    .pl-10-xs {
        padding-left: 10px
    }
    .pl-15-xs {
        padding-left: 15px
    }
    .pl-20-xs {
        padding-left: 20px
    }
    .pl-30-xs {
        padding-left: 30px
    }
    .pl-50-xs {
        padding-left: 50px
    }
}

@media (min-width:768px) {
    .pl-0-sm {
        padding-left: 0
    }
    .pl-5-sm {
        padding-left: 5px
    }
    .pl-10-sm {
        padding-left: 10px
    }
    .pl-15-sm {
        padding-left: 15px
    }
    .pl-20-sm {
        padding-left: 20px
    }
    .pl-30-sm {
        padding-left: 30px
    }
    .pl-50-sm {
        padding-left: 50px
    }
}

@media (min-width:992px) {
    .pl-0-md {
        padding-left: 0
    }
    .pl-5-md {
        padding-left: 5px
    }
    .pl-10-md {
        padding-left: 10px
    }
    .pl-15-md {
        padding-left: 15px
    }
    .pl-20-md {
        padding-left: 20px
    }
    .pl-30-md {
        padding-left: 30px
    }
    .pl-50-md {
        padding-left: 50px
    }
}

@media (min-width:1200px) {
    .pl-0-lg {
        padding-left: 0
    }
    .pl-5-lg {
        padding-left: 5px
    }
    .pl-10-lg {
        padding-left: 10px
    }
    .pl-15-lg {
        padding-left: 15px
    }
    .pl-20-lg {
        padding-left: 20px
    }
    .pl-30-lg {
        padding-left: 30px
    }
    .pl-50-lg {
        padding-left: 50px
    }
}

@media (max-width:480px) {
    .pr-0-xxs {
        padding-right: 0
    }
    .pr-5-xxs {
        padding-right: 5px
    }
    .pr-10-xxs {
        padding-right: 10px
    }
    .pr-15-xxs {
        padding-right: 15px
    }
    .pr-20-xxs {
        padding-right: 20px
    }
    .pr-30-xxs {
        padding-right: 30px
    }
    .pr-50-xxs {
        padding-right: 50px
    }
}

@media (max-width:767px) {
    .pr-0-xs {
        padding-right: 0
    }
    .pr-5-xs {
        padding-right: 5px
    }
    .pr-10-xs {
        padding-right: 10px
    }
    .pr-15-xs {
        padding-right: 15px
    }
    .pr-20-xs {
        padding-right: 20px
    }
    .pr-30-xs {
        padding-right: 30px
    }
    .pr-50-xs {
        padding-right: 50px
    }
}

@media (min-width:768px) {
    .pr-0-sm {
        padding-right: 0
    }
    .pr-5-sm {
        padding-right: 5px
    }
    .pr-10-sm {
        padding-right: 10px
    }
    .pr-15-sm {
        padding-right: 15px
    }
    .pr-20-sm {
        padding-right: 20px
    }
    .pr-30-sm {
        padding-right: 30px
    }
    .pr-50-sm {
        padding-right: 50px
    }
}

@media (min-width:992px) {
    .pr-0-md {
        padding-right: 0
    }
    .pr-5-md {
        padding-right: 5px
    }
    .pr-10-md {
        padding-right: 10px
    }
    .pr-15-md {
        padding-right: 15px
    }
    .pr-20-md {
        padding-right: 20px
    }
    .pr-30-md {
        padding-right: 30px
    }
    .pr-50-md {
        padding-right: 50px
    }
}

@media (min-width:1200px) {
    .pr-0-lg {
        padding-right: 0
    }
    .pr-5-lg {
        padding-right: 5px
    }
    .pr-10-lg {
        padding-right: 10px
    }
    .pr-15-lg {
        padding-right: 15px
    }
    .pr-20-lg {
        padding-right: 20px
    }
    .pr-30-lg {
        padding-right: 30px
    }
    .pr-50-lg {
        padding-right: 50px
    }
}

.txtc {
    text-align: center
}

.txtl {
    text-align: left
}

.txtr {
    text-align: right
}

.txtj {
    text-align: justify
}

@media (max-width:480px) {
    .txtc-xxs {
        text-align: center
    }
    .txtl-xxs {
        text-align: left
    }
    .txtr-xxs {
        text-align: right
    }
    .txtj-xxs {
        text-align: justify
    }
}

@media (max-width:767px) {
    .txtc-xs {
        text-align: center
    }
    .txtl-xs {
        text-align: left
    }
    .txtr-xs {
        text-align: right
    }
    .txtj-xs {
        text-align: justify
    }
}

@media (min-width:768px) {
    .txtc-sm {
        text-align: center
    }
    .txtl-sm {
        text-align: left
    }
    .txtr-sm {
        text-align: right
    }
    .txtj-sm {
        text-align: justify
    }
}

@media (min-width:992px) {
    .txtc-md {
        text-align: center
    }
    .txtl-md {
        text-align: left
    }
    .txtr-md {
        text-align: right
    }
    .txtj-md {
        text-align: justify
    }
}

@media (min-width:1200px) {
    .txtc-lg {
        text-align: center
    }
    .txtl-lg {
        text-align: left
    }
    .txtr-lg {
        text-align: right
    }
    .txtj-lg {
        text-align: justify
    }
}

.flex-bugfix {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.flex-bugfix:after,
.flex-bugfix:before {
    display: none
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.flex-l-t {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-l-cen,
.flex-l-t {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-l-cen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-l-b {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-cen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-cen,
.flex-cen-t {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-cen-t {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-cen-b {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-cen-b,
.flex-r-t {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-r-t {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-r-cen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-r-b,
.flex-r-cen {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-r-b {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.ital-vh {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ital-v {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ital-h {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ital-none {
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    transform: none
}

@media (max-width:480px) {
    .ital-vh-xxs {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .ital-v-xxs {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .ital-h-xxs {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .ital-none-xxs {
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        transform: none
    }
}

@media (max-width:767px) {
    .ital-vh-xs {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .ital-v-xs {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .ital-h-xs {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .ital-none-xs {
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width:768px) {
    .ital-vh-sm {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .ital-v-sm {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .ital-h-sm {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .ital-none-sm {
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width:992px) {
    .ital-vh-md {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .ital-v-md {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .ital-h-md {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .ital-none-md {
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width:1200px) {
    .ital-vh-lg {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .ital-v-lg {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .ital-h-lg {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .ital-none-lg {
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        transform: none
    }
}

@media (max-width:480px) {
    .ital-none-xxs {
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        transform: none
    }
}

@media (max-width:767px) {
    .ital-none-xs {
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width:768px) {
    .ital-none-sm {
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width:992px) {
    .ital-none-md {
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width:1200px) {
    .ital-none-lg {
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        transform: none
    }
}

[v-cloak] {
    display: none
}

[app-cloak] {
    visibility: hidden
}

:active,
:focus {
    outline: none;
    outline: 0
}

.cursor-pointer {
    cursor: pointer
}

.cursor-default {
    cursor: default
}

.h100 {
    height: 100%
}

.max-h100 {
    max-height: 100%
}

.w100 {
    width: 100%
}

.max-w100 {
    max-width: 100%
}

.nowrap {
    white-space: nowrap
}

.nowrap:after,
.nowrap:before {
    content: "";
    display: table;
    clear: both
}

.sr-only {
    display: inline-block;
    height: 0;
    width: 0;
    line-height: 0;
    overflow: hidden
}

.font-primary {
    font-family: 'Gotham', sans-serif
}

.font-secondary {
    font-family: 'Gotham', sans-serif
}

/*@font-face {
    font-family: Calibri;
    src: url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/Calibri.woff) format("woff"), url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/Calibri.woff2) format("woff2"), url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/Calibri.svg#Calibri) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Calibri;
    src: url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/Calibri-Bold.woff) format("woff"), url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/Calibri-Bold.woff2) format("woff2"), url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/Calibri-Bold.svg#Calibri-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Calibri;
    src: url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/Calibri-Light.woff) format("woff"), url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/Calibri-Light.woff2) format("woff2"), url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/Calibri-Light.svg#Calibri-Light) format("svg");
    font-weight: 300;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: Calibri;
        src: url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/Calibri.svg#Calibri) format("svg");
        font-weight: 400;
        font-style: normal
    }
    @font-face {
        font-family: Calibri;
        src: url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/Calibri-Bold.svg#Calibri-Bold) format("svg");
        font-weight: 700;
        font-style: normal
    }
    @font-face {
        font-family: Calibri;
        src: url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/Calibri-Light.svg#Calibri-Light) format("svg");
        font-weight: 300;
        font-style: normal
    }
}

@font-face {
    font-family: thinkcity;
    src: url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/thinkcity.woff) format("woff"), url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/thinkcity.woff2) format("woff2"), url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/thinkcity.svg#thinkcity) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: thinkcity;
        src: url(https://thinkcity.com.my/wp/wp-content/themes/thinkcity/fonts/thinkcity.svg#thinkcity) format("svg");
        font-weight: 400;
        font-style: normal
    }
}
*/

b, strong {
    font-weight: 600;
}

.font-10 {
    font-size: 10px
}

.font-12 {
    font-size: 12px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-25 {
    font-size: 25px
}

.font-30 {
    font-size: 30px
}

@media (max-width:767px) {
    .font-10-xs {
        font-size: 7.5px
    }
    .font-12-xs {
        font-size: 9px
    }
    .font-14-xs {
        font-size: 10.5px
    }
    .font-15-xs {
        font-size: 11.25px
    }
    .font-16-xs {
        font-size: 12px
    }
    .font-18-xs {
        font-size: 13.5px
    }
    .font-20-xs {
        font-size: 15px
    }
    .font-25-xs {
        font-size: 18.75px
    }
    .font-30-xs {
        font-size: 22.5px
    }
}

.normal {
    font-weight: 400
}

.light {
    font-weight: 300
}

.medium {
    font-weight: 500
}

.bold {
    font-weight: 700
}

.bolder {
    font-weight: 900
}

.line-height-1 {
    line-height: .8!important
}

.line-height-2 {
    line-height: 1!important
}

.line-height-3 {
    line-height: 1.2!important
}

.line-height-4 {
    line-height: 1.4!important
}

.line-height-5 {
    line-height: 1.8!important
}

.line-height-6 {
    line-height: 2!important
}

.line-height-7 {
    line-height: 2.2!important
}

.line-height-8 {
    line-height: 2.4!important
}

.line-height-9 {
    line-height: 2.8!important
}

.line-height-10 {
    line-height: 3!important
}

.letter-spacing-1 {
    letter-spacing: .5px
}

.letter-spacing-2 {
    letter-spacing: 1px
}

.letter-spacing-3 {
    letter-spacing: 1.5px
}

.letter-spacing-4 {
    letter-spacing: 2px
}

.letter-spacing-5 {
    letter-spacing: 2.5px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600
}

[class*=" icon-"],
[class^=icon-] {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-right:before {
    content: "\e900"
}

.icon-pdf:before {
    content: "\e901"
}

.icon-zip:before {
    content: "\e902"
}

.btn {
    background-color: #b7b9bb;
    transition: background-color .3s ease
}

.btn.focus,
.btn:focus,
.btn:hover {
    outline: none!important;
    color: inherit
}

.btn-square {
    border-radius: 0
}

.btn-curve {
    border-radius: 50px
}

.btn-outline {
    border: 2px solid #838689;
    background-color: transparent
}

.btn-xs {
    font-size: 16.2px;
    padding: 5px 15px
}

.btn-sm,
.btn-xs {
    height: auto;
    line-height: auto
}

.btn-sm {
    font-size: 25.2px;
    padding: 5px 25px
}

.btn-md {
    font-size: 28.8px;
    padding: 5px 30px
}

.btn-lg,
.btn-md {
    height: auto;
    line-height: auto
}

.btn-lg {
    font-size: 36px;
    padding: 5px 35px
}

@media (max-width:767px) {
    .btn-xs {
        font-size: 13px
    }
    .btn-sm {
        font-size: 20px
    }
    .btn-md {
        font-size: 23px
    }
    .btn-lg {
        font-size: 29px
    }
}

.btn-curve.btn-xs {
    border-radius: 40px
}

.btn-curve.btn-sm {
    border-radius: 60px
}

.btn-curve.btn-md {
    border-radius: 70px
}

.btn-curve.btn-lg {
    border-radius: 80px
}

.button {
    padding: 11px 40px;
    font-size: 14px;
    text-transform: uppercase
}

@media (min-width:768px) and (max-width:991px) {
    .button {
        padding: 9px 32px;
        font-size: 15px
    }
}

@media (max-width:767px) {
    .button {
        padding: 8px 28px;
        font-size: 15px
    }
}

.button-small {
    padding: 8px 32px;
    font-size: 15px
}

@media (max-width:767px) {
    .button-small {
        padding: 8px 24px;
        font-size: 14px
    }
}

.select-xs {
    height: 40px
}

.select-xs,
.select-xs option {
    font-size: 16.2px;
    line-height: 1
}

.select-sm {
    height: 60px
}

.select-sm,
.select-sm option {
    font-size: 25.2px;
    line-height: 1.4
}

.select-md {
    height: 70px
}

.select-md,
.select-md option {
    font-size: 28.8px;
    line-height: 2
}

.select-lg {
    height: 80px
}

.select-lg,
.select-lg option {
    font-size: 36px;
    line-height: 2.4
}

.select-icon {
    position: relative
}

.select-icon i {
    color: #1a3a87;
    pointer-events: none;
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-xs {
    font-size: 16.2px;
    line-height: 1;
    height: 40px;
    padding: 5px 15px
}

.input-xs.input-curve {
    border-radius: 40px
}

.input-sm {
    font-size: 25.2px;
    line-height: 1.4;
    height: 60px;
    padding: 5px 25px
}

.input-sm.input-curve {
    border-radius: 60px
}

.input-md {
    font-size: 28.8px;
    line-height: 2;
    height: 70px;
    padding: 5px 30px
}

.input-md.input-curve {
    border-radius: 70px
}

.input-lg {
    font-size: 36px;
    line-height: 2.4;
    height: 80px;
    padding: 5px 35px
}

.input-lg.input-curve {
    border-radius: 80px
}

.input-group .btn-xs,
.input-group .input-xs {
    line-height: 1;
    height: 40px
}

.input-group .btn-sm,
.input-group .input-sm {
    line-height: 1.4;
    height: 60px
}

.input-group .btn-md,
.input-group .input-md {
    line-height: 2;
    height: 70px
}

.input-group .btn-lg,
.input-group .input-lg {
    line-height: 2.4;
    height: 80px
}

.primary,
a.primary,
a.primary:visited {
    color: #001489
}

.secondary,
a.secondary,
a.secondary:visited {
    color: #00b8a3
}

.tertiary,
a.tertiary,
a.tertiary:visited {
    color: #00ace8
}

.fourth,
a.fourth,
a.fourth:visited {
    color: #6e9842
}

.fifth,
a.fifth,
a.fifth:visited {
    color: #f16521
}

.sixth,
a.sixth,
a.sixth:visited {
    color: #e21664
}

.seventh,
a.seventh,
a.seventh:visited {
    color: #c9242b
}

.eighth,
a.eighth,
a.eighth:visited {
    color: #9e1f5e
}

.ninth,
a.ninth,
a.ninth:visited {
    color: #dd6227
}

.tenth,
a.tenth,
a.tenth:visited {
    color: #80298f
}

.success,
a.success,
a.success:visited {
    color: #05e509
}

.danger,
a.danger,
a.danger:visited {
    color: #fe1a16
}

.info,
a.info,
a.info:visited {
    color: #17a2b8
}

.warning,
a.warning,
a.warning:visited {
    color: #ffc107
}

.grey,
a.grey,
a.grey:visited {
    color: #838689
}

.dark,
a.dark,
a.dark:visited {
    color: #333
}

.light,
a.light,
a.light:visited {
    color: #f7f7f7
}

.black,
a.black,
a.black:visited {
    color: #000
}

.white,
a.white,
a.white:visited {
    color: #fff
}

.text,
a.text,
a.text:visited {
    color: #666
}

.link,
a.link,
a.link:visited {
    color: #333
}

.btn-primary {
    background-color: #1a3a87;
    border-color: #1a3a87
}

.btn-primary:focus,
.btn-primary:hover {
    border-color: #163172;
    background-color: #163172
}

.btn-primary.btn-outline {
    color: #1a3a87;
    border-color: #1a3a87;
    background-color: transparent
}

.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
    color: #163172;
    border-color: #163172;
    background-color: transparent
}

.btn-white {
    background-color: transparent;
    border-color: #ffffff;
}

.btn-white:focus,
.btn-white:hover {
    border-color: #000000;
    background-color: #ffffff;
}

.btn-white.btn-outline {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent
}

.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent
}

.btn-secondary {
    background-color: #00b8a3;
    border-color: #00b8a3
}

.btn-secondary:focus,
.btn-secondary:hover {
    border-color: #009f8c;
    background-color: #009f8c
}

.btn-secondary.btn-outline {
    color: #00b8a3;
    border-color: #00b8a3;
    background-color: transparent
}

.btn-secondary.btn-outline:focus,
.btn-secondary.btn-outline:hover {
    color: #009f8c;
    border-color: #009f8c;
    background-color: transparent
}

.btn-tertiary {
    background-color: #00ace8;
    border-color: #00ace8
}

.btn-tertiary:focus,
.btn-tertiary:hover {
    border-color: #0099cf;
    background-color: #0099cf
}

.btn-tertiary.btn-outline {
    color: #00ace8;
    border-color: #00ace8;
    background-color: transparent
}

.btn-tertiary.btn-outline:focus,
.btn-tertiary.btn-outline:hover {
    color: #0099cf;
    border-color: #0099cf;
    background-color: transparent
}

.btn-fourth {
    background-color: #6e9842;
    border-color: #6e9842
}

.btn-fourth:focus,
.btn-fourth:hover {
    border-color: #47632b;
    background-color: #47632b
}

.btn-fourth.btn-outline {
    color: #6e9842;
    border-color: #6e9842;
    background-color: transparent
}

.btn-fourth.btn-outline:focus,
.btn-fourth.btn-outline:hover {
    color: #47632b;
    border-color: #47632b;
    background-color: transparent
}

.btn-fifth {
    background-color: #f16521;
    border-color: #f16521
}

.btn-fifth:focus,
.btn-fifth:hover {
    border-color: #ba450c;
    background-color: #ba450c
}

.btn-fifth.btn-outline {
    color: #f16521;
    border-color: #f16521;
    background-color: transparent
}

.btn-fifth.btn-outline:focus,
.btn-fifth.btn-outline:hover {
    color: #ba450c;
    border-color: #ba450c;
    background-color: transparent
}

.btn-sixth {
    background-color: #e21664;
    border-color: #e21664
}

.btn-sixth:focus,
.btn-sixth:hover {
    border-color: #9c0f45;
    background-color: #9c0f45
}

.btn-sixth.btn-outline {
    color: #e21664;
    border-color: #e21664;
    background-color: transparent
}

.btn-sixth.btn-outline:focus,
.btn-sixth.btn-outline:hover {
    color: #9c0f45;
    border-color: #9c0f45;
    background-color: transparent
}

.btn-seventh {
    background-color: #c9242b;
    border-color: #c9242b
}

.btn-seventh:focus,
.btn-seventh:hover {
    border-color: #88181d;
    background-color: #88181d
}

.btn-seventh.btn-outline {
    color: #c9242b;
    border-color: #c9242b;
    background-color: transparent
}

.btn-seventh.btn-outline:focus,
.btn-seventh.btn-outline:hover {
    color: #88181d;
    border-color: #88181d;
    background-color: transparent
}

.btn-eighth {
    background-color: #9e1f5e;
    border-color: #9e1f5e
}

.btn-eighth:focus,
.btn-eighth:hover {
    border-color: #5e1238;
    background-color: #5e1238
}

.btn-eighth.btn-outline {
    color: #9e1f5e;
    border-color: #9e1f5e;
    background-color: transparent
}

.btn-eighth.btn-outline:focus,
.btn-eighth.btn-outline:hover {
    color: #5e1238;
    border-color: #5e1238;
    background-color: transparent
}

.btn-ninth {
    background-color: #dd6227;
    border-color: #dd6227
}

.btn-ninth:focus,
.btn-ninth:hover {
    border-color: #9f4419;
    background-color: #9f4419
}

.btn-ninth.btn-outline {
    color: #dd6227;
    border-color: #dd6227;
    background-color: transparent
}

.btn-ninth.btn-outline:focus,
.btn-ninth.btn-outline:hover {
    color: #9f4419;
    border-color: #9f4419;
    background-color: transparent
}

.btn-tenth {
    background-color: #80298f;
    border-color: #80298f
}

.btn-tenth:focus,
.btn-tenth:hover {
    border-color: #4b1854;
    background-color: #4b1854
}

.btn-tenth.btn-outline {
    color: #80298f;
    border-color: #80298f;
    background-color: transparent
}

.btn-tenth.btn-outline:focus,
.btn-tenth.btn-outline:hover {
    color: #4b1854;
    border-color: #4b1854;
    background-color: transparent
}

.btn-success {
    background-color: #05e509;
    border-color: #05e509
}

.btn-success:focus,
.btn-success:hover {
    border-color: #039a06;
    background-color: #039a06
}

.btn-success.btn-outline {
    color: #05e509;
    border-color: #05e509;
    background-color: transparent
}

.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
    color: #039a06;
    border-color: #039a06;
    background-color: transparent
}

.btn-danger {
    background-color: #fe1a16;
    border-color: #fe1a16
}

.btn-danger:focus,
.btn-danger:hover {
    border-color: #c70401;
    background-color: #c70401
}

.btn-danger.btn-outline {
    color: #fe1a16;
    border-color: #fe1a16;
    background-color: transparent
}

.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:hover {
    color: #c70401;
    border-color: #c70401;
    background-color: transparent
}

.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:focus,
.btn-info:hover {
    border-color: #0f6674;
    background-color: #0f6674
}

.btn-info.btn-outline {
    color: #17a2b8;
    border-color: #17a2b8;
    background-color: transparent
}

.btn-info.btn-outline:focus,
.btn-info.btn-outline:hover {
    color: #0f6674;
    border-color: #0f6674;
    background-color: transparent
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:focus,
.btn-warning:hover {
    border-color: #ba8b00;
    background-color: #ba8b00
}

.btn-warning.btn-outline {
    color: #ffc107;
    border-color: #ffc107;
    background-color: transparent
}

.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:hover {
    color: #ba8b00;
    border-color: #ba8b00;
    background-color: transparent
}

.btn-grey {
    background-color: #838689;
    border-color: #838689
}

.btn-grey:focus,
.btn-grey:hover {
    border-color: #6a6d6f;
    background-color: #6a6d6f
}

.btn-grey.btn-outline {
    color: #838689;
    border-color: #838689;
    background-color: transparent
}

.btn-grey.btn-outline:focus,
.btn-grey.btn-outline:hover {
    color: #6a6d6f;
    border-color: #6a6d6f;
    background-color: transparent
}

.btn-dark {
    background-color: #333;
    border-color: #333
}

.btn-dark:focus,
.btn-dark:hover {
    border-color: #0d0d0d;
    background-color: #0d0d0d
}

.btn-dark.btn-outline {
    color: #333;
    border-color: #333;
    background-color: transparent
}

.btn-dark.btn-outline:focus,
.btn-dark.btn-outline:hover {
    color: #0d0d0d;
    border-color: #0d0d0d;
    background-color: transparent
}

.btn-light {
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-light:focus,
.btn-light:hover {
    border-color: #d1d1d1;
    background-color: #d1d1d1
}

.btn-light.btn-outline {
    color: #f7f7f7;
    border-color: #f7f7f7;
    background-color: transparent
}

.btn-light.btn-outline:focus,
.btn-light.btn-outline:hover {
    color: #d1d1d1;
    border-color: #d1d1d1;
    background-color: transparent
}

.btn-black,
.btn-black:focus,
.btn-black:hover {
    background-color: #000;
    border-color: #000
}

.btn-black.btn-outline,
.btn-black.btn-outline:focus,
.btn-black.btn-outline:hover {
    color: #000;
    border-color: #000;
    background-color: transparent
}

.btn-white,
.btn-white:focus,
.btn-white:hover {
    background-color: #fff;
    border-color: #fff
}

.btn-white.btn-outline,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent
}

.btn-text {
    background-color: #666;
    border-color: #666
}

.btn-text:focus,
.btn-text:hover {
    border-color: #404040;
    background-color: #404040
}

.btn-text.btn-outline {
    color: #666;
    border-color: #666;
    background-color: transparent
}

.btn-text.btn-outline:focus,
.btn-text.btn-outline:hover {
    color: #404040;
    border-color: #404040;
    background-color: transparent
}

.btn-link {
    background-color: #333;
    border-color: #333
}

.btn-link:focus,
.btn-link:hover {
    border-color: #0d0d0d;
    background-color: #0d0d0d
}

.btn-link.btn-outline {
    color: #333;
    border-color: #333;
    background-color: transparent
}

.btn-link.btn-outline:focus,
.btn-link.btn-outline:hover {
    color: #0d0d0d;
    border-color: #0d0d0d;
    background-color: transparent
}

.btn.btn-outline.is-active,
.btn.is-active {
    color: #fff;
    background-color: #6a6d6f;
    border-color: #6a6d6f
}

.btn-primary.is-active {
    color: #fff;
    background-color: #163172;
    border-color: #163172
}

.btn-secondary.is-active {
    color: #fff;
    background-color: #009f8c;
    border-color: #009f8c
}

.btn-tertiary.is-active {
    color: #fff;
    background-color: #0099cf;
    border-color: #0099cf
}

.btn-fourth.is-active {
    color: #fff;
    background-color: #47632b;
    border-color: #47632b
}

.btn-fifth.is-active {
    color: #fff;
    background-color: #ba450c;
    border-color: #ba450c
}

.btn-sixth.is-active {
    color: #fff;
    background-color: #9c0f45;
    border-color: #9c0f45
}

.btn-seventh.is-active {
    color: #fff;
    background-color: #88181d;
    border-color: #88181d
}

.btn-eighth.is-active {
    color: #fff;
    background-color: #5e1238;
    border-color: #5e1238
}

.btn-ninth.is-active {
    color: #fff;
    background-color: #9f4419;
    border-color: #9f4419
}

.btn-tenth.is-active {
    color: #fff;
    background-color: #4b1854;
    border-color: #4b1854
}

.btn-success.is-active {
    color: #fff;
    background-color: #039a06;
    border-color: #039a06
}

.btn-danger.is-active {
    color: #fff;
    background-color: #c70401;
    border-color: #c70401
}

.btn-info.is-active {
    color: #fff;
    background-color: #0f6674;
    border-color: #0f6674
}

.btn-warning.is-active {
    color: #fff;
    background-color: #ba8b00;
    border-color: #ba8b00
}

.btn-grey.is-active {
    color: #fff;
    background-color: #6a6d6f;
    border-color: #6a6d6f
}

.btn-dark.is-active {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #0d0d0d
}

.btn-light.is-active {
    color: #fff;
    background-color: #d1d1d1;
    border-color: #d1d1d1
}

.btn-black.is-active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-white.is-active {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.btn-text.is-active {
    color: #fff;
    background-color: #404040;
    border-color: #404040
}

.btn-link.is-active {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #0d0d0d
}

.btn-primary.btn-outline.is-active {
    color: #fff;
    background-color: #1a3a87;
    border-color: #1a3a87
}

.btn-secondary.btn-outline.is-active {
    color: #fff;
    background-color: #00b8a3;
    border-color: #00b8a3
}

.btn-tertiary.btn-outline.is-active {
    color: #fff;
    background-color: #00ace8;
    border-color: #00ace8
}

.btn-fourth.btn-outline.is-active {
    color: #fff;
    background-color: #6e9842;
    border-color: #6e9842
}

.btn-fifth.btn-outline.is-active {
    color: #fff;
    background-color: #f16521;
    border-color: #f16521
}

.btn-sixth.btn-outline.is-active {
    color: #fff;
    background-color: #e21664;
    border-color: #e21664
}

.btn-seventh.btn-outline.is-active {
    color: #fff;
    background-color: #c9242b;
    border-color: #c9242b
}

.btn-eighth.btn-outline.is-active {
    color: #fff;
    background-color: #9e1f5e;
    border-color: #9e1f5e
}

.btn-ninth.btn-outline.is-active {
    color: #fff;
    background-color: #dd6227;
    border-color: #dd6227
}

.btn-tenth.btn-outline.is-active {
    color: #fff;
    background-color: #80298f;
    border-color: #80298f
}

.btn-success.btn-outline.is-active {
    color: #fff;
    background-color: #05e509;
    border-color: #05e509
}

.btn-danger.btn-outline.is-active {
    color: #fff;
    background-color: #fe1a16;
    border-color: #fe1a16
}

.btn-info.btn-outline.is-active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-warning.btn-outline.is-active {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-grey.btn-outline.is-active {
    color: #fff;
    background-color: #838689;
    border-color: #838689
}

.btn-dark.btn-outline.is-active {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-light.btn-outline.is-active {
    color: #fff;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-black.btn-outline.is-active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-white.btn-outline.is-active {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.btn-text.btn-outline.is-active {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.btn-link.btn-outline.is-active {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn.primary:focus,
.btn.primary:hover,
a.primary:focus,
a.primary:hover {
    background: #001489;
    color: #ffffff;
}

.btn.secondary:focus,
.btn.secondary:hover,
a.secondary:focus,
a.secondary:hover {
    color: #009f8c
}

.btn.tertiary:focus,
.btn.tertiary:hover,
a.tertiary:focus,
a.tertiary:hover {
    color: #0099cf
}

.btn.fourth:focus,
.btn.fourth:hover,
a.fourth:focus,
a.fourth:hover {
    color: #47632b
}

.btn.fifth:focus,
.btn.fifth:hover,
a.fifth:focus,
a.fifth:hover {
    color: #ba450c
}

.btn.sixth:focus,
.btn.sixth:hover,
a.sixth:focus,
a.sixth:hover {
    color: #9c0f45
}

.btn.seventh:focus,
.btn.seventh:hover,
a.seventh:focus,
a.seventh:hover {
    color: #88181d
}

.btn.eighth:focus,
.btn.eighth:hover,
a.eighth:focus,
a.eighth:hover {
    color: #5e1238
}

.btn.ninth:focus,
.btn.ninth:hover,
a.ninth:focus,
a.ninth:hover {
    color: #9f4419
}

.btn.tenth:focus,
.btn.tenth:hover,
a.tenth:focus,
a.tenth:hover {
    color: #4b1854
}

.btn.success:focus,
.btn.success:hover,
a.success:focus,
a.success:hover {
    color: #039a06
}

.btn.danger:focus,
.btn.danger:hover,
a.danger:focus,
a.danger:hover {
    color: #c70401
}

.btn.info:focus,
.btn.info:hover,
a.info:focus,
a.info:hover {
    color: #0f6674
}

.btn.warning:focus,
.btn.warning:hover,
a.warning:focus,
a.warning:hover {
    color: #ba8b00
}

.btn.grey:focus,
.btn.grey:hover,
a.grey:focus,
a.grey:hover {
    color: #6a6d6f
}

.btn.dark:focus,
.btn.dark:hover,
a.dark:focus,
a.dark:hover {
    color: #0d0d0d
}

.btn.light:focus,
.btn.light:hover,
a.light:focus,
a.light:hover {
    color: #d1d1d1
}

.btn.black:focus,
.btn.black:hover,
a.black:focus,
a.black:hover {
    color: #000
}

.btn.white:focus,
.btn.white:hover,
a.white:focus,
a.white:hover {
    background: #fff;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.btn.text:focus,
.btn.text:hover,
a.text:focus,
a.text:hover {
    color: #404040
}

.btn.link:focus,
.btn.link:hover,
a.link:focus,
a.link:hover {
    color: #0d0d0d
}

.bg-primary {
    background-color: #1a3a87
}

.bg-secondary {
    background-color: #00b8a3
}

.bg-tertiary {
    background-color: #00ace8
}

.bg-fourth {
    background-color: #6e9842
}

.bg-fifth {
    background-color: #f16521
}

.bg-sixth {
    background-color: #e21664
}

.bg-seventh {
    background-color: #c9242b
}

.bg-eighth {
    background-color: #9e1f5e
}

.bg-ninth {
    background-color: #dd6227
}

.bg-tenth {
    background-color: #80298f
}

.bg-success {
    background-color: #05e509
}

.bg-danger {
    background-color: #fe1a16
}

.bg-info {
    background-color: #17a2b8
}

.bg-warning {
    background-color: #ffc107
}

.bg-grey {
    background-color: #838689
}

.bg-dark {
    background-color: #333
}

.bg-light {
    background-color: #f7f7f7
}

.bg-black {
    background-color: #000
}

.bg-white {
    background-color: #fff
}

.border-primary {
    border-color: #1a3a87
}

.border-secondary {
    border-color: #00b8a3
}

.border-tertiary {
    border-color: #00ace8
}

.border-fourth {
    border-color: #6e9842
}

.border-fifth {
    border-color: #f16521
}

.border-sixth {
    border-color: #e21664
}

.border-seventh {
    border-color: #c9242b
}

.border-eighth {
    border-color: #9e1f5e
}

.border-ninth {
    border-color: #dd6227
}

.border-tenth {
    border-color: #80298f
}

.border-success {
    border-color: #05e509
}

.border-danger {
    border-color: #fe1a16
}

.border-info {
    border-color: #17a2b8
}

.border-warning {
    border-color: #ffc107
}

.border-grey {
    border-color: #838689
}

.border-dark {
    border-color: #333
}

.border-light {
    border-color: #f7f7f7
}

.border-black {
    border-color: #000
}

.border-white {
    border-color: #fff
}

hr.dashed {
    border-style: dashed none none
}

hr.primary {
    color: #1a3a87
}

hr.secondary {
    color: #00b8a3
}

hr.tertiary {
    color: #00ace8
}

hr.fourth {
    color: #6e9842
}

hr.fifth {
    color: #f16521
}

hr.sixth {
    color: #e21664
}

hr.seventh {
    color: #c9242b
}

hr.eighth {
    color: #9e1f5e
}

hr.ninth {
    color: #dd6227
}

hr.tenth {
    color: #80298f
}

* {
    outline: none;
    outline: 0;
    box-sizing: border-box
}

html {
    height: 100%
}

body,
html {
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
}

ol,
ul {
    margin: 0;
    margin-bottom: .5em
}

ol li,
ul li {
    margin: 0;
    margin-left: 1em;
    padding: 0;
    line-height: 1.2
}

ol ol {
    list-style-type: lower-roman
}

a,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: none;
    outline: 0
}

a:visited {
    color: inherit
}

a:not(.btn) {
    /*font-size: 18px;*/
    line-height: 1.2;
    color: #00b8a3
}

a:not(.btn):focus,
a:not(.btn):hover {
    color: #404040
}

a.white {
    color: #ffffff;
}

a.white:hover {
    text-decoration: underline;
}

p {
    font-family: 'Gotham', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 30px;
}

p a:not(.btn),
p a:not(.btn):focus,
p a:not(.btn):hover,
p a:not(.btn):visited {
    text-decoration: underline
}

button,
input,
textarea,
option,
select {
    font-size: 16px;
}

option,
select {
    padding: 5px 10px;
    -webkit-appearance: revert !important;
    appearance: revert !important;
}

input.wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
    padding: 5px 15px;
}

@media (max-width:767px) {
    button,
    input,
    textarea {
        font-size: 16.2px;
        line-height: 1
    }
}

select::-ms-expand {
    display: none
}

option,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 18px;
    line-height: 1.2
}

option,
option:active,
option:focus,
option:hover,
select,
select:active,
select:focus,
select:hover {
    outline: none;
    outline: 0
}

::-webkit-input-placeholder {
    color: #333
}

:-moz-placeholder,
::-moz-placeholder {
    color: #333
}

:-ms-input-placeholder {
    color: #333
}

.placeholder {
    color: #333
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.2;
    margin-bottom: .25em
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

.h1,
h1 {
    font-size: 34px;
    line-height: 1
}

.h2,
h2 {
    font-size: 28px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 22px
}

.h5,
h5 {
    font-size: 20px
}

.h6,
h6 {
    font-size: 18px
}

@media (max-width:767px) {
    .h1,
    h1,
    .left-bar h1, 
    .right-bar h1 {
        font-size: 24px !important;
    }
    .h2,
    h2 {
        font-size: 24px !important;
    }
    .h3,
    h3 {
        font-size: 24px !important;
    }
    .h4,
    h4 {
        font-size: 20px !important;
    }
    .h5,
    h5 {
        font-size: 20px !important;
    }
    .h6,
    h6 {
        font-size: 18px !important;
    }
}

a,
p {
    font-size: 16px;
    line-height: 1.4
}

/*@media (max-width:767px) {
    a,
    p {
        font-size: 16.2px
    }
    }*/

    p>a {
        color: inherit;
        font-size: inherit
    }

    .site-content {
        min-height: 90vh;
        position: relative;
        z-index: 0
    }

    .modal-fix-bg {
        pointer-events: none
    }

    .modal-fix-bg * {
        pointer-events: auto
    }

    .breadcrumb-plain {
        background: none;
        padding: 8px 0
    }

    .breadcrumb-plain>li.active {
        font-weight: 700
    }

    ul.numberic {
        margin-left: 1em
    }

    ul.numberic li {
        list-style-type: decimal;
        padding-left: 1em
    }

    .table-borderless>tbody>tr>td {
        border-top: none;
        padding-top: 2px;
        padding-bottom: 2px
    }

    .contents-order li {
        color: #333;
        margin: 0;
        margin-left: 2em;
        padding: 0 0 0 30px;
        line-height: 1.5;
        margin-bottom: 10px
    }

    @media (max-width:767px) {
        .contents-order li {
            margin-left: 1.5em;
            padding: 0 0 0 20px;
            line-height: 1.4
        }
    }

    footer .footer-logo {
        height: auto;
        max-width: 140px
    }

    @media (max-width:767px) {
        footer .links {
            margin-bottom: 0
        }
    }

    footer .links li {
        list-style-type: none
    }

    footer .links li:last-child {
        margin-bottom: 0
    }

    footer .links li a {
        color: #fff;
        display: block;
        padding-bottom: 20px
    }

    @media (max-width:767px) {
        footer .links li a {
            padding-bottom: 32px
        }
    }

    footer .links li a:hover {
        background: none;
        color: #00b8a3;
        font-weight: unset;
    }

    footer .border-right {
        border-right: 1px solid hsla(0, 0%, 100%, .5);
        min-height: 166px
    }

    @media (max-width:767px) {
        footer .border-right {
            border-right: 0;
            min-height: auto
        }
    }

    footer .social-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    footer .social-list li {
        margin: 0
    }

    footer .social-list li a {
        color: #fff;
        display: inline;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 10px 14px;
        margin: 0 5px
    }

    footer .social-list li a:hover {
        color: #00b8a3;
        border-color: #00b8a3
    }

    footer .social-list li a .fa-facebook {
        padding: 0 3px
    }

    .scroll-top {
        height: 60px!important;
        width: 60px!important;
        transition: all 1s ease!important
    }

    @media (max-width:767px) {
        .scroll-top {
            height: 40px!important;
            width: 40px!important;
            right: 15px!important;
            bottom: 15px!important
        }
    }

    .scroll-top .details {
        border-radius: 3px;
        background-color: #1a3a87;
        transition: all .5s ease;
        height: 100%;
        width: 100%
    }

    .scroll-top .details i {
        font-size: 40px;
        color: #fff
    }

    @media (max-width:767px) {
        .scroll-top .details i {
            font-size: 28px
        }
    }

    .scroll-top .details .collapse p {
        font-size: 14px!important
    }

    .scroll-top.active {
        bottom: 60px!important;
        transition: all .5s ease
    }

    @media (max-width:767px) {
        .scroll-top.active {
            bottom: 15px!important
        }
    }

    .scroll-top.active .details {
        background-color: #00b8a3
    }

    .scroll-top.active .details i {
        color: #fff
    }

    .scroll-top .collapse p {
        font-size: 14px!important
    }

    header .navbar {
        margin-bottom: 0;
    }

    header .navbar-main {
        padding: 10px 0;
        background-color: hsla(0, 0%, 100%, .5);
        border-bottom: 2px solid rgba(26, 58, 135, 1);
        /*-webkit-transform: translateZ(0);
        transform: translateZ(0);
        transition: background .3s ease, padding .5s ease, border .3s ease*/
    }

    @media (max-width:991px) {
        header .navbar-main {
            padding-top: 0!important;
            padding-bottom: 0!important;
            top: 0!important
        }
    }

    header .navbar-main.active {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #fff;
        border-bottom: 2px solid #1a3a87
    }

    header .navbar-main .navbar-right li a {
        color: #1a3a87;
        /*text-transform: uppercase;*/
        line-height: 16px;
        padding: 10px;
        transition: color .3s ease
    }

    header .navbar-main .navbar-right li a:focus,
    header .navbar-main .navbar-right li a:hover {
        background-color: transparent;
        color: #00b8a3
    }

    @media (max-width:991px) {
        header .navbar-main {
            padding-top: 0;
            padding-bottom: 0
        }
    }

    header .navbar-brand {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    @media (max-width:991px) {
        header .navbar-brand {
            padding: 8px
        }
    }

    header .navbar-search,
    header .navbar-toggle {
        font-size: 20px;
        margin-top: 4px;
        margin-bottom: 5px
    }

    header .navbar-search {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-right: 0;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px
    }

    header .toggle-lang button {
        border: 0;
        font-size: 13px;
        font-weight: 700;
        text-transform: capitalize;
        padding: 4px 10px;
        color: #1a3a87;
        background-color: transparent!important
    }

    @media (max-width:991px) {
        header .toggle-lang button {
            font-size: 24px;
            margin: 8px 0
        }
    }

    header .toggle-lang button:focus,
    header .toggle-lang button:hover {
        color: #00b8a3
    }

    @media (min-width:768px) and (max-width:991px) {
        header .toggle-lang a {
            margin-top: 20px;
            position: relative;
            width: 100%;
            display: block
        }
        header .toggle-lang a i {
            font-size: 32px;
            position: absolute;
            top: 0;
            right: 0
        }
    }

    @media (max-width:767px) {
        header .toggle-lang a {
            margin-top: 5px;
            position: relative;
            width: 100%;
            display: block
        }
        header .toggle-lang a i {
            font-size: 24px;
            position: absolute;
            top: 0;
            right: 0
        }
    }

    @media (max-width:991px) {
        header #primary-menu {
            margin: 0;
            padding: 0;
            overflow-x: hidden;
            max-height: calc(100vh - 60px)
        }
    }

    header #menu-primary>li {
        padding-top: 5px;
        padding-bottom: 10px
    }

    @media (max-width:991px) {
        header #menu-primary>li {
            margin-left: 15px;
            margin-right: 15px;
            padding-top: 4px;
            padding-bottom: 4px
        }
    }

    header #menu-primary>li.is-active>a {
        border-bottom: 2px solid #00b8a3
    }

    @media (max-width:991px) {
        header #menu-primary>li.is-active>a {
            color: #00b8a3
        }
    }

    header #menu-primary>li>a {
        font-size: 14px;
        font-weight: 600;
        padding: 5px 0;
        display: inline-block;
        background-color: transparent
    }

    @media (min-width:992px) and (max-width:1199px) {
        header #menu-primary>li>a {
            font-size: 13px
        }
    }

    @media (max-width:991px) {
        header #menu-primary>li>a {
            display: inline-block;
            font-size: 20px;
            padding: 10px 0
        }
    }

    @media (max-width:991px) {
        header #menu-primary>li .dropdown-toggle {
            display: inline-block
        }
    }

    @media (max-width:767px) {
        header #menu-primary .nav-button {
            margin-top: 5px
        }
    }

    header #menu-primary .nav-button a {
        text-align: center;
        border: 1px solid #1a3a87;
        border-radius: 20px;
        padding: 6px 20px
    }

    @media (max-width:991px) {
        header #menu-primary .nav-button a {
            padding: 20px;
            border-radius: 32px
        }
    }

    header #menu-primary .nav-button a:focus,
    header #menu-primary .nav-button a:hover {
        background-color: #00b8a3;
        border-color: #00b8a3;
        color: #fff
    }

    @media (max-width:991px) {
        header #menu-primary .nav-button a {
            display: block
        }
    }

    header #menu-primary .nav-button.is-active>a {
        background-color: #00b8a3;
        border-color: #00b8a3;
        color: #fff
    }

    @media (max-width:991px) {
        header #menu-primary .E-main_search--icon {
            display: none
        }
    }

    @media (min-width:992px) {
        header #menu-primary .dropdown-toggle {
            visibility: hidden;
            display: none
        }
    }

    @media (max-width:991px) {
        header #menu-primary .dropdown-toggle {
            background-color: transparent;
            border: 0;
            box-shadow: none;
            color: #1a3a87
        }
    }

    header #menu-primary .dropdown-menu {
        background-color: transparent!important;
        box-shadow: none;
        border: 0
    }

    @media (min-width:992px) {
        header #menu-primary .dropdown-menu {
            position: absolute;
            top: 30px;
            left: -15px;
            right: auto;
            visibility: hidden;
            display: block!important
        }
        header #menu-primary .dropdown-menu:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: transparent
        }
        header #menu-primary .dropdown-menu>li {
            position: relative;
            margin: 0;
            padding: 0 5px;
            background-color: transparent!important
        }
        header #menu-primary .dropdown-menu>li a {
            font-size: 13px;
            font-weight: 700;
            text-transform: capitalize;
            padding: 4px 10px;
            background-color: transparent!important
        }
    }

    @media (min-width:992px) and (max-width:767px) {
        header #menu-primary .dropdown-menu>li a {
            font-size: 22px
        }
    }

    @media (max-width:991px) {
        header #menu-primary .dropdown-menu {
            float: none;
            position: relative
        }
        header #menu-primary .dropdown-menu>li {
            margin-left: 0
        }
        header #menu-primary .dropdown-menu>li a {
            font-size: 13px;
            font-weight: 700;
            text-transform: capitalize;
            padding: 4px 10px;
            background-color: transparent!important
        }
    }

    header #menu-primary .navbar-offset {
        display: none;
        visibility: hidden
    }

    @media (min-width:992px) {
        header #menu-primary>li.dropdown:focus>a,
        header #menu-primary>li.dropdown:hover>a {
            border-bottom: 2px solid #00b8a3
        }
        header #menu-primary>li.dropdown:focus .dropdown-menu,
        header #menu-primary>li.dropdown:focus .navbar-offset,
        header #menu-primary>li.dropdown:hover .dropdown-menu,
        header #menu-primary>li.dropdown:hover .navbar-offset {
            display: block;
            visibility: visible
        }
    }

    @media (max-width:991px) {
        header .navbar-header {
            float: none
        }
        header .navbar-left,
        header .navbar-right {
            float: none!important
        }
        header .navbar-toggle {
            display: block
        }
        header .navbar-collapse {
            border-top: 1px solid transparent
        }
        header .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px
        }
        header .navbar-collapse.collapse {
            display: none!important
        }
        header .navbar-nav {
            float: none!important;
            margin-top: 7.5px;
            margin-bottom: 7.5px
        }
        header .navbar-nav>li {
            float: none
        }
        header .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px
        }
        header .collapse.in {
            display: block!important
        }
    }

    .mobile-overlay {
        background-color: #fff!important;
        height: 100%
    }

    .mobile-overlay .navbar-header .navbar-toggle i,
    .mobile-overlay .navbar-header navbar-search i {
        color: #1a3a87!important
    }

    .mobile-overlay .navbar-header .navbar-nav li a {
        font-size: 32px!important
    }

    * {
        margin: 0;
        padding: 0
    }

    #nav-icon {
        width: 26px;
        height: 20px;
        position: relative;
        margin: 2px auto 0;
        transition: .5s ease-in-out;
        cursor: pointer
    }

    #nav-icon,
    #nav-icon span {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #1a3a87;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transition: .25s ease-in-out
    }

    #nav-icon span:first-child {
        top: 0
    }

    #nav-icon span:nth-child(2) {
        top: 8px
    }

    #nav-icon span:nth-child(3) {
        top: 16px
    }

    #nav-icon.active span:first-child {
        top: 8px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    #nav-icon.active span:nth-child(2) {
        opacity: 0;
        left: -20px
    }

    #nav-icon.active span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .E-main_search--search-page {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        line-height: 15px!important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .E-main_search--search-page i {
        font-size: 15px
    }

    section {
        background-color: #fff;
        position: relative
    }

    section.full {
        min-height: 100vh
    }

    section .inner {
        padding-top: 50px;
        padding-bottom: 50px
    }

    @media (max-width:767px) {
        section .inner {
            padding-top: 50px;
            padding-bottom: 50px
        }
    }

    section.flex-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 0;
        right: 0
    }

    @media (min-width:768px) {
        .container-half {
            width: 375px
        }
    }

    @media (min-width:992px) {
        .container-half {
            width: 485px
        }
    }

    @media (min-width:1200px) {
        .container-half {
            width: 585px
        }
    }

    @media (min-width:768px) {
        .container-quarter {
            width: 250px
        }
    }

    @media (min-width:992px) {
        .container-quarter {
            width: 323.333333333px
        }
    }

    @media (min-width:1200px) {
        .container-quarter {
            width: 390px
        }
    }

    .has-sidebar .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    @media (max-width:767px) {
        .has-sidebar .wrapper {
            -ms-flex-flow: column wrap;
            flex-flow: column wrap
        }
    }

    .has-sidebar .wrapper>main {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3
    }

    @media (max-width:991px) {
        .has-sidebar .wrapper>main {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }
    }

    .has-sidebar .wrapper>aside {
        width: 385px;
        padding-left: 30px
    }

    @media (max-width:991px) {
        .has-sidebar .wrapper>aside {
            width: 100%;
            padding-left: 0
        }
    }

    .help-block li {
        margin: 0;
        font-size: 16.2px
    }

    .entry-content h1:first-child,
    .entry-content h2:first-child,
    .entry-content h3:first-child,
    .entry-content h4:first-child,
    .entry-content h5:first-child,
    .entry-content h6:first-child {
        margin-top: 0
    }

    .entry-content ol,
    .entry-content ul {
        margin: 0 0 1.75em 1.25em;
        padding: 0
    }

    .entry-content ul {
        list-style: disc
    }

    .entry-content ol {
        list-style: decimal;
        margin-left: 1.5em
    }

    .entry-content li>ol,
    .entry-content li>ul {
        margin-bottom: 0
    }

    .entry-content dl {
        margin: 0 0 1.75em
    }

    .entry-content dt {
        font-weight: 700
    }

    .entry-content dd {
        margin: 0 0 1.75em
    }

    .entry-content img {
        height: auto;
        max-width: 100%;
        vertical-align: middle
    }

    .entry-content del {
        opacity: .8
    }

    .entry-content table,
    .entry-content td,
    .entry-content th {
        border: 1px solid #d1d1d1
    }

    .entry-content table {
        border-collapse: separate;
        border-spacing: 0;
        border-width: 1px 0 0 1px;
        margin: 0 0 1.75em;
        table-layout: fixed;
        width: 100%
    }

    .entry-content caption,
    .entry-content td,
    .entry-content th {
        font-weight: 400;
        text-align: left
    }

    .entry-content th {
        font-weight: 700
    }

    .entry-content td,
    .entry-content th {
        border-width: 0 1px 1px 0
    }

    .entry-content td,
    .entry-content th {
        padding: .4375em
    }

    .entry-content .author-title {
        clear: none;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.75;
        margin: 0
    }

    .comment-content>:last-child,
    .entry-content>:last-child,
    .entry-content [class*=col-],
    .entry-summary>:last-child,
    .page-content>:last-child,
    .textwidget>:last-child,
    body:not(.search-results) .entry-summary>:last-child {
        margin-bottom: 0
    }

    .entry-content p {
        line-height: 1.4!important
    }

    .entry-content a:not(.btn) {
        color: #00b8a3!important
    }

    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
        line-height: 1.4!important;
        margin: 0
    }

    .entry-content ol,
    .entry-content ul {
        display: inline-block
    }

    .entry-content ol li,
    .entry-content ul li {
        line-height: 1.4;
        padding: 5px 0 5px 20px
    }

    .entry-content img {
        margin: 0
    }

    .entry-content img.aligncenter {
        display: block;
        float: none;
        clear: both;
        margin: 15px auto
    }

    .entry-content img.alignright {
        float: right;
        display: inline-block
    }

    .entry-content img.alignleft {
        float: left;
        display: inline-block
    }

    .entry-content img.alignnone {
        display: inline-block
    }

    .entry-content blockquote {
        border-left: 0
    }

    .entry-content blockquote:before {
        content: "\201C";
        color: #1a3a87;
        font-size: 64px;
        position: absolute;
        left: 10px;
        top: -10px
    }

    .entry-content .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0
    }

    .entry-content .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .title-box i {
        font-size: 21px;
        margin: auto
    }

    .title-box p {
        font-size: 20px
    }

    @media (max-width:767px) {
        .title-box p {
            font-size: 17px
        }
    }

    .ticket-box {
        border: 2px solid #1a3a87;
        border-radius: 3px;
        border-style: dashed
    }

    .C-bgimage {
        background-repeat: no-repeat
    }

    .C-bgimage,
    .C-bgimage.align-c {
        background-position: 50%
    }

    .C-bgimage.align-t {
        background-position: top
    }

    .C-bgimage.align-b {
        background-position: bottom
    }

    .C-bgimage.contain {
        background-size: contain
    }

    .C-bgimage.cover {
        background-size: cover
    }

    .C-iframe_facebook {
        background-color: #000;
        position: relative;
        height: 100vh;
        width: 100%;
        padding: 0;
        margin: 0
    }

    .C-iframe_facebook.responsive {
        padding-bottom: 56.25%;
        padding-top: 0;
        height: 0;
        width: auto
    }

    .C-iframe_facebook iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .C-iframe_youtube {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0;
        height: 0
    }

    .C-iframe_youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .C-map_location {
        position: relative
    }

    .C-map_location--mapping {
        height: 600px
    }

    @media (max-width:767px) {
        .C-map_location--mapping {
            height: 200px
        }
    }

    @media only screen and (min-device-width:768px) and (max-device-width:1199px) {
        .C-map_location--mapping {
            height: 400px
        }
    }

    .C-map_location--mapping.affix {
        top: 90px;
        left: 0;
        right: 0;
        z-index: 100
    }

    @media (min-width:768px) {
        .C-map_location--mapping.affix {
            position: relative!important;
            top: auto!important;
            left: auto!important;
            right: auto!important
        }
    }

    .C-map_location--mapping.affix .C-map_location--mapping--video {
        margin-top: 250px
    }

    @media (min-width:768px) {
        .C-map_location--mapping.affix .C-map_location--mapping--video {
            margin-top: auto!important
        }
    }

    .C-map_location--listing .inside {
        height: 522px;
        overflow-x: hidden;
        overflow-y: auto
    }

    @media (max-width:767px) {
        .C-map_location--listing .inside {
            height: auto;
            padding: 0
        }
    }

    @media only screen and (min-device-width:768px) and (max-device-width:1199px) {
        .C-map_location--listing .inside {
            height: 322px
        }
    }

    .C-map_location--details {
        border: 0!important;
        color: #656565
    }

    .C-map_location--details a,
    .C-map_location--details p {
        font-size: 14px
    }

    @media (max-width:767px) {
        .C-map_location--details a,
        .C-map_location--details p {
            font-size: 12px;
            line-height: 1.3
        }
    }

    .C-map_location--details-foot {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end
    }

    .C-map_location--contact span:last-child>i,
    .C-map_location--fax span:last-child>i {
        display: none
    }

    .C-map_location--search {
        color: #434343;
        border: 0;
        border-bottom: 2px solid #ccc;
        margin-top: 20px!important;
        width: 96%!important;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        background: transparent!important;
        box-shadow: none!important;
        border-radius: 0!important
    }

    .C-map_location--search::-ms-clear {
        display: none
    }

    .C-map_location--search:focus {
        border-bottom-color: #00b8a3
    }

    @media (max-width:767px) {
        .C-map_location--search {
            margin-top: 0!important;
            font-size: 16px!important;
            line-height: 1
        }
    }

    .C-map_location--search-area {
        border-radius: 0!important;
        position: relative;
        background-color: #f9f9f9;
        padding: 0;
        padding-left: 20px;
        border: 0;
        width: auto
    }

    @media (min-width:992px) {
        .C-map_location--search-area {
            padding-left: 30px
        }
    }

    .C-map_location--search-area.affix {
        position: fixed;
        top: 56px;
        z-index: 101
    }

    .C-map_location--search-icon {
        font-size: 20px;
        position: absolute;
        right: 115px;
        top: 20px
    }

    @media (max-width:767px) {
        .C-map_location--search-icon {
            font-size: 16px;
            top: 10px
        }
    }

    .C-map_location--searchbtn {
        height: 78px;
        width: 90px!important;
        padding-left: 20px;
        padding-right: 20px;
        color: #434343!important;
        background-color: #ebebeb;
        border: 0;
        cursor: pointer;
        box-shadow: none!important
    }

    @media (max-width:767px) {
        .C-map_location--searchbtn {
            width: 50px;
            height: 45px
        }
    }

    .C-map_location--points .panel {
        box-shadow: none
    }

    .C-map_location--points p:first-child {
        padding-top: 10px
    }

    .C-map_location--state_name {
        padding-top: 30px;
        padding-right: 15px;
        text-transform: uppercase;
        padding-left: 15px;
        font-size: 110%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    @media (min-width:992px) {
        .C-map_location--state_name {
            padding-left: 30px;
            padding-right: 40px
        }
    }

    .C-map_location--point_item {
        margin: 0!important;
        background-color: color-app("#fff");
        border-radius: 0!important;
        border-top: 1px solid #f7f7f7
    }

    .C-map_location--point_item:first-child {
        border-top: 0
    }

    .C-map_location--point_item:last-child {
        border-bottom: 1px solid #f7f7f7
    }

    @media (max-width:767px) {
        .C-map_location--point_item:last-child {
            border-bottom: 0
        }
    }

    .C-map_location--point_item .collapse.in {
        background-color: #fff
    }

    .C-map_location--point_item .panel-heading {
        padding: 0
    }

    .C-map_location--point_item .panel-body {
        border: 0!important;
        margin: 0 35px;
        padding: 0
    }

    .C-map_location--collapse {
        padding: 20px 35px;
        background-color: #fff;
        font-weight: 700;
        color: #434343;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .C-map_location--collapse-icons {
        float: right;
        line-height: 1.5;
        position: absolute;
        right: 20px;
        top: 25px;
        font-size: 21px
    }

    .C-map_location--collapse.collapsed .C-map_location--collapse-icons_open {
        display: inline-block
    }

    .C-map_location--collapse-icons_open,
    .C-map_location--collapse.collapsed .C-map_location--collapse-icons_close {
        display: none
    }

    .C-map_location--collapse-icons_close {
        display: inline-block
    }

    .C-scroll_balloon {
        z-index: 10002;
        padding: 0;
        text-align: center;
        position: fixed;
        cursor: pointer;
        width: 60px;
        height: 60px
    }

    @media (max-width:767px) {
        .C-scroll_balloon {
            width: 40px;
            height: 40px
        }
    }

    .C-scroll_balloon.p_b {
        bottom: 10px
    }

    .C-scroll_balloon.p_t {
        top: 10px
    }

    .C-scroll_balloon.p_r {
        right: -120px
    }

    @media (max-width:767px) {
        .C-scroll_balloon.p_r {
            right: -80px
        }
    }

    .C-scroll_balloon.p_r.in {
        right: 10px
    }

    .C-scroll_balloon.p_l {
        left: -120px
    }

    @media (max-width:767px) {
        .C-scroll_balloon.p_l {
            left: -80px
        }
    }

    .C-scroll_balloon.p_l.in {
        left: 10px
    }

    .C-scroll_balloon.animation.p_r {
        transition: right .4s ease-out
    }

    .C-scroll_balloon.animation.p_l {
        transition: left .4s ease-out
    }

    .C-video_looper {
        font-size: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0
    }

    .C-video_looper--area {
        position: relative;
        overflow: hidden
    }

    .C-video_looper--video {
        display: block;
        position: relative;
        font-size: 0;
        width: 100%;
        height: auto;
        vertical-align: middle
    }

    .C-video_looper--desktop {
        display: none;
        width: 100%
    }

    @media (min-width:768px) {
        .C-video_looper--desktop {
            display: block
        }
    }

    .C-video_looper--mobile {
        display: none;
        width: 100%;
        height: 100%
    }

    @media (max-width:767px) {
        .C-video_looper--mobile {
            display: block
        }
    }

    .C-video_looper--mobile-img {
        width: 100%;
        height: 100%;
        display: block;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat
    }

    .C-video_looper.bg .C-video_looper--video {
        position: fixed;
        left: inherit;
        top: inherit;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .vue-animation .fade-enter-active {
        transition: opacity .5s ease .3s
    }

    .vue-animation .fade-leave-active {
        transition: opacity .2s
    }

    .vue-animation .fade-enter,
    .vue-animation .fade-leave-to {
        opacity: 0
    }

    .E-application-form--profileimg {
        position: relative;
        text-align: center
    }

    .E-application-form--profileimg.has-media .E-application-form--profileimg-wrapper {
        border: 2px solid #e1e1e1
    }

    .E-application-form--profileimg.has-media .E-application-form--profileimg-icon,
    .E-application-form--profileimg.has-media .E-application-form--profileimg-txt1 {
        display: none
    }

    .E-application-form--profileimg.has-loading .E-application-form--profileimg-wrapper {
        border: 2px solid #e1e1e1
    }

    .E-application-form--profileimg.has-loading .E-application-form--profileimg-icon,
    .E-application-form--profileimg.has-loading .E-application-form--profileimg-txt1 {
        display: none
    }

    .E-application-form--profileimg.has-loading .E-application-form--profileimg-loading {
        display: block
    }

    .E-application-form--profileimg-wrapper {
        border: 4px dashed #e1e1e1;
        cursor: pointer
    }

    .E-application-form--profileimg-loading {
        display: none;
        margin-left: -30px;
        margin-top: -50px
    }

    .E-application-form--profileimg-icon,
    .E-application-form--profileimg-loading {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #d1d1d1
    }

    .E-application-form--profileimg-icon {
        font-size: 100px;
        margin-top: -20px
    }

    .E-application-form--profileimg-txt1 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: 50px
    }

    .E-application-form--profileimg-input {
        position: absolute;
        left: -999em;
        opacity: .00001
    }

    .E-application-form--attachment {
        position: relative
    }

    .E-application-form--attachment-input {
        position: absolute;
        left: -999em;
        opacity: .00001
    }

    .E-application-form--attachment-txt {
        padding-top: 8px;
        margin-left: 80px;
        width: calc(100% - 80px)
    }

    @media (max-width:767px) {
        .E-application-form--attachment-txt {
            margin-left: 70px;
            width: calc(100% - 70px)
        }
    }

    .E-application-form--attachment-txt h6 {
        width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .E-application-form--attachment-icon {
        height: 65px;
        width: 65px;
        border-radius: 50%;
        position: absolute
    }

    @media (min-width:768px) and (max-width:991px) {
        .E-application-form--attachment-icon {
            height: 60px;
            width: 60px
        }
    }

    @media (max-width:767px) {
        .E-application-form--attachment-icon {
            height: 55px;
            width: 55px
        }
    }

    .E-application-form--attachment-icon i {
        font-size: 32px
    }

    .E-application-form .input-term {
        margin: 0;
        margin-right: 10px;
        vertical-align: middle
    }

    .tgl {
        display: none!important
    }

    .tgl,
    .tgl *,
    .tgl+.tgl-btn,
    .tgl:after,
    .tgl:after,
    .tgl:before,
    .tgl:before {
        box-sizing: border-box
    }

    .tgl::-moz-selection,
    .tgl:after::-moz-selection,
    .tgl:before::-moz-selection {
        background: #ddd
    }

    .tgl+.tgl-btn::-moz-selection,
    .tgl::-moz-selection,
    .tgl:after::-moz-selection,
    .tgl:before::-moz-selection {
        background: #ddd
    }

    .tgl+.tgl-btn::-moz-selection,
    .tgl::selection,
    .tgl:after::selection,
    .tgl:before::selection {
        background: #ddd
    }

    .tgl::-moz-selection,
    .tgl:after::-moz-selection,
    .tgl:before::-moz-selection {
        background: #ddd
    }

    .tgl::selection,
    .tgl:after::selection,
    .tgl:before::selection {
        background: #ddd
    }

    .tgl+.tgl-btn {
        margin: 0;
        outline: 0;
        display: block;
        width: 4em;
        height: 2em;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .tgl+.tgl-btn::-moz-selection {
        background: #ddd
    }

    .tgl+.tgl-btn::selection {
        background: #ddd
    }

    .tgl+.tgl-btn:after,
    .tgl+.tgl-btn:before {
        content: "";
        position: relative!important;
        display: block;
        width: 50%!important;
        height: 100%!important;
        margin-top: 0!important
    }

    .tgl+.tgl-btn:after {
        left: 0
    }

    .tgl+.tgl-btn:before {
        display: none
    }

    .tgl-light+.tgl-btn {
        background: #ddd;
        border-radius: 2em;
        padding: 2px;
        transition: all .4s ease
    }

    .tgl-light+.tgl-btn:after {
        border-radius: 50%!important;
        background: #fff;
        transition: all .2s ease!important;
        position: relative!important;
        -webkit-transform: scale(1)!important;
        transform: scale(1)!important
    }

    .tgl-light:checked+.tgl-btn {
        background: #9fd6ae
    }

    .tgl-light:checked+.tgl-btn:after {
        left: 50%!important
    }

    .dropdown-toggle {
        min-width: 150px;
        position: relative;
        border: 2px solid #1a3a87;
        text-align: left;
        padding: 5px 15px;
        font-size: 18px;
        text-transform: capitalize
    }

    @media (max-width:767px) {
        .dropdown-toggle {
            width: 100%;
            font-size: 15px;
            padding: 10px 15px
        }
    }

    .dropdown-toggle i {
        /*position: absolute;
        top: 12px;
        right: 15px;*/
        font-size: 20px;
        font-weight: 700
    }

    @media (max-width:767px) {
        .dropdown-toggle i {
            top: 13px;
            font-size: 14px
        }
    }

    .dropdown-filter {
        width: 480px;
        padding: 5px;
        border: 0;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, .25)
    }

    @media (max-width:991px) {
        .dropdown-filter {
            width: 100%
        }
    }

    .dropdown-filter li {
        margin: 0
    }

    .dropdown-filter li a {
        padding: 15px 20px
    }

    .dropdown-filter .tgl-btn {
        width: 3em;
        height: 1.75em;
        padding: 2.5px
    }

    .dropdown-filter .tgl-light:checked+.tgl-btn {
        background-color: #fff;
        border: 1px solid #838689
    }

    .dropdown-filter .tgl-light:checked+.tgl-btn:after {
        background-color: #1a3a87
    }

    .dropdown-filter-small {
        padding: 10px;
        width: 200px
    }

    @media (max-width:767px) {
        .dropdown-filter-small {
            width: 100%
        }
    }

    .dropdown-filter-small li a {
        padding: 5px 20px
    }

    .search-input {
        width: 60%
    }

    @media (min-width:768px) and (max-width:991px) {
        .search-input {
            width: 60%
        }
    }

    @media (max-width:767px) {
        .search-input {
            width: 100%
        }
    }

    .search-input .input-group-addon {
        border: 0;
        background-color: transparent;
        padding: 0 0 0 4px;
        border-bottom: 1px solid #000;
        border-radius: 0
    }

    .search-input .form-control {
        height: 32px;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #1a3a87;
        box-shadow: none;
        background-color: transparent
    }

    .E-feeds--wrapper {
        height: 470px;
        position: relative;
        overflow: hidden
    }

    @media (min-width:992px) and (max-width:1199px) {
        .E-feeds--wrapper {
            height: 450px
        }
    }

    @media (max-width:767px) {
        .E-feeds--wrapper {
            height: auto
        }
    }

    .E-feeds--parent {
        position: relative;
        width: 100%
    }

    .E-feeds--box {
        width: 100%;
        display: block
    }

    .E-feeds--subtext,
    .E-feeds--title {
        white-space: nowrap;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .E-main_search--icon>a>span {
        display: none
    }

    .E-main_search--clear {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        line-height: 15px!important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .E-main_search--clear i {
        font-size: 15px
    }

    .E-main_search--wrapper {
        display: none;
        position: absolute;
        right: -14px;
        top: -2px;
        z-index: 1
    }

    @media (min-width:992px) {
        .E-main_search--wrapper {
            width: 320px
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .E-main_search--wrapper {
            padding-top: 10px;
            position: relative;
            top: auto;
            width: 95%;
            left: 15px
        }
    }

    @media (max-width:767px) {
        .E-main_search--wrapper {
            position: relative;
            padding-top: 10px;
            width: 95%;
            top: auto;
            right: auto
        }
    }

    .E-main_search--wrapper.in {
        display: block;
        margin-top: 12px
    }

    @media (max-width:991px) {
        .E-main_search--wrapper.in {
            margin-top: 0
        }
    }

    .E-main_search--form {
        position: relative
    }

    .E-main_search--input {
        padding-left: 20px;
        padding-right: 30px
    }

    .E-mapwithbox {
        position: relative
    }

    .E-mapwithbox--box.is-desktop {
        box-shadow: 10px 10px 18px rgba(0, 0, 0, .4);
        position: absolute;
        width: 400px;
        right: 50px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .E-mapwithbox--box.is-mobile {
        border-bottom: 2px solid #f7f7f7;
        padding-bottom: 20px
    }

    @media (max-width:767px) {
        .E-mapwithbox--maps {
            height: 250px!important
        }
    }

    .E-tab_nav {
        position: relative
    }

    .E-tab_nav--item a {
        display: inline-block;
        height: 70px;
        line-height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .E-tab_nav--item a>* {
        position: relative;
        height: 70px;
        line-height: 70px
    }

    .E-tab_nav--item a>:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 200px;
        height: 4px;
        background-color: #d1d1d1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: width .2s ease
    }

    @media (max-width:767px) {
        .E-tab_nav--item a>:before {
            width: 0
        }
    }

    .E-tab_nav--item a.is-active {
        background-color: #1a3a87;
        color: #fff
    }

    @media (max-width:767px) {
        .E-tab_nav--item a.is-active {
            background-color: #f7f7f7;
            color: #1a3a87
        }
    }

    .E-tab_nav--item a.is-active>* {
        position: relative;
        width: 75%
    }

    .E-tab_nav--item a.is-active>:before {
        width: 100%;
        background-color: #1a3a87
    }

    .E-tab_nav--social {
        border: 2px solid;
        border-radius: 50%;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 80%
    }

    .E-tab_nav--nav-left,
    .E-tab_nav--nav-right {
        color: #1a3a87;
        cursor: pointer;
        position: absolute;
        text-align: center;
        width: 50px;
        height: 50px;
        line-height: 3.5;
        z-index: 10;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .E-tab_nav--nav-left.slick-disabled,
    .E-tab_nav--nav-right.slick-disabled {
        opacity: .5
    }

    .E-tab_nav--nav-left i,
    .E-tab_nav--nav-right i {
        font-size: 30px
    }

    .E-tab_nav--nav-left {
        left: -15px
    }

    .E-tab_nav--nav-right {
        right: -15px
    }

    .sorttabs {
        list-style: none;
        margin: 0;
        padding: 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px
    }

    .sorttabs li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 10px
    }

    .sorttabs li,
    .sorttabs li:first-child {
        margin-left: 0
    }

    .sorttabs--btn {
        padding: 5px 21px;
        font-size: 15px;
        text-transform: uppercase;
        border-width: 2px
    }

    .sorttabs--btn:hover {
        background-color: color-app("primary")
    }

    .sorttabs--btn.is-active {
        border-color: #1a3a87;
        background-color: #1a3a87;
        color: #fff
    }

    .M-card_event {
        position: relative;
        display: block;
        height: 300px
    }

    @media (max-width:767px) {
        .M-card_event {
            height: 180px
        }
    }

    .M-card_event--content {
        position: absolute;
        left: 20px;
        bottom: 20px;
        right: 20px
    }

    .M-card_event--content-body {
        position: relative;
        overflow: hidden
    }

    .M-card_event--content-date i {
        font-size: 80%
    }

    .M-card_project {
        border-bottom: 4px solid;
        height: auto
    }

    .M-card_project--img {
        height: 230px
    }

    .M-card_project--details_box {
        position: relative;
        height: 200px;
        overflow: hidden
    }

    @media (max-width:767px) {
        .M-card_project--details_box {
            height: auto
        }
    }

    .M-card_project--details_box.is-txtonly {
        height: auto
    }

    .M-card_project--title {
        font-size: 18px;
        font-weight: 700
    }

    #think-carousel-2 .container-box,
    #think-carousel-3 .container-box {
        min-height: 380px
    }

    #think-carousel-2 .container-box.tall,
    #think-carousel-3 .container-box.tall {
        height: 500px
    }

    #think-carousel-2 .owl-nav button,
    #think-carousel-3 .owl-nav button {
        position: absolute;
        top: 35%
    }

    #think-carousel-2 .owl-nav button i,
    #think-carousel-3 .owl-nav button i {
        font-size: 80px;
        color: #1a3a87
    }

    @media (max-width:991px) {
        #think-carousel-2 .owl-nav button i,
        #think-carousel-3 .owl-nav button i {
            color: hsla(0, 0%, 100%, .75);
            font-size: 50px
        }
    }

    #think-carousel-2 .owl-prev,
    #think-carousel-3 .owl-prev {
        left: -60px
    }

    @media (min-width:990px) and (max-width:1260px) {
        #think-carousel-2 .owl-prev,
        #think-carousel-3 .owl-prev {
            left: -35px
        }
    }

    @media (max-width:991px) {
        #think-carousel-2 .owl-prev,
        #think-carousel-3 .owl-prev {
            left: 15px
        }
    }

    #think-carousel-2 .owl-next,
    #think-carousel-3 .owl-next {
        right: -60px
    }

    @media (min-width:990px) and (max-width:1260px) {
        #think-carousel-2 .owl-next,
        #think-carousel-3 .owl-next {
            right: -35px
        }
    }

    @media (max-width:991px) {
        #think-carousel-2 .owl-next,
        #think-carousel-3 .owl-next {
            right: 15px
        }
    }

    .news-box {
        height: 400px
    }

    @media (max-width:767px) {
        .news-box {
            height: 380px
        }
    }

    .owl-dots {
        margin-top: 20px;
        text-align: center
    }

    @media (max-width:767px) {
        .owl-dots {
            margin-top: 10px
        }
    }

    .owl-dot {
        border-radius: 50px;
        height: 10px;
        width: 10px;
        display: inline-block;
        background-color: #b7b9bb;
        margin-left: 5px;
        margin-right: 5px
    }

    .owl-dot.active {
        background: #1a3a87
    }

    .dot-alt>.owl-dots>.owl-dot {
        background-color: #fff
    }

    .dot-alt>.owl-dots>.owl-dot.active {
        background-color: #00b8a3
    }

    .nav-alt>.owl-nav .owl-next i,
    .nav-alt>.owl-nav .owl-prev i {
        color: #fff!important
    }

    .materials {
        border-bottom: 1px solid #838689
    }

    .materials .details-box .element {
        height: 100px
    }

    .materials .details-box .element .circle {
        width: 80px;
        height: 80px;
        background-color: #f7f7f7;
        border-radius: 50%;
        margin: auto
    }

    @media (min-width:768px) and (max-width:991px) {
        .materials .details-box .element .circle {
            width: 60px;
            height: 60px
        }
    }

    .materials .details-box .element .circle i {
        color: #fff;
        font-size: 32px
    }

    @media (min-width:768px) and (max-width:991px) {
        .materials .details-box .element .circle i {
            font-size: 25px
        }
    }

    .materials .details-box .subtext {
        font-style: italic
    }

    .materials .button-icon {
        padding: 0;
        height: 50px;
        width: 50px
    }

    .materials .mobile-button a {
        color: #1a3a87!important
    }

    .materials.materials-primary .details-box .element .circle {
        background-color: #1a3a87
    }

    .materials.materials-secondary .details-box .element .circle {
        background-color: #00b8a3
    }

    .materials.materials-tertiary .details-box .element .circle {
        background-color: #00ace8
    }

    .materials.materials-fourth .details-box .element .circle {
        background-color: #6e9842
    }

    .materials.materials-fifth .details-box .element .circle {
        background-color: #f16521
    }

    .materials.materials-sixth .details-box .element .circle {
        background-color: #e21664
    }

    .materials.materials-seventh .details-box .element .circle {
        background-color: #c9242b
    }

    .materials.materials-eighth .details-box .element .circle {
        background-color: #9e1f5e
    }

    .materials.materials-ninth .details-box .element .circle {
        background-color: #dd6227
    }

    .materials.materials-tenth .details-box .element .circle {
        background-color: #80298f
    }

    .M-gallery {
        position: relative;
        display: block;
        margin-left: -15px;
        margin-right: -15px
    }

    .M-gallery--list {
        padding: 15px
    }

    .M-gallery--area {
        display: block;
        position: relative;
        overflow: hidden
    }

    .M-gallery--img {
        height: 100%;
        width: auto;
        max-width: auto
    }

    .image-icon img {
        display: block;
        margin: 0 auto
    }

    .image-icon img.icon-big {
        height: 140px
    }

    .image-icon img.icon-medium {
        height: 100px
    }

    .image-icon img.icon-small {
        height: 75px
    }

    .M-news_roll {
        position: relative;
        display: block
    }

    .M-news_roll--item {
        list-style: none;
        margin: 0;
        padding-bottom: 30px
    }

    .M-news_roll--wrapper {
        height: 450px;
        position: relative;
        overflow: hidden
    }

    @media (max-width:767px) {
        .M-news_roll--wrapper {
            height: 400px
        }
    }

    .M-news_roll--content a,
    .M-news_roll--content p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 0
    }

    .M-news_roll--content a:focus,
    .M-news_roll--content a:hover {
        color: #fff
    }

    .M-news_roll--btnarea {
        z-index: 1;
        position: absolute;
        height: 40px;
        left: 0;
        right: 0;
        bottom: -50px;
        display: none;
        cursor: pointer;
        color: #fff!important
    }

    .M-news_roll--btnarea:focus,
    .M-news_roll--btnarea:hover {
        color: #fff!important
    }

    @media (max-width:767px) {
        .M-news_roll--btnarea {
            display: block
        }
    }

    .M-news_roll--btnarea i {
        font-size: 25px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    @media (max-width:767px) {
        .M-news_roll--btnarea i {
            top: 22px
        }
    }

    .M-news_roll--bottom,
    .M-news_roll--top {
        position: relative;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .M-partners {
        display: block
    }

    .M-partners,
    .M-subscribe {
        position: relative
    }

    .M-subscribe .pxyl {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
        transition: width .2s ease-out
    }

    .M-subscribe .pxyl:before {
        content: "";
        top: 0;
        bottom: 0;
        border-radius: 4px
    }

    .M-subscribe .pxyl:after,
    .M-subscribe .pxyl:before {
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0;
        z-index: -1
    }

    .M-subscribe .pxyl:after {
        content: attr(data-status);
        font-size: 1.25em;
        top: 50%;
        text-align: center;
        margin-top: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: opacity .2s ease .1s, margin .2s ease .1s
    }

    .M-subscribe .pxyl--input {
        max-width: 100%
    }

    .M-subscribe .pxyl--btn {
        transition: opacity .1s ease, width .1s ease .2s
    }

    .M-subscribe .pxyl.is-done {
        width: 350px
    }

    @media (max-width:767px) {
        .M-subscribe .pxyl.is-done {
            width: 260px
        }
    }

    .M-subscribe .pxyl.is-done:before {
        border: 1px solid #05e509;
        opacity: 1;
        z-index: 10
    }

    .M-subscribe .pxyl.is-done:after {
        color: #05e509;
        opacity: 1;
        z-index: 11;
        margin: 0
    }

    .M-subscribe .pxyl.is-done .pxyl--input {
        opacity: 0
    }

    .M-subscribe .pxyl.is-done .pxyl--btn {
        opacity: 0;
        display: block;
        width: 0
    }

    .M-top_section {
        height: 570px;
        overflow: hidden;
        position: relative;
        transition: height .5s ease
    }

    .M-top_section>.container {
        margin-left: 0;
        margin-right: 0
    }

    .M-top_section .layer {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #1a3a87;
        opacity: 0
    }

    @media (max-width:767px) {
        .M-top_section {
            /*min-height: 320px;*/
            height: 320px;
            background-size: cover
        }
    }

    .M-top_section--youtube-bg {
        background: #000;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0
    }

    .M-top_section--youtube-bg iframe,
    .M-top_section--youtube-fr {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none
    }

    .M-top_section--youtube-fr {
        height: 300%;
        top: -100%
    }

    @media (max-width:1100px) {
        .M-top_section--youtube-fr {
            width: 150%;
            left: -25%
        }
    }

    @media (max-width:767px) {
        .M-top_section h1 {
            font-size: 48px
        }
    }

    .M-workshops .filter-bar .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    @media (max-width:767px) {
        .M-workshops .filter-bar .left {
            display: block
        }
    }

    .M-workshops .filter-bar .left .dropdown-initiative {
        width: 33.3333333333%
    }

    @media (max-width:767px) {
        .M-workshops .filter-bar .left .dropdown-initiative {
            width: 100%
        }
    }

    .M-workshops .filter-bar .left .dropdown-initiative .dropdown-toggle {
        width: 100%
    }

    .M-workshops .filter-bar .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    @media (max-width:767px) {
        .M-workshops .filter-bar .right {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }
    }

    .M-workshops .filter-bar .right i {
        font-size: 21px
    }

    .M-workshops .filter__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        vertical-align: baseline
    }

    .M-workshops .filter__list--left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .M-workshops .filter__list--right {
        width: 50px
    }

    .M-workshops .icon-medium {
        font-size: 28px
    }

    .subtext {
        font-size: 14px
    }

    .bottom-navi {
        list-style-type: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .bottom-navi li {
        margin: 0
    }

    .box {
        border-bottom: 4px solid;
        cursor: pointer
    }

    .box .display-box {
        position: relative
    }

    .box .display-box img {
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%
    }

    .box .display-box .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all .5s ease
    }

    .box .display-box .overlay h5 {
        opacity: 0;
        border-bottom: 2px solid #fff;
        transition: all .5s ease;
        cursor: pointer
    }

    .box .display-box .calendar {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #fff;
        border-radius: 50%;
        height: 60px;
        width: 60px
    }

    .box .display-box .calendar .day {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 0;
        line-height: .8
    }

    .box .display-box .calendar .month {
        font-size: 16px;
        line-height: 1
    }

    .box .display-box .tall {
        height: 260px
    }

    .box .main-info {
        background: #f1f1f1;
        padding: 15px 20px;
        height: 280px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .box .main-info .details .category {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5px
    }

    .box .main-info .details .title {
        /*font-size: 21px;*/
        font-weight: 600;
        /*text-transform: uppercase;*/
        /*margin-bottom: 5px*/
    }

    .box .main-info .details .subtitle {
        font-size: 16px
    }

    .box.box-primary {
        border-color: #1a3a87
    }

    .box.box-primary .display-box .calendar {
        background-color: #1a3a87
    }

    .box.box-primary .main-info .anchor a,
    .box.box-primary .main-info .anchor a i,
    .box.box-primary .main-info .details .category {
        color: #1a3a87
    }

    .box.box-primary:hover .display-box img {
        opacity: .9
    }

    .box.box-primary:hover .display-box .overlay {
        background-color: #1a3a87;
        transition: all .5s ease
    }

    .box.box-primary:hover .display-box .overlay h5 {
        opacity: 1
    }

    .box.box-secondary {
        border-color: #00b8a3
    }

    .box.box-secondary .display-box .calendar {
        background-color: #00b8a3
    }

    .box.box-secondary .main-info .anchor a,
    .box.box-secondary .main-info .anchor a i,
    .box.box-secondary .main-info .details .category {
        color: #00b8a3
    }

    .box.box-secondary:hover .display-box img {
        opacity: .9
    }

    .box.box-secondary:hover .display-box .overlay {
        background-color: #00b8a3;
        transition: all .5s ease
    }

    .box.box-secondary:hover .display-box .overlay h5 {
        opacity: 1
    }

    .box.box-tertiary {
        border-color: #00ace8
    }

    .box.box-tertiary .display-box .calendar {
        background-color: #00ace8
    }

    .box.box-tertiary .main-info .anchor a,
    .box.box-tertiary .main-info .anchor a i,
    .box.box-tertiary .main-info .details .category {
        color: #00ace8
    }

    .box.box-tertiary:hover .display-box img {
        opacity: .9
    }

    .box.box-tertiary:hover .display-box .overlay {
        background-color: #00ace8;
        transition: all .5s ease
    }

    .box.box-tertiary:hover .display-box .overlay h5 {
        opacity: 1
    }

    .box.box-fourth {
        border-color: #6e9842
    }

    .box.box-fourth .display-box .calendar {
        background-color: #6e9842
    }

    .box.box-fourth .main-info .anchor a,
    .box.box-fourth .main-info .anchor a i,
    .box.box-fourth .main-info .details .category {
        color: #6e9842
    }

    .box.box-fourth:hover .display-box img {
        opacity: .9
    }

    .box.box-fourth:hover .display-box .overlay {
        background-color: #6e9842;
        transition: all .5s ease
    }

    .box.box-fourth:hover .display-box .overlay h5 {
        opacity: 1
    }

    .box.box-fifth {
        border-color: #f16521
    }

    .box.box-fifth .display-box .calendar {
        background-color: #f16521
    }

    .box.box-fifth .main-info .anchor a,
    .box.box-fifth .main-info .anchor a i,
    .box.box-fifth .main-info .details .category {
        color: #f16521
    }

    .box.box-fifth:hover .display-box img {
        opacity: .9
    }

    .box.box-fifth:hover .display-box .overlay {
        background-color: #f16521;
        transition: all .5s ease
    }

    .box.box-fifth:hover .display-box .overlay h5 {
        opacity: 1
    }

    .box.box-sixth {
        border-color: #e21664
    }

    .box.box-sixth .display-box .calendar {
        background-color: #e21664
    }

    .box.box-sixth .main-info .anchor a,
    .box.box-sixth .main-info .anchor a i,
    .box.box-sixth .main-info .details .category {
        color: #e21664
    }

    .box.box-sixth:hover .display-box img {
        opacity: .9
    }

    .box.box-sixth:hover .display-box .overlay {
        background-color: #e21664;
        transition: all .5s ease
    }

    .box.box-sixth:hover .display-box .overlay h5 {
        opacity: 1
    }

    .box.box-seventh {
        border-color: #c9242b
    }

    .box.box-seventh .display-box .calendar {
        background-color: #c9242b
    }

    .box.box-seventh .main-info .anchor a,
    .box.box-seventh .main-info .anchor a i,
    .box.box-seventh .main-info .details .category {
        color: #c9242b
    }

    .box.box-seventh:hover .display-box img {
        opacity: .9
    }

    .box.box-seventh:hover .display-box .overlay {
        background-color: #c9242b;
        transition: all .5s ease
    }

    .box.box-seventh:hover .display-box .overlay h5 {
        opacity: 1
    }

    .box.box-eighth {
        border-color: #9e1f5e
    }

    .box.box-eighth .display-box .calendar {
        background-color: #9e1f5e
    }

    .box.box-eighth .main-info .anchor a,
    .box.box-eighth .main-info .anchor a i,
    .box.box-eighth .main-info .details .category {
        color: #9e1f5e
    }

    .box.box-eighth:hover .display-box img {
        opacity: .9
    }

    .box.box-eighth:hover .display-box .overlay {
        background-color: #9e1f5e;
        transition: all .5s ease
    }

    .box.box-eighth:hover .display-box .overlay h5 {
        opacity: 1
    }

    .box.box-ninth {
        border-color: #dd6227
    }

    .box.box-ninth .display-box .calendar {
        background-color: #dd6227
    }

    .box.box-ninth .main-info .anchor a,
    .box.box-ninth .main-info .anchor a i,
    .box.box-ninth .main-info .details .category {
        color: #dd6227
    }

    .box.box-ninth:hover .display-box img {
        opacity: .9
    }

    .box.box-ninth:hover .display-box .overlay {
        background-color: #dd6227;
        transition: all .5s ease
    }

    .box.box-ninth:hover .display-box .overlay h5 {
        opacity: 1
    }

    .box.box-tenth {
        border-color: #80298f
    }

    .box.box-tenth .display-box .calendar {
        background-color: #80298f
    }

    .box.box-tenth .main-info .anchor a,
    .box.box-tenth .main-info .anchor a i,
    .box.box-tenth .main-info .details .category {
        color: #80298f
    }

    .box.box-tenth:hover .display-box img {
        opacity: .9
    }

    .box.box-tenth:hover .display-box .overlay {
        background-color: #80298f;
        transition: all .5s ease
    }

    .box.box-tenth:hover .display-box .overlay h5 {
        opacity: 1
    }

    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .think-pagination li {
        display: inline-block;
        margin-left: 0
    }

    .think-pagination li a {
        background-color: transparent;
        border: 0;
        border-right: 3px solid #838689;
        color: #333;
        font-weight: 700;
        font-size: 22px;
        padding: 0 40px;
        line-height: .8;
        margin: 0;
        padding: 0 50px;
        transition: all .3s ease
    }

    @media (max-width:767px) {
        .think-pagination li a {
            border-width: 2px;
            padding: 0 22px
        }
    }

    .think-pagination li a:hover {
        background-color: transparent;
        border-color: #838689;
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
        color: #00b8a3
    }

    .think-pagination li:last-child>a {
        border-right: 0
    }

    .think-pagination .active>a,
    .think-pagination .active>a:focus,
    .think-pagination .active>a:hover {
        background-color: transparent;
        border-color: #838689;
        color: #00b8a3
    }

    .modal-dialog .modal-close {
        position: absolute;
        right: -30px;
        top: 0;
        background-color: transparent;
        box-shadow: none;
        padding: 0
    }

    .modal-dialog .modal-close i {
        font-size: 25px
    }

    .modal-dialog .modal-content .modal-body {
        padding: 5px
    }

    .modal-dialog.profile-lightbox {
        width: 65%
    }

    @media (min-width:990px) and (max-width:1400px) {
        .modal-dialog.profile-lightbox {
            width: 93%
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .modal-dialog.profile-lightbox {
            width: 80%
        }
    }

    @media (max-width:767px) {
        .modal-dialog.profile-lightbox {
            width: auto
        }
    }

    .modal-dialog.profile-lightbox .image-box {
        height: 80%;
        width: 100%;
        overflow: hidden
    }

    @media (min-width:768px) and (max-width:991px) {
        .modal-dialog.profile-lightbox .image-box {
            height: 50%
        }
    }

    @media (max-width:991px) {
        .modal-dialog.profile-lightbox .image-box {
            height: auto
        }
    }

    .modal-dialog.profile-lightbox .image-box img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100%;
        width: auto;
        margin-left: -70px
    }

    @media (max-width:991px) {
        .modal-dialog.profile-lightbox .image-box img {
            height: 320px;
            width: 100%;
            margin-left: 0;
            -o-object-position: top;
            object-position: top
        }
    }

    .modal-dialog.magazine-lightbox {
        width: 90%
    }

    @media (max-width:767px) {
        .modal-dialog.magazine-lightbox {
            width: auto
        }
    }

    .modal-dialog .issuuembed {
        width: 100%;
        height: 90vh
    }

    @media (max-width:767px) {
        .modal-dialog .issuuembed {
            height: 85vh
        }
    }

    .gradient-overlay {
        background-color: rgba(0, 0, 0, .3);
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .75));
        width: 100%
    }

    .blackey-overlay {
        background-color: rgba(51, 51, 51, .3);
        position: absolute;
        top: 0;
        bottom: 10px;
        left: 15px;
        right: 15px
    }

    @media (max-width:767px) {
        .blackey-overlay {
            bottom: 5px
        }
    }

    .whitey-overlay {
        background-color: hsla(0, 0%, 100%, .75);
        width: 100%;
        height: 100%
    }

    .learn-shortcuts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .learn-shortcuts .learn-button {
        width: 33.3333333333%
    }

    @media (max-width:767px) {
        .learn-shortcuts .learn-button {
            width: 50%
        }
    }

    .search-error {
        border-bottom: 1px solid #838689
    }

    .search-error .search-dino img {
        opacity: .4
    }

    .text-link {
        color: #00b8a3!important
    }

    .P-about_us .directors-toggle {
        width: 100%!important
    }

    .P-about_us .think-profile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .P-about_us .think-profile .profile-box {
        width: 20%
    }

    @media (min-width:768px) and (max-width:991px) {
        .P-about_us .think-profile .profile-box {
            width: 33.3333333333%
        }
    }

    @media (max-width:767px) {
        .P-about_us .think-profile .profile-box {
            width: 50%
        }
    }

    .P-about_us .think-profile .profile-box .M-card_profile .M-card_profile--img img {
        height: 260px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .P-about_us .think-profile .profile-box .M-card_profile .subtext {
        font-size: 14px;
        font-style: italic
    }

    .P-about_us #who-we-work-with .image-box {
        height: 240px;
        padding: 15px
    }

    @media (max-width:767px) {
        .P-about_us #who-we-work-with .image-box {
            height: 180px;
            padding: 10px
        }
    }

    .P-about_us #who-we-work-with .image-box img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        margin: auto;
        width: 100%
    }

    @media (max-width:767px) {
        .P-about_us #who-we-work-with .image-box img {
            height: 100%;
            width: auto
        }
    }

    .P-about_us .about-approach {
        height: 400px;
        width: 100%
    }

    @media (max-width:767px) {
        .P-about_us .about-approach {
            height: auto
        }
    }

    @media (min-width:768px) and (max-width:1100px) {
        .P-about_us .about-approach h5 {
            font-size: 18px
        }
    }

    .P-about_us #our-publication {
        overflow: hidden;
        position: relative
    }

    .P-blog #blog-overview {
        margin-top: 60px
    }

    @media (max-width:767px) {
        .P-blog #blog-overview {
            margin-top: 40px
        }
    }

    .P-blog #blog-overview .sort .dropdown-blog {
        width: 180px
    }

    @media (max-width:767px) {
        .P-blog #blog-overview .sort .dropdown-blog {
            width: 75%
        }
    }

    .P-blog #blog-overview .sort .dropdown-blog .dropdown-toggle {
        width: 100%
    }

    .P-blog .blog-search-bar .input-group .input-group-addon {
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid #1a3a87;
        border-radius: 0;
        padding: 5px
    }

    .P-blog .blog-search-bar .input-group .form-control {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 2px solid #1a3a87;
        background-color: transparent
    }

    .P-blog .blog-search-bar .input-group .form-control::-webkit-input-placeholder {
        color: #1a3a87;
        opacity: 1
    }

    .P-blog .blog-search-bar .input-group .form-control:-ms-input-placeholder {
        color: #1a3a87;
        opacity: 1
    }

    .P-blog .blog-search-bar .input-group .form-control::placeholder {
        color: #1a3a87;
        opacity: 1
    }

    .P-blog .sidebar-blog {
        background-color: #f7f7f7
    }

    .P-blog .sidebar-blog .widget-title {
        font-size: 25px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-top: 30px
    }

    @media (max-width:767px) {
        .P-blog .sidebar-blog .widget-title {
            margin-top: 0
        }
    }

    .P-blog .sidebar-blog .widget-title:after {
        content: "";
        border-bottom: 3px solid #d1d1d1;
        width: 80px;
        display: block;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .P-blog .sidebar-blog ul>li {
        margin-left: 0;
        list-style-type: none
    }

    .P-blog .sidebar-blog .widget_related_entries {
        background-color: #f7f7f7
    }

    .P-blog .sidebar-blog .widget_related_entries .recent-post .post-box {
        margin-bottom: 50px
    }

    .P-blog .sidebar-blog .widget_related_entries .recent-post .post-box .post-category {
        font-size: 14px;
        font-weight: 700
    }

    .P-blog .sidebar-blog .widget_related_entries .recent-post .post-box .post-title h5 {
        font-size: 21px;
        line-height: 1.2;
        margin-bottom: 10px;
        font-weight: 700
    }

    .P-blog .sidebar-blog .widget_related_entries .recent-post .post-box .post-date {
        font-size: 14px
    }

    .P-blog .sidebar-blog .widget_related_entries .recent-post .post-box.post-primary .post-category {
        color: #1a3a87
    }

    .P-blog .sidebar-blog .widget_related_entries .recent-post .post-box.post-secondary .post-category {
        color: #00b8a3
    }

    .P-blog .sidebar-blog .widget_related_entries .recent-post .post-box.post-tertiary .post-category {
        color: #00ace8
    }

    .P-blog .sidebar-blog .widget_related_entries .recent-post .post-box.post-fourth .post-category {
        color: #6e9842
    }

    .P-blog .sidebar-blog .widget_related_entries .recent-post .post-box.post-fifth .post-category {
        color: #f16521
    }

    .P-blog .sidebar-blog .widget_related_entries .recent-post .post-box.post-sixth .post-category {
        color: #e21664
    }

    .P-blog .sidebar-blog .widget_related_entries .recent-post .post-box.post-seventh .post-category {
        color: #c9242b
    }

    .P-blog .sidebar-blog .widget_related_entries .recent-post .post-box.post-eighth .post-category {
        color: #9e1f5e
    }

    .P-blog .sidebar-blog .widget_related_entries .recent-post .post-box.post-ninth .post-category {
        color: #dd6227
    }

    .P-blog .sidebar-blog .widget_related_entries .recent-post .post-box.post-tenth .post-category {
        color: #80298f
    }

    .P-blog .sidebar-blog .widget_categories {
        background-color: transparent
    }

    .P-blog .sidebar-blog .widget_categories .screen-reader-text {
        display: none
    }

    .P-blog .sidebar-blog .widget_categories ul>li a {
        font-weight: 700;
        font-size: 21px
    }

    .P-blog .sidebar-blog .widget_categories ul>li:first-child a {
        color: #1a3a87
    }

    .P-blog .sidebar-blog .widget_categories ul>li:nth-child(2) a {
        color: #00b8a3
    }

    .P-blog .sidebar-blog .widget_categories ul>li:nth-child(3) a {
        color: #00ace8
    }

    .P-blog .sidebar-blog .widget_categories ul>li:nth-child(4) a {
        color: #6e9842
    }

    .P-blog .sidebar-blog .widget_categories ul>li:nth-child(5) a {
        color: #f16521
    }

    .P-blog .sidebar-blog .widget_categories ul>li:nth-child(6) a {
        color: #e21664
    }

    .P-blog .sidebar-blog .widget_categories ul>li:nth-child(7) a {
        color: #c9242b
    }

    .P-blog .sidebar-blog .widget_categories ul>li:nth-child(8) a {
        color: #9e1f5e
    }

    .P-blog .sidebar-blog .widget_categories ul>li:nth-child(9) a {
        color: #dd6227
    }

    .P-blog .sidebar-blog .widget_categories ul>li:nth-child(10) a {
        color: #80298f
    }

    .P-blog .blog-bottom-navi li a {
        font-size: 21px
    }

    @media (max-width:767px) {
        .P-blog .blog-bottom-navi li a {
            font-size: 14px
        }
    }

    .P-blog .read-more-box img {
        height: 300px
    }

    .P-blog .read-more-box .details .subtext {
        font-weight: 700
    }

    .P-blog .standfirst {
        font-size: 23px;
        line-height: 1.4
    }

    .P-blog .article-height-fix {
        height: auto
    }

    .P-contact_us .branch-info .circular {
        border-radius: 50%;
        height: 60px;
        width: 60px
    }

    .P-contact_us .branch-info .circular h5 {
        font-weight: 700
    }

    .P-contact_us .branch-info .details {
        width: 75%
    }

    .P-contact_us .kontak_list--li {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .P-contact_us .kontak_list--left {
        width: 32px
    }

    .P-contact_us .kontak_list--right {
        margin: 0;
        width: 100%
    }

    .P-contact_us .kontak_list--right p {
        line-height: 1
    }

    .P-events .events-feature {
        height: 320px
    }

    .P-events .dropdown-events {
        width: 200px
    }

    @media (max-width:767px) {
        .P-events .dropdown-events {
            width: 70%
        }
    }

    .P-events .dropdown-events .dropdown-toggle {
        width: 100%
    }

    .P-events .sort {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    @media (max-width:767px) {
        .P-events .sort .buttons {
            width: 75%;
            display: block
        }
    }

    .P-events .sort .buttons .dis-inbl {
        width: 100%
    }

    .P-events .sort .buttons .dropdown-media {
        width: 150px
    }

    @media (max-width:767px) {
        .P-events .sort .buttons .dropdown-media {
            width: 100%
        }
    }

    .P-events .sort .buttons .dropdown-media .dropdown-toggle {
        width: 100%
    }

    .P-events .sort .buttons .dropdown-media .dropdown-months li a {
        padding: 5px 20px
    }

    .P-events .E-tab_nav--item a h5 {
        color: #838689
    }

    .P-events .E-tab_nav--item .is-active h5 {
        color: #fff
    }

    @media (max-width:767px) {
        .P-events .E-tab_nav--item .is-active h5 {
            color: #1a3a87
        }
    }

    .P-events .article-height-fix {
        height: auto
    }

    .P-faq .collapse-title a.collapsed>i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: all .5s ease
    }

    .P-faq .collapse-title a>i {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all .5s ease
    }

    #faqs-accordian .panel {
        padding: 0 0 20px;
        border: 0;
        box-shadow: none;
        margin: 0
    }

    #faqs-accordian .panel a {
        background-color: transparent;
        padding: 0;
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%
    }

    #faqs-accordian .panel a h6 {
        color: #838689;
        font-size: 21px;
        width: 80%
    }

    #faqs-accordian .panel a .icon-down i {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 16px;
        transition: all .5s ease;
        color: #838689
    }

    @media (max-width:767px) {
        #faqs-accordian .panel a .icon-down i {
            top: 7px
        }
    }

    #faqs-accordian .panel a[aria-expanded=false] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #faqs-accordian .panel .close-accordian {
        color: #00b8a3;
        font-size: 21px;
        padding: 0;
        margin-top: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #faqs-accordian .panel .panel-body {
        border: 0
    }

    #faqs-accordian .panel .panel-body ul li {
        color: #1a3a87;
        margin: 0;
        margin-left: 1.2em;
        padding: 0 0 0 30px;
        line-height: 1.5;
        margin-bottom: 10px
    }

    @media (max-width:767px) {
        #faqs-accordian .panel .panel-body ul li {
            margin-left: 1em;
            padding: 0 0 0 15px;
            line-height: 1.4
        }
    }

    #faqs-accordian .panel .panel-body p {
        color: #1a3a87;
        margin-bottom: 20px
    }

    .P-grants .type-of-grants {
        border-radius: 3px
    }

    .P-grants .think-principles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 220px
    }

    @media (min-width:768px) and (max-width:991px) {
        .P-grants .think-principles {
            height: 440px
        }
    }

    @media (max-width:767px) {
        .P-grants .think-principles {
            height: auto
        }
    }

    .P-grants .think-principles li {
        list-style-type: none;
        margin-left: 0;
        width: 33.3333333333%
    }

    @media (min-width:768px) and (max-width:991px) {
        .P-grants .think-principles li {
            width: 50%;
            margin-bottom: 15px
        }
    }

    @media (max-width:767px) {
        .P-grants .think-principles li {
            width: 100%;
            margin-bottom: 15px;
            padding-left: 10px
        }
    }

    .P-grants .think-principles li p {
        max-width: 250px;
        margin-bottom: 0
    }

    @media (max-width:767px) {
        .P-grants .think-principles li p {
            max-width: none
        }
    }

    .P-grants #grants-guideline .guideline-details {
        border-radius: 3px;
        border-bottom: 4px solid #1a3a87
    }

    .P-grants .circle {
        background-color: transparent
    }

    .P-grants .circle .E-tab_nav--item a {
        height: auto
    }

    .P-grants .circle .E-tab_nav--item a>span {
        color: #fff;
        font-size: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 180px;
        width: 180px;
        line-height: 1;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%
    }

    .P-grants .circle .E-tab_nav--item a>span:before {
        width: 0
    }

    .P-grants .circle .E-tab_nav--item a.is-active {
        background-color: transparent
    }

    .P-grants .circle .E-tab_nav--item a.is-active>:before {
        display: none
    }

    .P-grants .think-panel {
        border: 0;
        border-radius: 0;
        box-shadow: 10px 2px 10px rgba(0, 0, 0, .25);
        margin-bottom: 25px
    }

    @media (max-width:767px) {
        .P-grants .think-panel {
            box-shadow: 5px 5px 5px rgba(0, 0, 0, .25)
        }
    }

    .P-grants .think-panel .think-table thead>tr>th {
        border: 0;
        color: #fff;
        text-transform: capitalize;
        padding: 10px 15px
    }

    .P-grants .think-panel .think-table thead>tr>th.is-primary {
        background-color: #163172
    }

    .P-grants .think-panel .think-table thead>tr>th.is-secondary {
        background-color: #009f8c
    }

    .P-grants .think-panel .think-table thead>tr>th.is-tertiary {
        background-color: #0099cf
    }

    .P-grants .think-panel .think-table tbody>tr>td {
        border: 0;
        padding: 10px 15px
    }

    .P-grants .think-panel .think-table tbody>tr>td:first-child {
        width: 40%
    }

    .P-grants .think-panel .think-table tbody>tr>td:nth-child(2) {
        background-color: #ececec
    }

    .P-grants .how-to-apply .materials-grants {
        border-color: #1a3a87
    }

    .P-grants .how-to-apply .materials-grants .button-mobile {
        border: 2px solid #1a3a87;
        border-radius: 50%;
        height: 50px;
        width: 50px
    }

    @media (max-width:767px) {
        .P-grants .view-grant-projects {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            text-align: center
        }
    }

    .P-grants .anchor-link {
        color: #00b8a3
    }

    .P-grants .E-tab_nav--item a h5 {
        color: #838689
    }

    .P-grants .E-tab_nav--item .is-active h5 {
        color: #fff
    }

    @media (max-width:767px) {
        .P-grants .E-tab_nav--item .is-active h5 {
            color: #1a3a87
        }
    }

    .P-home #think-home-carousel .item {
        height: 600px
    }

    @media (max-width:767px) {
        .P-home #think-home-carousel .item {
            height: 480px
        }
    }

    .P-home #think-home-carousel .item img {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        width: auto
    }

    .P-home #think-home-carousel .item .carousel-caption {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .P-home #think-home-carousel .owl-dots {
        position: absolute;
        top: 50%;
        left: 1%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    @media (min-width:768px) and (max-width:991px) {
        .P-home #think-home-carousel .owl-dots {
            top: 35%
        }
    }

    @media (max-width:767px) {
        .P-home #think-home-carousel .owl-dots {
            display: block;
            top: auto;
            bottom: 10px;
            left: 0;
            right: 0
        }
    }

    .P-home #think-home-carousel .owl-dots .owl-dot {
        margin: 5px auto;
        background-color: transparent;
        border: 2px solid #fff
    }

    @media (max-width:767px) {
        .P-home #think-home-carousel .owl-dots .owl-dot {
            margin: 0 5px
        }
    }

    .P-home #think-home-carousel .owl-dots .owl-dot.active {
        background-color: #fff
    }

    @media (max-width:991px) {
        .P-home .about-us .status-box {
            height: 180px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }
    }

    .P-home .about-us .status-box .custom-status {
        width: 180px;
        margin: auto
    }

    @media (min-width:768px) and (max-width:991px) {
        .P-home .about-us .status-box .custom-status {
            width: 130px
        }
    }

    @media (max-width:767px) {
        .P-home .about-us .status-box .custom-status {
            width: auto;
            max-width: 180px;
            margin: 0 auto
        }
    }

    .P-home .about-us .status-box .custom-status img {
        padding: 10px;
        margin: auto;
        width: 100%
    }

    @media (max-width:991px) {
        .P-home .about-us .status-box .custom-status img {
            padding: 5px
        }
    }

    .P-home #our-initiative .initiative-row {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    @media (max-width:991px) {
        .P-home #our-initiative .initiative-row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }
    }

    .P-home #our-initiative .initiative-row .display-box {
        width: 20%;
        background-color: #fff;
        position: relative;
        margin-bottom: 20px
    }

    @media (max-width:991px) {
        .P-home #our-initiative .initiative-row .display-box {
            width: 100%;
            margin-bottom: 0
        }
        .P-home #our-initiative .initiative-row .display-box:last-child {
            margin-bottom: 30px
        }
    }

    .P-home #our-initiative .initiative-row .display-box img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 450px
    }

    @media (max-width:991px) {
        .P-home #our-initiative .initiative-row .display-box img {
            width: 100%;
            height: 200px
        }
    }

    .P-home #our-initiative .initiative-row .display-box .anchor {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .P-home #our-initiative .initiative-row .display-box .anchor:hover {
        transition: all .25s ease
    }

    .P-home #our-initiative .initiative-row .display-box .anchor:hover h4 {
        border-bottom: 4px solid #fff;
        transition: all .1s ease
    }

    @media (max-width:767px) {
        .P-home #learn {
            text-align: center
        }
    }

    .P-home .happening {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        height: auto
    }

    .P-home .happening .feeds-box {
        border-radius: 3px;
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        min-height: 600px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    @media (max-width:767px) {
        .P-home .happening .feeds-box {
            min-height: 520px;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }
    }

    .P-home .happening .feeds-box-1 {
        background-color: rgba(241, 101, 33, .9)
    }

    .P-home .happening .feeds-box-2 {
        background-color: rgba(226, 22, 100, .9)
    }

    .P-home .happening .feeds-box-3 {
        background-color: rgba(128, 41, 143, .9)
    }

    .P-home #locations {
        margin-top: -1000%;
        position: absolute;
        width: 100%;
        height: 0;
        z-index: -1
    }

    .P-home #locations.is-active {
        position: relative;
        margin-top: 0;
        z-index: 1;
        height: auto
    }

    .P-initiatives .filter-bar .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    @media (max-width:767px) {
        .P-initiatives .filter-bar .left {
            display: block
        }
    }

    .P-initiatives .filter-bar .left .dropdown-initiative {
        width: 33.3333333333%
    }

    @media (max-width:767px) {
        .P-initiatives .filter-bar .left .dropdown-initiative {
            width: 100%
        }
    }

    .P-initiatives .filter-bar .left .dropdown-initiative .dropdown-toggle {
        width: 100%
    }

    .P-initiatives .filter-bar .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    @media (max-width:767px) {
        .P-initiatives .filter-bar .right {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }
    }

    .P-initiatives .filter-bar .right i {
        font-size: 21px
    }

    .P-initiatives .filter__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        vertical-align: baseline
    }

    .P-initiatives .filter__list--left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .P-initiatives .filter__list--right {
        width: 50px
    }

    .P-initiatives .icon-medium {
        font-size: 28px
    }

    .P-initiatives .reset {
        background-color: #fff;
        border: 0;
        font-size: 18px
    }

    .P-initiatives .reset:active {
        box-shadow: none
    }

    .P-join_us .tab-content ul {
        list-style: inside
    }

    .P-join_us .kontak_list--li {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .P-join_us .kontak_list--left {
        width: 32px
    }

    .P-join_us .kontak_list--right {
        margin: 0
    }

    .P-join_us .E-tab_nav--nav-left,
    .P-join_us .E-tab_nav--nav-right {
        height: 60px;
        width: 60px
    }

    .P-join_us .E-tab_nav--nav-left i,
    .P-join_us .E-tab_nav--nav-right i {
        font-size: 60px
    }

    .P-learn #learn-intro {
        overflow: hidden
    }

    .P-learn #learn-intro .illustration-box {
        position: relative;
        height: 300px;
        z-index: 1
    }

    @media (max-width:767px) {
        .P-learn #learn-intro .illustration-box {
            height: 200px
        }
    }

    .P-learn #learn-intro .illustration-box .background {
        position: absolute;
        width: 100%;
        opacity: .75
    }

    @media (min-width:768px) and (max-width:991px) {
        .P-learn #learn-intro .illustration-box .background {
            width: 360px;
            max-width: none
        }
    }

    @media (max-width:767px) {
        .P-learn #learn-intro .illustration-box .background {
            width: 380px;
            max-width: none;
            opacity: 1;
            top: 20%
        }
    }

    .P-learn #learn-intro .illustration-box .icon {
        position: absolute;
        height: 100px;
        width: auto;
        top: 25%
    }

    @media (min-width:768px) and (max-width:991px) {
        .P-learn #learn-intro .illustration-box .icon {
            height: 80px
        }
    }

    @media (max-width:767px) {
        .P-learn #learn-intro .illustration-box .icon {
            top: 40%;
            -webkit-transform: translateY(50%);
            transform: translateY(50%);
            max-width: none;
            height: 60px
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .P-learn #learn-intro .illustration-box.left .background {
            left: -100px
        }
    }

    @media (max-width:767px) {
        .P-learn #learn-intro .illustration-box.left .background {
            left: -250px
        }
    }

    .P-learn #learn-intro .illustration-box.left .icon {
        right: 10%
    }

    @media (max-width:767px) {
        .P-learn #learn-intro .illustration-box.left .icon {
            left: 5%;
            right: auto
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .P-learn #learn-intro .illustration-box.right .background {
            right: -100px
        }
    }

    @media (max-width:767px) {
        .P-learn #learn-intro .illustration-box.right .background {
            right: -250px
        }
    }

    .P-learn #learn-intro .illustration-box.right .icon {
        left: 10%
    }

    @media (max-width:767px) {
        .P-learn #learn-intro .illustration-box.right .icon {
            right: 5%;
            left: auto
        }
    }

    .P-learn #learn-intro .description {
        position: relative;
        z-index: 2
    }

    .P-learn #learn-more .learn-buttons {
        margin-bottom: 20px
    }

    .P-learn #learn-more .learn-buttons img {
        margin: 30px auto 15px
    }

    @media (max-width:767px) {
        .P-learn #learn-more .learn-buttons img {
            margin: 15px auto
        }
    }

    .P-learn .video-box {
        border-bottom: 4px solid #838689;
        min-height: 380px
    }

    .P-learn .video-box .details-box .title {
        font-weight: 700
    }

    .P-learn .video-box .details-box .date {
        font-size: 15px
    }

    .P-learn .video-box .details-box .btn {
        padding: 6px 32px
    }

    .P-learn .learn-tabs-navi {
        list-style-type: none
    }

    .P-learn .learn-tabs-navi li {
        margin-left: 5px
    }

    @media (max-width:767px) {
        .P-learn .learn-tabs-navi li {
            width: 25%
        }
    }

    .P-learn .learn-tabs-navi li button {
        padding: 5px 25px
    }

    @media (max-width:767px) {
        .P-learn .learn-tabs-navi li button {
            width: 100%
        }
    }

    .P-learn .learn-tabs-navi li:first-child {
        margin-left: 0
    }

    @media (max-width:767px) {
        .P-learn .learn-search .input-group {
            width: 98%
        }
    }

    .P-media .sort {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    @media (max-width:767px) {
        .P-media .sort .buttons {
            width: 75%;
            display: block
        }
    }

    .P-media .sort .buttons .dis-inbl {
        width: 100%
    }

    .P-media .sort .buttons .dropdown-media {
        width: 150px
    }

    @media (max-width:767px) {
        .P-media .sort .buttons .dropdown-media {
            width: 100%
        }
    }

    .P-media .sort .buttons .dropdown-media .dropdown-toggle {
        width: 100%
    }

    .P-media .sort .buttons .dropdown-media .dropdown-months li a {
        padding: 5px 20px
    }

    .P-media .E-tab_nav--item a h5 {
        color: #838689
    }

    .P-media .E-tab_nav--item .is-active h5 {
        color: #fff
    }

    @media (max-width:767px) {
        .P-media .E-tab_nav--item .is-active h5 {
            color: #1a3a87
        }
    }

    .tc-numbercircle {
        position: relative;
        display: block
    }

    .tc-numbercircle__wrapper {
        max-width: 170px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        margin-bottom: 1em
    }

    .tc-numbercircle__item {
        height: 0;
        width: 100%;
        padding-top: 100%
    }

    .tc-numbercircle__item>div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        color: #1a3a87;
        border: .3em solid #1a3a87
    }

    .tc-numbercircle__item>div span {
        font-weight: 700;
        font-size: 3em
    }

    .tc-numbercircle.is-primary .tc-numbercircle__item>div {
        border-color: #1a3a87;
        color: #1a3a87
    }

    .tc-numbercircle.is-secondary .tc-numbercircle__item>div {
        border-color: #00b8a3;
        color: #00b8a3
    }

    .tc-numbercircle.is-tertiary .tc-numbercircle__item>div {
        border-color: #00ace8;
        color: #00ace8
    }

    .tc-numbercircle.is-fourth .tc-numbercircle__item>div {
        border-color: #6e9842;
        color: #6e9842
    }

    .tc-numbercircle.is-fifth .tc-numbercircle__item>div {
        border-color: #f16521;
        color: #f16521
    }

    .tc-numbercircle.is-sixth .tc-numbercircle__item>div {
        border-color: #e21664;
        color: #e21664
    }

    .tc-numbercircle.is-seventh .tc-numbercircle__item>div {
        border-color: #c9242b;
        color: #c9242b
    }

    .tc-numbercircle.is-eighth .tc-numbercircle__item>div {
        border-color: #9e1f5e;
        color: #9e1f5e
    }

    .tc-numbercircle.is-ninth .tc-numbercircle__item>div {
        border-color: #dd6227;
        color: #dd6227
    }

    .tc-numbercircle.is-tenth .tc-numbercircle__item>div {
        border-color: #80298f;
        color: #80298f
    }

    body {
        overflow: auto
    }

    body.preload>* {
        visibility: visible
    }

    body.preload>.loader {
        visibility: hidden;
        z-index: -100
    }

    body>* {
        visibility: visible
    }

    body>.loader {
        visibility: hidden;
        z-index: -100
    }

    .aligncenter {
        text-align: center;
    }

    .youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }

    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }

    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }

    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }

    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }

    #instagramfeed svg {
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-top: -3px;
        fill: #00b8a3;
    }

    .ig-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 0;
        line-height: 0;
    }

    .ig-grid a {
        width: calc(20% - 15px);
        display: inline-block;
        vertical-align: middle;
    }

    .ig-grid a img {
        max-width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .P-urban_analytics .hero-image img {
        visibility: hidden;
        width: 100%;
    }

    .P-urban_analytics .map-column {
        min-height: 500px;
    }

    .P-urban_analytics .map-column img {
        margin-bottom: 15px;
    }

    li {
        font-size: 16px;
    }

    .P-pcaw #banner-title h1 {
        display: none;
    }

    .P-pcaw .submenu-container {
        background-color: #f5f8fa;
        /*height: 50px;*/
    }

    .P-pcaw .submenu {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 10px;
    }

    .P-pcaw .submenu a {
        /*flex-grow: 1;*/
        justify-content: space-between;
        padding: 10px;
    }

    .P-pcaw .pcaw-section:nth-child(even) {
        background: #F5F8FA;
    }

    .P-pcaw .inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .P-pcaw img {
        display: block;
        margin: 0 auto;
    }

    .P-pcaw .nav-tabs {
        margin: 30px 0;
    }

    .P-pcaw .tab-pane {
        padding: 15px;
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        border-bottom-color: #ddd;
        border-radius: 4px;
    }

    .P-pcaw .partners {
        display: flex;
        flex-wrap: wrap;
    }

    .P-pcaw .partners img {
        height: 150px;
        margin: 15px;
        width: auto;
    }

    figcaption {
        font-style: italic;
        font-size: 14px;
        padding-top: 10px;
        text-align: center;
    }

    .wuf10 {
        /*position: absolute;*/
        /*left: 0;*/
        background: #28b6a2;
        border-bottom-right-radius: 25px;
        color: white;
        padding: 20px;
        /*padding-left: 50px;*/

        width: 100%;
        text-align: center;
    }

    .wuf10 h3 {
        text-align: left;
    }

    .wuf10-video {
        height: 90%;
        position: absolute;
        right: 0;
    }

    .partners-section {
        background: #9cc85f;
        border-top-left-radius: 25px;
        padding: 30px 45px;
    }

    .partners-section .partner p {
        line-height: 1.5;
        margin: 0;
    }

    .partners-section a:not(.btn) {
        color: #595b94;
    }

    .left-bar {
        padding-left: 0;
        position: relative;
        transition: all 0.3s;
    }

    .right-bar {
        padding-right: 0;
        position: relative;
        transition: all 0.3s;
    }

    .left-bar h1,
    .right-bar h1 {
        font-size: 34px;
    }

    .left-bar h2,
    .right-bar h2 {
        font-size: 28px;
    }

    .left-bar p,
    .right-bar p {
        color: #ffffff;
    }

    .left-bar .bar-body {
        border-bottom-right-radius: 25px;
    }

    .left-bar .bar-img {
        position: absolute;
        left: 0;
        width: 120px;
    }

    .right-bar .bar-body {
        border-bottom-left-radius: 25px;
    }

    .right-bar .bar-img {
        position: absolute;
        right: 0;
        width: 120px;
    }

    .bar-body {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    .primary-bar .bar-body {
        background: #001489;
        color: #ffffff;
        /*transform: translateY(-50%);*/
    }

    .placemaking-bar.bar-hover:hover,
    .analytics-bar.bar-hover:hover {
        width: 90%;
    }

    .resilience-bar.bar-hover:hover,
    .conservation-bar.bar-hover:hover {
        margin-left: 10%;
        width: 90%;
    }

    .placemaking-bar .bar-body {
        background: #EE735F;
        color: #ffffff;
        overflow: hidden;
        padding-right: 65px;
        padding-left: 300px;
        text-align: right;
    }

    .resilience-bar .bar-body {
        background: #9CC85F;
        color: #ffffff;
        overflow: hidden;
        padding-left: 65px;
        padding-right: 300px;
        text-align: left;
    }

    .analytics-bar .bar-body {
        background: #28B6A2;
        color: #ffffff;
        overflow: hidden;
        padding-right: 65px;
        padding-left: 300px;
        text-align: right;
    }

    .conservation-bar .bar-body {
        background: #F29DA4;
        color: #ffffff;
        overflow: hidden;
        padding-left: 65px;
        padding-right: 300px;
        text-align: left;
    }

    .tcstory-bar .bar-body {
        background: #595b94;
        color: #ffffff;
        overflow: hidden;
        padding-left: 65px;
        padding-right: 300px;
        text-align: left;
    }

    .left-bar.tcstory-bar .bar-body {
        padding-left: 300px;
        padding-right: 65px;
    }

    .tci-page .bar-body.tci-intro {
        background: #595b94 url('../images/UAB-outline-white.png') no-repeat;
        background-position: top center;
        background-size: 50%;
    }

    .icon-stat-body {
        height: 150px;
        text-align: center;
    }

    .icon-stat-body img {
        background: #28B6A2;
        border-radius: 50%;
        height: 70px;
        margin-bottom: 10px;
        padding: 10px;
        width: 70px;
    }

    .icon-stat-body span {
        font-size: 15px;
    }

    .institute-section {
        background: #595b94 url('../images/UAB-outline-white.png') no-repeat;
        background-position: center center;
        background-size: 75%;
        color: #ffffff;
        padding: 50px 0;
    }

    .institute-section p {
        color: #ffffff;
    }

    .prac-page .bar-img {
        width: 165px;
    }

    .prac-page .icon-stat-body img {
        background: transparent;
        border-radius: unset;
        margin: 0;
    }

    .prac-page .gallery {
        display: flex;
    }

    .prac-page .placemaking-bar .gallery,
    .prac-page .analytics-bar .gallery {
        padding-left: 65px;
        padding-right: 300px;
    }

    .prac-page .resilience-bar .gallery,
    .prac-page .conservation-bar .gallery,
    .prac-page .tcstory-bar .gallery {
        padding-right: 65px;
        padding-left: 300px;
    }

    .prac-page .tcstory-bar .contact-us {
        padding-left: 0;
        padding-right: 0;
    }

    .prac-page .gallery img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .prac-page .prac-product-row {
        display: flex;
    }

    .prac-page .prac-product-row .prac-product {
        align-self: center;
    }

    .P-pressroom .bio {
        text-align: center;
    }

    .social-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        list-style: none;
        justify-content: center;
    }

    .social-list li {
        margin: 0
    }

    .social-list li a {
        color: #001489;
        display: inline;
        /*border: 1px solid #001489;*/
        /*border-radius: 50%;*/
        padding: 10px 14px;
        margin: 0 5px
    }

    .social-list li a:hover {
        color: #000000;
        border-color: #000000
    }

    .social-list li a .fa-facebook {
        padding: 0 3px
    }

    label {
        font-weight: 600;
    }

    @media (max-width:767px) {
        .pbiic {
            display: block;
            height: unset;
        }

        .wuf10 {
            padding: 15px;
            /*width: 50%;*/
            width: 100%;
            margin-bottom: 15px;
            position: relative;
        }

        .wuf10 h3 {
            font-size: 16px !important;
        }

        .wuf10 a {
            font-size: 11px;
            padding: 5px;
        }

        .wuf10-video {
            height: unset;
            position: relative;
            width: 100%;
        }

        .primary-bar .bar-body {
            transform: translate(0);
        }

        .placemaking-bar .bar-body,
        .analytics-bar .bar-body {
            padding-left: 150px;
            padding-right: 20px;
        }

        .resilience-bar .bar-body,
        .conservation-bar .bar-body {
            padding-right: 150px;
            padding-left: 20px;
        }

        .tcstory-bar .bar-body {
            padding: 30px !important;
        }

        .prac-page .bar-img {
            width: 120px;
        }

        .prac-page .placemaking-bar .gallery, 
        .prac-page .analytics-bar .gallery,
        .prac-page .resilience-bar .gallery, 
        .prac-page .conservation-bar .gallery,
        .prac-page .tcstory-bar .gallery {
            flex-direction: column;
            padding: 30px 0;
        }

        .prac-page .prac-product-row {
            flex-direction: column
        }
    }