html {
    min-height: 100%;
    overflow-x: hidden;
}

html,
body {
    width: 100%;
}

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
label {
    font-family: 'Montserrat', sans-serif;
}

p,
a,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

P {
    font-size: 16px;
    line-height: 28px;
    font-weight: lighter;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 2em;
    font-weight: 600;
    color: #012f5f;
    text-align: center;
}

h3:after {
    content: "";
    display: block;
    height: 1px;
    width: 45px;
    margin: 1em auto;
    border-bottom: 2px solid #012f5f;
}

#main h3 {
    text-align: left;
}

#main h3:after {
    margin: 1em 0;
}

#main a:not(.brand-logo) {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #dd9916;
}

#main a:hover {
    color: #dd9916;
}

h4 {
    font-size: 1.5em;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/****************************************************\
						Loader
\****************************************************/

.loader-wrapper {
    position: fixed;
    z-index: 10000;
    background-color: #012f5f;
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    top: 0;
    bottom: 0;
    text-align: center;
}

.lds-ripple {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/****************************************************\
					End	Loader
\****************************************************/

/****************************************************\
						Header
\****************************************************/

#header {
    position: absolute;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
}

#header:after {
    content: " ";
    display: block;
    clear: both;
}

#top {
    background-color: #012f5f;
    height: 50px;
    border-bottom: 1px solid #eee;
}

#top a {
    color: #ffffff;
}

#top a:hover,
#top a:focus {
    color: #dd9916;
    text-decoration: none;
}

#top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    padding-right: 1.5em;
}

#top ul > li {
    float: left;
    margin: 0 0 0 40px;
    line-height: 50px;
}

#top i {
    padding-right: 10px;
}

@media(max-width:767px) {
    #top {
        position: absolute;
        left: -3000em;
        top: 0;
        right: auto;
        bottom: auto;
    }
}

/****************************************************\
						Header end
\****************************************************/

/****************************************************\
						Nav
\****************************************************/

#header nav {
    background-color: #fff;
    height: 100px;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.navbar-default {
    background-color: transparent;
    border: none;
    z-index: 9999;
}

.collapse,
.navbar-collapse {
    float: right;
}

#navbar {
    padding: 0;
}

.navbar-nav > li:not(:last-child) > a {
    padding: 1em 1em;
    margin-right: 1em;
}

.navbar-nav > li:last-child > a {
    padding: 1em;
}

@media(max-width: 1200px) {
    .container-fluid > .navbar-collapse {
        width: 100%;
        margin-top: 5em;
        margin-right: 0px;
        background-color: #242424;
    }
}

@media (max-width: 1200px) {
    .container-fluid > .navbar-collapse.navbar-default-page {
        background-color: transparent;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #012f5f;
    cursor: pointer;
}

.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:hover {
    color: #dd9916;
    transition: background-color 0.2s ease-in;
    opacity: 1;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #dd9916;
}

.navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    color: #dd9916;
}

.navbar-default .navbar-nav > .active:after {
    content: "";
    display: block;
    background-color: #dd9916;
    height: 3px;
    margin-top: -3px;
}

@media(max-width:1199px) {
    ul.nav.navbar-nav > li {
        margin: 0 0.5em;
    }
}

ul.nav.navbar-nav > li a {
    font-size: 1.1em;
}

@media(max-width: 1220px) and (min-width: 1200px) {
    ul.nav.navbar-nav > li a {
        font-size: 1em;
    }
}

.dropdown-menu > li > a {
    padding: 1em 20px;
    padding-left: 2em;
    color: #012f5f;
}

.dropdown-menu > li > a:hover {
    background-color: #012f5f;
    color: #fff;
    opacity: 1;
}

li.dropdown > ul {
    text-transform: none;
}

li.dropdown:hover ul {
    display: block;
    opacity: 1;
}

.dropdown-menu {
    border-radius: 0px !important;
    opacity: 0;
}

@media(max-width: 1200px) {
    li.dropdown:hover ul {
        position: static;
        float: none;
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding-left: 2em;
        display: block;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }
}

.navbar-brand {
    padding: 15px 15px;
    height: 100px;
}

.company-logo {
    width: auto;
    max-height: 100%;
}

@media(max-width: 450px) {
    .company-logo {
        height: 50px
    }
}

.navbar {
    margin-bottom: 0;
}

@media(min-width: 767px) {
    .navbar-default .container-fluid {
        padding: 0 2em;
    }
}

@media(max-width: 1199px) {
    #navbar ul.nav li .amp_login {
        border: none;
        text-align: left;
    }
}

#navbar ul.nav li .amp_login span {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        border-radius: 0;
        margin-top: 15.5px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .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;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    #navbar {
        border-top: none;
    }
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #012f5f;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: transparent;
    color: #dd9916;
}

/****************************************************\
					nav animation
\****************************************************/

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: -1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 0px;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    top: 1px;
}

.navbar-toggle .icon-bar {
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
    background-color: transparent;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
    top: -6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/****************************************************\
						nav end
\****************************************************/

/****************************************************\
						banner
\****************************************************/

#banner {
    margin-top: 150px;
}

/*Camera */

.cameraContents {
    background: rgba(0, 0, 0, 0.5);
}

