/*
	Theme Name: Schoolcms
*/
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

i.fa.fa-share-alt {
    color: #420064;
}

.timeline-download-file-link .fa-cloud-download-alt {
    font-size: 24px;
    line-height: 16px;
    margin-right: 5px;
    transform: translateY(3px);
}

.timeline-table-cell-link,
.timeline-table-cell-link:before {
    display: block;
    width: 25px;
    height: 25px;
    background: #2c65b6;
    font-size: 0;
    border-radius: 50%;
    text-decoration:none;
}

.timeline-table-cell-link:hover {
    filter:brightness(1.2);
    text-decoration: none;
}

.timeline-table-cell-link:hover:before {
    text-decoration:none;
}

.timeline-table-cell-link:before {
    content:"\1f86b";
    font-size: 18px;
    color:#fff;
    text-align:center;
    pointer-events:none;
    text-decoration:none;
}

.timeline-download-file-link,
.timeline-section-link {
    display: block;
    background: #5a7592;
    margin: 10px 0;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition:all 300ms;
}

.timeline-section-link {
    background: #2c65b6;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    letter-spacing: 1px;
}

.timeline-download-file-link:hover,
.timeline-section-link:hover,
.timeline-download-file-link:focus,
.timeline-section-link:focus {
    filter:brightness(1.2);
    text-decoration: none;
    color:#fff
}

.timeline {
    max-width: 700px;
    margin: 50px auto 100px auto;
    padding-left: 50px;
    padding-right: 30px;
}

.timeline-section {
    border: 3px solid transparent;
    padding: 20px;
    margin-bottom: 30px;
    position:relative;
    transition:all 500ms;
    transform:translateX(100px);
    pointer-events:none;
}

.timeline-section.hover {
    border: 3px solid #08335f;
    transform:translateX(0px);
    pointer-events:all;
}

.timeline-section > * {
    transition:all 500ms;
    opacity: 0;
}
.timeline-section > .timeline-section-title {
    opacity: 1;
    color:transparent;
}

.timeline-section.hover > * {
    opacity: 1;
}

.timeline-section.hover > .timeline-section-title {
    color:#08335f;
}

.timeline-section:before {
    content:"";
    display:block;
    width:4px;
    position:absolute;
    top:-3px;
    bottom:-35px;
    left:-47px;
    background:#2c65b6;
    transition:all 500ms;
    transform:translateX(-100px);
}

.timeline-section.hover:before {
    transform:translateX(0px);
}

.timeline-section:before {
    content:"";
    display:block;
    width:4px;
    position:absolute;
    top:-3px;
    bottom:-35px;
    left:-47px;
    background:#2c65b6;
}

.timeline-section:last-child:before {
    bottom:-3px;
}



.timeline-section:after {
    content:"";
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    top:40px;
    margin-top:-15px;
    left:-60px;
    border-radius:50%;
    background-color:#08335f;
    transition:all 500ms;
    transform:translateX(-100px);
}

.timeline-section.hover:after {
    transform:translateX(0px);
}




.timeline-section-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #08335f;
    position:relative;
}

.timeline-section-title:before {
    content:"";
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    top:50%;
    margin-top:-10px;
    left:-30px;
    border:10px inset transparent;
    transform:rotate(135deg);
    transition:all 500ms;
}

.timeline-section.hover > .timeline-section-title:before {
    border-right-color:#08335f;
    border-bottom-color:#08335f;
}


.timeline-section-text p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}


.timeline-section-text p:last-child {
    margin-bottom: 30px;
}


.timeline-table-title,
.timeline-downloads-title {
    color: #fff;
    background: #08335f;
    padding: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 18px;
}

.timeline-table-title:hover {
    cursor:pointer;
    filter:brightness(1.2);
}

.timeline-table-cell {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.cell-left-strong {
    font-weight: 700;
    font-size:17px;
}

.timeline-table-rows{
    display:none;
}

.timeline-table-row {
    font-size: 0;
    padding: 10px;
    border-bottom: 1px solid #c3c3c3;
}

.timeline-table-cell.cell-left {
    width: 30%;
}

.timeline-table-cell-download {
    float: right;
}

.timeline-table-cell.cell-right {
    width: 70%;
}

.timeline-form{
    display:none;
}


.timeline-form div.wpforms-container-full .wpforms-form input.wpforms-field-medium, 
.timeline-form div.wpforms-container-full .wpforms-form select.wpforms-field-medium, 
.timeline-form div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}












.ctcc-right-side {
}

button#catapultCookie {
    background: #0068b3 !important;
    color: #ffffff !important;
}

button#catapultCookie {
    background: ;
    color: ;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #333333;
    margin: auto;
}

@media (min-width: 1200px) {
}

/* clear */
.clear:before, .clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom:1; }

.text-right {
    text-align: inherit;
}

a {
    color: #131f6b;
    text-decoration: none;
}

a:hover {
    color: #000;
}
.body-text a {
	text-decoration:underline;
}
a:focus {
    text-decoration: none;
}

h1,h2,h3 {
    font-weight: 700;
    color: #131f6b;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: 0;
}

p {
    margin-bottom: 1em;
}

table {
    width: 100%;
    margin-bottom: 1em;
}

table td, table th {
    padding: 5px;
}

table tr {
    border-bottom: solid 1px #ccc;
}

.em-calendar.fullcalendar {
    width: 100%;
    table-layout: fixed;
}

.em-calendar.fullcalendar ul {
    list-style: none;
    padding: 0;
    line-height: 1em;
    font-size: 14px;
}

.em-calendar.fullcalendar td {
    vertical-align: top;
}

table.fullcalendar td {
    border-bottom: 1px dotted #a7a7a7;
}

table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
    color: #131f6b;
}

hr {
    clear: both;
}

h1, h1.entry-title {
    font-size: 2.25em;
    position: relative;
    display: block;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
}

h1.entry-title {
    margin-top: 70px;
    margin-bottom: 30px;
}

h1.entry-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
    text-transform: uppercase;
}

h1.entry-title span:after {
    content: '';
    display: block;
    height: 6px;
    width: 160px;
    max-width: 100%;
    background: #009966;
    position: absolute;
    bottom: 0;
    left: 0;
}

h2 {
    margin: 1.1em 0 0.5em;
    font-size: 1.5em;
    text-transform: uppercase;
}

h3 {
    font-size: 1.3em;
}

h1 a, h2 a, h3 a {
    text-decoration: underline;
    color: #131f6b
}

article h2, article h3, article h4 {
}

p {
    margin-bottom: 1em;
}

blockquote {
    border-left: 6px solid #0068b3;
    color: #0068b3;
    font-weight: 700;
    font-size: 1.5em;
    padding: 1em 2em 1em 35px;
    position: relative;
    min-height: 100px;
    text-align: center;
}

