﻿/*******************************************
GLOBAL
/*******************************************/

* {
    font-family: 'Roboto', sans-serif;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-b-16 {
    margin-bottom: 16px;
}

.m-b-24 {
    margin-bottom: 24px;
}

.width-60 {
    width: 60px !important;
}

.hero {
    padding: 48px 24px 48px 24px;
    background: #fff;
    border-bottom: 1px solid #D3E0E9;
    overflow: hidden;
}

.page-wrapper {
    max-width: 1620px;
    margin: 0 auto;
}
.wrapper-small {
    max-width:1200px;
}

.content {
    border: 1px solid #D3E0E9;
    padding: 24px;
    background: #fff;
    width: 100%;
    float: left;
    /*REMOVED SO ARTICLE CONTENT COULD STACK*/
    height: auto;
}

.right {
    float: right;
}

.carousel {
    /*max-height: 400px;*/
    overflow: hidden;
}

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top: 1px solid #eee;
    width: 100%;
    float: left;
}

.fw-400 {
    font-weight: 400;
}
.marketing-title {
    margin-top:20px;
    margin-bottom:40px;
}

@media only screen and (max-width: 767px) {
    .marketing-title {
        margin-top:-2px;
        margin-bottom:-2px;
    }
}

.no-dec {
    text-decoration:none;
}

/*******************************************
SIDE NAV
/*******************************************/

.side-nav-active a:hover {
    background: #286090;
    color: #fff;
}

.side-nav {
    width: 100%;
    background: #fff;
    border: 1px solid #D3E0E9;
}
.side-nav h6 {
    margin-left: 16px;
    margin-top: 16px;
}

.side-nav ul {
    padding: 0px;
}

.side-nav ul li:hover {
    background: #F5F8FA;
}

.side-nav ul li {
    list-style-type: none;
    margin: 0px;
}

.side-nav a {
    text-decoration: none;
    display: block;
    padding: 8px 16px;
}

.side-nav-active {
    background: #0372BC;
}

.side-nav-active a {
    color: #fff;
}
/*******************************************
ARTICLE AUTHOR
/*******************************************/

.article-author {
    float: left;
    width: 100%;
}

.author-avatar {
    height: 48px;
    width: 48px;
    float: left;
    overflow: hidden;
}

.author-avatar img {
    width: 100%;
    height: auto;
}

.author-title {
    float: left;
    margin-left: 16px;
}

.author-title h6 {
    margin-top: 4px;
}
/*ICON SIZES*/

.icon-lg {
    width: 36px;
}

.icon-md {
    width: 24px;
}

.icon-sm {
    width: 18px;
}
/*******************************************
TABLE
/*******************************************/

.table {
    width: 100%;
}

th {
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0px;
}

td {
    line-height: 1.6;
    font-weight: 500;
    color: #888888;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #F5F8FA;
}

.table > thead > tr > th {
    border-bottom: 1px solid #D3E0E9;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #D3E0E9;
}
/*******************************************
EPAULET LARGE
/*******************************************/

.ep-large {
    height: 90px;
    width: 44px;
}

.ep-large img {
    height: 100%;
}
/*******************************************
BRAND COLORS
/*******************************************/

.brand-blue {
    color: #0372BC;
}

.brand-border {
    color: #D3E0E9;
}

.brand-headline {
    color: #484848;
}

.brand-text {
    color: #888888;
}

.brand-bg {
    color: #F5F8FA;
}

.brand-alert {
    color: #ea4335;
}

.brand-green {
    color: #2DA94F;
}

.brand-gold {
    color: #FFD700;
}

.brand-sec-bg-lightest {
    background: #0496F7;
}

.brand-sec-bg-lighter {
    background: #0487DE;
}

.brand-sec-bg-light {
    background: #027DCE;
}

.brand-sec-bg-dark {
    background: #0067AC;
}

.brand-sec-bg-darker {
    background: #005893;
}

.brand-sec-bg-darkest {
    background: #004F84;
}
/*******************************************
FONT STYLESta
/*******************************************/

h1 {
    font-size: 32px;
    font-weight: 500;
    margin: 16px 0px 8px 0px;
}

h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 8px 0px;
    line-height:1.2;
}

h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 8px 0px;
    line-height: 1.4;
}

h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0px;
}

h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0px;
    line-height: 1.4;
}

h6 {
    font-size: 12px;
    font-weight: 500;
    color: #484848;
    /*opacity: .5;*/
    margin: 8px 0px;
}

p {
    line-height: 1.6;
    color: #888888;
    /*margin:8px 0px;*/
    /*BROKE ELEMENTS IN THE CV PAGES*/
}
.TACLegal {
    line-height: 1.6;
    color: #888888;
}

/*******************************************
SIDE NAV
/*******************************************/

.side-nav-active a:hover {
    background: #286090;
    color: #fff;
}

.side-nav {
    width: 100%;
    background: #fff;
    border: 1px solid #D3E0E9;
}

.side-nav h6 {
    margin-left: 16px;
    margin-top: 16px;
}

.side-nav ul {
    padding: 0px;
}

.side-nav ul li:hover {
    background: #F5F8FA;
}

.side-nav ul li {
    list-style-type: none;
    margin: 0px;
}

.side-nav a {
    text-decoration: none;
    display: block;
    padding: 8px 16px;
}

.side-nav-active {
    background: #0372BC;
}

.side-nav-active a {
    color: #fff;
}
/*******************************************
ARTICLE AUTHOR
/*******************************************/

.article-author {
    float: left;
    width: 100%;
}

.author-avatar {
    height: 48px;
    width: 48px;
    float: left;
    overflow: hidden;
}

.author-avatar img {
    width: 100%;
    height: auto;
}

.author-title {
    float: left;
    margin-left: 16px;
}

.author-title h6 {
    margin-top: 4px;
}
/*ICON SIZES*/

.icon-lg {
    width: 36px;
}

.icon-md {
    width: 24px;
}

.icon-sm {
    width: 18px;
}
/*******************************************
TABLE
/*******************************************/

.table {
    width: 100%;
}

th {
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0px;
}

td {
    line-height: 1.6;
    font-weight: 500;
    color: #888888;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #F5F8FA;
}

.table > thead > tr > th {
    border-bottom: 1px solid #D3E0E9;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #D3E0E9;
}
/*******************************************
EPAULET LARGE
/*******************************************/

.ep-large {
    height: 90px;
    width: 44px;
}

.ep-large img {
    height: 100%;
}
/*******************************************
BRAND COLORS
/*******************************************/

.brand-blue {
    color: #0372BC;
}

.brand-border {
    color: #D3E0E9;
}

.brand-headline {
    color: #484848;
}

.brand-text {
    color: #888888;
}

.brand-bg {
    color: #F5F8FA;
}

.brand-alert {
    color: #ea4335;
}

.brand-green {
    color: #2DA94F;
}

.brand-gold {
    color: #FFD700;
}

.brand-sec-bg-lightest {
    background: #0496F7;
}

.brand-sec-bg-lighter {
    background: #0487DE;
}

.brand-sec-bg-light {
    background: #027DCE;
}

.brand-sec-bg-dark {
    background: #0067AC;
}

.brand-sec-bg-darker {
    background: #005893;
}

.brand-sec-bg-darkest {
    background: #004F84;
}
/*******************************************
FONT STYLESta
/*******************************************/

h1 {
    font-size: 32px;
    font-weight: 500;
    margin: 16px 0px 8px 0px;
}

h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 8px 0px;
    line-height:1.2;
}

h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 8px 0px;
    line-height: 1.4;
}

h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0px;
}

h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0px;
    line-height: 1.4;
}

h6 {
    font-size: 12px;
    font-weight: 500;
    color: #484848;
    /*opacity: .5;*/
    margin: 8px 0px;
}

