@font-face {
    font-family: 'Pretty-Pen-Regular';
    src: url('fonts/Pretty-Pen-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'Pretty-Pen-Regular';
    src: url('fonts/Pretty-Pen-Regular.woff') format('opentype');
}

html {
    min-height: 100%;
    overflow-x: hidden;
}

html,
body {
    width: 100%;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.5;
}

a:focus {
    text-decoration: none;
}

p,
a,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    line-height: 1.5;
}

P {
    font-weight: 400;
}

#header:after {
    content: " ";
    display: block;
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

h1.handwriting-font {
    font-family: Pretty-Pen-Regular;
    font-size: 4em;
    text-transform: capitalize;
}

h2 {
    font-size: 2.5em;
}

#banner h2.handwriting-font {
    font-family: Pretty-Pen-Regular;
    text-transform: capitalize;
    font-size: 7.5em;
    font-weight: 400;
}

h3 {
    font-size: 2em;
    font-weight: 600;
    color: #fff;
}

h3:after {
    content: "";
    display: block;
    height: 1px;
    width: 45px;
    margin: 1em auto;
    border-bottom: 2px solid #001e41;
}

h4 {
    font-size: 1.5em;
}

body::-webkit-scrollbar {
    width: 0.7em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
}

/****************************************************\
						nav
\****************************************************/

.navbar-default {
    background-color: transparent;
    border: none;
    z-index: 9999;
}

.collapse,
.navbar-collapse {
    float: right;
}

#navbar {
    margin-top: 15px;
    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: #fff;
    cursor: pointer;
}

.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    -webkit-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    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: #fff;
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: 0.5em 0 0;
    }
}

ul.nav.navbar-nav > li:nth-child(2) {
    display: none;
}

@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 2em;
    color: #001e41;
}

.dropdown-menu > li > a:hover {
    background-color: #001e41;
    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;
        /* color: #fff; */
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 2em;
        display: block;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }
}

.navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
}

@media(max-width: 1200px) {
    .navbar-default .navbar-nav > .active > a {
        border-bottom: none;
    }
}

.company-logo {
    width: auto;
    max-height: 65px;
}

@media(max-width: 450px) {
    .company-logo {
        height: 50px
    }
}

.navbar-brand {
    padding-top: 20px;
}

.navbar {
    margin-bottom: 0;
}

@media(min-width: 767px) {
    .navbar-default .container-fluid {
        padding: 0 2em;
    }
}

#navbar ul.nav li .amp_login i.icon {
    display: inline;
    font-size: 1.5em;
    vertical-align: middle;
}

#navbar ul.nav li .amp_login {
    line-height: 0;
    height: 53px;
}

@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;
        margin-top: 27px;
        border-radius: 0;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        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 {
        margin-top: 30px;
        border-top: none;
    }
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/****************************************************\
						banner
\****************************************************/

@media screen and (max-width: 1680px) {
    #banner {
        padding: 10em 0 18em 0;
    }
}

#banner,
.section_banner {
    background-attachment: fixed;
    background-color: #666;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0;
    text-align: center;
    position: relative;
}

@media screen and (min-width: 1200px) {
    #banner{
    background-position-y: 41%;
    background-position-x: 147px;
    }
}

.section_banner h3 {
    color: #fff !important;
}

#banner.home-banner .homebanner-logo {
    width: 50%;
    margin: auto;
}

#banner {
    height: 100vh;
    text-transform: uppercase;
}

#banner > .container > div.banner_text {
    margin-top: 2em;
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(7, 4, 0, 0.4);
}

#sets .overlay-blue {
    background-color: rgba(51, 51, 51, 0.85);
}

.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: 3.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 {
    font-size: 1.85em;
    margin: 0 0 0.5em 0;
    letter-spacing: 3px;
}

#banner p,
#banner h2,
#banner a {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#banner .banner-box,
#banner .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media(max-width: 767px) {
    #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:after {
    border-bottom: 2px solid #ffffff;
}

#banner.default_banner {
    height: 70vh;
}

.bgPos-bottom {
    background-position: bottom !important;
}

.bgPos-custom {
    background-position-y: 73% !important;
}

/****************************************************\
					banner end
\****************************************************/

/****************************************************\
					home content
\****************************************************/

#home_main p {
    text-align: justify;
    font-size: 1.25em;
}

.white_section p {
    text-align: center;
    font-size: 1.25em;
}

@media (max-width: 767px) {
    #home_main {
        padding-bottom: 0;
    }
}

.section {
    padding: 6em 0;
}

.home p,
.about_us p {
    color: #333;
}

.home h3,
.about_us h3 {
    color: #001e41;
    margin-top: 0;
}

.home h3:after,
.about_us h3:after {
    border-bottom: 2px solid #001e41;
}

.about_us {
    padding: 3em 0;
}

.white_section h3 {
    text-align: center;
    color: #001e41;
}

.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%;
}

.section_icon .btn,
.online_accounts a.btn.short_icon {
    border: 2px solid #007DBE;
    border-radius: 100%;
    color: #ffffff;
    cursor: default;
    height: 6.5em;
    line-height: 5.5em;
    width: 6.5em;
    cursor: pointer;
    margin: 0;
    padding: 6px 12px;
    opacity: 0.55;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-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;
}

.section_icon .btn:hover {
    opacity: 1;
    background-color: rgba(0, 30, 65, 0.25);
}

.section_icon .btn:hover i {
    color: #001e41;
    opacity: 1;
}

.home_video {
    margin-top: 1em;
}

#home_main .section h3 {
    text-align: center;
    color: #001e41;
}

#home_main .section .btn_wrapper {
    margin-top: 2em;
}

.img-preview {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.img-preview .overlay {
    z-index: 1;
}

.play-button {
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.play-button img {
    height: 100%;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.5;
}

a.play-button:hover,
.play-button:hover img {
    opacity: 1;
}

@media(max-width: 991px) {

    #home_main .section img.img-responsive,
    #main .section img.img-responsive {
        margin-left: auto;
        margin-right: auto;
    }

    #main .section img.img-responsive {
        margin-bottom: 2em;
    }
}

i.icon {
    font-size: 3em;
    opacity: 0.55;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    display: block;
    color: #fff;
}

.contact_details i.fa {
    font-size: 2em;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    display: block;
    margin: 0.5em 0;
}

ul.social_icon i.fa {
    font-size: 2em;
}

ul.social_icon i.fa,
a i.icon,
a.short_icon .text {
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
}

ul.social_icon i.fa:hover,
.bottom_banner.blue_bottom_banner a.short_icon:hover i.icon,
.bottom_banner.blue_bottom_banner a.short_icon:hover span.text {
    opacity: 0.55;
    color: #fff;
}

.block_content .section_icon i {
    margin: 0.35em 0 0 0.05em;
    color: #001e41;
}

.online_accounts {
    margin-bottom: 4em;
}

@media (max-width: 767px) {
    .online_accounts {
        margin-bottom: 7em;
    }
}

.online_accounts a.btn.short_icon i,
.online_accounts a.btn.short_icon span.text {
    color: #fff;
    margin-top: 0.4em;
}

.online_accounts a.btn.short_icon span.text {
    color: #007DBE;
    display: inline-block;
}

.online_accounts a.btn.short_icon span.text.text_rightside {
    margin-left: -27px;
}

.online_accounts a.btn.short_icon span.text.text_leftside {
    margin-left: -3px;
}

.online_accounts a.btn.short_icon {
    opacity: 1;
    background-color: #007DBE;
}