blockquote:before {
    /* content: ''; */
    display: block;
    width: 160px;
    height: 192px;
    background-image: url(images/logo-green.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -41px;
}

@media(max-width: 767px) {
    blockquote {
        padding: 1em 2em 1em 1em;
    }

    blockquote:before {
        content: none;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fancybox-overlay {
    z-index: 9999 !important
}

.fancybox-wrap {
    z-index: 99999 !important
}

.dividerb {
    clear: both;
    width: 100%;
    height: 130px;
    background-image: url(images/logo-transparent.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 40px 0;
    background-size: 300px;
}

.dividera {
    clear: both;
    width: 100%;
    height: 100px;
    position: relative;
    margin: 40px 0;
}

.dividera:before {
    content: '';
    width: 90%;
    height: 1px;
    border-bottom: solid 1px #ccc;
    position: absolute;
    top: 50%;
    left: 5%;
}

.dividera:after {
    content: '';
    display: block;
    background-image: url(images/dark-logo.png);
    background-position: center center;
    background-size: contain;
    height: 77px;
    width: 77px;
    top: 50%;
    left: 50%;
    margin-top: -38px;
    margin-left: -38px;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #fff;
}

.homeDivider {
    clear: both;
    width: 90%;
    max-width: 410px;
    height: 120px;
    position: relative;
    margin: 30px auto 10px;
    background-image: url(images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150px;
    overflow: hidden;
}

.homeDivider:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #b5d6ea;
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: 50px;
}

.homeDivider:before {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #b5d6ea;
    position: absolute;
    bottom: 50%;
    right: 50%;
    margin-right: 50px;
}

.bodyContent {
    margin-bottom: 40px;
}

.strapline:before {
    height: 17px;
    background-repeat: repeat-x;
    position: absolute;
    right: 0;
    left: 0;
    top: -17px;
    z-index: 999;
}

.strapline {
    padding: 20px 0 10px 0;
    text-align: center;
    position: relative;
}

.strapline-text {
    font-size: 72px;
    font-size: 50px;
    color: #131f6b;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px dotted #a7a7a7;
}

.strapline-text:after {
    content: "\2022";
    background: #fff;
    height: 7px;
    width: 40px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -20px;
    font-size: 30px;
    line-height: 0;
    color: #797979;
}

.main-content {
    margin-bottom: 40px;
}

.socialGroup {
    font-size: 18px;
}

.socialGroup a {
    display: inline-block;
    width: 1.57em;
    height: 1.57em;
    line-height: 1.57em;
    text-align: center;
    border-radius: 50%;
    background: #0068b3;
    color: #fff;
    border: solid 2px #0068b3;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.socialGroup a:hover {
    color: #0068b3;
    background: #fff;
}

.linkbutton a, a.linkbutton {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    /* padding: 13px 40px; */
    text-transform: uppercase;
    /* border: solid 2px; */
    color: #131f6b;
}

.linkbutton a:hover, a.linkbutton:hover {
    color: #fff;
    background: #131f6b;
    text-decoration: none;
}

/*------------------------------------*\
    FAQS
\*------------------------------------*/
.faqs {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-left .faqs {
    margin-top: 30px;
    margin-bottom: 30px;
}

.faq {
    border-bottom: 1px solid #ccc;
    padding: 20px 20px 20px 20px;
}

.faq-question {
    color: #131f6b;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
    margin: 0;
    font-weight: 400;
    font-size: 1.4em;
}

.faq-question:after {
    position: absolute;
    content: '>';
    font-size: 20px;
    line-height: 40px;
    top: -7px;
    padding-left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background-color: #eee;
    text-align: center;
    right: -5px;
    transform: rotate(90deg);
    transition: 300ms all linear;
    font-family: 'Lato', sans-serif;
}

.faq-question.open:after {
    transform: rotate(-90deg);
}

.faq-answer {
    display: none;
}

.faq-answer > p:first-child {
    margin-top: 10px;
}

.faq-answer > p:last-child {
    margin-bottom: 0;
}

.scms-carousel {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-left .scms-carousel {
    margin-top: 30px;
    margin-bottom: 30px;
}

.scms-carousel .owl-item img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.scms-carousel .owl-item:hover img {
    transform: scale(1.1);
}

.owl-carousel .owl-item, .scms-carousel .owl-item {
    overflow: hidden;
}

.documents {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-left .documents {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-left .document.col-sm-4 {
    width: 100%;
    clear: both;
}

/* WordPress Gallery 
------------------------------------------ */
.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gallery.gallery-size-thumbnail .gallery-icon {
    max-width: 150px;
    margin: auto;
}

.sidebar-left .gallery {
    margin-top: 30px;
    margin-bottom: 30px;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-icon {
    overflow: hidden;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

/*------------------------------------*\
    QUOTE
\*------------------------------------*/
#quotes-bg {
    margin: 30px 0 30px 0;
    background-size: cover;
    background-position: center;
}

.sidebar-left #quotes-bg {
    margin: 30px 0 30px 0;
}

#quotes-holder {
    margin: 20px auto;
    background-position: center;
}

#quotes {
    overflow: hidden;
}

.quote-blurb {
    border-left: 6px solid #0068b3;
    color: #0068b3;
    font-weight: 700;
    font-size: 1.5em;
    padding: 1em 2em 1em 125px;
    position: relative;
    min-height: 100px;
    text-align: center;
}

.quote-blurb:before {
    content: '';
    display: block;
    width: 80px;
    height: 82px;
    background-image: url(images/logo-green.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -41px;
}

.quote-thumb {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -45px;
    width: 90px;
    height: 90px;
    z-index: 2;
}

.quote-thumb img {
    width: 100%;
}

.quote-text p {
    margin-bottom: 0;
}

.quote-cite {
    text-align: right;
    margin: 10px 0 -20px;
    font-style: italic;
    color: #0068b3;
    font-size: 15px;
    padding-right: 5px;
    padding-right: 20px;
}

h2.list-item-title {
    margin-top: 0;
    font-weight: 600;
    font-size: 1.8em;
    clear: none;
}

h1.postTitle {
    font-weight: 400;
}

.list-item {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.list-item a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    color: #222;
}

.list-item a:hover {
    text-decoration: none;
    background-color: #eee;
}

.list-item-image {
    float: left;
    width: 150px;
}

.list-item-text {
    margin-left: 170px;
    padding-right: 20px;
}

.list-item-text p.date {
    font-size: 16px;
    color: #0067b2;
    margin: 0;
}

.postThumb {
    margin-bottom: 20px;
}

/*------------------------------------*\
    STAFF
\*------------------------------------*/
.staff {
    margin-bottom: 30px;
    margin-top: 30px;
}

.staff:after {
    content: '';
    display: table;
    clear: both;
}

.featured-staff-member {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.featured-staff-image {
    width: 30%;
    float: left;
}

.featured-staff-image img {
    width: 100%;
    height: auto;
}

.featured-staff-text {
    margin-left: 33%;
}

@media(max-width: 767px) {
    .featured-staff-image {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .featured-staff-text {
        margin-left: 0%;
    }
}

.featured-staff-text.noimg {
    margin-left: 0;
}

.featured-staff-metas {
    overflow: hidden;
}

.featured-meta-label {
    display: inline-block;
    width: 120px;
    font-weight: 300;
}

.featured-meta-value {
    display: inline-block;
    clear: right;
}

.featured-staff-name, h3, .h3 {
    /*font-size: 24px;*/
    color: #0068b3;
    /*margin-bottom: 10px;*/
    clear: none;
    margin-top: 0;
}

.featured-staff-biog {
    margin-top: 15px;
}

.standard-staff-member {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.standard-staff-name {
    color: #0068b3;
}

.sidebar-left .standard-staff-name {
    line-height: 1;
}

.standard-staff-image {
    width: 150px;
    float: left;
}

.standard-staff-image img {
    width: 100%;
    height: auto;
}

.standard-staff-text {
    margin-left: 180px;
}

.standard-staff-text.noimg {
    margin-left: 0;
}

.standard-staff-metas {
    overflow: hidden;
}

.standard-meta-label {
    font-weight: 300;
}

.standard-meta-value {
}

.standard-meta-value a.email-value {
    font-size: 0;
    color: transparent;
    display: block;
}

.standard-meta-value a.email-value:before {
    content: "send";
    font-size: 12px;
    padding: 5px 10px;
    color: #000;
    display: block;
    text-align: center;
    background-color: #eee;
    border-radius: 5px;
    text-transform: uppercase;
    pointer-events: none;
}

.staffClickbox {
    display: block;
    margin: 0 auto 30px;
}

.staffClickbox a {
    display: block;
    position: relative;
    overflow: hidden;
}

.clickbox-staff-image {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
    background-image: url(images/placeholder.jpg);
}

.clickbox-staff-image img {
    display: none;
}

.clickbox-staff-text {
    position: absolute;
    bottom: 0;
    padding: 10px 5px;
    background-color: rgba(37, 68, 98, 0.8);
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    transition: 300ms;
}

.staffClickbox a:hover .clickbox-staff-text {
    background-color: rgba(255, 255, 255, 1);
    color: #131f6b;
}

.clickbox-staff-text .position {
    font-size: 0.75em;
}

@media (min-width: 768px) {
    .staffClickbox {
        width: 30%;
        margin-right: 3.333333%;
        float: left;
        margin-bottom: 3.333333%;
        position: relative;
    }
}

@media (min-width : 1200px) {
    .sidebar-left .staff {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .sidebar-left .featured-staff-image {
        width: 50%;
        float: right;
        margin: 5px 0 10px 20px;
    }

    .sidebar-left .featured-staff-text {
        margin-left: 0;
        font-size: 17px;
    }

    .sidebar-left .featured-staff-name {
        font-size: 20px;
    }

    .sidebar-left .standard-staff-member .col-sm-4 {
        width: 100%;
        font-size: 16px;
    }

    .sidebar-left .standard-staff-member .standard-meta-label {
        display: none;
    }

    .sidebar-left .standard-staff-member .standard-meta-value a.email-value:before {
        content: "send email";
    }
}

.row.noclear:after {
    clear: none;
}

.image-item {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.sidebar-left .image-item {
    margin-top: 30px;
    margin-bottom: 30px;
}

.image-item img {
    width: 100%;
    height: auto;
}

.contactFieldBlock .wpcf7 {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fbfbfb;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
}

.sidebar-left .contactFieldBlock .wpcf7 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contactFieldBlock .wpcf7 label {
    vertical-align: top;
}

@media (min-width: 992px) {
    .child-name label {
        float:left;
        width: 33%;
        padding-right: 10px;
        padding-bottom: 10px;
    }
}

.sidebar-left .contactFieldBlock .wpcf7 label {
    width: 100%;
    float: none;
}

.contactFieldBlock .wpcf7 br {
    position: relative;
    content: " ";
    margin-top: 15px;
    display: block;
    font-size: 0;
}

.contactFieldBlock .wpcf7 input[type="text"], .contactFieldBlock .wpcf7 input[type="email"], .contactFieldBlock .wpcf7 input[type="password"], .contactFieldBlock .wpcf7 input[type="tel"], .contactFieldBlock .wpcf7 input[type=""], .contactFieldBlock .wpcf7 input[type=""], .contactFieldBlock .wpcf7 textarea, .contactFieldBlock .wpcf7 select {
    width: 100%;
    padding: 5px;
    resize: none;
}

.contactFieldBlock .wpcf7-form-control-wrap {
    display: block;
}

.sidebar-left .contactFieldBlock .wpcf7-form-control-wrap {
    margin-left: 0px;
}

.contactFieldBlock .wpcf7 span.contactFieldBlock .wpcf7-list-item {
    display: block;
}

.sidebar-left span.contactFieldBlock .wpcf7-list-item {
    display: block;
    margin-left: 0px;
}

.contactFieldBlock .wpcf7 input[type="submit"] {
    color: #fff;
    background-color: #131f6b;
    border: 0;
    padding: 10px 20px;
    display: block;
    margin-left: auto;
    cursor: pointer;
}

.contactFieldBlock .wpcf7 input[type="submit"]:hover {
    background-color: #222;
}

.contactFieldBlock .wpcf7-validation-errors {
    border: 2px solid #131f6b;
}

.contactFieldBlock .wpcf7 .ajax-loader {
    float: left;
}

.callout {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
    display: block;
    background-color: #fff;
}

.callout .coimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.callout .coimg.defaultbg {
    background-image: url(images/logo-transparent.png);
    background-size: contain;
    height: 90%;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 220px;
    max-height: 223px;
}

.callout .callout-content {
    padding: 60px 20px;
    transition: 300ms;
    background: rgba(19,31,107,0.9);
    text-align: center;
    color: #fff;
    position: relative;
}

.callout .lowerText {
    font-weight: 700;
    text-transform: uppercase;
}

.callout-content-main {
    position: relative;
    padding: 15px 5px;
    margin: 40px auto 0px auto;
    display: inline-block;
    color: #fff;
    border-top: dotted 1px #fff;
    border-bottom: dotted 1px #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
}

.callout .co-Body {
    margin-bottom: 20px;
}

.callout:hover .callout-content {
    background: rgba(19,31,107,0.4);
    color: #fff;
}

a.callout:hover {
    text-decoration: none;
    color: #fff;
}

.callout:after, .image-item:after {
}

.callout-sentinel {
}

.callout-content {
}

.col-lg-6 .callout-content {
}

@media (min-width : 992px) {
}

.pois {
    margin-left: 0;
    margin-right: 0;
}

.pois .col-sm-4, .pois .col-sm-12 {
    padding: 0;
}

.poi {
    position: relative;
    display: block;
    transition: all 300ms;
    overflow: hidden;
    margin: 0px auto 20px;
    background: #2a357a;
    color: #fff !important;
    padding-bottom: 50px;
}

.poiImage {
    display: block;
    overflow: hidden;
    position: relative;
    background: #000;
}

.poiImage .poiImageBG {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 300ms;
}

.poiImage:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.home .poiImage:before {
    padding-top: 56%;
}

.poiImage img {
    width: auto;
    display: none;
}

.poi .poiText {
    background: #2a357a;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: 300ms;
    padding-bottom: 20px;
}

.poi .poiTitle {
    padding: 16px 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 70px;
    background-image: url(images/logo-small.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    min-height: 45px;
    position: relative;
    transform: translateY(-100%);
    background-color: inherit;
    transition: 300ms;
}

.poi .poiButton {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 20px;
    text-transform: uppercase;
    border: solid 2px #fff;
    margin: 15px 15px 10px;
}

.pois > *:nth-child(even) .poi, .pois > *:nth-child(even) .poi .poiText, .pois .poieven .poi .poiText {
    background: #0068b3;
}

.poi:hover {
    color: #fff;
    text-decoration: none;
}

.poi:hover .poiText {
    transform: translateY(-100%);
}

.poi:hover .poiTitle {
    transform: translateY(00%);
}

/*Footer poi*/
.footerPOI {
}

.footerPOI .poi {
    padding-bottom: 0;
}

.footerPOI .poi .poiTitle {
    top: -50%;
    position: Absolute;
    transform: translateY(-50%);
}

.footerPOI .poi .poiText {
    height: 100%;
    background-color: rgba(19,31,107,0.9);
}

.footerPOI .poi:hover .poiTitle {
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 100px;
    background-position: 45px;
    padding-right: 0;
}

.footerPOI .poieven .poi .poiText {
    background-color: rgba(0,134,86,0.9);
}

.footerPOI .poi .poiButton {
    position: absolute;
    bottom: 0;
    left: 0;
}

.owl-carousel .owl-item .poiImage img {
    display: none;
}

.footerPOI .owl-next, .footerPOI .owl-prev {
    display: block;
    width: 41px;
    bottom: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    font-size: 0;
    opacity: 0.625;
    transition: 400ms;
    max-width: 41px;
}

.footerPOI .owl-next:hover, .footerPOI .owl-prev:hover {
    opacity: 1;
}

.footerPOI .owl-next.disabled, .footerPOI .owl-prev.disabled {
    opacity: 0;
    max-width: 0;
}

.footerPOI .owl-next {
    right: 0;
    background-image: url(images/poi-carousel-next.png);
}

.footerPOI .owl-prev {
    left: 0;
    background-image: url(images/poi-carousel-prev.png);
}

@media (min-width: 768px) {
    .footerPOI .poi .poiText {
        width:66%;
    }
}

@media (min-width: 1200px) {
    .footerPOI .poi .poiText {
        width:50%;
    }
}

a.poiwi-link {
    position: relative;
    display: block;
    /* width: 100%; */
    padding: 20px;
    /* border: 1px solid #cacaca; */
    margin: 10px auto;
    /* border-radius: 3px; */
    text-align: right;
    padding-left: 50px;
    transition: all 300ms;
}

a.poiwi-link:hover {
    text-decoration: none;
    background-color: #0068b3;
    color: #e5f3ee;
}

a.poiwi-link i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    /*font-size: 40px;*/
    font-size: 26px;
    color: #ffffff;
}

a.poiwi-link:hover i {
    color: #e5f3ee;
}

a.poiwi-link.thumbnail-preview {
    padding: 0;
    overflow: hidden;
    max-width: 250px;
}

a.poiwi-link.thumbnail-preview img {
    width: 100%;
}

a.poiwi-link.thumbnail-preview .doc-link-text {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(90, 90, 90, 0.7);
    line-height: 1.2;
    opacity: 0;
    transition: 300ms ease-in-out;
}

a.poiwi-link.thumbnail-preview:hover .doc-link-text {
    opacity: 1;
}

/*------------------------------------*\
    DOCUMENTS
\*------------------------------------*/
a.document-link {
    position: relative;
    display: block;
    /* width: 100%; */
    padding: 20px;
    /* border: 1px solid #cacaca; */
    margin: 10px auto;
    /* border-radius: 3px; */
    text-align: right;
    padding-left: 50px;
    transition: all 300ms;
}

a.document-link:hover {
    text-decoration: none;
    background-color: #0068b3;
    color: #e5f3ee;
}

a.document-link i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    /*font-size: 40px;*/
    font-size: 26px;
    color: #ffffff;
}

a.document-link:hover i {
    color: #e5f3ee;
}

a.document-link.thumbnail-preview {
    padding: 0;
    overflow: hidden;
    max-width: 250px;
}

a.document-link.thumbnail-preview img {
    width: 100%;
}

a.document-link.thumbnail-preview .doc-link-text {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(90, 90, 90, 0.7);
    line-height: 1.2;
    opacity: 0;
    transition: 300ms ease-in-out;
}

a.document-link.thumbnail-preview:hover .doc-link-text {
    opacity: 1;
}

.wrapper.nothome {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 130px;
    z-index: 999;
}

#hero {
    position: relative;
}

#hero .slide {
    width: 100%;
	height:100%;
}

.page-banner,
.page-banner #hero .slide {
    max-height:calc(100vh - 220px);
}


.home #hero .slide {
    max-height:100vh;
}

.page-banner {
    margin-bottom: 20px;
    position: relative;
}

#hero .slideImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
	height:100%;
}

/*
.page-banner #hero .slideImage {
	min-height:300px;	
	max-height:490px;
} */
#hero .slideImage:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 172px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.35+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
}

#hero .slideImage img {
    /* visibility: hidden; */
    width: 100%;
	height:100%;
	object-fit:cover;
}

.home-banner #hero .slideImage {
    /* min-height:490px; */
    max-height: 100vh;
}

.home-banner {
    border-bottom: solid 7px #0068b3;
}

.home-banner #hero .slideImage:after {
    /* content: ''; */
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
    /* IE6-9 */
}

.home-banner .bannerTextWrap {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    font-weight: 300;
}

.home-banner .bannerTextWrap .bannerTxtTop {
    padding: 0 20px;
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin-bottom: 1em;
}

.home-banner .explore {
    position: absolute;
    width: 52px;
    height: 52px;
    display: block;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
    background: #fff;
    border-radius: 50%;
    border: solid 1px #0068b3;
    z-index: 102;
    font-size: 50px;
    color: #0068b3;
}

.home-banner .explore i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.homeExtraBoxes .extraBox {
    margin: 40px auto;
}

.homeExtraBoxes .extraBox .extraText {
    padding: 5px 15px 30px;
    margin: 0 -15px;
    font-weight: 300;
    position: relative;
}

.homeExtraBoxes .extraBox .extraText .sub {
    text-transform: uppercase;
    margin: 20px 0;
    position: relative;
    padding-bottom: 20px;
    font-size: 1em;
    font-weight: 300;
}

.homeExtraBoxes .extraBox.greenbox .extraText .sub {
    color: #fff;
}

.homeExtraBoxes .extraBox .extraText .sub:after {
    position: absolute;
    width: 110px;
    max-width: 100%;
    bottom: -3px;
    left: 0;
    content: '';
    display: block;
    border-bottom: solid 6px #0068b3;
}

.homeExtraBoxes .extraBox.greenbox .extraText .sub:after {
    border-color: #fff
}

.homeExtraBoxes .extraBox.greenbox .extraText {
    background: #0068b3;
    color: #fff;
}

.homeExtraBoxes .extraBox h2 {
    font-size: 1.5em;
    font-weight: 300;
    margin: 30px 0 20px;
}

.homeExtraBoxes .extraImg {
}

.homeExtraBoxes .imgWrap {
    margin: 0 -15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: solid 7px #131f6b;
    position: relative;
}

.homeExtraBoxes .imgWrap img {
    position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	
}

.homeExtraBoxes .extraBox.greenbox .extraText h2, .homeExtraBoxes .extraBox.greenbox .extraText a {
    color: #fff;
}

.homeExtraBoxes .extraBox .extraText .linkbutton {
    margin: 30px 0 20px;
}

@media (min-width: 768px) {
    .homeExtraBoxes .extraBox {
        margin:80px auto;
    }

    .homeExtraBoxes .extraBox .row {
        display: flex;
    }

    .homeExtraBoxes .extraBox .extraText {
        padding: 60px 15px;
    }
}

@media (min-width: 992px) {
    .homeExtraBoxes .extraBox .row > * {
        display:flex;
    }
}

@media (min-width: 1200px) {
    .homeExtraBoxes .extraBox .row > * {
        display:flex;
    }

    .homeExtraBoxes .imgWrap {
        margin: 0;
        top: 30px;
    }

    .homeExtraBoxes .extraBox .extraText {
        left: -12.5%;
        padding-left: 12.5%;
        padding-right: 12.5%;
        margin: 0;
    }

    .homeExtraBoxes .extraBox.greenbox .extraText {
        left: 12.5%;
    }
}

@media (min-width: 1590px) {
    .homeExtraBoxes .extraBox .extraText {
        padding-left:25%;
        padding-right: 12.5%;
    }

    .homeExtraBoxes .extraBox.greenbox .extraText {
        padding-left: 12.5%;
        padding-right: 25%;
    }

    .homeExtraBoxes .imgWrap {
        left: 25%;
    }

    .homeExtraBoxes .greenbox .imgWrap {
        left: -25%;
    }
}

#homeQuotes {
    color: #fff;
    background: #0068b3;
}

#homeQuotes .slide {
    width: 100%;
}