p {
    line-height: 1.6;
    color: #888888;
    /*margin:8px 0px;*/
    /*BROKE ELEMENTS IN THE CV PAGES*/
}
.TACLegal {
    line-height: 1.6;
    color: #888888;
}
/*******************************************
BUTTON STYLES
/*******************************************/

.btn-primary {
    background: #0372BC;
    color: #fff;
    transition: all 0.5s ease;
    text-decoration: none;
}

.btn-primary:hover {
    background: #286090;
}

.btn-secondary {
    border: 1px solid #D3E0E9;
    color: #0372BC;
    background: #fff;
    transition: all 0.5s ease;
    text-decoration: none;
}

.btn-secondary:hover {
    border: 1px solid #0372BC;
    color: #fff;
    background: #0372BC;
}

.btn-disabled {
    background: #D3E0E9;
    cursor: not-allowed;
    text-decoration: none;
}

.btn-alert {
    border: 1px solid #ffaea7;
    color: #ea4335;
    transition: all 0.5s ease;
    text-decoration: none;
}

.btn-alert:hover {
    border: 1px solid #ffaea7;
    color: #fff;
    background: #ea4335;
}

.btn-white {
    color: #0372BC;
    background: #fff;
    transition: all 0.5s ease;
    text-decoration: none;
    text-shadow: none;
}

.btn-white:hover {
    background: #f0f0f0;
    color: #0372BC;
}

a {
    color: #0372BC;
    text-decoration: underline;
    cursor: pointer;
}

.btn-default {
    border: 1px solid #D3E0E9;
    color: #0372BC;
}

.btn-active {
    background: #0372BC;
    color: #fff;
}

.btn-default:hover {
    background: #F5F8FA;
    border: 1px solid #D3E0E9;
    color: #0372BC;
}

.btn-active:hover {
    background: #286090;
    color: #fff;
}

/*.btn-group-justified .fa {
width: 100%;
float: left;
margin: 10px 0px;
}

.btn-group-justified span {
width: 100%;
float: left;
}*/
/*******************************************
SMALL TABS
/*******************************************/
/*BROKE CV LEFT FORM*/
/*.nav-tabs a{
text-decoration: none;
}
.nav-tabs>li>a:active,
.nav-tabs>li>a:hover{
background:#F5F8FA;
}
.nav-tabs .active{
border-top:4px solid #0372BC;
border-bottom:none;
margin-top:4px;
}
.nav-tabs>li>a {
border-radius: 0px;
width:100%;
}
.nav-tabs.nav-justified>li>a {
margin-bottom:0px;
}*/
/*******************************************
LARGE TABS
/*******************************************/

.tab-large {
    color: #484848;
    border-bottom: none;
}

.tab-large:hover {
    border-bottom: none;
}

.tab-inactive {
    background: #FFF;
    color: #0372BC;
}

.tab-inactive:hover {
    background: #F5F8FA;
    color: #0372BC;
}
/*******************************************
INPUTS
/*******************************************/

.charter-input {
    border: 1px solid #D3E0E9;
    padding: 8px;
    border-radius: 4px;
    height: 34px;
    width: 100%;
    color: #484848;
}

.input-wrapper {
    max-width: 200px;
    margin-bottom: 16px;
}

.input-wrapper h6 {
    float: left;
}

.input-wrapper .fa {
    float: right;
    margin-top: 6px;
}

.dropdown-wrapper {
    max-width: 200px;
    margin-bottom: 16px;
}

.dropdown-wrapper .fa {
    float: right;
}
/*.dropdown-toggle {
width:100%;
max-width:200px;
}*/
/*BROKEN LEFT NAV IN CV FORM*/

/*.dropdown-menu {
max-width: 200px;
width: 100%;
text-align: center;
}*/

.dropdown-toggle {
    color: #484848;
}

.dropdown-toggle:hover {
    background: #ffffff;
    color: #484848;
}

.dropdown-menu li a {
    color: #0372BC;
    text-decoration: none;
    text-align: center;
}

.dropdown-menu li a:hover {
    background: #F5F8FA;
}
/*
.country-phone {
width:200px;
height:auto;
}
.country-left{
width:60px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
margin-right:-4px;
text-align: center;
}
.country-right {
width:140px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
}
.date-selector{
height:auto;
width:200px;
float:left;
}
.date-left,
.date-right,
.date-middle {
width:66px;
float:left;
margin-left:-1px;
}
.date-left {
border-top-right-radius:0px;
border-bottom-right-radius:0px;
}
.date-middle {
border-radius:0px;
}
.date-right {
border-top-left-radius:0px;
border-bottom-left-radius:0px;
}
*/
/*******************************************
STATUS
/*******************************************/

.status-icon {
    height: 26px;
    width: 26px;
    border-radius: 13px;
    color: #fff;
}

.status-pending {
    background: #9B9B9B;
    padding: 2px 5px 0px 5px;
}

.status-progress {
    border: 2px solid #0372BC;
}

