﻿:root {
    --global__body__line-height: 1.4;
    --global__colors__primary: #897A6B;
    --global__colors__primary-dark: #63574C;
    --global__colors__primary-light: #DCD8D3;
    --global__colors__secondary: #37868E;
    --global__colors__tertiary: #D02630;
    --global__colors__tertiary-dark: #911a21;
    --global__colors__white: #FFFFFF;
    --global__colors__gray-lighter: #f5f5f5;
    --global__colors__gray-light: #CCCCCC;
    --global__colors__gray-dark: #4a4a4a;
    --global__colors__black: #000000;
    --body__default__font-size--default: 16px;
    --body__default__font-size--max: 20px;
    --body__small__font-size--default: 16px;
    --body__small__font-size--max: 16px;
    --body__large__font-size--default: 20px;
    --body__large__font-size--max: 24px;
    --headings__default__font-size--default: 18px;
    --headings__default__font-size--max: 20px;
    --headings__medium__font-size--default: 20px;
    --headings__medium__font-size--max: 24px;
    --headings__large__font-size--default: 22px;
    --headings__large__font-size--max: 28px;
    --headings__xlarge__font-size--default: 32px;
    --headings__xlarge__font-size--max: 40px;
    --block-text__block-quotes__size__font-size--default: 16px;
    --block-text__block-quotes__size__font-size--max: 20px;
}

body {
    background-color: var(--global__colors__gray-lighter);
    color: var(--global__colors__gray-dark);
    line-height: 1.4;
}

.row--flex {
    display: flex;
    align-items: center;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: var(--global__body__line-height);
}
p:last-child { margin-bottom: 0; }
.heading { color: var(--global__colors__primary); margin: 0 0 10px; }
.heading .h1, .heading .h2, .heading .h3, .heading .h4, .heading .h5, .heading .h6, .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
    
    font-size: inherit !important;
    margin-top: inherit !important;
}
.heading a { color: inherit !important; text-decoration: none !important; }
.heading--bolder { font-weight: 900 }
.heading--default { font-size: var(--headings__default__font-size--default); }
.heading--medium { font-size: var(--headings__medium__font-size--default); }
.heading--large { font-size: var(--headings__large__font-size--default); }
.heading--xlarge { font-size: var(--headings__xlarge__font-size--default); }

.text--secondary { color: var(--global__colors__secondary); }
.text--gray-light { color: var(--global__colors__gray-light); }
.text--white { color: var(--global__colors__white); }
.text--center { text-align:center; }

.banner-row .container .vc_column-inner { max-width: 535px; }

body .container { max-width: 1330px; width: 100%; margin: 0 auto; float: none; }
body .container--narrow { max-width: 900px }
.container--white-bg { margin-left: auto; margin-right: auto;}
.container--white-bg .vc_column-inner { padding: 30px 15px !important; }
.container--white-bg .wpb_text_column:last-of-type { margin-bottom: 0; }
.container--h-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;}
.container--h-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.form--default .gfield_label,
.form--default.formdesign .gform_wrapper label.gfield_label {
    color: var(--global__colors__gray-dark);
    margin-bottom:0;
    font-size: 16px;
    font-weight: normal;
}
.form--default .gform_fields {}

.form--default .ginput_container input,
.form--default .ginput_container textarea,
.form--default .ginput_container select,
body .formdesign .gform_wrapper .gform_body .ginput_container input,
body .formdesign .gform_wrapper .gform_body .ginput_container textarea

{
    border: 1px solid var(--global__colors__primary-light);
    color: var(--global__colors__gray-dark);
    background-color: var(--global__colors__white);
}

body .formdesign.form--default .gform_wrapper ul li.gfield,
.form--default .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0;
    margin-bottom: 25px;
}
.form--default .gform_legacy_markup_wrapper,
.form--default .gform_legacy_markup_wrapper .gform_footer {
    margin-top: 0;
}
.form--default .gform_legacy_markup_wrapper .gform_heading {
    margin-bottom:0;
}
body .form--default .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 6px;
}

.list--highlights {
    list-style: none;
}
.list--highlights li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.list--highlights li:last-child {margin-bottom: 0;}
.list--highlights span { font-size: 1.4em; color: var(--global__colors__tertiary); }

.button { padding: 14px 20px; display: inline-block; text-decoration: none; border: none; }
.button--default {
    background: var(--global__colors__tertiary);
    color: var(--global__colors__white);
    font-weight: 900;
    line-height: 1;
    font-size: 12px;
    transition: background 500ms;
}
.button--large { font-size: 14px; }
.button--default:hover { background: var(--global__colors__tertiary-dark); color: var(--global__colors__white); text-decoration: none; }

.site-header .top-bar {
    background: var(--global__colors__primary-dark);
    font-size: 16px;
    font-weight: 600;
    color: var(--global__colors__white);
    padding: 15px 0;
}
.authentication:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    right: 100%;
    height: 100%;
    width: 1px;
    background: var(--global__colors__white);
}
.top-bar .row,
.navigation-row .row { display: flex; align-items: center; }

.navigation-row { position: relative; padding: 10px 0; background: var(--global__colors__primary); }
.mega-menu .mega-sub-menu { top: 100% !important; }

.blockquote { border: none; padding: 0; color: var(--global__colors__white); line-height: 1.2;}
.blockquote__content { border: none; padding: 0; color: var(--global__colors__white); font-weight: 900; margin-bottom: 15px; }
.blockquote__caption { color: #CCCCCC; }
.blockquote__name { font-weight: bold; font-size: var(--body__default__font-size--max); }
.blockquote__company { font-size: var(--body__default__font-size--default)  }

.testimonial-banner { position: relative; }
.testimonial-banner:before {
    content: '';
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    inset: 0;
    z-index: 1;
}
.testimonial-slider .splide__slide { text-align: center; }
.testimonial-slider__nav { padding-top: 30px; }
.testimonial-slider__nav .splide__arrows {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-flex-flow: row nowrap; 
    -ms-flex-flow: row nowrap; 
    flex-flow: row nowrap;
    gap: 15px; 
    -webkit-gap: 15px; 
    -moz-gap: 15px; 
}
.testimonial-slider__nav .splide__arrow {
    font-size: 1.4em;
    padding: 0 20px;
}
.testimonial-slider__nav-additional {
    -webkit-box-flex: 1; 
    -ms-flex: 1; 
    flex: 1;
    text-align: right;
}

.hero { background-size: cover; background-position: center; position: relative; }
.hero:before {
    content: '';
    background: var(--global__colors__black);
    position: absolute;
    inset: 0;
    opacity: 0.65;
}
.hero .vc_row { position:  relative;  z-index: 1}

.content-banner { position: relative; }
.content-banner:before {
    content: '';
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    inset: 0;
    z-index: 1;
}

.callout {
    background-color: var(--global__colors__white);
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap; 
    -ms-flex-flow: row nowrap; 
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    transition: 500ms;
}
.callout:hover {
    background-color: var(--global__colors__tertiary);
    color: var(--global__colors__white);
    text-decoration: none;
}
.callout:hover .heading {
    color: inherit;
}
.callout .callout__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
}
.callout .callout__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@supports not (gap: 10px) {
    .callout {
        margin-left: -5px;
        margin-right: -5px;
    }
    .callout > * {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.list { list-style: initial; padding-inline-start: 20px; }

.video-column .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
}

.video-column__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media(max-width: 766px) {
    .testimonial-banner { padding-top: 56.25% !important; }
    .testimonial-banner .vc_parallax-inner {
        background-size: 250% !important;
        top: 0 !important;
        background-position: top -50px right 25% !important;
    }
}
@media(min-width: 767px) {
    .heading--default { font-size: var(--headings__default__font-size--max); }
    .heading--medium { font-size: var(--headings__medium__font-size--max); }
    .heading--large { font-size: var(--headings__large__font-size--max); }
    .heading--xlarge { font-size: var(--headings__xlarge__font-size--max); }
    .container--white-bg .vc_column-inner { padding: 40px !important; }
    .hero:before,
    .authentication:before { content: none; }
    .list--highlights span { font-size: 1.6em; }
    .button--large{ font-size: 18px; }
    .blockquote__company { font-size: var(--body__default__font-size--max)  }
    .testimonial-banner { padding: 90px 0 60px !important; }
    .testimonial-banner:before { background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 70%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 70%);
        background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 70%); }
    .testimonial-slider .splide__slide { text-align: left; }
    .testimonial-slider__nav-additional {text-align: left; padding-left: 30px;}
}



body {
    
    padding: 0;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
    
    font-size: 16px;
}
#page {
    overflow-x: hidden;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #37868E;
    font-weight: 900;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
.page-title {
    text-align: center;
}
.page-title h1 {
    margin-top: 4px;
    text-transform: capitalize;
}
.fontw300 {
    font-weight: 300;
}
.fontw600 {
    font-weight: 600;
}
.fontw700 {
    font-weight: 700;
}
.top30{
    padding-top: 30px;
}
p {
    
}
.pfont16 p, .pfont16, .pfont16 ul{
    font-size: 16px;
    line-height:28px;
}
.pfont20 p, .pfont20, .pfont20 ul{
    font-size: 20px;
    line-height:30px;
}
.pfont16 ul.commonlist li:before,
.pfont18 ul.commonlist li:before{
    top:11px;
}

.pfont18 p, .pfont18, .pfont18 ul{
    font-size: 20px;
    line-height:30px;
}
.fontwhite {
    color: #ffffff;
}
a , body .vc_custom_heading a{
    color: #d02630;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
a:hover, a:focus {
    color: #4a4a4a;
}
p a, body .vc_custom_heading a, body p.vc_custom_heading a:focus, body h2.vc_custom_heading a:hover, body h2.vc_custom_heading a:visited, body h3.vc_custom_heading a:hover, body h3.vc_custom_heading a:visited, body .vc_custom_heading a:focus, body .vc_custom_heading a:hover, body .vc_custom_heading a:visited {
    text-decoration: underline;
    color: #d02630;
}
input, button, textarea, select {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
img {
    max-width: 100%;
}
body .common-btn .vc_general {
    background: #D02630;
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 40px;
    cursor: pointer;
}
body .common-btn .vc_btn3:hover, body .common-btn .vc_btn3:focus {
    background: #911a21;
    color: #fff;
}
body .common-btn .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 53px;
}
body .common-btn .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 14px;
}
body .common-btn1 .vc_general {
    background: #D02630;
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 7px 27px;
    cursor: pointer;
}
body .common-btn1 .vc_general:hover, body .common-btn1 .vc_general:focus {
    background: #911a21;
    color: #fff;
}
body .common-btn2 .vc_general {
    background: #D02630;
    font-weight: 900;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 30px;
}
body .common-btn2.green .vc_general{
    background: #79babc;
    border:1px solid #79babc;
    color: #fff;
    cursor: pointer;
}
body .common-btn2 .vc_general:hover, body .common-btn2 .vc_general:focus, body .common-btn2.green .vc_general:hover , body .common-btn2.green .vc_general:focus {
    background: #911a21;
    color: #fff;
}
body .common-btn2.green .vc_general:hover , body .common-btn2.green .vc_general:focus {
    border:1px solid #911a21;
}
body .border-btn .vc_general {
    border: 1px solid #D02630;
    background: transparent;
    font-weight: 900;
    color: #D02630;
    font-size: 17px;
    text-transform: uppercase;
    padding: 11px 30px;
    cursor: pointer;
}
body .border-btn .vc_general:hover, body .border-btn .vc_general:focus {
    background: #D02630;
    color: #fff !important;
    border: 1px solid #D02630;
}

body .border-full-link .vc_general.vc_btn3 {
    background: transparent;
    font-weight: 800;
    color: #fff;
    font-size: 36px !important;
    text-transform: none;
    padding: 7px 15px;
    display: block;
    text-align: center;
    cursor: pointer;
}
body .border-full-link .vc_general.vc_btn3 .typcn-arrow-right::before {
    display: none;
}
body .border-full-link .vc_general.vc_btn3 .typcn-arrow-right {
    background-image: url(../image/red-links-arrow.png);
    width: 58px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    top:0;
    position: relative;
    vertical-align: middle;
}
body .border-full-link.red .vc_general.vc_btn3 .typcn-arrow-right {
    background-image: url(../image/red-links-arrow1.png);
}
body .border-full-link .vc_general.vc_btn3:hover {
    color: #37868e !important;
    text-decoration: none;
}
body .border-full-link .vc_general.vc_btn3:hover .typcn-arrow-right{
    background-image: url(../image/red-links-arrow-hover.png);
}
.shortcode-btn-design .border-full-link{
    width:100%;
    padding: 0 30px;
    margin: 40px 0px;
}
.shortcode-btn-design .border-full-link .vc_general.vc_btn3{
    padding: 18px 25px;
    color: #7d0306;
    width:100%;
    border:1px solid #7d0306;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.commonlist{
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 0px 20px 20px 20px;
}
ul.commonlistcheck{
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0px 20px 20px 20px;
}
ul.commonlistboxes{
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 0px 20px 10px 0px;
}
.webinarcheck .vc_cta3-container {
    margin-bottom: 10px !important;
    margin-left: auto;
    margin-right: auto;
}
.webinarcheck .vc_cta3-container p {
    padding: 0 0 0px 0;
}
.accordion-row ul.commonlist{
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 16px;
}
ul.commonlist1{
    padding: 0;
    margin: 0 10px 20px 10px;
}
ul.commonlist li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding: 0 0 0 15px;
    color:#4a4a4a;
}
ul.commonlistcheck li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding: 0 0 0 15px;
    color:#4a4a4a;
    list-style-type: none;
}
ul.commonlistboxes li {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding: 0 0 0 15px;
    color:#4a4a4a;
}
ul.commonlist li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #4a4a4a;
    display: inline-block;
}
ul.commonlistcheck li:before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #4a4a4a;
    display: inline-block;
    list-style-type: none;
}
ul.commonlistboxes li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #4a4a4a;
    display: inline-block;
}