.homeQuote-blurb {
    padding: 50px 0 30px;
    ; }

.homeQuote-blurb .text {
    font-weight: 300;
    font-size: 1.5em;
    text-align: center;
}

.homeQuote-blurb .text p {
    margin-bottom: 10px;
}

.homeQuote-blurb .cite {
    font-size: 0.9em;
    text-align: right;
}

.homeCallout {
    margin: 0 -15px;
    height: 100%;
    background: #2a357a;
    color: #fff;
}

.homeCallout a {
    color: #fff;
}

.homeCallout .callout .callout-content {
    padding: 40px 20px;
    border-bottom: solid 1px #959abd;
}

.homeCallout .callout-content-main {
    margin: 15px 0;
}

.twitterBox {
    padding: 0 15px;
    position: relative;
    font-weight: 300;
}

.twitterBox .ico {
    color: #fff;
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 20px;
}

.twitterBox .ctf-author-box-link {
    font-size;1.5em; }

.twitterBox #ctf .ctf-author-name {
    display: none;
}

.twitterBox #ctf.ctf-styles .ctf-author-screenname {
    font-size: 24px;
    font-weight: 300;
}

.twitterBox .feed {
    position: relative;
}

.twitterBox #ctf .ctf-item {
    padding: 0 0 20px;
}

.twitterBox .ctf-tweet-text a {
    text-decoration: underline;
}

.twitterBox .boxbg {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-image: url(images/logo-transparent.png);
    background-size: contain;
    height: 90%;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 220px;
    max-height: 223px;
    opacity: 0.6;
}

@media (min-width: 768px) {
    .home-banner .bannerTextWrap .bannerTxtTop {
        font-size:30px;
    }
}

@media (min-width: 992px) {
    .home-banner .bannerTextWrap .bannerTxtTop {
        font-size:40px;
    }
}

@media (min-width: 1200px) {
    .home-banner #hero .slideImage {
        /* max-height:100vh; */ /* height:100vh; */
    }

    .home-banner .bannerTextWrap .bannerTxtTop {
        font-size: 50px;
    }

    .mapsRow {
        display: flex;
    }
}

.breadcrumbs {
    margin: 0px 0 20px;
    padding: 3px 10px 18px 15px;
    text-transform: lowercase;
    color: #000;
    font-size: 14px;
    position: relative;
    border-bottom: solid 1px #a9a9a9
}

.breadcrumbs:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 25px;
    max-height: 100%;
    top: 0;
    left: 0;
    background: #0068b3;
}

.breadcrumbs a {
    color: #000;
}

.breadcrumbs span > span {
    color: #131f6b;
    text-transform: none;
}

header > .container {
    position: relative;
}

.sidebar-left .searchform {
    margin-bottom: 15px;
}

.searchform label {
    display: none;
}

.searchform {
    padding-right: 35px;
    position: relative;
    border: solid 1px #131f6b;
    overflow: hidden;
}

.searchform input#s {
    border: 0;
    font-size: 16px;
    width: 100%;
    background: transparent;
    color: #131f6b;
    padding: 4px 10px;
}

.searchform input#s:focus {
    outline: 0;
}

#searchSubmit {
    color: #131f6b;
    background: transparent;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 26px;
    position: absolute;
    right: 5px;
    top: 0px;
    width: 30px;
    line-height: 28px;
}

.search-form-holder {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 12px 6px;
    border: solid 1px #0068b3;
    float: right;
    line-height: initial;
}

.search-form-holder .searchform {
}

.search-form-holder .searchform.openSearch input#s {
    border-bottom: solid 1px #0068b3;
}

.search-form-holder .searchform {
    max-width: 0px;
    transition: 300ms;
    border-color: transparent;
}

.search-form-holder #searchSubmit {
    color: #0068b3;
}

.search-form-holder .searchform.openSearch {
    max-width: 130px;
    border-color: #fff;
}

.searchform.openSearch input#s {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}



@media (min-width: 1590px) {
}

/*------------------------------------*\
    EMBEDS
\*------------------------------------*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------*\
    ALERT
\*------------------------------------*/
.popupAlert {
    font-size: 15px;
    font-size: 1.5rem;
    width: 100%;
    max-width: 600px;
    min-width: 450px;
}

.popupAlert .header {
    font-size: 1.8em;
    padding: 7px 3%;
    text-align: center;
    white-space: nowrap;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.noticeBody {
    width: 100%;
    padding: 0 2.5%;
}

.popupAlert .popupImg {
    /* padding: 10px 5px; */
    width: 48%;
    margin: 10px 0;
    float: right;
}

.popupAlert .popupImg img {
    width: 100%
}

.popupAlert .noticeText {
    /* padding: 10px 5px; */
    width: 100%;
    float: none;
}

.featimg .noticeText {
    width: 48%;
    float: left;
}

.popupAlert .noticeText * {
    max-width: 100%;
}

.popupAlert .noticeText .popTitle {
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 20px 0 0;
    font-weight: 300;
}

.scms-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: xx-large;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.scms-carousel .owl-nav > div {
    background: #0068b3;
    color: #fff;
    padding: 0px 10px;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
#navbar {
    display: block;
    vertical-align: top;
    background: #131f6b;
}

.headGroup {
    padding: 10px 15px;
    border-bottom: solid 1px #282828
}

.headGroup .col-sm-6 {
    padding: 0;
}

.headerContact {
    background: #0068b3;
    padding-left: 12px;
    margin: 10px 0;
    line-height: 60px;
}

.headerContact:after {
    content: '';
    display: table;
    clear: both;
}

.headerContact .contact {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    line-height: initial;
}

.headerContact .contact a {
    display: inline-block;
    width: 1.57em;
    height: 1.57em;
    line-height: 1.57em;
    text-align: center;
    border-radius: 50%;
    color: #0068b3;
    background: #fff;
    border: solid 2px #0068b3;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.headerContact .socialGroup {
    display: inline-block;
    vertical-align: middle;
    line-height: initial;
}

.headerContact .socialGroup a {
    color: #0068b3;
    background: #fff;
}

.headGroup .headerContact {
}

.headGroup .menu-toggle {
    margin: 10px 0;
}

.headerContact, .headGroup .menu-toggle, .headerContact .search-form-holder {
    min-height: 60px;
}

.headerContact .search-form-holder {
    margin-left: 5px;
}

.logoContainer {
    position: relative
}

.logo {
    position: absolute;
    top: 30px;
    top: 100%;
    z-index: 101;
    left: 50px;
    margin: 30px 0;
}

@media (min-width: 768px) {
    .headerContact {
        text-align:right;
        float: right;
    }

    .headGroup {
        height: 101px;
    }

    .headGroup .menu-toggle {
        float: left;
    }

    .headerContact, .headGroup .menu-toggle, .headerContact .search-form-holder {
        height: 60px;
    }
}

@media (min-width: 1200px) {
    .headGroup .menu-toggle {
        position:fixed;
        top: 10px;
        left: 0;
        z-index: 900;
        transition: 300ms;
    }

    .admin-bar .headGroup .menu-toggle {
        top: 42px;
    }

    .fixedHeader .menu-toggle {
        padding: 5px 5px 5px 92px;
        height: 40px;
        min-height: 0;
        font-size: 0px;
    }

    /*	.fixedHeader .menu-toggle .toggleIcon {
		top:2px;
	}*/
}

@media (min-width: 1390px) {
    .headerContact {
        padding-left:20px
    }

    .headerContact .search-form-holder {
        margin-left: 15px
    }
}

/*------------------------------------*\ 
    FOOTER
\*------------------------------------*/
.footerLower {
    background: #282828;
    color: #fff;
    padding: 15px 0 30px;
    font-weight: 300;
}

.footerLower a {
    color: #fff;
}

.footerLower .footerCopy {
    margin: 25px 0;
}

.footerLower .im-hivis {
    display: inline;
}

@media (min-width: 992px) {
    .footerLower .footerCopy {
        margin-top:50px
    }
}

@media (min-width: 768px) {
    .footer-copyright {
        margin-top:100px
    }
}

.xs-text-right {
    text-align: right;
}

.xs-text-left {
    text-align: left;
}

.xs-text-center {
    text-align: center;
}

@media (min-width: 768px) {
    .sm-text-right {
        text-align:right;
    }

    .sm-text-left {
        text-align: left;
    }

    .sm-text-center {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .md-text-right {
        text-align:right;
    }

    .md-text-left {
        text-align: left;
    }

    .md-text-center {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .lg-text-right {
        text-align:right;
    }

    .lg-text-left {
        text-align: left;
    }

    .lg-text-center {
        text-align: center;
    }
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

.footer-links {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.footer-links li {
    display: inline;
}

.footer-links li:after {
    content: " | ";
    margin: 0 1px 0 1px;
    display: inline;
}

.footer-links li:last-child:after {
    content: "";
}

.footer-links li a {
    display: inline;
    white-space: nowrap;
}

.its {
    font-size: 1.5em;
    line-height: 1.1;
    font-weight: 700;
    background: #131f6b;
    color: #fff;
    padding: 40px 30px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: none;
}

#menu-side {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    font-size: 16px;
    background: #e5f3ee;
    text-transform: uppercase;
    font-weight: 700;
}

#menu-side ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-side li {
    position: relative;
}

#menu-side a {
    display: block;
    padding: 0px 30px;
    color: #131f6b;
}

#menu-side a:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.5);
    color: #131f6b;
}

#menu-side a span {
    display: block;
    padding: 15px 0px;
    border-bottom: solid 1px #ffffff;
    position: relative;
}

#menu-side li.current-menu-item > a span:after {
    content: '';
    position: absolute;
    display: block;
    max-width: 100%;
    width: 110px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #009966;
}

#menu-side .sub-menu .sub-menu a {
    background: rgba(255,255,255,0.5);
}

#menu-side .sub-menu .sub-menu a span {
    padding-left: 35px;
    border-bottom: none;
}

#menu-side .sub-menu li:last-child span {
    border-bottom: none;
}

#menu-side .sub-menu .sub-menu a span:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 17px;
    height: 1px;
    background: #131f6b;
}

/*------------------------------------*\
    calendars
\*------------------------------------*/
body .fc {
    margin: 20px auto;
    padding: 0 10px;
    font-size: 14px;
}

body .fc table tr:nth-child(odd) {
    background-color: transparent;
}

body .fc table tr {
    border-bottom: none;
}

body .fc .fc-row .fc-content-skeleton table, body .fc .fc-row .fc-content-skeleton td, body .fc .fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: #ddd;
}

body .ui-dialog {
    z-index: 1000 !important ;
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
}

body .ui-dialog-title {
    font-weight: bold;
}

body .ui-button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.calendar-loading {
    background: #ffffffa6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 999;
    background-image: url('images/25-2.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.fc-view {
    /* z-index: 99; */
}

.fc-event, .fc-event-dot {
    background-color: #0068b3;
}

.fc-event {
    border: 1px solid #0068b3;
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
    z-index: 1;
}

.fc-icon, .fc-row.fc-rigid, .fc-time-grid-event {
    overflow: visible;
}

.fc-scroller>.fc-day-grid, .fc-scroller>.fc-time-grid {
    overflow: visible;
}

.fc-view-container > a {
    overflow: visible !important;
}

.fc-month-view .fc-scroller {
    overflow: visible !important;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 1;
}

/*blog style*/
#blognav .widget > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    background: #f6fffb;
    text-transform: uppercase;
    font-weight: 700;
}

#blognav .widget {
    margin-bottom: 30px;
}

#blognav .widget > ul li {
    display: block;
    padding: 15px 30px;
    color: #131f6b;
}

#blognav .widget > ul li a {
    color: #131f6b;
}

/* Toggle Post Widget */
#blognav .widget.widget_recent_entries .its, #blognav .widget.widget_categories .its, #blognav .widget.widget_archive .its {
    cursor: pointer;
    position: relative;
    padding-right: 50px;
}