.progress-bottom {
    height: 13px;
    width: 26px;
    background: #0372BC;
    margin-left: -2px;
    margin-top: 11px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.status-complete {
    background: #2DA94F;
    padding: 4px 6px;
}

.status-alert {
    background: #D0021B;
    padding: 2px 5px;
}
/*******************************************
CAREER PATH
/*******************************************/

.career-path-wrapper {
    width: 100%;
    height: 80px;
    float: left;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer;
    padding-left: 20px;
    z-index: -6;
    border: 1px solid #ffffff;
}

.career-path-wrapper:hover {
    background: #F5F8FA;
    border: 1px solid #D3E0E9;
    border-radius: 4px;
}

.career-path-epaulet {
    float: left;
    margin-top: 20px;
    margin-left: 44px;
}

.career-circle {
    width: 24px;
    height: 24px;
    background: #F5F8FA;
    border: 1px solid #D3E0E9;
    border-radius: 12px;
    float: left;
    margin-top: 28px;
    margin-left: 10px;
    z-index: 30;
    position: absolute;
}

.active-position {
    background: #0372bc;
    border: 1px solid #0372bc;
}

.career-line-top {
    width: 1px;
    height: 40px;
    margin-top: 40px;
    float: left;
    position: absolute;
    background: #D3E0E9;
    margin-left: 21px;
    z-index: 2;
}

.career-line-bottom {
    width: 1px;
    height: 40px;
    float: left;
    position: absolute;
    background: #D3E0E9;
    margin-left: 21px;
    z-index: 2;
}

.career-line {
    width: 1px;
    height: 80px;
    float: left;
    position: absolute;
    background: #D3E0E9;
    margin-left: 21px;
    z-index: 2;
}

.career-side-line-top {
    width: 1px;
    height: 40px;
    float: left;
    position: absolute;
    background: #D3E0E9;
    margin-left: 1px;
}

.career-side-line-bottom {
    width: 1px;
    height: 40px;
    float: left;
    position: absolute;
    background: #D3E0E9;
    margin-left: 1px;
    margin-top: 40px;
}

.career-side-line {
    width: 1px;
    height: 80px;
    float: left;
    position: absolute;
    background: #D3E0E9;
    margin-left: 1px;
}

.career-side-horz {
    width: 9px;
    height: 1px;
    float: left;
    position: absolute;
    background: #D3E0E9;
    margin-left: 1px;
    margin-top: 40px;
}

.career-text {
    float: left;
    margin-top: 24px;
    margin-left: 10px;
    margin-left: 10px;
}

.career-text h5 {
    margin-top: 8px;
    margin-bottom: 5px;
    color: #0372bc;
}

.path-active {
    border: 1px solid #0372BC !important;
    border-radius: 2px;
}

.path-active .career-circle {
    background: #0372BC;
    border: 1px solid #0372BC;
}

.path-active .career-text h5 {
    color: #484848;
}
/*******************************************
LABELS
/*******************************************/

.label-default {
    background: #888888;
}

.label-primary {
    background: #0372BC;
}

.label-success {
    background: #2DA94F;
}

.label-info {
    background: #0496F7;
}

.label-warning {
    background: #FDBD20;
}

.label-danger {
    background: #ea4335;
}

.label-article {
    float: left;
}

.article-labels {
    width: 100%;
    margin-bottom: 24px;
    padding: 16px 0px 24px 24px;
}
/*******************************************
BREADCRUMB
/*******************************************/

.breadcrumb {
    height: auto;
    background: #FFF;
    padding-left: 0px;
    margin-bottom: -10px;
}

.breadcrumb li {
    margin: 0px;
}

.bread-single {
    margin-bottom: 0px;
    padding: 0px 15px;
}
/*******************************************
MOBILE DOWNLOAD
/*******************************************/

.mobile-download {
    display: none;
}

.mobile-download button {
    background: #0372bc;
    padding: 10px;
    text-align: center;
    border: none;
    width: 100%;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .show-768 {
        display: inline;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-download {
        display: inline;
    }

    .show-768 {
        display: none;
    }
}
/*******************************************
LIST ITEMS
/*******************************************/

.modifiers {
    list-style: none;
}

.modifiers .fa {
    font-size: 9px;
    color: #fff;
    position: absolute;
    margin-left: 3px;
    margin-top: 2px;
}

.list-plus {
    width: 13px;
    height: 13px;
    background: #0372BC;
    position: absolute;
    margin-top: 4px;
    border-radius: 6px;
    margin-left: -18px;
}

.list-minus {
    width: 13px;
    height: 13px;
    background: #ea4335;
    position: absolute;
    margin-top: 4px;
    border-radius: 6px;
    margin-left: -18px;
}

li {
    margin: 8px 0px;
    color: #888888;
}
/*******************************************
NEXT PAGE CONTROLS
/*******************************************/

.next-page-inner {
    max-width: 1600px;
    margin: 0 auto;
}

.info-data {
    border-left: 1px solid #D3E0E9;
    border-right: 1px solid #D3E0E9;
    margin-left: -1px;
    height: inherit;
    padding: 20px;
}

.next-page-button {
    border-left: 1px solid #D3E0E9;
    border-right: 1px solid #D3E0E9;
    margin-left: -1px;
    height: inherit;
    padding: 20px;
}

.next-page-button h3 {
    font-weight: 400;
    color: #0372bc;
    margin-top: 2px;
    width: 300px;
}

.next-page-button h6 {
    margin-bottom: 8px;
    width: 80%;
    float: left;
    opacity: .5;
}

.next-section {
    height: 60px;
    width: 40px;
    float: left;
    padding: 22px 14px;
    margin-left: -10px;
    color: #0372bc;
}

.next-push {
    text-align: right;
    float: right;
}

.next-push h6,
.next-push h3 {
    float: right;
}

.next-push .fa {
    margin-left: 10px;
}

.next-page-button:hover {
    background: #F5F8FA;
}
/*******************************************
PRELAODER
/*******************************************/

.pre-loader {
    width: 200px;
    height: 160px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 0px;
    border: 1px solid #d3e0e9;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(211, 224, 233, .05);
}
/*******************************************
ACCORDIAN
/*******************************************/

.panel {
    border: 1px solid #D3E0E9 !important;
    border-radius: 0px !important;
}

.panel-heading {
    border-radius: 0px;
    background: #F5F8FA !important;
    cursor: pointer;
}

.panel-title {
    color: #0372BC;
}

.panel-title a {
    text-decoration: none;
}

.panel-title span {
    float: right;
}

.panel-image {
    width: 100%;
    height: 300px;
    background: #F5F8FA;
    overflow: hidden;
    border-bottom: 1px solid #D3E0E9;
}

.panel-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*******************************************
TOOLTIP
/*******************************************/

.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    background: #484848;
    color: #ffffff;
}

tooltip-inner .tooltip-arrow {
    background: #484848;
}
/*******************************************
INFO CARDS (HOME)
/*******************************************/
.info-cards-home {
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #D3E0E9;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(211, 224, 233, .05);*/
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius:4px;
}

/*.info-cards-home:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 3px 6px rgba(211, 224, 233, .10);
}*/

.info-card-home-text a {
    text-decoration: underline;
}

.info-card-home-text {
    padding: 16px;
}
/*******************************************
INFO CARDS
/*******************************************/

.info-cards {
    border: 1px solid #D3E0E9;
    margin-bottom: 24px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(211, 224, 233, .05);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    float: left;
}

.info-cards:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 3px 6px rgba(211, 224, 233, .10);
}