.online_accounts h5 {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 2em;
}

.online_accounts i.fa {
    font-size: 3em;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    display: block;
    margin: 0.5em 0 0;
}

.section_banner.online_services {
    background-color: #001e41;
    padding: 6em 0;
}

@media(min-width: 992px) {
    .online_accounts > div:nth-child(2) div.icon_wrapper {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
    }
}

@media(max-width: 991px) {
    .online_accounts > div:first-child {
        margin-bottom: 3em;
    }
}

@media(max-width: 767px) and (min-width: 500px) {
    .online_accounts a.btn.short_icon {
        width: 4.5em;
        height: 4.5em;
    }

    .online_accounts a.btn.short_icon i {
        margin-top: 23px;
        margin-left: -4px;
    }

    .online_accounts a.btn.short_icon span.text.text_rightside {
        margin-left: -27px;
    }

    .online_accounts a.btn.short_icon span.text.text_leftside {
        margin-left: -6px;
    }

    .online_accounts > div:first-child > div:nth-child(4) a.btn.short_icon span.text.text_leftside {
        margin-left: -16px;
    }

    .online_accounts > div:nth-child(2) > div a.btn.short_icon span.text {
        margin-left: -8px;
    }

    .online_accounts > div:nth-child(2) > div:nth-child(2) a.btn.short_icon span.text.text_rightside {
        margin-left: -42px;
    }

    .online_accounts a.btn.short_icon i {
        line-height: 0;
    }

    .online_accounts a.btn.short_icon i.fa.fa-tablet {
        margin-left: 1px;
    }
}

.online_block {
    width: 100%;
    height: 100%;
    padding: 8em 1em;
    background-position: center;
    background-repeat: repeat, no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 1em;
}

.online_block h4 {
    text-align: center;
    font-size: 2em;
    color: #fff;
    margin-top: 0;
}

.online_block div.btn_wrapper a {
    padding: 1em 4em;
}

.online_block .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(7, 4, 0, 0.65);
}

@media(max-width: 992px) {
    .online_block {
        margin-bottom: 2em;
    }
}

.online_content {
    position: relative;
    z-index: 2
}

.sub.popular_links {
    background-color: whitesmoke;
}

.popular_links .content_body p {
    font-size: 1.1em;
}

.popular_links h3 {
    text-align: center;
    margin-bottom: 1em;
}

.popular_links h3:after {
    display: none;
}

.popular_links .content_body h4 {
    margin-top: 0;
    font-size: 1.2em;
    font-weight: 700;
    color: #656668;
}

.popular_links .content_body a {
    color: #00aae0;
    font-weight: bold;
}

.popular_links .content_body ul li {
    color: #001e41;

}

/****************************************************\
				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;
    }
}

.i-want-to#main {
    padding: 4em 0 0;
}

#main.i-want-to .section {
    padding: 1em 0 0;
}

@media (max-width: 767px) {
    #main {
        padding-bottom: 0;
    }
}

#main h3,
.sub h3 {
    color: #001e41;
}

#main .section,
.sub .section {
    padding: 0 0em 2em;
}

.plan_landing_outer_wrapper > div {
    padding: 0.5em;
}

.plan_landing_inner_wrapper {
    position: relative;
}

.plan_landing_page {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}

.plan_landing_page:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 20%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, rgba(255, 255, 255, 0) 80%);
    z-index: -1;
}

.seven_process {
    background-color: #fff;
}

.seven_process > .container {
    position: relative;
    background: #fff;
}

.seven_process .container .section {
    padding: 0 2em;
}

.seven_process .content_body p,
.seven_process .content_body h3 {
    text-align: center;
}

@media(min-width:768px) {
    #main.what_to_expect_section .container .row .section {
        padding-bottom: 0;
    }

    #main.what_to_expect_section {
        padding: 6em 0;
    }

    .seven_process .container .section {
        padding: 0 6em;
    }

    .seven_process .content_body {
        margin-top: 4em;
    }
}

.seven_process .page_header {
    padding-top: 3em;
}

.seven_process h3 {
    margin-top: 0;
}

@media(max-width: 767px) {
    .seven_process {
        padding-top: 0;
    }

    .seven_process > .container {
        margin-top: 0;
    }

    .seven_process > .container .page_header {
        padding-top: 0;
    }
}

#main .section_bottomline {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 5em;
    padding-bottom: 4em;
}

.section.about_us p {
    text-align: left;
}

.set .content-display p {
    margin-bottom: 15px;
    font-size: 1.2em;
    text-align: left;
    line-height: 1.8em;
}

.set .content-display p.subheading {
    font-size: 2em;
    font-weight: bolder;
    padding-bottom: 0;
    text-align: left;
    color: #001e41;
}

.set .content-display p.subheading:after {
    content: "";
    display: block;
    height: 1px;
    width: 45px;
    margin: 0.7em 0 1em;
    border-bottom: 2px solid #001e41;
}

.set .content a {
    color: #333;
    font-weight: 400;
    font-size: 1em;
}

.i-want-to .btn {
    border: 2px solid #333;
}

.set .content-display .content-intro a {
    font-size: 1em;
    font-weight: normal;
    color: #00aae0;
}

.set .content-display .content-intro {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    padding-top: 20px;
    font-style: italic;
    color: #001e41;
    margin-bottom: 0;
}

.set .hr {
    margin: 3em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.set .content-display .advisertitle {
    color: #5C5C5C;
    font-size: 2rem;
    line-height: 1.5625;
    font-weight: 400;
    margin-top: 0;
    display: block;
    text-shadow: none;
}

.set .content-display ul.list {
    padding-left: 1.7em;
}

.set .content-display li {
    font-size: 1.2em;
    font-weight: lighter;
    line-height: 2;
    position: relative;
}

.set .content-display li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f111';
    left: -16px;
    top: 10px;
    font-size: 7px;
    color: #001e41;
}

@media(max-width:767px) {
    .content-display {
        padding: 20px 15px;
    }

    #sets .content-wrapper .close-icon {
        float: right;
        font-size: 2.25rem;
        position: relative;
        top: -10px;
        left: 0px;
        cursor: pointer;
    }
}

.set .call-to-action,
.set .call-to-action p {
    text-align: center;
}

@media(max-width: 767px) {
    .set .call-to-action {
        padding-bottom: 2em;
    }
}

/****************************************************\
				sub pages content end
\****************************************************/

/****************************************************\
					page header
\****************************************************/

.page_header {
    text-align: center;
}

.page_header h3 {
    margin-top: 0;
}

.page_header h2 {
    color: #001e41;
    margin: 2em 0;
    text-transform: uppercase;
    padding-left: 1.1em;
}

/****************************************************\
					page header end
\****************************************************/

/****************************************************\
					content body
\****************************************************/

.content_body h2 {
    margin: 0;
}

.content_body p {
    color: #333;
    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: #001e41;
}

.content_body h4 {
    margin: 1em 0;
    font-weight: 400;
    color: #001e41;
    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 {
    padding-left: 0;
}

.content_body ul li {
    font-size: 1.2em;
    padding-bottom: 0.5em;
    position: relative;
    padding-left: 1.5em;
    line-height: 1.5em;
    color: #000;
    font-weight: 400;
}

.content_body ul > li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f111';
    left: 3px;
    top: 1px;
    font-size: 7px;
    color: #001e41;
}

.content_body.kepa-general ul > li:before {
    color: #b72026;
}

.content_body a {
    color: #001e41;
}