#blognav .widget.widget_recent_entries .its:before, #blognav .widget.widget_categories .its:before, #blognav .widget.widget_archive .its:before {
    content: '';
    position: absolute;
    display: block;
    color: #fff;
    background-image: url(images/sidemenu_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
    width: 45px;
    height: 45px;
    background-size: 22px;
    right: 4px;
    top: 50%;
    margin-top: -22.5px;
}

#blognav .widget.widget_recent_entries.open .its:before, #blognav .widget.widget_categories.open .its:before, #blognav .widget.widget_archive.open .its:before {
    transform: rotate(90deg);
}

#blognav .widget.widget_recent_entries > ul, #blognav .widget.widget_categories > ul, #blognav .widget.widget_archive > ul {
    display: none;
}

#blognav .widget.widget_recent_entries.open > ul, #blognav .widget.widget_categories.open > ul, #blognav .widget.widget_archive.open > ul {
    display: block;
}

/*------------------------------------*\
    menu inc toggle
\*------------------------------------*/
.menu-toggle {
    cursor: pointer;
    display: block;
    vertical-align: top;
    padding: 12px 25px 12px 92px;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    background: #0068b3;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

.menu-toggle .toggleText {
    display: inline-block;
}

.menu-toggle span {
    width: 37px;
    height: 4px;
    margin: 6px 0;
    background-color: #fff;
    display: block;
    transition: all 300ms;
}

.menu-toggle .toggleIcon {
    position: absolute;
    width: 37px;
    left: 35px;
    top: 12px;
    transition: 300ms;
}

.menu-toggle:hover span {
    background-color: #000;
}

.menu-toggle span:nth-child(1) {
    transform-origin: 50% 8px;
}

.menu-toggle span:nth-child(3) {
    transform-origin: 50% -4px;
}

body.menuopen .menu-toggle span:nth-child(1) {
    transform: rotate(135deg);
}

body.menuopen .menu-toggle span:nth-child(2) {
    opacity: 0;
    transform: rotate(360deg);
}

body.menuopen .menu-toggle span:nth-child(3) {
    transform: rotate(-135deg);
}

.search-toggle {
    float: right;
    padding: 15px;
    color: #e0e0e0;
    cursor: pointer;
    border-radius: 30px;
    margin-top: 15px;
    line-height: 15px;
}

.search-toggle:hover {
    background-color: #131f6b;
}

@media (min-width: 1200px) {
}

#menu-main > li#toggler {
    height: 40px;
    font-size: 30px;
    color: #fff;
    background: #131f6b;
    text-align: left;
    padding: 10px;
    line-height: 15px;
    display: none;
    display: block;
    cursor: pointer;
}

#navbar {
    position: fixed;
    left: -260px;
    transition: left 500ms;
    background-color: #e5f3ee;
    top: 0;
    margin-top: 0px;
    z-index: 9999;
    bottom: 0;
    width: 250px;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
}

body.menuopen #navbar {
    left: 0;
    z-index: 9999;
}

body.admin-bar #navbar {
    /* top: 32px; */
}

@media (max-width: 782px) {
    body.admin-bar #navbar {
        /* top:46px; */
    }
}

#navbar .menu-main-container {
    position: absolute;
    height: 100%;
    overflow-y: auto;
    width: 100%;
}

#menu-main, #menu-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-main {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

#menu-main li {
    position: relative;
    border-bottom: solid 1px #ffffff;
}

#menu-main li a {
    display: block;
    color: #131f6b;
    padding: 10px 20px;
    position: relative;
}

#menu-main li.current-menu-item > a:after {
    content: '';
    position: absolute;
    display: block;
    max-width: 100%;
    width: 110px;
    height: 4px;
    bottom: 0;
    left: 20px;
    background: #009966;
}

#menu-main .sub-menu li.current-menu-item > a:after {
    left: 10px;
}

#menu-main li a:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.5);
    color: #131f6b;
}

#menu-main li.current-menu-item > a {
}

#menu-main .sub-menu {
    padding-left: 10px;
    position: relative;
    background: #e5f3ee;
    display: none;
}

#menu-main li.open .sub-menu {
    display: block;
}

#menu-main .sub-menu li {
    background: rgba(255,255,255,0.5);
}

#menu-main .sub-menu a {
    padding: 10px 10px;
}

#menu-main li.menu-item-has-children > a {
    margin-right: 40px;
}

#menu-main li.menu-item-has-children > .arrow {
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    height: 100%;
    background: #131f6b;
}

#menu-main li.menu-item-has-children > .arrow:after {
    content: ">";
    color: #fff;
    position: absolute;
    right: 50%;
    top: 2px;
    margin-right: -9px;
    font-size: 25px;
    pointer-events: none;
    transition: transform 300ms;
    margin-top: 0;
    background-color: transparent;
}

#menu-main li.open.menu-item-has-children > .arrow:after {
    transform: rotate(90deg);
}

/* #navbar .container{
		width:auto;
		padding:0;
	} */
.sidebar-left {
    margin-top: 0px;
    margin-bottom: 40px;
}

@media (min-width : 992px) {
}

@media (min-width : 1200px) {
}

@media (min-width : 1590px) {
    .sidebar-left {
        padding-left:15px;
    }
}

/*home*/
header {
    position: relative;
}

.home-banner {
    position: relative;
    margin: 0;
    /* background: #000; */
    /* max-height: 100vh; */
}

.homeLogo .logo {
    left: 50%;
    transform: translateX(-50%);
}

.homeContent {
    margin: 40px auto 0;
    font-weight: 300;
}

.homeContent h1 {
    font-size: 1.6em;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;
    margin-top: 45px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 26px;
}

.homeContent h1 strong {
    font-size: 1.5em;
    font-weight: 300;
}

.homeContent h1 :after {
    content: '';
    display: block;
    height: 6px;
    width: 160px;
    max-width: 100%;
    background: #009966;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (min-width: 768px) {
    body.home .headGroup {
        position:absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 120;
        border-bottom: none;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 768px) {
    .postnavigation > p.prev {
        float:left;
        width: 50%;
    }

    .postnavigation > p.next {
        float: right;
        width: 50%;
        text-align: right;
    }
}

.postnavigation:after {
    content: '';
    display: table;
    clear: both;
}

@media only screen and (min-width: 1390px) {
}

@media only screen and (min-width: 1590px) {
}

/*map*/
/*maps*/
/*footer map*/
.footerMap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.footerMap .container-fluid {
}

.ftMapTop {
    top: 0;
}

.ftMapTop.topRight {
    margin-left: 40px;
    left: 50%;
}

.ftMapTop:before {
    position: absolute;
    top: 0;
    display: block;
    content: '';
}

.mapWrap {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .mapWrap .container {
        width:100%;
        padding: 0;
    }
}

#footerMap {
    display: block;
    width: 100%;
    height: 100%;
    height: 580px;
    top: 1px;
}

.mapContainer {
    height: 580px;
}

.footerMap .ftMapWrap {
    min-height: 275px;
    height: 275px;
    position: relative;
    width: 100%;
}

.contactDetails {
    color: #fff;
    background: #0068b3;
    font-weight: 300;
    border: solid 1px #0068b3;
    margin-bottom: 15px;
}

.contactDetailsWrap {
    padding-top: 40px
}

.contactDetailsWrap .contactSingle {
    display: none;
    padding: 15px 10px;
    position: relative;
}

.contactDetailsWrap .contactSingle.open {
    display: block;
}

.contactDetails a {
    color: #fff;
}

.contactDetails h3 {
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    padding: 0 10px;
}

.contactDetails .tabs:after {
    content: '';
    display: table;
    clear: both;
}

.contactDetails .tab {
    float: left;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 15px;
    line-height: 30px;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.contactDetails .tab i {
    margin-right: 28px;
    font-size: 28px;
    vertical-align: bottom;
    color: #131f6b;
}

.contactDetails .tab.active {
    background: #131f6b;
    color: #fff;
    cursor: initial;
}

.contactDetails .tab.active i {
    color: #fff;
}

.contactDetails .socialGroup {
    margin: 15px 0;
}

.contactDetails .socialGroup a {
    color: #0068b3;
    background: #fff;
    border-color: #fff;
}

.contactDetails .socialGroup a:hover {
    background: #0068b3;
    color: #fff;
}

@media (min-width: 768px) {
    .contactDetails {
        padding-right:185px;
        position: relative;
    }

    .contactDetails:after {
        content: '';
        display: block;
        background-image: url(images/logo-white.png);
        width: 185px;
        height: 137px;
        border-left: solid 1px #0068b3;
        background-size: 135px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 0px;
        bottom: 67px;
    }
}

@media (min-width: 992px) {
    .contactDetails .socialGroup {
        /* position:absolute; */ /* bottom: 5px; */ /* right: 15px; */
    }
}

@media (min-width: 1200px) {
    .contactDetails {
        width:700px;
        margin-top: 145px;
    }

    .mapContainer {
        position: absolute;
        left: 0;
        right: -700px;
        top: -70px;
        bottom: 0;
    }
}

/*------------------------------------*\
    RESPONSIVE XL
\*------------------------------------*/
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (min-width : 1390px) {
    .container {
        width: 1360px;
    }
}

@media (min-width: 1590px) {
    .container {
        width: 1560px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1590px) {
}

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .popupAlert {
        max-width: 260px;
        min-width: 0px;
    }

    .popupAlert .header {
        font-size: 1.5em;
        white-space: normal;
        text-align: center;
    }

    .popupAlert .popupImg {
        width: 100%;
    }

    .featimg .noticeText {
        width: 100%;
    }

    .popupAlert .linkbutton {
        display: block;
        float: none;
        margin: auto;
        overflow: hidden;
        width: 80%;
    }

    .news-item-image img {
        margin-bottom: 0%;
    }

    .menu-sites-container {
        margin-top: 0px;
    }

    .news-cluster-item-small:first-child {
        margin-bottom: 0px;
    }

    .home-banner .cycle-pager {
        display: none;
    }

    .quote-thumb {
        width: 100%;
        margin-bottom: 30px;
    }

    .quote-blurb {
        width: 100%;
    }

    .going-on-title {
        font-size: 26px;
    }

    .standard-meta-value a.email-value {
        font-size: 0;
        color: transparent;
        display: inline-block;
    }

    .standard-meta-value a.email-value:before {
        content: "send";
        font-size: 12px;
        padding: 5px 20px;
        color: #000;
        display: block;
        text-align: center;
        background-color: #eee;
        border-radius: 5px;
        text-transform: uppercase;
        pointer-events: none;
    }

    .group-logo {
        text-align: center;
        margin-top: 20px;
    }

    #menu-sites li:after {
        content: none;
    }

    #menu-sites li {
        display: block;
    }

    .copy-credits {
        text-align: center;
        margin-top: 20px;
    }

    .credit {
        text-align: center;
    }

    .news-item-text {
        font-size: 17px;
    }

    .news-item-text {
        font-size: 16px;
    }

    .contactFieldBlock .wpcf7 label {
        width: auto;
        float: none;
    }

    .contactFieldBlock .wpcf7-form-control-wrap {
        margin-left: 0;
    }

    .col-lg-3 .quote-text, .col-lg-6 .quote-text, .quote-text {
        margin: 0px;
    }

    .quote-text:before {
        font-size: 70px;
        top: 20px;
        left: -40px;
    }

    .quote-text:after {
        font-size: 70px;
        right: -30px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}

.calendar-mob {
    display;block; }

.calendar-desktop {
    display;none; }

@media (min-width: 992px) {
    .calendar-mob {
        display;
        none; }

    .calendar-desktop {
        display;block; }
}

/*New styles 6-3-2019*/ .mainContent a: not(:hover) {
    /* text-decoration: underline; */
}

.mainContent a:hover {
    text-decoration: none;
    /*color: #747475;*/
}

*:focus {
    outline: none !important;
}

body {
    font-family: 'Lato', sans-serif;
}

a:hover {
    color: #fff;
}

p, ul li {
    font-size: 20px;
    color: #747475;
    font-weight: 300;
    line-height: 1.7;
    /* margin-bottom: 20px; */
}

p, ul {
    margin-bottom: 30px;
}

h3 {
    font-size: 18px;
    letter-spacing: 3px;
    /* color: #08335f; */
}

.h4, h4 {
    font-size: 16px;
}

.homeContent h1 strong, .bannerText, .homeExtraBoxes .extraBox h2, .doc_block .doc_title, .poisTitle, .hdd h1, .news_block_title, .contactDetails h3, .breadcrumbs a, .breadcrumbs, h1, h2, .sc_share>span, #navbar .ubermenu .ubermenu-target-text, .its {
    /* font-family: 'Lato', sans-serif; */
}

.homeContent h1 strong {
    font-size: 24px;
    color: #08335f;
}

.logo {
    left: 50%;
    transform: translateX(-50%);
}

.homeLogo .logo {
    margin: 0;
    margin-top: 65px;
}

.cycle-pager {
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 40px;
    z-index: 900;
    transform: rotate(-90deg);
    font-size: 28px;
    color: #fff;
    line-height: 0px;
    transform-origin: right;
}

.cycle-pager span:hover {
    cursor: pointer;
}

.cycle-pager span {
    margin: 0 7px;
    display: inline-block;
}

.cycle-pager span.cycle-pager-active {
    color: rgba(255, 255, 255, 0.45);
}

.home-banner .bannerTextWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: 600;
    background: rgba(8, 51, 95, 0.6);
    border-top: solid 12px rgba(111, 158, 223, 0.6);
}

@media(max-width: 767px) {
    .home-banner .bannerTextWrap {
        /* position: relative; */
        /* background: rgba(8, 51, 95, 1); */
        /* border-top: solid 12px rgba(111, 158, 223, 1); */
    }
}

.home-banner {
    border-bottom: none;
}

