@font-face {
    font-family: 'Graphik';
    src: url('fonts/graphik-font/Graphik-Semibold-Web.eot');
    /* IE9 Compat Modes */
    src: url('fonts/graphik-font/Graphik-Semibold-Web.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/graphik-font/Graphik-Semibold-Web.woff') format('woff'),
        url('fonts/graphik-font/Graphik-Semibold-Web.woff2') format('woff2'),
        /* Modern Browsers */
        url('fonts/graphik-font/Graphik-Semibold-Web.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/graphik-font/Graphik-Semibold-Web.svg#Graphik-Semibold-Web') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Graphik';
    src: url('fonts/graphik-font/Graphik-Regular-Web.eot');
    /* IE9 Compat Modes */
    src: url('fonts/graphik-font/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/graphik-font/Graphik-Regular-Web.woff') format('woff'),
        url('fonts/graphik-font/Graphik-Regular-Web.woff2') format('woff2'),

        /* Modern Browsers */
        url('fonts/graphik-font/Graphik-Regular-Web.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/graphik-font/Graphik-Regular-Web.svg#Graphik-Regular-Web') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Graphik';
    src: url('fonts/graphik-font/Graphik-Light-Web.eot');
    /* IE9 Compat Modes */
    src: url('fonts/graphik-font/Graphik-Light-Web.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/graphik-font/Graphik-Light-Web.woff') format('woff'),
        url('fonts/graphik-font/Graphik-Light-Web.woff2') format('woff2'),

        /* Modern Browsers */
        url('fonts/graphik-font/Graphik-Light-Web.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/graphik-font/Graphik-Light-Web.svg#Graphik-Light-Web') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

li.current a,
.mobile-nav ul li.current a {
    color: #156289 !important;
    font-weight: 600;
}

li b {
    color: #b90022;
    font-weight: 600
}


/*
*
  Davis Wright Tremaine
  ZXNI
*
*/


/* ----------------------------------------------------------------
  Basic
-----------------------------------------------------------------*/

body {
    background-color: red;
    color: #000;
    font-family: "Graphik", sans-serif;
    font-variant-ligatures: none !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    /*padding: 0;*/
}

.mt-0 {
    margin-top: 0
}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

::selection {
    background: #156289;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #156289;
    /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #156289;
    /* Safari */
    color: #FFF;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}


/* ----------------------------------------------------------------
  Helper Classes
-----------------------------------------------------------------*/


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .-flex.-flex-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .vcenter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .vcenter.-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .v-middle {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }



    .-split-arc>div:nth-child(1) {
        margin-right: 8rem
    }

    .-custom-height {
        height: 310px !important
    }
}



.page-jobs #jobs-list {
    width: 942px;
    margin: 0 auto;
    padding-top: 10rem;
    max-width: 100%;
}

@media(min-width: 1200px) {
    .page-jobs #jobs-list {
        width: 1200px;
        /* height: 100vw; */

    }
}

.important {
    color: #b90022;
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.nott {
    text-transform: none !important;
}

.tright {
    text-align: right !important;
}

.tleft {
    text-align: left !important;
}

.fright {
    float: right !important;
}

.fleft {
    float: left !important;
}

.fnone {
    float: none !important;
}

.ohidden {
    position: relative;
    overflow: hidden !important;
}

#wrapper {
    position: relative;
    float: none;
    width: 1220px;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.line,
.double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE;
}

.line.line-sm {
    margin: 30px 0;
}

span.middot {
    display: inline-block;
    margin: 0 5px;
}

.double-line {
    border-top: 3px double #E5E5E5;
}

.emptydiv {
    display: block !important;
    position: relative !important;
}

.middle {
    float: none;
    display: inline
}

.allmargin {
    margin: 50px !important;
}

.leftmargin {
    margin-left: 50px !important;
}

.rightmargin {
    margin-right: 50px !important;
}

.topmargin {
    margin-top: 50px !important;
}

.bottommargin {
    margin-bottom: 50px !important;
}

.clear-bottommargin {
    margin-bottom: -50px !important;
}

.allmargin-sm {
    margin: 30px !important;
}

.leftmargin-sm {
    margin-left: 30px !important;
}

.rightmargin-sm {
    margin-right: 30px !important;
}

.topmargin-sm {
    margin-top: 30px !important;
}

.bottommargin-sm {
    margin-bottom: 30px !important;
}

.clear-bottommargin-sm {
    margin-bottom: -30px !important;
}

.allmargin-lg {
    margin: 80px !important;
}

.leftmargin-lg {
    margin-left: 80px !important;
}

.rightmargin-lg {
    margin-right: 80px !important;
}

.topmargin-lg {
    margin-top: 80px !important;
}

.bottommargin-lg {
    margin-bottom: 80px !important;
}

.clear-bottommargin-lg {
    margin-bottom: -80px !important;
}

.nomargin {
    margin: 0 !important;
}

.noleftmargin {
    margin-left: 0 !important;
}

.norightmargin {
    margin-right: 0 !important;
}

.notopmargin {
    margin-top: 0 !important;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.header-stick {
    margin-top: -50px !important;
}

.content-wrap .header-stick {
    margin-top: -80px !important;
}

.footer-stick {
    margin-bottom: -50px !important;
}

.content-wrap .footer-stick {
    margin-bottom: -80px !important;
}

.noborder {
    border: none !important;
}

.noleftborder {
    border-left: none !important;
}

.norightborder {
    border-right: none !important;
}

.notopborder {
    border-top: none !important;
}

.nobottomborder {
    border-bottom: none !important;
}

.noradius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}

.col-padding {
    padding: 40px;
}

.col-padding.tight {
    padding: 60px 30px;
}

.nopadding {
    padding: 0 !important;
}

.noleftpadding {
    padding-left: 0 !important;
}

.norightpadding {
    padding-right: 0 !important;
}

.notoppadding {
    padding-top: 0 !important;
}

.nobottompadding {
    padding-bottom: 0 !important;
}

.noabsolute {
    position: relative !important;
}

.noshadow {
    box-shadow: none !important;
}

.hidden {
    display: none !important;
}

.nothidden {
    display: block !important;
}

.inline-block {
    float: none !important;
    display: inline-block !important;
}

.center {
    text-align: center !important;
}

.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.nobg {
    background: none !important;
}

.nobgcolor {
    background-color: transparent !important;
}

.t300 {
    font-weight: 300 !important;
}

.t400 {
    font-weight: 400 !important;
}

.t500 {
    font-weight: 500 !important;
}

.t600 {
    font-weight: 600 !important;
}

.t700 {
    font-weight: 600 !important;
}

.ls0 {
    letter-spacing: 0px !important;
}

.ls1 {
    letter-spacing: 1px !important;
}

.ls2 {
    letter-spacing: 2px !important;
}

.ls3 {
    letter-spacing: 3px !important;
}

.ls4 {
    letter-spacing: 4px !important;
}

.ls5 {
    letter-spacing: 5px !important;
}

.noheight {
    height: 0 !important;
}

.nolineheight {
    line-height: 0 !important;
}

.imagescale,
.imagescalein {
    display: block;
    overflow: hidden;
}

.imagescale img,
.imagescalein img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.imagescale:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.imagescalein img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.imagescalein:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.grayscale {
    filter: brightness(100%) grayscale(0);
    -webkit-filter: brightness(100%) grayscale(0);
    -moz-filter: brightness(100%) grayscale(0);
    -o-filter: brightness(100%) grayscale(0);
    -ms-filter: brightness(100%) grayscale(0);
    transition: 1s filter ease;
    -webkit-transition: 1s -webkit-filter ease;
    -moz-transition: 1s -moz-filter ease;
    -ms-transition: 1s -ms-filter ease;
    -o-transition: 1s -o-filter ease;
}

.grayscale:hover {
    filter: brightness(105%) grayscale(1) contrast(105%);
    -webkit-filter: brightness(105%) grayscale(1) contrast(105%);
    -moz-filter: brightness(105%) grayscale(1) contrast(105%);
    -o-filter: brightness(105%) grayscale(1) contrast(105%);
    -ms-filter: brightness(105%) grayscale(1) contrast(105%);
}

.grayscale:hover .button--modal-meet {
    background: red
}

.magnific-max-width .mfp-content {
    max-width: 800px;
}