.site-header a {
    color: #fff;
}
.site-header .top-bar a:hover {
    text-decoration: none;
    transition: ease-in-out;
    transition-duration: .25s;
    opacity: .8;
}
.site-header .top-bar .authentication #site-navigation{
    display: inline-block;
}
.site-header .top-bar.authentication a.optional_link{
    display: inline-block;
}
.site-header .authentication ul#menu-secondary {
    padding: 0;
    margin: 0;
}
.site-header .authentication ul li {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
}
.site-header .authentication ul li.applaylink {
    text-transform: uppercase;
    font-weight: 600;
}
.site-header .authentication ul li a {
    text-decoration: underline;
}
.menu-free-transition {
    border: 1px solid #fff;
    padding: 4px 8px;
    font-weight: 900 !important;
}

.menu-free-transition:hover {
    transition: ease-in-out;
    transition-duration: .25s;
    background: #460001;
    border: 1px solid #7d0306;
}

#menu-toggle {
    display: none;
}




.navigation-row .col-md-9, .navigation-row #mega-menu-wrap-primary, .navigation-row #mega-menu-wrap-primary ul#mega-menu-primary{
    position: inherit;
}
.navigation-row a.custom-logo-link, .navigation-row li a {
    display: inline-block;
    position: relative;
}
.navigation-row #mega-menu-wrap-primary #mega-menu-primary li.jmo-nav a.mega-menu-link span, .navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link span {
    text-transform: lowercase;
}
.home .navigation-row a.custom-logo-link:after{
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #897a6b;
    
    bottom: -48px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 88;
    display: block;
}

.navigation-row #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-current-menu-item .activeicon,
.navigation-row #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-current-menu-ancestor .activeicon,
.navigation-row #mega-menu-wrap-primary ul#mega-menu-primary > li.current-menu-parent .activeicon{
    background-image: url(../image/activemenu.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size: 56px 26px;
    height: 26px;
    min-width: 56px;
    position: absolute;
}
body#testimonials .navigation-row #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-jmo-nav .activeicon{
    display: none;
}

.navigation-row li.current-menu-item a:after, .navigation-row li.current-page-ancestor a:after {
    bottom: auto;
    top: 100%;
}

.navigation-row #mega-menu-wrap-primary ul#mega-menu-primary li {
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 0 37px;
    text-transform: uppercase;
}
.navigation-row #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-item-align-float-left{
    float: none;
}
.navigation-row #mega-menu-wrap-primary ul#mega-menu-primary > li:first-child {
    margin-left: 0;
}
.navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
    
    display: block;
    height: auto;
    line-height: 22px;
    position: relative;
}

.navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu:nth-of-type(1){
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1330px;
    float: none;
    margin: 0 auto;
}
.navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu:nth-of-type(1) > li{
    background-color: #fff;
    border-bottom: 13px solid #897a6b;
    border-left: 1px solid #74675B;
    border-right: 1px solid #74675B;
    display: block;
    padding: 30px;
    margin: 0 auto;
    width:100%;
    float: none;
    display: inline-block;
    position: relative;
    z-index: 99;
}
.mega-alumni-employer-submenu{
    max-width: 800px;
}
.mega-about-submneu{
    max-width: 300px;
    left: 112px;
    position: relative;
}
.navigation-row #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column{
    border-right:1px solid #897a6b;
    float: none;
    display: inline-block;
    vertical-align: top;
    min-height: 280px;
}
.navigation-row #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:nth-last-of-type(1){
    border:0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding: 0 15px;
}
.navigation-row #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li{
    margin: 0;
    padding: 0 5px;
    display: block;
}
.navigation-row #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item-has-children{
    padding: 5px 10px;
}
.navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, .navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    font-weight: 900;
    display: inline-block;
    font-size: 19px;
}
.navigation-row #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right > a.mega-menu-link::before {
    color: #d02630;
}
.navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, .navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    margin:0 0 10px 18px;
    line-height: 24px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-current_page_item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-current_page_item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-current_page_item > a {
    color: #d02630;
}

body .banner-row,
body .common-banner,
body  .jmo-banner{
    background-position: top center !important;
}
.banner-applaybtn a {
    display: inline-block;
    background: #d02630;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    max-width: 110px;
    text-align: center;
    line-height: 19px;
}
.banner-applaybtn a:hover {
    background: #7d0306;
    text-decoration: none;
}


.banner-row.vc_row.vc_row-flex>.container {
    display: block;
    max-width: 1180px;
}
.banner-row .container .vc_column-inner {
    display: inline-block;
    float: right;
    padding-top: 0 !important;
}
.banner-row .container .vc_column-inner .wpb_single_image.vc_align_center {
    margin-bottom: 15px;
}
.banner-row .container .vc_column-inner .vc_btn3-container {
    display: block;
    margin-bottom: 15px;
}
.banner-row .container .vc_column-inner .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 35px;
}
.banner-row .container .vc_column-inner .vc_btn3-icon.fa-caret-right {
    font-size: 17px;
    height: 30px;
    line-height: 29px;
    width: 30px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 100%;
    padding-left: 2px;
}
.banner-row button.vc_general, .banner-row a.vc_general {
    font-size: 30px;
    line-height: 41px;
    font-weight: 900;
    text-align: left;
    padding: 8px 25px 8px 25px;
}
.banner-row button.vc_general:hover, .banner-row a.vc_general:hover {
    opacity: 0.8;
}
.banner-row button.vc_general span, .banner-row a.vc_general small {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}

.aboutus-row .wpb_text_column {
    margin: 0 auto;
    max-width: 75%;
}
.aboutus-row h1 {
    margin-bottom: 30px;
}

.redgreen-box-links .vc_column-inner {
    padding: 0;
}
.redgreen-box-links .redlongbtn button.vc_btn3, .redgreen-box-links .redlongbtn a.vc_btn3 , .redgreen-box-links .greenlongbtn button.vc_btn3, .redgreen-box-links .greenlongbtn a.vc_btn3{
    font-size: 28px !important;
    font-weight: 900;
    line-height: 44px;
}
.redgreen-box-links .redlongbtn a.vc_custom_heading{
    display: inline-block;
}
.redgreen-box-links .redlongbtn button.vc_btn3, .redgreen-box-links .redlongbtn a.vc_btn3 {
    background-color: #d02630;
}
.redgreen-box-links.redgreen-box1 .redlongbtn button.vc_btn3, .redgreen-box-links.redgreen-box1 .redlongbtn a.vc_btn3 , .redgreen-box-links.redgreen-box1 .greenlongbtn button.vc_btn3, .redgreen-box-links.redgreen-box1 .greenlongbtn a.vc_btn3{
    line-height: 32px;
}
.redgreen-box-links.redgreen-box1 .redlongbtn button.vc_btn3 span,
.redgreen-box-links.redgreen-box1 .redlongbtn a.vc_btn3 span,
.redgreen-box-links.redgreen-box1 .greenlongbtn button.vc_btn3 span,
.redgreen-box-links.redgreen-box1 .greenlongbtn a.vc_btn3 span{
    display: inline-block;
}
.redgreen-box-links .redlongbtn button.vc_btn3 em, .redgreen-box-links .redlongbtn a.vc_btn3 em, .redgreen-box-links .greenlongbtn button.vc_btn3 em, .redgreen-box-links .greenlongbtn a.vc_btn3 em, .redgreen-box-links .greenlongbtn a.redlongbtn em{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
}
.redgreen-box-links .redlongbtn button.vc_btn3:hover, .redgreen-box-links .redlongbtn a.vc_btn3:hover {
    background-color: #911a21;
}
.redgreen-box-links .greenlongbtn button.vc_btn3, .redgreen-box-links .greenlongbtn a.vc_btn3{
    background-color: #79babc;
}
.redgreen-box-links .greenlongbtn button.vc_btn3:hover,
.redgreen-box-links .greenlongbtn a.vc_btn3:hover {
    background-color: #37868e;
}
body .redgreen-box-links button.vc_btn3 .typcn-arrow-right,
body .redgreen-box-links a.vc_btn3 .typcn-arrow-right {
    background-image: url(../image/redgreen-box-links-arrow.png);
    width: 58px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
}
body .redgreen-box-links.redgreen-box1 button.vc_btn3 .typcn-arrow-right, body .redgreen-box-links.redgreen-box1 a.vc_btn3 .typcn-arrow-right{
    top:50%;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    vertical-align:middle;
}
body .redgreen-box-links button.vc_btn3 .typcn-arrow-right:before, body .redgreen-box-links a.vc_btn3 .typcn-arrow-right:before {
    display: none;
}
body .redgreen-box-links .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: -8px;
}
body .redgreen-box-links div.redlongbtn a, body .redgreen-box-links div.greenlongbtn a{
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    color: #fff;
    padding: 20px 15px;
    display: block;
}
body .redgreen-box-links div.redlongbtn a{
    background-color: #d02630;
}
body .redgreen-box-links div.redlongbtn a small, body .redgreen-box-links div.greenlongbtn a small{
    font-size: 28px;
}
body .redgreen-box-links div.redlongbtn a:hover{
    background-color: #911a21;
    opacity: 1;
}
body .redgreen-box-links div.greenlongbtn a{
    background-color: #79babc;
}
body .redgreen-box-links div.greenlongbtn a:hover{
    background-color: #37868e;
    opacity: 1;
}
body .redgreen-box-links div.redlongbtn a > small, body .redgreen-box-links div.greenlongbtn a > small{
    display: inline-block;
    position: relative;
    background-image: url(../image/redgreen-box-links-arrow.png);
    background-size: 58px 48px;
    background-repeat: no-repeat;
    padding-right: 60px;
    background-position: right center;
}
body .redgreen-box-links div.redlongbtn a > small em, body .redgreen-box-links div.greenlongbtn a > small em{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
    font-style: normal;
    display: block;
}
body .redgreen-box-links.redgreen-box1 div a > small em{
    margin-top: 5px;
}

.get-offer-row .vc_column-inner {
    min-height: 470px;
}
.get-offer-row .vc_column-inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#3e79d5', GradientType=0);
}
.get-offer-row .vc_column-inner .wpb_wrapper {
    z-index: 55;
}

.process-btns-row {
    
    background: #d02630;
    
    background: -moz-linear-gradient(left, #d02630 0%, #d02630 50%, #37868e 51%, #37868e 100%);
    
    background: -webkit-linear-gradient(left, #d02630 0%, #d02630 50%, #37868e 51%, #37868e 100%);
    
    background: linear-gradient(to right, #d02630 0%, #d02630 50%, #37868e 51%, #37868e 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d02630', endColorstr='#37868e', GradientType=1);
    
    position: relative;
}
.process-btns-row .process-btn button.vc_btn3, .process-btns-row .process-btn a.vc_btn3 {
    background: transparent;
    font-size: 18px !important;
    padding: 13px 25px !important;
    font-weight: 900;
    text-transform: uppercase;
}
.process-btns-row>.vc_column_container {
    position: relative;
}
.process-btns-row .process-btn-box {
    position: relative;
}
.process-btns-row>.vc_column_container:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background: #000;
    opacity: 0.4;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    z-index: 5;
}
.process-btns-row .process-btn-box:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background: #000;
    opacity: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    z-index: 5;
}
.process-btns-row .process-btn-box:hover:after {
    opacity: 1;
}
body .process-btns-row .process-btn-box .vc_btn3.vc_btn3-style-custom{
    background-image: none;
}

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



.video-row .vc_row .wpb_column{
    position: relative;
    z-index: 0;
}
.video-row .vc_row .wpb_column.video_opened{
    z-index: 1;
}



.video-row .vc_row .wpb_column .popupvideo-frame{
    position: relative;
    z-index: 999;
}

.video-row .hidden-video {
    display: none;
}
.video-row .videoimg {
    position: relative;
    display: inline-block;
    width: 100%;
}
.video-row .videoimg #theImg{
    width:100%;
}
.video-row .videoimg img.playbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(/wp-content/themes/cameronbrooks/images/video-btns.png.png);
    width:82px;
    height: 82px;
}
.video-row .wpb_video_widget {
    margin-bottom: 25px;
}
body .video-row .common-btn .vc_btn3 {
    font-size: 16px;
    padding: 10px 15px 7px 15px;
    line-height: 22px;
}
body .common-btn .vc_btn3 .typcn-arrow-right::before {
    display: none;
}
body .common-btn .vc_btn3 .typcn-arrow-right {
    background-image: url(../image/button-arrow.png);
    width: 30px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}
body .video-row p.vc_custom_heading {
    min-height:104px;
}

.home-post-row .latest-boxes {
    padding-right: 55px !important;
}
.latest-boxes a{
    padding: 10px 36px;
    background:#fff;
    display: block;
}
.latest-boxes a:hover{
    background: #d02630;
    text-decoration: none;
}
.latest-boxes table td {
    vertical-align: middle;
}
.latest-boxes table td:nth-child(1) {
    width: 100px;
}
.latest-boxes table td:nth-child(2) {
    padding-left: 14px;
}
.latest-boxes a table td h3 {
    color: #d02630;
    font-weight: 700;
    margin: 10px 0;
}
.latest-boxes a table td p {
    line-height: 18px;
    font-size: 16px;
}
.latest-boxes a table td p u{
    color:#d02630;
}
.latest-boxes a:hover table td p, .latest-boxes a:hover table td h3 , .latest-boxes a:hover table td p u,.latest-boxes a:hover table td ul li, .latest-boxes a:hover table td span, .latest-boxes a:hover table td u {
    color: #fff;
    text-decoration: none;
}