.info-card-image {
    height: 200px;
    background: #F5F8FA;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #D3E0E9;
    border-radius:4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.info-card-image-large {
    height: 400px;
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.info-card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.info-card-image-large img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.info-card-text {
    padding: 16px;
}

.info-card-text h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    margin-top: 16px;
}

.info-card-text a {
    text-decoration: none;
}

.info-card-text p {
    height: 4.8em;
    /* exactly three lines */
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-text-center {
    text-align: center;
}

.info-wrapper .info-card-text {
    padding: 0px;
}

.info-card-text a {
    margin-bottom: 8px;
}
/*******************************************
HERO TITLES
/*******************************************/

.headline-center {
    text-align: center;
}

.headline-white,
.headline-white p {
    color: #fff;
    text-shadow: 2px 2px 0px rgba(72, 72, 72, 0.5);
}

.page-title {
    background: #fff;
    padding: 8px 0px;
    border-bottom: 1px solid #D3E0E9;
}

.page-title h1 {
    margin-top: 8px;
}
/*******************************************
ARTICLE IMAGE
/*******************************************/

/*.article-image {
width: 100%;
height: 500px;
background: #F5F8FA;
overflow: hidden;
}

.article-image-fixed {
height: 400px;
}

@media only screen and (max-width: 768px) {
.article-image {
height: 300px;
}
}*/

/*.article-image img {
height: 100%;
width: 100%;
object-fit: cover;
}*/

.article-text h1 {
    margin-bottom: 24px;
}

.article-text {
    padding-bottom: 48px;
    width: 100%;
    margin-bottom: 24px;
}
/*
.article-quote {
padding:24px 0px;
}
.article-image-inline {
padding:24px;
border:1px solid #D3E0E9;
}
.article-image-inline-wrapper {
background:red;
height: 300px;
}
.article-inline-text {
background:blue;
}
*/
/*******************************************
RELATED ARTICLE
/*******************************************/

.related-articles {
    height: auto;
    float: left;
    height: auto;
    background: #fff;
    border: 1px solid #D3E0E9;
}

.related-article:hover {
    background: #F5F8FA;
}

.related-articles hr {
    margin-bottom: 0px;
}

.related-articles h4 {
    margin: 24px 0px 16px 24px;
}

.related-article {
    float: left;
    width: 100%;
    padding: 16px 24px;
}

.related-img {
    height: 64px;
    width: 64px;
    background: Red;
    float: left;
    overflow: hidden;
}

.related-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.related-text {
    float: left;
    height: auto;
    margin-left: 16px;
    width: calc(100% - 96px);
}

.related-text-only {
    float: left;
    height: auto;
    width: 100%;
}

.related-text h4 {
    margin-top: 0px;
    margin-bottom: 4px;
    color: #484848;
}
/*******************************************TEMPLATE STYLES*******************************************/
/*******************************************
DASHBAORD - LEFT NAV
/*******************************************/

/*.resumeSection .setting-btn {
margin-bottom: 0px;
height: 52px;
width: 100%;
border: 1px solid #D3E0E9;
background-color: #fff;
padding: 0px 20px;
}*/

.resume-image {
    height: 76px;
    width: 76px;
    padding: 8px;
    border: 0px;
    background: #fff;
    border-bottom: 1px solid #D3E0E9;
    outline: none;
}

.resume-image-upload {
    width: 60px;
    height: 60px;
    margin-left: 8px;
    background: #f5f8fa;
    border: 2px dashed #d3e0e9;
    cursor: pointer;
}

.resume-image-upload .fa {
    margin-top: 13px;
    color: #0372bc;
}

.resume-image-upload p {
    font-size: 10px;
    color: #0372bc;
}
/*.information-push {
width: 100%;
padding-left: 68px;
position: absolute;
width: 222px !important;
}*/

.resumeSection {
    background: #fff;
    border-left: 1px solid #d3e0e9;
    border-right: 1px solid #d3e0e9;
}

.resumeSection.jobs {
    background: #fff;
    border-left: 1px solid #d3e0e9;
    border-right: 1px solid #d3e0e9;
    height: 222px;
}

/*.resumeSection .resumeBtn {
height: 76px;
width: 100%;
border: none;
background-color: #fff;
padding: 0px 20px;
outline: 0px;
border-bottom: 1px solid #d3e0e9;
float: left;
}*/

.resumeBtn.push {
    padding-left: 92px;
}

.resumeLine.inactive {
    opacity: .25;
}

.resume-progress {
    color: #0372BC;
}

/*.resumeSection .resumeBtn p {
float: left;
margin-bottom: 10px;
margin-top: 5px;
}*/

.resumeLine {
    width: 75%;
    height: 7px;
    background-color: #d3e0e9;
    border-radius: 2px;
    margin-bottom: 5px;
    float: left;
}

span .resumeLine {
    width: 80%;
}

.resume-photo {
    float: left;
    position: absolute;
    height: 75px;
    width: 76px;
    padding: 0px;
    border: 1px solid #fff;
    margin-top: 1px;
}

.resume-photo img {
    margin-left: -1px;
    margin-top: -1px;
    padding: 10px;
    background: #fff;
    border: none;
}

/*.resume-progress {
float: right;
height: 25px;
width: 25px;
border: 2px solid #0372bc;
border-radius: 12px;
margin-top: 16px;
}

.resume-progress .fa {
margin-top: 4px;
margin-right: 1px;
}

.resume-progress.complete {
border: 2px solid #34a853;
background: #34a853;
color: #fff;
}

.resume-progress.working {
border: 2px solid #0372bc;
color: #0372bc;
}

.resume-progress.working .half-progress {
margin-top: 10px;
height: 12px;
width: 100%;
background: #0372bc;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}

.resume-progress.incomplete {
border: 2px solid #484848;
opacity: .2;
}*/

.section-nav {
    width: 300px;
    float: left;
    margin-top: 24px;
}

.section-nav .nav-tabs .active {
    border-top: none;
}

.section-nav .nav-tabs > li > a {
    border: 1px solid #d3e0e9;
}

/*.resumeSection {
width: 300px;
float: left;
}*/

.progress-title {
    width: 300px;
}
/*******************************************
NAVIGATION STYLES
/*******************************************/

.nav-user-info {
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 11px;
    float: left;
}

.nav-user-info h6,
.nav-user-info h5 {
    margin: 0px;
}

.nav-user-info h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*NAV SEARCH*/

.nav-search {
    width: 400px;
    position: absolute;
    right: 0;
    top: 60px;
}

.nav-search-input {
    width: 400px;
    height: 56px;
    background: #0372BC;
    padding: 10px;
}

.nav-search input {
    height: 34px;
    width: 290px;
    margin-right: 8px;
    padding-left: 10px;
    border-radius: 4px;
    border: none;
}

.nav-search button {
    background: #fff;
    color: #0372BC;
}

.nav-links button {
    background: #fff;
    float: right;
}

.navbar {
    height: 60px;
    background-color: #fff;
    margin-top: -1px;
    margin-bottom: 0px !important;
    border: none !important;
    border-bottom: 1px solid #D3E0E9 !important;
    z-index: 999;
}

.navbar-header .nav-button,
.open-nav button:focus {
    outline: none;
}

.navbar-brand {
    height: 60px;
}

.navbar-brand img {
    margin-top: -5px;
}

@media only screen and (max-width: 400px) {
    .navbar-brand img {
        max-width: 150px;
        height: auto;
        margin-top: 0px;
    }
}

.navbar h5 {
    margin-left: 20px;
    margin-bottom: 15px;
}

.navbar h5 i {
    margin-right: 10px;
    color: #484848;
    opacity: .5;
}

.navbar-header .nav-button {
    float: right;
    height: 60px;
    min-width: 60px;
    position: relative;
    border-left: 1px solid #D3E0E9;
    background: #fff;
    margin-top: -1px;
    font-weight: 500;
    text-decoration: none;
}

.nav-links button {
    height: 59px;
    min-width: 60px;
    border: none;
    border-left: 1px solid #D3E0E9;
    margin: 0;
    width: auto;
    padding: 0px 20px;
}

.nav-button .fa {
    color: #0372bc;
}

.nav-links button .fa {
    color: #0372bc;
}

.nav-links button:hover {
    background: #F5F8FA;
}

.nav-links button:active {
    color: #fff;
    background: #0372bc;
    height: 60px;
}

.nav-links button:active .fa {
    color: #fff;
}

.nav-links button:active h5,
.nav-links button:active h6 {
    color: #fff !important;
}

.navbar-header {
    float: none;
    max-width: 1620px;
    margin: auto;
}

.nav-badge {
    height: 60px;
    border-radius: 0px;
}

.nav-badge .horz-badge {
    margin-right: 10px;
    margin-top: 16px;
}

.horz-badge {
    width: 50px;
    height: 25px;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    border-radius: 2px;
    color: #0733bb;
    vertical-align: middle;
    padding-left: 5px;
    text-align: left;
    background: #fff;
    border: 1px solid #d3e0e9;
}

.horz-badge:hover {
    /*border:1px solid #0372BC;
    z-index:9999;*/
    background: #F5F8FA;
    cursor: pointer;
}

.horz-badge-ep-style {
    margin-left: -1px;
    width: 14px;
    height: 12px;
}

.horz-badge-dept-style {
    margin-left: 1px;
    height: 12px;
}

.badge-active {
    border: 1px solid #0372BC;
}
/*OPEN NAV*/

.open-search-wrapper {
    float: none;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 9999;
}

.open-nav-wrapper {
    float: none;
    max-width: 1620px;
    margin: auto;
    z-index: 9999;
    position: relative;
}

.open-nav {
    width: 400px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9999;
}

.open-nav-title {
    display: none;
}

.open-nav-title .nav-user {
    border: none;
    background: #fff;
    margin-top: 10px;
    margin-left: 12px;
}

.nav-user {
    width: 280px;
    height: 60px;
    float: right;
}

.nav-user .vert-epi:hover {
    border: 1px solid #0372BC;
    cursor: pointer;
}

.open-search-title {
    width: 400px;
    height: 60px;
}

.open-nav-close .fa {
    float: right;
    margin-top: 15px;
    margin-right: 18px;
    color: #fff;
}

.open-nav-close {
    background: #0372BC;
    height: 60px;
    width: 60px;
    float: right;
}

.open-nav-close:hover {
    background: #09568A;
    cursor: pointer;
}

.nav-open {
    width: 100%;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    position: relative;
}

.nav-open .fa {
    margin-right: 10px;
    opacity: .5;
    width: 12px;
}

.nav-blue {
    background: #0372BC;
    color: #fff;
    border-left: 1px solid #0372BC;
    border-right: 1px solid #0372BC;
}

.nav-blue:hover {
    background: #09568A;
}

.nav-gray {
    background: #F5F8FA;
    color: #0372BC;
    border-left: 1px solid #D3E0E9;
    border-right: 1px solid #D3E0E9;
}

.nav-gray:hover {
    background: #E7EEF3;
}

.nav-white {
    background: #FFF;
    color: #0372BC;
    border-left: 1px solid #D3E0E9;
    border-right: 1px solid #D3E0E9;
}

.nav-white:hover {
    background: #E7EEF3;
}

.nav-link-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.mobile-nav-user {
    border: none;
    background: #fff;
    height: 60px;
    padding-left: 14px;
    max-width: 260px;
    border-left: 1px solid #D3E0E9;
}

@media only screen and (max-width: 990px) {
    .navbar-toggle {
        margin: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        margin-left: 9px;
    }

    .progressBtn {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 989px) {
    .nav-tablet-hide {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .nav-user-info h6 {
        font-size: 12px !important;
    }

    .nav-user-info h5 {
        font-size: 14px !important;
    }

    .tablet-badge-show {
        display: none;
    }

    .open-nav-title .nav-user {
        margin-top: 0px;
    }

    .nav-user {
        float: left;
    }

    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        border-bottom: 1px solid #fff !important;
        border-radius: 4px 4px 0 0 !important;
    }

    .mobileHide {
        display: none;
    }

    .tablet-badge-show {
        display: block;
        border: none;
        background: #fff;
        position: absolute;
        margin-top: 10px;
        margin-left: 14px;
    }

    .open-nav-title {
        display: block;
        height: 60px;
        background: #fff;
        width: inherit;
        border-left: 1px solid #D3E0E9;
    }

    .logged-out-mobile-push {
        top: 59px !important;
    }

    .open-nav-wrapper {
        width: 100%;
        position: absolute;
    }
}

@media only screen and (max-width: 640px) {
    /*.nav-tablet-hide {
    display:block;
}*/

    .open-nav,
    .open-nav-title,
    .nav-search,
    .open-search-title {
        width: 100%;
    }
    /*.open-nav-wrapper {
    overflow: hidden;
}*/

    .section-nav {
        width: 100%;
        margin-top: -1px;
    }

    .open-nav {
        position: absolute;
    }

    .navbar-header {
        position: relative;
        cursor: pointer;
    }

    .nav-search-input input {
        width: 70%;
    }

    .nav-search-input {
        width: auto;
    }

    .mobile-right {
        float: right;
    }

    .open-nav-title .nav-user {
        border: none;
        background: #fff;
        max-width: 226px;
        position: absolute;
        padding: 0px;
        margin-top: 0px;
    }

    .resumeSection {
        width: 100%;
    }

    .resumeLine {
        display: none;
    }

    .resume-progress {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 460px) {
    .col-ss-12 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}
/*******************************************
FOOTER STYLES
/*******************************************/

.float {
    float: left;
    width: 100%;
    background: #0372bc;
}

.footer {
    max-width: 1620px;
    margin: 0 auto;
    padding: 40px 0px;
    height: auto;
}

.footer .row {
    margin-left: 0px;
    margin-right: 0px;
}

.footer img {
    padding-right: 40px;
}

.footer p {
    color: #fff;
}

.footer .quote {
    margin-top: 20px;
    font-style: italic;
}

.footer h5 {
    color: #fff;
    opacity: .5;
}

.footer ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer ul li {
    color: #fff;
    line-height: 1.2;
    list-style-type: none !important;
}

.footer li a {
    color: #fff;
}

.footer li a:hover {
    opacity: .8;
}

.footer h5 {
    color: #fff;
    font-size: 14px;
}

.footer .fa {
    color: #fff;
}

.footer label {
    color: #484848;
}

.footer ul li span {
    color: #fff;
    text-decoration: none !important;
    font-weight: 500;
}

.footer h6 {
    margin-top: 15px;
}

.footerSocial {
    margin-bottom: 20px;
}

.footerSocial a {
    height: 48px;
    width: 48px;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    border-radius: 24px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
    padding: 10px 0px;
}

.footerPush {
    margin-top: 40px;
}

.footerSocial .fa {
    margin-top: 4px;
}

.footerSocial .fa.fa-envelope-o {
    float: none;
    font-size: 20px;
}

.footerLegal {
    float: left;
}

.footerLegal h5 {
    color: #fff;
    font-weight: 300;
    opacity: .5;
    line-height: 1.5;
}

.footerLegal a {
    margin-right: 20px;
    color: #fff;
}

.connect-push {
    margin-top: 25px;
}

.m-l-1p {
    margin-left: 1%;
}

.m-l-3p {
    margin-left: 3%;
}

.footertermspriv {
    float: left;
    margin-left: -20px;
}

@media only screen and (max-width: 1630px) {
    .footer-fix li span {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 990px) {
    .m-l-1p,
    .m-l-3p {
        margin-left: 0px;
    }

    .mobile-hide {
        display: none;
    }

    .connect-push {
        margin-top: -10px;
    }

    .mobile-center {
        text-align: center;
        padding-left: 0px !important;
    }

    .footer .quote {
        padding: 0px 40px;
    }

    .footer {
        padding-left: 0px;
    }

    .footerSocial {
        text-align: center;
    }

    .footerSocial a {
        margin-right: 0px;
        margin: 0px 10px;
    }

    .footer p {
        text-align: center;
    }

    .footerLegal {
        margin-left: 0px;
    }

    .footer ul li {
        font-size: 14px;
    }

    .footer img {
        padding: 0px 120px;
        margin: auto;
        max-width: 500px !important;
    }

    .footerLegal {
        float: none;
        text-align: center;
        margin-top: 20px;
    }

    .footertermspriv {
        float: none;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .footerLegal h5 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 640px) {
    .footer img {
        padding: 0px 40px;
        margin: auto;
        max-width: 60% !important;
    }
}

@media only screen and (max-width: 460px) {
    .footerLegal {
        margin-top: 0px;
    }

    .footer-no-horz {
        margin-left: 0px;
        margin-right: 0px;
    }

    .footerSocial a {
        margin: 0px 5px;
    }
}
/*******************************************
USER / EMPLOYER DHASBOARD LAYOUT
/*******************************************/
/*BROKEN CV FORM LAYOUT*/
/*.fixed-left-column {
    float: left;
    position: absolute;
    padding-left:0px;
    padding-right:0px;
    margin-top:24px;
    width:300px;
}
.fluid-right-column {
    margin-top:24px;
    margin-bottom:36px;
    height: auto;
    max-width: 1000px;
    float: left;
    margin-left: 320px;
    width: calc(100% - 320px);
    padding-left:0px;
    padding-right:0px;
}
@media only screen and (max-width: 768px) {
    .fixed-left-column {
        float: none;
        position: relative;
        margin-top:-1px;
        width:100%;
    }
    .fluid-right-column {
        width:100%;
        margin-left:0px;
        margin:-1px 0px -1px 0px;
    }
    .col-md-8 {
        margin-left: 0px;
    }
}
.help-section {
    height: auto;
    margin-top: 24px;
    width: 300px;
    float: right;
    border: 1px solid #d3e0e9;
    background: #ffffff;
    position: absolute;
    margin-left: 1340px;
}
.help-section-content {
    padding:24px 16px;
}
@media only screen and (max-width: 1620px) {
    .help-section {
        display: none;
    }
}*/
/*******************************************
DASHBOARD - USER BADGE
/*******************************************/

.user-badge {
    width: 300px;
    background: #fff;
    border: 1px solid #D3E0E9;
    padding: 20px;
    float: left;
}

.user-profile {
    height: 72px;
    width: 72px;
    border: 1px solid #D3E0E9;
    background: #F5F8FA;
    float: left;
    overflow: hidden;
}

.user-profile img {
    width: 100%;
}

.user-badge-info {
    float: right;
    width: 160px;
    padding-left: 0px;
}

.user-badge-info h6 {
    opacity: .5;
    margin-top: 0px;
    margin-bottom: 5px;
}

.user-badge-info h4 {
    margin-top: 5px;
    margin-bottom: 2px;
}

.user-badge-info a {
    float: left;
    width: 100%;
    margin-top: 1px;
    font-size: 12px;
    text-decoration: none;
}

.user-badge-info a:hover {
    color: #286090;
    text-decoration: none;
    cursor: pointer;
}

.user-badge .btn-group {
    width: 100%;
    margin-top: 20px;
}

.user-badge .btn-group button {
    width: 73px;
    border: 1px solid #D3E0E9;
    border-radius: 4px !important;
    height: 25px;
    padding: 0px;
}

.user-badge .btn.btn-secondary:hover {
    background: #F5F8FA;
    border: 1px solid #D3E0E9;
    color: #0372BC;
}

@media only screen and (max-width: 768px) {
    .user-badge {
        width: 100%;
    }

    .user-badge-info {
        float: left;
        width: 60%;
        padding-left: 20px;
    }

    .user-badge .btn-group button {
        width: 33.33%;
        margin-right: 0px !important;
        border-radius: 0px !important;
    }
}
/******************************************
DEPARTMENT SELECT PAGES 
******************************************/

.info-padding {
    padding: 0px 10px;
}

.light {
    opacity: .5;
}

.info-data-inner .col-md-8 {
    width: 66.66666667% !important;
    float: left;
    margin-left: 0px;
}

.info-data-inner .col-md-8 {
    max-width: none !important;
}

.info-dept-bg {
    background: #F5F8FA;
    border-top: 1px solid #D3E0E9;
    height: auto;
}

.info-dept-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
    padding-left: 0px;
}

.info-dept {
    height: 360px;
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 0 1px 3px rgba(211, 224, 233, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.info-dept-title {
    float: left;
    width: 280px;
    padding-left: 10px;
}

.info-dept:hover {
    box-shadow: 0 10px 20px rgba(211, 224, 233, 0.79), 0 6px 6px rgba(211, 224, 233, 0.23);
}

.info-dept-img {
    background: #fff;
    height: inherit;
    padding: 0px;
    overflow: hidden;
    padding-right: 380px;
}

.info-dept-img img {
    padding: 0px;
    width: 100%;
    margin-top: -2px;
}

.dept-card {
    margin-bottom: 20px;
}
.dept-card-hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(211, 224, 233, .05);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.dept-card-hover:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 3px 6px rgba(211, 224, 233, .10);
}

.dept-card-image {
    width: 100%;
    height: 180px;
    background: #D3E0E9;
    overflow: hidden;
    border:1px solid #D3E0E9;
}

.dept-card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dept-card-info {
    padding: 10px 5px;
    background: #fff;
    border: 1px solid #D3E0E9;
    border-top: none;
}

.dept-card-info h4 {
    font-weight: 600;
    text-align: center;
}

.dept-page-wrapper {
    background: #fff;
    width: 100%;
    padding: 10px 0px;
}

.dept-page ul,
.dept-page h1,
.dept-page p {
    width: 100%;
    float: left;
    margin-left: 0px !important;
}

.dept-page p {
    line-height: 1.6;
    color: #9B9B9B;
}

@media (max-width: 1600px) {
    .dept-page-wrapper {
        padding: 20px;
    }

    .info-dept-wrapper {
        padding: 20px;
    }


    .dept-card-image img {
        margin-left: 0px;
    }
}

@media (min-width: 991px) {
    .mobile-download {
        display: none;
    }
}

@media (max-width: 990px) {
    .info-legend {
        display: none;
    }

    .info-dept-img img {
        margin-top: 0px;
    }

    .mobile-download {
        display: inline-block;
        padding: 10px;
        width: 100%;
        background: #0372bc;
        font-weight: 600;
    }

    .position-image-hide {
        display: none;
    }

    .dept-card-image {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .info-data-inner .col-md-8 {
        width: 100% !important;
    }

    .info-dept {
        height: 345px;
    }

    .info-dept-learn h3,
    .info-dept-learn p,
    .info-dept-learn .btn {
        float: none;
        margin-left: 0px;
    }

    .info-dept-img {
        height: 180px;
        border-bottom: none;
    }

    .info-dept-learn {
        width: 100%;
        padding: 20px 40px 40px 40px;
        height: 166px;
        border: 1px solid #D3E0E9;
        text-align: center;
        top: 180px;
    }

    .info-dept-learn p {
        margin-bottom: 10px;
    }

    .info-dept-learn a {
        float: none;
        margin-top: 20px;
    }

    .info-dept-img img {
        margin-top: -140px;
        min-height: 180px;
    }

    .info-dept-title {
        float: none;
        width: auto;
        padding-left: 0px;
    }

    .dept-card-image {
        height: 200px;
    }
}

@media (max-width: 620px) {
    .info-dept-img img {
        margin-top: -80px;
    }
}

@media (max-width: 500px) {
    .info-dept-img img {
        margin-top: 0px;
    }

    .dept-card {
        padding-right: 0px;
        width: 100%;
        padding-left: 0px;
    }
}
/*******************************************
POSITION PAGE
/*******************************************/

.info-title-wrapper {
    float: left;
    width: 100%;
    background: #fff;
    padding: 16px 0px;
    border-bottom: 1px solid #D3E0E9;
}

.info-title-image {
    height: 90px;
    width: 90px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
    border: 1px solid #D3E0E9;
}

.info-title-image img {
    width: 100%;
}

.info-title {
    max-width: 1600px;
    margin: 0 auto;
}

.info-title h2 {
    float: left;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 500;
}

.info-title p {
    margin-bottom: 0px;
}

.info-title-header {
    width: auto;
    padding: 0px 10px;
}

@media (max-width: 768px) {
    .info-title-header {
        padding: 0px;
    }
}

.ep-wrapper {
    float: left;
}

.ep-wrapper-title {
    float: left;
    height: 90px;
    width: 40px;
    margin-right: 16px;
}

.ep-large {
    height: 64px;
    width: 28px;
    float: left;
    margin-right: 10px;
}

.info-crumbs {
    float: left;
    width: 100%;
    padding-left: 0px;
}

.info-crumbs ul {
    height: 32px;
    float: left;
}

.info-crumbs li {
    list-style: none;
    float: left;
    margin-right: 10px;
    font-weight: 500;
    font-size: 12px;
}

.info-crumbs a {
    text-decoration: underline;
    color: #0372bc;
}

.info-social {
    padding-top: 10px;
}

.mobile-download button {
    background: #0372bc;
    padding: 0px;
    text-align: center;
    color: #fff;
    display: block;
    border: none;
    width: 100%;
}

.department-image {
    width: 100%;
    height: inherit;
    float: left;
    margin-bottom: 40px;
    overflow: hidden;
    border: 1px solid #D3E0E9;
    background: #F5F8FA;
}
/*.department-image img {
width:100%;
height:auto;
}*/

.mobile-download h5 {
    font-weight: 600;
}

.mobile-download .fa {
    margin-right: 10px;
}
/*social*/

.share-provider.flat.square.size-32.horizontal {
    border-radius: 20px;
    margin-right: 10px !important;
}
/*GRAPHIC*/

.info-graphic {
    border-bottom: 1px solid #D3E0E9;
    width: 100%;
    background: #F5F8FA;
    float: left;
}

.info-graphic-wrapper {
    padding: 0px 10px;
    max-width: 1600px;
    margin: 0 auto;
}

.info-graphic img {
    max-height: 700px;
    margin: 0 auto;
}
/*DATA LINE*/

.next-page-wrapper {
    border-top: 1px solid #D3E0E9;
    border-bottom: 1px solid #D3E0E9;
    float: left;
    width: 100%;
    background: #ffffff;
}

.info-data-inner {
    max-width: 1600px;
    margin: 0 auto;
}

.info-data {
    border-left: 1px solid #D3E0E9;
    border-right: 1px solid #D3E0E9;
    margin-left: -1px;
    height: inherit;
    padding: 20px;
}

.next-page-button {
    border-left: 1px solid #D3E0E9;
    border-right: 1px solid #D3E0E9;
    margin-left: -1px;
    height: inherit;
    padding: 20px;
}

.next-page-button h3 {
    font-weight: 400;
    color: #0372bc;
    margin-top: 2px;
    width: 300px;
}

.next-page-button h6 {
    width: 80%;
}

.next-page-button:hover {
    background: #F5F8FA;
}

.info-data h3 {
    font-weight: 400;
    color: #0372bc;
    margin-top: 2px;
    width: 80%;
}

.info-data h6 {
    margin-bottom: 0px;
    font-size: 10px;
    color: #9B9B9B;
}
/*CONTENT SECTION*/

.dept-imgs {
    height: 400px;
    background: #F5F8FA;
    border: 1px solid #D3E0E9;
}

.salary-content-wrapper {
    width: 100%;
    float: left;
    background: #ffffff;
}
/* SECTION SELECTORS*/

.info-data {
    border-left: 1px solid #D3E0E9;
    border-right: 1px solid #D3E0E9;
    margin-left: -1px;
    height: inherit;
}

.next-section {
    height: 60px;
    width: 40px;
    float: left;
    padding: 22px 14px;
    margin-left: -10px;
    color: #0372bc;
}

.next-push {
    text-align: right;
    float: right;
}

.next-push h6,
.next-push h3 {
    float: right;
}

.next-push .fa {
    margin-left: 10px;
}
/*DEPARTMENT INFORMATION*/

.info-dept-about {
    margin-bottom: 48px;
}

.info-dept-about li {
    margin-bottom: 8px;
}

.info-dept-about h2 {
    margin-top: 36px;
    margin-bottom: 16px;
    font-weight: 500;
    float: left;
    width: 100%;
}

.info-dept-about p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
    float: left;
    width: 100%;
}

.info-dept-about ul {
    float: left;
    margin-left: -15px;
}

.info-dept-about li {
    padding-right: 20px;
}

.career-section {
    height: auto;
    float: left;
}



/*SALARY MODIFIERS*/
.sal-mod {
    padding: 10px;
    height: 48px;
    margin-bottom: -1px;
    width: 100%;
    float: left;
}

.mod-plus {
    background: #0372bc;
}

.mod-minus {
    background: #EA4335;
}

.sal-mod .fa {
    color: #fff;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 15px;
}

.sal-mod h5 {
    color: white;
    font-weight: 600;
    float: left;
    margin-top: 7px;
}

.sal-mod-wrapper ul {
    border: 1px solid #D3E0E9;
    border-top: none;
}

.mod-ul-wrapper {
    padding: 20px 30px;
    width: 100%;
}

/*POSITION PAGE MD*/

@media (max-width: 1200px) {
    .info-dept-img {
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    .info-social {
        float: left;
    }

    .info-data h6,
    .info-data h3 {
        width: 200px;
    }

    .next-page-button h6,
    .next-page-button h3 {
        width: 200px;
    }

    .info-title-image {
        display: none;
    }

    .ep-wrapper-title {
        display: none;
    }

    .info-title-header {
        margin-left: 0px;
    }
}

@media (max-width: 600px) {
    .ep-wrapper {
        float: left;
        margin-bottom: 20px;
    }

    .dept-card-image {
        height: 180px;
    }

    .next-push h6,
    .next-push h3 {
        float: none;
    }

    .info-social .fa {
        /*margin-left:0px;
        margin-right:10px*/
    }

    .info-data {
        border-top: 1px solid #D3E0E9;
        margin-top: -1px;
        border-right: none;
        text-align: center;
    }

    .next-page-button {
        border-top: 1px solid #D3E0E9;
        margin-top: -1px;
        border-right: none;
        text-align: center;
        width: 100%;
    }

    .info-data h6,
    .info-data h3 {
        width: auto;
        text-align: center;
    }

    .next-page-button h6,
    .next-page-button h3 {
        width: 100%;
        text-align: center;
    }

    .next-section {
        display: none;
    }
}

@media (max-width: 500px) {
    .info-data {
        width: 100%;
    }

    .position-mobile-break {
        width: 100% !important;
    }

    .col-ss-12 {
        width: 100%;
    }
}
/*POSITION STATS*/

.data-card {
    width: 100%;
    padding: 18px 24px;
    border: 1px solid #D3E0E9;
    margin-bottom: 8px;
    float: left;
    border-radius: 2px;
}

.data-card a {
    float: left;
    margin: 8px 0px;
}

.data-card h3 {
    margin-top: 8px;
    color: #0372bc;
}
/*POSITION SQUARE IMAGE*/

.position-image {
    background: #D3E0E9;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #D3E0E9;
    width: 100%;
    background: #F5F8FA;
}

.position-image img {
    width: 100%;
    height: auto;
}

.pos-stats {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #D3E0E9;
    margin-bottom: 20px;
    float: left;
    border-radius: 2px;
}

.pos-stats button {
    float: left;
    margin-bottom: 10px;
    font-weight: 600;
}

.pos-stats h3 {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #0372BC;
}

.pos-stats h6 {
    opacity: .5;
}

.other-tab {
    max-width: 1600px;
    margin: 0 auto;
    padding: 10px 0px;
}

.other-tab li {
    margin: 0px 10px;
    color: #0372BC;
    text-decoration: underline;
    cursor: pointer;
}

/*SEARCH PAGE*/

/* Google Custom Search */
.ct-content {
    margin-bottom: 80px;
    margin-top: 15px;
}

.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
    color: #00bff3 !important;
}

.ct-sidenav .ct-search input {
    color: #fff;
}

#searchForm input[type=submit] {
    background-color: #00A7E8;
    color: #fff;
    border: none;
}

#output p {
    padding: 20px 0px;
    border-bottom: 1px solid #d3e0e9;
}

#output a {
    font-weight: bold;
    color: #00A7E8;
}

#output a.searchLink {
    font-weight: bold;
    color: #0079c2;
}

#lnkPrev, #lnkNext {
    font-weight: bold;
    color: #0079c2;
}

.search-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 16px 0px;
    height: 60px;
}