/* ----------------------------------------------------------------
  Go To Top
-----------------------------------------------------------------*/

#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.stretched #gotoTop {
    bottom: 30px;
}

#gotoTop:hover {
    background-color: #b90022;
}


/* ----------------------------------------------------------------
Stretched Layout
-----------------------------------------------------------------*/

.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
}


/* ----------------------------------------------------------------
  Content
-----------------------------------------------------------------*/

#content {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

#content p {
    line-height: 1.8;
}

.content-wrap {
    position: relative;
    padding: 50px 0;
}

#content .container {
    position: relative;
}

@media (max-width: 479px) {
    #header .container {
        width: 100% !important;
    }

    .container,
    .container-fullwidth {
        /*width: 310px !important;*/
        width: 100% !important
    }
}

.grid-container {
    position: relative;
    overflow: hidden;
}

.main--grid-content {
    max-width: 1200px;
    margin: 0 auto;
}

.main--grid-content .col-padding {
    padding: 40px 40px;
}

.name__box {
    color: #FFFFFF;
    font-family: "Graphik", sans-serif;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.39px;
    line-height: 31px;
    text-align: left;
    display: block;
    position: absolute;
    bottom: 3.8rem;

}

.title__box {
    display: block;
    font-weight: 400;
}

body:not(.device-touch) .grid-container {
    -webkit-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease;
}


/* ----------------------------------------------------------------
  Buton
-----------------------------------------------------------------*/

a.button--main-default {
    /* width: 300px;
  max-width: 100%;
  font-size: 16px;
  padding: 20px; */

    width: auto;
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    padding: 20px 40px;
}

a.button--main-default:hover {
    text-decoration: none
}

.button--main-default {
    position: relative;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
    text-transform: uppercase;
    outline: none;
    padding: 10px 20px;
    text-align: center;
    background: #fff;
    border: 2px solid #E06565;
    color: #E06565;
    letter-spacing: 1px;
    text-shadow: 0;
    font-size: 25px;
    font-family: 'Graphik', sans-serif;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.button--main-default span {
    line-height: 1;
    display: inline-block;
    position: relative;
    top: -1px;
    color: #b90022;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.button--main-default:hover {
    background-color: #E06565;
    color: #fff;
    border: 2px solid #E06565
}

.button--main-default:hover span {
    color: #fff
}

.button--main-default:hover span,
.button--main-default span:focus,
.button--main-default span:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.button--main-default.link {
    border: none;
    background: none;
    font-weight: 600;
}

.button--main-default.link:hover {
    border: none;
    color: #343434
}

.button--main-default.link span {
    color: #b90022;
}

.button--main-cta {

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.29px;
    line-height: 18px;



    position: relative;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
    text-transform: uppercase;
    outline: none;
    padding: 10px 25px;
    text-align: center;
    width: 100%;
    background: #fff;
    border: 2px solid #E06565;
    color: #E06565;
    text-shadow: 0;
    font-family: 'Graphik', sans-serif;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.button--main-cta span {
    line-height: 1;
    margin-left: 5px;
    font-size: 21px;
    display: inline-block;
    position: relative;
    color: #b90022;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.button--main-cta:hover {
    background-color: #E06565;
    color: #fff;
    border: 2px solid #E06565
}

.button--main-cta:hover span {
    color: #fff
}

.button--main-cta:hover span,
.button--main-cta span:focus,
.button--main-cta span:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.link--main-default {
    transition: 0.3s all ease-in-out;
    white-space: nowrap;



    border: 2px solid #E06565;

    position: relative;
    text-transform: uppercase;
    outline: none;
    padding: 10px 20px;
    text-align: center;
    background: transparent;
    text-shadow: 0;
    color: #C95555;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.29px;
    line-height: 18px;
    font-family: 'Graphik', sans-serif;
    cursor: pointer;
    display: inline-block;
}

.link--main-default span {
    line-height: 1;
    display: inline-block;
    position: relative;
    top: 0px;
    color: #fff;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.link--main-default:hover {
    border: 2px solid #C95555;
    background-color: #C95555;
    color: #fff;
    text-decoration: none;
}

.link--main-default--main-default:hover span {
    color: #fff
}


.link--main-default.-white {
    color: #fff;
    border-color: #fff;
}

.link--main-default.-white:hover {
    text-decoration: none;
    color: #C95555;
    background-color: #fff;
    border-color: #fff;
}

.link--main-default:hover span,
.link--main-default span:focus,
.link--main-default span:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.link--main-default.border {
    border: 2px solid #fff;
    padding: 8px 20px;
    text-transform: none;
    font-weight: 300;
    width: 170px;
}

.button--main-default.apply {
    background-color: #E06565;
    border: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.71px;
    line-height: 18px;
    font-weight: 600;
}

.button--main-default.apply span {
    color: #fff
}

.button--main-default.apply:hover {
    background-color: #c35d5d;
}

.ui-state-active .button--main-default {
    background-color: #E06565;
    border: 2px solid #E06565;
    color: #fff;
}

.ui-state-active .button--main-default span {
    color: #fff
}


/*cta callout**/

.links--callouts-bottom {
    padding-right: 90px;
}


/* ----------------------------------------------------------------
  Slider
-----------------------------------------------------------------*/

#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #F7F7F8;
    margin-top: 71px
}


/* ----------------------------------------------------------------
  Owl Carousel CSS
-----------------------------------------------------------------*/

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    width: 100%;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    display: block;
    min-height: 100px;
    background: url('../assets/preloader.gif') no-repeat center center
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

#slider .owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.mega-menu-content .owl-carousel.owl-hidden {
    opacity: 1;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}


/*.owl-carousel .owl-video-wrapper {
  position:relative;
  height:100%;
  background:#111
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 64px;
  width: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  background: url("images/icons/play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition:scale(1.3,1.3);
  -o-transition:scale(1.3,1.3);
  transition:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display:none }

.owl-carousel .owl-video-tn {
  opacity:0;
  height:100%;
  background-position:center center;
  background-repeat:no-repeat;
  -webkit-background-size:contain;
  -moz-background-size:contain;
  -o-background-size:contain;
  background-size:contain;
  -webkit-transition:opacity 400ms ease;
  -o-transition:opacity 400ms ease;
  transition:opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position:relative;
  z-index:1;
  height: 100%;
  width: 100%;
}*/


/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
}


/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: -36px;
    zoom: 1;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #666;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
    margin-top: -38px;
}

.owl-carousel-full .owl-nav [class*=owl-] {
    margin-top: -30px;
    left: 0 !important;
    height: 60px;
    line-height: 60px;
    border: none;
    color: #EEE;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 28px;
    border-radius: 0 3px 3px 0;
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
    margin-top: -50px;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -36px;
}

.owl-carousel-full .owl-nav .owl-next {
    left: auto !important;
    right: 0 !important;
    border-radius: 3px 0 0 3px;
}

.owl-carousel:hover .owl-nav [class*=owl-] {
    opacity: 1;
    left: -18px;
}

.owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: -18px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #767676 !important;
    color: #FFF !important;
    text-decoration: none;
}

.owl-carousel .owl-nav .disabled {
    display: none !important;
}


/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-top: 30px;
    *display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    opacity: 0.5;
    border-radius: 50%;
    background-color: #767676;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    opacity: 1;
}


/* ----------------------------------------------------------------
Colors/textures
-----------------------------------------------------------------*/


/*background colors*/
.background--color-darkblue {
    background-color: #1E283C !important
}

.background--color-red {
    background-color: #b90022 !important;
}

.background--color-black {
    background-color: #000 !important;
}

.background--color-dark {
    background-color: #545862 !important;
}

.background--color-lightgray {
    background-color: #e6e7e8 !important;
}

.background--color-gray {
    background-color: #F7F7F8 !important;
}

.background--color-darkgray {
    background-color: #f8f8f8 !important;
}


.background--color-pink {
    background-color: #E06565 !important
}

.background--color-lightblue {
    background-color: #039ECC !important
}

.background--color-green {
    background-color: #095c66 !important
}

.background--color-lightgreen {
    background-color: #3DA3A3 !important
}



.background--color-navy {
    background-color: #156289 !important
}

.white-txt {
    color: #fff !important;
}

.dark-txt {
    color: #343434 !important;
}