.latest-boxes a:hover table td ul li:before{
    background-color: #ffffff;
}
.home-post-row .home-post-right {
    padding-left: 35px !important;
}
.home-post-row .home-post-right h3 {
    color: #897a6b;
    text-transform: capitalize;
    margin: 0 0 30px 0;
}
.home-post-row .home-post-list {
    position: relative;
    padding: 0 0 30px 0px;
    margin-bottom: 55px;
    min-height: 140px;
    border-bottom: 1px solid #d02630;
}
.home-post-row .home-post-list figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.home-post-list .lnews_title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #37868e;
    margin: 0 0 15px 0;
}
.home-post-list .lnews_title a{
    color: #37868e;
}
.home-post-list .entry-date {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 400;
}
.home-post-list .entry-date span a{
    color: #d02630
}
.home-post-list .entry-date ul.post-categories {
    display: inline-block;
}
.home-post-list .entry-date ul.post-categories li{
    display: inline-block;
    position: relative;
    padding: 0 10px 0 0;
    margin: 0 0 0 5px;
}
.home-post-list .entry-date ul.post-categories li:after{
    content: "";
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    height: 15px;
    width: 1px;
    background:#000;
    margin: auto;
}
.home-post-list .entry-date ul.post-categories li:last-child:after{
    display: none;
}
.home-post-list .entry-date ul.post-categories a {
    color: #d02630;
}
.home-post-list .lnews_content {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 24px;
}
.home-post-list .lnews_content a{
    color: #4A4A4A;
    text-decoration:none;
}
.home-post-list .lnews_content a:hover{
    color:#d02630;
    text-decoration: underline;
}
.home-post-list .postread {
    position: absolute;
    bottom: -15px;
    right: 0;
    background: #fff;
    font-size: 16px;
    height: auto;
    width: auto;
    padding: 4px 15px;
    text-transform: capitalize;
    font-weight: 700;
}
.home-post-list .postread a {
    color: #d02630;
}
.home-post-list .postread a:hover {
    color: #4a4a4a;
}

.home-pdf-box a{
    padding: 30px 40px;
    background:#e5f1ee;
    display: block;
}
.home-pdf-box a:hover{
    background: #d02630;
    text-decoration: none;
}
.home-pdf-box table td {
    vertical-align: top;
}
.home-pdf-box table td:nth-child(1) {
    width: 175px;
}
.home-pdf-box table td:nth-child(2) {
    padding-left: 14px;
}
.home-pdf-box a table td h3 {
    color: #37868E;
    font-weight: 900;
    margin: 10px 0;
}
.home-pdf-box a table td p {
    font-size: 20px;
    line-height: 1.25em;
}
.home-pdf-box a table td p u{
    color:#d02630;
}
.home-pdf-box a:hover table td p, .home-pdf-box a:hover table td h3 , .home-pdf-box a:hover table td p u,.home-pdf-box a:hover table td ul li, .home-pdf-box a:hover table td span, .home-pdf-box a:hover table td u {
    color: #fff;
    text-decoration: none;
}

.home-pdf-box a:hover table td ul li:before{
    background-color: #ffffff;
}

footer {
    background: #dcd8d3;
    padding: 40px 0;
    width: 100%;
}
footer h5, footer .widget.widget_nav_menu h2.widget-title, footer .email_subscriber h2.widget-title {
    color: #37868E;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 15px 0;
    padding: 0;
}
footer .footer-center h5 span{
    text-transform: lowercase;
}
footer h5 a {
    color: #37868E;
    text-decoration: none;
}
footer .footer-left h5, footer .email_subscriber h2.widget-title {
    color: #d02630;
    font-size: 15px;
}
footer p {
    font-size: 15px;
    line-height: 15px;
}
footer ul {
    margin-bottom: 30px;
}

footer #navigations_links li {
    display: inline-block;
    text-align: center;
    margin: 0 21px 0 12px;
}
footer #navigations_links li a {
    font-size: 27px;
}
footer #navigations_links li a:hover {
    text-decoration: none;
}
footer form.es_widget_form {
    position: relative;
    display: inline-block;
    max-width: 280px;
}
footer form.es_widget_form .es_lablebox {
    display: none;
}
footer form.es_widget_form input.es_textbox_class {
    width: 100%;
    border-radius: 0;
    border: 0;
    background: #fff;
    padding: 8px 120px 8px 8px;
    height: 35px;
}
footer form.es_widget_form .es_button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
footer form.es_widget_form .es_button input.es_submit_button {
    background: #d02630;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    border: 0;
    padding: 12px 19px;
    width: auto;
}
footer form.es_widget_form .es_button input.es_submit_button:hover {
    background: #911a21;
}
footer .logo {
    margin-bottom: 8px;
}
footer .email_subscriber span#es_msg {
    color: #3b741b;
}

footer .footer-center ul li {
    margin-bottom: 20px;
}
footer .footer-center li a {
    text-decoration: underline;
}
footer .footer-right p {
    max-width: 100%;
    width: 100%;
}
footer .site-info a {
    color: #4a4a4a;
    font-size: 12px;
    line-height: 12px;
}

.jmo-banner .jmo-banner-right:after {
    
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0px;
}
.jmo-banner .jmo-banner-right {
    display: inline-block;
    position: relative;
}
.jmo-banner h3 {
    font-weight: 700;
    margin-bottom: 25px;
}
.jmo-banner p {
    font-weight: 700;
    line-height: 30px;
}
.jmo-banner .jmo-banner-text {
    max-width: 67%;
    display: block;
    margin: 0 auto;
    z-index: 55;
    position: relative;
}

.schedule-pma p {
    max-width: 82%;
    margin: 0 auto;
}

body .save-money-row {
    max-width: 1212px;
}
.save-money-row .save-money-left {
    padding-right: 30px !important;
}
.save-money-row .save-money-right {
    padding-left: 30px !important;
}


.video-popup {
    background: transparent;
}
.video-popup .modal-dialog {
    max-width: 800px;
    width: 95%;
}
.video-popup .modal-content {
    border: 0;
}
.video-popup button.btn.btn-default {
    position: fixed;
    right: 0px;
    top: 15px;
    border: 0;
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    background: url(../image/cross-btn.png) no-repeat center center #d02630;
    border-radius: 100%;
    line-height: 26px;
    z-index: 555;
}
.video-popup .modal-content {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.video-popup .modal-content iframe {
    width: 100%;
    border: 0;
    height: 450px;
    padding: 6px;
    background: #fff;
}

.common-banner {
    min-height: 535px;
}

.breadcrumb-links {
    text-align: center;
    border-top:1px solid #897a6b;
    border-bottom:1px solid #979797;
}
.breadcrumb-links .whole_child_menu{
    padding: 20px 0;
    width: 85%;
    margin: 0 auto;
}
.breadcrumb-links a {
    color: #37868E;
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    margin: 0 12px;
    padding: 0;
    text-transform: capitalize;
}
.breadcrumb-links a:hover , .breadcrumb-links a.active{
    color: #D02630;
    text-decoration: underline;
}
.breadcrumb-links a.active {
    pointer-events: none;
}
.breadcrumb-links .vc_column-inner{
    padding-left: 138px !important;
    padding-right: 138px !important;
}
.breadcrumb-links p{
    padding: 0;
}
.breadcrumb-links a.breadcrumb-applaybtn{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background: #d02630;
    max-width: 130px;
    width: 100%;
    margin: 0;
}
.breadcrumb-links .breadcrumb-applaybtn > span {
    position: relative;
    top: 37%;
    margin: -38px 15px 0 15px;
    color: #fff;
    line-height: 19px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
}
.breadcrumb-links a.breadcrumb-applaybtn:hover {
    background: #7d0306;
    text-decoration: none;
    color: #fff;
}
body .breadcrumb-links .wpb_content_element{
    margin-bottom: 0;
}

.accordion-row .container {
    max-width: 900px;
}
.accordion-row h2{
    font-size:40px;
}
.accordion-row .whole_data #accordion .panel-default{
    border-radius: 0;
    border:0;
    box-shadow: none;
}
body.wpb-js-composer .accordion-row .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent;
    border: 0;
}
body.wpb-js-composer .accordion-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    border:0;
}
body.wpb-js-composer .accordion-row .vc_tta.vc_general h4.vc_tta-panel-title{
    background: #e7e4e1;
    color: #897a6b;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
    border-radius: 0;
}
body .accordion-row .whole_data #accordion .panel-heading h4.panel-title{
    font-weight: 700;
}
body.wpb-js-composer .accordion-row .vc_tta.vc_general h4.vc_tta-panel a, body.wpb-js-composer .accordion-row .vc_tta.vc_general .vc_tta-panel-title > a, body.wpb-js-composer .accordion-row .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
    color: #897a6b;
    padding: 20px 75px 20px 26px;
    display: block;
    font-size: 30px;
    text-decoration: none;
    position: relative;
}
body.wpb-js-composer .accordion-row .vc_tta.vc_general h4.vc_tta-panel-title a .vc_tta-title-text {
    position: relative;
    padding: 0 0 0 30px;
    display: block;
    margin: 0;
}
body.wpb-js-composer .accordion-row.nopadding .vc_tta.vc_general h4.vc_tta-panel-title a .vc_tta-title-text {
    padding: 0;
}
body.wpb-js-composer .accordion-row .vc_tta.vc_general h4.vc_tta-panel-title a .vc_tta-title-text i {
    position: absolute;
    left: 0;
    top: 0px;
    font-style: normal;
}
body.wpb-js-composer .accordion-row .vc_tta.vc_general h4.vc_tta-panel-title a i.vc_tta-icon:before {
    display: none;
}
body.wpb-js-composer .accordion-row .vc_tta.vc_general h4.vc_tta-panel-title a i.vc_tta-icon {
    position: absolute;
    right: 15px;
    top: 0;
    width: 44px;
    height: 34px;
    bottom: 0;
    margin: auto;
    background-image: url(../image/accordian-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}
body.wpb-js-composer .accordion-row .vc_tta.vc_general .vc_active h4.vc_tta-panel-title {
    background: #d02630;
    color: #fff;
}
body.wpb-js-composer .accordion-row .vc_tta.vc_general .vc_active h4.vc_tta-panel-title a {
    color: #fff;
}
body.wpb-js-composer .accordion-row .vc_tta.vc_general h4.vc_tta-panel-title:hover, body.wpb-js-composer .accordion-row .vc_tta.vc_general h4.vc_tta-panel-title:hover a {
    color: #fff;
    background: #d02630;
}
body.wpb-js-composer .accordion-row .vc_tta.vc_general .vc_active h4.vc_tta-panel-title a i.vc_tta-icon {
    position: absolute;
    right: 15px;
    top: 0;
    width: 33px;
    height: 39px;
    bottom: 0;
    margin: auto;
    background-image: url(../image/accordian-icon-active.png);
    background-repeat: no-repeat;
    background-size: contain;
}
body.wpb-js-composer .accordion-row .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel-body {
    background-color: transparent;
    border: 0;
    padding-top: 0;
    padding-bottom: 30px;
}
body.wpb-js-composer .accordion-row .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body p {
    font-size: 16px;
    line-height: 23px;
}
body.wpb-js-composer .accordion-row ul.commonlist li{
    margin-bottom: 10px;
    line-height: 28px;
}
body.wpb-js-composer .accordion-row ul.commonlist li::before {
    top:11px;
}
body.wpb-js-composer .accordion-row .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body img{
    margin: 0 15px 15px 0 !important;
    display: inline-block;
    float: left;
    max-width: 300px;
}
body.wpb-js-composer .accordion-row .wpb_content_element {
    margin-bottom: 10PX;
}

body .accordion-row .whole_data #accordion .panel-heading{
    border: 0;
    padding: 0;
    background: transparent;
}
body .accordion-row .whole_data #accordion .panel-heading h4.panel-title a{
    display: block;
    padding: 14px 20px;
    background: #e7e4e1;
    color: #897a6b;
    font-weight: 700;
    font-size: 29px;
    margin: 0 0 20px 0;
    position: relative;
}
body .accordion-row .whole_data #accordion .panel-heading h4.panel-title a:hover, body .accordion-row .whole_data #accordion .panel-heading h4.panel-title a.active{
    background: #d02630;
    color: #fff;
    text-decoration: none;
}
body .accordion-row .whole_data #accordion .panel-heading h4.panel-title a:after{
    position: absolute;
    right: 15px;
    top: 0;
    width: 44px;
    height: 34px;
    bottom: 0;
    margin: auto;
    background-image: url(../image/accordian-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
body .accordion-row .whole_data #accordion .panel-heading h4.panel-title a.active:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    width: 33px;
    height: 39px;
    bottom: 0;
    margin: auto;
    background-image: url(../image/accordian-icon-active.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.accordion-row #accordion table{
    width:100%;
}
.accordion-row #accordion ul li{
    padding: 25px 0;
    border-bottom: 1px solid #897a6b;
    float: left;
    width: 100%
}
.accordion-row #accordion ul li:last-child{
    border: 0;
}
.accordion-row #accordion table td.date {
    color: #d02630;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    vertical-align: top;
    text-transform: uppercase;
    width:134px;
}
.accordion-row #accordion table td.date span{
    display: block;
    font-weight: 900;
    line-height: 28px;
    margin-top: 10px;
    font-size: 28px;
}
.accordion-row #accordion table td.content{
    padding: 0 45px;
}
.accordion-row #accordion table td h6{
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.accordion-row #accordion table td p {
    font-size: 18px;
    font-weight: 300;
    color: #897a6b;
    line-height: 24px;
    padding: 0;
}
.accordion-row #accordion table td.visitbtn{
    text-align: right;
    width:169px;
}
.accordion-row #accordion table td.visitbtn a{
    background: #d02630;
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    font-weight: 900;
}
.accordion-row #accordion table td.visitbtn a:hover{
    text-decoration: none;
    background: #7d0306;
}
.accordion-row #accordion .panel-body {
    border: 0;
    margin-top: -20px;
}

.threeblock-row h3 {
    font-weight: 700;
}
.threeblock-row h3 a{
    color: #fff!important;
    text-decoration: none;
}
.threeblock-row .wpb_single_image .vc_figure {
    max-width: 102%;
    width: 100%;
    position: relative;
}
.threeblock-row .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
    max-width: 102%;
}
.threeblock-row .wpb_single_image img {
    width: 100%;
}
.threeblock-row p.vc_custom_heading a{
    color: #fff;
    text-decoration: none;
}

