@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'chronicapro-bold';
    src: url('../fonts/chronicapro-bold.woff2') format('woff2'), url('../fonts/chronicapro-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'chronicapro-book';
    src: url('../fonts/chronicapro-book_0.woff2') format('woff2'), url('../fonts/chronicapro-book_0.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'chronicapro-light';
    src: url('../fonts/chronicapro-light.woff2') format('woff2'), url('../fonts/chronicapro-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'chronicapro-medium';
    src: url('../fonts/chronicapro-medium.woff2') format('woff2'), url('../fonts/chronicapro-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'chronicapro-regular';
    src: url('../fonts/chronicapro-regular.woff2') format('woff2'), url('../fonts/chronicapro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FaithAndGloryOne';
    src: url('../fonts/faith-and-glory-one.eot');
    src: url('../fonts/faith-and-glory-one.eot?#iefix') format('embedded-opentype'), url('../fonts/faith-and-glory-one.woff2') format('woff2'), url('../fonts/faith-and-glory-one.woff') format('woff'), url('../fonts/faith-and-glory-one.ttf') format('truetype'), url('../fonts/faith-and-glory-one.svg#youworkforthem') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*
-----------------------------------------------

Please use link below when setting Font sizes

Typesetting for RJAS
Date:     05 Aug 2016 http://www.modularscale.com/?16,240&px&1.618&web&table
16px @ 1:1.618
240px (width of one column when 4 column grid used used) @ 1:1.618 http://alistapart.com/articles/more-meaningful-typography/
----------------------------------------------- */

:root {
    --font-awesome: "FontAwesome";
}

html {
    margin: 0;
    padding: 0;
}

body {
    font-family: "ff-din-web", sans-serif;
    font-size: 16px;
    /* Scale origin */
    line-height: 1.5;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-family: 'chronicapro-regular';
    color: #444;
    overflow-x: hidden;
}

.wrapper {
    position: relative;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.full {
    width: 100%;
}

/* 	----------------------------------------------- */


/*	Type headings
/*	----------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 3.541em;
    margin-bottom: 0.5em
}

h2 {
    font-size: 2.618em;
    font-family: 'chronicapro-medium';
}

h3 {
    font-size: 2.189em;
    font-family: 'chronicapro-regular';
    line-height: 1.25;
}

h4 {
    font-size: 1.618em;
}

h5 {
    font-size: 1.353em;
    font-family: 'chronicapro-medium';
}

h6 {
    font-size: 1em;
    font-family: 'chronicapro-bold';
}

p {
    font-size: 16px;
    font-family: 'chronicapro-book';
    margin-bottom: 1.5em;
}

p a {
    font-size: 100%;
    border-bottom: 4px solid #ececf3;
}

p a:hover,
p a:focus {
    border-bottom-color: #004990;
}

.footer p a {
    border-bottom: none;
}

h1 {
    font-family: 'chronicapro-book';
}

h2 {
    font-family: 'chronicapro-medium';
    color: #444444;
}

.block-lead_paragraph p {
    font-family: 'chronicapro-light';
    font-size: 1.618em;
    color: #999;
}

h1+*+p:first-of-type a {
    border: none;
}

strong {
    font-family: 'chronicapro-medium';
    font-weight: normal;
}

a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a,
a:hover {
    text-decoration: none;
    color: #004990;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    object-fit: cover;
}

.media img {
    max-width: inherit;
}

.padd-10 {
    padding: 10px 0;
}

.padd-15 {
    padding: 15px 0;
}

.padd-20 {
    padding: 20px 0;
}

.padd-30 {
    padding: 30px 0;
}

.padd-40 {
    padding: 40px 0;
}

.padd-50 {
    padding: 50px 0;
}

.no-side-padd {
    padding-left: 0;
    padding-right: 0;
}


/* 	----------------------------------------------- */


/*	Buttons
/*	----------------------------------------------- */

.btn {
    border: none;
    border: medium none;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5;
    margin: 0.75em 0;
    padding: 0.75em 2em 0.625em;
    text-shadow: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.btn .fa {
    padding-right: 0.625em;
}

.btn.btn-blue {
    background: #004990;
    color: #fff;
}

.btn.btn-red {
    background: #c00029;
    color: #fff;
    font-weight: normal;
}

.btn.btn-light-blue {
    background: #e7e8f0;
    color: #004990;
}

.btn.btn-grey {
    background: #f2f2f2;
    color: #333;
}

.gray-bg-section .btn {
    background: rgba(255, 255, 255, .5);
    color: #004990;
    margin-left: 2em;
}


/* 	----------------------------------------------- */


/*	Header
/*	----------------------------------------------- */

.header {
    float: left;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+92&0.5+0,0+92 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    transition: all ease .25s;
}


.header .header-right .back-top {
    display: none;
}

.header .header-right .back-top .fa {
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    margin-right: 10px;
}

.header:hover {
    background: #004990;
}

.header.header-active,
.header.header-fixed {
    background: #004990;
    position: fixed;
}

.header.header-fixed .logo,
.header.header-fixed .back-top,
.header.header-active .logo {
    display: block;
}

.header .navbar-nav>li>a,
.header .header-right>li>a {
    color: #fff;
    padding: 1.25em 0.6em;
    position: relative;
}

.header .navbar-nav>li>a:after,
.header .header-right li>a:after,
.main-menu li>a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    background: rgba(0, 0, 0, 0);
}

.header .navbar-nav li>a:hover:after,
.header .header-right li>a:hover,
.onepage .header .navbar-nav>li.active a:after,
.onepage .header .navbar-nav>li.active a:focus:after,
.main-menu li.active>a:after {
    background: #fff;

}

.header .navbar-nav>li>a:hover,
.header .navbar-nav>li>a:focus,
.header .header-right li>a:hover,
.header .header-right li>a:focus,
.onepage .header .navbar-nav>li.active>a,
.onepage .header .navbar-nav>li.active>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff !important;
    background: none !important;
}

.onepage .header .navbar-nav li a:focus {
    color: #fff;
    background: none;
}

.header .navbar-default {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
}

.header .header-right {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 0;
}


/*.main-nav .dropdown .dropdown-menu{background:url(../images/mega-menu-bg.jpg) no-repeat;background-size:cover;}*/

.header .dropdown.yamm-fw .drop-down-wrap {
    background: #fff;
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    margin: auto;
    display: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
}

.header .dropdown.yamm-fw:hover .dropdown-menu,
.header .dropdown.yamm-fw:hover .drop-down-wrap {
    /*display: block;*/

}

.header .dropdown.yamm-fw .dropdown-menu {
    position: relative;
    transition: ease .25s;
    top: 0;
    left: -100vw;
    opacity: 0;
    border: none;
    box-shadow: none;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

/*.header .dropdown.yamm-fw .dropdown-menu{transition-delay:1s;}*/
.header .dropdown.yamm-fw .dropdown-menu.slide {
    left: 0;
    opacity: 1;
}

.dropdown-menu {
    font-size: 16px;

}

.owl-menu-wrapper {
    background: #fff;
    position: absolute;
    top: -100vh;
    z-index: 1500;
    padding: 30px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    width: 100%;
}

.owl-menu-wrapper .menu-close-btn {
    position: relative;
    float: right;
    right: 15px;
    top: 0px;
    cursor: pointer;
    font-size: 2rem;
}

.owl-menu-wrapper.open {
    top: 60px;
}

.owl-menu-wrapper .item>ul {
    padding: 0;
}

.owl-menu-wrapper .item>ul>li {
    list-style: none;
}

.yamm-content h6 a,
.yamm-content h6 a:hover {
    color: #074990;
}

.yamm-content .block h4 {
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
    font-size: 16px;
    margin-bottom: 30px;
}

.yamm-content .block h4 a {
    text-transform: uppercase;
    color: #004990
        /*#14226c*/
    ;
    font-family: 'chronicapro-bold';
}

.yamm-content .block h4 a:hover,
.yamm-content .block h4 a:focus {
    color: #004990
        /*#14226c*/
    ;
}

.yamm-content .block h4 a .fa {
    color: #a2a6bd;
    padding-left: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.yamm-content .block h4 a:hover .fa {
    padding-left: 20px;
}

.yamm-content .block h6 {
    color: #004990
        /*#14226c*/
    ;
}

.yamm-content .block h6 a {
    text-transform: none;
    color: #004990
        /*#14226c*/
    ;
    font-family: 'chronicapro-medium';
    padding-left: 0;
}

.yamm-content .block h6 a:hover,
.yamm-content .block h6 a:focus {
    color: #004990
        /*#14226c*/
    ;
}

.yamm-content .block h6 a .fa {
    color: #a2a6bd;
    padding-left: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.yamm-content .block h6 a:hover .fa {
    padding-left: 20px;
}

.yamm-content .block h5 {
    margin-bottom: 35px;
    color: #004990;
    font-family: 'chronicapro-bold';
}

.yamm-content .block ul {
    padding: 0;
    margin: 0;
}

.yamm-content .block ul li {
    list-style: none;
}

.yamm-content .block ul li ul li {
    padding-left: 15px;
}

.yamm-content .block ul li a {
    color: #333;
    text-decoration: none;
    padding: 4px 0;
    display: block;
    font-weight: normal;
    font-size: 0.875em;
    font-family: 'chronicapro-medium';
}

.yamm-content .block ul li a:hover,
.yamm-content .block ul li a:focus,
.yamm-content .block ul li ul li a:hover,
.yamm-content .block ul li ul li a:focus {
    color: #004990;
    padding-left: 1em;
    background-color: #fff;
}

.yamm-content .block ul li ul li a {
    font-family: 'chronicapro-regular';
    font-weight: normal;
    font-size: 0.875em;
}

.yamm-content .block ul li ul li a:hover,
.yamm-content .block ul li a:focus,
.yamm-content .block ul li ul li ul li a:hover,
.yamm-content .block ul li ul li ul li a:focus {
    color: #004990;
    padding-left: 1em;
    background-color: #fff;
}

.dropdown.yamm-fw.open .dropdown-toggle .fa-align-left:before {
    content: "\f00d";
    font-size: 18px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: none;
    color: #fff;
}

.header .left-menu .navbar-nav .dropdown.discover .dropdown-menu {
    background: none;
    border: none;
    padding: 0;
    margin-top: 0px;
    margin-left: -5px;
    box-shadow: none;
}

.header .left-menu .navbar-nav .dropdown.discover .dropdown-menu li a {
    padding: 5px 15px;
}

.header .left-menu .navbar-nav .dropdown.discover .dropdown-menu li a:hover {
    background: rgba(255, 255, 255, .4);
    color: #fff;
}

.header .left-menu .navbar-nav .dropdown.discover:hover .dropdown-menu {
    display: block;
}

.header .navbar-nav.navbar-right .dropdown.online-services .dropdown-menu {
    background: none;
    border: none;
    padding: 0;
    margin-top: 0px;
    margin-left: -5px;
    box-shadow: none;
    min-width: inherit;
    width: 130px;
}

.header .navbar-nav.navbar-right .dropdown.online-services .dropdown-menu li a {
    padding: 5px 15px;
}

.header .navbar-nav.navbar-right .dropdown.online-services .dropdown-menu li a:hover {
    background: rgba(255, 255, 255, .4);
    color: #fff;
}

.header .navbar-nav.navbar-right .dropdown.online-services:hover .dropdown-menu {
    display: block;
}


/* 	----------------------------------------------- */


/*	Video
/*	----------------------------------------------- */

#video-slider>img,
.why-shire>img {
    width: 100%;
}


/*#video-slider > img{width: 100%;object-fit: cover;height:100vh;}*/


/*---Video banners----*/

.video-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
}

.video-wrapper video {
    width: 100%;
    object-fit: cover;
}

.video-btn-holder {
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    margin: auto;
    bottom: 20px;
    min-height: 80px;
    z-index: 1000;
    display: none;
}

.video-btn-holder .mute {
    display: none;
}

#video-slider {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}


/* #video-slider img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    position: absolute;
} */

.video_wrapper img {
    max-width: 100%;
}

#video-viewport {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 1;
    /* for accessing the video by click */
}

#defaultBar {
    position: relative;
    float: left;
    width: 600px !important;
    height: 5px;
    background: #444444;
    margin: 16px 5px 0 5px;
    cursor: pointer;
}

#progressBar {
    position: absolute;
    width: 0px;
    height: 5px;
    background: #cc181e;
}

.btn-play {
    background: rgba(0, 0, 0, .7);
    padding: 8px 25px;
    color: #fff;
    border-radius: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    outline: none !important;
}

.btn-play {
    float: left;
    width: 62px;
}

.btn.btn-videoplay .fa {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn.btn-videoplay:hover .fa {
    padding-left: 0.25em;
    padding-right: 0.4em;
}

#timeWrap {
    background: rgba(27, 27, 27, .8);
    display: none;
    float: left;
    text-align: center;
    font-size: 10px;
    padding: 0px 6px;
    margin: 11px 5px 0 5px;
    border-radius: 4px;
}

#timeWrap .currentTime {
    color: #fff;
}

#timeWrap .duration {
    color: #8d8d8d;
}

#homepage .hero-image,
#homepage .hero-image .video-slider,
#homepage .hero-image video,
#homepage .hero-image #video-slider {
    height: calc(100vh - 110px);
    overflow: hidden;
    width: 100%;
    object-fit: cover;

}


#homepage #video-slider .overlay {
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}