.background--texture {
    background-image: url("../assets/images/texture/img--slider-texture.png");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-height: 638px;
    cursor: pointer;
}

.background--texture-corner:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: -18px;
    background-image: url("../assets/images/texture/img--slider-texturecorner.png");
    background-size: 120px;
    background-position: bottom left;
    background-repeat: no-repeat;
    max-height: 638px;
}

.background--texture-box {
    background-image: url("../assets/images/texture/texture-new.png");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}


/* Navigation
––––––––––––––––––––––––––––––––––––––––––––––––––*/
#navigation.navbar {
    min-height: auto;
    margin-bottom: auto;
}

#navigation {
    background-color: #fff
}

#navigation .navbar-nav>li>a:focus,
#navigation .navbar-nav>li>a:hover {
    color: #156289 !important;
    background-color: transparent;
}

@media(min-width:1200px) {
    #navigation .container {
        width: 1225px;
    }

    /*hover*/
    #navigation .hvr-underline-from-center:before {
        background: #156289 !important
    }
}

.browserIE .navigation__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* .browserIE .navigation__wrapper:before,
.browserIE .navigation__wrapper:after {
  content: '';
  display: block;
} */



.navigation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 0.75rem 0px */
    height: 71px
}








.navbar-brand {
    height: auto
}

.navbar-brand {
    position: relative;
    display: block;
    width: 14rem;
}

.navbar-brand img {
    max-width: 100%;
    /* width: 200px;
  padding: 10px */
}

.nav {
    margin-bottom: 0px;
    height: auto
}

.nav a {
    font-size: 16px;
    font-family: "Graphik", sans-serif;
    font-weight: 400;
    padding: 16px !important;
    color: #000 !important;
    position: relative;
    line-height: 23px !important;
    z-index: 1000;
}

.nav li {
    position: relative;

}

.navbar-collapse {
    box-shadow: none !important;
    border: none !important;
}

.icon-bar {
    background: #343434 !important;
}


/*hover*/

#navigation .hvr-underline-from-center:before {
    background: transparent;
}

@media (min-width: 768px) {
    .navbar-nav {
        margin-left: 10px;
        float: right;
    }
}


/*change break point nav*/

@media (max-width: 1200px) {
    .nav {
        height: auto;
        padding-bottom: 20px;
    }

    .nav a {
        padding: 12px !important;
    }

    .nav li {
        margin: 0 auto
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        top: 26px
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .button--main-cta {
        font-size: inherit !important
    }

    .links--callouts-bottom {
        padding-right: 0;
        padding-left: 40px;
    }

    .testimonial_content {
        margin-right: 0 !important;
    }
}

@media (max-width: 480px) {
    .nav {
        padding-bottom: 20px;
    }
}


/*hamburger menu*/

.hamburger-menu {
    z-index: 2;
    position: absolute;
    right: 0;
    width: auto;
    height: auto;
    cursor: pointer;
    margin: 0 auto;
}

@media(min-width: 1200px) {
    .hamburger-menu {
        right: 2rem
    }
}

.bar,
.bar:after,
.bar:before {
    width: 25px;
    height: 2px;
    margin: 0 auto;
}

.bar {
    position: relative;
    /*transform: translateY(25px);*/
    background: #333;
    transition: all 0ms 300ms;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    background: #333;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: #333;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    ;
}

.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    ;
}


/*nav menu*/

.show-me {
    left: 0%;
    opacity: 1;
}

.hide-me {
    opacity: 0;
    left: 100%;
}

.mobile-nav {
    background: #fff;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    transition: .2s ease;
    /*transition: opacity .5s ease;
-moz-transition: opacity .5s ease;
-webkit-transition: opacity .5s ease;
transition:left .5s ease-in-out;*/
}

.mobile-nav .mobile_title {
    text-transform: uppercase;
    color: rgb(162, 162, 162);
    text-align: left;
    display: inherit;
    width: auto;
    margin: 0 auto;
    position: absolute;
    padding: 10px 0 0 25px;
    left: 0;
    top: 0;
}

.mobile-nav .mobile_title h3 {
    font-family: "Graphik", sans-serif;
    font-size: 14px;
}

.mobile-nav ul {
    position: relative;
    top: 30%;
    transform: translateY(-30%);
    list-style: none;
    padding: 0;
    width: 500px;
    max-width: 100%;
    margin: 0 auto
}

.mobile-nav ul li {
    padding: 10px 0;
    border-bottom: 1px solid #d7d7d7;
}

.mobile-nav ul li a {
    font-size: 14px;
    font-family: "Graphik", serif;
    font-weight: 400;
    color: #343434 !important;
    text-transform: uppercase;
    position: relative;
}

.mobile-nav ul li a:hover {
    text-decoration: none;
}

.mobile-nav .apply_btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
}

.mobile-nav .apply_btn a {
    font-size: 14px;
    width: 180px;
}

.mobile-nav .apply_btn a:hover {
    text-decoration: none;
    color: #fff
}

.mobile-nav a {
    text-align: center;
    opacity: 0;
    transition: opacity .9s ease-in-out;
}

.mobile-nav.show-me a {
    opacity: 1;
}

.mobile-nav a:hover {
    color: #2980b9;
}

@media(min-width:1200px) {
    .mobile-nav.show-me {
        opacity: 0;
        left: 100%;
    }
}


/* ----------------------------------------------------------------
  Testimonials
-----------------------------------------------------------------*/

.testimonial {
    position: relative;
    max-height: 100%;
}

.testimonial_content {
    margin-right: 30px;

}