.camera_caption {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.camera_caption > div {
    background-color: transparent;
    max-width: 80%;
    margin: auto auto;
    display: inline-block;
}

#banner p {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
}

#banner .title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.8em;
    color: white;
}

#banner p a {
    font-size: 14px;
    ;
    margin-top: 20px;
}

#banner.home-banner {
    background-color: transparent;
}

#banner,
.section_banner {
    background-attachment: fixed;
    background-color: #012f5f;
    background-repeat: no-repeat;
    color: #fff;
    padding: 0;
    text-align: center;
    position: relative;
}

#banner.default_banner {
    height: 400px;
}

#banner > .container > div.banner_text {
    margin-top: 2em;
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 30, 65, 0.83);
}

#sets .overlay-blue {
    background-color: rgba(0, 30, 65, 0.83);
}

.section_banner p,
.white_section p {
    font-size: 1.25em;
}

.section_banner p:nth-last-child(2),
.white_section p:nth-last-child(2) {
    margin: 0 0 2.5em;
}

#banner h2 {
    font-size: 2.5em;
    font-weight: 900;
    line-height: 1em;
    margin: 0em 0 0.5em 0;
    padding: 0;
}

#banner a.btn.btn-primary:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#banner p,
#banner h2,
#banner a {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#banner .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media(max-width: 767px) {
    #banner {
        margin-top: 100px;
    }

    #banner .banner_text p {
        font-size: 1.25em;
    }

    #banner .banner_text h2 {
        font-size: 2.20em;
    }
}

.section_banner {
    width: 100%;
    padding: 7em 0;
}

.section_banner h3 {
    color: #fff;
}

.section_banner h3:after {
    border-bottom: 2px solid #ffffff;
}

.bgPos-bottom {
    background-position: bottom !important;
}

.bgPos-custom {
    background-position-y: 73% !important;
}

/****************************************************\
					banner end
\****************************************************/

/****************************************************\
					home content
\****************************************************/

.icon-box span {
    display: block;
    position: absolute;
    height: 120px;
    width: 120px;
    color: #fff;
    text-shadow: #01254D 1px 1px, #011c38 2px 2px, #011c38 3px 3px, #011c38 4px 4px, #011c38 5px 5px, #011c38 6px 6px, #011c38 7px 7px, #011c38 8px 8px, #011c38 9px 9px, #011c38 10px 10px, #011c38 11px 11px, #011c38 12px 12px, #011c38 13px 13px, #011c38 14px 14px, #011c38 15px 15px, #011c38 16px 16px, #011c38 17px 17px, #011c38 18px 18px, #011c38 19px 19px, #011c38 20px 20px, #011c38 21px 21px, #011c38 22px 22px, #011c38 23px 23px, #011c38 24px 24px, #011c38 25px 25px, #011c38 26px 26px, #011c38 27px 27px, #011c38 28px 28px, #011c38 29px 29px, #011c38 30px 30px, #011c38 31px 31px, #011c38 32px 32px, #011c38 33px 33px, #011c38 34px 34px, #011c38 35px 35px, #011c38 36px 36px, #011c38 37px 37px, #011c38 38px 38px, #011c38 39px 39px, #011c38 40px 40px, #011c38 41px 41px, #011c38 42px 42px, #011c38 43px 43px, #011c38 44px 44px, #011c38 45px 45px, #011c38 46px 46px, #011c38 47px 47px, #011c38 48px 48px, #011c38 49px 49px, #011c38 50px 50px, #011c38 51px 51px, #011c38 52px 52px, #011c38 53px 53px, #011c38 54px 54px, #011c38 55px 55px, #011c38 56px 56px, #012550 57px 57px, #011c38 58px 58px, #011c38 59px 59px, #011c38 60px 60px, #011c38 61px 61px, #011c38 62px 62px, #011c38 63px 63px, #011c38 64px 64px, #011c38 65px 65px, #011c38 66px 66px, #011c38 67px 67px, #011c38 68px 68px, #011c38 69px 69px, #011c38 70px 70px, #011c38 71px 71px, #011c38 72px 72px, #011c38 73px 73px, #011c38 74px 74px, #011c38 75px 75px, #011c38 76px 76px, #011c38 77px 77px, #011c38 78px 78px, #011c38 79px 79px, #011c38 80px 80px, #011c38 81px 81px, #011c38 82px 82px, #011c38 83px 83px, #011c38 84px 84px, #011c38 85px 85px, #011c38 86px 86px, #011c38 87px 87px, #011c38 88px 88px, #011c38 89px 89px, #011c38 90px 90px, #011c38 91px 91px, #011c38 92px 92px, #011c38 93px 93px, #011c38 94px 94px, #011c38 95px 95px, #011c38 96px 96px, #011c38 97px 97px, #011c38 98px 98px, #011c38 99px 99px, #011c38 100px 100px, #011c38 101px 101px, #011c38 102px 102px, #011c38 103px 103px, #011c38 104px 104px, #011c38 105px 105px, #011c38 106px 106px, #011c38 107px 107px, #011c38 108px 108px, #011c38 109px 109px, #011c38 110px 110px, #011c38 111px 111px, #011c38 112px 112px, #011c38 113px 113px, #011c38 114px 114px, #011c38 115px 115px, #011c38 116px 116px, #011c38 117px 117px, #011c38 118px 118px, #011c38 119px 119px, #011c38 120px 120px, #011c38 121px 121px, #011c38 122px 122px, #011c38 123px 123px, #011c38 124px 124px, #011c38 125px 125px, #011c38 126px 126px, #011c38 127px 127px, #011c38 128px 128px, #011c38 129px 129px, #011c38 130px 130px, #011c38 131px 131px, #011c38 132px 132px, #011c38 133px 133px, #011c38 134px 134px, #011c38 135px 135px, #011c38 136px 136px, #011c38 137px 137px, #011c38 138px 138px, #011c38 139px 139px, #011c38 140px 140px, #011c38 141px 141px, #011c38 142px 142px, #011c38 143px 143px, #011c38 144px 144px, #011c38 145px 145px, #011c38 146px 146px, #011c38 147px 147px, #011c38 148px 148px, #011c38 149px 149px, #011c38 150px 150px;
}