#homepage #video-slider .slider-caption {
    margin: 8rem 0 0;
}

#video-slider .overlay,
.innerpage .hero-image .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+64,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

.innerpage .hero-image .overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.47+0,0.11+50,0.36+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.11) 50%, rgba(0, 0, 0, 0.36) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.11) 50%, rgba(0, 0, 0, 0.36) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.11) 50%, rgba(0, 0, 0, 0.36) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#78000000', endColorstr='#5c000000', GradientType=1);
    /* IE6-9 */
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#video-slider .slider-caption {
    width: 400px;
    position: relative;
    /* top: 0; */
    /* bottom: 0; */
    /* height: auto; */
    margin: auto 0;
    color: #fff;
    text-shadow: 0 0 1px #000;
    font-size: 1em;
    z-index: 444;
}

#video-slider .slider-caption img {
    max-width: 100% !important;
    width: auto !important;
    height: 150px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

#video-slider .slider-caption p {
    padding: 1em 0 0;
    margin-bottom: 0;
}

.slides-navigation a {
    font-size: 48px;
    color: #fff;
    padding: 25px;
    opacity: .8;
}

#video-slider .slider-caption h4 {
    font-family: 'FaithAndGloryOne';
    font-size: 4em;
}

#video-slider .video-btn-holder .close-video {
    position: fixed;
    top: 25px;
    right: 30px;
    font-size: 30px;
    color: #fff;
}


/* 	----------------------------------------------- */


/*	Call to Action Buttons
/*	----------------------------------------------- */

.call-to-action-btns {
    background:
        /*url(../images/pattern-1.png)*/
        #004990;
    padding: .6em 0;
}

.call-to-action-btns a {
    color: #d0d4e8
        /*#b7bcd2*/
    ;
    text-decoration: none;
    font-size: 1em;
}

.call-to-action-btns a span {
    color: #fff;
}

.call-to-action-btns .action-icon {
    font-size: 3.5em;
    opacity: .2;
    float: left;
    margin-right: 1.5rem;
}

.call-to-action-btns .action-detail span {
    display: block;
    font-family: "chronicapro-bold";
    font-size: 2.4rem;
    letter-spacing: 0.005em;
    line-height: 1.4;
}

.call-to-action-btns .action-detail {
    overflow: hidden;
}

a.action-btn {
    display: block;
    padding: 1em 1.5em;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a.action-btn:hover,
a.action-btn:focus {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.call-to-action-btns.landing .action-detail span {
    font-size: 2.43rem;
}

.call-to-action-btns.landing .action-detail a {
    padding-top: 0.25em;
}

.call-to-action-btns.landing .action-detail a em {
    margin-top: -0.25em;
}


/* 	----------------------------------------------- */


/*	Homepage Sections
/*	----------------------------------------------- */

.gray-bg-section {
    background: #b7bcd2;
    color: #004990;
    display: table-cell;
    vertical-align: middle;
    height: 110px;
    max-width: 100%;
    width: 2500px;
    text-align: center;
}

.gray-bg-section p {
    margin: 0;
    font-size: 1.125em;
}

.gray-bg-section .btn:hover {
    background: rgba(255, 255, 255, .9);
}

.why-shire {
    position: relative;
    color: #fff;
}

.why-shire .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 2.5% 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+49&0+0,0.55+49 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 49%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 49%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 49%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#8c000000', GradientType=1);
    /* IE6-9 */

    display: flex;
    align-items: center;
}

.why-shire .overlay.overlay-left {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+51,000000+100&0.55+51,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.55) 51%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.55) 51%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 51%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */

}

.why-shire h2 {
    color: #fff;
}

.why-shire .overlay ul {
    padding: 15px 0;
}

.why-shire .overlay ul li {
    list-style: none;
    padding: 5px 0 5px 35px;
    position: relative;
    font-family: 'chronicapro-book';
}

.why-shire .overlay ul li:before {
    content: "\f105";
    display: block;
    float: left;
    position: absolute;
    left: 3px;
    top: 0;
    font-family: FontAwesome;
    font-size: 20px;
}

.lower-curve {
    position: absolute;
    z-index: 11;
    bottom: -5px;
}

#homepage .hero-image #video-slider>img {
    height: 100vh !important;
    object-fit: cover;
    transition: all .5s ease;
}

.button-list-item .news-block {
    margin-bottom: 30px;
}

.search-content {
    padding: 60px 0;
}

.search-content .form-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 46px;
    font-size: 2rem;
}

.search-content .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-content ul {
    padding: 0;
    margin: 30px 0;
}

.search-content ul li {
    list-style-type: none;
    margin: 1em 0;
    font-size: 1em;
    position: relative;
    padding: 0 0 1em 3em;
    font-family: "chronicapro-book";
    border-bottom: 2px solid #f3f4f7;
}

.search-content ul li:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f054";
    left: 15px;
    font-size: 90%;
    color: #004990;
    top: 0.25rem;
}

.search-content .form-btn {
    text-align: center;
    margin: auto;
}

.accordion-block .panel-default .panel-heading .panel-title a:focus {
    outline: none;
}

.accordion-block .panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.accordion-block .panel-default .panel-heading {
    padding: 0;
    background: none;
}

.accordion-block .panel-default .panel-heading .panel-title a {
    line-height: 20px;
    background: none;
    border: none;
    display: block;
    border-top: 1px solid #eee;
    position: relative;
    padding: 15px 60px 15px 15px;
    text-decoration: none;
}

.accordion-block .panel-default .panel-heading .panel-title a:after {
    content: "\f107 ";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 0rem;
    bottom: 0;
    right: 25px;
    font-size: 2rem;
    pointer-events: none;
    height: 2rem;
    margin: auto;
}

.accordion-block .panel-default .panel-heading .panel-title a[aria-expanded='true'] {
    background: #f7f7f7;
}

.accordion-block .panel-default .panel-heading .panel-title a[aria-expanded='true']:after {
    content: "\f106 ";
}

.accordion-block .panel-default .panel-body {
    padding-bottom: 0px;
}

.accordion-block .panel-default .panel-body p {
    margin-bottom: 15px;
}

.block-NewsletterListBlock ul {
    padding-left: 0;
}

.block-NewsletterListBlock ul li {
    list-style: none;
    margin-bottom: 1.5em;
}

.block-NewsletterListBlock ul li a {
    border-bottom: 4px solid #ececf3;
    text-decoration: none;
    color: #004990;
}

.block-NewsletterListBlock ul li a:hover {
    border-bottom-color: #004990;
}

.mfp-wrap {
    z-index: 99999;
    background: rgba(0, 73, 144, .9);
}