.home-banner .bannerTextWrap .bannerTxtTop {
    font-size: 23px;
    color: #fff;
    position: relative;
    letter-spacing: 2px;
    margin: 50px 0 42px;
    padding-bottom: 30px;
}

.home-banner .bannerTextWrap .bannerTxtTop:after {
    content: '';
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}

.homeContent {
    text-align: center;
    margin: 85px auto 110px;
}

@media(max-width:1023px){
    .homeContent {
        text-align: center;
        margin: 50px auto 20px;
    }
}

.subtitle {
    font-family: 'Lato', cursive;
    font-size: 30px;
    line-height: 1.4;
    color: #08335f;
    position: relative;
    display: block;
}

.homeContent .subtitle {
    font-family: 'Lato', cursive;
    font-size: 30px;
    color: #08335f;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 8px;
}

.homeContent .subtitle:after {
    content: '';
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #08335f;
}

.homeContent h1 {
    margin-top: 28px;
    margin-bottom: -10px;
    padding-bottom: 0;
}

.homeContent h1 :after {
    content: none;
}

.homeContent p {
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    color: #747475;
    max-width: 1000px;
    margin: 20px auto;
}

.homeExtraBoxes {
    margin-bottom: 80px;
    overflow: hidden;
}

.homeExtraBoxes .extraBox .extraText .sub:after {
    content: none;
}

.homeExtraBoxes .imgWrap {
    margin: 0;
    top: 0;
    mix-blend-mode: luminosity;
    filter: contrast(1.3);
    border-bottom: none;
    background-size: cover;
    min-height: 510px;
}

.homeExtraBoxes .row {
    margin-right: 0;
    margin-left: 0;
}

.documents {
    margin-right: 0;
    margin-left: 0;
}

.homeExtraBoxes .row>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.homeExtraBoxes .row>[class*="col-"] {
    padding-left: 1.5px;
    padding-right: 1.5px;
}

.extraBox>.he_image_block {
    position: relative;
    overflow: hidden;
    background: #2e3144;
}

.he_content_block {
    position: absolute;
    top: 62%;
    background: rgba(241, 242, 242, 0);
    /* transform: skewY(10deg); */
    transition: all 0.7s;
    bottom: -70px;
}

.homeExtraBoxes .extraBox .extraText {
    left: 0;
    padding: 30px 60px 60px 60px;
    margin: 0;
    /* transform: skewY(-10deg); */
    transition: all 0.7s;
    top: 20%;
}

.he_image_block:hover .he_content_block {
    background: rgba(58, 19, 107, 0.9);
    top: 0;
    transform: skewY(0deg);
    bottom: 0;
}

.he_image_block p {
    opacity: 0;
}

.homeExtraBoxes .extraBox .extraText:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 200%;
    right: 0;
    background: rgba(241, 242, 242, 0.93);
    border-radius: 30% 70% 0 0;
    transform: scaleX(2.5) translateX(10%);
    opacity: 1;
    transition: all 300ms;
    pointer-events: none;
}

.homeExtraBoxes .extraBox:hover .extraText:before {
    background: rgba(241, 242, 242, 0);
}

.homeExtraBoxes .extraBox .he_image_block:hover .extraText {
    transform: skewY(0deg);
    padding: 70px 60px 30px;
    top: 5%;
}

.homeExtraBoxes .extraBox .he_image_block:hover h2, .he_image_block:hover p {
    color: #fff;
    opacity: 1;
}

.homeExtraBoxes .extraBox {
    margin-left: 1px;
}

.homeExtraBoxes .row div:first-child .extraBox {
    margin-left: 0;
}

.homeExtraBoxes .extraBox h2 {
    color: #08335f;
    font-weight: 800;
    font-size: 24px;
    margin: 30px 0 30px;
}

.he_content_block .extraText p {
    font-size: 20px;
    line-height: 35px;
}

.homeExtraBoxes .extraBox .extraText .sub {
    display: none;
}

.linkbutton a, a.linkbutton, a.document-link , a.poiwi-link {
    font-weight: 600;
    font-size: 17px;
    padding: 7px 34px;
    text-transform: uppercase;
    /* border: solid 2px #fff; */
    color: #fff;
}

.popAlert .linkbutton {
    display: block;
    width: 100%;
}

.homeExtraBoxes a.linkbutton {
    background: #fff;
    color: #131f6b;
}

.doc_block .document {
    text-align: center
}

a.document-link,a.poiwi-link, a.blog_btn, .map_btn a {
    background: rgb(0, 104, 179);
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    min-width: 200px;
    padding: 9px 10px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s;
}

a.document-link:hover,a.poiwi-link:hover, a.blog_btn:hover, .map_btn a:hover {
    background: #2d0e4c;
}

.homeExtraBoxes .extraBox .extraText .linkbutton {
    margin: 30px 0 20px;
}

/* .doc_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
} */
.doc_inn_block {
    text-align: center;
    /* display: inline-block; */
}

.doc_inn_block a.document-link {
    min-height: 0;
    background: rgb(0, 104, 179);
}

.doc_inn_block a.document-link:hover {
    background: #0068b3;
}

.doc_block .document:first-child {
    text-align: right;
}

.doc_block .document:last-child {
    text-align: left;
}

.doc_block .doc_title {
    font-size: 24px;
    margin: 10px 0 20px 0;
    font-weight: 800;
    color: #08335f;
    text-transform: uppercase;
}

.documents {
    margin-top: 100px;
    margin-bottom: 100px;
}

.pois.row {
    margin-right: 0;
    margin-left: 0;
    /* margin-bottom: 4px; */
}

.pois.row>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    padding-left: 1.5px;
    padding-right: 1.5px;
}

.poi {
    margin-left: 1px;
    padding-bottom: 0;
    margin-bottom: 4px;
}

.pois.row div:first-child .poi {
    margin-left: 0;
}

.poisText {
    text-align: center;
    width: 100%;
    bottom: 0;
    background: rgba(0, 104, 179, 0.8);
    padding: 40px 20px;
    position: absolute;
}

a.poi:hover .poisText {
    background: rgba(45, 14, 76, 0.8);
}

.poisButton {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #fff;
    text-transform: uppercase;
    min-width: 210px;
    transition: all 0.5s;
    letter-spacing: 2px;
    /* background: rgba(0, 0, 0, 0.15); */
}

.poi:hover .poisButton {
    background: rgba(255, 255, 255, 1);
    color: #430064;
}

.poisTitle {
    font-size: 24px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 800;
    letter-spacing: 1px;
}

.poisTitle:after {
    content: '';
    width: 45px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.poiImage {
    min-height: 440px;
}

.pois_img {
    margin-bottom: 0;
    height: 0;
    opacity: 0;
    transition: all 0.5s;
}

.poiImage .poiImageBG {
    width: 101%;
}

.poi:hover .pois_img {
    margin-bottom: 30px;
    /* height: 70px; */
    opacity: 1;
    transition: all 0.5s;
}

/*

@media(max-width:767px){

	.poisText {
		position: relative;
	}


	.pois_img {
		margin-bottom: 0;
		padding: 10px 0;
		opacity: 0;
		transition: all 0.5s;
		position: absolute;
		bottom: 50%;
		background: rgba(44, 22, 84, 0.6);
		width: 100%;
		left: 0;
		height:unset;
	}

	.poi:hover .pois_img, .poi .pois_img {
		opacity: 1;
		bottom: 100%;
		height:unset;
		margin-bottom: 0px;
	}

}

*/
.head_logo {
    text-align: center;
}

.main_logo {
    padding: 60px 0;
}

.hdd h2 {
    margin: 22px 0;
    position: relative;
    padding-bottom: 26px;
    font-size: 24px;
    font-weight: 800;
    color: #08335f;
    /* font-family: 'Lato', sans-serif; */
    letter-spacing: 1px;
}

.hdd h2 a {
    text-decoration: none;
    color: #08335f;
}

.hdd h2:after {
    content: '';
    width: 45px;
    height: 1px;
    background: #08335f;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.news_block_date {
    /* font-family: 'Bembo Std'; */
    font-size: 18px;
    font-style: italic;
    color: #7f7f7f;
    margin: 20px 0 10px;
    min-height: 17px;
}

.news_block_title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #08335f;
    font-weight: 700;
    transition: all 0.5s;
    text-transform: uppercase;
}

a.news_link {
    max-width: 490px;
    display: block;
    margin: 0 auto;
}

.news_link:hover .news_block_title {
    color: #0068b3;
}

.news_block_excerpt p {
    font-size: 20px;
    color: #848484;
    font-weight: 400;
    line-height: 1.6;
}

.footerNewsCar .owl-nav .owl-next, .footerNewsCar .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin: 0;
    font-size: 32px;
    transition: 300ms;
    color: #333333;
}

.footerNewsCar .owl-nav .owl-next.disabled, .footerNewsCar .owl-nav .owl-prev.disabled {
    color: #999999;
}

.footerNewsCar .owl-nav .owl-next {
    right: 0;
}

.footerNewsCar .owl-nav .owl-prev {
    left: 0;
}

.contactDetails {
    color: #fff;
    background: none;
    font-weight: 600;
    border: none;
    margin-bottom: 0;
}

footer {
    background: #F3F3F3;
}

.mapWrap {
    position: initial;
    overflow: inherit;
}

.mapContainer {
    height: 400px;
}

.contactDetailsWrap {
    padding-top: 50px;
}

.contactDetails h3 {
    color: #08335f;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 10px 0 25px;
}

.contactSingle p, .contactSingle p a {
    color: #08335f;
    margin-bottom: 10px;
    font-weight: 400;
}

.contactDetails .socialGroup a {
    color: #420064;
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    height: auto;
    width: auto;
    font-size: 24px;
}

.contactDetails .socialGroup a:hover {
    color: #2d0e4c;
    background: rgba(0, 0, 0, 0);
}

.contactDetails .addtoany_shortcode {
    display: inline-block;
    position: relative;
    top: -4px;
}

.row.news_block {
    overflow: hidden;
}

.footerLower {
    background: #08335f;
    color: #fff;
    padding: 45px 0;
    font-weight: 300;
    border-top: 10px solid #6f9edf;
}

.footerLower .footerCopy {
    margin: 0;
    font-size: 14px;
    padding: 14px 0;
}

.contactSingle p a {
    margin-bottom: 0px;
    display: inline-block;
}

.contactSingle i.fa {
    margin-right: 10px;
    display: inline-block;
    color: #420064;
}

.foo_logo_block img {
    margin-left: 15px;
}

.foo_logo_block {
    text-align: right;
}

.contactSingle p a i {
    width: 25px;
}

.news_block_img {
    margin-top: 30px;
    background-size: cover;
}

.news_block_img img {
    visibility: hidden;
}

.bg_btn {
    text-align: center;
    margin-top: 48px;
}

.map_btn {
    position: absolute;
    right: 50px;
    bottom: 80px;
    z-index: 95;
}

.map_btn a {
    /* position: absolute; */
    /* right: 50px; */
    /* bottom: 80px; */
    /* z-index: 95; */
}

.breadcrumbs {
    color: #08335f;
    margin: 0;
    padding: 20px 0;
    border-bottom: none;
}

.sc_share {
    padding: 20px 0 20px;
}

.breadcrumbs:before {
    content: none;
}

.breadcrumbs span>span, .breadcrumbs a {
    color: #0068b3;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.bre_block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    align-items: center;
}

.bre_block .addtoany_shortcode {
    display: inline-block;
    height: 25px;
}

.addtoany_list a:hover {
    color: #382250;
}

/* .dividera:after{
    background-image: url(images/dark-logo.png);
} */
h1, h1.entry-title {
    font-size: 24px;
    color: #08335f;
    /* font-variant:small-caps; */
}

h1.entry-title span:after {
    content: '';
    display: block;
    height: 1px;
    width: 45px;
    max-width: 100%;
    background: #08335f;
    position: absolute;
    bottom: 0;
    left: 0;
}

h2 {
    font-size: 20px;
    color: #08335f;
}

h3 {
    /* color: #08335f; */
}

.callout .callout-content {
    background: rgba(77, 35, 121, 0.9);
}

.callout:hover .callout-content {
    background: rgba(77, 35, 121, 0.4);
    color: #fff;
}

.faq-question {
    color: #08335f;
}

.headGroup {
    padding: 0;
    border-bottom: none;
    margin: 0;
    height: auto;
}

.headGroup .col-sm-6 {
    padding: 0;
    min-height: 0;
}

.quote-blurb {
    border-left: none;
    color: #0068b3;
    font-weight: 700;
    font-size: 1.5em;
    padding: 0;
    position: relative;
    min-height: 130px;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 80px 0 40px;
}

.quote-cite {
    text-align: center;
    margin: 30px 0 0;
    font-style: normal;
    color: #08335f;
    font-size: 20px;
    padding-right: 0;
    text-align: center;
    /* font-weight: 300; */
}

.quote-blurb:before {
    content: none;
}

.quote-text {
    position: relative;
    padding-bottom: 15px;
    padding-left: 80px;
    padding-right: 80px;
}
.sidebar-left .quote-text,
.sidebar-right .quote-text { 
	padding-left:0;
	padding-right:0;
}
.quote-text::before {
    content: '\201C';
    display: block;
    font-size: 70px;
    font-family: serif;
    width: 32px;
    height: 32px;
    position: absolute;
    color: #bbb;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.quote-text:after {
    content: '';
    display: block;
    height: 1px;
    width: 45px;
    max-width: 100%;
    background: #08335f;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.quote-text p {
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'Lato';
    letter-spacing: 1px;
    font-weight: 700;
    color: #08335f;
}

.sc_share>span {
    font-size: 16px;
    text-transform: uppercase;
    color: #0068b3;
    letter-spacing: 2px;
}

.sc_share .a2a_kit a {
    color: #0068b3;
}

.page-banner .bannerTextWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: 300;
    background: rgba(8, 51, 95, 0.6);
    border-top: solid 12px rgba(111, 158, 223, 0.6);
}