.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: #001e41;
}

/****************************************************\
				content body end
\****************************************************/

.content_body.team_profile .btn.blue_btn {
    margin-top: 1em;
}

.content_body .team {
    padding: 2em 0 2em;
}

.plan_landing {
    -o-object-fit: cover;
    object-fit: cover;
}

.plan_landing_page h4 {
    color: #fff;
    text-align: center;
}

.why-join .offer .block {
    position: relative;
    clear: both;
    max-width: 200px;
    display: -ms-inline-grid;
    display: inline-grid;
    padding: 10px;
    margin: auto 10px;
}

.why-join .offer .block i {
    color: #6e9a43;
    font-size: 40px;
    margin-bottom: 5px;
}

/****************************************************\
				time line
\****************************************************/

#timeline .timeline-item:after,
#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 2em;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#timeline:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #E0E0E1;
    left: 50%;
    top: 0;
    position: absolute;
}

#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

#timeline .timeline-item {
    position: relative;
    padding: 0 1em;
}

#timeline .timeline-item .timeline-icon {
    background: #ffffff;
    border: 2px solid #E6E6E7;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    left: 50%;
    overflow: hidden;
    margin-left: -11.5px;
    border-radius: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#timeline .timeline-item .timeline-icon:nth-child(3) {
    top: initial;
    bottom: -13px;
}

#timeline .timeline-item .timeline-icon .fa-circle {
    color: #001e41;
}

#timeline .timeline-item .timeline-content {
    width: 47%;
    min-height: 150px;
    background: #fff;
    padding: 1em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #001e41;
}

#timeline .timeline-item:nth-child(even) .timeline-content {
    float: right;
}

#timeline .timeline-item .timeline-content h5 {
    margin-top: 0;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}

#timeline .timeline-item .timeline-content p {
    font-weight: lighter;
}

#timeline .timeline-item .timeline-content.right {
    float: right;
}

#timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
}

@media screen and (max-width: 768px) {
    #timeline {
        margin: 30px;
        padding: 0px;
        width: 90%;
    }

    #timeline:before {
        left: 0;
    }

    #timeline .timeline-item .timeline-content {
        width: 90%;
        margin: 0.5em;
        margin-left: auto;
        margin-right: auto;
    }

    #timeline .timeline-item .timeline-content:before,
    #timeline .timeline-item .timeline-content.right:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #ee4d4d;
    }

    #timeline .timeline-item .timeline-icon {
        left: 0;
    }

    #timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }
}

/****************************************************\
				seven process end
\****************************************************/

/****************************************************\
					bottom banner
\****************************************************/

.bottom_banner > div {
    padding: 2em 0em;
    text-align: center;
}

.bottom_banner.blue_bottom_banner {
    /*background-color: rgba(146, 94, 35, 1);*/
    background-color: rgb(255, 164, 28);
    position: relative;
    z-index: 6;
}

.bottom_banner h2,
.bottom_banner p {
    color: #001e41;
}

@media(max-width: 767px) {
    .bottom_banner h2 {
        font-size: 2em;
    }
}

.btn_wrapper {
    text-align: center;
}

a.btn,
button.btn,
div.btn {
    padding: 1em 5em;
    border-radius: 0px;
    background-color: transparent;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-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: #333;
    border-color: #333;
    background-color: white;
}

a.btn.white_btn {
    color: #ffffff;
    border-color: #ffffff;
}

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(51, 51, 51, 0.3);
    opacity: 1;
    color: white;
}

.bottom_banner .row {
    padding: 2em 3em;
}

.bottom_banner a.short_icon i,
.bottom_banner a.short_icon span.text {
    color: #333;
    text-transform: uppercase;
}

.bottom_banner a.short_icon:hover i.icon,
.bottom_banner a.short_icon:hover span.text {
    opacity: 0.5;
    color: #001e41;
}

.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: whitesmoke;
}

.information h3 {
    text-align: center;
    margin-top: 0;
    color: #333;
}

.information a {
    color: #001E41;
    font-weight: bold;
    font-size: 16px;
}

/****************************************************\
					bottom banner end
\****************************************************/

/****************************************************\
					footer
\****************************************************/

#footer {
    background: #242424;
    padding: 3em 5em;
}

#footer p {
    font-size: 14px;
    color: #fff;
}

#footer p.footer-links,
#footer p.footer-links a {
    font-size: 14px;
}

@media(min-width: 768px) {
    #footer .footer_text > .col-md-8 {
        padding-right: 3em;
    }
}

#footer .amp_logo_desc {
    color: #FAFAFA;
    font-weight: lighter;
    font-style: italic;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1em;
}

.footer_text P a strong {
    font-size: 14px;
}

#footer .social_wrapper {
    clear: left;
}

ul.social_icon li {
    display: inline-block;
    padding: 0 1.25em 0 0;
}

ul.social_icon {
    margin-bottom: 2em;
    padding-left: 0;
}

@media(max-width:1199px) {
    ul.social_icon {
        padding-left: 0;
    }
}

#footer h5 {
    font-size: 1.2em;
    color: #fff;
    clear: left;
    text-align: left;
    margin-top: 0;
}

#footer ul.social_icon li span.label {
    display: inline-block;
    padding: 0;
}

#footer .amp_logo {
    float: left;
    margin-bottom: 1.5em;
    height: 40px;
}

/****************************************************\
					   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: #001e41;
}

.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 i {
    display: inline-block;
    margin-top: -6px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-more a:hover i {
    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;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.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 {
        -o-text-overflow: ellipsis;
        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 {
        -o-text-overflow: ellipsis;
        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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.newsletter-info .middle {
    text-align: center;
}

.newsletter-info .right {
    text-align: right;
}

.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;
    padding-top: 5px;
}

@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;
    -o-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

#main ul.pagination > li:before {
    content: "";
    display: inline-block;
    width: 20px;
}

#main ul.pagination > li.cur {
    color: #00aae0;
}

#main ul.pagination > li:hover {
    cursor: pointer;
}

#main ul.pagination > li:hover {
    color: #00aae0;
}

.prev,
.next {
    color: #00aae0;
}

/****************************************************\
				contact us
\****************************************************/

.contact-details {
    margin: 2em 0;
}

.contact-details > div {
    padding-left: 0;
}

.contact-details p {
    text-align: left;
}

.contact_us_form {
    border-top: 1px solid rgba(0, 0, 0, 0.13);
}

#appointment_form {
    margin-bottom: 1em;
}

#appointment_form label {
    text-align: left;
    float: left;
}

#appointment_form .form-group {
    padding-left: 0;
    margin-top: 1em;
}

#google-recaptcha {
    float: right
}

#google-recaptcha .g-recaptcha {
    float: right;
    margin-top: 1em;
}

#appointment_form .btn.blue_btn {
    float: right;
    padding: 1em 9em;
    margin-top: 0;
}

#appointments p,
#appointments strong {
    font-size: 1em;
    text-align: left;
}

.map_wrapper {
    padding: 0;
}

.g-recaptcha {
    margin-bottom: 3.5em;
}

#map,
#map2 {
    height: 500px;
    background-color: #0575af;
}

#map h3,
#map2 h3 {
    font-size: 1.5em;
    font-weight: lighter;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.8;
}

#map h3:after,
#map2 h3:after {
    border-bottom: 2px solid #fff;
}

#map p,
#map2 p {
    font-size: 1em;
    text-align: center;
    opacity: 0.8;
}