.header .logo {
    opacity: 0;
    transition: all ease .25s;
}

.header.header-fixed .logo {
    opacity: 1;
}


.seven-cs-post.post-content h4 {
    margin: 0 0 1rem;
}


/* Business Register page css starts */

.business-section {
    padding: 0 0 60px;
    border-bottom: 1px solid rgba(183, 168, 139, .3);
    margin-bottom: 40px;
}

.business-directory-listing .business-section:nth-child(n+11) {
    display: none;
}

.business-directory-listing .social-icons ul li {
    list-style: none;
}

.business-directory-listing .contact-details i {
    padding-right: 0.7rem;
}

.filters-wrap {
    margin: 40px 0 3.5rem;
    padding-bottom: 4.6rem;
    border-bottom: 1px solid var(--color-neutral-neutral-100, #D9DFE9);
    ;
}



.filters-wrap ul li a {
    display: block;
    padding: 5px 15px;
    border: 1px solid rgba(4, 47, 135, .3);
    text-decoration: none;
    border-radius: 2px;
}


.filters-wrap .search-business-form .input-group {
    border-bottom: 1px solid rgba(112, 112, 112, .3);
}

.filters-wrap .input-group-addon,
.filters-wrap .input-group .form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}



@media all and (max-width: 767px) {
    .lower-curve {
        bottom: -7px;
    }


}

#book_tour.fullwidth-section {
    background: rgba(0, 0, 0, 0) url("../images/water-wave.png") repeat scroll 0 0;
}

#book_tour .white-wrapper {
    background: #fff;
    padding: 3em;
    margin: 3em auto;
}

.fullwidth-section {
    padding: 6em 0;
    background-color: #fff;
}

.post-image {
    padding: 1em 0;
}

.post-image img {
    width: 100%;
    box-shadow: 0px 1px 2px #ccc;
    width: 100%;
}

.fullwidth-section.post-section .post-image img {
    box-shadow: none;
}

.post-section .col-md-6 {
    padding: 0 30px;
}

section#book_tour .post-content>div {
    padding: 0 15px;
}

.post-section h5 {
    font-family: 'chronicapro-bold';
    margin-bottom: 0;
}

.post-section .two-column-promo h5 a {
    color: #444;
}

.post-section .two-column-promo .post-image,
.school-blocks .image-block,
.innerpage.newspage .image-block {
    overflow: hidden;
}

.post-section .two-column-promo .post-image img,
.innerpage.newspage .image-block img {
    transition: all ease .3s;
}

.post-section .two-column-promo:hover .post-image img,
.innerpage.newspage .image-block:hover img {
    transform: scale(1.04);
}

.news-events-section {
    background: url(../images/water-wave.png);
}

.news-events-section h3 {
    font-family: 'chronicapro-light';
    margin-top: 0;
}

.news-events-section h3 a {
    font-family: 'chronicapro-book';
}

.news-events-section h3 a:hover,
.news-events-section h3 a:focus {
    text-decoration: underline
}

.news-blocks {
    padding: 20px 0;
}

.news-block img {
    width: 100%;
}

.news-block .post-description h6 {
    font-family: 'chronicapro-regular';
    margin-top: 0.75em;
    min-height: 46px;
}

.parallax-window {
    background-size: cover;
    clear: both;
    color: #fff;
}

.parallax-window .message p {
    font-family: 'chronicapro-light';
    font-size: 1.3em;
    padding: 1em 0;
}

.parallax-window .reference {
    text-align: center;
    font-family: 'chronicapro-medium';
}

#summary-text {
    padding-top: 2em;
    background-color: #fff;
}

#summary-text p {
    color: #004990;
    font-size: 1.5em;
    font-family: 'chronicapro-book';
}

#request-more-info {
    background: url(../images/backgrounds/request-more-info-bg.jpg) no-repeat 0 0 scroll;
    background-size: cover;
    color: #fff;
}


/*#request-more-info p:first-of-type {font-family: 'chronicapro-light'; font-size:1.618em; color:#fff;}*/

#request-more-info .form-style .form-group label {
    color: #fff !important;
}

#request-more-info .form-style .form-group label span.req {
    color: rgba(255, 255, 255, 0.6);
}

#request-more-info .form-style .form-group select {
    width: 150px !important;
}


/* 	----------------------------------------------- */


/*	Footer
/*	----------------------------------------------- */


/*.footer{background:url(../images/waves.svg) no-repeat bottom center;padding:4% 0 10%;clear:both;background-size:100%;}*/

.footer {
    background: #fff;
    padding: 4% 0 0;
    clear: both;
}

.footer a {
    color: #004990
        /*#004990*/
    ;
    text-decoration: none;
}

.footer .phone {
    color: #444444;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 1.125em;
}

.footer .social-icons {
    border-bottom: 4px solid #f3f4f7;
}

.footer .social-icons ul,
.footer .footer-menu ul {
    padding: 0;
}

.footer .social-icons ul li {
    font-size: 1em;
}

.footer .social-icons ul li a {
    padding: 0.625em 0.625em 0.5em;
    margin-bottom: 0.25em;
}

.footer .social-icons ul li a:hover,
.footer .social-icons ul li a:focus {
    background: rgba(16, 32, 106, 0.05);
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.footer .social-icons ul li a .fa {
    padding-right: 10px;
}

.footer .copyright p {
    font-size: 0.75em;
}

.footer .footer-menu ul li {
    display: inline-block;
    list-style: none;
    font-size: 0.75em;
}

.footer .footer-menu ul li a {
    display: block;
    padding: 10px 15px;
    color: #8f8f8f;
}


/* 	----------------------------------------------- */


/*	Megamenu
/*	----------------------------------------------- */

.close-video svg {
    width: 34px;
}

.dropdown.yamm-fw .dropdown-menu {
    width: 100%;
    z-index: 9999;
    position: fixed;
    border: none;
    border-radius: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 60px;
    padding: 0;
    background: none;
}


.dropdown.yamm-fw .dropdown-menu .yamm-content .image-wrap,
.owl-menu-wrapper .image-wrap {
    position: relative;
}

.dropdown.yamm-fw .dropdown-menu .yamm-content .image-wrap .overlay,
.owl-menu-wrapper .image-wrap .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    padding: 12px 28px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+57,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */

}

.owl-menu .yamm-content .image-wrap .overlay h4,
.dropdown.yamm-fw .dropdown-menu .yamm-content .image-wrap .overlay h4 {
    color: #fff;
    font-size: 1.6rem;
}

.dropdown.yamm-fw .dropdown-menu .yamm-content {
    /*background: url(../images/mega-menu-bg.jpg) no-repeat;
    background-size: cover;*/

    background: #fff;
    padding: 30px 0px 50px;
}

.owl-menu .yamm-content>.container,
.dropdown.yamm-fw .dropdown-menu .yamm-content>.container {
    width: 92%;
}

.owl-menu .yamm-content .col,
.dropdown.yamm-fw .dropdown-menu .yamm-content .col {
    display: flex;
    flex-direction: column;
    justify-items: center;
    text-align: left;
}

.owl-menu .yamm-content .col p,
.dropdown.yamm-fw .dropdown-menu .yamm-content .col p {
    height: 50px;
    overflow: hidden;
}

.owl-menu .yamm-content ul,
.dropdown.yamm-fw .dropdown-menu .yamm-content ul {
    padding: 0;
}

.owl-menu .yamm-content ul li,
.dropdown.yamm-fw .dropdown-menu .yamm-content ul li {
    list-style: none;
}

.owl-menu .yamm-content ul li a,
.dropdown.yamm-fw .dropdown-menu .yamm-content ul li a {
    color: #333;
    display: block;
    padding: 5px 0;
}

.main-nav .yamm-content>.row {
    display: table;
    width: 100%;
    margin: 0;
}

.owl-menu .yamm-content ul li li,
.dropdown.yamm-fw .dropdown-menu .yamm-content ul li li {
    padding: 2px 0;
}

.owl-menu .yamm-content ul li li a,
.dropdown.yamm-fw .dropdown-menu .yamm-content ul li li a {
    padding-left: 20px;
    position: relative;
}

.owl-menu .yamm-content ul li li a:before,
.dropdown.yamm-fw .dropdown-menu .yamm-content ul li li a:before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #d0d4e8;
    position: absolute;
    left: 0;
}

.owl-menu .yamm-content>.row>div,
.main-nav .yamm-content>.row>div {
    padding: 20px 30px;
    /* display: table-cell;
    float: none;
    min-width: 1%;*/
}

.main-nav .yamm-content>.row>div:hover {
    background: rgba(255, 255, 255, .3);
}

.dropdown.yamm-fw .dropdown-menu.search-overlay {
    /* padding: 5% 0;
    background: url(../images/mega-menu-bg.jpg) no-repeat;
    background-size: cover;
    */
    background: #fff;
}

.menu-overlay {
    display: block;
    top: 0px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 1s ease;
    z-index: -1;
}

.menu-overlay.open {
    background: rgba(0, 0, 0, 0.8);
    z-index: 1500;
}


/* 	----------------------------------------------- */


/*	Search
/*	----------------------------------------------- */

.search-overlay .close-btn {
    padding: 1.25em 0;
    text-align: right;
}

.search-overlay .close-btn a {
    color: #004990 !important;
    font-size: 1.25em !important;
    text-decoration: none;
}

.search-overlay .close-btn a .fa {
    padding: 0 10px;
}

.search-overlay .search-form {
    background: #f2f2f2;
    margin-bottom: 2em;
    box-shadow: 0 0 2px #ccc;
}

.search-overlay .search-form .input-group .form-control {
    border-radius: 0;
    background: none;
    font-style: italic;
    font-size: 1.5em;
    padding: 0 1.5em;
    border: none;
    height: 70px;
    color: #333;
    box-shadow: none;
}

.search-overlay .search-form .input-group-addon {
    border-radius: 0;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 26px;
    padding: 6px 25px;
    color: #333;
}

.search-overlay .suggested-links {
    background: none;
    padding: 20px 0;
}