@media(max-width: 767px) {
    .page-banner .bannerTextWrap {
        /*position: relative;*/
        background: rgba(8, 51, 95, 1);
        border-top: solid 12px rgba(111, 158, 223, 1);
    }
}

.page-banner .bannerTextWrap .bannerTxtTop {
    font-size: 18px;
    color: #fff;
    position: relative;
    margin: 15px 0;
    padding-bottom: 30px;
}

@media(max-width: 767px) {
    .page-banner .bannerTextWrap .bannerTxtTop {
        padding-bottom: 0px;
    }
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
    overflow: hidden;
    width: 100%;
    position: fixed;
    left: 0;
    padding: 0 15% 25px;
}

.ubermenu-menu-2.ubermenu .ubermenu-autocolumn {
    padding-top: 20px;
    padding-bottom: 20px;
}
#navbar .ubermenu-item .ubermenu-submenu {
    background-color: #0068b3;	
}
/* start menu css*/
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item>.ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent>.ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor>.ubermenu-target {
    color: #634287 !important;
}

#navbar .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgb(39, 128, 193);
    margin: 0px 10%;
}


#navbar .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target:hover {
    border-bottom: 1px solid rgb(255,255,255);
}


.socialGroup {
    font-size: 18px;
    display: inline-block;
    margin-top: 5px;
}

.image-item span {
    margin-top: 10px;
    display: block;
    color: #b0b0b1;
    font-size: 13px;
}

.cur_logo .owl-carousel .owl-item img {
    filter: grayscale(280%);
    transition: all 0.5s;
    opacity: 0.5;
}

.cur_logo .owl-carousel .owl-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

#navbar .ubermenu .ubermenu-item-normal.ubermenu-item-level-2 .ubermenu-target {
    padding: 10px 20px;
}

.ubermenu .ubermenu-item-normal.ubermenu-item-level-2 a span {
    color: #fff;
    transition: all 0.5s;
}
@media(min-width:1024px){
    #navbar .ubermenu .ubermenu-item-normal.ubermenu-item-level-2 a span::before {
        content: '';
        position: absolute;
        height: 2px;
        width: 2px;
        display: inline-block;
        background-color: #fff;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        transition: all 0.5s;
    }
}
#navbar .ubermenu .ubermenu-item-normal.ubermenu-item-level-2.ubermenu-has-submenu-drop > a span::after {
    /* \f054  */
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    /* font-family: FontAwesome; */
    transform: translateY(-50%);
    right: 0;
    color: #fff;
    background-image: url(../images/menu_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 9px;
    transition: all 0.5s;
}

.ubermenu .ubermenu-item-normal.ubermenu-item-level-2 a:hover span {
    color: #ffffff;
    /* font-weight: 700; */
}

#navbar .ubermenu .ubermenu-item-normal.ubermenu-item-level-2 a:hover span::before {
    /* background-color: #0068b3; */
}

#navbar .ubermenu .ubermenu-item-normal.ubermenu-item-level-2 a:hover span::after {
    background-image: url(../images/menu_arrow_h.png);
}

#navbar .ubermenu {
    background: #fff;
}

#navbar .socialGroup a {
    display: inline-block;
    width: 1em;
    height: 1.57em;
    line-height: 1.57em;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    color: #0068b3;
    border: solid 1px rgba(0, 0, 0, 0);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 22px;
}

#navbar .socialGroup a:hover, #navbar .socialGroup a:focus {
    color: #2d0e4c;
}

#navbar .ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
    overflow: inherit;
}

#navbar .ubermenu-main .ubermenu-item-level-0>.ubermenu-target, .ubermenu .ubermenu-target-text {
    color: #09335d;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.5s;
}

.ubermenu .ubermenu-target-text:hover {
    color: #0068b3;
}

#navbar .ubermenu-main .ubermenu-item-level-0.ubermenu-active>.ubermenu-target {
    transition: all 0.5s;
}

#navbar .ubermenu-main .ubermenu-item-level-0.ubermenu-active>.ubermenu-target:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #0068b3 transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.search-form-holder {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 8px 5px 0;
    border: none;
    float: right;
    line-height: initial;
    color: #0068b3;
    position: relative;
    cursor: pointer;
    font-size: 24px;
}

.search-form-holder:hover {
    color: #2d0e4c;
}

.search-form-holder #searchSubmit {
    color: #9a8a5e;
    font-size: 20px;
}

.search-form-holder:hover #searchSubmit {
    color: #fff;
}

.search-form-holder .searchform.openSearch {
    max-width: 250px;
    border-color: #0068b3;
    background: #0068b3;
    width: 300px;
}

.search-form-holder .searchform.openSearch input#s {
    border-bottom: solid 1px #0068b3;
    color: #fff;
}

.search_func {
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 9999;
}

.home .search_func {
    top: 66px;
}

#navbar .ubermenu .ubermenu-target {
    padding: 26px 15px;
}

.home #navbar .ubermenu .ubermenu-target {
    padding: 26px 20px;
}

@media(max-width:1600px){
    #navbar .ubermenu .ubermenu-target {
        padding: 26px 5px;
    }
    .home #navbar .ubermenu .ubermenu-target {
        padding: 29px 20px;
    }
}

@media(max-width:1400px){
    .home #navbar .ubermenu .ubermenu-target {
        padding: 29px 10px;
    }
}


#navbar .socialGroup {
    float: right;
}

.sub-navigation {
    background: #f1f2f2;
}

.sub-navigation ul, .sub-navigation ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-navigation ul#sidebar {
    padding: 30px 0;
    /* padding-top: 0; */
}

.sub-navigation .menu-item a {
    font-size: 20px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    padding: 10px 20px 10px 40px;
    font-weight: 500;
}

.sub-navigation .menu-item a:hover, .sub-navigation .menu-item a:focus {
    color: #fff;
    background: #440065;
}

.sub-navigation .menu-item a:hover, 
.sub-navigation .menu-item a:focus {
    color: #fff;
    background: #440065;
}

.sidebar-left .menu-item a {
    /* position:relative; */
}



.sidebar-left .menu-item a:after {
    /* content:"\21A6"; */
    /* display:block; */
    /* font-size: 30px; */
    /* display:block; */
    /* width: 26px; */
    /* height:30px; */
    /* line-height: 24px; */
    /* text-align:left; */
    /* background:#333; */
    /* color: #fff; */
    /* text-indent: -7px; */
    /* position:absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* right: 20px; */
    /* overflow: hidden; */
    /* opacity: 0; */
    /* transition:opacity 300ms; */
}


.sidebar-left .menu-item a:hover:after {
    /* opacity: 0.8; */
}


.sidebar-left {
    margin-top: 80px;
}

.sidebar-left .sub-menu {
    /* display:none; */
}

.sidebar-left .sub-menu {
    display:none;
    padding: 0;
    list-style: none;
}

.sidebar-left li.current-menu-item .sub-menu,
.sidebar-left li.open > .sub-menu {
    display:block;
}

.sidebar-left .sub-menu .menu-item a {
    /* font-size: 20px; */
    /* display: block; */
    /* cursor: pointer; */
    /* text-decoration: none; */
    /* transition: all 0.5s; */
    /* padding: 10px 10px 10px 60px; */
    /* font-weight: 500; */
}

.its {
    font-size: 1.5em;
    line-height: 1.1;
    font-weight: 800;
    background: #09335d;
    color: #fff;
    letter-spacing: 1px;
    padding: 40px;
    /* margin-top: 80px; */
    text-align: left;
    text-transform: uppercase;
    border-bottom: none;
    position: relative;
}

.its::after {
    /* content: ''; */
    position: absolute;
    bottom: 23px;
    height: 1px;
    width: 50px;
    background-color: #fff;
    left: 30px;
}

#sidebar {
    background: #f1f2f2;
    padding-top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar li {
    display:none;
    background: #f1f2f2;
}
#sidebar li.current-menu-item,
#sidebar li.current-menu-ancestor{
	display:block;
}
#sidebar .sub-menu li {
	display:inherit;
}
#sidebar li:hover {
    /* background: #ddd; */
}

#sidebar ul {
    background: #f1f2f2;
}

#sidebar li.open {
    display:block;
}

#sidebar li.current_page_ancestor > ul {
    /* display:block; */
}

#sidebar li.current_page_ancestor ul li {
    display:block;
}

#sidebar li.menu-item-has-children {
    position:relative;
}


#sidebar li.menu-item-has-children:after {
    content:">";
    display:block;
    position:absolute;
    right:0;
    top:0;
    width:50px;
    height:50px;
    text-align:center;
    line-height:50px;
    font-size:20px;
    font-weight:900;
    color:#0068b3;
}

#sidebar li.menu-item-has-children.open:after {
    transform:rotate(90deg);
}


ul#sidebar li ul li ul.sub-menu li {
    /* padding-left: 35px; */
}

ul#sidebar li ul li ul.sub-menu li a {
    /* position: relative; */
    /* color: #08335f; */
}

ul#sidebar li ul li ul.sub-menu li a:before {
    display: none;
}

/* copy of style 02-05-2019 Charles
ul#sidebar li ul li ul.sub-menu li a {
    position: relative;
    color: #0068b3;
}

ul#sidebar li ul li ul.sub-menu li:hover a {
    color: #0068b3;
}
*/

ul#sidebar a {
    /* font-size: 24px; */
    /* line-height: 1.1; */
    font-weight: 400;
    /* background: #0068b3; */
    /* color: #fff; */
    /* padding: 37px 30px; */
    /* text-align: left; */
    /* text-transform: uppercase; */
    /* border-bottom: none; */
    /* position: relative; */
    /* font-family: 'Lato', sans-serif; */
    /* margin-bottom: 15px; */
    display: block;
    padding: 10px 10px 10px 30px;
    transition: all 300ms;
}

ul#sidebar a:hover {
    color: #09335d;
    text-decoration:none;
    background: #ddd;
}

ul#sidebar ul a {
    padding: 10px 10px 10px 50px;
}

ul#sidebar ul ul a {
    padding: 10px 10px 10px 70px;
}


/*
ul#sidebar > li > a::after {
    content: '';
    position: absolute;
    bottom: 23px;
    height: 1px;
    width: 50px;
    background-color: #fff;
    left: 30px;
}
*/

/* ul#sidebar li > ul.sub-menu li > a:after{
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: 28px;
    color: #fff;
    background-image: url(../images/sidemenu_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 22px;
    transition: all 0.5s;
} */
ul#sidebar li ul.sub-menu li.menu-item-has-children>a {
    /* background: #0068b3; */
    /* color: #fff; */
    position: relative;
    margin-right: 50px;
    /* height: 45px; */
}

ul#sidebar li ul.sub-menu li.menu-item-has-children > a:after {
    content:"";
    display:block;
    position: absolute;
    width: 50px;
    height:100%;
    top: 0;
    left: 100%;
    transition:all 300ms;
}

ul#sidebar li ul.sub-menu li.menu-item-has-children:hover > a:after {
    background: #ddd;
}

ul#sidebar li ul.sub-menu li.current-menu-parent>a:after, ul#sidebar li ul.sub-menu li.menu-item-has-children>a:after {
    /* content: ''; */
    /* position: absolute; */
    /* display: block; */
    /* color: #fff; */
    /* background-image: url(images/sidemenu_arrow_purple.png); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* height: 15px; */
    /* width: 22px; */
    /* transition: all 0.5s; */
    /* width: 45px; */
    /* height: 45px; */
    /* background-size: 15px; */
    /* right: -44px; */
    /* background-color: #0068b3; */
    /* pointer-events: none; */
    /* top: 0; */
}

ul#sidebar li ul.sub-menu li.menu-item-has-children.open>a:after {
    /* transform: rotate(90deg); */
}

ul#sidebar li ul li ul.sub-menu li a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    background: #0068b3;
    position: absolute;
}

ul#sidebar li ul li ul.sub-menu li:hover a:before {
    background: #0068b3;
}

.side_latest_news_section a {
    padding: 20px 25px;
    display: block;
    background: #08335f;
    margin-bottom: 15px;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    position: relative;
    text-transform: uppercase;
}

.side_latest_news_section a::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    color: #fff;
    background-image: url(images/sidemenu_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 22px;
    transition: all 0.5s;
}

.side_latest_news_section a:hover {
    background: #0068b3;
}

.sidebar-left .menu-header-menu-container {
    margin-bottom: 30px;
}

.sidebar-left .poi .pois_img {
    margin-bottom: 30px;
    height: 50px;
    opacity: 1;
    transition: all 0.5s;
}



.sidebar-left .poisText {
    height: 100%;
    padding: 60px 20px;
}

.sidebar-left .poiImage {
    min-height: 262px;
}

.featured-meta-value a:hover {
    color: #0068b3;
}

/* end menu css*/
body.home .headGroup {
    z-index: 9999;
}

@media (min-width: 992px) {
    .footerLower .footerCopy {
        margin-top: 0;
    }

    body.home .headGroup {
        z-index: 9999;
    }
}

@media (min-width: 1200px) {
    .contactDetails {
        width: 100%;
        margin-top: 0;
    }

    .mapContainer {
        position: absolute;
        left: 0;
        right: -100px;
        top: -100px;
        bottom: 0;
        z-index: 90;
    }
}

@media (min-width: 768px) {
    .contactDetails {
        padding-right: 0;
        position: relative;
    }
}