.icon-box {
    display: inline-block;
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 120px;
    height: 120px;
    font-size: 60px;
    line-height: 120px;
    background-color: #012f5f;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.section .block {
    position: relative;
    text-align: center;
    min-height: 380px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px 15px;
    border-top: 3px solid #012f5f;
}

.block .title {
    color: #dd9916;
    font-weight: bold;
    font-size: 1.5em;
    margin: 20px 0;
}

.block .content {
    font-size: 1.1em;
    text-align: center;
}

.block a.btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 2px;
}

.section {
    padding: 6em 0;
}

.top-section {
    padding: 4em 0;
}

.section_banner .overlay {
    background-color: rgba(1, 47, 95, 0.6);
}

.section_banner.middle-section .overlay {
    background-color: transparent;
}

.section_banner.middle-section {
    background-color: #dd9916;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 600px;
}

.card .img-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.card .card-content {
    padding: 15px;
}

.card .content {
    font-size: 1.1em;
}

.card .btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 2px;
}

.brand-logos {
    margin-bottom: 0;
    text-align: center;
}

.brand-logos a {
    display: inline-block;
    border-color: transparent;
    margin: 10px 20px;
    width: 160px;
}

.brand-logos a img {
    width: 160px;
}

@media(max-width:991px) {
    .block .title {
        font-size: 1.2em;
    }

    .section .block {
        min-height: 400px;
    }
}

@media(max-width:767px) {
    .block a.btn {
        position: relative;
        left: 0%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        margin-top: 40px;
    }

    .section .block {
        min-height: auto;
    }

    .section .row > div:not(:last-child) {
        padding-bottom: 40px;
    }
}

.white_section h3 {
    text-align: center;
    color: #012f5f;
}

.content_header {
    padding: 2em 0;
    text-align: left;
}

.content_header h2 {
    margin: 0;
}

.content_header p {
    display: inline-block;
    color: #777;
    margin: 1.5em 0 0 0;
    padding: 1.5em 0 0 0;
    font-style: normal;
    font-size: 1.3em;
}

.content_header h2 {
    border-bottom: solid 2px #e5e5e5;
    padding-bottom: 0.8em
}

.content_header_img {
    border-radius: 0 0 6px 6px;
    display: block;
    margin: 3em 0 -3em -3em;
    position: relative;
    width: calc(100% + 6em);
}

.content_header_img img {
    display: block;
    width: 100%;
}

/****************************************************\
				home content end
\****************************************************/

/****************************************************\
				sub pages content
\****************************************************/

#main,
.main,
.sub {
    padding: 4em 0;
}

@media(max-width: 767px) {
    #main .container,
    .section_banner .container,
    .section .container {
        padding: 0 2em;
    }
}

@media (max-width: 767px) {
    #main {
        padding-bottom: 0;
    }
}

#main h3,
.sub h3 {
    color: #012f5f;
}

#main .section,
.sub .section {
    padding: 0 0em 2em;
}

.set .content a {
    color: #012f5f;
    font-weight: 400;
    font-size: 1em;
    white-space: nowrap;
}

@media(max-width:767px) {
    #sets .content-wrapper .close-icon {
        float: right;
        font-size: 2.25rem;
        position: relative;
        top: -10px;
        left: 0px;
        cursor: pointer;
    }
}

/****************************************************\
				sub pages content end
\****************************************************/

/****************************************************\
					page header
\****************************************************/

.page_header h3 {
    margin-top: 0;
}

.page_header h2 {
    color: #012f5f;
    margin: 2em 0;
    text-transform: uppercase;
    padding-left: 1.1em;
}

/****************************************************\
					page header end
\****************************************************/

/****************************************************\
				Main & content body
\****************************************************/

.content_body h2 {
    margin: 0;
}

.content_body p {
    color: #777;
    font-style: normal;
    font-size: 1.2em;
}

.content_body h2 {
    border-bottom: solid 2px #e5e5e5;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    padding-top: 1em;
}

.content_body h3 {
    margin: 0 0 1em;
    color: #012f5f;
}

.content_body h4 {
    margin: 1em 0;
    font-weight: 400;
    color: #012f5f;
    font-size: 1.3em;
}

.content_body_img {
    border-radius: 0 0 6px 6px;
    display: block;
    margin: 3em 0 -3em -3em;
    position: relative;
    width: calc(100% + 6em);
}

.content_body_img img {
    display: block;
    width: 100%;
}