@media(max-width: 500px) {
    .si-frame.si-content-wrapper {
        padding: 1em 2em !important;
    }
}

.contact_details {
    padding: 3em 2em;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

@media(max-width: 767px) {
    .contact_details {
        margin-top: 0;
    }
}

.contact_page {
    border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}

.contact_details > div > i,
.contact_details > div > span.text {
    color: #333;
    opacity: 1;
}

.contact_details p a,
.contact_details p {
    color: gray;
}

/****************************************************\
				    contact us end
\****************************************************/

/****************************************************\
                 contact/ get started
\****************************************************/

.contact-content,
.contact-form-content {
    text-align: center;
    padding-bottom: 30px;
}

.contact-form-content h1 {
    padding-bottom: 20px;
}

@media(max-width: 767px) {
    .contact-form {
        margin-bottom: 3em;
    }
}

.contact-address {
    margin: 25px 0;
}

.contact-details .contact-info {
    font-size: 18px;
    color: #C98D44;
    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 .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 45px;
    padding-left: 5px;
    padding-bottom: 0px;
    border-width: 0 0 2px 0;
    border-color: #E5E5E5;
    color: #001e41;
    font-size: 25px;
    line-height: 26px;
    font-weight: lighter;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-form .input-text:focus {
    outline: none;
    border-color: #001e41;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 10px;
    bottom: 11px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .help-block {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #a94442;
}

.contact-form button.btn.blue_btn {
    padding: 1em 7em;
}

.form-field.has-error input {
    border-color: #a94442;
}

.contact-form .submit {
    text-align: center;
    margin: 15px 0;
}

.g-recaptcha > div {
    width: 100% !important;
}

@media(max-width:767px) {
    .form-field {
        padding-top: 30px;
    }

    .g-recaptcha {
        -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
}

.get-started > .row:first-child {
    margin-bottom: 50px;
}

.contact-form {
    padding: 1em 1em 0;
}

#formWidgetSubmitResultText {
    text-align: center;
    font-size: 25px;
    color: #001e41;
}

/****************************************************\
				animation
\****************************************************/

.fadeInUp {
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

.fadeInUp:nth-child(2) {
    -ms-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.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)
\****************************************************/

/****************************************************\
					mouse wheel
\****************************************************/

#mouse-scroll {
    display: block;
    position: absolute;
    margin: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    z-index: 1;
}

#mouse-scroll span {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 3px 5px;
}

#mouse-scroll .mouse {
    height: 33px;
    width: 20px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ffffff;
    position: absolute;
    top: -30px;
    left: -3px;
}

#mouse-scroll .down-arrow-1 {
    margin-top: 6px;
}

#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

#mouse-croll .down-arrow-1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}

#mouse-scroll .mouse-in {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    -moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.mouse_wheel {
    position: absolute;
    width: 100%;
    height: 100vh;
}

@media(min-width: 1200px) {
    .mouse_wheel {
        margin-left: 150px;
    }
}

.mouse_wheel a:hover {
    opacity: 1;
}

/****************************************************\
					mouse wheel end
\****************************************************/

/****************************************************\
					Click to open
\****************************************************/

.set .row {
    margin-bottom: 20px;
}

.set > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile {
    position: relative;
    margin-top: 20px;
}

.opengroup {
    height: auto !important;
}

.bio {
    border-top: 1px solid #001e41;
    border-bottom: 1px solid #001e41;
    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;
}

@media(max-width: 767px) {
    .bio {
        padding: 3em 0;
    }
}

.arrow-wrapper {
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    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 #001e41;
    border-top: 1px solid #001e41;
    background-color: #fff;
    position: absolute;
    bottom: -50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 3;
}

.i-want-to .arrow-up {
    bottom: -70px;
    left: 0;
}

.team_member,
.team_member .section {
    padding-bottom: 0;
}

.team_member {
    padding: 3em 0;
}

.team-image,
.planning-img {
    background-size: cover;
    padding-bottom: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.team-image,
.planning-img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.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;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#sets .not-selected {
    opacity: 0.5;
}

a.moreinfo:hover {
    opacity: 1;
}

.team_member .moreinfo div.team-image {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}

.team_member .moreinfo div.team-image:hover,
.team_member .moreinfo div.team-image.profile-selected {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.profile .bio p {
    color: #001e41;
    margin-bottom: 15px;
    text-align: left;
    font-weight: lighter;
}

.profile .bio p.title {
    font-weight: 400;
}

.profile .bio ul li {
    color: #001e41;
    font-size: .8125rem;
    line-height: 1.69231;
}

.set .alias {
    margin-top: 20px;
}

.set .alias .name {
    color: #001e41;
    font-size: 14px;
    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;
    font-size: 14px;
}

.profile .bio .advisername {
    text-align: left;
    font-family: "Archer-l";
    display: block;
    font-size: 3rem;
    line-height: 1.875;
    margin: 0;
    color: #001e41;
    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: #001e41;
    line-height: 1;
}

.profile div.content h4 {
    font-weight: bold;
    color: #001e41;
    margin-bottom: 0;
    font-size: 1.5em;
}

.profile div.content .title {
    font-weight: 400;
}

.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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media(min-width:1200px) {
    .container {
        width: 970px;
        max-width: 100%;
    }
}

@media(min-width:1500px) {
    .container {
        width: 1170px;
    }
}

h4 {
    margin-top: 25px;
}

.row .row {
    margin-top: 10px;
    margin-bottom: 0;
}

/****************************************************\
   Callout styles copied from Bootstrap's main docs.
\****************************************************/

/****************************************************\
              Common styles for all types 
\****************************************************/

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border-left: 3px solid #eee;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    background-color: #fff;
    border-radius: 3px;
}

/****************************************************\
                        Variations 
\****************************************************/

.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

/****************************************************\
				equal height css end
\****************************************************/

/****************************************************\
            tools and calculators
\****************************************************/

.tools-and-calculators .section {
    padding: 5em;
}

.tools-and-calculators h3 {
    text-align: center;
}

.tools-and-calculators .calculator h3 {
    margin-top: 0;
}

.tools-and-calculators .calculator p {
    margin-bottom: 2em;
}

.tools-and-calculators .app h3:after,
.tools-and-calculators .other-calculators h3:after {
    border-bottom: none;
    margin: 0;
}

#main .tools-and-calculators .app h3 {
    color: #fff;
}

.tools-and-calculators .app p {
    color: #fff;
}

.tools-and-calculators h4:not(:first-child) {
    padding-top: 15px;
}

@media(max-width:767px) {
    .tools-and-calculators h4 {
        padding-top: 15px;
    }
}

.tools-and-calculators .myAMP {
    text-align: center;
    margin-bottom: 2em;
}

.tools-and-calculators .app {
    padding: 1em 2em;
    text-align: center;
    height: 100%;
}

.tools-and-calculators .app .row > div {
    padding: 0;
}