@media (min-width: 992px) {
    .contactDetails .socialGroup {
        /* position: initial; */
    }
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (min-width: 768px) {
    .contactDetails:after {
        content: none;
    }

    #navbar {
        position: fixed;
        left: 0;
        transition: left 500ms;
        background-color: #fff;
        top: 0;
        margin-top: 0px;
        z-index: 9999;
        bottom: auto;
        width: 100%;
        overflow: visible;
        box-shadow: none;
        /* border-bottom: 1px solid rgba(0, 0, 0, 0); */
        /* -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease; */
        /* bottom: 0; */
        /* -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75); */
    }

    .admin-bar #navbar {
        top: 32px
    }

    .fixedHeader #navbar {
        position: fixed;
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
        /* -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.2); */
        /* top: 0;
        left: 0;
        animation: smoothScroll 1s forwards; */
    }

    .logoContainer {
        margin-top: 80px;
    }

    .home #navbar {
        position: fixed;
        left: 0%;
        transition: left 500ms;
        transition: transform 500ms;
        background-color: #fff;
        top: 0;
        margin-top: 0px;
        z-index: 9999;
        bottom: auto;
        width: 100%;
        overflow: initial;
        box-shadow: none;
        /* border-bottom: 1px solid rgba(0, 0, 0, 0); */
        transform: translateY(-100%);
        /* bottom: 0; */
        /* -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75); */
    }

    .home.fixedHeader #navbar {
        animation: none;
        transition: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        /* -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.2); */
    }

    .home .logoContainer {
        margin-top: 0px;
    }

    .home.menuopen #navbar {
        transform: translateY(00%);
    }

    .home .logoContainer .logo {
        transition: transform 500ms;
    }

    .home.menuopen .logoContainer .logo {
        transform: translateY(80px) translateX(-50%);
    }

    .menuopen #navbar {
        left: 0;
    }

    #menu-main li {
        display: inline-block;
    }

    #menu-main>li#toggler {
        display: inline-block;
    }

    #menu-main {
        margin-bottom: 0;
    }

    #menu-main .sub-menu {
        padding-left: 10px;
        position: fixed;
        background: #08335f;
        display: none;
        width: 100%;
        left: 0;
        padding: 20px;
    }

    #menu-main .sub-menu li {
        background: rgba(255, 255, 255, 0);
        border-bottom: solid 1px #ffffff;
    }

    #menu-main li {
        position: relative;
        border-bottom: none;
    }

    #menu-main li.menu-item-has-children>a {
        margin-right: 0;
    }

    #menu-main li.menu-item-has-children>.arrow {
        display: none;
    }

    .homeExtraBoxes .extraBox {
        margin: 0;
        margin-left: 1px;
    }
}

@media (min-width: 1590px) {
    .homeExtraBoxes .imgWrap {
        left: 0;
    }

    .he_content_block {
        bottom: -100px;
    }
}

@media (max-width: 1169px) {
    .homeExtraBoxes .extraBox .he_image_block:hover .extraText {
        padding: 30px 20px 30px;
        top: 0;
    }

    .homeExtraBoxes .extraBox .extraText {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .homeExtraBoxes .extraBox .extraText {
        padding: 30px 20px 30px;
        top: 0;
    }

    .homeExtraBoxes .extraBox .extraText .linkbutton {
        margin: 20px 0 10px;
    }

    .foo_logo_block, .footerLower .footerCopy {
        text-align: center;
    }

    .foo_logo_block {
        margin-bottom: 20px;
    }

    .he_content_block .extraText p {
        font-size: 18px;
        line-height: 26px;
    }
}

/*Ab stylesheet*/
#catapultCookie {
    color: #464646;
}

.headGroup .menu-toggle {
    display: none;
}

.home .headGroup .menu-toggle {
    left: 42px;
    top: 42px;
    margin-top: 0;
    margin-bottom: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: fixed;
    z-index: 9999;

}



.home .headGroup .menu-toggle:hover {
    background: rgba(45, 14, 76);
}




.menuopen .headGroup .menu-toggle {
    left: 0;
    top: 0;
    z-index: 99999;
}

.menu-toggle .toggleIcon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.menu-toggle .toggleIcon {
    width: 29px;
}

.menu-toggle span {
    width: 28px;
    left: 1px;
    position: relative;
}

#hero .slideImage {
    /* max-height: 720px; */
    /* min-height: 320px; */
}

.page-banner {
    /* max-height: 720px; */
    /* min-height: 320px; */
    position: relative;
    overflow: hidden;
}

.page-banner:before {
    content:'';
    display: block;
    width: 100%;
    padding-top:46.154%;
    position: relative;
}

.page-banner #hero, .home-banner #hero {
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home-banner #hero .slideImage {
    /* max-height: 58vw; */
}

.page-banner #hero .slideImage {
    max-height: 750px;
}

@media(max-width: 767px) {
    .page-banner #hero .slideImage, .home-banner #hero .slideImage {
        /* max-height: 75vw; */
    }
}

@media(max-width: 479px) {
    .page-banner #hero .slideImage, .home-banner #hero .slideImage {
        /* max-height: 92vw; */
    }
}

.home-banner {
    /* max-height: 880px; */
    /* min-height:480px; */
    overflow: hidden;
	max-height:100vh;
}

.home-banner:before {
    content: '';
    display: block;
    width: 100%;
    padding-top:56.421%;
    position: relative;
}
@media (max-width:767px){
	.home-banner:before {
		padding-top:133.333%;
	}
}
.home-banner .bannerTextWrap .bannerTxtTop {
    justify-content: center;
    margin: 0;
    padding-bottom: 0;
    height: 140px;
    display: flex;
    align-items: center;
}

.home-banner .bannerTextWrap .bannerTxtTop:after {
    /* bottom: 15%; */
}

.cur_logo .owl-carousel .owl-stage {
    display: flex;
}

.cur_logo {
    background: #f2f2f2;
    /* height: 240px; */
    padding: 3% 0;
    /* display: flex; */
    align-items: center;
    /* overflow: hidden; */
}

.cur_logo .owl-nav {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    display: flex;
    justify-content: space-between;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    margin: -15px 0 0 -15px;
    font-size: 32px;
}

.cur_logo .owl-carousel .owl-item a {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* flex: 1; */
    /* align-self: stretch; */
}

.cur_logo .owl-carousel .owl-item img {
    max-height: 130px;
    /* object-fit: contain; */
    /* object-position: center; */
    /* vertical-align: middle; */
    /* display: inline-block; */
    width: auto;
    padding: 10px;
    margin: auto;
    /* top: 50%; */
}

.cur_logo .owl-carousel .owl-item {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a.document-link,a.poiwi-link, a.blog_btn, .map_btn a {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.main_logo {
    padding-bottom: 30px;
}

.footer_top .main_logo {
    padding-bottom: 40px;
}

.cur_logo .owl-nav {
    pointer-events: none;
}

.cur_logo .owl-nav .owl-prev, .cur_logo .owl-nav .owl-next {
    pointer-events: auto;
}

.foo_logo_block img {
    margin-left: 25px;    
    width: auto;
	height:35px;
}

.foo_logo_block img:first-child {
    margin-left: 0;
}

/* 
.menu-toggle:hover span:nth-child(1) {
    transform: rotate(45deg) translate(3px,9px);
}

.menu-toggle:hover span:nth-child(3) {
    transform: rotate(-45deg) translate(3px,-9px);
}

.menu-toggle:hover span:nth-child(2) {
    opacity: 0;
} */
.pois .col-sm-12 {
    margin-bottom: 30px;
}

body.menuopen #navbar {
    z-index: 999;
}

.ubermenu {
    margin-bottom: 30px;
    background: #f1f2f2;
    margin-top: 30px;
}

/* 
.ubermenu a span{
    color: #08335f !important;
} */
.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
    background-color: #fff;
    widtH: 100%;
}

@media (min-width: 1024px) {
    .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
        width:400px;
        max-width: 400px;
    }
}

.header_right_sec {
    display: inline-block;
    margin-top: 14px;
    margin-left: 30px;
    float: right;
}

.searchform input#s {
    border: 0;
    font-size: 16px;
    width: 100%;
    background: transparent;
    color: #131f6b;
    padding: 8px 10px;
}

.homeExtraBoxes .extraBox .extraText h2 {
    position: relative;
}

.homeExtraBoxes .extraBox .extraText h2:after {
    content: '';
    position: absolute;
    display: inline-block;
    right: 20%;
    bottom: 10px;
    height: 20px;
    width: 20px;
    border: 0px solid #08335f;
    border-width: 2px 2px 0 0;
    transition: opacity 300ms;
    vertical-align: bottom;
    transform: rotate(45deg);
}

.homeExtraBoxes .extraBox .extraText h2:before {
    content: '';
    position: absolute;
    display: block;
    top: -70px;
    left: 0;
    background-image: url(images/randhead.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 54px;
    width: 63px;
    opacity: 00;
    transition: opacity 300ms;
}

.homeExtraBoxes .extraBox:hover .extraText h2:before {
    opacity: 0.5;
}

.admin-bar.menuopen .headGroup .menu-toggle {
    /* top: 32px !important; */
}

.homeExtraBoxes .extraBox .he_image_block:hover .extraText h2:after {
    content: none;
}

#navbar .ubermenu-main .ubermenu-item-level-0.ubermenu-active>.ubermenu-target {
    color: #0068b3;
}

.mainContent p a:hover {
    color: #0068b3;
}

.menuopen .menu-toggle .toggleIcon {
    margin-left: -4px;
}

.menu-toggle:hover span {
    background-color: #fff;
}

.page-banner {
    margin-bottom: 0px;
    margin-top: 130px;
}

.bre_block .addtoany_shortcode {
    height: 18px;
    position: relative;
    top: -2px;
}

@media only screen and (min-width: 1390px) {
    /* .container {
       width: 1170px; 
    } */.mapContainer {
        right: -250px;
    }
}

/*h2 {margin-bottom: 35px;}*/
.innerLogo {
    width: 280px;
    display: block;
    margin: 5px auto;
}

/*@media screen and (min-width: 992px) {*/
@media screen and (min-width: 1024px) {
    #navbar .ubermenu {
        display: inline-block !important;
        margin: 0;
    }

    #navbar .ubermenu {
        margin-left: 80px;
    }

    /*innerpage menu*/
    .container.menu-special {
        position: relative;
    }

    .innerLogo {
        width: 220px;
        display: inline-block;
        margin: 10px 0;
    }

    .wrapper.nothome #navbar {
        position: absolute;
        bottom: 0;
        /* top: auto!important; */
        left: 220px;
        right: 0;
        width: auto;
    }

    .wrapper.nothome #navbar .container {
        width: auto;
    }

    .wrapper.nothome #navbar .ubermenu {
        margin-left: 0;
        float: right;
        clear: none;
    }
}

@media screen and (min-width: 1199px) {
    .wrapper.nothome #navbar {
        left: 300px;
    }

    .innerLogo {
        width: 270px;
        display: inline-block;
        margin: 10px 0;
    }
}

@media screen and (max-width: 1023px) {
    #navbar .ubermenu-main .ubermenu-item-level-0.ubermenu-active>.ubermenu-target:after {
        content: none;
    }

    #navbar .ubermenu .ubermenu-target {
        padding: 10px 8px;
        text-align: center;
    }

    #navbar .ubermenu-responsive .ubermenu-item-level-0 {
        width: 100%;
    }

    .headGroup .menu-toggle {
        position: fixed;
        left: 0px;
        top: 0;
        z-index: 9999;
    }

    .menuopen .headGroup .menu-toggle {
        left: 0;
        top: 0;
        z-index: 99999;
    }

    #navbar .ubermenu .ubermenu-item.ubermenu-item-level-0 {
        display: block;
    }

    nav.ubermenu {
        margin-top: 90px !important;
    }

    body.menuopen #navbar {
        left: 0;
        z-index: 999;
        width: 100%;
        background: #fff;
        bottom: 0;
        text-align: center;
    }

    .header_right_sec {
        text-align: center;
    }

    .search-form-holder, #navbar .socialGroup {
        float: none;
    }

    .header_right_sec {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        margin-bottom: 15px;
    }

    #navbar .ubermenu-main .ubermenu-active .ubermenu-submenu.ubermenu-submenu-drop {
        position: relative;
    }

    #navbar .ubermenu-main .ubermenu-active .ubermenu-submenu.ubermenu-submenu-drop .ubermenu-submenu.ubermenu-submenu-drop {
        position: relative;
        left: 0;
    }

    #navbar .ubermenu .ubermenu-nav .ubermenu-column-1-2 {
        width: 100%;
    }

    #navbar .ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
        overflow: hidden;
        padding: 0 15px;
        box-shadow: none;
        transition: none;
    }

    #navbar .ubermenu .ubermenu-autoclear>.ubermenu-column-1-2:nth-child(2n+1) {
        padding-bottom: 0;
    }

    .ubermenu-item-level-2 li.ubermenu-autocolumn.ubermenu-item-level-3.ubermenu-column.ubermenu-column-full.ubermenu-has-submenu-stack.ubermenu-item-type-column {
        max-height: 0;
    }

    .ubermenu-active.ubermenu-item-level-2 li.ubermenu-autocolumn.ubermenu-item-level-3.ubermenu-column.ubermenu-column-full.ubermenu-has-submenu-stack.ubermenu-item-type-column {
        max-height: 500px;
    }

    .header_right_sec {
        width: 100%;
    }

    .ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
        margin-top: 0;
    }

    #navbar .ubermenu .ubermenu-autocolumn, #navbar .ubermenu .ubermenu-submenu-type-stack {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .headGroup .menu-toggle {
        display: block;
    }

    .home .headGroup .menu-toggle {
        left: 0;
        top: 0;
    }

    .admin-bar.home .headGroup .menu-toggle {
        /* top: 46px !important; */
    }

    .admin-bar.menuopen .headGroup .menu-toggle {
        /* top: 46px !important; */
    }

    .headGroup .menu-toggle {
        left: 0;
        top: 0;
        margin-top: 0;
        margin-bottom: 0;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        position: fixed;
        z-index: 9999;
    }

    #navbar {
        position: fixed;
        left: -100%;
    }

    .fixedHeader #navbar {
        left: -100%;
    }

    .logoContainer {
        margin-top: 0;
    }
}