@media(max-width: 992px) {
    .testimonial .-flip>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .testimonial .-flip {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .testimonial .-flip>div:first-child {
        order: 2
    }

    .testimonial .-flip>div:nth-child(2) {
        order: 1
    }
}

@media(min-width: 992px) {
    .testimonial [class*="col-"] {
        padding: 0;
    }
}


.testimonial p {
    font-size: 21px;
    font-family: 'Graphik', sans-serif;
    font-weight: 600;

    color: #000000;
    letter-spacing: -0.64px;
    line-height: 46px;


}

@media(min-width: 1200px) {
    .testimonial p {
        font-size: 32px
    }
}

.button--modal-meet {
    display: inline-block;

    transition: 0.3s all ease-in-out;
    white-space: nowrap;



    border: 2px solid #E06565;

    position: relative;
    text-transform: uppercase;
    outline: none;
    padding: 10px 20px;
    text-align: center;
    background: transparent;
    text-shadow: 0;
    color: #C95555;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.29px;
    line-height: 18px;
    font-family: 'Graphik', sans-serif;
    cursor: pointer;

}

.button--modal-meet span {
    line-height: 1;
    position: relative;
    top: -1px;
    color: #b90022;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.button--modal-meet:hover {


    border: 2px solid #C95555;
    background-color: #C95555;
    color: #fff;
}

.button--modal-meet:hover span {
    color: #fff
}

.button--modal-meet:hover span,
.button--modal-meet span:focus,
.button--modal-meet span:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.name-title_content p {
    position: absolute;
    font-family: 'Graphik', sans-serif;
    bottom: 1rem;


    text-transform: uppercase;

    font-size: 14px;
    font-weight: 600;
    line-height: 22px;

    text-align: left;
}

.name-title_content span {
    font-family: 'Graphik', sans-serif;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    text-transform: none;
    margin-left: 10px;
}



.image--testimonial {
    background-image: url("../assets/images/testimonial/laterals/wendy_kearns.png");
    background-size: cover;
    background-position: center center;

    height: 50rem;
    width: 100%;
    background-repeat: no-repeat;
}

.image--testimonial.kelly {
    background-image: url("../assets/images/testimonial/laterals/Kelly_Zemil.png")
}

.image--testimonial.sanjay {
    background-image: url("../assets/images/testimonial/laterals/Sanjay_Nangia.png")
}

.image--testimonial.jeff {
    background-image: url("../assets/images/testimonial/laterals/jeff_bosley.png")
}

.image--testimonial.giancarlo {
    background-image: url("../assets/images/testimonial/laterals/giancarlo_urey.png")
}

.image--testimonial.laura {
    background-image: url("../assets/images/testimonial/laterals/laura_sack.png")
}

.image--testimonial.kalia {
    background-image: url("../assets/images/testimonial/entry/kalia_walker.png")
}

.image--testimonial.ashley {
    background-image: url("../assets/images/testimonial/entry/ashley_brown.png")
}

.image--testimonial.diego {
    background-image: url("../assets/images/testimonial/summer/diego_atencio.png")
}

.image--testimonial.brent {
    background-image: url("../assets/images/testimonial/summer/brent_droze.png")
}

.image--testimonial.chung {
    background-image: url("../assets/images/testimonial/summer/jennifer_chung.png")
}

@media(min-width: 1200px) {
    .image--testimonial.chung {
        background-position: center 3rem;
    }
}

.image--testimonial.chris {
    background-image: url("../assets/images/testimonial/summer/chris_weathers.png")
}

.image--testimonial.melanie {
    background-image: url("../assets/images/testimonial/summer/melanie_broome.png")
}

.image--testimonial.trinity {
    background-image: url("../assets/images/testimonial/summer/trinity-madrid.png")
}

.image--testimonial.lee {
    background-image: url("../assets/images/testimonial/summer/laura-lee_williams.png")
}

.image--testimonial.lydia {
    background-image: url("../assets/images/testimonial/staff/2018_Lydia_moore_update.png")
}

.image--testimonial.sabado {
    background-image: url("../assets/images/testimonial/staff/jeff_sabado.png")
}

.image--testimonial.sean {
    background-image: url("../assets/images/testimonial/staff/sean_gibson_R1.png")
}

.image--testimonial.kellen {
    background-image: url("../assets/images/testimonial/summer/kellen_luey.png")
}

.image--testimonial.shontee {
    background-image: url("../assets/images/testimonial/summer/shontee_pant.png")
}

.image--testimonial.jade {
    background-image: url("../assets/images/testimonial/summer/jade_harvey.png")
}

.image--testimonial.lekan {
    background-image: url("../assets/images/testimonial/summer/lekan_sumonu.png")
}

@media(min-width: 1200px) {
    .image--testimonial {
        /* background-size: contain; */
        background-position: center 5rem;
        height: 50rem;
        padding: 30rem 30rem calc(35rem - 20%) 30rem
    }
}





.bg__modal {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 431px;
    background-color: #F7F7F8
}

@media(min-width: 992px) {
    .modal-body .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .bg__modal {
        height: auto;
    }
}

.bg__modal.-lydia {
    background-image: url("../assets/images/testimonial/staff/2018_Lydia_moore_update.png")
}

.bg__modal.-sean {
    background-image: url("../assets/images/testimonial/staff/sean_gibson_R1.png")
}

.bg__modal.-jeff {
    background-image: url("../assets/images/testimonial/staff/jeff_sabado.png")
}

.bg__modal.-chris {
    background-image: url("../assets/images/testimonial/summer/chris_weathers.png")
}

.bg__modal.-sanjay {
    background-image: url("../assets/images/testimonial/laterals/Sanjay_Nangia.png")
}



.bg__modal.-bosley {
    background-image: url("../assets/images/testimonial/laterals/jeff_bosley.png")
}

.bg__modal.-gian {
    background-image: url("../assets/images/testimonial/laterals/giancarlo_urey.png")
}


.bg__modal.-wendy {
    background-image: url("../assets/images/testimonial/laterals/wendy_kearns.png");
}

.bg__modal.-laura {
    background-image: url("../assets/images/testimonial/laterals/laura_sack.png")
}

.bg__modal.-brent {
    background-image: url("../assets/images/testimonial/summer/brent_droze.png")
}

.bg__modal.-melanie {
    background-image: url("../assets/images/testimonial/summer/melanie_broome.png")
}

.bg__modal.-trinity {
    background-image: url("../assets/images/testimonial/summer/trinity-madrid.png")
}

.bg__modal.-jennifer {
    background-image: url("../assets/images/testimonial/summer/jennifer_chung.png")
}

.bg__modal.-lee {
    background-image: url("../assets/images/testimonial/summer/laura-lee_williams.png")
}


.bg__modal.-shontee {
    background-image: url("../assets/images/testimonial/summer/shontee_pant.png")
}

.bg__modal.-kellen {
    background-image: url("../assets/images/testimonial/summer/kellen_luey.png")
}

.bg__modal.-jade {
    background-image: url("../assets/images/testimonial/summer/jade_harvey.png")
}

.bg__modal.-lekan {
    background-image: url("../assets/images/testimonial/summer/lekan_sumonu.png")
}

/*dots*/

#slider .owl-dots {
    position: absolute;
    text-align: right;
    right: 35px;
    margin: 0 auto;
    bottom: 24px;
    width: 500px;
    display: block;
}

#slider .owl-dot.active span,
#award_slider .owl-dot.active span {
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.3);
}

#award_slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
}


/*they changed ther minds and dont want this style */


/*#award_slider .owl-dot.active span {
  border: 2px solid #aaaaaa !important;
  border-radius: 50%;
  box-shadow: 0 0 0px #888;
  background-color: #3b3b3b !important;
}

#award_slider.owl-carousel .owl-dots .owl-dot span {
  border: 2px solid #3b3b3b;
  background-color: transparent;
  width: 12px;
  height: 12px;
}
*/

@media (min-width:768px) {
    #slider .owl-carousel:hover .owl-nav .owl-next {
        right: 50px !important
    }
}

#slider .owl-carousel:hover .owl-nav .owl-next {
    right: 20px
}

#award_slider.owl-carousel:hover .owl-nav .owl-next {
    right: -5px
}

#slider .owl-carousel:hover .owl-nav .owl-prev {
    left: 20px
}

#award_slider.owl-carousel:hover .owl-nav .owl-prev {
    left: -5px
}


/*title*/

.name-title_content {
    margin-top: 40px;
}


/* ----------------------------------------------------------------
  heading-block
-----------------------------------------------------------------*/

.heading-block {
    margin-bottom: 30px;
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Graphik", serif;
    text-transform: none;
    letter-spacing: 1px;
}

.heading-block h1 {
    font-size: 48px;
}

.heading-block h2 {
    font-size: 50px;
}

.heading-block h3 {
    font-size: 26px;
}

.heading-block h4 {
    font-size: 20px;
    font-weight: 600;
}

.heading-block>span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
}

.heading-block .before-heading {
    margin-bottom: 7px;
}

.heading-block.center>span,
.heading-block.title-center>span,
.center .heading-block>span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.heading-block h1+span {
    font-size: 24px;
}

.heading-block h2+span {
    font-size: 22px;
}

.heading-block h3+span,
.heading-block h4+span {
    font-size: 20px;
}

.heading-block~p:not(.lead) {
    font-size: 21px;
    font-family: 'Graphik', sans-serif;
    font-weight: 300;
    margin: 0 auto;
    width: 65%;
    line-height: 28px !important;
}

.heading-block~a:not(.lead) {
    margin-top: 50px
}

.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after {
    margin: 30px auto 0;
}

.tright .heading-block,
.heading-block.tright,
.heading-block.title-right {
    direction: rtl;
}

.heading-block.noborder:after,
.heading-block.nobottomborder:after {
    display: none;
}

.heading-block.border-color:after {
    border-color: #b90022;
}


/* ----------------------------------------------------------------
box content
-----------------------------------------------------------------*/

.box--main-content {
    font-weight: 900;
    /* text-transform: uppercase; */
    font-family: "Graphik", sans-serif;
}

.box--main-content span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
    text-transform: none;
}

.box--main-content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.8px;
    line-height: 48px;

    font-family: "Graphik", sans-serif;
    text-transform: none;
    margin: 0 auto
}

/* 
.box--main-content h2:before {
  content: '';
  position: relative;
  width: 50px;
  border-top: 4px solid #fff;
  display: block;
  margin-bottom: 10px
} */

.box--main-content h2 span {
    font-style: normal;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.39px;
    line-height: 31px;
}

.box--main-content a span {
    display: inline-block;
    font-size: 21px;
    font-style: normal;
}


/*.overlay--background:hover .icon-play{
color: #ca0016
}*/

.overlay--background.no-overlay:before,
.overlay--background-two.no-overlay-two:before {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.overlay--background:before,
.overlay--background-two:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 0.5s linear;
    opacity: 1;
    visibility: visible;
}