@media (min-width: 992px) {
    .tools-and-calculators .app .mobile {
        margin-left: 15px;
    }

    .tools-and-calculators .app .tablet {
        margin-right: 15px;
    }

    .tools-and-calculators .app .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media(max-width: 991px) {
    .tools-and-calculators .app .row > div {
        margin-bottom: 3em;
    }
}

@media(max-width: 992px) {
    .tools-and-calculators .app {
        padding-bottom: 0;
    }
}

.tools-and-calculators img {
    display: inline-block;
    margin: 0 1em;
    margin-top: 2em;
}

.tools-and-calculators .app .col-sm-6 > div {
    padding: 50px 30px;
    background-color: #ECEFF0;
}

.tools-and-calculators .mobile {
    border-bottom: 1px solid #ddd;
}

.tools-and-calculators .hr {
    margin: 30px 0;
}

.tools-and-calculators .calculator {
    text-align: center;
    padding: 2em 0;
}

.tools-and-calculators .calculator .col-sm-6 {
    padding: 20px 60px;
}

.tools-and-calculators .calculator p {
    font-size: 16px;
}

.tools-and-calculators .calculator i {
    font-size: 45px;
    color: #001e41;
}

.tools-and-calculators .calculator > .row:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.tools-and-calculators .calculator .budget {
    padding: 5em 0 4em;
}

.tools-and-calculators .calculator .background {
    padding: 10em;
    background-image: url('//canvas3.ytml.com.au/App_Asset/Private/PhysicalFiles/dd05b3eb-7eee-46e6-887d-2ce5ad60c45e.jpg');
    background-size: cover;
    height: 100%;
    display: none;
}

.tools-and-calculators .calculator .savings {
    padding: 5em;
    background-color: #D7EEFB;
}

.tools-and-calculators .calculator .col-md-6 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
}

.tools-and-calculators .container-fluid {
    padding: 0;
}

.tools-and-calculators .app .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(7, 4, 0, 0.7);
    z-index: 1;
}

.tools-and-calculators .app .tablet,
.tools-and-calculators .app .mobile {
    background-size: cover;
    background-position-x: center;
}

.tools-and-calculators .app .content {
    position: relative;
    z-index: 2;
}

.tools-and-calculators .other-calculators {
    margin-top: 50px;
}

.tools-and-calculators .other-calculators h3 {
    font-weight: 700;
}

.tools-and-calculators .other-calculators h4 {
    font-weight: 700;
    color: #757678;
    margin-top: 0;
}

.tools-and-calculators .other-calculators ul li a {
    color: #00AAE0;
    font-weight: 900;
}

@media(max-width:768px) {
    .tools-and-calculators .app .col-md-6 > div {
        padding: 3em;
    }
}

@media(min-width:768px) {
    .tools-and-calculators .app .col-md-6 > div {
        display: inline-block;
        min-height: 350px;
        padding: 4em 3em;
        background-color: #ECEFF0;
        position: relative;
        height: 100%;
    }

    .tools-and-calculators .mobile {
        border-color: transparent;
    }

    .tools-and-calculators .calculator .col-sm-6 > div {
        display: inline-block;
        min-height: 300px;
    }

    .tools-and-calculators .btn-more {
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -130px;
    }

    .tools-and-calculators .calculator .background {
        display: block;
    }

    .tools-and-calculators .calculator .row:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tools-and-calculators .other-calculators .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tools-and-calculators .app .row > div {
        padding: 0 3em;
    }
}

@media(min-width: 1600px) {
    .tools-and-calculators .app .col-md-6 > div {
        min-height: 400px;
    }

    #main .tools-and-calculators .app h3 {
        margin-top: 1em;
    }
}

.top-border {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/****************************************************\
				          start
\****************************************************/

.start p {
    margin-bottom: 1em;
    color: #777;
    font-size: 1.2em;
}

.start a {
    color: #001e41;
    font-weight: 400;
    font-size: inherit;
}

/****************************************************\
				     miscellaneous
\****************************************************/

.tnc p.tc {
    color: #001e41;
    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: #001e41;
    font-weight: 900;
    font-size: 1.3em;
    margin: 1em 0;
}


#header {
    position: absolute;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 90px;
    z-index: 9999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.home_header {
    background: transparent;
}

ul {
    list-style-type: none;
    text-align: left;
}

.no_banner {
    border-radius: 6px !important;
}

@media(max-width:500px) {

    #home_main .section h3,
    .section_banner h3,
    .section h3,
    .i-want-to .page_header h3,
    #main .page_header h3,
    .sub h3 {
        font-size: 1.5em;
    }

    #home_main .section p,
    .section_banner p,
    .section p,
    .bottom_banner .text,
    #footer p.footer-links,
    .content_body ul li,
    .profile .adviser_content_2 ul > li {
        font-size: 0.9em;
    }

    .i-want-to .container.content p.content-intro {
        font-size: 1.3em;
    }

    .i-want-to .container.content p.subheading {
        font-size: 1.5em;
    }

    .i-want-to .container.content p,
    .i-want-to .container.content ul li {
        font-size: 1em;
    }

    .i-want-to .moreinfo .img-title h4 {
        font-size: 1em;
    }

    .online_accounts h5,
    .sub h5 {
        font-size: 1em;
    }

    .online_block .online_content h4 {
        font-size: 1.5em;
    }

    .btn {
        font-size: 0.8em;
    }
}

/****************************************************\
				miscellaneous end
\****************************************************/

/****************************************************\
				orange box
\****************************************************/

#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;
}

/****************************************************\
            07/28 nav/contact us/ update  
\****************************************************/

#navbar {
    overflow-x: hidden;
}

@media (max-width:767px) {
    .dropdown-menu > li > a {
        white-space: pre-wrap;
    }
}

@media (max-width:1200px) {
    .navbar-default .navbar-nav > .active > a {
        border: initial;
    }
}

.dropdown-menu > li > a {
    padding: 1em 3em;
}

#header .navbar-nav > li > a {
    padding: 1em 2em;
    margin-right: 0;
}

@media (max-width: 1200px) {
    li.dropdown:hover ul {
        padding-left: 0;
    }
}

.i-want-to#main .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/****************************************************\
                       ytml search
\****************************************************/

#search-form {
    width: 300px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    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%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    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;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-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"]::-webkit-input-placeholder {
    color: #fff
}

#search-wrapper input[type="search"]::-moz-placeholder {
    color: #fff
}

#search-wrapper input[type="search"]:-ms-input-placeholder {
    color: #fff
}

#search-wrapper input[type="search"]::-ms-input-placeholder {
    color: #fff
}

#search-wrapper input[type="search"]::placeholder {
    color: #fff
}

#search-wrapper input[type="search"]:-ms-input-placeholder,
#search-wrapper input[type="search"]::-ms-input-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);
    -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 {
    color: #03A9F4
}

#page-result h3:after {
    content: "";
    display: block;
    height: 1px;
    width: 45px;
    margin: 0.5em auto;
    border-bottom: 2px solid #03A9F4;
}

#page-result .pagination li.cur {
    color: #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: #001e41;
    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: #001e41;
    -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 {
    -webkit-transform: translate(-50%, -140%);
    -ms-transform: translate(-50%, -140%);
    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.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -ms-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);
    -ms-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);
    -ms-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;
}


.btn.white_btn:after,
.btn.blue_btn:after,
#btnFWSubmit:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.white_btn:before,
.btn.blue_btn:before,
#btnFWSubmit:before {
    content: "\f105";
}

.btn.white_btn:before,
.btn.blue_btn:before,
#btnFWSubmit:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.btn.white_btn:before,
.btn.blue_btn:before,
#btnFWSubmit:before {
    left: 90%;
    top: 0px;
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 2.8;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.white_btn:hover:before,
.btn.blue_btn:hover:before,
#btnFWSubmit:hover:before {
    left: 90%;
}

.btn.blue_btn:before,
#btnFWSubmit:hover:before {
    color: #39393b;
}

/* Effect 4: bottom border enlarge */

#footer a,
.set .content .row a,
.set .content-display .content-intro a,
.information a,
.contact_details a,
.content_body a {
    margin: 0 0 10px;
    position: relative;
}