.search-overlay .suggested-links h4 {
    font-family: 'chronicapro-bold';
    color: #074990;
    font-size: 14px;
    margin-bottom: 20px;
}

.search-overlay .suggested-links ul {
    padding: 0;
    margin-bottom: 30px;
}

.search-overlay .suggested-links ul li {
    list-style: none;
}

.search-overlay .suggested-links ul li a {
    font-weight: 400;
    color: #363636;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

.header-right .nav .open>a,
.header-right .nav .open>a:focus,
.header-right .nav .open>a:hover {
    background: none;
}

.header .nav .open>a:after,
.header .nav .open>a:focus:after,
.header .nav .open>a:hover:after {
    background: #fff;
}

.autocomplete-suggestions {
    top: 42px;
}

.autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px 4%;
    background: #fff;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    max-width: 93%;
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
    background: #004990;
    color: #fff;
}

.search-result h3,
.search-result h3 a {
    font-size: 20px;
    color: #004990;
    text-decoration: none;
}

.search-result h3 a:hover {
    color: #3f3f3f;
}

.search-result p {
    font-size: 16px;
    color: #3f3f3f;
    line-height: 1.7em;
    margin-bottom: 10px;
    text-decoration: none;
}


/* 	----------------------------------------------- */


/*	loader
/*	----------------------------------------------- */

.loader {
    left: 45%;
    position: fixed;
    top: 50%;
    width: 40px;
    height: 60px;
    display: block;
    z-index: 10;
}

.loader .circle {
    position: absolute;
    width: 38px;
    height: 38px;
    opacity: 1;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: orbit;
    -webkit-animation-duration: 5.5s;
    animation-iteration-count: infinite;
    animation-name: orbit;
    animation-duration: 5.5s;
}

.loader .circle:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    /* Pick a color */
}

.loader .circle:nth-child(2) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms;
}

.loader .circle:nth-child(3) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms;
}

.loader .circle:nth-child(4) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms;
}

.loader .circle:nth-child(5) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms;
}

@-webkit-keyframes orbit {
    0% {
        -webkit-transform: rotate(225deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        -webkit-transform: rotate(345deg);
        -webkit-animation-timing-function: linear;
    }

    30% {
        -webkit-transform: rotate(455deg);
        -webkit-animation-timing-function: ease-in-out;
    }

    39% {
        -webkit-transform: rotate(690deg);
        -webkit-animation-timing-function: linear;
    }

    70% {
        -webkit-transform: rotate(815deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }

    75% {
        -webkit-transform: rotate(945deg);
        -webkit-animation-timing-function: ease-out;
    }

    76% {
        -webkit-transform: rotate(945deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(945deg);
        opacity: 0;
    }
}

@keyframes orbit {
    0% {
        transform: rotate(225deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }

    7% {
        transform: rotate(345deg);
        animation-timing-function: linear;
    }

    30% {
        transform: rotate(455deg);
        animation-timing-function: ease-in-out;
    }

    39% {
        transform: rotate(690deg);
        animation-timing-function: linear;
    }

    70% {
        transform: rotate(815deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }

    75% {
        transform: rotate(945deg);
        animation-timing-function: ease-out;
    }

    76% {
        transform: rotate(945deg);
        opacity: 0;
    }

    100% {
        transform: rotate(945deg);
        opacity: 0;
    }
}

.high-index {
    z-index: 10000000001;
}

.wrapper.onepage #video-slider #canvas {
    z-index: -2;
}

.wrapper .loader {
    background: #004990
        /*#11206a*/
    ;
    left: 0;
    right: 0;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: 100%;
    z-index: 50000;
}

.loader-wrap {
    position: absolute;
    width: 70px;
    height: 70px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/*.loader .circle:after{    background: #003f6d;}*/


/* 	----------------------------------------------- */


/*	Inner Page Layout
/*	----------------------------------------------- */

.innerpage .hero-image {
    position: relative;
    max-height: 444px;
    overflow: hidden;
    /*max-height:67.75vh;*/
}

.innerpage .hero-image>img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.innerpage .hero-image .logo-image {
    width: 300px;

}

.page-header {
    background:
        /*url(../images/pattern-1.png)*/
        #004990;
    margin: 0;
    border: none;
    padding: 1em 0 4.5em;
    color: #fff;
}

.page-header h1 {
    margin-bottom: 0;
    font-size: 3em;
    font-family: 'chronicapro-bold';
}

.page-header .secondary h1 {
    font-size: 2.5em !important;
}

.page-header h1 span {
    font-family: 'chronicapro-light';
    color: #b7bcd2;
    position: relative;
    font-size: 100%;
}

.page-header p {
    /*font-size: 18px;height: 80px;vertical-align: bottom;display: table-cell; width:1%;*/
    margin: 1em 0 0.75em;
    font-size: 1.125em;
    color: #b7bcd2;
}

.innerpage-content {
    background: url(../images/water-wave.png);
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.white-container {
    background: #fff;
    padding: 10px 30px 0;
    float: left;
    width: 100%;
    margin-top: -55px;
    position: relative;
}

.navigation {
    position: relative;
    border-bottom: 4px solid #f1f2f6;
    float: left;
    width: 100%;
}

.navigation ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.navigation ul li {
    float: left;
    list-style: none;
    font-size: 14px;
    font-family: 'chronicapro-medium';
}

.navigation ul li a {
    display: block;
    padding: 10px 10px;
    color: #004990;
    margin-bottom: -4px;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.navigation ul li a:hover,
.navigation ul li span.active a,
.navigation ul li.active a {
    border-bottom: 4px solid #c0002b;
    color: #c0002b;
}

.navigation ul li.print-btn a {
    color: #444;
}


/* 	----------------------------------------------- */


/*	News Page
/*	----------------------------------------------- */

.newspage .post-description h4 {
    font-size: 20px;
    min-height: 45px;
}

.newspage .news-blocks {
    padding: 25px 0 0;
    width: 100%;
}

.newspage .news-block .post-image img {
    box-shadow: 0px 1px 2px #ccc;
    width: 100%;
}

.newspage h2:after {
    content: "\f105 ";
    font-family: FontAwesome;
    padding-left: 15px;
    font-size: 18px;
    color: rgba(16, 32, 106, .5);
}


/* 	----------------------------------------------- */


/*	News Detail
/*	----------------------------------------------- */

.news-detail h2 {
    color: #004990;
    font-size: 40px;
    margin: 30px 0 10px;
}

.date {
    color: #888888;
}

.img-desc {
    font-size: 13px;
    padding: 10px 0;
    font-weight: 600;
}

.news-content {
    padding: 20px;
}

.news-content h4 {
    color: #888888;
    font-family: 'chronicapro-book';
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 25px;
}

.news-content p {
    margin-bottom: 25px;
}

.news-content blockquote {
    border: none;
    color: #004990;
    font-family: 'chronicapro-medium';
    font-style: italic;
    font-size: 16px;
    padding: 20px 50px;
}

.share-page {
    background: #f6f6f6;
    box-shadow: 0 0 2px #ccc;
    color: #004990;
    float: left;
    width: 100%;
    margin: 25px 0;
}

.share-page p {
    float: left;
    margin: 0;
    padding: 15px 20px;
}

.share-page ul {
    padding: 0;
    float: right;
    margin: 0;
}

.share-page ul li {
    list-style: none;
    display: inline-block;
}

.share-page ul li a {
    display: block;
    padding: 15px 20px;
    font-size: 18px;
}

.share-page ul li a:hover {
    background: #e9e9e9;
}

.page-navigation {
    margin: 15px 0;
    float: left;
    width: 100%;
    display: flex;
    font-weight: 600;
    align-items: center;
}

.page-navigation .row>div {}

.page-navigation .row>div:hover {}

.page-navigation a {
    padding: 1em 2.5em;
    display: block;
}

.page-navigation a:hover,
.page-navigation a:focus {}

.page-navigation a.previous-page:hover {
    padding-left: 2em;
}

.page-navigation a.next-page:hover {
    padding-right: 2em;
}

.page-navigation a .media-body {
    font-family: 'chronicapro-medium';
    font-size: 1.4rem;

}

.page-navigation .media .fa {
    color: #888;
    font-size: 1.5em;
    font-weight: 700;
    width: 3rem;
}

.page-navigation .col-sm-6 a {
    display: block;
    padding: 1.5em;
}

.news-detail-section h2 {
    color: #004990;
    font-size: 2.6em;
}

.newspage .news-detail-section h2:after {
    display: none;
}

.news-blocks .news-block {
    padding: 0.625em;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
}

.news-blocks .news-block:hover,
.news-blocks .news-block:focus {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}


/* 	----------------------------------------------- */


/*	Landing Page
/*	----------------------------------------------- */

.innerpage .navigation .breadcrumb {
    background: none;
    margin: 0;
    font-size: 0.75em;
    font-family: 'chronicapro-medium';
}

.innerpage .navigation .breadcrumb li.active {
    color: #444;
}

.innerpage .navigation .breadcrumb>li+li::before {
    content: "\f105 ";
    font-family: FontAwesome;
    padding: 0 15px;
    font-weight: 400;
}

.innerpage .navigation .breadcrumb li.print-btn a {
    color: #444;
    font-family: 'chronicapro-book';
}

.innerpage .navigation .breadcrumb>li.print-btn::before {
    display: none;
}

.image-block {
    overflow: hidden;
    max-height: 270px;
    position: relative;
}

.image-block .overlay {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 25px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.6+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    /* IE6-9 */
}

.image-block img {
    width: 100%;
}

.image-block .overlay h4 {
    position: absolute;
    bottom: 20px;
    font-size: 24px;
}

.image-block .overlay h4 a,
.image-block a .overlay h4 {
    color: #fff;
}

li.search-dropdown {
    width: 50px;
    text-align: center;
}

.header .header-right li.search-dropdown.open>a {
    background: #313f7f;
    color: #fff;
}

.header .header-right li.search-dropdown.open>a .fa {
    font-size: 20px;
}


/*.search-dropdown.open .fa-search:before{content: "\f00d";}*/

.phone,
.address {
    padding: 0;
}

.mobile-call-actions,
.mobile-menu {
    display: none;
}


/* 	----------------------------------------------- */


/*	Local Navigation
/*	----------------------------------------------- */

.left-sidebar ul {
    padding: 0;
    margin: 0;
}

.left-sidebar ul li {
    list-style: none;
    position: relative;
}

.left-sidebar ul li a {
    display: block;
    padding: 0.5em 1em;
    color: #004990;
}

.left-sidebar ul li.active a,
.left-sidebar ul li.active a:hover,
.left-sidebar ul li.active a:focus {
    background-color: rgba(16, 23, 106, 0.075);
    padding-left: 1.5em;
}

.left-sidebar ul li a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    padding-left: 1.5em;
}

.left-sidebar ul li.submenu a {
    color: #333;
    font-family: "chronicapro-regular";
    font-size: 0.875em;
    padding: 0.75em 0 0.75em 3.5em;
}

.left-sidebar ul li.submenu a:before {
    color: #888;
    font-family: fontawesome;
    content: "\f105";
    position: absolute;
    left: 1.75em;
}


/* 	----------------------------------------------- */


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

.post-content h3:first-of-type {
    margin-top: 0;
}

.post-content h3 {
    margin: 1.5em 0 0.75em;
    color: #444;
    font-family: 'chronicapro-medium';
}

.post-content h4 {
    color: rgba(0, 0, 0, 0.5);
    font-family: "chronicapro-light";
    font-size: 2.189em;
    margin: 1.5em 0 0.75em;
}

.post-content p {
    margin-bottom: 1.5em;
}

.post-content ul {
    margin: 1.5em 0;
    padding-left: 1.5em;
}

.post-content ul li {
    list-style-type: none;
    margin: 1em 0;
    font-size: 1em;
    position: relative;
    padding: 0 0 1em 1.5em;
    font-family: "chronicapro-book";
    border-bottom: 2px solid #f3f4f7;
}

.post-content ul li ul li {
    border-bottom: 0px;
}

.post-content ul li:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f054";
    left: 0;
    font-size: 90%;
    color: #004990;
    top: 0.01em;
}

.post-content ul li a:hover,
.post-content ul li a:focus {
    text-decoration: underline;
}

.post-content ul.dates li:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f073";
    left: 0;
    font-size: 90%;
    color: #004990;
    top: 0.01em;
}

.post-content ol {
    position: relative;
    padding-left: 3em;
    list-style-type: none;
}

.post-content ol li {
    counter-increment: step-counter;
    margin-bottom: 0;
    padding: 1.5em 0 1.5em 1em;
    font-size: 1.166em;
    font-weight: 300;
}

.post-content ol li:last-child {
    margin-bottom: 0;
}

.post-content ol li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    line-height: 1;
    margin: 0;
    padding: 0.75em 1em 0.625em;
    font-size: 1em;
    font-family: "chronicapro-bold";
    color: #004990;
    font-weight: 700;
    background-color: rgba(16, 23, 106, 0.075);
    border-radius: 3px;
}

.post-content .video-wrap {
    position: relative;
    margin-bottom: 1.5em;
}

.post-content .video-wrap img {
    width: 100%;
}

.post-content .video-wrap .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.post-content .video-wrap .overlay .play-btn-wrap {
    text-align: center;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    position: absolute;
}

.post-content .video-wrap .overlay .play-btn-wrap .play-btn {
    color: #fff;
    font-size: 25px;
}

.post-content h1>p:first-of-type {
    font-family: 'chronicapro-book';
    font-size: 1.35em;
    margin: 1rem 0;
    color: #888888;
}

.btn.btn-red {
    background: #c1022c;
    color: #fff;
}

blockquote {
    font-style: italic;
    color: #004990;
    font-size: 16px;
    border-left: none;
}

.right-sidebar .image {
    margin-bottom: 20px;
}

.image-description {
    font-size: 12px;
    padding: 5px 0;
}

.table-style.table thead th {
    background-color: #11206b;
    color: #fff;
}

.table-style.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 0;
}

ul.contacts {
    margin: 0;
    padding: 0;
}

ul.contacts li {
    text-align: center;
    list-style-type: none;
    margin: 0.5em 0;
    background-color: rgba(16, 32, 106, 0.025);
    font-size: 1em;
    position: relative;
    padding: 6em 1.5em 1.5em;
    height: 16em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ul.contacts li:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f003";
    top: 0.5em;
    font-size: 3em;
    color: rgba(16, 32, 106, 0.2);
    top: 0.5em;
    left: 0;
    right: 0;
    margin-bottom: 1em;
}

ul.contacts li p {
    font-size: 1.25em;
    margin-bottom: 0;
    display: block;
    font-family: "chronicapro-medium";
}

ul.contacts li .position {
    color: #888;
    font-family: "chronicapro-book";
    font-size: 0.75em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

ul.contacts li .btn {
    text-transform: none;
}


/* 	----------------------------------------------- */


/*	Form Styles
/*	----------------------------------------------- */

.form-style {
    padding: 3em 0;
}

.form-style .form-group {
    margin: 0;
    padding: 0.75em 0;
}

.form-style .form-group label {
    color: rgba(0, 0, 0, 0.75) !important;
    display: block;
    font-family: "chronicapro-medium";
    font-weight: normal;
    font-size: 1.166em;
}

.form-style .form-group label .req {
    font-family: "chronicapro-book";
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.75em;
    font-style: italic;
    font-weight: 300;
}

.form-style .form-group label .helptext {
    font-family: "chronicapro-book";
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 0.875em;
    font-style: normal;
    font-weight: 600;
}

.form-style .form-group input[type="text"],
.form-style .form-group input[type="email"],
.form-style .form-group textarea,
.form-style .form-group select {
    font-family: "chronicapro-regular";
    background-color: #fafafa;
    border: medium none;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    height: inherit;
    line-height: 1.5;
    padding: 0.75em 1.5em;
    width: 100%;
}

.form-style h5:first-of-type {
    margin: 0 0 1em;
}

.form-style h5 {
    font-family: "chronicapro-book";
    border: medium none;
    margin: 3em 0 1em;
    overflow: hidden;
    padding-bottom: 0.25em;
    position: relative;
}

.form-style h5::after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    height: 1px;
    position: absolute;
    width: 100%;
}

.form-style h5::after {
    left: 0;
    margin: auto;
}


/* 	----------------------------------------------- */


/*	Page Video
/*	----------------------------------------------- */

.hero-image .btn-play-wrapper {
    width: 100px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25%;
    text-align: center;
}

.hero-image .btn-play-wrapper a {
    text-decoration: none;
    color: #fff;
}

.hero-image .btn-play-wrapper a .fa {
    font-size: 50px;
}

.hero-image .btn-play-wrapper a span {
    display: block;
    font-size: 18px;
}

#video-container {
    display: none;
}

#video-container {
    position: fixed;
    z-index: 11111;
}