.content_body ul,
#main ul {
    padding-left: 0;
}

.content_body ul li,
#main ul li {
    font-size: 1.2em;
    padding-bottom: 0.5em;
    position: relative;
    padding-left: 1.5em;
    line-height: 1.5em;
    color: #777;
    font-weight: lighter;
}

.content_body ul > li:before,
#main ul > li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f111';
    left: 3px;
    top: 1px;
    font-size: 7px;
    color: #012f5f;
}

.content_body a {
    color: #012f5f;
}

.content_body a:hover {
    opacity: 0.7;
}

.content_body .btn.blue_btn {
    background-color: transparent;
}

.content_body a.btn.blue_btn:hover,
#appointment_form .btn.blue_btn:hover {
    background-color: rgba(0, 30, 65, 0.25);
    color: #012f5f;
}

/****************************************************\
				content body end
\****************************************************/

.content_body.team_profile .btn.blue_btn {
    margin-top: 1em;
}

.content_body .team {
    padding: 2em 0 2em;
}

/****************************************************\
					bottom banner
\****************************************************/

.bottom_banner > div {
    padding: 2em 0em;
    text-align: center;
}

.bottom_banner.blue_bottom_banner {
    background-color: #012f5f;
    position: relative;
    z-index: 6;
}

.bottom_banner h2,
.bottom_banner p {
    color: #012f5f;
}

@media(max-width: 767px) {
    .bottom_banner h2 {
        font-size: 2em;
    }
}

.btn_wrapper {
    text-align: center;
}

a.btn,
button.btn,
div.btn {
    padding: 10px 28px;
    min-width: 120px;
    border-radius: 0px;
    background-color: transparent;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    letter-spacing: 1px;
    font-weight: 900;
    text-transform: uppercase;
}

.btn.blue_btn {
    color: #012f5f;
    border-color: #012f5f;
}

a.btn.btn-fill {
    background-color: #dd9916;
    border-color: #dd9916;
    color: #fff;
}

a.btn.btn-fill:hover {
    background-color: rgba(221, 153, 22, 0.8);
    opacity: 1;
}

a.btn.btn-outline {
    background-color: transparent;
    border-color: #012f5f;
    color: #012f5f;
}

a.btn.btn-outline:hover {
    color: #fff;
    background-color: #012f5f;
}

a.btn.white_btn {
    color: #ffffff;
    border-color: #ffffff;
    border: 1px solid;
}

a.btn.white_btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.bottom_banner a.btn.blue_btn {
    margin-top: 2em;
}

.btn.blue_btn:hover {
    background-color: rgba(0, 30, 65, 0.25);
    opacity: 1;
}

.bottom_banner .row {
    padding: 2em 3em;
}

.bottom_banner a.short_icon i,
.bottom_banner a.short_icon span.text {
    color: #012f5f;
    text-transform: uppercase;
}

.bottom_banner a.short_icon:hover i.icon,
.bottom_banner a.short_icon:hover span.text {
    color: #012f5f;
}

.bottom_banner.blue_bottom_banner i.icon,
.bottom_banner.blue_bottom_banner a.short_icon span.text {
    color: #fff;
}

@media(max-width: 991px) {
    .bottom_banner .row > div:first-child,
    .bottom_banner .row > div:nth-child(2) {
        margin-bottom: 4em;
    }
}

.information {
    background-color: #DDF1FC;
}

.information h3 {
    text-align: center;
    margin-top: 0;
    color: #012f5f;
}

.information a {
    color: #012f5f;
    font-weight: bold;
}

/****************************************************\
					bottom banner end
\****************************************************/

/****************************************************\
					footer
\****************************************************/

#footer {
    background: #333333;
    color: #fff;
    padding: 3em 0 1em;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer i {
    margin-right: 10px;
}

#footer p,
#footer .text {
    font-size: 0.85em;
    color: #fff;
    line-height: 1.25em;
}

#footer .footer-links,
#footer p.footer-links a {
    font-size: 13px;
}

.footer-links {
    display: block;
    padding-bottom: 5px;
}

@media(max-width:1199px) {
    #footer {
        padding: 1%;
        padding-top: 2em;
    }
}

#footer h5 {
    font-size: 1.2em;
    color: #fff;
    clear: left;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}

#footer-nav {
    list-style: none;
    padding-left: 0px;
}

#footer-nav li {
    font-size: 10px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    color: #a6a6a6;
    list-style: none;
}

#footer-nav li::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 10px;
    font-size: 12px;
}

#footer-nav li:last-child {
    border-bottom: none;
}

#footer-nav li a,
#footer-nav li a:hover {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
}

/****************************************************\
					footer end
\****************************************************/

/***********************************
          News
***********************************/

.post-area,
.post-title,
.post-date {
    display: block;
    width: 100%;
}

.post-area {
    color: #505050;
}

.post-area.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.news .post-area.animated:nth-child(-n+3) {
    -webkit-animation-delay: 1.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 1.5s;
}

.load-more.animated {
    -webkit-animation-delay: 1.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 1.5s;
}

.post-area .col-sm-4 {
    padding-left: 8px;
    padding-right: 8px;
}

.post-title a {
    color: inherit;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.1em;
    color: #012f5f;
}