.overlay--play-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    width: 48px !important;
    height: 48px !important;
    font-size: 48px;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.overlay--play-icon i.icon-play:after {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 96px;
    height: 96px;
    margin: -48px 0 0 -57px;
    display: block;
    border: 2px solid #fff;
    text-align: center;
    top: 50%;
    left: 50%;
}

.icon-play {
    transition: all 0.3s ease 0s;
}

.image--name p {
    color: #FFFFFF;
    font-family: 'Graphik', sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.39px;
    line-height: 31px;
    margin-bottom: -5px;

    text-align: left;
}

.image--name p span {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px
}


/* ----------------------------------------------------------------
award_slider
-----------------------------------------------------------------*/


/*old slider*/


/*#award_slider .owl-stage-outer {
  box-shadow: -2px 4px 9.62px 3.38px rgba(65, 65, 65, 0.13);
}

.divider--verticle-line:after {
  content: "";
  display: block;
  position: absolute;
  height: 150px;
  border-right: 1px solid #000;
  right: 0;
  bottom: 0;
  top: 20%
}

#award_slider h3 {
  font-weight: 600;
  margin: 0 auto;
  line-height: 30px
}

#award_slider .award-content span{
color: #b90022;
font-size: 6rem;
font-weight: 600;
font-family: "Graphik",sans-serif;

}
*/

#award_slider .image-awwards img {
    width: 350px;
    margin: 0 auto;
    max-width: 100%;
}

#award_slider .award-content h3 {

    font-family: "Graphik", sans-serif;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.39px;
    line-height: 31px;
}

#award_slider .award-content.numberz span {
    color: #E06565;
    font-size: 50px;
    font-weight: 600;
    line-height: 57px;
    text-align: center;
    font-family: "Graphik", sans-serif;
}

#award_slider .lgbt .award-content,
#award_slider .lgbt .award-content a {
    text-align: left;
}

/* #award_slider .lgbt .award-content a {
  float: left;
  padding: 20px 0;
} */

#award_slider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}


/* ----------------------------------------------------------------
location
-----------------------------------------------------------------*/

#content .location--grid-hover .subhead__text {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
}

/* ----------------------------------------------------------------
  hoverbox
-----------------------------------------------------------------*/

.location--grid-hover {
    background: #f8f8f8;
    margin-top: 100px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.hover-card {
    overflow: hidden;
    margin-bottom: 10px;
    background: #FFFFFF;
    transition: cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
    position: relative;
}

.hover-card:hover,
.hover-card:focus,
.hover-card:active {
    transform: translate(0, -12px);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1)
}

/* .hover-card_img--wrapper {
  transition: ease-in-out all .3s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hover-card:hover .hover-card_img--wrapper,
.hover-card:focus .hover-card_img--wrapper,
.hover-card:active .hover-card_img--wrapper {
  -webkit-filter: none;
  filter: none;
} */

.hover-card:hover .hover-card_text--wrapper.back,
.hover-card:focus .hover-card_text--wrapper.back,
.hover-card:active .hover-card_text--wrapper.back {
    opacity: 1;
}

.hover-card_h3--wrapper {
    padding-top: 10px;
    /* padding-bottom: 10px; */
}

.h3-hover-card {
    color: #000;
    font-family: "Graphik", sans-serif;

    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.39px;
    line-height: 31px;
    text-align: left;

}

.hover-card_text--wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.hover-card_text--wrapper.back {
    padding-bottom: 20px;
    padding-top: 10px
}

.hover-card_text--wrapper.front {
    padding-top: 20px;
    padding-bottom: 10px
}

.hover-card_p {
    margin-bottom: 0px;
    color: #343434;
    font-family: "Graphik", sans-serif;

    font-size: 16px;
    font-weight: 400;
    line-height: 23px !important;
    width: 231px;
    text-align: left;
}

.h4-hover-card {


    color: #E06565;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.39px;
    line-height: 31px;
    width: 217px;
    text-align: left;


}

