

@font-face {
    font-family: DIN_Regular;
    src: url(../fonts/FF_DIN_Regular.otf);
}
@font-face {
    font-family: DIN_Light;
    src: url(../fonts/FF_DIN_Light.otf);
}
@font-face {
    font-family: DIN_Bold;
    src: url(../fonts/FF_DIN_Bold.otf);
}
html {
	height: 100%;
}
body {
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 400;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	color: #58585a;
	font-size: 17px;
    overflow-x: hidden;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
    margin-bottom: 30px;
}
.wrapper {
    padding-top: 112px;
    min-height: 100%;
}
.custom-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
}
.section_wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.panel {
	border: none;
	border-radius: 0;
}
.blue_color {
	color: #00205c;
}
.ff_bold {
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
}
a:hover, button:hover {
	cursor: pointer !important;
}
a {
	transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    color: #7cb1e7;
    text-decoration: none !important;
}
a:focus {
    outline: none !important;
}
a:hover {
    color: #6692bd;
}
.normalize-anchor {
    color: #5E676F;
}
.normalize-anchor:hover {
    color: #454b51;
}
.btn {
	border-radius: 0;
}
.form-control {
    font-size: 0.9em;
    height: 46px;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
}
.form-control:focus {
    outline: none !important;
    border: none !important;
}
/* header */
.top_header {
	background-color: #eeeeee;
	min-height: 35px;
}

.top_header li a {
	color: #6d6e71;
    display: inline-block;
    margin-top: 5px;
}
.top_header li a:hover {
	color: #ed1c24;
}
.top_header ul {
	margin-bottom: 0;
    display: flex;
}
.top_header ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_header ul li .top_header_menu {
	padding-right: 10px;
	padding-left: 10px;
}
.top_header li>a>span, .mobile_social_link li>a>span {
    width: 23px;
    height: 23px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 0.7em;
    color: #eeeeee;
    border-radius: 50%;
    transition: all 0.15s ease-in;
    background-color: #7db1e7;
}
.mobile_social_link_hide {
    display: none !important;
}
.mobile_social_link {
    margin-top: 15px;
    padding-left: 10px;
}
.mobile_social_link li>a>span{
    color:#1f2e44;
    width: 30px;
    height: 30px;
    font-size: 0.9em;
}
.top_header li>a>span:hover {
    background-color: #7292CB;
}
.top_header li>a>span.search {
    background-color: transparent;
}
.top_header li>a>span.search .fa {
    font-size: 17px;
    color: #7db1e7;
}