@media (max-width: 768px) {
    .search-button-push {
        margin-top: 10px;
    }
}

.info-a {
    text-decoration:none;
}

.info-a:hover {
    color: #0372BC;
}
/***********************
HERO SLIDER
**********************/

#myCarousel {
    background:#0D5688;
    max-width: 1600px;
    margin: 0 auto;
}

#myCarousel .item {
    height: 400px;
}
@media (min-width: 1600px) {
    #myCarousel  {
        margin-top: 20px;
        border-radius:4px;
    }
}
.hero-text {
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 20px;
    color: #fff;
    margin-top: 160px;
}
.hero-card
.hero-text h1,
.hero-text h3 {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-shadow: 0 0px 10px rgba(0,0,0,0.75);
    padding: 0px 40px;
}

.carousel-control.right,
.carousel-control.left {
    background-image:none;
}

.hero-card {
    width: 100%;
    padding:40px 20px 20px 20px;
    text-align: center;
    max-width: 370px;
    margin-right:200px;
    float:right;
}
.hero-card h1{
    /*font-family: 'Lora', serif;*/
    margin-bottom:10px;
    color:#fff;
    text-shadow:0px 2px 0px rgba(0, 0, 0, 0.5);
}
.hero-card p{
    margin-top:10px;
    color:#fff;
    font-size:16px;
    text-shadow:0px 2px 0px rgba(0, 0, 0, 0.5);
}
.hero-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    padding-top: 20px;
    height:400px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 400px;
}