.hover-card_ul {
    text-align: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.hover-card_li {
    /* padding-top: 5px;
  padding-bottom: 5px; */
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: "Graphik", sans-serif;
}

.hover-card_btn--wrapper {
    padding-top: 35px;
    text-align: left;
}

.hover-card_btn {
    text-decoration: underline;
    font-family: "Graphik", sans-serif;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.hover-card:hover .hover-card_btn {
    color: #E06565;
}

.hover-card_btn span {
    line-height: 1;
    position: relative;
    top: -1px;
    color: #b90022;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hover-card_btn:hover {
    border: none;
    color: #E06565;
}

.hover-card_btn:hover span {
    color: #b90022;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}


/* ----------------------------------------------------------------
  Flipbox
-----------------------------------------------------------------*/

.flipbox {
    perspective: 1000px;
    height: 100%;
    min-height: 260px;
}

.flipbox .flipbox-inner .flipbox-front a {
    white-space: normal;
}

.flipbox-inner {
    transition: 0.5s;
    transition-timing-function: ease;
    position: relative;
    transform-style: preserve-3d;
    height: 100%;
    width: 100%;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.flipbox-inner .flipbox-front a {
    font-weight: 600;
    z-index: 1
}

.flipbox-front,
.flipbox-back {
    -webkit-backface-visibility: hidden;
    height: 100%;
}

.flipbox-front {
    z-index: 2;
    display: table;
    width: 100%;
}

.flipbox-front a {
    display: table-cell;
    vertical-align: middle;
}

.flipbox-back {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #b90022;
    color: #fff
}

.flipbox-back p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px !important
}

.flipbox-back img {
    width: 40px;
    height: auto;
}

.flip_content span.dot {
    color: rgba(0, 0, 0, 0.3);
    font-size: 25px;
    vertical-align: middle;
}

.flipbox-back .icons_content {
    margin-bottom: 20px;
}

.flipbox-back .flip_content a {
    font-size: 16px;
    margin-top: 25px;
    text-transform: uppercase;
}

.flipbox:not(.flipbox-vertical) .flipbox-front {
    transform: rotateY(0deg);
}

.flipbox:not(.flipbox-vertical) .flipbox-back {
    transform: rotateY(-180deg);
}

.flipbox.flipbox-vertical .flipbox-front {
    transform: rotateX(0deg);
}

.flipbox.flipbox-vertical .flipbox-back {
    transform: rotateX(-180deg);
}

.flipbox:not(.flipbox-vertical):hover .flipbox-inner,
.flipbox:not(.flipbox-vertical).hover .flipbox-inner {
    transform: rotateY(180deg);
}

.flipbox.flipbox-vertical:hover .flipbox-inner,
.flipbox.flipbox-vertical.hover .flipbox-inner {
    transform: rotateX(180deg);
}

.flipbox-front span {
    color: #b90022;
    top: -1px;
    font-size: 20px
}

.picture-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply !important;
    background: #444444;
    -webkit-backface-visibility: hidden;
}

@supports (-ms-ime-align:auto) {
    .picture-overlay {
        background-color: rgba(0, 0, 0, 0.7);
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .picture-overlay {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .flipbox {
        -webkit-transition: all 1.5s ease;
        -moz-transition: all 1.5s ease;
        -ms-transition: all 1.5s ease;
        -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
    }

    .flipbox:not(.flipbox-vertical):hover .flipbox-inner .flipbox-front {
        z-index: 0;
        -webkit-transition: all 1.5s ease;
        -moz-transition: all 1.5s ease;
        -ms-transition: all 1.5s ease;
        -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
    }
}


/* ----------------------------------------------------------------
  Laterals grid
-----------------------------------------------------------------*/

#masonry.lateral--grid-masonry .overlay--play-icon i.icon-play:after {
    margin: -48px 0 0 -53px;
}

.masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    counter-reset: item-counter;
}

@media screen and (min-width: 400px) {
    .masonry {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media screen and (min-width: 600px) {
    .masonry {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media screen and (min-width: 800px) {
    .masonry {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media screen and (min-width: 1100px) {
    .masonry {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.item {
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0px;
    counter-increment: item-counter;
}

.item__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 220px;
    font-size: 40px;
    color: #360007;
    background: currentColor;
    box-sizing: border-box;
    text-align: center;
}

.item__content:hover {
    background: #9b0034;
}


/*.item__content:before {
position: absolute;
top: 0;
left: 0;
font-size: 13px;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
background-color: #222;
content: counter(item-counter);
}*/

.item__content h3 {
    font-weight: 900
}

#masonry .item__content p {
    font-weight: 500;
    line-height: 22px;
    font-size: 18px;
}

.item__content .video--title {
    position: relative;
    z-index: 1;
    top: 100px
}

.item__content--half {
    color: #fff;
    height: 250px;
}

.item__content--small {
    color: #fff;
    height: 200px;
}

.item__content--medium {
    color: #fff;
    height: 300px;
}

.item__content--large {
    color: #fff;
    height: 500px;
}

.circle--content {
    display: block;
}

.circle--container {
    position: relative;
}

#circle_1,
#circle_2 {
    width: 220px;
    height: 220px;
    position: relative;
}

#circle_1 .progressbar-text,
#circle_2 .progressbar-text {
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
    top: 40% !important;
    width: 100%;
    height: auto !important;
    line-height: 0
}

#circle_1 span,
#circle_2 span {
    position: relative;

    margin: 0 auto;

    display: block;
    margin-top: 30px;
    /* width: 180px; */

    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.39px;
    line-height: 21px;
}

#circle_2 span {
    color: #000
}

.accordian--content-title,
.accordian--content a {
    color: #E06565;
    font-weight: 600;
}

.accordian--content-title h3 {


    line-height: 24px;
    padding: 20px 0;

    color: #E06565;
    font-family: 'Graphik', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 57px;

    text-align: left;
}


/* ----------------------------------------------------------------
  Toggle
-----------------------------------------------------------------*/

.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}

.toggle .togglet,
.toggle .toggleta {
    display: block;
    position: relative;
    padding: 0 0 0 24px;
    margin: 0;
    font-size: 21px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}

.toggle .togglet i {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.toggle .toggleta {
    font-weight: 600;
}

.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
    display: none;
}

.toggle .toggleta i.toggle-open {
    display: block;

    font-size: 20px;
    left: 13px !important
}

.toggle .togglet:not(.toggleta) span.toggle-open,
.toggle .togglet.toggleta span.toggle-closed {
    display: none;
}

.toggle .togglet.toggleta span.toggle-open,
.toggle .togglet:not(.toggleta) span.toggle-closed {
    display: block;
    color: #fff !important
}

.toggle .togglec {
    display: block;
    position: relative;
    padding: 10px 0 0 24px;
}


/* Toggle - with Title Background
-----------------------------------------------------------------*/

.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
    background-color: #EEE;
    line-height: 44px;
    padding: 0 0 0 36px;
    border-radius: 2px;
}

.toggle.toggle-bg .togglet i {
    left: 14px;
    line-height: 44px;
}

.toggle.toggle-bg .togglec {
    padding: 12px 0 0 36px;
}


/* Toggle - Bordered
-----------------------------------------------------------------*/
/* 
.toggle.toggle-border {
  border-bottom: 1px solid #e6e7e8;
} */

.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
    line-height: 22px;
    padding: 0 40px 0 0;
    margin-bottom: 40px
}

.toggle.toggle-border .togglet i {
    right: 0;
    line-height: 22px;
    left: auto !important;
}

.toggle.toggle-border .togglec {
    /*padding: 0 15px 15px 36px;*/
    padding: 0 15px 15px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    /* border-bottom: 2px solid #E06565; */
}


/*.toggle.toggle-border .togglec ul{
padding-left: 20px
}*/


/* Toggle - FAQs
-----------------------------------------------------------------*/

.faqs .toggle {
    border-bottom: 1px solid #EEE;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.faqs .toggle .togglet,
.faqs .toggle .toggleta {
    font-size: 15px;
}

.faqs .toggle .togglet i {
    top: 1px;
    font-size: 14px;
}

.faqs .toggle .togglec {
    padding-bottom: 10px;
}


/**/

.icon-line-circle-minus:before {
    z-index: 1;
    position: relative;
    color: #000
}

/* .icon-line-circle-minus:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #b90022;
  top: 4.3px;
  width: 17px;
  height: 16px;
  border-radius: 100%;
  left: 1px;
} */


/* ----------------------------------------------------------------
  Entry Level
-----------------------------------------------------------------*/

.box--entry-content {
    font-weight: 300;
    width: 100%;
    text-transform: uppercase;
    font-family: "Graphik", sans-serif;
}

.box--entry-content span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
    text-transform: none;
}

.box--entry-content.W span {
    color: #b90022;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.box--entry-content h2 {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5
}

.box--entry-content.W h2 {
    font-size: 50px
}

.box--entry-content h2 span {
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
}

.box--entry-content a span {
    display: inline-block;
    font-size: 21px;
    font-style: normal;
}

.box--entry-sub p {
    font-weight: 500;
    font-size: 18px
}

.block--icon img {
    margin-right: 15px;
    float: left;
}

#W_icon {
    background: url('//d2i2zd9axwkr7h.cloudfront.net/company/sites/152623/assets/images/entry/grid/W.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.devoted__content h2 {
    font-size: 24px;
    line-height: 33px;
    font-family: "Graphik", sans-serif;
}

.offering__content p {
    font-size: 21px;
    line-height: 32px !important
}

.offering__content i {
    font-size: 16px;
    line-height: 20px;
}

@media (min-width:480px) {
    .number-1 {
        position: relative;
        top: 10px;
    }
}


/* ----------------------------------------------------------------
Staff grid
-----------------------------------------------------------------*/
.staff-grid .vcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.staff-grid .box--main-content {
    color: #fff;
    letter-spacing: -0.39px;
    line-height: 31px;
    font-size: 21px;
    text-transform: none;
    width: 100%;
}

/* 
.staff-grid .box--main-content p:before {
  content: '';
  position: relative;
  width: 80px;
  border-top: 4px solid #fff;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px
} */

.staff-grid .box--main-content p {


    font-size: 18px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.39px;
    line-height: 31px !important;
}

.staff-grid .box--main-content.quote p {

    font-family: "Graphik", serif;
    font-size: 40px !important;
    font-weight: 400;
    line-height: 43px !important;
}

.staff-grid .box--main-content.quote .arthur-name {
    font-size: 16px;
    font-family: "Graphik", serif;
    font-weight: 600;
    margin-top: 3rem;

    line-height: 23px;
}

.staff-grid .box--main-content.quote .arthur-name span {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-style: normal;
}

.staff-grid .box--main-content.bold-reg p {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px !important;

}

.staff-grid .box--main-content.bold-reg span {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.39px;
    line-height: 31px;
    font-style: normal;
}

/* .staff-grid .box--main-content.quote:before {
  content: "";
  background-image: url(../assets/images/staff/quote-icon.png);
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
} */

.staff-grid .box--main-content.quote p::before,
.staff-grid .overlay--background:before {
    display: none
}


/*.staff-grid .box--main-content.quote p::after{
content:" ";
position:absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
font-size: 200px
}*/


/*#circle_3, #circle_4{
position: relative;
width: 180px;
height: 180px;
}*/

.staff-grid .overlay--play-icon i.icon-play:after {
    margin: -48px 0 0 -52px;
}

.staff-grid .link--main-default {
    color: #343434
}

.staff-grid .link--main-default {
    top: 155px
}

.staff-grid .progressbar-text span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.39px;
    line-height: 21px;
    display: block;

    position: relative;
    text-align: center;
}

.staff-grid .link--main-default span {
    color: #b90022
}