.post-title .p-title {
    padding-top: 20px;
    font-size: 18px;
    width: auto;
    word-wrap: break-word;
    text-align: justify;
    clear: both;
    overflow: hidden;
}

.post-more {
    margin-top: 10px;
}

.post-more a {
    color: #00aae0;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.post-more span {
    display: inline-block;
    margin-top: -6px;
    vertical-align: middle;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.post-more a:hover span {
    padding-left: 10px;
    font-weight: bold;
}

.post-area .preview-image {
    display: block;
    float: left;
    overflow: hidden;
    width: 100%;
}

.preview-image img {
    min-width: 100%;
    height: 100%;
    left: 50%;
    position: relative;
    transform: translate(-50%);
    width: 100%;
}

.preview-content {
    word-wrap: break-word;
    font-size: 1em;
    line-height: 1.69231;
    color: #505050;
    clear: both;
    overflow: hidden;
}

.load-more {
    text-align: center;
    clear: both;
}

.post-content .post-title p,
.post-content .post-more p {
    text-align: left;
}

@media (min-width: 767px) {
    .post-area .preview-content {
        text-overflow: ellipsis;
        display: -webkit-box;
        word-break: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 67px;
    }

    .post-content {
        margin-bottom: 40px;
    }

    .p-title {
        text-overflow: ellipsis;
        display: -webkit-box;
        word-break: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 77px;
    }
}

@media(max-width:767px) {
    .post-area .preview-image {
        height: auto !important;
    }

    .post-area {
        margin-bottom: 50px;
    }
}

/****************************************************\
					news end
\****************************************************/

/****************************************************\
				news page content
\****************************************************/

#main.newsletter {
    padding-top: 4em;
}

@media(max-width:767px) {
    #main.newsletter {
        padding: 3em 0;
    }
}

.news-content p {
    font-size: 1.2em;
}

.newsletter-info {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.newsletter-info .container .row {
    align-items: center;
    justify-content: center;
    display: flex;
}

.newsletter-info .middle {
    text-align: center;
}

.newsletter-info .right {
    text-align: right;
}

.news-content h3 {
    text-align: center;
    margin-top: 1em;
}

.newsletter-info a {
    text-transform: uppercase;
    color: #00aae0;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.newsletter-info .left span {
    padding-right: 10px;
}

.newsletter-info .right .tools span {
    padding-left: 10px;
    font-size: 25px;
}

.newsletter-info .title {
    font-weight: bold;
    font-size: 18px;
}

.newsletter-info .date {
    font-weight: lighter;
}

@media(max-width:767px) {
    .newsletter-info .row:first-child {
        border-bottom: 1px solid #E0E0E0;
    }

    .newsletter-info {
        padding: 0;
    }

    .newsletter-info .row {
        padding: 10px 0;
    }
}

.addthis_inline_share_toolbox {
    position: absolute;
    right: 5px;
    top: 40px;
    width: 50px;
}

.newsletter .hr {
    margin-top: 50px;
    margin-bottom: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.recent-articles {
    margin-left: -8px;
    margin-right: -8px;
}

.recent-articles h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.5em;
}

@media(max-width:767px) {
    .recent-articles h3 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

/****************************************************\
				news page content end
\****************************************************/

/****************************************************\
     			Pagination
\****************************************************/

ul.pagination {
    clear: both;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 8px !important;
}

ul.pagination > li {
    color: #DBDBDB;
    font-weight: bold;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

#main ul.pagination > li:before {
    content: "";
    display: inline-block;
    width: 20px;
}

.prev,
.next,
#main ul.pagination > li.cur,
#main ul.pagination > li:hover {
    color: #00aae0;
}

#main ul.pagination > li:hover {
    cursor: pointer;
}

/****************************************************\
				contact us
\****************************************************/

.contact-details {
    margin: 2em 0;
}

.contact-details > div {
    padding-left: 0;
}

.contact-details p {
    text-align: left;
}

#google-recaptcha {
    float: right
}

#google-recaptcha .g-recaptcha {
    float: right;
    margin-top: 1em;
}

#appointments p,
#appointments strong {
    font-size: 1em;
    text-align: left;
}

.g-recaptcha {
    margin-bottom: 2em;
}

#map {
    height: 500px;
}

/*Form*/

.form-control {
    border: 1px solid #ddd;
    border-radius: 0;
}

.contact_details {
    padding: 1em 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.contact_details h5 {
    color: #012f5f;
}

.contact_details i {
    color: #dd9916;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 8px;
}

.contact_details span {
    display: inline-block;
}

@media(max-width: 767px) {
    .contact_details {
        margin-top: 0;
    }
}

/****************************************************\
				contact us end
\****************************************************/

/***********************************
         contact/ get started
************************************/

.contact-content,
.contact-form-content {
    text-align: center;
    padding-bottom: 30px;
}

.contact-form-content h1 {
    padding-bottom: 20px;
}

.contact-address {
    margin: 25px 0;
}

.contact-details .contact-info {
    font-size: 18px;
    color: #012f5f;
    line-height: 40px;
}

.contact-details .contact-info i {
    width: 40px;
    font-size: 25px;
}

.contact-details .contact-info a {
    color: inherit;
}

@media(max-width:767px) {
    .contact-details {
        padding-top: 20px;
    }

    .contact-details .contact-info {
        font-size: 13px;
    }
}

@media(min-width:768px) {
    .contact-details {
        padding-left: 50px;
    }
}

.contact-form .help-block {
    display: inline-block;
    font-size: 14px;
    color: #a94442;
}

.contact-form button.btn.blue_btn {
    padding: 1em 7em;
}

.has-error input {
    border-color: #a94442;
}

.contact-form .submit {
    margin: 15px 0;
}

.contact-form {
    padding: 1em 0;
    padding-right: 1em;
}

@media(max-width:767px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .g-recaptcha {
        margin-bottom: 0.5em;
    }

    .contact-form {
        padding-right: 0em;
    }

    .form-group > div:not(:last-child) {
        padding-bottom: 15px;
    }
}

#formWidgetSubmitResultText {
    text-align: center;
    font-size: 25px;
    color: #012f5f;
}