.video-btn-holder .btn.btn-play.btn-videoplay {
    width: 62px;
    float: left;
    text-align: center;
    color: #000;
    background: rgba(255, 255, 255, .5);
    padding: 8px 25px;
    margin: 0;
}

.video-btn-holder #defaultBar {
    background: rgba(0, 0, 0, .4);
    width: 80% !important;
}

.video-btn-holder #progressBar {
    background: rgba(255, 255, 255, .5);
}

.image-popup-vertical-fit {
    display: block;
    position: relative;
    cursor: pointer;
}

.image-popup-vertical-fit .img-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    width: 100%;
}

.image-popup-vertical-fit:hover .img-overlay {
    display: block;
}

.image-popup-vertical-fit .img-overlay .svg-plus {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-right .small-logo {
    display: none;
}

.mobile-call-fixed.mobile-call-fixed {
    position: fixed;
    bottom: 87px;
}

.search-result {
    padding: 25px 40px 5px;
}

.search-result:nth-child(odd) {
    background: #fafafa;
}


/* -------------------------------------------------- */


/* Event Bookings
/* -------------------------------------------------- */

#event-list ul {
    margin: 0;
    padding: 0;
}

#event-list ul li {
    list-style-type: none;
    font-family: "chronicapro-book";
    margin: 0;
    padding: 1.5em 0;
    position: relative;
}

#event-list ul li.row {
    border-bottom: 2px solid #f3f4f7;
    list-style-type: none;
}

#event-list ul li:before {
    content: "";
    font-size: 1.5em;
}

#event-list ul li .fa {
    font-size: 3em;
    color: #b7bcd2
}

#event-list ul li h3 {
    font-family: "ChronicaPro-Bold";
    font-size: 1em;
    margin: 0;
    display: block;
    color: #004990
}

#event-list ul li a {}


/* 	----------------------------------------------- */


/*	Gallery
/*	----------------------------------------------- */

.gallery-holder {
    width: 100%;
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.gallery-holder img {
    max-width: 100%;
    width: 100%;
    box-shadow: none;
}

.gallery-holder a {
    width: 18%;
    float: left;
    margin: 1%;
}

.mfp-close {
    cursor: pointer !important;
}

.micrositenew_wrapper #documenter_content img {
    max-width: 100%;
}


/*--gallery css ends --*/

.innerpage-dropdown {
    margin: 15px 0px 0;
    position: relative;
}

.innerpage-dropdown .dropdown-toggle {
    display: block;
}

.innerpage-dropdown .dropdown-toggle .fa {
    float: right;
    position: relative;
    top: 3px;
}

.innerpage-dropdown.open .dropdown-toggle .fa:before {
    content: "\f106";
}

.innerpage-dropdown .dropdown-menu {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: none;
}

.innerpage-dropdown a {
    background: #fff;
    display: block;
    padding: 15px 20px;
    font-size: 16px;
}

.innerpage-dropdown.open .dropdown-menu {
    display: block;
}

.innerpage-dropdown .dropdown-menu li a {
    padding: 10px 20px;
}