body .vs-container {
    max-width: 1050px;
    width: 98%;
    margin: 0 auto;
    float: none;
    display: block !important;
    position: relative;
}
body .vs-round {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}
body .vs-round .wpb_single_image .vc_figure {
    height: 167px;
    vertical-align: middle;
    display: table;
    width: 100%;
}
body .vs-round .wpb_single_image .vc_single_image-wrapper {
    display: table-cell;
    vertical-align: middle;
}
body .vs-round:after {
    width: 80px;
    height: 80px;
    background-color: #d02630;
    border: 7px solid #fff;
    border-radius: 100%;
    font-size: 21px;
    color: #fff;
    line-height: 66px;
    content: "VS";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
    font-weight: 900;
    display: inline-block;
}
.vs-content p {
    font-weight: 600;
}

body .alumni-container {
    max-width: 890px;
    width: 98%;
    margin: 0 auto;
    float: none;
    display: block !important;
    position: relative;
}
body .alumni-container h5 {
    font-weight: 700;
}

.single_career_title{
    text-align: center;
    margin-top: 55px;
    margin-bottom: 15px;
    padding: 0 15px;
}
.carrer-field-single .breadcrumb-links{
    margin: 0 0 40px 0;
    padding:0;
    position: relative;
}
.carrer-field-single .breadcrumb-applaybtn{
    top:0;
}
.career-template-default p {
    font-size: 16px;
    line-height: 26px;
}
.content-main-title {
    margin-bottom: 30px;
    clear: both;
    width: 100%;
    display: block;
    float: left;
}
.content-main-title .wpb_single_image {
    float: left;
    margin: 0 30px 0 0;
}
.content-main-title .content-page-title {
    margin: 39px 0 0 0;
    float: left;
    color: #37868E;
    font-weight: 900;
;
    font-size: 30px;
}
.career-template-default h4 {
    font-size:24px;
    font-weight:600;
}
.career-template-default h6 {
    font-weight: 600;
    margin:16px 0;
}

.right-sidebar-section section {
    background: #e7e4e1;
    padding:14px 19px 0 19px;
    margin: 0 0 25px 0;
}
.right-sidebar-section section.widget_nav_menu{
    padding:20px 30px;
}
.career-template-default .right-sidebar-section h2 {
    font-weight: 700;
    margin:0px 0 5px 0;
    color: #d02630;
    font-size: 24px;
}
.career-template-default .right-sidebar-section .widget_nav_menu h2{
    margin: 10px 0 30px 0;
    color: #37868E;
    font-size: 28px;
}
.career-template-default .right-sidebar-section p {
    font-size: 16px;
    line-height: 22px;
}
.right-sidebar-section ul.menu {
    width: 100%;
    margin: 0;
    padding: 0;
}
.right-sidebar-section ul.menu li {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.right-sidebar-section ul.menu li a {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 24px;
    color: #37868E;
    font-weight: 700;
    float: left;
    line-height: 26px;
    text-decoration: none;
    outline: none;
}
.right-sidebar-section ul.menu li a:hover, .right-sidebar-section ul.menu li.current-menu-item a {
    color: #d02630;
}
.right-sidebar-section .career-tips{
    position:relative;
    padding:0 0 0 65px;
}
.right-sidebar-section .career-tips img{
    position:absolute;
    left:0;
    top:0;
    width:50px;
}
.right-sidebar-section .career-tips p:nth-of-type(1){
    padding-bottom: 0;
}

.career_page_section {
    margin-top:40px;
    text-align:center;
}
.career_page_section .col-md-4{
    display:inline-block;
    vertical-align:top;
    float: none;
    width: 33%;
}
.career_page_section .col-md-4 .content{
    min-height: 130px;
}
.career_page_section .career_fields_box {
    width: 100%;
    display: inline-block;
    border: #37868e solid 1px;
    padding: 20px;
    text-align: center;
    min-height: 300px;
    margin: 0 0 30px 0;
    position: relative;
}
.career_page_section .career_fields_box h4 {
    text-transform: uppercase;
    font-size:24px;
    word-wrap: break-word;
}
.career_page_section .career_fields_box .content{
    font-size: 14px;
    line-height: 20px;
}
.career_page_section .career_fields_box a {
    background: #d02630;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    border: 0;
    padding: 12px 19px;
    width: 133px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 20px 0 0 0;

}
.career_page_section .career_fields_box a:hover {
    background: #911a21;
}

body .logorow .vc_single_image-wrapper {
    display: table-cell;
    height:165px;
    vertical-align: middle;
}

.formdesign .container{
    max-width: 1000px;
    width:95%;
}
.formdesign.contact-us-form h3.gform_title{
    display: none;
}
.formdesign .gform_wrapper h3.gform_title{
    text-align: center;
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 50px;
}
.sidebar .formdesign .gform_wrapper h3.gform_title{
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 0;
}
body .formdesign .gform_wrapper ul li.gfield, .gform_wrapper li.gfield.gfield_error.gfield_contains_required{
    margin-top: 25px;
    padding-right: 0;
}
body .formdesign .gform_wrapper ul li.break-form {
    margin: 0;
}
body .formdesign .gform_wrapper ul li.subtitle.gfield{
    border-bottom: 1px solid #897a6b;
    margin: 80px 15px 20px 15px !important;
}


body .formdesign .gform_wrapper .update-alumni-info h2.gsection_title{
    color:#37868e;
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 15px 0;
    text-align: left;
}

body .formdesign .gform_wrapper .update-alumni-info h3.gform_title{
    display: none;
}
body .formdesign .gform_wrapper ul li{
    vertical-align: top;
}
body .formdesign .gform_wrapper ul li.one-column.gfield{
    display: inline-block;
    padding: 0 20px;
    width:100%;
}
body .formdesign .gform_wrapper ul li.two-column.gfield{
    width:50% !important;
    display: inline-block;
    padding: 0 20px;
}
body .formdesign .gform_wrapper ul li.name-column.gfield{
    padding: 0 20px;
}
body .formdesign .gform_wrapper ul li.name-column.gfield div.ginput_container_name span.name_first{
    padding-right:25px;
}
body .formdesign .gform_wrapper ul li.name-column.gfield div.ginput_container_name span.name_last{
    padding-left:15px;
}
body .formdesign .gform_wrapper ul li.radiorow label{
    vertical-align: top;
}
body .formdesign .gform_wrapper ul li.radiorow .ginput_container{
    display: inline-block;
    margin: 0 0 0 40px;
    width:80%;
}
body .formdesign .gform_wrapper ul li.radiorow .ginput_container ul {
    margin: 0;
}
body .formdesign .gform_wrapper ul li.radiorow .ginput_container ul li{
    position: relative;
    margin-bottom: 18px;
}
body .formdesign .gform_wrapper ul li.radiorow .ginput_container ul li input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top:0;
    margin:0;
}
body .formdesign .gform_wrapper ul li.radiorow .ginput_container ul li label{
    position: relative;
    padding: 0 0 0 30px;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    margin: 0;
}

body .formdesign .gform_wrapper ul li.radiorow .ginput_container ul li label:before{
    width:25px;
    height: 25px;
    border-radius: 100%;
    border:1px solid #897a6b;
    content: "";
    position: absolute;
    left: 0;
    top:2px;
}
body .formdesign .gform_wrapper ul li.radiorow .ginput_container ul li input[type="radio"]:checked + label:before{
    top:2px;
}
body .formdesign .gform_wrapper ul li.radiorow .ginput_container ul li input[type="radio"]:checked + label:after{
    width:15px;
    height: 15px;
    border-radius: 100%;
    background:#d02630;
    content: "";
    position: absolute;
    left: 5px;
    top:7px;
}

body .formdesign .gform_wrapper ul li.checkbox label.gfield_label{
    display: none;
}

body .formdesign .gform_wrapper ul li.checkbox .ginput_container ul li{
    position: relative;
    margin-bottom: 18px;
}
body .formdesign .gform_wrapper ul li.checkbox .ginput_container ul li input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top:0;
    margin:0;
}
body .formdesign .gform_wrapper ul li.checkbox .ginput_container ul li label{
    position: relative;
    padding: 0 0 0 30px;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    margin: 0;
}

body .formdesign .gform_wrapper ul li.checkbox .ginput_container ul li label:before{
    width:25px;
    height: 25px;
    border-radius: 0;
    border:1px solid #897a6b;
    content: "";
    position: absolute;
    left: 0;
    top:1px;
}
body .formdesign .gform_wrapper ul li.checkbox .ginput_container ul li input[type="checkbox"]:checked + label:before{
    top:1px;
}
body .formdesign .gform_wrapper ul li.checkbox .ginput_container ul li input[type="checkbox"]:checked + label:after{
    width:15px;
    height: 15px;
    border-radius: 0;
    background:#d02630;
    content: "";
    position: absolute;
    left: 5px;
    top:6px;
}
.formdesign .gform_wrapper label.gfield_label{
    color: #897a6b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.formdesign .gform_wrapper span.gfield_required{
    display: inline-block;
    color: #f00
}
body .formdesign .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
    padding: 15px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}







body .formdesign .gform_wrapper .gform_body .ginput_container  input[type="file"]{
    padding:17px 12px;
    width:100%;
}

body.page-id-6406 .formdesign .gform_wrapper .gform_body .ginput_container input, body.page-id-6406 .formdesign .gform_wrapper .gform_body .ginput_container textarea{
    border:1px solid #897a6b;
    color: #897a6b;
    background-color: #fff;
}
body.page-id-6406 .formdesign .gform_wrapper .gform_body .ginput_container input[type="file"]{
    border:0px;
    padding: 17px 12px 17px 0px;
}


.formdesign .gform_wrapper .ginput_container select{
    font-family: 'Nunito Sans', sans-serif;
    
    
    
    background-image: url(../image/select-arrow-2.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    padding: 10px 53px 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
}
.formdesign .gform_wrapper .ginput_container label, .formdesign .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
    color: #897a6b;
    font-weight: 300;
    margin: 10px 0 0 0;
    font-size: 13px;
}
.formdesign .gform_wrapper .gform_footer{
    text-align: center;
}
.sidebar .formdesign .gform_wrapper .gform_footer{
    text-align: left;
}
.formdesign .gform_wrapper .gform_footer input.button{
    background: #D02630;
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    
    padding: 10px 30px;
    border: 0;
    margin: 35px 0;
}
.sidebar .formdesign .gform_wrapper .gform_footer input.button{
    margin: 0;
}
.formdesign .gform_wrapper .gform_footer input.button:hover, .formdesign .gform_wrapper .gform_footer input.button:focus {
    background: #911a21;
    color: #fff;
}
.formdesign .gform_wrapper div.validation_error{
    display: none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
    font-size: 25px;
    line-height: 28px;
    font-weight: 900;
    display: block;
    border: 0;
    float: left;
    width: 100%;
    margin: 0 0 0px 0 !important;
    background: transparent;
}
body .gform_confirmation_message{
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    color: green;
    font-weight: 900;
}
body .gform_wrapper .validation_message {
    color: #f00;
    font-weight: 500;
    letter-spacing: normal;
    font-size: 14px;
    padding: 0 !important;
}
body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea{
    border:1px solid #ebe7e6;
}
body .formdesign .gform_wrapper ul li.name-column.gfield.gfield_error div.ginput_container_name span.name_first{
    padding-right: 20px;
}
body .formdesign .gform_wrapper ul li.name-column.gfield.gfield_error div.ginput_container_name span.name_last{
    padding-right:0;
}
body .formdesign .gform_wrapper .refer-friend-colleague h3.gform_title, body .formdesign .gform_wrapper .submit-testimonial h3.gform_title{
    display: none;
}
body .formdesign .gform_wrapper .submit-testimonial ul li.gfield.checkbox-row{
    margin: 0;
}
body .formdesign .gform_wrapper ul li.gfield.checkbox-row > label{
    display: none;
}
body .formdesign .gform_wrapper ul li.checkbox-row .gfield_checkbox li{
    position: relative;
}
body .formdesign .gform_wrapper ul li.checkbox-row .gfield_checkbox li input{
    position: absolute;
    top:0;
    left: 0;
    height: 1005;
    width: 100%;
    opacity: 0;
    z-index: 88;
}
body .formdesign .gform_wrapper ul li.checkbox-row .gfield_checkbox li label{
    color: #897a6b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    padding: 0 0 0 31px !important;
}
body .formdesign .gform_wrapper ul li.checkbox-row .gfield_checkbox li label:before{
    width:21px;
    height: 21px;
    position: absolute;
    left: 0;
    top:0;
    content: "";
    background:#ebe7e6;
    text-align: center;
}
body .formdesign .gform_wrapper ul li.checkbox-row .gfield_checkbox li input[type="checkbox"]:checked + label:before{
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    background:#897a6b;
}
body .formdesign .gform_wrapper.gform_validation_error ul.gform_fields li{
    min-height: 145px;
    margin-top:10px !important;
}
body .formdesign .gform_wrapper.gform_validation_error ul.gform_fields li.radiorow, body .formdesign .gform_wrapper.gform_validation_error ul.gform_fields li.radiorow ul li, body .sidebar .formdesign .gform_wrapper.gform_validation_error ul.gform_fields li, body .formdesign .gform_wrapper.gform_validation_error ul.gform_fields li.gfield.checkbox-row .ginput_container_checkbox li, body .formdesign .gform_wrapper.gform_validation_error ul.gform_fields li.gfield.checkbox-row {
    min-height: 10px;
}
body .formdesign .gform_wrapper.gform_validation_error ul.gform_fields li.break-form{
    min-height: 2px;
}
body .formdesign .gform_wrapper .field_description_below .gfield_description{
    padding: 0;
}
body .formdesign .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .formdesign .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
    margin-top: 0;
}
body .formdesign .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
    display: inline-block;
    float: none;
}
.sidebar .formdesign{
    background: #fff;
    padding: 20px;
}
.thankyou-msg{
    color: green;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    border: 1px solid green;
    padding: 30px;
}
.es_msg {
    color: green;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}