.staff-grid .overlay--play-icon i.icon-play:after,
.staff-grid .icon-play:before {
    border-color: #fff;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.staff-grid .overlay--play-icon i.icon-play:hover:after,
.staff-grid .icon-play:hover:before {
    color: #E06565;
    border-color: #E06565;
}

/* 
.staff-grid .progressbar-text {
  top: 55% !important
} */

#circle_3,
#circle_4 {
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.staff-grid .background--color-green,
.staff-grid .background--color-lightblue,
.staff-grid .background--color-navy {
    padding: 40px
}

@media(min-width: 1200px) {
    .staff-grid .background--color-navy .box--main-content {
        margin-top: 17px;
    }

}

.staff-grid .quote_block {
    height: 550px;
}

.staff-grid .block_1 {
    height: 275px
}

.staff-grid .block_2 {
    height: 275px;
}

.staff-grid .block_3 {
    height: 275px
}

.staff-grid .block_4 {
    height: 275px
}

@media(max-width: 500px) {
    .staff-grid .quote_block {
        height: auto;
        padding: 3rem
    }

    .staff-grid .block_3 {
        height: auto;
        padding: 3rem;
    }
}




/* ----------------------------------------------------------------
Summer
-----------------------------------------------------------------*/

.summer--tabs:before {
    content: "";
    position: absolute;
    width: 83.5vw;
    height: 100%;
    display: block;
    box-shadow: -2px 4px 9.62px 3.38px rgba(65, 65, 65, 0.13);
    left: 0;
    top: 45px;
    margin-left: -15%;
}

.summer--tabs {
    width: 65%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

@media(min-width: 1200px) {
    .summer--tabs .tab-nav__main {
        width: calc(100% + 30rem);
        margin: 0 auto;
        left: -15rem;
        position: relative;
    }
}

.summer--tabs #tab-1 h2,
.summer--tabs #tab-2 h2,
.summer--tabs #patent__main h2 {



    font-size: 50px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 57px;

}

.summer--tabs #tab-1 h3,
.summer--tabs #tab-2 h3,
.summer--tabs #patent__main h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #156289;
    text-transform: uppercase;
}

#content .summer--tabs #tab-1 p,
#content .summer--tabs #tab-2 p,
#content .summer--tabs #patent__main p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300
}

.spacer {
    margin: 0;
    padding: 0;
    height: 50px;
}

.summer--tabs .tab-container ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    list-style: outside;

}

.summer--tabs .tab-container ul {
    list-style-position: inside;

}

.summer--tabs #mini-tab {
    padding: 0
}


/* ----------------------------------------------------------------
  Tabs
-----------------------------------------------------------------*/

.tabs {
    position: relative;
    margin: 0 0 30px 0;
}

ul.tab-nav:not(.tab-nav-lg) {
    margin: 0;
    text-align: center;
    list-style: none;
    padding: 0
}

ul.tab-nav:not(.tab-nav-lg) li {
    display: inline-block;
    text-align: center;
    margin: 10px;
}

@media(max-width: 560px) {
    ul.tab-nav:not(.tab-nav-lg) li {
        margin: 1rem 0;
        width: 100%;
    }

}

#subtab ul.tab-nav {
    float: left;
    width: 75%;
    padding: 10px 0;
    border-bottom: 0;
}

#subtab ul.tab-nav li {
    display: block;
    text-align: left;
    margin: 15px auto
}

#subtab ul.tab-nav #subtab a span {
    color: #b93333;
    top: -1px
}

#subtab a:hover {
    background-color: #156289;
    color: #fff !important
}

#subtab a:hover span {
    color: #fff
}

#subtab ul.tab-nav .ui-state-active a {
    background-color: #156289;
    color: #fff !important;
}

#subtab ul.tab-nav .ui-state-active a span {
    color: #fff
}

#subtab ul.tab-nav li a {
    padding: 10px 20px;
    width: 100%;
    border-color: #156289;
    color: #156289;
    font-size: 16px;

}

.bold--link {
    color: #156289 !important;
    font-weight: 600 !important
}

#tab-1>div>div:nth-child(2)>div>p>a,
#tab-5>p>a {
    color: #156289;
    font-weight: 600
}

#tab-5>p>a:hover {
    background-color: transparent;
    color: #b90022 !important
}

#mini-tab ul li a span {
    color: #b90022;
}


/******modal***/

.modal--intro-blurb::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

.modal--intro-blurb::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
    border-radius: 50%
}

.modal--intro-blurb::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #cfcfcf;
}

.modal-content {
    border-radius: 0
}

@media (min-width:770px) {
    .modal-content {
        padding: 30px;
    }
}

.modal-body {
    margin-top: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.modal--name {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.8px;
    line-height: 57px;
}

.modal--joined span,
.modal--personal span,
.modal--childhood span,
.modal--option span {
    display: block;
    font-weight: 600;
    letter-spacing: 1.29px;
    line-height: 18px;
}

.modal-header {
    border: none;
    padding: 0;
}

.modal-header .close {
    margin: -45px;
    background-color: black;
    opacity: 1;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.modal-lg {
    width: 90% !important
}

.modal--intro-title h2 {
    font-family: "Graphik", serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 57px;
}

.modal--intro-blurb {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    height: 335px;
    overflow-y: auto;
    padding-right: 20px;
}

/* .modal--intro-title:before {
  content: "";
  position: absolute;
  width: 80px;
  top: 0px;
  display: block;
  border-top: 4px solid #b90022;
} */

.modal--name i {
    margin-left: 10px;
    vertical-align: bottom;
    color: #343434
}

@media(max-width: 768px) {
    .modal--intro-blurb {
        height: auto !important
    }

    .modal--intro-title:before {
        top: -15px;
    }

    .modal--intro-blurb {
        padding: 0;
    }

    .modal--icon-content {
        text-align: left
    }

    .modal--name img,
    .modal--personal img,
    .modal--childhood img,
    .modal--option img {
        display: none
    }

    .footer_cities {
        display: none
    }

    .mobile-nav ul {
        width: 60%
    }
}


/*@media(max-width:460px){
.modal--intro-blurb{
  height: auto !important
}
}*/

.modal--icon-content img {
    padding: 20px;
    border-right: 2px solid #000;
    margin: 15px 0
}

.modal--icon-content .modal--name img {
    /*width: 80px;*/
    height: 78px;
}

.modal--icon-content .modal--personal img {
    /*width: 80px;*/
    height: 88px;
}

.modal--icon-content .modal--childhood img {
    /*width: 80px;*/
    height: 69px;
}

.modal--icon-content .modal--option img {
    /*width: 80px;*/
    height: 71px;
}

.modal--icon-content p {
    font-weight: 500;
    line-height: 28px;
    font-size: 18px;
}

.modal--icon-content p span {
    font-weight: 900
}

.modal--icon-content {
    margin-top: 30px;
}

.footer__eeo {
    background: #f8f8f8;
    padding: 30px 0;
}

#footer {
    margin: 0 auto !important;
}

.footer__eeo p {
    font-size: 12px;
}

.footer__footer {
    padding: 30px 0;
    background-color: #1E283C
}

#footer .footer_title a {

    color: #FFFFFF;
    font-family: 'Graphik'sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.29px;
    line-height: 18px;

    text-align: left;

}

#footer .footer_title a:hover {
    text-decoration: none
}

#footer .footer_cities span {
    color: #b90022;
}

#footer .footer_cities p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 auto;
}

#footer .footer--logo img {
    cursor: pointer;
}

#footer .social--icons h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px
}

#footer .social--icons a {
    margin: 0 10px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #fff;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
}

#footer .social--icons a:last-child {
    margin-right: 0;
}

#footer .social--icons a:hover {
    text-decoration: none;
}

.copy-right {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 19px;
    opacity: 0.6;

}

.copy-right p {
    margin: 0;
}

.copy-right a {
    color: #fff
}

.background--texture,
.background--texture-corner {
    min-height: 600px !important
}

@media (max-width:992px) {
    #footer .social--icons h3 {
        display: block;
    }

    #footer .social--icons {
        float: none !important
    }

    .background--texture {
        max-height: 279px !important;
        min-height: auto !important
    }

    .testimonial p {
        font-size: 18px;
        line-height: 28px;
    }

    #slider .owl-dots {
        position: relative;
        text-align: center;
        width: 100%;
        right: 0
    }

    #slider .owl-dots .owl-dot {
        margin-top: 0;
    }

    .modal-lg {
        width: 100% !important
    }

    .flipbox {
        border-bottom: 5px solid #fff
    }

    .location--grid-hover .topmargin-sm {
        margin-top: 0 !important
    }
}