.innerpage-dropdown .dropdown-menu li a:hover,
.innerpage-dropdown .dropdown-menu li.active a {
    background: #f1f2f6;
}

.hero-image>img {
    opacity: 0;
    transition: all ease 1s;
}

.hero-image>.overlay {
    display: none;
}

#video-url {
    display: none;
}

.fullwidth-section.parallax-window {
    background-color: rgba(0, 0, 0, 0);
}

@media print {

    header,
    footer {
        display: none;
    }

    .hero-image {
        display: none;
    }

    .right-sidebar {
        display: none;
    }

    .page-header {
        display: none;
    }

    .left-sidebar {
        display: none;
    }
}

.white-container.top-right-fixed {
    padding-top: 65px;
    overflow: hidden;
}

.white-container.top-right-fixed .navigation {
    position: fixed;
    top: 60px;
    background: #fff;
    z-index: 15;
    max-width: 1080px;
    left: 0;
    right: 0;
    margin: auto;
}

.white-container.top-right-fixed .left-sidebar {
    position: fixed;
    top: 120px;
    width: 255px;
}


/* input, textarea {
        padding: 10px;
        border: 1px solid #E5E5E5;
        width: 200px;
        color: #999999;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
        -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
}
textarea {
        width: 100%;
        height: 81px;
        line-height: 18px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
        border-color: 1px solid #C9C9C9;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

.form label {
        
    font-size: 14px;
    padding: 5px 0;
        color: #999999;
        display:block;
}


.submit input {
        width: 100px; 
        height: 40px;
        background-color: #474E69; 
        color: #FFF;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;	
        line-height:normal;	
} */

.onepage section {
    clear: both;
}

.onepage section .white-container {
    margin-top: 0;
}

.onepage .fullwidth-section {
    padding: 2em 0;
    clear: both;
}

.modal-lg {
    width: 100%;
}

.modal-dialog {
    margin: 0;
}

.modal.modal-lg {
    padding-right: 0 !important;
}

.modal-open .modal {
    z-index: 15000;
    max-height: 100vh;
    overflow: hidden;
}

.modal-content {
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.98);
    padding: 3em 0;
    margin: 0;
    min-height: 100vh;
}

.modal-open .modal .close {
    color: #fff;
    opacity: 1;
    padding: 10px 25px;
    font-size: 55px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15;
}

.modal-content h1,
.modal-content iframe,
.modal-content .container {
    height: 85vh;
}

.modal-content iframe {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.onepage .header .navbar-nav li a,
.onepage .header .header-right a {
    padding: 1.25em 0.5em;
    font-size: 15px;
}

.seven-cs .row {
    padding: 1.5em 0
}

.landing-divider-bg {
    background: url('/images/where_I_belong_banner_background.jpg') no-repeat;
    background-size: cover;
}

#banner-divider.fullwidth-section {
    padding: 0;
}

#video-slider #canvas {
    opacity: 0;
    transition: opacity 1.1s ease;
}

.header.active {
    background: #004990;
}

@media all and (min-width:1600px) {
    #video-slider .slider-caption {
        height: 75vh;
    }

    .gray-bg-section {
        width: 3000px;
    }

    .lower-curve,
    .lower-curve img {
        width: 100%;
    }
}

@media all and (min-width:1030px) {
    #homepage .hero-image #video-slider.blur-here-image>img {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

    .suggested-links>.row>div:first-child {
        margin-right: 5%;
    }
}

@media all and (min-width:1024px) {
    .hero-image {
        max-height: 765px;
        overflow: hidden;
        height: 100vh;
    }

    #video-slider {
        height: 100vh;
    }

    #video-slider>img,
    .innerpage .hero-image>img {
        position: fixed;
        top: 0;
        z-index: -150;
    }

    .innerpage .hero-image {
        height: 70vh;
    }
}

@media all and (min-width:992px) and (max-width:1199px) {

    .header.header-fixed .logo,
    .header.header-active .logo {
        display: none !important;
    }

    .header-right .small-logo {
        display: none;
    }

    .header-right .small-logo {
        position: absolute;
        left: 10px;
    }

    .header-right .small-logo img {
        width: 35px;
        margin-top: -10px;
    }

    .header.header-fixed .small-logo,
    .header.header-active .small-logo {
        display: block;
    }

    .why-shire>img {
        min-height: 565px;
        object-fit: cover;
    }

    .gray-bg-section {
        padding-top: 15px;
        height: 170px;
    }

    .left-sidebar ul li a {
        font-size: 15px;
    }

    .footer .social-icons ul li a {
        font-size: 14px;
    }

    .call-to-action-btns .row>div {
        padding: 0;
    }

    .call-to-action-btns .action-btn {
        padding: 1em;
    }

    .footer .social-icons {
        margin-bottom: 20px;
    }
}

@media all and (min-width: 1023px) {

    .mobile-call-actions,
    .mobile-menu {
        display: none !important;
    }
}