.optin-title {
    font-family: 'Nunito Sans', sans-serif;
    color: #37868E;
    font-weight: 900;
    font-size: 24px;
}


.spaceleft{
    padding-left: 100px !important;
}

body .alumni-listing-container{
    max-width: 990px;
    width:98%;
    margin:0 auto;
    display: block;
}

.timelineprocess{
    max-width: 1284px;
    margin: 40px auto;
    float:none;
    width:100%;
}
.timeline-page{
    position: relative;
    width:100%;
    padding: 0 80px;
    float: left;
    margin: 0 0 80px 0;
}
.timeline-page:before{
    position: absolute;
    content: "";
    height: auto;
    width:2px;
    left:0;
    right: 0;
    margin: auto;
    top:0;
    bottom:168px;
    background: #7d0306;
}
.startline{
    border-radius: 100%;
    width: 128px;
    height: 128px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    font-size: 22px;
    line-height: 113px;
    background: #d02630;
    text-transform: uppercase;
    padding-top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    border: 7px solid #fff;
}
.timelinebox h5{
    text-transform: uppercase;
    font-size: 21px;
    background: #897a6b;
    padding:15px 30px;
    display: block;
    margin: 0;
    color:#fff;
    text-align: center;
}
.timeline-page .timelinebox.middle h5{
    background: #d02630;
}
.timeline-page .timelinebox.left:nth-of-type(1) h5{
    background: #37868e;
}
.timelinebox .timeline-content{
    padding: 15px 30px;
    border-bottom: 1px solid #897a6b;
    min-height: 100px;
}
.timelinebox .timeline-content p{
    font-size:16px;
    padding: 0 0 10px 0;
    line-height: 28px;
}
.timelinebox .timeline-content ul {
    padding: 15px;
    margin: 0;
}
.timelinebox .timeline-content ul li{
    font-size:16px;
    line-height: 28px;
    display: block;
    margin: 0 0 8px 0;
    padding: 0 0 0 10px;
    position: relative;
    color: #4a4a4a;
}
.timelinebox .timeline-content ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #4a4a4a;
    display: inline-block;
}
.timelinebox p.read-more-link, .timelinebox p.read-more-less{
    padding: 0;
}
.timelinebox .more_read_more{
    display: block;
    padding: 8px 50px 8px 8px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 900;
    color:#897a6b;
    background-image: url(../image/accordian-icon.png);
    background-position: 98% center;
    background-size: 30px auto;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}
.timeline-page .timelinebox{
    display: inline-block;
    width:47%;
    position: relative;
    border:1px solid #897a6b;
    background: #FFF
}
.timeline-page .timelinebox.left{
    float: left;
    margin-top:40px;
    margin-bottom: 40px;
    clear: left;
}
.timeline-page .timelinebox.right {
    float: right;
    margin-top:65px;
    margin-bottom: 65px;
    clear: right;
}
.timeline-page .timelinebox.middle{
    float: none;
    clear: both;
    display: block;
    margin:80px auto 40px auto;
}
.timeline-page .timelinebox.left:nth-of-type(1){
    margin-top:80px;
}
.timeline-page .timelinebox.right:nth-of-type(2){
    margin-top: 130px;
}
.timeline-page .timelinebox.left:nth-last-of-type(1){
    margin-top:300px;
}
.timeline-page .timelinebox.left:nth-last-of-type(1) span{
    border-radius: 100%;
    width: 100px;
    height: 100px;
    color: #fff;
    font-weight: 900;
    content: "Finish line";
    text-align: center;
    font-size: 22px;
    line-height: 23px;
    position: absolute;
    background: #d02630;
    text-transform: uppercase;
    padding-top: 27px;
    top: -150px;
    left: 97%;
    margin: auto;
}
.timeline-page .timelinebox.left:after{
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #897a6b;
    border-bottom: 15px solid transparent;
    content: "";
    position: absolute;
    left:100%;
    top:10px;
}
.timeline-page .timelinebox.left:nth-of-type(1):after{
    border-left: 15px solid #37868e;
}
.timeline-page .timelinebox.right:after{
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #897a6b;
    border-bottom: 15px solid transparent;
    content: "";
    position: absolute;
    right:100%;
    top:10px;
}
.timeline-page .timelinebox:before{
    content: "";
    width:20px;
    height: 20px;
    background: #d02630;
    position: absolute;
    border-radius: 100%;
    top:15px;
}
.timeline-page .timelinebox.left:before{
    right:-45px;
}
.timeline-page .timelinebox.right:before{
    left:-45px;
}
.timeline-page .timelinebox.middle:after, .timeline-page .timelinebox.middle:before{
    display: none;
}

.template-page-design{
    padding:50px 0 40px 0;
}
.template-page-design .page-title{
    margin: 0px 0 14px 0;
}
.template-page-design .breadcrumb-links,
.career-podcast-page .template-page-design .breadcrumb-links{
    position: relative;
    margin-bottom: 0px;
}
.transition-tool-page .career_page_section{
    margin-top:18px;
}
.transition-tool-page .career_page_section .row .col-md-4,
.transition-guides-page .career_page_section .row .col-md-4 {
    padding: 0 20px;
    margin-bottom:10px;
}
.transition-tool-page .image_single{
    margin-top: 35px;
    min-height: 100px;
}
.transition-tool-page .image_single img{
    max-height: 100px;
}
.transition-tool-page .career_page_section .career_fields_box h4{
    font-size: 25px;
    margin: 0px 0 20px 0;
}
.transition-tool-page .career_page_section .col-md-4 .content{
    min-height: 110px;
}
.transition-tool-page .career_page_section .col-md-4 .content p{
    font-size: 15px;
    line-height: 22px;
}
.transition-tool-page .career_page_section .career_fields_box a{
    font-size: 15px;
    line-height: 15px;
    width: 143px;
    text-transform: uppercase;
    margin: 0px 0 30px 0;
    display: inline-block;
}
.transition-tool-page .testimonial-latest-box-row{
    background: #e8f3f3;
    padding:40px 0;
    margin-top:40px;
}
.transition-tool-page .testimonial-latest-box-row h3{
    color:#897a6b;
    text-transform: capitalize;
    margin: 0 0 30px 0;
}
.transition-tool-page .home-post-list .postread{
    background: #e8f3f3
}

.the-book-img img{
    margin-bottom:-90px;
}

.historypage-ttl a.breadcrumb-applaybtn{
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    background: #d02630;
    width: auto;
    margin: 0;
    margin-bottom: 0px;
    float: left;
    display: inline-block;
    padding: 27px 36px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
a.rsvp-conferance{
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    background: #d02630;
    width: auto;
    max-width: 185px;
    margin: 0;
    display: inline-block;
    padding: 15px 21px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
.historypage-ttl a.rsvp-conferance{
    float: right;
}
a.breadcrumb-applaybtn:hover, a.rsvp-conferance:hover{
    background: #7d0306;
    text-decoration: none;
    color: #fff;
}

.webcast_sidebar {
    text-align: left !important;
}
.webcast_sidebar .webcast_events table td {
    vertical-align: top;
    padding: 0;
}
.webcast_sidebar .webcast_events {
    margin-left: 10px;
}

.webcast_events, .webcast_events p{
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}

.webcast_sidebar .webcast_events h3{
    font-weight: 800;
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 19px;
    line-height: 22px;
    text-align: left !important;
    color: #897A6B;
}
.webcast_sidebar .webcast_events table td h3 {
    margin-top: 0;
}
.webcast_sidebar .webcast_events h4{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    text-align: left !important;
    color: #897A6B;
}

.static-para p {
    text-align: left;
    color: #897a6b;
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
    line-height: 22px;
}
.webcast_sidebar .webcast_events h4 {
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
    text-align: left !important;
    color: #897A6B;
    margin-bottom: 0 !important;
}
.webcast_events h3{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
    text-align: left !important;
}
.webcast_events h4{
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 24px;
    text-align: left !important;
}
.webcast_events ul{
    list-style: none;
    padding: 0 0 0 20px;
    margin: 20px;
}
.webcast_events ul li{
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 25px;
}
.webcast_events ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #4a4a4a;
    display: inline-block;
}
.webcast_events .common-btn2{
    text-align: center;
    margin: 20px 0 20px 0;
}
.webcast_sidebar .webcast_events table td .common-btn2 {
    padding: 0 22px;
    margin: 0;
}
.webcast_sidebar .webcast_events .common-btn2 .vc_general{
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
}
.webcast_events .common-btn2 .vc_general{
    display: inline-block;
}
.webcast_events .common-btn2 .vc_general:hover{
    background: #7d0306;
    text-decoration: none;
}

.webcast-txt {
    width: 80%;
    margin: 0 auto;
}

.sidebar section{
    margin-bottom: 30px;
}
.sidebar h2.widget-title, .sidebar h2{
    font-size: 28px;
    font-weight: 700;
    margin:15px 0 25px 0;
    padding: 0;
}
.sidebar .privacy-statement{
    font-size: 16px;
    line-height: 24px;
}
body .sidebar .common-btn2 .vc_general{
    display: inline-block;
    font-size: 11px;
    padding: 10px 15px;
    margin-top: 15px;
}
.podcast-sidebar, .subscribe-sidebar, .category-sidebar, .news-event-sidebar {
    background: #fff;
    padding: 20px 20px 30px 20px;
}
.hiring-conferences-sidebar .news-event-sidebar{
    background: #dcd8d3;
}
.podcast-sidebar ul li{
    display: block;
    margin: 0 0 15px 0;
}
.podcast-sidebar ul li a{
    font-size: 16px;
    color: #EE4948;
    font-weight: 700;
    text-decoration: underline;
}
.podcast-sidebar ul li a:hover{
    color: #4a4a4a;
}
.category-sidebar ul li{
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom:10px;
}

.career-podcast-page .container {
    max-width: 1389px;
}

.career-podcast-page .full-width-row{
    background-color: rgba(137,122,107,0.1);
    padding:40px 0;
}
.career-tips-page .careerboxes .careerbox{
    margin: 0 0 30px 0;
    background: #fff;
    padding: 30px;
}
.career-podcast-page h4{
    font-weight: 700;
    margin-bottom: 20px;
}
.career-podcast-page .careerboxes, .career-podcast-page .careerboxes p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.career-podcast-page .careerboxes ul li{
    background: #fff;
    margin: 0 0 30px 0;
    padding: 30px;
    color:#4a4a4a;
    position: relative;
}
.career-podcast-page .careerboxes ul li ol{list-style:none;}
.career-podcast-page .careerboxes ul li ul li,
.career-podcast-page .careerboxes ul li ol li{
    display: block;
    margin-bottom: 8px;
    position: relative;
    padding: 0 0 0 15px;
}
.career-podcast-page .careerboxes ul li ul li:before,
.career-podcast-page .careerboxes ul li ol li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #4a4a4a;
    display: inline-block;
}
.career-podcast-page .careerboxes .post_date{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.career-podcast-page .careerboxes .post_date .entry-category{
    color:#d02630;
}
.career-podcast-page .careerboxes .post_date .entry-category a{
    display: inline-block;
    position: relative;
    margin: 0 0 0 10px;
    padding-left: 8px;
}
.career-podcast-page.news-event .careerboxes .post_date .entry-category{
    color:#4A4A4A;
}
.career-podcast-page .careerboxes .post_date .entry-category a:before{
    width:1px;
    height: 15px;
    top:0;
    bottom: 0;
    margin: auto;
    left:0px;
    background: #d02630;
    content: "";
    position: absolute;
}
.careerboxes .common-btn2 {
    margin-top: 15px;
    display: inline-block;
}
.careerboxes .common-btn2 .vc_general{
    font-size: 13px;
    padding: 8px 19px;
    display: inline-block;
}
.loadmore-btn {
    text-align: center;
    margin: 80px 0;
}
.loader-btn{
    text-align: center;
}
.career-podcast-page .careerboxes .loadmore-btn .vc_general{
    font-size: 17px;
    background: url(../image/loadmore-arrow.png);
    background-repeat: no-repeat;
    background-position: 83% center;
    padding: 11px 70px 11px 18px;
    cursor: pointer;
}
.career-podcast-page .careerboxes .loadmore-btn .vc_general:hover{
    background: url(../image/loadmore-arrow-white.png) #7d0306;
    background-repeat: no-repeat;
    background-position: 83% center;
    border: 1px solid #7d0306;
}
.sharing-options{
    position: relative;
    right:0;
    top: 16px;
    display:inline-block;
}
.single-career_tips .sharing-options, .single-podcast .sharing-options{
    float: none;
}
.sharing-options .share-button{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eeecee;
    display: inline-block;
}
.sharing-options .fa{
    color:#37868e;
    font-size: 19px;
    line-height: 40px;
}
.share-opt{
    display: block;
    position: absolute;
    width:170px;
    right: 0;
    text-align: center;
    background: #ebe7e6;
    padding: 10px 3px;
}
.sharing-options .share-opt a .fa{
    color:#fff;
}
.share-opt a{
    display: inline-block;
    margin: 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color:#fff;
}
.share-opt a.facebook-button{
    background: #3b5998;
}
.share-opt a.linkedin-button{
    background: #007bb5;
}
.share-opt a.twitter-button{
    background: #1da1f2;
}
.share-opt a.google-plus-button{
    background: #db4437;
}
.career-podcast-page.single-page .careerboxes{
    background: #fff;
    padding: 30px;
}
.career-podcast-page.single-page .careerboxes ul{
    margin: 10px 0;
    color: #4a4a4a
}
.career-podcast-page.single-page .careerboxes ul li{
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    position:relative;
}
.career-podcast-page.single-page .careerboxes ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #4a4a4a;
    display: inline-block;
}
.career-podcast-page.single-page .careerboxes ol{
    margin: 10px 0;
    padding: 0 0 0 20px;
    color: #4a4a4a;

}
.career-podcast-page.single-page .careerboxes ol li{
    margin: 0 0 10px 0;
}