/****************************************************\
				animation
\****************************************************/

.fadeInUp,
.fadeInUp:nth-child(2),
.fadeIn {
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

/****************************************************\
				animation end
\****************************************************/

/****************************************************\
        		 orangebox (video)
\****************************************************/

#ob_container #ob_content {
    height: auto !important;
    width: auto !important;
    border: none;
}

#ob_container #ob_float {
    margin-bottom: -221px !important;
}

#ob_container #ob_close {
    height: auto;
    right: 0;
    left: auto;
    top: -21px;
    width: auto;
    color: #fff;
}

#ob_container #ob_window {
    padding: 0;
    max-width: 640px !important;
    width: 100% !important;
}

#ob_container #ob_video {
    width: 100% !important;
    height: 100% !important;
}

#ob_title h3:after {
    border-bottom: none;
}

/****************************************************\
        		 orangebox end (video)
\****************************************************/

/****************************************************\
					Click to open
\****************************************************/

.set .row {
    margin-bottom: 20px;
}

.set > .container > .row {
    display: flex;
}

.profile {
    position: relative;
    margin-top: 40px;
}

.opengroup {
    height: auto !important;
}

.bio {
    border-top: 1px solid #012f5f;
    border-bottom: 1px solid #012f5f;
    padding: 4em 0;
}

@media(min-width:768px) {
    #team .set:not(:last-child) {
        padding-bottom: 30px;
    }
}

.set_wrapper:last-child .set:last-child .content-display {
    border-bottom: none;
}

.set:last-child .bio {
    border-bottom: none;
}

@media(max-width: 767px) {
    .bio {
        padding: 3em 0;
    }

    .set > .container:not(:nth-last-child(2)) {
        margin-bottom: 30px;
    }
}

.arrow-wrapper {
    position: absolute;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    z-index: 4;
    bottom: -50px;
    background: #fff;
}

.arrow-up {
    margin-top: 30px;
    width: 20px;
    height: 20px;
    border-left: 20px solid transparent;
    position: relative;
    border-left: 1px solid #012f5f;
    border-top: 1px solid #012f5f;
    background-color: #fff;
    position: absolute;
    bottom: -50px;
    transform: rotate(45deg);
    z-index: 3;
}

.team_member,
.team_member .section {
    padding-bottom: 0;
}

.team_member {
    padding: 3em 0;
}

.team-image,
.planning-img {
    background-size: cover;
}

.profile .close-icon {
    float: right;
    font-size: 2.25rem;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}

#cross {
    background: red;
    height: 100px;
    position: relative;
    width: 20px;
}

#cross:after {
    background: red;
    content: "";
    height: 20px;
    left: -40px;
    position: absolute;
    top: 40px;
    width: 100px;
}

.team_img {
    min-height: 190px;
    display: inline-block;
}

.moreinfo:hover {
    cursor: pointer;
}

.moreinfo img {
    min-width: 100%;
    height: 100%;
    left: 50%;
    position: relative;
    transform: translate(-50%);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

#sets .not-selected {
    opacity: 0.5;
}

a.moreinfo:hover {
    opacity: 1;
}

.team_member .moreinfo div.team-image {
    filter: grayscale(80%);
}

.team_member .moreinfo div.team-image.profile-selected {
    filter: grayscale(0);
}

.profile .bio p {
    margin-bottom: 15px;
    text-align: left;
    font-weight: lighter;
}

.profile .bio p.title {
    font-weight: 400;
}

.profile .bio ul li {
    color: #012f5f;
    font-size: .8125rem;
    line-height: 1.69231;
}

.set .alias .name {
    color: #dd9916;
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    margin-top: 1em;
}

@media(max-width: 767px) {
    .set .container .row.row-eq-height .alias {
        padding: 0 3em;
    }

    .arrow-up {
        left: 52px;
    }
}

.set .alias .title {
    text-align: left;
}

.profile .bio .advisername {
    text-align: left;
    font-family: "Archer-l";
    display: block;
    font-size: 3rem;
    line-height: 1.875;
    margin: 0;
    color: #012f5f;
    font-weight: 400;
    vertical-align: bottom;
}

.profile .bio .advisertitle {
    color: #00aae0;
    font-size: 2rem;
    line-height: 1.5625;
    font-weight: 400;
    margin-top: 0;
    display: block;
    text-shadow: none;
}