#footer a::after,
.set .content .row a::after,
.set .content-display .content-intro a:after,
.information a::after,
.contact_details a::after,
.content_body a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: height 0.3s, opacity 0.3s, transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

#footer a:hover::after,
#footer a:focus::after,
.set .content .row a:hover::after,
.set .content .row a:focus::after,
.set .content-display .content-intro a:hover::after,
.information a:hover::after,
.information a:focus::after,
.contact_details a:hover::after,
.contact_details a:focus::after,
.content_body a:hover::after,
.content_body a:focus::after {
    height: 1px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.set .content .row a::after,
.information a::after,
.content_body a::after {
    background: #001e41;
}

.set .content-display .content-intro a::after,
.contact_details a::after {
    background: #00aae0;
}

a:hover,
.content_body a:hover {
    opacity: 1;
}

.set .call-to-action a {
    color: #39393b;
}

.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;
    }
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.service-banner {
    padding: 0;
    height: 560px;
    position: relative;
    color: gray;
}

.service-banner .overlay {
    background-color: rgba(7, 4, 0, 0.8);
}

#myCarousel,
.carousel-inner,
.carousel-inner > .item {
    height: 100%;
}

.service-banner .carousel-indicators li {
    display: block;
    margin: 10px;
    width: 100%;
    height: auto;
    background-color: none;
    border: none;
    border-radius: none;
    text-indent: 0px;
    font-size: 1.8em;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.service-banner .carousel-indicators li.active {
    margin-left: 60px;
    color: #fff;
    font-weight: 600;
    background-color: transparent;
}

.service-banner .carousel-indicators {
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    width: 35%;
}

.inner-card {
    position: absolute;
    color: #333;
    font-size: 18px;
    right: 15%;
    font-weight: 700;
    width: 30%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    padding: 40px;
    z-index: 99;
}

.item.service-item.active {
    z-index: 10;
}

a.inner-card-btn {
    border: 1px solid #333;
    color: #333;
    padding: 1em 1em;
}

a.inner-card-btn:hover {
    background-color: #333;
    color: #fff
}

@media(max-width:991px) {
    .service-banner .carousel-indicators li {
        font-size: 1.4em;
    }

    .service-banner .carousel-indicators {
        left: 40%
    }

    .service-banner .carousel-indicators li.active {
        margin-left: 20px;
    }

    .inner-card {
        width: 50%;
        font-size: 12px;
        right: 5%
    }
}

@media(max-width:500px) {
    .service-banner .carousel-indicators li {
        font-size: 1.0em;
    }

    .service-banner .carousel-indicators {
        left: 35%
    }

    .service-banner .carousel-indicators li.active {
        margin-left: 20px;
    }

    .inner-card {
        width: 60%;
        font-size: 10px;
        right: 5%;
        padding: 20px
    }
}

.service-category {
    height: 400px;
    margin: 10px;
    position: relative;
    background-size: cover;
}

.service-category .overlay {
    background-color: rgba(7, 4, 0, 0.8);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.service-category .overlay h4 {
    margin: 28%;
    margin-bottom: 1%;
    border: 2px solid #fff;
    padding: 20px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

@media(max-width: 1012px) {
    .service-category .overlay h4 {
        font-size: 1em;
        margin: 24%;
    }
}

.service-category .overlay p {
    visibility: hidden;
}

.service-category-link:hover h4 {
    background-color: #fff;
    color: #333;
    margin-top: 25px;
}

.service-category-link:hover p {
    visibility: visible;
    color: #fff;
    margin: 15%;
    margin-top: 10px;
}

.service-category-link:hover .overlay {
    background-color: rgba(7, 4, 0, 0.5);
}

.si-frame {
    background-color: rgba(128, 128, 128, 0.8) !important;
}

.si-pointer-top {
    border-top-color: rgba(128, 128, 128, 0.8) !important;
}

.item {
    background-size: cover !important;
}

.intrinsic-container iframe {
    height: 1100px;
    width: 100%;
    border: none;
}

.ticker-card {
    color: #fbbd08;
    float: left;
    margin-right: 40px;
    width: auto !important;
}

.ticker-card .fa {
    display: initial;
}

.ticker-card .fa-arrow-up {
    color: green;
}

.ticker-card .fa-arrow-down {
    color: red;
}

.ticker-card .increasing-price {
    color: green;
}

.ticker-card .decreasing-price {
    color: red;
}

.sliderwrap {
    float: left;
    width: 100%;
    height: 130px !important;
    margin-top: 20px;
    margin-bottom: 40px;
}

@media(max-width: 767px) {
    .sliderwrap {
        height: 100px
    }
}

@media(max-width: 400px) {
    .sliderwrap {
        height: 180px
    }
}

.bxslider li img {
    margin: 10px auto;
    height: 100px !important;
}

@media(max-width: 768px) {
    .bxslider li img {
        height: 100px !important;
    }
}

@media(max-width: 580px) {
    .bxslider li img {
        height: 100px !important;
    }

    .bxslider li {
        width: 160px !important
    }
}

@media(max-width: 490px) {
    .bxslider li img {
        height: 100px !important;
    }
}

.bx-wrapper .bx-viewport {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 130px !important;
}

.bx-wrapper {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    max-width: 100% !important;
}

.service-card-top-outer {
    width: 90px;
    height: 90px;
    border: 2px dotted #333;
    border-radius: 50%;
    z-index: 1000;
    position: relative;
    display: inline-block;
}

.service-card-top-inner {
    color: #333;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 90px;
    font-size: 50px;
}

.service-card {
    text-align: center;
    padding: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 220px;
    margin-bottom: 40px;
}

.service-card:hover {
    background-color: #333;
}

.service-card:hover .service-card-top-outer {
    border: 2px dotted #fff;
}

.service-card:hover .service-card-top-inner {
    color: #fff;
}

.service-card:hover h4 {
    color: #fff;
}

.card-logo {
    background-color: #fff;
    color: grey;
    -webkit-box-shadow: 0 0 25px 1px #d2d2d2;
    box-shadow: 0 0 25px 1px #d2d2d2;
    text-align: center;
    margin: 20px 0;
    padding: 14px;
}

.card-logo img {
    height: 53px;
    width: auto;
    margin: 8px auto
}

@media(max-width: 360px) {
    .card-logo img {
        height: 48px
    }
}

.value-panel {
    border: 1px solid #333;
    height: 220px;
    border-radius: 20px;
    padding: 15px;
    margin: 3px;
    text-align: center;
}

@media (max-width: 1199.5px) {
    .value-panel {
        height: 240px
    }
}

@media (max-width: 991.5px) {
    .value-panel {
        height: 260px
    }
}

@media (max-width: 767.5px) {
    .value-panel {
        height: 240px;
        margin: 5px
    }
}

.value-icon {
    font-size: 7.2em;
    color: #333;
    margin: 10px;
}

@media (max-width: 351.5px) {
    .value-icon {
        font-size: 6em
    }
}

#footer img {
    max-height: 35px;
}

img.afa-logo {
    max-height: 45px;
}

a.contact-a-link {
    color: #00aae0;
    font-size: 16px;
}

a.contact-a-link:hover {
    opacity: 1;
}

.team-member-card {
    /* Add shadows to create the "card" effect */
    -webkit-box-shadow: 2px 4px 6px 2px rgba(83, 88, 91, 0.3);
    box-shadow: 2px 4px 6px 2px rgba(83, 88, 91, 0.3);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 12px;
    height: 210px;
    margin: 12px;
    display: table;
    color: #fff;
    background-color: #000;
}

@media(max-width:1650px) {
    .team-member-card {
        height: 225px;
    }
}

@media(max-width:1199px) {
    .team-member-card {
        height: 245px;
    }
}

@media(max-width:767px) {
    .team-member-card {
        height: auto;
    }
}

.team-member-card-inner h4 {
    margin-top: 8px
}

.team-member-logo {
    position: absolute;
    top: 27px;
    right: 32px;
}

.team-member-logo img {
    max-height: 18px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.post-area .preview-image.news-ebook-image {
    background-size: cover;
}

.card {
    height: 380px;
    width: 100%;
    margin: 20px auto;
    position: relative;
    z-index: 1;
    -webkit-perspective: 600px;
    perspective: 600px;
    color: white;
}

.card #front,
.card #back {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card #front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    overflow: hidden;
    z-index: 1;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.card #front #top-pic {
    height: 40%;
    width: 100%;
    background-image: url(https://canvas3.ytml.com.au/App_Asset/Private/PhysicalFiles/ed1474d3-71df-4d6b-8856-bb2c49b0624e/team-card-image.jpg);
    background-size: cover;
}

.card #front #avatar {
    width: 114px;
    height: 114px;
    top: 50%;
    left: 50%;
    margin: -77px 0 0 -57px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.8), 0 4px 5px rgba(107, 5, 0, 0.6), 0 0 50px 50px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.8), 0 4px 5px rgba(107, 5, 0, 0.6), 0 0 50px 50px rgba(255, 255, 255, 0.25);
    background-image: url(http://0.gravatar.com/avatar/fa4df8540bab3cb38f7dfa60c6e0522c?size=2000);
    background-size: contain;
    position: absolute;
    z-index: 1;
    -webkit-transform: translateY(-28%);
    -ms-transform: translateY(-28%);
    transform: translateY(-28%);
}

.card #front #info-box {
    height: 60%;
    width: 100%;
    position: absolute;
    display: table;
    left: 0;
    bottom: 0;
    background: black;
    padding: 4px;
    color: #fff;
}