.testimonial-row {
    background: #e5f1f2;
    padding:40px 0;
}
.testimonial-row .flexslider{
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.testimonial-row .flexslider .content, .testimonial-listing-page .content{
    max-width: 1015px;
    width:100%;
    margin:0 auto 40px auto;
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #4a4a4a;
    text-align: center;
}
.testimonial-row .flexslider .content{
    margin-top:20px;
}
.testimonial-row .flexslider .fa{
    font-size: 30px;
    color: #37868E;
}
.testimonial-row .flexslider .title, .testimonial-listing-page .title{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    color: #4a4a4a;
    max-width: 1015px;
    width:100%;
    margin: 0 auto ;
    display: block;
    text-align: center;
    padding: 0 0 20px 0;
}
.flex-direction-nav a.flex-next::before, .flex-direction-nav a.flex-prev::before{
    display: none;
}
.flex-direction-nav a.flex-next{
    background-image: url(../image/testimonial-row-right.png);
    height: 48px;
    width: 58px;
    display: inline-block;
    background-size: contain;
    font-size: 0;
    background-repeat: no-repeat;
}
.flex-direction-nav a.flex-prev{
    background-image: url(../image/testimonial-row-left.png);
    height: 48px;
    width: 58px;
    display: inline-block;
    background-size: contain;
    font-size: 0;
    background-repeat: no-repeat;
}
.testimonial-listing-page ul li{
    background: #e5f1f2 ;
    padding: 40px;
    margin: 0 0 40px 0;
}

.load1:link, .load1:visited {
    background-color: #f44336;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.load1:hover, .load1:active {
    background-color: red;
}

.testimonail-page {
    text-align: center;
}
.testimonail-page .testimonial_box{
    margin-top: 30px;
}
.testimonail-page .testimonial_box h4{
    font-weight: 700;
}
.testimonail-page .testimonial_box p{
    line-height: 24px;
}
.testimonail-page .image_single{
    margin-bottom:0px;
}
.testimonail-page .image_single img{
    min-height: 300px;
    max-height: 300px;
}
.testimonail-page .videos video, .testimonail-page .videos iframe{
    width:100%;
    max-height: 300px;
}
.testimonail-page .testimonial-content{
    padding: 25px;
}
.testimonail-page .testimonial-content .compnay-name{
    margin-bottom: 15px;
}
.testimonail-page-category .page-title{
    margin: 50px 0 15px 0;
}

.team-page .team-box{
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}
.team-page .team-box .image_single img{
    width:100%;
    height: auto;
    margin-top: -63px;
}
.team-page .team-box .image_single {
    max-height: 320px;
    max-width: 413px;
    overflow: hidden;
}
.team-page .team-box h4{
    position: absolute;
    right:0;
    left: 0;
    bottom:0;
    padding: 18px;
    background: rgba(255,255,255,0.8);
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin: 0;
}
.team-page .team-box:hover > h4{
    color: #d02630;
}
.teampopup {
    padding-right:0 !important;
}
.teampopup .modal-dialog{
    max-width: 1170px;
    width:90%;
}
.teampopup .modal-content{
    border-radius: 0;
    padding: 0 30px 40px 30px;
}
.teampopup .modal-dialog h2{
    margin-top: 0;
    margin-bottom: 20px;
}
.teampopup .modal-dialog p,
.teampopup .modal-dialog .content{
    font-size: 17px;
    line-height: 31px;
}
.teampopup .modal-dialog .image_single img{
    width: 100%;
}
.teampopup .modal-dialog button.close{
    opacity: 1;
    margin: 15px 0 20px 15px;
    z-index: 999;
    position: relative;
}

.our-mission-page{
    position: relative;
}
.our-mission-page .breadcrumb-links{
    position: absolute;
    bottom:70px;
    left: 0;
    right:0;
    border: 0;
}
.our-mission-page .breadcrumb-links a.breadcrumb-applaybtn {
    position: relative;
    float: left;
    height: auto;
    top: 0;
    max-width: 157px;
}
.our-mission-page .breadcrumb-links a.breadcrumb-applaybtn span{
    top: 0;
    margin: 0;
    padding: 22px 15px;
}
.our-mission-page .breadcrumb-links .rsvp-conferance{
    float: right;
}
.our-mission-page .page-title{
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #897a6b;
    border-top: 20px solid #37868e;
    padding-bottom: 15px;
    padding-top: 15px;
}
.our-mission-page .page-title h1{
    padding: 0;
    margin: 0;
}
.our-mission-page h4{
    margin-bottom: 40px;
}
.our-mission-page .accomplishbox{
    margin-bottom: 30px;
}
.our-mission-page .accomplish-row h6{
    max-width: 80%;
    display: block;
    margin: 20px auto;
}

.employer-contact{
    text-align: center;
}
.employer-contact .modal-content{
    text-align: left;
}
.emp-contact-2{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    float: none;
    display: inline-block;
}
.emp-contact-2 figure{
    width: 230px;
    height: 230px;
    overflow: hidden;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}
.emp-contact-2 figure img{
    width: 120%;
    height: auto;
}
.emp-contact-2 h3{
    font-weight: 700;
    margin-bottom: 15px;
}
.emp-contact-2 .common-btn2 .vc_general{
    display: inline-block;
    margin-top: 10px;
}
.emp-contact-2 .number, .emp-contact-2 .email{
    font-size: 20px;
    line-height: 20px;
    display: block;
    font-weight: 400;
    margin: 0 0 15px 0;
    color: #7a7a7a;
    min-height: 20px;
}
.emp-contact-2 .email {
    color: #d02630;
}

.comp-cand-address p{
    font-size: 16px;
}

.blog-featured-image, .blog-featured-post-image {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 48%;
    background-position: center center;
    background-size: cover;
}
.blog-featured-post-image {
    padding-top: 81%;
}
.no_blog_image{
    display: block;
    margin-top:50px;
}

.ourblog img.alignright {
    float: right;
    margin: 20px 0 20px 20px;
    position: relative;
    z-index: 55;
}

.ourblog img.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
    position: relative;
    z-index: 55;
}


.ourblog .email_subscriber{
    border-bottom:1px solid #897a6b;
    border-top:1px solid #979797;
    padding: 20px 15px;
    background: #e5f1f2;
    text-align: center;
}
.ourblog .email_subscriber h2.widget-title{
    display: none;
}
.ourblog .email_subscriber form.es_widget_form{
    display: inline-block;
    max-width: 660px;
    width:100%;
    position: relative;
}
.ourblog .email_subscriber form.es_widget_form .es_lablebox{
    display: none;
}
.ourblog .email_subscriber form.es_widget_form .es_textbox .es_textbox_class{
    width: 100%;
    padding: 21px;
    border: 0;
    color:#37868E;
    font-weight: 300;
}
.ourblog .email_subscriber form.es_widget_form .es_button{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
}
.ourblog .email_subscriber form.es_widget_form .es_button .es_submit_button{
    background: #37868E;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    box-shadow: none;
    padding: 18px 17px;
    margin: 0;
    font-size: 20px;
    width: auto;
}
.ourblog .careerboxes ul.featurepost li{
    padding: 0;
}
.ourblog .featurepost li table td{
    vertical-align: top;
}
.ourblog .featurepost li table td:first-child{
    width:45%;
}
.ourblog .featurepost li table td .featured_image img{
    width: 100%;
}
.ourblog .featurepost li table td:nth-child(2){
    padding: 30px;
}

.ourblog .careerboxes h4.featuredttl{
    font-weight: 900;
    margin: 0 0 120px 0;
}


.single-page.ourblog .post-page-wrap{
    margin:30px 0 80px 0;
    display: block;
    width: 100%;
    float: left;
}