@media all and (max-width: 1022px) {

    body.menu-open {
        overflow: hidden;
    }

    .header {
        padding: 0;
    }

    .innerpage .hero-image .innerpage .page-header p,
    .innerpage .hero-image .logo-image,
    .innerpage .left-sidebar,
    .innerpage .navigation {
        display: none;
    }

    .mobile-call-actions,
    .mobile-menu {
        display: block;
    }

    .onepage #video-slider #canvas {
        display: none;
    }

    .mobile-menu.fixed-menu {
        position: fixed;
        top: 0;
        background: #004990;
        width: 100%;
        height: 80px;
    }

    .call-to-action-btns .action-btn {
        padding: 1em .5em;
    }

    .header-fixed .mobile-menu .small-logo {
        display: block;
    }

    .mobile-menu .col-xs-4 {
        padding: 0;
    }

    .mobile-menu ul {
        margin: 0;
        padding: 0;
    }

    .mobile-menu .col-xs-4>.navbar-right>li {
        list-style: none;
        float: left;
    }

    .mobile-nav .dropdown-toggle {
        color: #fff;
        padding: 30px 15px;
        font-size: 18px;
        display: block;
        text-decoration: none;
    }

    .small-logo img {
        padding: 5px 0;
        max-width: 50px;
        display: block;
        margin: auto;
    }

    .mobile-nav>.dropdown-menu {
        position: fixed;
        background: rgba(237, 239, 246, .98);
        top: 0px;
        bottom: 0;
        margin: 0 auto;
        border-radius: 0;
        width: 100%;
        padding: 20px 0;
        font-family: 'chronicapro-regular';
        height: 100vh;
        overflow-y: auto;
    }

    .mobile-nav .dropdown-menu li,
    .mobile-menu .panel-default>.panel-heading h4 {
        float: none;
        font-size: 20px;
        padding-left: 0;
    }

    .mobile-nav .dropdown-menu li a,
    .mobile-menu .panel-default>.panel-heading a {
        color: #004990;
        padding: 8px 35px;
        display: block;
    }

    .mobile-menu .panel-default>.panel-heading a {
        position: relative;
    }

    .mobile-menu .panel-default>.panel-heading a:after {
        font-family: FontAwesome;
        content: "\f107";
        font-weight: bold;
        float: right;
    }

    .mobile-menu .panel-default>.panel-heading a[aria-expanded="true"]:after {
        font-family: FontAwesome;
        content: "\f106";
    }

    .mobile-menu .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border: none;
        padding: 0 15px;
    }

    .mobile-nav .dropdown-menu li a:hover {
        background: #fff;
    }

    .mobile-nav .dropdown-menu li.light a {
        opacity: .8;
    }

    .mobile-nav .dropdown-menu .divider {
        background: none;
    }

    .mobile-menu .col-xs-4 .navbar-right {
        margin: 20px 15px 20px 0;
        float: right;
    }

    .mobile-menu .col-xs-4>.navbar-right>li>a {
        font-size: 20px;
        padding: 10px 12px;
    }

    .mobile-menu .col-xs-4>.navbar-right .dropdown-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        background: rgba(237, 239, 246, .98);
        min-height: 100vh;
        overflow-y: auto;
        display: block;
    }

    .mobile-menu .social-icons li {
        float: left;
        width: 33%;
        white-space: nowrap;
    }

    .mobile-menu .social-icons li a {
        color: #11206b;
    }

    .mobile-menu .social-icons li a .fa {
        padding-right: 5px;
    }

    .mobile-menu .social-icons li .search-overlay {}

    .mobile-menu .search-overlay .suggested-links {
        padding: 20px 15px;
    }

    .mobile-menu .panel-group {
        margin-bottom: 5px;
    }

    .mobile-menu .panel-default>.panel-heading,
    .mobile-menu .panel-group .panel {
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .mobile-menu .panel-group .panel-body ul li {
        list-style: none;
        font-size: 18px;
    }

    .mobile-menu .panel-group .panel-body ul li a {
        padding: 5px 35px;
    }

    .mobile-menu .panel-group .panel-body .dropdown button,
    .mobile-menu .panel-group .panel-body .dropdown .dropdown-menu {
        position: relative;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        border: none;
        text-align: left;
        background: none;
    }

    .mobile-menu .panel-group .panel-body .dropdown button {
        font-size: 18px;
        padding: 5px 20px;
        background: none;
        color: #004990;
    }

    .mobile-menu .panel-group .panel-body .menu-level-3>li {
        margin-bottom: 2px;
    }

    .mobile-menu .panel-group .panel-body .menu-level-3>li>a {
        padding-left: 55px;
        position: relative;
    }

    .mobile-menu .panel-group .panel-body .menu-level-3>li>a:before {
        content: "";
        display: block;
        top: 0;
        bottom: 0;
        width: 5px;
        background: #d0d4e8;
        position: absolute;
        left: 35px;
    }

    button:focus {
        box-shadow: none;
        outline: none;
    }

    #video-slider .slider-caption {
        max-width: 100%;
        left: 0;
        right: 0;
        height: 65vh;
        text-align: center;
    }

    #video-slider .slider-caption h4 {
        display: table-caption;
        margin-top: 75%;
        font-size: 3em;
    }

    #video-slider .slider-caption p {
        display: table-footer-group;
        font-size: 14px;
    }

    .mobile-call-actions {
        position: fixed;
        bottom: 0;
        z-index: 500;
        width: 100%;
    }

    .mobile-call-actions ul {
        padding: 0;
    }

    .mobile-call-actions ul li {
        list-style: none;
        float: left;
        width: 50%;
    }

    .mobile-call-actions ul li a {
        background: #b7bcd2;
        color: #004990;
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 16px;
    }

    .mobile-call-actions ul li a .fa {
        padding-right: 10px;
        font-size: 18px;
    }

    .why-shire {
        position: relative;
        overflow: hidden;
    }

    .why-shire>img {
        width: 100%;
        position: relative;
        left: 0;
        object-fit: cover;
        max-width: inherit;
    }

    .why-shire .overlay {
        position: relative;
        padding: 25px 20px 50px;
        margin-top: -40%;
        padding-top: 10%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#17171f+0,17171f+11,17171f+25,17171f+100&0+1,0.7+11,0.88+26,1+100 */
        background: linear-gradient(to bottom, rgba(23, 23, 31, 0) 0%, rgba(23, 23, 31, 0) 1%, rgba(23, 23, 31, .15) 11%, rgba(23, 23, 31, 0.95) 25%, rgba(23, 23, 31, 0.98) 26%, rgba(23, 23, 31, 1) 100%);
        background: -moz-linear-gradient(to bottom, rgba(23, 23, 31, 0) 0%, rgba(23, 23, 31, 0) 1%, rgba(23, 23, 31, .15) 11%, rgba(23, 23, 31, 0.95) 25%, rgba(23, 23, 31, 0.98) 26%, rgba(23, 23, 31, 1) 100%);
        background: -webkit-linear-gradient(to bottom, rgba(23, 23, 31, 0) 0%, rgba(23, 23, 31, 0) 1%, rgba(23, 23, 31, .15) 11%, rgba(23, 23, 31, 0.95) 25%, rgba(23, 23, 31, 0.98) 26%, rgba(23, 23, 31, 1) 100%);
    }

    .gray-bg-section {
        padding: 30px 0 40px;
        background: #eee;
    }

    .gray-bg-section .btn {
        margin: 15px 0 0;
    }

    .footer {
        text-align: center;
    }

    .footer img {
        padding: 20px 0 30px;
    }

    .footer .social-icons {
        margin: 10px 15px 35px;
    }

    .footer .social-icons ul li {
        float: left;
        width: 33%;
        font-size: 14px;
    }

    .footer .social-icons ul li a {
        text-align: center;
    }

    .mobile-menu .fa-arrow-up {
        border-bottom: 2px solid #fff;
        padding-bottom: 2px;
    }

    /*#video-viewport,.video-wrapper,.video-wrapper video{height:100vh !important;}*/
    .phone .btn {
        margin: 18px 0 0;
    }

    .mobile-nav .dropdown-menu li.menu-close-btn {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .mobile-nav .dropdown-menu li.menu-close-btn a:hover,
    .mobile-nav .dropdown-menu li.menu-close-btn a:focus {
        background: none;
    }

    #video-slider .overlay,
    .innerpage .hero-image .overlay {
        background: rgba(0, 0, 0, .5);
    }

    .gray-bg-section p {
        color: #444444;
    }

    .gray-bg-section p strong {
        display: block;
        padding-bottom: 15px;
        font-size: 20px;
    }

    .gray-bg-section .btn {
        width: 90%;
        background: #fff;
        padding: 10px 15px;
        display: block;
        margin: 15px auto 0px;
    }

    .news-events-section h3 span {
        display: block;
        padding-bottom: 10px;
    }

    .news-events-section h3:after {
        content: " ";
        position: relative;
        width: 145px;
        height: 1px;
        background: #004990;
        display: block;
        margin: 4px auto 0;
    }

    .fullwidth-section.parallax-window {
        padding: 15px 0;
    }

    .fullwidth-section.parallax-window p {
        line-height: 24px;
    }

    .call-to-action-btns .action-detail span {
        font-size: 20px;
    }

    .white-container {
        padding: 10px 20px 20px;
    }

    .news-content {
        padding: 20px 0;
    }

    .news-events-section h3 {
        font-size: 1.9em;
        line-height: 1.3em;
    }

    .fullwidth-section {
        padding: 3em 0;
    }

    .footer p {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
        border: none;
    }

    .post-section .col-md-6 {
        margin-bottom: 30px;
    }

    .video-btn-holder #defaultBar {
        width: 60% !important;
    }

    .innerpage-dropdown.open .dropdown-toggle {
        background: #f1f2f6;
    }

    .school-blocks .row>div {
        margin-bottom: 30px;
    }

    .news-block {
        margin-bottom: 20px;
    }

    .modal-content {
        padding: 4.5em 0;
        height: 100vh;
    }

    .call-to-action-btns.landing .action-detail span {
        font-size: 2rem;
    }

    #video-slider .slider-caption img {
        height: inherit;
    }

    .header .dropdown.yamm-fw .dropdown-menu.menu-search-ul {
        left: 100vh;
        display: block;
    }

    .header .dropdown.yamm-fw .dropdown-menu.menu-search-ul.open {
        left: 0;
        opacity: 1;
    }

    .mobile-nav>.dropdown-menu {
        display: block;
        left: -100vw;
        transition: all ease .25s;
    }

    .mobile-nav .dropdown-menu.open {
        left: 0;
    }

    .header .navbar-nav li>a:hover:after,
    .header .header-right li>a:hover,
    .onepage .header .navbar-nav>li.active a:after,
    .onepage .header .navbar-nav>li.active a:focus:after,
    .main-menu li.active>a:after {
        background: none;
    }

    .search-overlay .search-form .input-group .form-control {
        font-size: 1.25em;
        padding: 0 1em;
    }
}

@media all and (max-width: 767px) {

    .search-content .form-group .form-control {
        width: 200px;
        float: left;
    }

    .search-content .btn {
        height: 46px;
        margin: 0;
    }

    .search-content ul {
        margin: 50px 0;
    }

    .page-header p {
        font-size: 1.2em;
        text-align: left;
    }

    .page-header h1 span {
        font-size: 0.6em;
    }

    .call-to-action-btns {
        padding: 1em 0;
    }

    .call-to-action-btns .action-btn {
        /*width:60%;margin:40px auto;*/
    }

    .why-shire .overlay {
        position: relative;
        padding: 20px 25px 45px;
        margin-top: -55%;
        padding-top: 24%;
    }

    .why-shire>img {
        height: auto;
        /* 315px;*/
    }

    #video-slider .slider-caption h4 {
        margin-top: 10%;
    }

    .page-header h1 {
        font-size: 2.618em
    }

    h1 {
        font-size: 2.189em;
    }

    .modal-content {
        padding: 4em 0;
    }

    .modal-open .modal .close {
        padding: 0 25px;
    }

    .call-to-action-btns .owl-custom-prev,
    .call-to-action-btns .owl-custom-next {
        font-size: 28px;
        display: block;
        padding: 25px 0;
        cursor: pointer;
    }

    #homepage .hero-image,
    #homepage .hero-image .video-slider,
    #homepage .hero-image video,
    #homepage .hero-image #video-slider {
        height: 100vh;
        width: auto !important;
    }

    #homepage #video-slider .slider-caption {
        display: flex;
        flex-direction: column;
        height: 95%;
        margin: 5rem 0 0;
        justify-content: space-between;
    }

    #homepage #video-slider .slider-caption img {
        max-width: 75% !important;
    }

    .block-ThreeInfoBoxWithImage .row>div {
        margin-bottom: 40px;
    }

    .page-navigation a {
        padding: 10px 0;
    }

    .page-navigation .media .fa {
        line-height: 3rem;
    }

    .page-navigation .media-body,
    .page-navigation .media-left,
    .page-navigation .media-right {
        vertical-align: middle;
    }

    .page-navigation .media-left,
    .page-navigation .media-right {
        padding: 0;
        width: 16px;
        text-align: center;
        max-width: 30px;
    }

    .page-navigation a.previous-page:hover {
        padding-left: 0em;
    }

    .page-navigation a.next-page:hover {
        padding-right: 0em;
    }

    .hero-image .container {
        max-width: 100vw;
        display: flex;
        height: 80%;
    }

    .rich-text img {
        height: 100%;
    }

    .why-shire .overlay.overlay-left {
        background: none;
        color: #004990;
        margin: 0;
        padding: 20px 20px 40px;
    }
}

@media all and (max-width: 325px) {
    .phone .btn {
        margin: 69px 0 0;
    }

    .call-to-action-btns .action-btn {
        width: 75%;
    }

    .footer .footer-menu ul li a {
        padding: 10px;
    }

    #video-slider .slider-caption {
        height: 75vh;
    }

    #video-slider .slider-caption h4 {
        font-size: 2.5em;
    }

    #homepage #video-slider .slider-caption {
        margin: 8rem 0 0;
    }
}

#back-top {
    position: fixed;
    padding: 8px 15px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    bottom: 50px;
    right: 20px;
    border-radius: 10px;
    opacity: 0;
}

#back-top.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

@media screen and (min-width:0\0) and (min-resolution:+72dpi) {
    object.img-responsive {
        width: 100%;
        height: auto;
    }
}

object.img-responsive,
object.img-responsive svg {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#category-list .news-blocks {
    overflow: visible;
}

.wrapper.onepage .post-content h4 {
    margin-top: 5px;
}

.call-to-action-btns .owl-custom-prev,
.call-to-action-btns .owl-custom-next {
    font-size: 45px;
    display: block;
    padding: 15px;
    cursor: pointer;
}

.call-to-action-btns .owl-custom-next {
    text-align: right;
}

.main-nav .left-menu>.navbar-nav>li>a,
.header-right .navbar-right>li>a {
    font-weight: normal !important;
}

.mobile-navigation .dropdown button,
.mobile-navigation .dropdown.open button.dropdown-toggle {
    display: block;
    border-radius: 0px;
    background: #004990;
    color: #fff;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.mobile-navigation .dropdown button .caret {
    float: right;
    position: relative;
    top: 8px;
}