.card #front #social-bar {
    height: 85px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}

.card #front #social-bar a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    line-height: 18px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}

.card #front #social-bar a:hover {
    color: #00aae0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.card .info {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: -8%;
}

.card .info h3,
.card .info h4,
.card .info h5,
.card .info p,
.card .info a {
    line-height: 1.1;
    color: #fff
}

.card .info h3 {
    font-size: 22px;
}

.insurance-tool-card {
    text-align: center;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
}

.insurance-tool-card .btn.blue_btn {
    background-color: black;
    color: #fff;
}

.banner-form-card {
    background-color: rgba(255, 255, 255, 0.9);
    height: 295px;
    padding: 20px;
    color: #333;
}

@media(max-width:768px) {
    .banner-form-card {
        height: auto;
    }
}

.banner-form-card .card-top-icon {
    font-size: 60px;
    border: 3px solid #00aae0;
    padding: 15px;
    border-radius: 50%;
    background-color: #00aae0;
    margin-top: -100px;
    color: #fff;
}

@media(max-width:768px) {
    .banner-form-card .card-top-icon {
        margin-top: 20px;
        font-size: 40px;
    }
}

.banner-form-card h3,
.banner-form-card h4 {
    color: #00aae0;
}

.banner-form-card h3:after {
    border-bottom: 2px solid #00aae0;
}

.banner-form-card .form-btn {
    background-color: #333;
}

.banner-form-card .form-btn:hover {
    color: #fff;
    background-color: #00aae0;
    opacity: 1;
}

.banner-form-card .banner-contact-a {
    color: #333;
    margin-left: 10px;
}

.banner-form-card .banner-contact-a:hover {
    color: #58a73f;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media(max-width:991px) {
    .flex-row {
        display: block;
    }
}

.section_banner h3:after {
    border-bottom: none;
}

/*--------------------------------------------------*\
        Side Menu
\*--------------------------------------------------*/
#menu {
    position: fixed;
    height: 100%;
    top: 0;
    background-color: #1c1c1c;
    color: #fff;
    opacity: 1;
    border: none;
    z-index: 9;
    font-family: HelveticaNeueLTStd-ThEx, Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 300px;
}

#menu.in {
    z-index: 999;
}

@media (min-width: 1200px) {
    #main-body {
        margin-left: 300px;
        min-height: 550px;
    }

    #main-body.home {
        position: relative;
    }

    #footer {
        margin-left: 300px;
    }
}

.navbar-toggle {
    float: left;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.bgblock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 998;
    filter: alpha(opacity=0);
    opacity: 0.6 !important;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    display: none;
}

.dropdown-backdrop {
    display: none;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
}

#main-menu {
    margin-top: 50px;
}

@media(min-width: 768px) {
    #main-menu {
        margin-top: 130px;
    }
}

#main-menu > li {
    color: #fff;
    position: static;
}

#main-menu > li > a {
    font-size: 1.2em;
    color: inherit;
    padding: 10px 30px;
    cursor: pointer;
    text-transform: uppercase;
}

#main-menu > li > a:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

#main-menu > li.active > a {
    background-color: #ffa500 !important;
}

#main-menu > li:hover > a,
#main-menu > li.open > a {
    background-color: #ffa500;
    outline: initial;
}

#main-menu > li > ul {
    background-color: #9fa1a4;
    padding-bottom: 0;
}

#main-menu > li > ul > li a {
    font-size: 16px;
    color: inherit;
    padding: 10px 30px;
}

#main-menu > li > ul > li:hover a {
    background-color: #f58426;
}

#main-menu .level-one.dropdown > a:after {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    right: 30px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

#main-menu .level-one.dropdown.open > a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media(max-width: 767px) {
    #main-menu > li > a {
        font-size: 1em;
    }
}

/*--------------------------------------------------*\
         logo-bar
\*--------------------------------------------------*/

.logo-bar-wrapper {
    position: absolute;
    z-index: 8;
    width: 100%;
    left: 0;
    background-color: rgba(188, 188, 188, 0.25);
}

.logo-bar {
    padding: 20px 45px;
    z-index: 5;
}

.navbar-toggle {
    padding-top: 15px;
}

@media(min-width: 768px) {
    .navbar-toggle {
        padding-top: 10px;
    }
}

.logo-bar a:first-child img {
    max-height: 45px;
    margin-top: 3px;
}

.logo-bar a:last-child img {
    max-height: 40px;
}

.logo-bar a:last-child img {
    float: right;
    clear: right;
    margin: 5px 0;
}

@media (max-width: 767px) {
    .logo-bar {
        padding: 5px 0;
        min-height: 100%;
    }

    #main .logo-bar img {
        max-height: 20px;
        float: right;
    }

    .logo-bar-wrapper {
        padding: 0 10px;
    }

    .navbar-toggle {
        padding-left: 0;
        padding-top: 0px;
        margin-top: 20px;
    }

    #main .logo-bar a:first-child img {
        margin-bottom: 8px;
        max-height: 25px;
    }
}