.search-form {
    margin-right: -15px;
    margin-top: 0px;
    margin-bottom: 0;
}
.search-form div.input-group {
    background-color: #7db1e7;
    color: #fff;
    border:1px solid transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
     -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
	padding-top: 8px;
}
.search-form .input-group input.form-control{
    width: 95px;
    background-color: transparent;
    color: #fff;
    border: none;
    height: 30px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.search-form.focus .input-group {
    background-color: #fff;
    border: 1px #7db1e7 solid;
}
.search-form.focus .input-group input.form-control {
    outline: none !important;
    width: 150px;
    color: #7db1e7;
    outline: none;
    box-shadow: none;
}
.search-form.focus button.btn {
    color: #7db1e7;
}
.search-form.focus button.btn:hover {
    color: #fff;
}
.search-form button.btn{
    background:transparent;
    border: none;
    color: #fff;
}
.search-form button.btn:hover, .search-form button.btn:active, .search-form button.btn:focus{
    background:#7292CB;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.search-form input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search-form input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search-form input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search-form input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.red {
    color: #f65d5d !important;
}
.custom-navbar {
	background-color: #fff;
	border-radius: 0;
	border: none;
	margin-bottom: 0;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	padding-top: 6px;
	padding-bottom: 0px;
}

.custom-navbar .navbar-brand {
	height: auto;
	padding: 0px 15px;
}
.navbar-brand>img {
	max-width: 215px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	padding-top: 8px;
}
.custom-navbar .navbar-nav>li>a {
	padding: 43px 11px 45px;
	color: rgba(0, 0, 0, 0.6);
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 400;
    display: inline-block;
    color: #939598;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.custom-navbar .navbar-nav>li.active>a,.custom-navbar .navbar-nav>li.active>a:hover,.custom-navbar .navbar-nav>li.active>a:focus,.custom-navbar .navbar-nav>li.active>a:active {
	color: #06225a;
	background: transparent;
}
.custom-navbar .navbar-nav>li>a:hover,.custom-navbar .navbar-nav>li>a:focus,.custom-navbar .navbar-nav>li>a:active,.custom-navbar .navbar-nav>li.active>a:hover,.custom-navbar .navbar-nav>li.active>a:focus,.custom-navbar .navbar-nav>li.active>a:active {
	color: #5F676F;
/*color: #bd955a;*/
	background: transparent;
}
.custom-navbar .navbar-toggle {
	border: none;
	margin-top: 30px;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.custom-navbar .navbar-toggle:focus, .custom-navbar .navbar-toggle:hover {
	background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
	background-color: #7db1e7;
	width: 35px;
	height: 3px;
	margin-top: 7px;
}
.custom-navbar .navbar-nav>li>a>.fa {
    display: none;
}
.wrapper.small-header .navbar-brand>img {
    max-width: 148px;
}
.wrapper.small-header .custom-navbar .navbar-nav>li>a {
    padding: 26px 11px 28px;
}
.wrapper.small-header  .custom-navbar .navbar-toggle {
    margin-top: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(95,103,111,0.8);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 30px 1000em; /* trick from css-tricks comments */
    margin: 0 -1000em; /* trick from css-tricks comments */
    transition: all 4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}
/* Links inside the dropdown */
.dropdown-content a {
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
}
.dropdown-content a:hover {
    color: #7cb1e7;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: transparent;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.login_wrapper {
    background-color: #939598;
    background-size: cover;
    color: #7cb1e7;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 100%;
    position: absolute;
    z-index: 99999;
    display: none;
}
.login_wrapper h2{
    color: #ffffff;
    margin-bottom: 40px;
}
.login_wrapper form{
    max-width: 500px;
    margin:  0 auto;
}
.login_wrapper form .btn{
    color: #ffffff;
    background-color: #7db1e7;
    border-color: #7db1e7;
    padding: 6px 30px;
    transition:all 0.25s ease-in;
}
.login_wrapper form .btn:hover{
    background-color: #114d8c;
    border-color: #114d8c;
    cursor: pointer;
}
.login_wrapper form a {
    transition:all 0.25s ease-in;
}
.login_wrapper form a:hover {
    color: #114d8c;
    cursor: pointer;
}
.login_wrapper form input {
    color: #7cb1e7;
}
.close_login {
    margin-top: 30px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    font-weight: 600;
    opacity: .4;
    transition:all 0.25s ease-in;
}
.close_login .fa {
    margin-left: 10px;
}
.close_login:hover {
    opacity: .8;
    cursor: pointer;
}
.search_mobile {
    display: block;
}
.search_mobile .search-form {
    background-color: #eeeeee;
}
.search_mobile .search-form .input-group input.form-control {
    width: 100%;
}
.search_mobile .search-form div.input-group {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
@media screen and (min-width: 768px){
    .search_mobile {
        display: none;
    }
}
@media screen and (min-width: 1125px) {
    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block !important;
    }
}
@media (max-width: 1125px) {
    .section_wrapper {
        width: 100%;
    }
    .dropdown-content {
        position: relative;
        background-color: transparent;
        box-shadow: none;
        margin: 0;
        padding: 10px 25px;
        transition: none;
        -webkit-transition: none;
    }
    .dropdown-content a {
        color: #fff;
    }
    body.open-menu {
        overflow-y:hidden
    }
    body.open-menu .custom-header {
        height: 100%;
        overflow-y: scroll;
    }
    .custom-navbar ul.navbar-nav>li>a,.wrapper.small-header .custom-navbar ul.navbar-nav>li>a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.custom-navbar .navbar-nav>li.active>a:active, .navbar-nav>li>a:hover {
	color: #939598!important;
	}

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    /* .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        background-color: #5F676F;
    } */
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    /* .navbar-collapse.collapse {
        display: none!important;
    } */
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.show{
        display:block !important;
    }

    .custom-navbar .navbar-nav>li>a>.fa {
        font-size: 1.2em;
        margin-right: 5px;
        display: inline-block;
        transition:all 0.2s ease-in;
    }
    .custom-navbar .navbar-nav>li.dropdown.open>a>.fa {
        transform:rotate(-90deg);
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        color: #fff;
        background-color: #062d65;
    }
.current-menu-parent > a {
	color: #C4C5C9!important;
}
}
/* End: header */

/* slider */
.slider h1 {
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 4vw;
}
.slide {
    background-size: cover;
    background-position: center;
    display: flex;
    vertical-align: middle;
}

.slide .slide-content {
    position: relative;
    max-width: 850px;
    width: 100%;
    margin: auto;
}
.slide .slide-content *{
    position: relative;
}

.slide .slide-content a {
	margin-top: 20px;
}
/* End slider */

/* search_section */
.search_section {
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
}
.search_section p {
	margin-bottom: 0;
	padding-top: 10px;
	color: #06225a;
	/*padding-left: 12px;*/
	min-height: 46px;
}
.search_section .search_row {
	background-color: #091f3f;
}
.search_input input {
    background-color: #072868;
    color: #7fafde;
}
.search_input button {
    background-color: #072868;
    color: #7fafde;
    font-size: 23px;
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
    height: 46px;
}
.search_input button.focus, .search_input button:focus, .search_input button:hover {
    color: #7fafde;
    outline: none !important;
}
.search_input input::-webkit-input-placeholder {
	color: #7fafde;
	font-size: 16px;
}
.search_input input::-moz-placeholder          {
	color: #7fafde;
	font-size: 16px;
}
.search_input input::-moz-placeholder           {
	color: #7fafde;
	font-size: 16px;
}
.search_input input::-ms-input-placeholder      {
	color: #7fafde;
	font-size: 16px;
}
/* End: search_section */
/* main_section */
.main_section {
	background-color: #fff!important;
	color: #6d6e71;
	padding-top: 40px;
	padding-bottom: 40px;
}
.main_section h2 {
	font-size: 2em;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0px auto 20px;
}
.main_section .mt55 {
	margin-top: 55px;
}
.main_section .mb40 {
	margin-bottom: 40px;
}
.main_section .link_view_all {
	text-align: center;
	margin-bottom: 0;
}
.main_section .link_view_all a {
	font-size: 0.9em;
}
.line_img_section {
	background-image: url(../img/line_img_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 40px;
	background-attachment: fixed;
}
.line_img_section img {
	width: 270px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.thumbnail {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0px;
    border: none;
    border-radius: 0;
    transition: box-shadow 0.15s ease-out;
}
.thumbnail:hover {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
    text-decoration: none;
}
.thumbnail:hover .hover_blue_bg {
    background-color: #88B0E2;
    color: #fff;
}
.thumbnail:hover .hover_grey_bg {
    background-color: #6d6e71;
    color: #fff;
}
.thumbnail .hover_dark_blue_bg .title {
	color: #001f5b;
	transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
}
.thumbnail:hover .hover_dark_blue_bg .title {
	color: #fff;
}
.thumbnail:hover .hover_dark_blue_bg {
	background-color: #00205c;
	color: #fff;
}
.thumbnail .thumbnail-image {
    height: 240px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.thumbnail .caption {
    padding: 15px;
    background-color: #fff;
    transition: all 0.15s ease-in;
    color: #939598;
}
.thumbnail .caption div {
    height: 150px;
}
.thumbnail .caption .title {
    font-size: 0.9em;
    line-height: 1.2em;
    font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.thumbnail .caption .text_date {
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 10px;
    overflow: visible;
    text-align: left;
}
.thumbnail .caption .arrow_left {
	text-align: right;
	margin-bottom: 0;
}
.thumbnail .caption .arrow_left span {
	background-image: url(../img/go_icons.svg);
    background-position: -116px -105px;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    display: inline-block;
    background-size: 340px auto;
}
.panel_custom {
	font-size: 15px;
	word-wrap: break-word;
	line-height: 18px;
	transition: all 0.15s ease-in;
}
.panel_custom:hover {
	background-color: #bed8f3;
}
.panel_custom p>a {
	color: #7db1e7 !important;
}
.panel_custom p>span>a .fa-reply,
.panel_custom p>span>a .fa-retweet,
.panel_custom p>span>a .fa-heart {
	color: rgba(0,0,0,0.30);
	transition: all 0.15s ease-in;
	padding-right: 10px;
}
.panel_custom p>span>a:last-child {
	color: rgb(107, 107, 106);
	font-size: 14px;
}
.panel_custom p>span>a .fa-reply:hover {
	color: #E34F0E;
}
.panel_custom p>span>a .fa-retweet:hover {
	color: #19cf86;
}
.panel_custom p>span>a .fa-heart:hover {
	color: #e81c4f;
}
.panel_custom img {
	margin-bottom: 15px;
}
.tweet-panel {
    display: inline-block;
    margin: 10px;
}
.tweet-panel .panel-body {
	min-height: 190px;
}

.subtitle {
	font-size: 1.3em;
	color: #939598;
	line-height: 1.2em;
}
.second_title {
	font-size: 1.6em;
}
/* End: main_section */
/* footer */
.footer_logo_section {
	background-color: #fff;
}
.footer_logo_section img {
	width: 100%;
	max-width: 445px;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}
.footer_menu {
	background-color: #5F676F!important;
	padding-top: 45px;
	padding-bottom: 35px;
}
.footer_menu ul>li>a {
	color: #B2B5B9!important;
	font-size: 16px;
	text-transform: initial;
}
.footer_menu ul>li>a:focus, .footer_menu ul>li>a:hover {
    color: #7db1e7!important;
}
.footer_menu h4 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 17px!important;
}
.footer_menu li>a>span {
    width: 23px;
    height: 23px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8em;
    color: #C4C5C9!important;
    border-radius: 50%;
    transition: all 0.15s ease-in;
    background-color: #7db1e7!important;
}
.footer_menu li>a>span:hover {
    background-color: #86AFE4;
}
	.footer_menu .menu-item {
	text-transform: initial;
}

.footer_copyright {
	background-color: #C4C5C9!important;
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 30px;
}
.footer_copyright p {
	margin-bottom: 0;
	color: #727880!important;
}
.footer_copyright .title_copyright {
	color: #cba876;
	font-weight: bold;
}
.footer_copyright .title {
	color: #5F676F;
	font-weight: bold;
}
.footer_copyright .mb10 {
	margin-bottom: 10px;
}
/* End: footer */
/* T&Cs */
.main_search input {
    color: #7fafde;
}
.main_search button {
    background-color: #7db1e7;
    color: #fff;
    font-size: 23px;
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
}
.main_search button.focus, .main_search button:focus, .main_search button:hover {
    color: #fff;
    outline: none !important;
}
.sidebar h4 {
	margin-top: 30px;
	font-size: 0.9em;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
}
.sidebar h4.mt50 {
	margin-top: 50px;
}
.sidebar .list-group-item {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: -1px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #a3aaae;
    border-radius: 0;
}
.sidebar a.list-group-item {
    color: #6d6e71;
}
.sidebar a.list-group-item:focus,
.sidebar a.list-group-item:hover,
.sidebar a.list-group-item.active {
    color: #7cb1e7;
    background-color: transparent;
}
.terms_conditions_section p {
	font-size: 16px;
	margin-bottom: 15px;
}
.terms_conditions_section h5 {
	font-size: 16px;
	margin-bottom: 0;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
}
/* End: T&Cs */
/* Videos Landing */
.video_section h4 {
	font-size: 1.3em;
	margin-bottom: 25px;
}
.video_section img {
	margin-top: 30px;
	margin-bottom: 40px;
}
/* End: Videos Landing */
/* Contacts */
.contact_section h4 {
	font-size: 0.9em;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 0;
}
.contact_section>div>div>p:last-child {
	margin-bottom: 20px;
}
.divider {
	height: 1px;
	width: 100%;
	background-color: #a3aaae;
}
.contact_section .divider{
	margin: 40px 0;
	display:none;
}

.contact_section iframe {
	margin-left: 18px!important;
}
/* End: Contacts */
/* service_landing */
.service_landing p {
	margin-bottom: 25px;
}
.service_landing .divider {
	margin: 25px 0;
}
.service_landing .subtitle,
.emergency_landing .subtitle {
	margin-bottom: 30px;
}
.service_landing .fs14 {
	font-size: 14px;
}
.service_landing h4 {
	font-size: 1.6em;
	margin-bottom: 25px;
}
.service_landing ol {
	padding-left: 30px;
}
/* End: service_landing */
/* emergency_landing */
.emergency_landing p {
	margin-bottom: 25px;
}
.blockImg {
    width: 30%;
   background-image: url(../img/img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    float: left;
    height: 280px;
}
.panel_block {
	width: 70%;
	float: left;
	font-size: 16px;
	background-color: #eee;
}
.panel_block .panel-body>div.row {
	height: 220px;
	overflow: hidden;
}
.panel_block h5 {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
}
.panel_block p {
	margin-bottom: 15px;
}
.panel_block .circle {
	margin-bottom: 0;
	text-align: right;
}
.circle span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: #7cb1e7;
    display: inline-block;
}
/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
}


.flip-container, .front, .back {
    height: 280px;
}
.front, .back {
    width: 100%;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

.flip-container.flip .flipper {
    transform: rotateY(180deg);
}
/* End: emergency_landing */
/* correspondent */
.correspondent h2 {
	text-align: left;
	margin-bottom: 0;
}
.correspondent h4 {
	font-size: 1.3em;
	margin-bottom: 0;
}
.correspondent p {
	margin-bottom: 20px;
}
.correspondent .fa-map-marker {
	font-size: 35px;
	color: #7cb1e7;
}
.panel_correspondent .panel {
	border-radius: 0;
	border-top: 1px solid #a3aaae;
	margin-top: 0 !important;
	background-color: transparent;
	box-shadow: none !important;
}
.panel_correspondent .panel:last-child {
	border-bottom: 1px solid #a3aaae;
}
.panel_correspondent .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #a3aaae;
}
.panel_correspondent .panel-heading h4 {
	font-size: 0.9em;
	color: #00205c;
}
.panel_correspondent a {
	text-decoration: none!important;
}
.panel_correspondent .panel .panel-heading {
	padding: 10px 0;
}
.panel_correspondent .panel .panel-body {
	padding: 20px 0;
}
.panel_correspondent .panel .panel-body h5 {
	font-size: 0.9em;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}
.panel_correspondent .panel .panel-body .fs16 {
	font-size: 16px;
}
.arrow_collapse{
    width: 25px;
    height: 25px;
    background-size: cover;
    position: relative;
    top: -3px;
}
a.collapsed .arrow_collapse{
    background:url(../img/arrow_down.png) no-repeat center;
    background-size: cover;

}
a .arrow_collapse {
    background:url(../img/arrow_down_open.png) no-repeat center;
    background-size: cover;

}
/* End: correspondent */
/* about_landing */
.about_landing h3 {
	margin-top: 40px;
	margin-bottom: 10px;
}
.about_landing p {
	margin-bottom: 25px;
}
.about_landing .sidebar h4,
.news_landing .sidebar h4,
.сareers_landing .sidebar h4{
	margin-top: 0;
}
/* End: about_landing */
/* news_landing */
.news_landing p,
.сareers_landing p,
.club_diary p {
	margin-bottom: 25px;
}
.news_landing .subtitle.link {
	margin-bottom: 0;
}
.news_landing p {
	margin-bottom: 25px;
}
.news_landing ul {
    margin-bottom: 25px;
    padding-left: 25px;
    font-size: 0.9em;
}
.arrow_left img {
	float: left;
	margin-right: 25px;
}
.arrow_left {
	line-height: 30px;
}
/* End: news_landing */
/* сareers_listing */
.сareers_listing h2 {
	margin-bottom: 0;
}
.сareers_listing h3 {
	margin-bottom: 30px;
}
.сareers_listing .divider {
	margin-bottom: 25px;
	margin-top: 25px;
}
/* End: сareers_listing */
/* learch_listing */
.learch_listing h2 {
    margin-bottom: 0;
}
.learch_listing ol {
    color: #7cb1e7;
    font-size: 1.3em;
}
.learch_listing ol li {
    padding-bottom: 10px;
    padding-top: 10px;
}
.learch_listing .second_title {
    margin-bottom: 35px;
}
.pagination_custom>li>a {
    background-color: transparent;
    border: none;
    color: #7cb1e7 !important;
    font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
    font-size: 1.3em;
}

/* End: learch_listing */
/* club_diary */
.club_diary .panel-group .panel {
    border-radius: 0px;
}
.club_diary .panel-heading {
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.club_diary .panel-heading  span {
    padding: 21px;
    font-size: 1.6em;
    line-height: 2.7em;
    border-left: 3px solid #7cb1e7;
    margin-right: 10px;
    background-color: #7cb1e7;
    color: #fff;
}
.club_diary .panel-heading a.collapsed span {
    background-color: #fff;
    color: #7cb1e7;
}
.club_diary .panel-heading .panel-title {
    font-size: 0.9em;
    line-height: 2.7em;
    color: #6d6e71;
}
.club_diary .divider {
    background-color: #eee;
}
.club_diary .row div {
    padding: 15px 30px;
}
.club_diary .border div:first-child {
    border-right: 1px solid #eee;
}
.club_diary .row div p {
    margin-bottom: 0;
}
/* End: club_diary */
/* event_registration */
.event_registration .form-group,
.contact_section .form-group {
    margin-bottom: 10px;
}
.event_registration .form_group_btn,
.contact_section .form_group_btn {
    margin-bottom: 25px !important;
}
.event_registration p {
    margin-bottom: 25px;
}
.event_registration h3 {
    margin-bottom: 0px;
}
.event_registration ::-webkit-input-placeholder,
.contact_section ::-webkit-input-placeholder,
.lost_password ::-webkit-input-placeholder{
  color: #7db1e7;
}
.event_registration ::-moz-placeholder,
.contact_section ::-moz-placeholder,
.lost_password ::-moz-placeholder {
  color: #7db1e7;
}
.event_registration ::-ms-input-placeholder,
.contact_section ::-ms-input-placeholder,
.lost_password  ::-ms-input-placeholder {
  color: #7db1e7;
}
.event_registration ::-moz-placeholder,
.contact_section ::-moz-placeholder,
.lost_password ::-moz-placeholder {
  color: #7db1e7;
}
.btn_submit {
   color: #7db1e7;
   border-radius: 0;
   border: 1px solid #7db1e7;
   background-color: transparent;
   font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
   transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    margin-bottom: 20px;
}
.event_registration .btn_submit {
    margin-right: 25px;
    float: left;
}
.event_registration label {
    line-height: 34px;
}
.btn_submit:hover, .btn_submit:focus, .btn_submit:active{
   color: #fff;
   border-radius: 0;
   border: 1px solid #7db1e7;
   background-color: #7db1e7;
}
/* End: event_registration */
/* lost_password */
.lost_password {
    background-color: #939598;
    color: #fff;
}
.lost_password p {
    font-size: 16px;
    padding-left: 15px;
}
.lost_password .btn_submit {
    border: none;
    background-color: transparent !important;
    padding-left: 15px;
    font-size: 0.9em;
}
/* End: lost_password */
/*Mobile version general*/

@media screen and (max-width: 768px){
    .wrapper {
        padding-top: 108px;
    }
    .search_input_wrapper {
        background-color: #091f3f;
    }
    .search_section .search_row {
         background-color: transparent;
    }
    .main_section .mt55 {
		margin-top: 10px;
	}
	.main_section .mb40 {
		margin-bottom: 25px;
	}
	.blockImg {
	    width: 100%;
	    height: 280px;
	    float: none;
	}
	.panel_block {
		width: 100%;
		float: none;
	}
	.panel_block>.panel-body>div {
		height: auto;
	}
    .club_diary .border div:first-child {
        border-right: none;
    }
    .mobile_social_link_hide {
        display: block !important;
    }
    .top_header {
        display: none;
    }
	.slide .slide-content h2 {
	font-size: 28px;
}
}

h3.title {
	text-transform: uppercase;
}

h2.text-center {
	color: #ACB3B7;
	line-height: 1.7em;
}
.tr-brand {
	border-bottom: 3px solid #ACB3B7;
}



/* Dash and internal pages styling */

.underline{
    text-decoration: underline !important;
}

.text__container{
    max-width: 846px;
    margin: 0 auto;
}

@media(max-width: 900px){
    .text__container{
        width: 92vw;
    }
}

.text__container h2{
    font-weight: 600;
    font-size: 38px;
    line-height: 38px;

    text-transform: uppercase;
    color: #5E676F;
}

.text__container p{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #5E676F;
}

.text__container ul{
    margin-top: 40px;
    margin-bottom: 8vw;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #5E676F;
    list-style-position: outside;
    margin-left: 20px;
    padding-left: 0;
}

.text__container ul > li{
    margin-bottom: 16px;
}

.text__container ul > li::marker{
    color: #7BAFE4;
}

.text__img{
    width: 100%;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #5E676F;
    margin-bottom: 8vw;
}

.text__img > img{
    width: 100%;
    margin-bottom: -10px;
}

.sub-content a{
    color: #fff;
    background: #7db1e7;
    padding: 10px 30px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}

.sub-content a:hover{
    background: #6692bd;
}

/* Hero */
.hero__container{
    max-width: 100vw;
    padding: 150px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

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

.hero__title{
    z-index: 10;
    font-weight: 400;
    font-size: 58px;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

@media(max-width: 500px){
    .hero__title{
        font-size: 10vw;
        line-height: 110%;
    }
}

.hero__title > .hero__title--sub{
    font-weight: 100;
    font-family: DIN_Light, sans-serif;
}

/* Status cards */
.status-card__container{
    display: grid;
    grid-gap: 1.5vw;
    grid-template-columns: repeat(4,1fr);
    box-sizing: border-box;
    padding: 0 5vw;
}

@media(max-width: 1000px){
    .status-card__container{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width: 500px){
    .status-card__container{
        grid-template-columns: repeat(1,1fr);
        width: 100vw;
    }
}

.status-card{
    text-align: center;
    box-shadow: inset 0px 0px 0px 3px #F3F3F3;
    position: relative;
    padding: 30px;
}

.status-card--line{
    position: absolute;
    top: 0;
    height: 3px;
    left: 0;
    width: 100%;
}

.status-card__header{
    margin: 0 auto !important;
    color: #5e676f;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 6px !important;
}

.status-card__para{
    margin: 0 auto;
    font-weight: 300;
    color: #5E676F;
    font-size: 14px;
}

/* Welcome intro */
.wlc-intro__container{
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 60px;
    padding: 0 5vw;
}

.wlc-intro__header{
    font-weight: 600;
    font-size: 38px;
    line-height: 38px;
    text-transform: uppercase;
    color: #5E676F;
    margin-bottom: 30px;
}

.wlc-intro__para{
    font-size: 14px;
    line-height: 21px;
    color: #5E676F;
}

/* Welcome cards */
.wlc-card__container{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 3vw;
    padding: 0 5vw;
    margin-bottom: 15vw;
}

@media(max-width: 1000px){
    .wlc-card__container{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width: 767px){
    .wlc-card__container{
        grid-template-columns: repeat(1,1fr);
        grid-auto-rows: 1fr;
    }
}

.wlc-card{
    background-color: #F3F3F3;
    width: 100%;
    position: relative;
}

.wlc-card--top{
    height: 200px;
    width: 100%;
}

.wlc-card__img{
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 8;
}

.wlc-card__header{
    z-index: 10;
    position: absolute;
    left: 40px;
    top: 110px;
    color: #fff;
    font-weight: 600;
    font-size: 26px !important;
    line-height: 26px;
    text-transform: uppercase;
}

@media(max-width: 500px){
    .wlc-card__header{
        left: 20px;
    }
}

.wlc-card__list{
    list-style: none;
    padding: 40px;
    margin: 0;

    display: flex;
    flex-direction: column;
    gap: 1.2vw;

    font-size: 16px;
    line-height: 100%;
}

@media(max-width: 500px){
    .wlc-card__list{
        padding: 20px;
    }
}

.wlc-card__list > li:not(:last-of-type){
    padding-bottom: 1.2vw;
    border-bottom: 1px solid rgba(94, 103, 111, 0.3);
}


/* Half and half */
.img-text__container{
    width: 100vw;
    height: auto;
    padding: 0;
    background-color: #F3F3F3;
    display: flex;
}

.img-text--left{
    width: 50vw;
}

.img-text--left > img{
    width: 50vw;
    height: 100%;
    object-fit: cover;
}

.img-text--right{
    padding: 5vw;
    width: 50vw;
}

.img-text--right > *{
    max-width: 95%;
}

.img-text--right h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;

    text-transform: uppercase;

    color: #5E676F;
}

.img-text--right h4{
    font-weight: 600;
    font-size: 14px !important;
    line-height: 18px;
    color: #5E676F;
}

.img-text--right p{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #5E676F;
}

.img-text--right > ul{
    padding-left: 0;
    list-style-position: outside;
    margin-left: 20px;
}

.img-text--right > ul > li{
    font-size: 14px;
    line-height: 14px;
    color: #5E676F;
    margin-bottom: 10px;
}


@media(max-width: 767px){
    .img-text__container{
        flex-direction: column;
    }
    .img-text--right, .img-text--left{
        width: 100%;
        box-sizing: border-box;
    }
    .img-text--left{
        display: flex;
    }
    .img-text--left > img{
        width: 92vw;
        margin: 0 auto;
        box-sizing: border-box;
    }
}


/* Call to action tiles */
.ms80{
    margin: 10vw 4vw;
}

.cta-tile__container{
    display: flex;
    gap: 2vw;
    width: 100%;
}

.cta-tile{
    width: 50%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.cta-tile::after{
    content: "";
    background: linear-gradient(180deg, rgba(31, 37, 45, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .3s ease-out;
}

.cta-tile:hover > .cta-tile__img{
    transform: scale(1.05);
}

.cta-tile:hover::after{
    background: linear-gradient(180deg, rgba(31, 37, 45, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.cta-tile__img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all .3s ease-out;
}

.cta-tile--text{
    position: absolute;
    left: 50px;
    bottom: 10px;
    color: #fff;
    z-index: 11;
}

.cta-tile__heading{
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.cta-tile__sub-heading{
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

@media(max-width: 767px){
    .cta-tile__container{
        flex-direction: column;
    }
    .cta-tile{
        width: 100%;
        height: 15rem;
    }
    .cta-tile--text{
        left: 20px;
    }
}

/* footer */

.di-footer{
    background-color: #5E676F;
    display: flex;
    justify-content: space-between;
    padding: 104px;
    color: #fff;
    width: 100vw;
    box-sizing: border-box;
    gap: 28px;
}

.di-footer--left{
    width: 40%;
}

.di-footer__header{
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;

    text-transform: uppercase;
}

.di-footer__para{
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

.di-footer--contact{
    display: flex;
    align-items: center;
    gap: 20px;
    color: #8a8a8a;
}

.di-footer--right{
    width: 40%;
}

.di-footer--right > .di-footer__header{
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.di-footer--right > .di-footer__para{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    max-width: 280px;
}

.di-footer--right--teamview{
    margin-top: 30px;
    display: flex;
    gap: 40px;
}

.di-footer--right--teamview > img{
    align-self: center;
}

.di-footer--lower{
    box-sizing: border-box;
    background-color: #C3C5C9;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;

    font-weight: 600;
    font-size: 12px;
    line-height: 12px;

    color: #5E676F;
}

@media(max-width: 900px){
    .di-footer{
        flex-direction: column;
        padding: 8vw;
    }
    .di-footer--left,.di-footer--right{
        width: 100%;
    }

    .di-footer--lower{
        padding: 2vw 2vw;
        gap: 2vw;
    }
}

@media(max-width: 500px){
    .di-footer--left > h2,.di-footer--right > h3{
        margin: 8px 0;
        font-size: 27px;
        line-height: 27px;
    }
    .di-footer{
        padding: 5vw;
    }
    .di-footer--contact{
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }
    .di-footer--contact > p{
        display: none;
    }
    .di-footer--contact > a > p{
        margin: 3px 0;
    }
    .di-footer--right--teamview{
        flex-direction: column;
        gap: 4vw;
    }
    .di-footer--right--teamview > img{
        align-self: flex-start;
    }
    .di-footer--lower{
        flex-direction: column;
        align-items: flex-start;
        padding: 2vw 6vw;
        gap: .4vw;
    }
    .di-footer--lower > p,
    .di-footer--lower > a > p{
        margin: 6px 0;
    }
}

/* Header */
.custom-navbar .navbar-toggle {
    border: none;
    margin-top: 30px;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    display: flex;
    flex-direction: column;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.custom-navbar .navbar-brand {
    height: auto;
    padding: 0px 15px;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.custom-navbar .navbar-nav {
    margin-top: 47px !important;
}

.sub-menu{
    list-style: none;
    z-index: 10;
}

#menu-mainmenu{
    margin-bottom: 0;
}

@media (max-width: 1125px){
    .navbar-toggle {
        /* display: block !important; */
        display: flex !important;
        flex-direction: column;
    }

    #menu-mainmenu{
        flex-direction: column;
        padding-left: 0;
    }
    .navbar-header{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .navbar-collapse.collapse:not(.show){
        height: 0;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        background-color: #5F676F;
        transition: all .7s;
        overflow: hidden;
    }

    .custom-navbar .navbar-nav>li.active>a, .custom-navbar .navbar-nav>li.active>a:hover, .custom-navbar .navbar-nav>li.active>a:focus, .custom-navbar .navbar-nav>li.active>a:active {
        color: #bd955a;
    }
    .custom-navbar .navbar-nav>li>a {
        color: #ffffff;
        display: block;
    }

}

@media (min-width: 1125px){
    .navbar > .container-fluid.section_wrapper{
        display: flex;
        justify-content: space-between;
    }
    .navbar-toggle {
        display: none !important;
    }
}