.single-page.ourblog .post-page-wrap a[rel="next"]{
    background: #D02630;
    font-size: 0;
    min-height: 45px;
    width: 105px;
    float: right;
    position: relative;
}
.single-page.ourblog .post-page-wrap a[rel="next"]:before{
    content: "Next";
    position: absolute;
    line-height: 45px;
    text-align: center;
    position: absolute;width: 100%;
    left: 0;
    top:0;
    font-weight: 900;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.single-page.ourblog .post-page-wrap a[rel="prev"]{
    background: #D02630;
    font-weight: 900;
    color: #fff;
    font-size: 0;
    text-transform: uppercase;
    padding: 11px 30px;
    float: left;
    position: relative;
    min-height: 45px;
    width: 143px;
}
.single-page.ourblog .post-page-wrap a[rel="prev"]:before{
    content: "PREVIOUS";
    position: absolute;
    line-height: 45px;
    text-align: center;
    position: absolute;width: 100%;
    left: 0;
    top:0;
    font-weight: 900;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.single-page.ourblog .post-page-wrap a[rel="next"]:hover:before,
.single-page.ourblog .post-page-wrap a[rel="prev"]:hover:before{
    background: #333;
}
.single-page.ourblog .author-avtar {
    position: relative;
    top:-25px;
    margin-bottom: 30px;
    text-align: right;
}
.single-page.ourblog .author-post__title{
    display: inline-block;
    color: #897a6b;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
.single-page.ourblog .avatar_img{
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    float: right;
    position: relative;
    border: 11px solid #fff;
    top: -68px;
    height: 130px;
    width: 130px;
    margin-left: 15px;
}
.single-page.ourblog .avatar_img img.avatar {
    width:130%;
    height: auto;
}

.steve-jobs-words{
    text-align: center;
    max-width: 850px;
    margin: 40px auto;
}
.steve-jobs-words h2{
    font-weight: 700;
    font-size: 41px;
    margin-bottom: 20px;
}
.steve-jobs-words p{
    letter-spacing: 3px;
}

.blank-space{
    height: 20px;
    background: #37868e;
    margin: 10px 0;
    width:100%;
}
.news-event h1,
.category-page.template-page-design h1{
    border-bottom:1px solid #897a6b;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.news-event-sidebar h4{
    font-weight: 700;
    margin-bottom: 20px;
}
.news-event-sidebar .date{
    color: #D02630;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}
.news-event-sidebar h6{
    font-size: 20px;
    font-weight: 800;
}
.news-event-sidebar .visitbtn{
    margin-bottom: 30px;
}
.news-event-sidebar .visitbtn a{
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 700;
}
body .news-event-sidebar .common-btn1 .vc_general{
    font-size: 15px;
    padding: 12px 35px;
    display: inline-block;
    text-align: center;
}
.service-sidebar{
    background: #7d0306 ;
    padding:0px 0px 30px 0px;
    text-align: center;
}
.service-sidebar a{
    display: block;
}
.service-sidebar a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.service-sidebar img{
    width:100%;
}
.service-sidebar h3{
    font-weight: 700;
    color:#fff;
    font-size: 30px;
    margin-bottom: 8px;
    padding: 0 15px;
    padding: 0 20px;
}
.service-sidebar p{
    color: #ffffff;
    line-height: 29px;
    text-align: center;
    padding: 0 20px;
}

.conferences-email p{
    font-size: 24px;
    color:#d02630;
    font-weight: 700;
}
.conferences-email p a{
    text-decoration: none;
}
.videos{
    margin-bottom: 40px;
}
.testimonail-page .videos{
    margin-bottom: 0px;
}
.videos iframe,
.videos video{
    width:100%;
}
.upcoming-conference-box{
    border: 1px solid #d02630;
    padding: 30px;
}
.upcoming-conference-box h3{
    padding: 0 0 0 132px;
    background-image: url(../image/icon-calendar.png);
    background-position: left top;
    background-repeat: no-repeat;
    font-weight: 700;
    color: #d02630;
    min-height: 61px;
    margin: 0 0 15px 0;
}

.upcoming-conference-box  h3 span{font-size: 16px; line-height: 22px; color: #4a4a4a;
    font-weight: 400; display: block; margin: 15px 0 20px 0;
}
.upcoming-conference-box ul li {
    padding: 0 0 0 132px;
    position: relative;
    margin-bottom: 35px;
}
.upcoming-conference-box ul li:last-child{
    margin-bottom: 0;
}
.upcoming-conference-box ul li .date{
    position: absolute;
    left: 0;
    color: #D02630;
    font-size: 17px;
    font-weight: 700;
}
.upcoming-conference-box ul li h4{
    color: #23353F;
    font-size: 24px;
    font-weight: 700;
}
.upcoming-conference-box ul li .visitbtn a{
    text-decoration: underline;
}
.powerpress_player{
    margin: 30px 0;
}

.no-padding-row .container{
    padding: 0 15px;
}

.upcoming-conference-box .virtual-event {
    font-weight: 900;
    margin-bottom: 10px;
}

.news-events #content{
    margin-top: 10px;
}
.not_available{
    text-align: left;
    color: #897a6b;
    font-size: 20px;
    margin: 0;
    padding: 0 11px;
}



.ind-hc-contact p {
    color: #fff;
}

.ind-hc-contact a {
    color: #DCD8D3;
}

.ind-hc-contact a:hover {
    color: #fff;
}



body .container-800 {
    max-width: 800px;
    width: 98%;
    margin: 0 auto;
    float: none;
}

.lp-checklist h2,
.lp-checklist-webinar h2 {
    font-weight: 600;
    line-height: 1.25em;
}

.lp-checklist h3,
.lp-checklist-webinar h3 {
    margin-top: 0px;
    font-weight: 600;
}

.lp-checklist-webinar p {
    padding: 0 0px 0 0;
    font-size: 22px;
    line-height: 32px;
    color: #4a4a4a;
    font-weight: 400;
    margin: 0;
}

.lp-checklist-webinar .vc_cta3-container {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.lp-checklist-webinar .vc_general.vc_cta3 {
    border: 1px solid transparent;
    font-size: 1em;
    padding: 20px 20px;
    word-wrap: break-word;
}

.lp-checklist-webinar .vc_general.vc_cta3 {
    padding: 8px 28px;
}

.lp-webinar-form-col {
    text-align: center;
    margin: 0 auto;
}

.geek-frame-holder {
    text-align: center;
    width: 100% !important;
}




body .vs-container-hc {
    max-width: 1050px;
    width: 98%;
    margin: 0 auto;
    float: none;
    display: block !important;
    position: relative;
    background: #dcd8d3;
}

body .common-hiring-btn .vc_general {
    background: #D02630;
    font-weight: 900;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
}

body .common-hiring-btn-fw .vc_general {
    background: #D02630;
    font-weight: 900;
    color: #fff;
    padding: 20px 40px 20px 40px !important;
    font-size: 24px !important;
    text-transform: uppercase;
    cursor: pointer;
    width: 101% !important;
}
body .common-hiring-btn-fw:hover .vc_general {
    background: #7D0306 !important;
}

.hc-steps {
    color: #fff;
    font-size: 30px;
}

.hiring-conference-lp .upcoming-conference-box{
    border: 0px solid #d02630;
    padding: 30px;
    background: #fff;
}

.upcoming-conference-box h4{
    padding: 0 0 0 0px;
    font-size: 24px;
    font-weight: 700;
    color: #37868E;
    margin: 0 0 15px 0;
}

.upcoming-conference-box p {
    padding: 0 0 15px 0;
    font-size: 16px;
    line-height: 20px;
    color: #4a4a4a;
    font-weight: 400;
    margin: 0;
}
.hc-steps {
    margin: 0;
    padding: 0;
}
.hc-steps ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}
.hc-steps ol li {
    margin: 0 0 30px 0;
    counter-increment: my-awesome-counter;
    position: relative;
}
.hc-steps ol li::before {
    content: counter(my-awesome-counter);
    color: #37868e;
    font-size: 80%;
    font-weight: 900;
    position: absolute;
    --size: 50px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #dcd8d3;
    border-radius: 50%;
    text-align: center;
}


.hc-ctabar {
    position: fixed !important;
    width: 101%;
    left: 0 !important;
    bottom: 0 !important;
    text-align: center;
    z-index: 9999 !important;
}

#xyzhiring-conferences-b footer {
    margin-bottom: 70px;
}

.ind-hc-contact h4 {
    color: #fff;
}

.ind-hc-contact p {
    color: #fff;
}

.ind-hc-contact a {
    color: #fff;
}

.ind-hc-contact a:hover {
    text-decoration: none !important;
}

.hc-steps p {
    padding: 0 0 15px 0;
    font-size: 20px;
    line-height: 36px;
    color: #4a4a4a;
    font-weight: 400;
    margin: 0;
}

body.wpb-js-composer .accordion-row .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body .hc-steps p {
    font-size: 18px;
    line-height: 28px;
}



.single-hiring-conference-lp .upcoming-conference-box h3 {
    padding: 0 0 0 0px;
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
    font-weight: 900;
    color: #d02630;
    min-height: 50px;
    margin: 0 0 15px 0;
}

.single-hiring-conference-lp .upcoming-conference-box {
    border: 0px solid #d02630;
    padding: 15px;
    background: #fff;
}

.single-hiring-conference-lp .upcoming-conference-box h4{
    padding: 0 0 0 0px;
    font-size: 20px;
    font-weight: 700;
    color: #37868E;
    margin: 15px 0 5px 0;
}

.single-hiring-conference-lp .upcoming-conference-box a{
    margin: 0 0 20px 0;
}

.single-hiring-conference-lp .upcoming-conference-box p {
    padding: 0 0 8px 0;
    font-size: 16px;
    line-height: 20px;
    color: #4a4a4a;
    font-weight: 400;
    margin: 0;
}

.single-hiring-conference-lp .conference-date-pdf a {
    font-weight: 700;
}

.single-hiring-conference-lp .conference-date-pdf a::after {
    content: ' ▸';
}

.single-hiring-conference-lp .conference-date-pdf a:hover {
    text-decoration: none !important;
    color: #37868E;
}



.floating-button-rsvp {
    visibility: hidden !important;
    width: 0px !important;
}

.buttonizer-label-0-0-6 {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    border: 1px solid #D02630;
    font-weight: 900;
}

/

.transition_guide_homebox{
    font-size: 20px;
    line-height: 24px;
    background-color: red;
}

.transition_guide_section,
.transition_webinar_section {
    margin-top:20px;
    text-align:center;
}
.transition_guide_section .row,
.transition_webinar_section .row {
    margin-top: 20px;
    position: static;
    display: block;
}
.transition_guide_section .col-md-4,
.transition_webinar_section .col-md-4 {
    display:inline-block;
    vertical-align:top;
    float: none;
    width: 33%;
    height: auto;
}
.transition_guide_section .col-md-4 .content{
    min-height: 130px;
}
.transition_guide_section .transition_guide_box a,
.transition_webinar_section .transition_webinar_box a  {
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-align: center;
    min-height: 620px;
    margin: 0 0 30px 0;
    position: static;
    border: #37868e solid 1px;
}
.transition_guide_section .transition_guide_box a:hover,
.transition_webinar_section .transition_webinar_box a:hover {
    text-decoration: none;
    background-color: #E5F1EE;
    transition-timing-function: ease-in-out;
}
.transition_guide_section .transition_guide_box h4 {
    text-transform: none;
    font-size:24px;
    word-wrap: break-word;
    min-height: 80px;
}
.transition_webinar_section .transition_webinar_box h4 {
    text-transform: none;
    font-size:24px;
    word-wrap: break-word;
    padding-top: 10px;
    min-height: 70px;
}
.transition_guide_section .transition_guide_box .content p,
.transition_webinar_section .transition_webinar_box .content p {
    font-size: 18px !important;
    line-height: 28px !important;
}




.transition_guide_cta {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    background-color: #d02630;
    display: inline-block;
}



@media(max-width: 1400px){
    .our-mission-page .breadcrumb-links a{
        margin: 0;
    }
}
@media(max-width: 1380px) {
    .navigation-row #mega-menu-wrap-primary ul#mega-menu-primary li {
        margin-left: 22px;
    }
    .career_page_section .career_fields_box h4, .transition-tool-page .career_page_section .career_fields_box h4{
        font-size: 20px;
    }
    .transition-tool-page .career_page_section .col-md-4 .content{
        min-height: 80px;
    }
    .breadcrumb-links a{
        font-size: 19px;
    }
    .timelineprocess{
        max-width: 1146px;
    }
    .timeline-page .timelinebox.left:before {
        right: -42px;
    }
    .timeline-page .timelinebox.right:before {
        left: -42px;
    }
    .timeline-page .timelinebox.left:nth-last-of-type(1) span{
        left: 96%;
    }
    .breadcrumb-links .breadcrumb-applaybtn > span{
        top:42%;
    }
}
@media(max-width: 1199px) {
    h1 br, h2 br{
        display: none;
    }
    .site-header .authentication ul li{
        margin: 0 0 0 10px;
    }
    .home .navigation-row a.custom-logo-link:after {
        bottom: -45px;
    }
    .mega-jmo-submenu > ul >li{
        width:25% !important;
    }
    .mega-alumni-employer-submenu > ul >li{
        width:50% !important;
    }
    .home-post-row .latest-boxes {
        padding-right: 15px !important;
    }
    .home-post-row .home-post-right {
        padding-left: 15px !important;
    }
    .navigation-row #mega-menu-wrap-primary ul#mega-menu-primary li {
        margin-left: 10px;
    }
    .navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        font-size: 15px;
    }
    .navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, .navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, .navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, .navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
        font-size: 14px;
    }
    .navigation-row #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column{
        min-height: 220px;
    }
    body .vs-round p.vc_custom_heading {
        padding-right: 30px;
        padding-left: 30px;
    }
    body p.vc_custom_heading br {
        display: none;
    }
    .career_page_section .col-md-4 .content {
        min-height: 170px;
    }
    .spaceleft {
        padding-left: 50px !important;
    }
    .timelineprocess{
        max-width: 943px;
    }
    .timeline-page .timelinebox.left:before{
        right:-37px;
    }
    .timeline-page .timelinebox.right:before{
        left:-37px;
    }
    .timelinebox h5{
        font-size: 19px;
    }
    .timeline-page .timelinebox.left:nth-last-of-type(1) span {
        left: 94%;
    }
    .redgreen-box-links .redlongbtn button.vc_btn3, .redgreen-box-links .redlongbtn a.vc_btn3, .redgreen-box-links .greenlongbtn button.vc_btn3, .redgreen-box-links .greenlongbtn a.vc_btn3 {
        font-size: 23px !important;
        line-height: 31px;
    }
    .testimonial-row .flexslider .content{
        padding: 0 60px;
    }
    .video-row .videoimg img.playbtn{
        width: 60px;
        height: 60px;
    }
    .ourblog .featurepost li table td:first-child {
        width: 55%;
    }
    .ourblog .careerboxes h3.featuredttl{
        margin: 0 0 30px 0;
    }
    h3 br, h4 br, h5 br, h6 br, p br{
        display: none;
    }
}
@media(max-width: 1024px){
    .navigation-row #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-current-menu-item .activeicon, .navigation-row #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-current-menu-ancestor .activeicon, .navigation-row #mega-menu-wrap-primary ul#mega-menu-primary > li.current-menu-parent .activeicon{
        background-size: 42px 19px;
        min-width: 42px;
        height: 19px;
    }
    .navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        font-size: 12px;
    }
    .redgreen-box-links .redlongbtn button.vc_btn3, .redgreen-box-links .redlongbtn a.vc_btn3, .redgreen-box-links .greenlongbtn button.vc_btn3, .redgreen-box-links .greenlongbtn a.vc_btn3 {
        font-size: 20px !important;
    }
    body .redgreen-box-links button.vc_btn3 .typcn-arrow-right, body .redgreen-box-links a.vc_btn3 .typcn-arrow-right{
        width: 37px;
        height: 37px;
    }
    body.wpb-js-composer .accordion-row .vc_tta.vc_general h4.vc_tta-panel a, body.wpb-js-composer .accordion-row .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a , body .accordion-row .whole_data #accordion .panel-heading h4.panel-title a{
        font-size: 22px;
    }
    body .redgreen-box-links div.redlongbtn a, body .redgreen-box-links div.greenlongbtn a, body .redgreen-box-links div.redlongbtn a small, body .redgreen-box-links div.greenlongbtn a small{
        font-size: 21px !important;
        line-height: 20px;
    }
    body .redgreen-box-links div.redlongbtn a > small, body .redgreen-box-links div.greenlongbtn a > small{
        background-size: 35px auto;
        padding-right: 40px;
    }
    body .video-row p.vc_custom_heading {
        min-height: 106px;
    }
    .home-post-list .lnews_title{
        font-size: 20px;
        line-height: 27px;
        word-wrap: break-word;
    }
    .home-post-list .entry-date{
        margin-top:10px;
    }
}
@media(max-width: 992px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 27px;
    }
    h4 {
        font-size: 25px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    
    .navigation-row #mega-menu-wrap-primary ul#mega-menu-primary > li .activeicon{
        display: none;
    }
    .navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item::after {
        display: none;
    }
    .navigation-row #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-current-menu-item::after, .navigation-row #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-current-page-ancestor::after {
        display: none;
    }
    .home .navigation-row a.custom-logo-link::after, .navigation-row li.current-menu-item a::after {
        display: none;
    }
    
    
    
    
    
    

    .navigation-row #mega-menu-wrap-primary ul#mega-menu-primary{
        position: fixed;
        width: 350px;
        left: -350px;
        transition: all 0.3s ease;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        z-index: 999;
        margin: 0px 0 0 0;
        display: block;
    }
    .navigation-row #mega-menu-wrap-primary ul#mega-menu-primary.open {
        left: 0;
        box-shadow: 0 0 3px rgba(0,0,0,0.8);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.8);
    }
    .navigation-row #mega-menu-wrap-primary .mega-menu-toggle{
        display: inline-block;
        float: right;
    }
    .navigation-row #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-label{
        display: none;
    }

    .navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
        float: left;
        width:100%;
        margin: 0;
        border-bottom: 1px solid #fff;
    }
    .navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 10px;
        font-size: 16px;
    }
    .navigation-row #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column{
        border: 0;
    }
    .navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu:nth-of-type(1){
        position: relative;
        padding: 0;
    }
    .mega-about-submneu{
        max-width: 100%;
        left: 0;
    }
    .navigation-row #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column{
        min-height: 30px;
        bordr:0;
    }
    body .navigation-row #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu:nth-of-type(1) > li{
        padding: 15px 0;
        border:0 ;
    }
    .mega-jmo-submenu > ul > li, .mega-alumni-employer-submenu > ul > li{
        width:100% !important;
    }
    .redgreen-box-links button.vc_btn3 {
        font-size: 17px;
    }
    .get-offer-row br {
        display: none;
    }
    .common-banner {
        min-height: 350px;
    }
    .breadcrumb-links .vc_column-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .breadcrumb-applaybtn {
        position: relative;
        left: 0;
        top: 0;
    }
    .breadcrumb-links .breadcrumb-applaybtn > a{
        max-width: 177px;
    }
    .career_page_section .career_fields_box h4 {
        font-size:18px;
    }
    .right-sidebar-section ul.menu li a{
        font-size:17px;
    }
    body .video-row h5{
        font-size: 19px;
    }
    body .video-row .common-btn .vc_btn3{
        font-size: 13px;
    }
    .career_page_section .col-md-4{
        width:49%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .transition_guide_section .col-md-4,
    .transition_webinar_section .col-md-4{
        width:49%;
        padding-left: 15px;
        padding-right: 15px;
    }
    body .testimonial-latest-box-row .vc_col-sm-6 {
        width: 100%;
        display: block;
    }
    body .border-full-link .vc_general.vc_btn3{
        font-size: 25px !important;
    }
    body .border-full-link .vc_general.vc_btn3 .typcn-arrow-right{
        height: 38px;
    }
    .right-sidebar-section .career-tips {
        padding: 0;
    }
    .right-sidebar-section .career-tips img {
        position: relative;
        left: 0;
        top: 0;
        width: 50px;
        margin: 0 auto 10px auto;
        right: 0;
        display: block;
    }
    .breadcrumb-links a.breadcrumb-applaybtn, .breadcrumb-links .wpb_text_column a:last-child {
        display: block;
        position: relative;
        max-width: 185px;
        margin: 15px auto !important;
    }
    .breadcrumb-links a.breadcrumb-applaybtn > span{
        padding: 10px 25px;
        margin: 0;
        top:0;
        display: block;
    }
    .spaceleft {
        padding-left: 0px !important;
    }
    body .gform_confirmation_message{
        font-size: 25px;
    }
    .career_page_section{
        padding: 0 15px;
    }
    .timelineprocess{
        max-width: 722px;
    }
    .timeline-page .timelinebox.left::before {
        right:-30px;
    }
    .timeline-page .timelinebox.right::before {
        left:-30px;
    }
    .timeline-page .timelinebox.left:nth-last-of-type(1) span {
        left: 89%;
    }
    .transition-tool-page .career_page_section .career_fields_box h4{
        font-size: 20px;
    }
    .historypage-ttl a.rsvp-conferance, .historypage-ttl a.breadcrumb-applaybtn{
        font-size: 15px;
    }
    .flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev{
        height: 35px;
        width: 33px;
    }
    .testimonial-listing-page ul.slides{
        width:90%;
        margin: 0 auto;
    }
    .career-podcast-page .careerboxes, .career-podcast-page .careerboxes p{
        font-size: 15px;
    }
    .ourblog .featurepost li table,
    .ourblog .featurepost li tbody,
    .ourblog .featurepost li table tr,
    .ourblog .featurepost li table td,
    .ourblog .featurepost li table td:first-child{
        display: block;
        width:100%;
        padding: 0px;
    }
    .ourblog .careerboxes h4.featuredttl{
        margin-bottom: 50px;
    }
    .ourblog .featurepost li table td .featured_image{
        width:100%;
        text-align: center;
    }
    .ourblog .featurepost li table td .featured_image img{
        width:auto;
    }
    .comp-cand-address p br{
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .webcast_sidebar.vc_column_container {
        padding: 0 15px;
    }
    body .container,
    body .alumni-container,
    body .vs-container{
        
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    h3, .sidebar h2.widget-title, .sidebar h2 {
        font-size: 25px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    .home-post-row .home-post-right h3{
        text-align: center;
    }
    .text-right, .text-left {
        text-align: center;
    }
    .site-header .authentication ul li {
        margin: 5px;
    }
    .site-inner .menu-secondary-container{
        text-align: center;
    }

    .site-header .callus {
    }
    .aboutus-row .wpb_column {
        min-height: 350px;
    }
    body .process-btns-row .container {
        width: 100%;
        padding: 0;
    }
    .latest-boxes table, .latest-boxes table tr, .latest-boxes table td {
        display: block;
        width: 100%;
        text-align: center;
    }
    .home-pdf-box table, .home-pdf-box table tr, .home-pdf-box table td {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .home .latest-boxes table {
        padding: 0px 0px 15px 15px;
    }
    .home .latest-boxes table, .home .latest-boxes table tr, .home .latest-boxes table td {
        display: block;
        width: 100%;
        text-align: left;
    }
    .latest-boxes table td:nth-child(1) {
        width: 100%;
        padding-top: 30px;
    }
    .latest-boxes table td:nth-child(1) img{
        display: inline-block;
        float: none;
    }
    .home-post-row .home-post-list {
        padding: 0 0 40px 0;
        margin-right: 15px;
        margin-left: 15px;
    }
    .home-post-row .home-post-list figure {
        position: relative;
        margin: 0 auto 20px auto;
    }
    .redgreen-box-links button.vc_btn3, .redgreen-box-links a.vc_btn {
        margin: 0 15px;
        text-align: center;
    }
    .schedule-pma p {
        max-width: 100%;
    }
    .redgreen-box-links button.vc_btn3, .redgreen-box-links a.vc_btn3{
        display: inline-block;
        margin: 0 auto;
    }
    .get-offer-row .vc_column-inner .wpb_wrapper{
        width: 98%;
        margin: 0 auto;
    }
    body .latest-boxes .wpb_content_element{
        margin-left: 15px;
        margin-right: 15px;
    }
    body .border-full-link .vc_general.vc_btn3 {
        font-size: 17px !important;
    }
    body .border-full-link .vc_general.vc_btn3 .typcn-arrow-right {
        width: 38px;
        height: 26px;
    }
    .save-money-row .save-money-left {
        padding-right: 0px !important;
    }
    .save-money-row .save-money-right {
        padding-left: 0px !important;
    }
    .breadcrumb-links a, .breadcrumb-links .wpb_text_column a:last-child {
        display: block;
        margin:15px auto !important;
    }
    .breadcrumb-links .vc_column-inner .wpb_wrapper a:nth-last-child(1) {
        border: 0;
    }
    body.wpb-js-composer .accordion-row .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body img {
        display: block;
        margin: 15px auto !important;
        float: none;
    }
    .common-banner {
        min-height: 250px;
    }
    .home-post-list .lnews_title, .home-post-list .lnews_content {
        text-align: center;
    }
    .process-btns-row .vc_column_container>.vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
    body .vs-round .vc_col-sm-6:nth-child(1) {
        padding-bottom: 100px;
    }
    body .vs-round .recruiter-vs-own-head-left.vc_col-sm-6:nth-child(1) {
        padding-bottom: 80px;
    }
    body .vs-round .vc_col-sm-6:nth-child(1):after {
        width: 80px;
        height: 80px;
        background-color: #d02630;
        border: 7px solid #fff;
        border-radius: 100%;
        font-size: 21px;
        color: #fff;
        line-height: 66px;
        content: "VS";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        margin: auto;
        text-align: center;
        font-weight: 900;
        display: inline-block;
    }
    body .vs-round:after {
        display: none;
    }
    body .vs-round .wpb_single_image .vc_figure {
        height: auto;
        margin: 30px 0;
    }
    body .logorow .vc_single_image-wrapper{
        height: auto;
    }
    .career_page_section .col-md-4{
        width:100%;
    }
    .transition_guide_section .col-md-4,
    .transition_webinar_section .col-md-4{
        width:100%;
        min-height: 500px;
    }
    .transition_webinar_section .transition_webinar_box h4 {
        min-height: auto;
    }
    .career_page_section .col-md-4 .content, .transition-tool-page .career_page_section .col-md-4 .content{
        min-height: 10px;
    }
    .content-main-title .content-page-title{
        display:block;
        text-align:center !important;
    }
    body .content-main-title .wpb_single_image{
        display:block;
        margin:0 auto;
        float:none;
        text-align:center
    }
    
    .redgreen-box-links button.vc_btn3, .redgreen-box-links a.vc_btn3{
        font-size: 19px;
    }
    body .redgreen-box-links button.vc_btn3 .typcn-arrow-right, body .redgreen-box-links a.vc_btn3 .typcn-arrow-right{
        height: 28px;
    }
    .right-sidebar-section{
        margin-top: 25px;
    }
    
    body .formdesign .gform_wrapper ul li.two-column.gfield{
        width:100% !important;
    }
    body .formdesign .gform_wrapper ul li.name-column.gfield .ginput_container{
        width:100%;
    }
    body .formdesign .gform_wrapper ul li.name-column.gfield div.ginput_container_name span.name_first, body .formdesign .gform_wrapper ul li.name-column.gfield div.ginput_container_name span.name_last{
        width:100%;
        padding: 0;
        margin: 0;
    }
    body .formdesign .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
        padding: 10px 15px;
    }
    body .formdesign .gform_wrapper ul li.name-column.gfield.gfield_error
    div.ginput_container_name span.name_first,
    body .formdesign .gform_wrapper
    ul li.name-column.gfield.gfield_error div.ginput_container_name span.name_last{
        padding-right:0;
        padding-left: 0;
    }
    .timeline-page {
        padding: 0;
    }
    .timeline-page .timelinebox{
        width:100%;
        padding: 0;
    }
    .timeline-page .timelinebox.left, .timeline-page .timelinebox.right, .timeline-page .timelinebox.middle, .timeline-page .timelinebox.left:nth-of-type(1), .timeline-page .timelinebox.right:nth-of-type(2){
        margin:40px 0 0 0;
        float: left;
    }
    .timeline-page .timelinebox.left:before, .timeline-page .timelinebox.right:before{
        display: none;
    }
    .timeline-page .timelinebox.left:after, .timeline-page .timelinebox.right:after, .timeline-page .timelinebox.left:nth-of-type(1)::after {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom:0;
        border-top: 15px solid #897a6b;
        top:100%;
        left:0;
        right:0;
        margin:auto;
    }
    .timeline-page .timelinebox.left:nth-last-of-type(1) span {
        left: 0;
        right: 0;
    }
    body .wpb_single_image.vc_align_right, body .wpb_single_image.vc_align_left{
        text-align: center;
    }
    .the-book-img img{
        margin-bottom:-30px;
    }
    .historypage-ttl a.breadcrumb-applaybtn{
        display: block;
        float: none;
        margin: 0 auto;
        width:100%;
        max-width:176px;
        padding: 17px 21px;
    }
    .historypage-ttl a.rsvp-conferance{
        float: none;
        display: block;
        padding: 15px 26px;
        margin: 0 auto;
        max-width: 176px;
        width: 100%;
    }
    .sharing-options {
        position: relative;
        right: 0;
        bottom: 0;
        float: none;
        margin-top: 15px;
    }
    .share-opt{
        left: 0;
        right: auto;
    }
    .careerboxes .common-btn2 .vc_general{
        margin: 15px 0;
    }
    .formdesign .gform_wrapper .ginput_container .clear-multi {
        display: block;
    }
    .formdesign .gform_wrapper .ginput_container .clear-multi .ginput_container_date, .formdesign .gform_wrapper .ginput_container .clear-multi .ginput_container_date select{
        width:100%;
    }
    body .formdesign .gform_wrapper ul li.name-column.gfield.gfield_error div.ginput_container_name span.name_first{
        padding-right: 0;
    }
    body .formdesign .gform_wrapper ul li.name-column.gfield {
        padding: 0 0 0 20px;
    }
    .formdesign .gform_wrapper label.gfield_label{
        word-break: break-all;
    }
    .our-mission-page .breadcrumb-links{
        bottom: 10px;
    }
    .our-mission-page .breadcrumb-links a.breadcrumb-applaybtn{
        padding: 17px;
        width: auto;
    }
    .our-mission-page .breadcrumb-links a.breadcrumb-applaybtn > span {
        font-size: 13px;
        line-height: 14px;
        padding: 0;
    }
    .our-mission-page .breadcrumb-links .rsvp-conferance{
        padding: 12px;
        font-size: 13px;
        line-height: 13px;
    }
    .emp-contact-2{
        margin-bottom: 30px;
    }
    .team-page .team-box .image_single{
        max-height: 340px;
    }
    .teampopup .modal-dialog .image_single{
        margin-bottom: 30px;
    }
    .ourblog .email_subscriber form.es_widget_form .es_button{
        position: relative;
    }
    .single-page.ourblog .avatar_img{
        display: block;
        float: none;
        top:0;
        margin: 0 auto;
    }
    .single-page.ourblog .author-post__title{
        display: block;
        text-align: center;
    }
    .testimonail-page .testimonial_box{
        height: auto !important;
    }
    .upcoming-conference-box h3{
        padding: 75px 0 0 02px;
        text-align: center;
        background-position: top center;
    }
    .upcoming-conference-box ul li{
        padding: 0;
    }
    .upcoming-conference-box ul li .date{
        position: relative;
    }
    body .latest-boxes .wpb_content_element{
        margin-left: 0;
        margin-right: 0;
    }
    .latest-boxes a{
        padding:10px;
    }
    .latest-boxes table td:nth-child(2){
        padding-left: 0;
    }
    .breadcrumb-links .vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    body.wpb-js-composer .accordion-row .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body,
    .wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel-body{
        padding: 20px 0 30px 0;
    }
    .transition-tool-page .career_page_section .career_fields_box a{
        margin-top:10px;

    }

    .ourblog img.alignright {
        float: none;
        display: block;
        margin: 50px auto;
    }
    .single-page.ourblog .post-page-wrap{
        margin: 30px 0 10px 0;
    }
    .sidebar{float: left; width:100%; margin-top:30px;}
}
body .formdesign .gform_wrapper ul li .ginput_container_select select{ -moz-appearance: none;-webkit-appearance: none;appearance: none;}
body .formdesign .gform_wrapper ul li .ginput_container_select select option{background-color: #ffffff;}
body .formdesign .gform_wrapper ul li .ginput_container_select select option.full-event{background-color: #d3d3d3 !important;}

@media(max-width: 640px) {
    .navigation-row #mega-menu-wrap-primary ul#mega-menu-primary{
        width: 200px;
        left: -200px;
    }
    .page-title h1 {
        padding: 0 25px;
    }
    .accordion-row #accordion ul li{
        padding: 0;
    }
    .accordion-row #accordion table,
    .accordion-row #accordion tbody,
    .accordion-row #accordion table tr,
    .accordion-row #accordion table td,
    .accordion-row #accordion table td.date{
        display: block;
        width:100%;
        text-align: center;

        margin: 0;
    }
    .accordion-row #accordion table td.date{
        padding: 20px 0 0 0;
    }
    .accordion-row #accordion table td,
    .accordion-row #accordion table td.content{
        padding: 25px 0;
    }
    .accordion-row #accordion table td.visitbtn {
        text-align: center;
        width: 100%;
        float: left;
        height: auto;
    }
    body .formdesign .gform_wrapper ul li.name-column.gfield {
        padding: 0 20px;
    }
    .our-mission-page .breadcrumb-links a.breadcrumb-applaybtn, .our-mission-page .breadcrumb-links .rsvp-conferance{
        float: none;
    }

    .no-padding-ro .vc_column-inner {
        padding-left: 0px;
        padding-right: 0px;
    }


}