@media(max-width: 1200px) {
    .navbar {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------*\
         Snip
\*--------------------------------------------------*/

.snip1533 {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 35px 10px 10px;
    max-width: 310px;
    min-width: 250px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #df7527;
    height: 420px;
}

.snip1533 p {
    font-size: 16px;
}

.snip1533 *,
.snip1533 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.snip1533 figcaption {
    padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #df7527;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
}

.snip1533 h3 {
    color: #df7527;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.snip1533 h3:after {
    border-bottom: none;
}

.snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
    border-left: none;
}

.background_cover {
    height: 200px;
    background-size: cover;
}

.row-fluid .position_relative {
    padding-top: 10px;
    padding-bottom: 10px;
}

.position_relative {
    position: relative;
}

/**********Homepage Video***********/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.camera_caption p {
    font-size: 40px;
}

.profile_title > p {
    color: #fff;
}

/***********hover css**************/

/* Grow Shadow */
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
    transition-property: -webkit-box-shadow, -webkit-transform;
    -o-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.whitebox {
    text-align: center;
    background: #fff;
    margin: .5px !important;
    display: block;
    padding: 30px 25px 35px;
    position: relative;
    min-height: 200px;
    -webkit-box-shadow: 0 0 20px -6px #a1a1a1;
    box-shadow: 0 0 20px -6px #a1a1a1;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.whitebox_wrapper {
    margin-bottom: 15px;
    padding-left: 0px;
    min-width: 200px;
}

.whitebox i {
    font-size: 5.6em;
}

.whitebox_wrapper a:hover {
    text-decoration: none;
}

.whitebox .span_p {
    min-height: 44px;
    padding: 0px;
    width: 190px;
    top: 10px;
    left: 10px;
    margin: 15px auto 0 auto;
    font-family: HelveticaNeueLTStd-LtEx, Helvetica, Arial, sans-serif;
}

.whitebox_container {
    overflow: hidden;
}

@media(max-width: 1199px) and (min-width: 992px) {
    .whitebox .span_p {
        left: 10px;
        width: 150px !important;
    }
}

@media(max-width: 991px) {
    .whitebox {
        min-height: 220px;
        padding: 30px 50px 35px;
    }

    .whitebox .span_p {
        top: -3px;
        left: -35px;
        width: 150px !important;
    }
}

@media(max-width: 767px) {
    .whitebox .span_p {
        top: -3px;
        left: 0;
        width: 150px !important;
    }
}

.whitebox_inner > span.tool_icons {
    display: block;
    width: 119px;
    margin-left: auto;
    margin-right: auto;
    height: 78px;
    -o-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.whitebox_wrapper a:hover span.tool_icons.dream {
    background: url('https://canvas3.ytml.com.au/App_Asset/Private/PhysicalFiles/e40a8721-3082-43e0-8d78-3809f6dd2d7c.jpg') no-repeat center/contain !important;
}

.whitebox_wrapper a:hover span.tool_icons.loan {
    background: url('https://canvas3.ytml.com.au/App_Asset/Private/PhysicalFiles/6ea336c9-8bcb-4f62-bf0e-c1a047af31a8.jpg') no-repeat center/contain !important;
}

/* Overline From Left */

.hvr-overline-from-left {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #f58426;
    height: 4px;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before {
    right: 0;
}

.memberwrap {
    max-width: 1000px;
}

.memberdetail {
    padding: 20px;
    background-color: #fff;
}

.get_me_center {
    text-align: center;
}

.get_me_center div {
    display: inline-block
}

.profile_title {
    background-color: #df7527;
    padding: 20px;
    margin-bottom: 20px;
}

.profile_title p {
    font-size: 1.4em !important;
}

.gap {
    padding-top: 4em;
}

.gap h3 {
    text-align: center;
    margin-top: 0;
    color: #333;
}

.gap a {
    cursor: pointer;
}

.table th {
    width: 50%;
}

.table td {
    border: none !important;
    border-right: 1px solid #dddddd !important;
}

.table tr th {
    color: #fff;
    font-size: 20px;
    background-color: #ffa41c;
}

.page_header {
    padding-top: 4em;
}

.training-dev ul {
    list-style-type: initial;
    font-weight: 400;
}

.training-dev ul li {
    padding: 3px 0;
    font-size: 16px;
}

.training-dev p {
    font-size: 16px;
}

.training-dev img {
    margin: auto;
    padding-top: 20px;
}

/* video */

.video {
    position: relative;
    margin-bottom: 100px;
}

.video .btn.blue_btn:hover {
    background-color: rgba(175, 173, 173, 0.61);
    opacity: 1;
    color: white;
}

.video a:before {
    content: "\f144";
    font-family: "FontAwesome";
    position: absolute;
    z-index: 4;
    font-size: 7em;
    color: #ffa41c;
    opacity: 0.5;
    line-height: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.video a:hover:before {
    opacity: 1;
}

.video-thumbnail {
    /* border: 2px solid #ffa41c; */
    width: 100%;
}



/* COVID */

.covid-notification {
    position: sticky;
    top: 0;
    background-color: #ffa500;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    z-index: 999;
    font-family: HelveticaNeueLTStd-ThEx, Helvetica, Arial, sans-serif;
}

.covid-notification a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

/* FAQS */


.ioof-accordion .card#FAQ {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.ioof-accordion .card-body {
    background-color: #ffffff;
    padding: 20px 28px;
}

.ioof-accordion .card-header {
    background-color: #ececec;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin: 0 0 2px;
}

.ioof-accordion .card-header:hover {
    background-color: #d5d5d5;
}

.ioof-accordion .card-header.new a:before {
    content: "NEW: ";
    font-weight: 700;
    color: #008752;
}

.ioof-accordion .card-header a {
    display: block;
    position: relative;
    padding: 15px 88px 15px 28px;
    color: #3b3d41;
    font-size: 18px;
    text-align: left;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
}

.ioof-accordion .card-header a .icon {
    display: block;
    position: absolute;
    right: 0;
    /*top: 0;*/
    bottom: 0;
    height: 100%;
    background-color: #1c1c1c;
    color: #ffffff;
    width: 60px;
}

.ioof-accordion .card-header a .icon:after {
    content: "\e637";
    display: block;
    text-align: center;
    font-family: xtreme !important;
    font-size: 33px;
    font-weight: 400;
    position: absolute;
    width: 20px;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ioof-accordion .card-header a:not(.collapsed) .icon:after {
    content: "\e607";
}

.icon-amp_zz0054_chevron-down:before {
    position: relative;
    top: 23%;
}

.ioof-accordion th {
    padding: 24px 23px 20px;
    background: #008752;
    color: #ffffff;
    border-left: 1px solid #ffffff;
}

.ioof-accordion td {
    padding: 25px;
    vertical-align: top;
}

.ioof-accordion tbody tr {
    border-bottom: 1px solid #ffffff;
}

.ioof-accordion tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

.ioof-accordion tbody tr:nth-child(even) {
    background: #f1f1f1;
}

@media (max-width: 767px) {
    .ioof-accordion table {
        display: none;
    }

    .ioof-accordion .mobile-table {
        background: #f7f7f7;
    }

    .ioof-accordion .mobile-table:nth-child(even) {
        background: #ececec;
    }

    .ioof-accordion .mobile-table__row {
        display: block;
        overflow: hidden;
        border-bottom: 1px solid #ffffff;
    }

    .ioof-accordion .mobile-table__h {
        display: block;
        width: 34%;
        float: left;
        font-weight: 600;
        padding: 17px 16px;
    }

    .ioof-accordion .mobile-table__content {
        padding: 20px 16px;
        float: left;
        width: 66%;
    }
}

@media (min-width: 768px) {
    .ioof-accordion .mobile-tables {
        display: none;
    }
}

.card#FAQ {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card a:hover::after {
    opacity: 0;
}