.mobile-navigation .dropdown .dropdown-menu {
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
}

.mobile-navigation .dropdown .dropdown-menu li a {
    padding: 8px 20px;
    display: block;
    font-size: 14px;
}

.mobile-navigation .dropdown .dropdown-menu li a:hover {
    background: #004990;
    color: #fff;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #333 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #333 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #333 !important;
    opacity: 1;
}

p.literature-container span.icon,
p.literature-container span.name {
    margin: 0 10px 0 0;
}

.news-events-section h3 {
    color: #10206a;
    font-weight: 600;
}


.news-events-section h3 span {
    font-weight: 100;
    color: #444;
}

.news-events-section .news-blocks h4 {
    font-size: 18px;
    line-height: 24px;
}

.news-blocks>.row>div {
    margin-bottom: 30px;
}

.news-blocks .news-block .post-image {
    padding: 0;
}

/* Business Directory Css */

.two-column-block {
    padding: 5rem 0;
}

.two-column-block h1 {
    font-size: 6rem;
    line-height: 6.8rem;
    color: var(--Neutral-800, #414950);
}



.two-column-block .column-content {
    padding: 0 1rem 0 3rem;
}

.two-column-block .column-content p {
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: var(--Primary-700, #003A9E);
    margin: 0;
}

.two-column-block .column-content p+p {
    margin-top: 3.6rem;
}

.terms-conditions-block {
    padding: 3rem 0 1rem;
}

.terms-conditions-block h3 {
    color: var(--Neutral-500, #8A949D);
    font-size: 3.6rem;
    line-height: 4.4rem;
    letter-spacing: -1px;
}

.terms-conditions-block .btn-wrap {
    margin: 1.6rem 0;
}

.terms-conditions-block .btn-wrap .btn {
    border-radius: 0;
    margin: .7rem 0;
    width: 100%;
}

.block-BusinessDirectoryBlock .filters-wrap .list-inline {
    display: flex;
    align-items: center;
    margin-bottom: 1.6rem;
}

.block-BusinessDirectoryBlock .filters-wrap lable {
    flex: 90px 0 0;
    display: inline-flex;
}

.block-BusinessDirectoryBlock .filters-wrap .select-box {
    position: relative;
    width: 100%;
}

.block-BusinessDirectoryBlock .filters-wrap .select-box:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 1.6rem;
    color: #A7AFB6;
    position: absolute;
    right: 2.5rem;
    top: 1.6rem;
}

.block-BusinessDirectoryBlock .filters-wrap .btn-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.block-BusinessDirectoryBlock .filters-wrap .btn-wrap a,
.block-BusinessDirectoryBlock .filters-wrap .select-box select {
    -webkit-appearance: none;
    appearance: none;
    border-radius: var(--radius-none, 0px);
    border: var(--radius-none, 1px) solid var(--Neutral-200, #E2E4E7);
    background: var(--text-icon-primary-white, #FFF);
    height: 6rem;
    padding: 1rem;
    font-size: 1.6rem;
    color: var(--Neutral-700, #57616A);
    line-height: 2.4rem;
    display: inline-flex;
    gap: 8px;
    align-items: center;

}

.block-BusinessDirectoryBlock .filters-wrap .btn-wrap a {
    padding: 1rem 2rem;
    flex: 48% 0 0;
}

.block-BusinessDirectoryBlock .filters-wrap .select-box select {
    padding: 1rem 3.2rem;
}

.block-BusinessDirectoryBlock .search-business-form .input-group {
    border: var(--radius-none, 1px) solid var(--Neutral-50, #F6F7F9);
    background: var(--Neutral-50, #F6F7F9);
    display: flex;
}

.block-BusinessDirectoryBlock .search-business-form .input-group button {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    height: 6rem;
    cursor: pointer;
    z-index: 11;
}

.block-BusinessDirectoryBlock .search-business-form .input-group input {
    border-radius: var(--radius-none, 0px);
    display: flex;
    padding: 1.8rem 3.1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    color: var(--Neutral-700, #57616A);
    height: 6rem;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0.032px;
}

.business-directory-listing-v2 .business-section h3 {
    color: var(--text-text-tertiary, #003A9E);
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: -0.28px;
    margin-top: 0;
}

.business-directory-listing-v2 .business-section p {
    color: var(--Neutral-700, #57616A);
    letter-spacing: 0.032px;
}

.business-directory-listing-v2 .business-section .show-more {
    border-radius: var(--radius-none, 0px);
    background: var(--Neutral-50, #F6F7F9);
    display: inline-flex;
    padding: 1.2rem 1.6rem;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--text-text-secondary, #6D7985);
    font-weight: 600;
    border: none;
    letter-spacing: 0.032px;
    text-decoration: none;
}

.business-directory-listing-v2 .business-section .show-more i {
    font-size: 2rem;
}

.business-directory-listing-v2 .business-section {
    margin-bottom: 0;
    border: none;
    padding-bottom: 6.4rem;
}

.business-directory-listing-v2 .load-more .btn {
    color: var(--Neutral-600, #6D7985);
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.032px;
    border-radius: var(--radius-none, 0px);
    border: 1px solid var(--Neutral-400, #A7AFB6);
    background: var(--surface-surface-invert, #FFF);
    margin: 3rem 0 10rem;
}

.business-directory-listing-v2 .contact-details-wrap {
    padding-bottom: 2.9rem;
    border-bottom: 1px solid var(--Neutral-100, #F0F2F3);
}

.business-directory-listing-v2 .contact-details-wrap h4 {
    color: var(--text-text-primary, #001D4F);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
    margin-top: 0;
    margin-bottom: 1.6rem;

}

.business-directory-listing-v2 .contact-details-wrap .social-icons h4,
.business-directory-listing-v2 .contact-details-wrap .contact-details h4 {
    margin-bottom: 0;
}

.business-directory-listing-v2 .contact-details-wrap .social-icons,
.business-directory-listing-v2 .contact-details-wrap .contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;

}

.business-directory-listing-v2 .contact-details-wrap .contact-details>div {
    display: flex;
    gap: .8rem;
    color: var(--text-text-tertiary, #003A9E);
}

.business-directory-listing-v2 .contact-details-wrap .contact-details a {
    color: var(--text-text-tertiary, #003A9E);
}

.business-directory-listing-v2 .contact-details-wrap .social-icons ul {
    padding-left: 0;
    margin-bottom: 0;
}

.business-directory-listing-v2 .contact-details-wrap>.row>div {
    margin-bottom: 2.9rem;
}

.business-directory-listing-v2 .contact-details-wrap .social-icons ul li {
    list-style: none;

}

.business-directory-listing-v2 .contact-details-wrap .social-icons ul li+li {
    margin-top: 1.6rem;
}

.business-directory-listing-v2 .contact-details-wrap .social-icons ul li a {
    display: flex;
    gap: .8rem;
    color: var(--text-text-tertiary, #003A9E);
}

.business-directory-listing-v2 .contact-details-wrap address {
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.42857143;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    color: var(--text-text-primary, #001D4F);
}

.business-directory-listing-v2 .contact-details-wrap i {
    color: var(--Neutral-400, #A7AFB6);
    position: relative;
    top: 2px;

}

.business-directory-listing-v2 .contact-details-wrap p a {
    font-size: 100%;
    border: none;
    color: var(--text-text-tertiary, #003A9E);
    text-decoration-line: underline;
    padding: 0 .5rem;

    display: inline-flex;
    gap: 0.8rem;
}

.business-directory-listing-v2 .contact-details-wrap p {
    margin: 0;
}

.business-directory-listing-v2 .contact-details-wrap p+p {
    margin-top: 1.5rem;
}

.business-directory-listing-v2 .btn.show-more {
    position: relative;
    padding-right: 4rem;
    margin-bottom: 1.4rem;
}

.business-directory-listing-v2 .btn.show-more:after {
    content: "\f107";
    font-family: var(--font-awesome);
    font-size: 1.6rem;
    color: var(--Neutral-600, #6D7985);
    position: absolute;
    right: 1.5rem;
    top: 1rem;
}

.business-directory-listing-v2 .btn.show-more.open:after {
    content: "\f106";

}

.business-directory-listing-v2 .contact-details i {
    padding-right: 0;
}

/* Business Directory Css */


@media (min-width:992px) {

    /* Business Directory Css */
    .business-directory-listing-v2 .business-section .block-content {
        padding-left: 4.6rem;
    }

    .two-column-block>.row {
        display: flex;

    }

    .business-directory-listing-v2 .business-section>.row {
        display: flex;

    }



    /* Business Directory Css */

    .news-events-section .news-blocks>.row,
    .news-blocks>.row,
    .news-blocks>.row>div {
        display: flex;
        flex-wrap: wrap;
    }

    .news-blocks .news-block .post-image a>img {
        width: 100%;
        min-height: 240px;
        object-fit: cover;
    }

    .news-blocks .news-block .post-image {
        max-height: 240px;
        overflow: hidden;
    }
}

@media (max-width:768px) {

    .two-column-block .image-wrap {
        margin: 0 1rem 1rem;
    }

    .business-directory-listing-v2 .business-section h3 {
        margin-top: 2rem;
    }
}

@media (max-width:767px) {

    .block-BusinessDirectoryBlock .filters-wrap .list-inline {
        display: block;
    }

    .two-column-block .column-content {
        padding: 2rem 0;
    }

    .two-column-block .image-wrap {
        margin: 0;
    }

    .block-BusinessDirectoryBlock .filters-wrap .btn-wrap {
        display: block;
    }

    .block-BusinessDirectoryBlock .filters-wrap .btn-wrap a {
        display: flex;
        width: 100%;
        margin-bottom: 1rem;
    }

    .block-BusinessDirectoryBlock .filters-wrap lable {

        display: block;
        margin-bottom: 1rem;
    }

    .business-directory-listing-v2 .contact-details-wrap .social-icons {
        margin-top: 2rem;
    }
}