@media(max-width:440px) {
    .navbar-brand {
        line-height: 0
    }



    .col-padding {
        padding: 20px !important
    }

    #main_testimonial .owl-dots {
        /* top: -315px */
    }



    .background--texture-corner {
        min-height: auto !important
    }

    .button--main-cta {
        width: 100% !important
    }

    .location--grid-hover .flipbox .middle {
        padding: 3px;
    }

    .heading-block h2,
    .heading-block h1 {
        font-size: 2.5em
    }

    #content .location--grid-hover .subhead__text {
        font-size: 16px !important
    }

    .box--main-content h2 {
        margin-bottom: 0 !important
    }

    .link--main-default {
        margin: 10px auto !important
    }



    #content>div>div.main--grid-content>div>div.row.clearfix.common-height>div.col-md-4.col-sm-12.col-padding.background--color-lightblue {
        min-height: 190px
    }

    #content>div>div.main--grid-content>div>div:nth-child(2)>div.col-md-6.col-md-12.background--color-green.col-padding {
        min-height: 250px
    }

    /*quickie*/
    .mobile-vcenter {
        display: flex;
        align-items: center;
    }

    .button--main-default.apply {
        width: 260px;
        padding: 15px
    }

    #content>div>div.staff-grid>div>div>div.col-md-8.col-sm-12>div:nth-child(2)>div.col-md-8.col-sm-12.block_3.background--color-navy.vcenter>div>div>span>br {
        display: none;
    }

    #award_slider .lgbt .award-content,
    #award_slider .lgbt .award-content a {
        text-align: center;
    }
}


@media (min-width: 768px) {

    .location--grid-hover .col-sm-6.col-md-3 {
        margin-bottom: 30px;
    }

    .hover-card_text--wrapper.back {
        position: absolute;
        left: 0;
        right: 0;
        background: white;
        opacity: 0;
        transition: ease-in-out .3s opacity;
        padding: 20px;
        z-index: 1;
        height: 100%;
    }





    .hover-card_text--wrapper.front {
        padding: 20px
    }
}

@media(max-width:768px) {
    .hover-card_text--wrapper.front .hover-card_btn--wrapper {
        display: none
    }

    .hover-card--content {
        display: flex;
        flex-direction: column-reverse;
    }


}

@media(min-width:1200px) {
    .hover-card {
        height: 430px;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .hover-card {
        height: 450px
    }
}

​
/* ----------------------------------------------------------------
  Responsive
-----------------------------------------------------------------*/

.mobile__overlay {
    position: relative;
}

.mobile__overlay:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

@media (max-width:560px) {
    .summer--tabs {
        width: 100%;
    }

    .summer--tabs .button--main-default {
        white-space: nowrap;
        display: block;
        /* width: 270px; */
    }

    .summer--tabs:before {
        display: none
    }

    .summer--tabs .tab-nav .button--main-default span {
        display: none
    }
}

@media(max-width: 480px) {

    h1,
    h2,
    h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .navbar-brand img {
        width: 150px;
        margin-left: 10px
    }

    .navbar {
        min-height: 90px
    }

    /*.navbar-header:before {
      width: 100%;
      height: 30px;
      background-color: #545861;
      content: "Careers";
      font-family: "Graphik", serif;
      display: block;
      position: relative;;
      text-align: center;
      top: 0px;
      color: #fff;
      right: 0;
      font-size: 22px;
      text-transform: uppercase;
      left: 0%;
  }*/
    #slider .background--texture,
    #slider .background--texture-corner {
        min-height: auto !important;
        height: 300px !important
    }

    .testimonial .-flip>div:first-child {
        height: 300px;
    }

    .owl-carousel .owl-nav [class*=owl-] {
        top: 25%;
    }

    .button--modal-meet {
        font-size: 16px;
    }

    .heading-block~p:not(.lead) {
        width: 100%;
    }

    .divider--verticle-line:after {
        display: none
    }

    #footer {
        text-align: center
    }

    .box--entry-content.W h2 {
        font-size: 47px;
    }

    a.button--main-default.link {
        /*white-space: normal !important;*/
        font-size: 12px;
    }

    #award_slider.owl-carousel .owl-nav [class*=owl-] {
        top: 50%
    }
}

@media(max-width:400px) {
    #job-list-page #jobs-list {
        margin-top: 60px;
    }

    .award-content h3 br {
        display: none
    }

    #award_slider .award-content h3 {
        font-size: 21px;
    }
}

@media (max-width:330px) {
    .modal .modal-body {
        margin-top: 0px !important
    }

    #slider .background--texture,
    #slider .background--texture-corner {
        height: 380px !important;
    }

    #main_testimonial .owl-dots {
        /* top: -385px */
    }



    #slider .owl-carousel .owl-nav [class*=owl-] {
        top: 50%;
    }
}

@media(max-width:658px) {
    #wrapper>div.modal.in>div>div>div>div.modal-body>div>div.row.clearfix>div.col-md-6.col-sm-12.col-padding {
        background-size: contain !important;
        /* height: 190px !important */
        margin-top: 30px;
    }
}

@media(max-width:769px) {

    .heading-block {
        padding: 0 30px;
    }

    .modal-dialog {
        margin: 0 auto;
    }

    .modal-header {
        position: absolute;
        right: 0;
        z-index: 1;
    }

    .modal-header .close {
        margin: 0 auto;
        position: absolute;
        right: 0;
        font-size: 12px;
        width: 24px;
        top: -12px;
        height: 24px;
        left: -15px;
    }

    .modal--icon-content p {
        margin-left: 0
    }

    #subtab ul.tab-nav {
        float: none;
        width: 100%;
    }

    #subtab ul.tab-nav li {
        text-align: center;
    }

    .staff-grid .video--title {
        position: absolute;
        top: 155px;
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 30px;
    }

    .staff-grid .link--main-default {
        top: initial;
    }

    .modal--icon-content img {
        border-right: none
    }

    .button--main-cta {
        margin: 25px auto;
    }

    .links--callouts-bottom {
        padding-right: 0;
        padding-left: 0;
    }

    /*remove common height*/
    .entry--grid>div>div>div.col-md-8.col-sm-12.col-padding.background--color-lightgreen.vcenter,
    .entry--grid>div>div>div.col-md-5.col-sm-12.col-padding.tight.vcenter.box--entry-sub,
    .entry--grid>div>div>div.col-md-5.col-sm-12.col-padding.background--color-gray.vcenter {
        height: auto !important;
    }
}

@media(max-width:992px) {
    #slider .image--testimonial {
        background-size: contain;
        background-position: center bottom;
        height: 30rem;
    }

    #slider .name-title_content {
        position: relative;
        margin: 0 auto;
        /* margin-top: 10px !important */
    }

    #slider .name-title_content p {
        text-align: center
    }

    #slider .background--texture,
    #slider .background--texture-corner {
        min-height: auto !important;
    }

    .content-wrap {
        padding: 0 !important
    }

    .staff-grid .block_2 {
        height: auto;
    }

    .staff-grid .block_2 {
        padding: 40px;
    }

    .staff-grid #circle_3 {
        margin-bottom: 20px
    }

    /*grid centering*/
    #content>div>div.main--grid-content>div>div:nth-child(2)>div.col-md-6.col-md-12.background--color-green.col-padding.vcenter,
    #content>div>div.main--grid-content>div>div.row.clearfix.common-height>div.col-md-4.col-sm-12.col-padding.background--color-lightblue.vcenter,
    .staff-grid>div>div>div.col-md-8.col-sm-12>div:nth-child(1)>div.col-md-4.col-sm-12.block_1.background--color-green.vcenter,
    .staff-grid>div>div>div.col-md-4.col-sm-12.quote_block.background--color-lightblue.vcenter,
    .staff-grid>div>div>div.col-md-8.col-sm-12>div:nth-child(2)>div.col-md-8.col-sm-12.block_3.background--color-navy.vcenter {
        display: flex;
        align-items: center;
    }

    #wrapper>div.modal.in>div>div>div>div.modal-body>div>div.row.clearfix>div:nth-child(2) {
        margin-top: 60px;
    }

    .align-bottom {
        margin-top: 0 !important
    }

    #W_icon {
        background-position: center;
        background-size: contain;
    }

    .testimonial_content {
        margin: 0 auto !important;
        text-align: center;
    }

    #slider .name-title_content {
        display: none
    }
}

@media (max-width:1024px) and (min-width:992px) {
    #slider .image--testimonial {
        background-position: center bottom;
        background-size: 58vw
    }

    .modal--intro-blurb {
        height: 270px;
    }

    .staff-grid .box--main-content.quote p {
        font-size: 21px !important
    }

    #W_icon {
        background-position: center;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    #slider .name-title_content span {
        display: block;
        margin: 0 auto
    }

    .box--entry-content.W h2 {
        font-size: 48px;
    }
}