@media (max-width: 1400px) {
    .ubermenu-nav > li > a {
        padding: 31px 5px;
    }

    #navbar .ubermenu-main .ubermenu-item-level-0>.ubermenu-target, 
    .ubermenu .ubermenu-target-text {
        font-size: 13px;
    }

    .home #navbar .ubermenu-main .ubermenu-item-level-0>.ubermenu-target, 
    .home .ubermenu .ubermenu-target-text {
        font-size: 16px;
    }
}

@media (max-width: 1390px) {
    .sidebar-left .poi .pois_img {
        margin-bottom: 10px;
        height: 30px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    #navbar .ubermenu-main .ubermenu-item-level-0>.ubermenu-target, #navbar .ubermenu .ubermenu-target {
        padding: 32px 5px;
        font-size: 14px;
    }

    .menuopen .headGroup .menu-toggle {
        /* left: 42px; */
        /* top: 70px; */
    }

    .socialGroup {
        font-size: 18px;
        display: inline-block;
        margin-top: 4px;
    }

    .search-form-holder {
        padding: 8px 10px 0;
    }

    #navbar .ubermenu-main .ubermenu-item-level-0>.ubermenu-target, .ubermenu .ubermenu-target-text {
        /*padding: 14px 2px;*/
        font-size: 10px;
    }
}

@media (max-width: 767px) {

    .homeExtraBoxes .extraBox .extraText h2:after {
        content: none;
    }
    
    .news_block .owlitem {
        padding: 30px;
    }

    .foo_logo_block img {
        /*width: 10%;*/
		height: 20px;
    }

    .homeExtraBoxes .extraBox {
        margin-bottom: 20px;
    }

    .he_content_block {
        text-align: center;
    }

    .home-banner .bannerTextWrap .bannerTxtTop {
        font-size: 16px;
        /* margin: 40px 0 32px; */
        height: auto !important;
        padding: 15px 20px !important;
    }

    .home-banner .bannerTextWrap .bannerTxtTop:after {
        content: none;
    }

    .doc_block .document:first-child, .doc_block .document:last-child {
        text-align: center;
    }

    .doc_block .document {
        margin-bottom: 25px;
    }

    p, ul li {
        font-size: 18px;
    }

    .homeExtraBoxes .extraBox .he_image_block:hover .extraText {
        padding: 60px 20px 60px;
        top: 0;
    }

    .homeExtraBoxes .extraBox .extraText {
        padding: 60px;
    }
}

@media screen and (max-width: 480px) {
    .headGroup .menu-toggle {
        width: 60px;
        height: 60px;
    }

    .cur_logo {
        background: #f2f2f2;
        height: auto;
        display: block;
    }

    .cur_logo .owl-carousel .owl-item img {
        padding: 20px 30px;
        max-height: initial;
    }

    .cur_logo .owl-nav {
        /* transform: translate(-46%, -53%); */
        margin: -15px 0 0 0;
    }

    .owl-carousel {
        /* padding: 0 20px; */
    }

    /* .open_search + .search_func {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        background: #000000b3;
        z-index: 9999;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    } */
    .search_func {
        transform: translateX(30%);
        margin-bottom: 20px;
    }

    .quote-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .search-form-holder {
        padding: 4px 10px 0;
    }

    .ubermenu-nav > li > a {
        padding: 10px 5px !important;
    }
}

@media (min-width: 1900px) {
    .mapsRow {
        overflow: hidden;
    }
}

.sidebar-left .poisText .poisTitle {
    /* display: none; */
}

.ubermenu a.ubermenu-target {
    color: #fff;
}

.mainContent ul {
    padding-left: 50px;
    padding-right: 50px;
}

.linkbutton {
    display: block;
    /* float: right; */
    /* width: 48%; */
    /* text-align: center; */
}

.popupAlert .linkbutton {
    display: block;
    float: right;
    width: 48%;
    text-align: center;
}

.linkbutton a,a.blog_btn {
    /* background: #08335f; */
    color: #fff !important;
    transition: all 0.5s;
    text-decoration: none !important;
	background:#0068b3;
}

.linkbutton a:hover,a.blog_btn:hover {
    background: #2d0e4c;
    transition: all 0.5s;
}

ul#sidebar li ul li ul.sub-menu li.menu-item.current-menu-item a {
    background: #0068b3;
    color: #fff;
}

ul#sidebar li ul li ul.sub-menu li.menu-item.current-menu-item a:before {
    background: #0068b3;
    display: none;
}

/* copy of style sidebar sub item 02-05-2019 Charles
ul#sidebar li ul li ul.sub-menu li.menu-item.current-menu-item a {
    color: #0068b3;
}

ul#sidebar li ul li ul.sub-menu li.menu-item.current-menu-item a:before {
    background: #0068b3;
}
*/
.sub-navigation .menu-item.current_page_item > a {
    color: #ffffff;
    background: #0068b3;
}

/*styling 6-3-2019*/
.logoContainer .logo {
    top: 50%;
    margin-top: 50px;
    text-align: center;
}

.logo-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 0 30px #000;
}

@media (max-width: 1199px) {
    .logo-text {
        color: #fff;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .logoContainer .logo {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .logo-text {
        font-size: 18px;
    }
}


.logoContainer .logo img {
    min-width: 120px;
    max-width: 220px;
}

@media (min-width: 1200px) {
    .logoContainer .logo img {
        max-width:100%;
    }
}

.logoContainer .logo:after {
    content: "";
    display: block;
    display: none;
    /* background: #0073afcc; */
    background: rgba(51, 51, 51, 0.6);
    height: 90%;
    width: 110%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1.8);
    filter: blur(35px);
    border-radius: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
    font-weight: 700;
    /*font-family: 'Lato', sans-serif;*/
    line-height: 1.7;
    clear: both;
}

.h5, h5 {
    color: #08335f;
}

.homeContent h2 {
    color: #888;
    text-transform: initial;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.homeContent h2:after {
    content: '';
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #1c3249;
}

h3 {
    /* color: #08335f; */
    text-transform: initial;
    font-family: 'Lato', sans-serif;
}

h3,h4,h5,h6, .h3,.h4,.h5,.h6 {
    letter-spacing: 1px;
}

.main_poi_ic {
    text-align: center;
    /*margin-bottom: 80px;*/
}
@media(min-width:1024px){
    .doc_block {
        margin-top: 80px;
    } 
}
.doc_block {
    margin-bottom: 60px;
} 

html {
    overflow-x: hidden;
}

ol,ul {
    color: #747475;
    font-family: inherit;
    font-size: 20px;
    font-weight: 300;
}

ol {
    padding-left: 20px;
    line-height: 1.7;
    margin-bottom: 30px;
}

select {
    height: 48px;
    line-height: 48px;
}

.wpcf7-list-item.first {
    margin-left: 0;
}

.contactFieldBlock .wpcf7 p {
    margin-bottom: 0.5em;
}

.contactFieldBlock .wpcf7 input[type="submit"] {
    background: rgba(0, 112, 60, 1);
    color: #fff;
    text-align: center;
    min-width: 200px;
    padding: 9px 10px;
    text-decoration: none;
    /*display: inline-block;*/
    transition: all 0.5s;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

.contactFieldBlock .wpcf7 input[type="submit"]:hover {
    transition: all 0.5s;
    background: #0068b3;
}

.menu-main-menu-container {
    margin-bottom: 30px;
}

table {
    font-size: 20px;
    color: #747475;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 30px;
    border: solid 1px #eee;
}

table td, table th {
    border-right: 1px solid #eee;
    padding: 5px 15px;
    /* text-align: center; */
}

table td:last-child, table th:last-child {
    max-width: 200px;
    width: 170px;
    /* text-align: center; */
}

table tr {
    border-color: #eee;
}

.featured-meta-value {
    margin-left: 15px;
    color: #747475;
    font-weight: 300;
}

.featured-staff-metas {
    font-size: 18px;
    line-height: 1.8;
}

.featured-meta-label {
    font-weight: 700;
    width: 150px;
}

.standard-meta-label, .featured-meta-label {
    color: #0068b3;
}

.standard-staff-meta {
    font-size: 18px;
    line-height: 1.8;
}

.standard-meta-label {
    font-weight: 700;
}

.standard-meta-value {
    font-weight: 300;
    color: #747475;
}

.callout {
    text-decoration: none !important;
}

/*ul#sidebar li ul.sub-menu li.current-menu-parent>a {
    margin-right: 45px;
}*/
#sidebar .sub-menu li.menu-item-has-children .sub-menu {
    /* display: none; */
}

#sidebar .sub-menu li.menu-item-has-children.open .sub-menu {
    display: block;
}

/*menu experiment*/
.ubermenu .ubermenu-submenu .ubermenu-column-auto {
    width: 50%;
}

.ubermenu .ubermenu-submenu .ubermenu-column-auto > a {
    padding: 10px 5px !important;
}

.ubermenu .ubermenu-submenu .ubermenu-submenu {
    font-size: 0.9em;
}

#navbar .ubermenu .ubermenu-item-normal.ubermenu-item-level-3 a span::before {
    display: none;
}

@media(min-width:1024px){
    #navbar .ubermenu .ubermenu-item-normal.ubermenu-item-level-2 .ubermenu-target {
        padding-left: 25px !important;
    }
}
#navbar .ubermenu .ubermenu-item-normal.ubermenu-item-level-3 .ubermenu-target {
    padding-left: 45px !important;
}

#searchSubmit {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 60px;
}

#searchSubmit i {
    position: relative;
    top: -2px;
    pointer-events: none;
}

.sidebar-left .searchform {
    height: 60px;
    border: 1px solid #ddd;
}

.sub-navigation {
    background: transparent;
}

.searchform input#s {
    height: 100%;
    padding: 8px 25px;
}

@media (max-width: 562px) {
    .logoContainer .logo img {
        min-width: 50px;
        max-width: 80px;
    }

    .logoContainer .logo:after {
        width: 100%;
    }

    .main_poi_ic {
        overflow: hidden;
    }

    .bre_block {
        flex-direction: column;
    }

    .bre_block .breadcrumbs {
        padding-bottom: 0;
    }

    table {
        display: block;
        overflow-x: auto;
    }
}

.main_poi_ic {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.ubermenu .ubermenu-submenu-type-stack {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

a.document-link {
    background: #0068b3;
    word-break: break-word;
    /* min-height: 60px; */
    display: block;
    /* align-items: center; */
    /* justify-content: center; */
    letter-spacing: 2px;
    line-height: 1.2;
    padding: 25px 65px 25px 25px;
    text-align: left;
}

a.poiwi-link {
    background: #0068b3;
    word-break: break-word;
    /* min-height: 60px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    letter-spacing: 2px;
    line-height: 1.2;
    padding: 15px;
    text-align: center;
}

@media (min-width: 768px) {
    a.document-link {
        /* min-height:80px; */
    }
}

a.document-link i {
    /* display: none; */
}

/*090319*/
.sidebar-left .callout {
    padding-top: 100%;
    text-align: center;
}

.sidebar-left .callout:before {
    content: '';
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(45, 14, 76, 0.8);
    background: rgba(0, 0, 0, 0.1);
    transition: 300ms;
    z-index: 2;
}

.sidebar-left .callout .coimg {
    z-index: 1;
}

.sidebar-left .callout:hover:before {
    background: rgba(0, 0, 0, 0.3);
}

.sidebar-left .callout .callout-content {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.sidebar-left .callout-content-main {
    border: none;
    /* min-height: 65px; */
}

.sidebar-left .lowerText {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #fff;
    min-width: 260px;
    transition: all 0.5s;
    letter-spacing: 3px;
    font-weight: 400;
    background: rgba(0, 113, 61, 0.8);
    transform: translateY(100%);
}

.sidebar-left .callout:hover .lowerText {
    background: rgba(0, 113, 61, 1);
}

/* .a2a_mini{
    border-radius: 0 !important;
}
.a2a_menu a, .a2a_menu a.a2a_i:visited, .a2a_menu a.a2a_more {
    color: #0068b3 !important;
}
a.a2a_more .a2a_svg{
    background-color: #0068b3 !important;
} */
.sidebar-left .co-Body {
    position: relative;
}

.sidebar-left .co-Body:after {
    /* content: ''; */
    width: 45px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.sidebar-left .callout .co-Body {
    margin-bottom: 30px;
}

.sidebar-left .callout-content-main {
    padding: 0;
    /* margin-top: 0; */
}

.sidebar-left .callout .callout-content {
    background: rgba(77, 35, 121, 0);
}

.sidebar-left .callout:hover .callout-content {
    background: rgba(77, 35, 121, 0);
    color: #fff;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto {
    position: relative;
}

.ubermenu-submenu-padded {
    padding: 0 20px !important;
}

.ubermenu-item-level-2.ubermenu-has-submenu-flyout:after {
    content: ">" !important;
    color: #d5d5c5;
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    right: 20px;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

@media (min-width: 1200px) {
    .col-lg-9 {
        width: 72%;
    }

    .col-lg-3 {
        width: 28%;
    }
}

@media (min-width: 1024px) {
    body .ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-active > .ubermenu-submenu-type-flyout,
    body .ubermenu .ubermenu-submenu .ubermenu-item > .ubermenu-submenu-type-flyout {
        top: -17px;
    }
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    #navbar, .page-banner, .bre_block, .col-lg-3.col-md-4, .col-lg-12.col-md-12, .footer_top {
        display: none;
    }

    .col-lg-9.mainContent {
        width: 100%
    }

    .wrapper.nothome {
        position: relative;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: "";
    }

    abbr[title]:after {
        content: "";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre,blockquote {
        border: 1px solid #999;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .popupAlert {
        max-width: 260px;
        min-width: 0px;
    }

    .popupAlert .header {
        font-size: 1.5em;
        white-space: normal;
        text-align: center;
    }

    .popupAlert .popupImg {
        width: 100%;
        width: 100%;
    }

    .featimg .noticeText {
        width: 100%;
    }

    .popupAlert .linkbutton {
        display: block;
        float: none;
        margin: auto;
        overflow: hidden;
        width: 80%;
    }
}

/* ROSH */