.carousel-inner {
    height:100%;
}

.slider-mobile {
    display:none;
}
@media (max-width: 1200px) {
    .hero-text {
        margin-top: 140px;
        padding: 0px 40px;
    }
}

@media (max-width: 990px) {
    .carousel-inner > .item > img{
        height: 400px;
        width: auto;
        max-width:inherit;
        overflow: hidden;
    }
    .hero-shader {
        background:black;
        height:100%;
        width:auto;
    }
    .slider-mobile {
        display:inline-block;
    }
    .carousel-inner > .item >  .slider-desktop {
        display:none;
    }    
    .hero-card {
        margin:0 auto;
        float:none;
        margin-right:auto;
    }
    .carousel-inner > .item > img{
        height: auto;
        width: 100%;
        max-width: inherit;
        overflow: hidden;
    }
     .about-us img{
         margin-bottom:-21px;
     }
}

@media (max-width: 768px) {
    .hero-wrapper {
        padding-top:20px;
    }
    .carousel-indicators {
        display:inline;
    }
    .hero-text {
        margin-top:60px;
        padding:0px;
    }

    .hero-text {
        margin-top: 120px;
        padding: 0px 40px;
    }

    .hero-text h3 {
        display: none;
    }
     .home-info-card {
        padding: 0px 20px;
    }
    
}