.profile .bio ul li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    position: relative;
    top: -2px;
    left: -13px;
    font-weight: bold;
    font-size: 7px;
    color: #012f5f;
    line-height: 1;
}

.profile div.content h4 {
    font-weight: bold;
    color: #dd9916;
    margin-bottom: 0;
    font-size: 1.5em;
}

.profile div.content .title {
    font-weight: 400;
    color: #012f5f;
}

.profile div.content p {
    font-weight: lighter;
}

.profile .adviser_content_2 > div {
    padding-left: 0;
}

.profile .adviser_content_2 > div > h5 {
    font-weight: 600;
    font-size: 1.3em;
    text-align: left;
}

.profile .adviser_content_2 > div > ul {
    margin-bottom: 0;
}

.profile .adviser_content_2 ul > li {
    font-size: 1.2em;
    font-weight: lighter;
}

/****************************************************\
				Click to open end
\****************************************************/

/****************************************************\
				equal height css
\****************************************************/

/*
 * Row with equal height columns
 * --------------------------------------------------
 */

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*
 * Styles copied from the Grid example to make grid rows & columns visible.
 */

.container {
    padding-right: 15px;
    padding-left: 15px;
}

h4 {
    margin-top: 25px;
}

.row .row {
    margin-top: 10px;
    margin-bottom: 0;
}

/****************************************************\
				equal height css end
\****************************************************/

/****************************************************\
				start
\****************************************************/

.start p {
    margin-bottom: 1em;
    color: #777;
    font-size: 1.2em;
}

.start a {
    color: #012f5f;
    font-weight: 400;
    font-size: inherit;
}

/****************************************************\
				miscellaneous
\****************************************************/

.tnc p.tc {
    color: #012f5f;
    font-weight: 900;
    font-size: 1.3em;
    margin: 1em 0;
}

.tnc ol li {
    color: #777;
    font-weight: lighter;
    font-size: 1.2em;
}

.tnc ol {
    margin-bottom: 1em;
}

.tnc p {
    margin-bottom: 1em;
    color: #777;
    font-size: 1.2em;
}

p.tc {
    color: #012f5f;
    font-weight: 900;
    font-size: 1.3em;
    margin: 1em 0;
}

.siteWrapper {
    padding-top;
}

.home_header {
    background: transparent;
}

ul {
    list-style-type: none;
    text-align: left;
}

.no_banner {
    border-radius: 6px !important;
}

@media(max-width:500px) {
    .btn {
        font-size: 0.8em;
    }
}

/****************************************************\
				miscellaneous end
\****************************************************/

/************************************************
    07/28 nav/contact us/ update  
*************************************************/

#navbar {
    overflow-x: hidden;
}

#header .navbar-nav > li > a {
    padding: 0 1.5em;
    margin-right: 0;
    line-height: 100px;
}

@media (max-width:1200px) {
    #navbar {
        width: 100%;
        margin: auto;
        background-color: #012f5f;
    }

    .navbar-default .navbar-nav > .active > a {
        border: initial;
    }

    #header .navbar-nav > li > a {
        line-height: 3em;
        color: #fff;
    }

    li.dropdown:hover ul {
        padding-left: 0;
    }

    .navbar-default .nav > li > a:focus,
    .navbar-default .nav > li > a:hover {
        background-color: #dd9916;
        color: #fff;
    }

    .navbar-default .navbar-nav > .active > a:hover {
        background-color: #dd9916;
    }

    .navbar-default .navbar-nav > .active:after {
        background-color: transparent;
    }

    .dropdown-menu > li > a:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }
}

@media (max-width:767px) {
    .dropdown-menu > li > a {
        white-space: pre-wrap;
    }
}

@media(max-width: 767px) {
    #main.contact-us {
        padding-bottom: 4em;
    }
}

/*******************************************
            ytml search
*******************************************/

#search-form {
    width: 300px;
    transform: translateX(-50%);
    text-align: center
}

@media(max-width: 767px) {
    #search-form {
        width: 250px
    }
}

@media(max-width: 767px) {
    #search-form {
        width: 220px
    }
}

.search-box {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%)
}

#search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
}

.input-field {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-top: -51px;
}

#search-wrapper input[type="search"] {
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 35px;
    font-weight: 300;
    text-align: left;
    border: 0;
    margin: 0 auto;
    outline: none;
    border-bottom: 1px solid #2196F3;
    -webkit-box-shadow: 0 1px 0 0 #2196F3;
    box-shadow: 0 1px 0 0 #2196F3;
    font-family: 'Orbitron', sans-serif
}

#search-wrapper input[type="search"]:-ms-input-placeholder,
#search-wrapper input[type="search"]::-ms-input-placeholder,
#search-wrapper input[type="search"]::placeholder {
    color: #fff
}

#search-wrapper .close {
    position: absolute;
    top: -60px;
    right: 0;
    color: #fff;
    background-color: transparent;
    border: none;
    opacity: 1;
    font-size: 40px
}

#search-wrapper.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 110
}

#page-result {
    color: #fff;
    margin-top: 30px;
    position: relative;
    min-height: 510px;
}

li.search-item {
    font-size: 14px;
    list-style-type: none
}

.results-close-btn {
    float: right;
    opacity: 1;
    height: 12px;
    width: 12px;
    position: absolute !important;
    top: -15px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
}

#page-result a {
    color: #03A9F4;
    font-size: 18px
}