@media (max-width: 500px) {
    .carousel-inner > .item > img{
        height: 180px;
    }
    .hero-text h1{
        font-size:24px;
    }
    .hero-text.slider-push{
        margin-top:40px;
    }
    .hero-card{
        padding-top:20px;
    }
}

/***********************
CHARTER
**********************/


.charter-table {
    height: 44px;
    width: 100%;
    float: left;
    padding: 10px 0px;
    border-top: 1px solid #D3E0E9;
    border-bottom: 1px solid #D3E0E9;
    margin-bottom: -1px;
}

.charter-table .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
    height: 44px;
}

.charter-title h3 {
    text-align: center;
}

.charter-contact {
    background: #fff;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #D3E0E9;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.charter-contact button {
    float: right;
    margin-top: -2px;
}

.charter-contact span {
    color: #888888;
    float: left;
    margin-top: 6px;
}

@media (max-width: 768px) {
    .charter-contact span {
        float: left;
        margin-bottom: 20px;
    }
    .charter-contact button {
        float: left;
        margin-top: 0px;
    }
}

.charter-iframe {
    width:100%;
    border:none;
    border:1px solid #D3E0E9;
    height:800px;
}

.home-card-wrapper {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0px 20px;
}




/*CHARTER*/
.m-t-20 {
    margin-top:20px;
}
.p-0 {
    padding:0px !important;
}
.p-s {
    padding-left:5px !important;
    padding-right:5px; !important;
}
.background-cool {
    background:#F4F8FA;
    padding-top:20px;
}
body{
    font-family: 'Roboto', sans-serif;
}
.charter-hero-clear{
    /*position: absolute;
    width:1200px;
    left: 50%;
    transform: translate(-50%, 0);*/
}
.charter-hero-wrapper{
    position:relative;
    float:left;
    margin:0 auto;
  //  margin-top:390px;
    padding-left:20px;
}
.charter-wrapper {
    max-width:1200px;
    margin:0 auto;
    clear:both;
    width:100%;
}
@media screen and (max-width: 1200px) {
    .charter-hero-clear {
        left:auto;
        transform: none;
        overflow-x:hidden;
        max-width:100%;
    }
}
.charter-hero-image{
    /*height:600px;*/
    text-align: center;
}
/*.charter-hero-image img{
    height:100%;
    width:100%;
    object-fit: cover;
}*/
.charter-hero-image figcaption{
    
}
.charter-hero {
    color:#fff;
}
.charter-hero p{
    letter-spacing: 2px;
    color:#fff;
    font-weight:600;
    opacity:.5;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom:10px;
}
.charter-hero h1{
    font-size:48px;
    /*margin-top:-10px;*/
    font-weight:700;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    line-height: 30px;
    vertical-align: central;
}
.hero-info-data h2{
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
.hero-info-data h6{
    margin-bottom:0px;
    opacity:1;
    letter-spacing: 2px;
    color:#ffffff;
    font-weight:700;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
.hero-info-data {
    color:#fff;
    float:left;
    margin-right:50px;
}
.charter-sidebar{
}

.charter-table-title{
    font-weight:600;
    color:#484848;
    line-height: 1.6;
}

.charter-table-data{
    color:#888;
    line-height: 1.8;
    margin-bottom:20px;
}
.charter-intro h1{
    color:#888;
}
.charter-intro p{
    font-size:18px;
    color:#888;
    /*line-height: 1.5;
    margin-top:40px;
    margin-bottom:20px;*/
}

.charter-wrapper h3{
    font-size:24px;
    color:#484848;
    opacity: .25;
    font-weight:400;
    letter-spacing: 2px;
}
.charter-about-title{
    color:#484848;
    font-weight:600;
    margin-bottom:-0px;
}
.carousel-inner{
    max-height:600px;
}
.carousel-inner .item img{
    height:100%;
    width:100%;
    object-fit: cover;
}
.deckplan-expand {
    height:32px;
    width:32px;
    background:#0372BC;
    position:absolute;
    right:15px;
    padding:6px 10px;
    color:#fff;
    cursor: pointer;
}

.related-charter{
    float: left;
    position: relative;
    margin-bottom:20px;
    max-height:300px;
    overflow:hidden;
}
.related-charter img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.related-charter-info{
    position:absolute;
    color:#fff;
    bottom:10px;
    margin-left:20px;
}
.related-charter-info h3{
    color:#fff;
    opacity: 1;
    letter-spacing: 1px;
    margin-bottom:0px;
    font-weight:700;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
.related-charter-info p{
    margin-bottom:4px;
    color:#ffffff;
    font-weight:600;
}
.deckplan-close{
    position: absolute;
    height: 48px;
    width: 48px;
    background: #0372BC;
    padding: 12px 16px;
    right: 0;
    cursor:pointer;
}
.deckplan-close .fa{
    color:#fff;
}

/* NEW*/

.charter-filter{
    background:#fff;
    border-bottom:1px solid #D3E0E9;
    height:60px;
}
@media screen and (max-width: 600px) {
    .charter-hero-image {
        max-height:460px;
    }
    .charter-hero-wrapper{
        margin-top:300px;
    }
    .charter-hero h1{
        font-size:40px;
    }
}
.charter-contact-banner {
    width:100%;
    background:#0372BC;
    height:60px;
    float:left;
    /*position:absolute;*/
    z-index:1;
}
.charter-contact-banner p{
    width:auto;
    float:left;
    margin-top:12px;
    color:#fff;
}
.charter-contact-banner button {
    float:right;
    margin-top:4px;
}
.charter-button-wrapper{
    max-width:1620px;
    margin:0 auto;
    padding:8px 20px;
}

.charter-left-fix{
    padding-left:5px;
}
.charter-right-fix{
    padding-right:5px;
}

@media screen and (max-width: 768px) {
    .charter-left-fix{
        padding-left:15px;
    }
    .charter-right-fix{
        padding-right:15px;
    }
}

.deckplans{
    width:300px;
    height:240px;
    border:1px solid #D3E0E9;
    background:#fff;
    margin-bottom:20px;
    margin-left:-29px;
}

    .charter-main-data{
        font-size:20px;
    }
    .charter-main-data .fa{
        margin-right:5px;
    }

.deckplan-modal {
    width:100%;
    height:100%;
    object-fit:contain;
    border-radius:4px;
    padding:15px;
}
.deckplans img{
    height:100%;
    width:100%;
    object-fit:contain;
}

.carousel-control .new-left,
.carousel-control .new-right{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}