#page-result h3,
#page-result .pagination li.cur {
    color: #03A9F4;
}

#page-result h3:after {
    content: "";
    display: block;
    height: 1px;
    width: 45px;
    margin: 0.5em auto;
    border-bottom: 2px solid #03A9F4;
}

.overflow {
    overflow: hidden;
}

.search-open {
    visibility: visible;
    opacity: 1;
}

.search-close {
    visibility: hidden;
    opacity: 0;
}

.page-overlay {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100001;
}

.navbar-form .search-btn {
    background-color: #012f5f;
    padding: 0.44em 2.5em;
    font-size: 14px;
}

.navbar-form .search-btn span {
    color: #fff;
}

.navbar-form input {
    border-radius: 0;
    border-right: 0;
}

.navbar-form input:focus {
    border-color: #012f5f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 30, 65, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 30, 65, 0.6);
}

@media(max-width: 767px) {
    #search-tool-mobile form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #search-tool-mobile .input-group-btn {
        display: block;
    }
}

.searchLoadingImg .fa {
    color: #fff;
}

#search-tool-mobile .searchLoadingImg {
    float: left;
    position: absolute;
    right: -45px;
    top: 3px;
}

#search-tool-mobile {
    position: absolute;
    top: 85px;
    right: 115px;
    z-index: 100;
}

@media(max-width: 767px) {
    #search-tool-mobile {
        right: 85px;
    }
}

.default_header #search-tool {
    left: -175px;
}

@media(max-width: 1200px) {
    .input-group-btn {
        display: block;
    }
}

#error {
    display: block;
    color: #a94442;
}

.si-wrapper-top {
    transform: translate(-50%, -140%);
}

@media(min-width: 480px) and (max-width: 767px) {
    .si-wrapper-top {
        width: 400px;
    }
}

@media(max-width: 479px) {
    .si-wrapper-top {
        width: 250px;
    }
}

@media(min-width: 768px) {
    .si-wrapper-top {
        width: 600px;
    }
}

/* Circle for bottom icons*/

a.short_icon::before,
a.short_icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(169, 169, 169, 0.5);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2);
}

a.short_icon::after {
    width: 90px;
    height: 90px;
    border-width: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
}

a.short_icon:hover::before,
a.short_icon:hover::after,
a.short_icon:focus::before,
a.short_icon:focus::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.online_accounts a.btn.short_icon {
    position: relative;
}

/* Button animation */

.btn.white_btn,
.btn.blue_btn,
#btnFWSubmit {
    position: relative;
    overflow: hidden;
}

/* Effect 4: bottom border enlarge */

#footer a {
    text-decoration: none;
    margin: 0 0 10px;
    position: relative;
}

#footer a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: height 0.2s, opacity 0.2s, -moz-transform 0.2s;
    transition: height 0.2s, opacity 0.2s, transform 0.2s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(10px);
}

#footer a:hover::after,
#footer a:focus::after {
    height: 1px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

a:hover,
.content_body a:hover,
.bottom_banner .short_icon:hover {
    opacity: 1;
}

#page-result .pagination li {
    padding-left: 5px;
    padding-right: 5px;
}

.searchLoadingImg {
    position: absolute;
    right: 0;
    top: 15px;
}

@media(min-width: 768px) {
    #page-result ul.pagination {
        position: absolute;
        bottom: 0;
    }
}

/******************************************
                About
******************************************/

.img-block {
    height: 0;
    padding-bottom: 66.67%;
    position: relative;
}

.img-block .title {
    position: absolute;
    text-decoration: none;
    bottom: 0;
    width: 100%;
    background-color: rgba(221, 153, 22, 0.8);
    padding: 10px 15px;
    color: #012f5f;
    font-weight: bold;
    font-size: 1.2em;
}

.img-block:hover .title {
    background-color: #dd9916;
}

.img-links {
    background-color: rgba(1, 47, 95, 0.05);
}

/*******************************************
            Our People
*******************************************/

.member-card {
    border-top: 3px solid #012f5f;
    min-height: 210px;
    padding: 5px 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.member-card a {
    position: absolute;
    bottom: 5px;
}

/*******************************************
           Partner
*******************************************/

.section-block .brand-logo img {
    width: 200px;
}

.section-block {
    border-bottom: 1px solid #dd9916;
    margin-bottom: 50px;
}

.section p {
    text-align: center
}

.block2 {
    position: relative;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px 15px;
    border-top: 3px solid #dd9916;
    background-color: #012f5f;
}

.block2 p {
    margin-bottom: 0 !important;
    color: #fff;
}

.banner-inner {
    width: 100%;
    max-width: 956px;
    min-height: 360px;
    margin: 0 auto;
    padding-top: 40px;
    display: inline-flex;
}

.carousel {
    position: relative;
    height: 400px;
}

#homeCarousel .carousel-indicators {
    bottom: 0px;
}

#homeCarousel .carousel-inner {
    min-height: 250px;
}

#homeCarousel .item {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 400px;
    background-size: cover;
}

#homeCarousel .item .banner {
    height: fit-content;
    padding: 155px 0px 155px 0px;
}

div.color-overlay {
    background-color: rgba(0, 0, 0, .3);
    z-index: 10;
    padding: 180px 0 155px;
}