/*
	Theme Name: Schoolcms 2020 - DEV
	Author: Innermedia
Author URI: https://www.innermedia.co.uk
Description: 
Requires at least: WordPress 4.9.6
Version: 3.1

/*Default Colur Scheme
#000
#e0e0e0
#CBCBCB
#969696
#676767
*/
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
@font-face {
    font-family: 'PalatinoLTStd-Roman';
    src: url('fonts/PalatinoLTStd-Roman.woff2') format('woff2'), url('fonts/PalatinoLTStd-Roman.woff') format('woff');
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #414042;
    margin: auto;
}

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

.clear:after {
    clear: both;
}

.clear {
    *zoom:1; }

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

a {
    color: #000;
    text-decoration: none;
}

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

a:focus {
    text-decoration: none;
}

h1,h2,h3,.entry-title {
    color: #1d1d1b;
    font-family: 'PalatinoLTStd-Roman';
    text-transform: uppercase;
}

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

button:focus {
    outline: 0;
}

p {
    margin-bottom: 20px;
}

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

h1, h1.entry-title, .entry-title, h2.entry-title {
    font-size: 38px;
    margin-bottom: 0px;
}

h2 {
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 0px;
}

h3 {
}

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

.well {
    padding: 10px 15px;
    background: #eaeaea;
    border: solid 1px #ddd;
    margin: 20px 0;
}

.owl-dots span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #999;
    border-radius: 50%;
}

.owl-nav {
    position: relative;
}

.owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
}

.owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0
}

.owl-dots {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 2px;
    opacity: 0.8;
}

.owl-dots .owl-dot.active {
    opacity: 1;
}

/****Button******/
.blockButton > a, a.readmore {
    display: inline-block;
    color: #676767;
    border: solid 1px #676767;
    font-size: 0.9em;
    background: #e0e0e0;
    line-height: 1.4em;
    padding: 0.7em 1.5em;
    text-transform: uppercase;
    position: relative;
    transition: 300ms;
    margin: 12px 0;
}

.blockButton> a:hover, a.readmore:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.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
}

.bodyContent {
    margin-bottom: 40px;
}

/****\
 Banner
\******/
}

#hero {
    position: relative;
}

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

#pageBanner {
    position: relative;
    max-width: 100%;
    margin: 0 auto 45px;
    overflow: hidden;
    min-height: 300px;
}

#pageBanner:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 35.897%;
}

#hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

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

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

.homeBanner {
    margin: 00px auto 30px;
    position: relative;
    /*max-width:1560px;*/
    margin: 0 auto 0px;
    overflow: hidden;
    max-height: 880px;
    min-height: 480px;
}
@media (min-width:992px){
.homeBanner .homeDown  {
	position:fixed;
	z-index:110;
	bottom:30px;
	right:15px;
	transform:translatex(-50%);
	color:#fff;
	font-size:30px;
	opacity:0;
	transition:300ms;
	padding:10px;
	border-radius:50%;
	background: rgba(70, 70, 70, 1);
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 36px;
}
body.fold-loaded .homeBanner .homeDown{
	opacity:1;
	bottom:150px;
}
body.fold-loaded .homeBanner a.homeDown:hover{
	padding:15px 10px 5px;
}
body.fixedHeader .homeBanner .homeDown{
	display:none;
}
}
.homeBanner:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 200%;
}

@media (max-height:880px){
	.homeBanner {
		height:calc(100vh - 60px);
	}
}
@media(min-width: 768px) {
    .homeBanner {
        max-height:880px;
    }

    .homeBanner:before {
        padding-top: 56.08%;
    }
}

.homeBanner .slideImage:after {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

#hero .slideText {
    bottom: 42%;
    transform: translatey(65%);
    left: 0;
    right: 0;
    font-size: 18px;
    padding: 0 15px;
    color: #fff;
    position: absolute;
    padding: 20px 0;
    text-align: center;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.7);
}

.dynamic-gallery .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.dynamic-gallery .gallery .gallery-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 7.5px;
    margin-bottom: 0;
}

.dynamic-gallery .gallery.gallery-columns-2 .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.dynamic-gallery .gallery.gallery-columns-3 .gallery-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.dynamic-gallery .gallery.gallery-columns-4 .gallery-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.dynamic-gallery .gallery.gallery-columns-5 .gallery-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.dynamic-gallery .gallery .gallery-item {
    float: left;
}
.mfp-figure .mfp-title {
	display:none!important;
}
.breadcrumbs {
    font-size: 12px;
    color: #676767;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: solid 1px #d7d9d9;
    min-height: 45px;
    position: relative;
    padding-right: 45px;
}

.breadcrumbs a {
    color: #676767;
}

.breadcrumbs > span {
    margin: 0 5px;
}

.breadcrumbs > span:first-child {
    margin-left: 0;
}

.breadcrumbs span > span {
    color: #000;
}

.searchform label {
    display: none;
}

.searchform {
    padding-right: 40px;
    padding-left: 0px;
    position: relative;
    color: inherit;
    overflow: hidden;
    font-size: 14px;
}

.searchform .searchInput {
    padding: 5px 10px;
    background: transparent;
    border: none;
    color: inherit;
    width: 100%;
}

.searchform .searchInput:focus {
    outline: 0;
    border: none;
    background: rgba(255,255,255,0.3);
}

.searchform .searchInput::placeholder {
    color: inherit;
}

.searchform .searchInput:-ms-input-placeholder {
    color: inherit;
}

.searchform .searchInput::-ms-input-placeholder {
    color: inherit;
}

.searchform input#s {
    border: 0;
    font-size: 16px;
    height: 30px;
    width: 100%;
    background: transparent;
    color: #969696;
    padding: 4px 10px;
    border-bottom: solid 1px;
}

.sidebar .searchform input#s {
    padding: 7px 10px;
}

.sidebar .searchSubmit {
    top: 3px;
}

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

.searchSubmit {
    background: transparent;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    position: absolute;
    color: #969696;
    background-repeat: no-repeat;
    background-position: center;
    right: 5px;
    top: 0px;
    width: 30px;
    height: 28px;
    height: 100%;
}

.headerSearch {
    max-width: 100px;
}

.headerSearch .searchform ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: transparent;
    text-transform: uppercase;
    opacity: 0;
    /* Firefox */
}

.headerSearch .searchform :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: transparent;
    text-transform: uppercase;
    opacity: 0;
}

.headerSearch .searchform ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: transparent;
    text-transform: uppercase;
    opacity: 0;
}

@media (min-width: 768px) {
h1, h1.entry-title, .entry-title, h2.entry-title {
    font-size: 47px;
    margin-bottom: 20px;
}	
}

@media (min-width: 992px) {
    .headerSearch {
        max-width:150px;
    }

    .headerSearch .searchform ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #969696;
        text-transform: uppercase;
        opacity: 1;
        /* Firefox */
    }

    .headerSearch .searchform :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #969696;
        text-transform: uppercase;
        opacity: 1;
    }

    .headerSearch .searchform ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #969696;
        text-transform: uppercase;
        opacity: 1;
    }

    .headerSearch .searchform input#s {
        border-bottom: none;
    }
}

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

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

@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 {
    width: 100%;
    max-width: 600px;
}

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

.popupAlert .popupImg {
    padding: 10px 5px;
}

.popupAlert .popupImg img {
    width: 100%
}

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

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

.popupAlert .noticeText .popTitle {
    margin: 0px 0 20px;
    line-height: 1.2em;
}

/*news*/
h2.list-item-title {
}

h2.list-item-title a {
    text-decoration: none;
    display: block;
}

h2.list-item-title a:hover {
    /* text-decoration: underline; */
    color: #b51a19;
}

a.read-more {
    margin-top: -15px;
    display: block;
    color: #b51a19;
}

a.read-more:hover {
    text-decoration:underline
}

h1.postTitle {
}

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

.list-item-image {
    text-align: center;
}

.list-item-image a {
    display: block;
    padding: 10px 0;
}

.list-item-text {
}

.list-item-text p.date {
    font-size: 0.8em;
    margin: 0;
}

.postThumb {
    margin-bottom: 20px;
    text-align: center;
}

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

.headGroup {
    color: #ffffff;
    background: #fff;
    /*border-bottom:solid 1px #fff;*/
    transition: 300ms;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.fixedHeader .headGroup {
    /*border-bottom-color:#676767;*/
}

.headGroup a {
    color: #ffffff;
}

.headGroup a:hover {
    color: #CBCBCB;
}

.headLogoWrap {
    padding-left: 0;
    padding-right: 0;
}

.headerIcon {
}

.headerIcon img {
}

.headerSearch {
    display: inline-block;
    vertical-align: top;
}

.headGroup .socials {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 4px;
    margin: 0;
}

.headGroup .socials li {
    display: inline-block;
    position: relative;
    padding: 0 9px;
    min-width: 40px;
    text-align: center;
}

.headGroup .socials li:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    height: 10px;
    width: 1px;
    background: #969696;
    left: 0;
}

@media (min-width: 768px) {
    /*.headGroup .socials {
		position:absolute;
		bottom:100%;
		right:0;
		width:100%;
	}*/
}

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

.headGroup {
    position: relative;
    z-index: 120;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
}

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

@media (min-width: 768px) {
    .admin-bar .headGroup, .admin-bar.fixedHeader .headGroup {
        top:32px
    }

    .headGroup {
        position: fixed;
        height: 120px;
    }

    header.mainHeader {
        height: 52px;
    }

    .home header.mainHeader {
        height: 0;
    }
}

/*home*/
@media (max-width: 767.99px) {
    body.home .headGroup {
        position:absolute;
    }
}

.fixedHome .headGroup {
    background: transparent;
    border-bottom: transparent;
    color: #fff;
    position: absolute;
    top: 0;
}

.fixedHome .headGroup a {
    color: #fff;
}

.fixedHome .headGroup .socials li:before, .fixedHome .headGroup .socials li:last-child:after {
    background: #fff;
}

.fixedHome .headGroup .searchform input#s {
    color: #fff;
}

.fixedHome .headGroup .searchform input#s {
}

.fixedHome .headerSearch .searchform ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
}

.fixedHome .headerSearch .searchform :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.fixedHome .headerSearch .searchform ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.fixedHome .headGroup .searchSubmit {
    color: #fff;
}

.fixedHome .headerIcon {
}

.fixedHome .headerIcon a {
}

@media (min-width: 768px) {
    .headerRight .menu-toggle {
        display:block;
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        float: right;
    }

    .headerRight .topMenuSide {
        display: block;
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
    }

    .headerRight .topMenuSide span {
        display: inline;
    }

    .headerRight {
        position: relative;
    }

    .headerLeft {
        text-align: left;
    }

    .headerRight {
        text-align: right;
    }

    .headerRight .menu-toggle {
        display: inline-block;
        margin-left: 20px;
        float: none;
    }

    .headerRight .topMenuSide {
        display: inline-block;
    }
}

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

@media (min-width: 1200px) {
    .headerRight .menu-toggle {
        margin-left:40px;
    }
}

.home .headGroup {
}

.topMenu {
    display: none;
}

.topMenuSide {
    position: relative;
    display: inline-block;
}

.topMenuSide .portalToggle {
    font-size: 14px;
    padding: 10px 0;
    line-height: 15px;
    white-space: nowrap;
    padding-right: 15px;
    position: relative;
    cursor: pointer;
}

.topMenuSide .menu {
    position: absolute;
    background: rgba(255,255,255,0.8);
    color: #969696;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    right: 0;
    top: 100%;
    font-size: 14px;
    text-transform: uppercase;
    display: none;
}

.topMenuSide .menu li {
    border-bottom: solid 1px #969696;
    padding: 12px 0 12px 45px;
    background-image: url(images/lock.png);
    background-repeat: no-repeat;
    background-position: left 0 top 13px;
    line-height: 1.5;
}

.topMenuSide .menu li:last-child {
    border-bottom: 0;
}

.topMenuSide .menu li a {
    color: #969696;
}

.topMenuSide .menu a:hover {
    color: #000;
    text-decoration: none;
}

@media (min-width: 768px) {
    .topMenuSide .portalToggle .portalIcon {
        margin-right:14px;
    }
}

/*------------------------------------*\ 
    Navigation
\*------------------------------------*/
.menu-toggle {
    position: relative;
    padding-right: 40px;
    font-size: 17px;
    display: inline-block;
    cursor: pointer;
    height: 35px;
    line-height: 30px;
    vertical-align: middle;
}

.menu-toggle .toggleText {
    display: inline-block;
    display: none;
    vertical-align: middle;
    font-size: 14px;
}

@media (min-width: 992px) {
    .menu-toggle .toggleText {
        display:inline-block;
    }
}

.menu-toggle span {
    width: 30px;
    height: 1px;
    margin: 8px 0;
    background-color: #969696;
    display: block;
    transition: all 300ms;
}

.menu-toggle .toggleIcon {
    position: absolute;
    width: 30px;
    right: 0;
    top: 0px;
    transition: 300ms;
}

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

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

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

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

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

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

body.menuopen #navbar .menu-toggle span:nth-child(1) {
    background: #000;
}

body.menuopen #navbar .menu-toggle span:nth-child(3) {
    background: #000;
}

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

#navbar {
    position: fixed;
    right: -280px;
    transition: right 500ms;
    background-color: #fff;
    top: 0;
    margin-top: 0px;
    padding: 20px 20px;
    z-index: 9999;
    bottom: 0;
    width: 280px;
    overflow-x: hidden;
    font-size: 1.2em;
}

body.menuopen #navbar {
    right: 0;
    z-index: 9999;
    -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.admin-bar #navbar {
    top: 32px;
}

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

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

#menu-main {
    margin-bottom: 30px;
    margin-top: 20px;
    clear: both;
}

#menu-main li {
    position: relative;
}

#menu-main li a {
    display: block;
    color: #808285;
    padding: 21px 10px 21px 20px;
    line-height: 1.35;
    position: relative;
    border-bottom: solid 1px #676767;
}

#menu-main li a:hover {
    text-decoration: none;
    color: #000;
}

#menu-main .sub-menu {
    padding-left: 15px;
    position: relative;
    display: none;
    font-size: 0.9em;
    border-bottom: solid 1px #676767;
}

#menu-main .sub-menu li:last-child > a {
    border-bottom: none;
}

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

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

#menu-main li.menu-item-has-children > a {
    padding-left: 35px;
}

#menu-main li.menu-item-has-children > .arrow {
    position: absolute;
    left: 0;
    top: 0;
    height: 68px;
    width: 30px;
}

@media (min-width: 1200px) {
    #menu-main li.menu-item-has-children > .arrow {
        height:75px;
    }
}

#menu-main li.menu-item-has-children > .arrow:after {
    position: absolute;
    content: '\f054';
    display: block;
    width: 11px;
    height: 27px;
    position: absolute;
    left: 12px;
    top: 21px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
}

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

#menu-main .sub-menu li.menu-item-has-children > .arrow {
    height: 42px;
}

#menu-main .sub-menu li.menu-item-has-children > .arrow:after {
    top: 8px;
    font-size: 15px;
}

#menu-main .sub-menu .sub-menu {
    padding-left: 20px;
}

#menu-main .sub-menu .sub-menu li.menu-item-has-children > .arrow {
    display: none;
}

@media (min-width: 600px) {
    #navbar {
        width:480px;
        right: -480px;
        padding: 40px 60px;
    }

    #menu-main li a {
        padding: 21px 30px;
    }
}

/*------------------------------------*\ 
    FOOTER
\*------------------------------------*/
footer {
}

#menu-useful {
    list-style: none;
    padding: 0;
}

.stayConnectBlock {
    border-top: solid 1px #969696;
    margin: 20px 0px ;
}

.stayConnectBlock h3 {
    font-size: 32px;
    margin: 70px 0 55px;
    text-align: center;
}

.stayConnectBlock .connectedFt {
    color: #fff;
    background: #676767;
    text-align: center;
    padding: 50px 0;
}

.stayConnectBlock .connectedFt ul {
    list-style: none;
    padding: 0;
    margin: 7px auto;
}

.stayConnectBlock .connectedFt li {
    display: inline-block;
    margin: 12px 12px;
}

.stayConnectBlock .connectedFt li a {
    transition: 300ms;
}

.stayConnectBlock .connectedFt li a:hover {
    opacity: 0.6;
}

.stayConnectBlock .connectedFt a.blockButton {
    border: solid 1px #fff;
    color: #fff;
    margin: 12px 7px;
}

.stayConnectBlock .connectedFt a.blockButton:hover {
    background: #fff;
    color: #676767;
}

.footerLower {
    background: #000;
    color: #dddedf;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
}

.footerLower p, .footerLower ul {
    margin: 10px 0;
}

/*.footerLower a{
	color:#dddedf;	
}*/

.footerLogos {
    display: flex;
}
.footer-logos {
    margin-right: 30px;
    margin-bottom: 20px;
}

.footerInfo {
    text-align: center;
    line-height: 1.87;
    margin-bottom: 20px;
}

.footerInfo h3 {
    font-size: 1.5em;
    margin: 30px 0 20px;
}

.footerInfo a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 1px;
    background-color: #000;
    transition: all 300ms;
    margin-right: 0px;
}

.footerInfo a:hover:before {
    width: 5px;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .footerLower {
        text-align:initial;
        padding: 30px 0;
    }
}

@media (min-width: 1200px) {
    .stayConnectBlock {
        margin:50px 0;
    }

    .footerInfo {
        margin-bottom: 70px;
    }
}

/*text aligns*/
@media (max-width: 768px) {
    .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;
}

.side-menu-container {
    padding: 0 0 20px;
    margin-bottom: 20px;
}

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

#menu-side li {
    position: relative;
    margin: 5px 0;
}

#menu-side a {
    color: #676767;
    display: inline-block;
    padding: 0px 15px;
}

#menu-side a:hover {
    text-decoration: none;
}

#menu-side a span {
    padding: 20px 0px;
    display: block;
}

/*Top level item*/
#menu-side > li > a {
    font-size: 1.25em;
}

#menu-side > li > a span {
    padding: 16px 8px 16px 0;
    border-bottom: solid 1px #CBCBCB;
    display: inline-block;
    font-weight: 400;
}

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

#menu-side > li > .sub-menu {
    margin: 10px 0;
}

/*main Sub menu items*/
#menu-side .sub-menu li.current-menu-ancestor a, #menu-side .sub-menu li.current-menu-item a {
}

#menu-side .sub-menu li.current-menu-item > a {
    color: #676767;
}

#menu-side .sub-menu li .arrow {
    display: block;
    display: none;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
}

#menu-side .sub-menu li > .arrow {
    display: block;
}

#menu-side .sub-menu li .arrow:before {
    position: absolute;
    content: '\f061';
    display: block;
    width: 11px;
    height: 27px;
    position: absolute;
    left: 12px;
    top: 10px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
}

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

#menu-side .sub-menu li a:hover {
    color: #676767;
}

#menu-side .sub-menu .sub-menu {
    background: rgba(0,0,0,0.1);
    padding-bottom: 10px;
    display: none;
}

#menu-side .sub-menu .sub-menu li {
    margin: 0;
}

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

#menu-side .sub-menu .sub-menu a > span {
    padding-left: 10px;
}

/*----------
Blog sidebar
----------*/
#blognav ul {
    list-style: none;
}

.sidebarSec {
    padding: 0px 15px 15px;
    margin: 0 auto 10px;
}

.sidebarSec ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
}

.sidebarSec ul li {
    padding: 10px 0px;
}

.its {
    font-size: 1.25em;
    padding: 16px 8px 16px 0;
    border-bottom: solid 1px #CBCBCB;
    display: inline-block;
    font-weight: 400;
}

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

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

@media (min-width: 0px) {
    body.fixedHome .menu-toggle {
        color:#fff;
    }

    body.fixedHome .menu-toggle span {
        background-color: #fff;
    }
}

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

body {
    /*position:relative;*/
}

body.menuopen {
    /*position:relative;*/
    overflow: hidden;
}

body.menuopen:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 9998;
}

#navbar .menu-toggle {
    float: right;
}

.menu-main-container {
    clear: both;
}

.sidebar {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
}

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

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

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

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

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

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

/*------------------------------------*\
    Dynamic Content
\*------------------------------------*/
.dynamicContent {
    margin-top: 30px;
    margin-bottom: 30px;
}

.dynamicContent .sectionTitle {
    margin-bottom: 10px;
    font-size: 2.2em;
}

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

/**** Image ****/
.image-item {
    position: relative;
}

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

.image-item .imageItemCaption {
    display: block;
    margin: 5px;
    font-size: 14px;
}

/*******Dividers******/
.dividera {
    clear: both;
    width: 100%;
    height: 100px;
    position: relative;
}

.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/icon.png);
    background-position: center center;
    background-size: contain;
    height: 76px;
    width: 76px;
    top: 50%;
    left: 50%;
    margin-top: -38px;
    margin-left: -38px;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #fff;
}

.dividerb {
    clear: both;
    width: 100%;
    height: 130px;
    background-image: url(images/icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90px;
}

/*******FAQS*****/
.faqs {
}

.faqs .faq {
    border-bottom: solid 2px #fff;
}

.faq-question {
    position: relative;
    margin: 0;
    padding: 10px 35px 10px 15px;
    background: transparent;
    color: #1d1d1b;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #1d1d1b;
}

.faq.open .faq-question {
    background: #b51a19;
    color: #ffffff;
    border: 2px solid #b51a19;
}

.faq-question:hover {
    background: #b51a19;
    color: #ffffff;
    border: 2px solid #b51a19;
}

.faq-question:after {
    content: '\f061';
    display: block;
    width: 11px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 11px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    color: #b51a19;
}

.faq .faq-question:hover:after {
    color: #ffffff;
}

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

.faq-answer {
    display: none;
    padding: 15px;
}

.faqs .faq:last-child .faq-answer {
    border-bottom: solid 1px #a2a6a9;
}

.faqs .faq.open:last-child .faq-answer {
    border-color: #969696;
}

/******Staff********/
.staffMember {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
}

.staff-meta {
    margin-bottom: 5px;
}

.staff-meta .meta-label {
    font-weight: 700;
}

.staff-meta.featured-staff-metas .staff-meta > * {
    display: inline-block;
}

.staff-meta a.email-value {
    font-size: 0;
    color: transparent;
    display: inline-block;
    vertical-align: middle;
}

.staff-meta 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;
    transition: 300ms;
}

.staff-meta a.email-value:hover:before {
    background-color: #ccc;
}

/*****Quotes******/
blockquote {
    border: 0;
    background: #e0e0e0;
    color: #000;
    font-style: italic;
    font-family: 'PalatinoLTStd-Roman';
    font-size: 1.5em;
    font-weight: 400;
    padding: 2.2em 1.1em;
    text-align: center;
}

.quoteContainer .quotesTitle {
    margin: 10px 0 0;
    text-align: center;
    padding: 0 15px;
}

.quoteContainer {
    background: #e0e0e0;
    color: #000;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.quoteContainer blockquote.quote-text {
    padding-top: 1em;
    padding-bottom: 0.1em;
    margin-bottom: 0;
}

.quoteContainer .quote-cite {
    text-align: center;
    font-weight: 700;
    padding: 0 15px 15px;
}

/****Documents******/
a.document-link {
    display: block;
    color: #676767;
    background: #e0e0e0;
    border: solid 1px #676767;
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 1em 1.5em;
    text-transform: uppercase;
    width: 100%;
    padding-right: 47px;
    position: relative;
    transition: 300ms;
    margin: 12px 0;
}

a.document-link:after {
    display: block;
    width: 40px;
    height: 23px;
    content: '\f56d';
    position: absolute;
    /*top:50%;*/
    right: 0px;
    font-size: 26px;
    /*transform:translateY(-50%);*/
    text-align: center;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
}

a.document-link:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

a.document-link:hover:after {
    color: #fff;
}

/*Callout*/
.callout {
    display: block;
    position: relative;
    transition: 300ms;
    color: #fff;
    background: #969696;
    font-size: 1em;
    overflow: hidden;
}

.callout .calloutText {
}

.callout .calloutContent {
    padding: 20px 15px;
    text-align: center;
    position: relative;
}

.callout .calloutTitle {
    font-size: 1em;
    text-transform: uppercase;
    margin: 0.5em 0;
}

.callout .calloutTitle h3 {
    margin-bottom: 0;
    color: inherit;
    font-family: 'PalatinoLTStd-Roman';
}

.callout .readmore {
    display: inline-block;
    color: #fff;
    background: #676767;
    margin: 12px 7px;
    width: auto;
    max-width: 100%;
    margin: 12px 0px;
    text-align: center;
}

.callout.hasbg .readmore {
    background: #CBCBCB;
    border: solid 1px #CBCBCB;
}

.callout .readmore:hover {
    background: #fff;
    color: #676767;
}

.callout.hasbg .coimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.callout.hasbg .coimg:before {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.callout .coimg img {
    visibility: hidden
}

.callout.hasbg .calloutContent {
    padding-bottom: 75px;
    padding-top: 150px;
}

.callout.hastext.hasbg .calloutContent {
    padding-bottom: 35px;
    padding-top: 100px;
}

/*sidebar callout*/
/***POIS****/
.pois .col {
    min-width: 33.333%;
}

.poi {
    position: relative;
    display: block;
    transition: all 300ms;
    overflow: hidden;
    background: #b51a19;
    color: #fff;
    margin-bottom: 26px;
}

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

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

.poiImage .poiImageBG:before {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0);
}

.poiImage {
    background: inherit;
}

.poi:hover .poiImage .poiImageBG {
}

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

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

.textOnlyBlock .poiText {
    position: relative;
    padding: 25px 15px;
}

.poi .poiTitle {
    display: inline-block;
    text-align: center;
}

.poi .textOnlyBlock {
}

.poi .poiTitle {
    display: block;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}

.poi .textOnlyBlock .poiTitle {
    margin: 5px;
}

.textOnlyBlock {
    padding: 10px 30px;
    transition: 300ms;
}

.textOnlyBlock .poiText {
    display: block;
    text-align: center;
}

.poi:hover .textOnlyBlock {
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    text-decoration: none;
}

.poiImage .poiText {
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    bottom: 15%;
    transform: translateY(50%);
    text-align: center;
    width: 100%;
    transition: 300ms;
}

.poiImage .poiText {
}

.poiImage .poiText .poiEx {
    max-height: 0;
    overflow: hidden;
    font-size: 18px;
    transition: 300ms;
}

.poi:hover .poiImage .poiText {
    bottom: 50%;
}

.poi:hover .poiImage .poiImageBG {
    opacity: 0;
}

.poi:hover .poiImage .poiEx {
    max-height: 460px;
}

.pois.homePOIs .col-xs-6 {
    padding-left: 15px;
    padding-right: 15px;
}

/*------------------------------------*\
    HOME DYNAMIC
\*------------------------------------*/
/*------------------------------------*\
    END DYNAMIC CONTENT
\*------------------------------------*/
/*------------------------------------*\
    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) {
}

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

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

.sectionfadein {
    opacity: 0;
    top: 30px;
    position: relative;
    transition: 500ms;
}

.sectionfadein.active {
    opacity: 1;
    top: 0;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
/*Header Css  ----------------------------------- Start --------------------------------------------  */
.headLogoWrap {
    text-align: left;
}

body.fixedHeader .mainHeader .headGroup {
    background: #1d1d1b;
    color: #ffffff;
}

body.fixedHeader .mainHeader .headGroup a {
    color: #ffffff;
}

body.home.fixedHeader .mainHeader .headGroup .row {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.mainLogo {
    display: none;
}

.mainLogo-sticky {
    display: inline-block;
}

body.fixedHeader .mainHeader .headGroup .mainLogo {
    display: none;
}

body.home .mainHeader .headGroup .mainLogo {
    display: inline-block;
}

body.home.fixedHeader .mainHeader .headGroup .mainLogo {
    display: none;
}

body.home .mainHeader .headGroup .mainLogo-sticky {
    display: none;
}

body.fixedHeader .mainHeader .headGroup .mainLogo-sticky, body.home.fixedHeader .mainHeader .headGroup .mainLogo-sticky {
    display: inline-block;
}

.headGroup .container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.headCenter {
    padding-left: 0!important;
    padding-right: 0!important;
}

/*Menu Styles Show    ----------------------------------- */
.headerRight {
}

.menu-main-container {
    display: inline-block;
    z-index: 10;
}

ul#menu-main-top {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

#menu-main-top li {
    display: inline-block;
    padding: 0px;
    margin: 0px 11px;
    vertical-align: middle;
    position: relative;
}

#menu-main-top li li {
    position: relative;
    margin: 0px;
}

#menu-main-top li a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    right: 0;
    color: #ffffff;
    letter-spacing: 3px;
}

#menu-main-top .sub-menu li {
    padding: 0;
}

#menu-main-top .sub-menu li a {
    padding: 0px 12px;
    font-size: 12px;
    display: block;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 32px;
}

#menu-main-top .sub-menu li a:hover {
    color: #ffffff;
    background: transparent;
    text-decoration: underline;
}

#menu-main-top li a {
    line-height: 52px;
    position: relative;
    display: block;
}

#menu-main-top li a:hover {
    text-decoration: none;
    color: #b51a19;
}

#menu-main-top .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #b51a19;
    line-height: 56px;
    padding: 00px 0 00px;
    /*min-height: 80vh;*/
    width: 100%;
    min-width: 320px;
    text-align: left;
}

/*#menu-main-top .sub-menu:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d21330;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translatex(-50%);
}*/
body.fixedHeader #menu-main-top .sub-menu {
    min-height: inherit;
    padding: 20px 0 20px;
}

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

/*body.home #menu-main-top .sub-menu {
    top: 72px;
}
body.home.fixedHeader #menu-main-top .sub-menu {
    top: 100%;
}*/
/*#menu-main-top .sub-menu li a {
    color: #171717;
}*/
#menu-main-top li:hover > .sub-menu {
    display: block;
}

#menu-main-top .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    line-height: 32px;
    padding: 0px !important;
    height: auto;
}

#menu-main-top .sub-menu li:hover > .sub-menu {
    display: none;
}

@media (min-width: 1200px) {
    #menu-main-top .sub-menu li:hover > .sub-menu {
        display: block;
    }
}

/*Menu Styles Show    ----------------------------  END  ------------------------------------ */
/*Search Toggle Css    ----------------------  START  ------------------------------ */
.headerSearch form.openSearch {
    padding-right : 12px;
    top : -18px;
    z-index: 9;
}

.searchform.openSearch {
    overflow: visible;
}

.headerSearch form.openSearch .searchSubmit {
    top : 0px;
}

.searchToggle .searchform input.s {
    display: none;
}

.searchToggle .searchform.openSearch input.s {
    display: block;
}

.searchToggle .headerSearch .searchform input.s {
    position: absolute;
    right: 0;
    bottom: 0;
}

.searchToggle {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 20px;
    height: auto;
    min-height: 35px;
}

.searchToggle .search-form-holder {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.searchToggle .searchform {
    width: 20px;
    transition: 500ms;
    position: absolute;
    right : 0;
    top : -18px;
    padding-right : 12px;
    height: 36px;
    z-index: -1;
}

.searchToggle .searchform input.s {
    /*transition:300ms;*/
    background: transparent;
}

.searchToggle .searchform.openSearch input.s {
}

.searchform.openSearch {
    width: 250px;
    height: 78px;
}

.searchToggle .searchform.openSearch input.s:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.searchToggle .searchform.openSearch input.s {
    background: #1d1d1b;
    color: #ffffff;
    border: none;
    width: 100%;
    padding: 2px 10px;
}

.headerSearch .searchSubmit {
    font-size: 13px;
    width: 15px;
    height: 52px;
    color: #ffffff;
}

.headGroup .searchSubmit:hover {
    color: #c9122e;
}

/*Search Toggle Css    ---------------------------  END  ----------------------------------- */
/*Portal Toggle Css    ---------------------------  START  ----------------------------------- */
.topMenuSide {
    position: relative;
    display: inline-block;
    z-index: 10;
}

.topMenuSide .portalToggle {
    font-size: 14px;
    padding: 0px 0;
    line-height: 15px;
    white-space: nowrap;
    padding-right: 0px;
    position: relative;
    cursor: pointer;
}

.topMenuSide .portalToggle:hover {
    color: #c9122e;
}

.topMenuSide .menu {
    position: absolute;
    background: rgba(255,255,255,0.8);
    color: #969696;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    right: 0;
    top: 100%;
    font-size: 14px;
    text-transform: uppercase;
    display: none;
}

.topMenuSide .menu li {
    border-bottom: solid 1px #969696;
    padding: 12px 15px 12px 15px;
    /*background-image:url(images/lock.png);
	background-repeat:no-repeat;
	background-position:left 0 top 13px;
	line-height:1.5;*/
}

.topMenuSide .menu li:last-child {
    border-bottom: 0;
}

.topMenuSide .menu li a {
    color: #414042;
}

.topMenuSide .menu a:hover {
    color: #b51a19;
    text-decoration: none;
}

@media (min-width: 768px) {
    .topMenuSide .portalToggle .portalIcon {
        margin-right:14px;
    }
}

/*Portal Toggle Css    ---------------------------  END  ----------------------------------- */
/*Header Social Icons Css    --------------  START  ---------------- */
.headGroup .socials {
    margin: 0;
    padding: 13px 5px;
}

.headGroup .socials li {
    padding: 0 4px;
    min-width: inherit;
}

.headGroup .socials li a {
    font-size: 16px;
}

.headGroup .socials li a:hover {
    color: #b51a19;
}

.headGroup .socials {
    position: relative;
    z-index: 10;
}

.fixedHome .headGroup .socials li:before, .fixedHome .headGroup .socials li:last-child:after {
    display: none;
}

/*Header Social Icons Css    ---------------------------  END  ----------------------------------- */
.menu-toggle {
    z-index: 10;
}

@media only screen and (min-width : 1200px) {
    .headerRight .menu-toggle {
        display: none;
    }
}

body.home.fixedHeader .headGroup {
    padding-top: 0px;
    padding-bottom: 0px;
}

.headGroup {
    height: 52px;
    padding: 0;
    background: #1d1d1b;
}

body.home .headGroup {
    padding-top: 20px;
    padding-bottom: 20px;
}

body.home.fixedHeader .headGroup {
    padding-top: 0px;
    padding-bottom: 0px;
}

body.home .headGroup .headLogoWrap {
    padding-top: 10px;
}

body.home.fixedHeader .headGroup .headLogoWrap {
    padding-top: 0px;
}

.headGroup a:hover {
    color: #c9122e;
}

.headGroup .socials li:before {
    display: none !important;
}

/*Header Css  ------------------------------------------------------------------------------------------------------------------  END  */
#navbar {
    background: #302f30;
}

body.menuopen #navbar a {
    color: #ffffff;
}

body.menuopen #navbar .menu-toggle span:nth-child(3) {
    background: #ffffff;
}

body.menuopen #navbar .menu-toggle span:nth-child(1) {
    background: #ffffff;
}

#hero .slideImage:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.page-banner #hero .slideImage:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

#hero .slideText {
    font-size: 80px;
    line-height: 90px;
    color: #ffffff;
    font-family: 'PalatinoLTStd-Roman';
}

.homeDynamic.dynamic-poi .section_title {
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 0px;
    text-align: center;
}

.homeDynamic.dynamic-callout .callout .readmore, .button {
    background: #ffffff;
    font-size: 13px;
    position: relative;
    color: #b51a19;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 48px;
    padding: 0px 40px 0px 15px;
    text-align: left;
    font-weight: 500;
    display: inline-block;
    min-width: 196px;
    border: none;
    text-shadow: none;
}

.homeDynamic.dynamic-callout .callout .readmore:hover, .button:hover {
    background: #b51a19;
    border: none;
    color: #ffffff;
}

.homeDynamic.dynamic-callout .callout .readmore:after, .button:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    content: '\f061';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    display: block;
}

.banner_button_container {
    line-height: 48px;
}

.banner_button_container .button {
    background: #b51a19;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    -moz-box-shadow: 3px 3px 90px 6px #000;
    -webkit-box-shadow: 3px 3px 90px 6px #000;
    box-shadow: 3px 3px 90px 6px #000;
}

.banner_button_container .button:hover {
    background: #ffffff;
    color: #b51a19;
}

.home-floading-bar {
    padding: 16px 0;
	padding:5px 0;
    background: #e5e5e4;
    text-align: left;
    justify-content: center;
    margin-bottom: 50px;
}

.home-floading-bar .button-links-col {
    width: 20%;
    padding: 0 20px;
    position: relative;
}

.home-floading-bar .button-links-col:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    display: block;
    content: '';
    width: 1px;
    height: 20px;
    background: #1d1d1b;
}

.home-floading-bar .button-links-col:last-child:after {
    display: none;
}

.home-floading-bar .button-links-col a {
    display: block;
    line-height: 20px;
    font-size: 13px;
    color: #1d1d1b;
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;
    padding: 0 20px;
    text-transform: uppercase;
}

.home-floading-bar .button-links-col a:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background: url(images/angle-arrow.png) no-repeat;
}

.home-floading-bar .button-links-col a:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    background: #b51a19;
    border-radius: 50%;
}

.home-floading-bar .button-links-col a.style1:before {
    background: #b51a19;
}

.home-floading-bar .button-links-col a.style2:before {
    background: #1c8b8c;
}

.home-floading-bar .button-links-col a.style3:before {
    background: #ea9938;
}

.home-floading-bar .button-links-col a.style4:before {
    background: #153641;
}

.home-floading-bar .button-links-col a.style5:before {
    background: #aca787;
}

.home-floading-bar .button-links-col a.style1:hover:after {
    background: url(images/angle-arrow-hover.png) no-repeat;
}

.home-floading-bar .button-links-col a.style2:hover:after {
    background: url(images/angle-arrow-hover-2.png) no-repeat;
}

.home-floading-bar .button-links-col a.style3:hover:after {
    background: url(images/angle-arrow-hover-3.png) no-repeat;
}

.home-floading-bar .button-links-col a.style4:hover:after {
    background: url(images/angle-arrow-hover-4.png) no-repeat;
}

.home-floading-bar .button-links-col a.style5:hover:after {
    background: url(images/angle-arrow-hover-5.png) no-repeat;
}

.home-floading-bar .button-links-col a:hover {
    color: #b51a19;
}

.home-floading-bar .button-links-col a.style1:hover {
    color: #b51a19;
}

.home-floading-bar .button-links-col a.style2:hover {
    color: #1c8b8c;
}

.home-floading-bar .button-links-col a.style3:hover {
    color: #ea9938;
}

.home-floading-bar .button-links-col a.style4:hover {
    color: #153641;
}

.home-floading-bar .button-links-col a.style5:hover {
    color: #aca787;
}

.welcomeBlock {
    padding: 130px 0 0 0;
}

.welcomeBlock .welcomeBlockTitle h1 {
    font-size: 80px;
    line-height: 90px;
    margin: 0;
    color: #1d1d1b;
}

.welcomeBlock .welcomeBlockTitle h1 span {
    color: #b51a19;
    display: block;
}

.welcomeBlock .welcomeBlockText {
    padding: 20px 15px 0px 25px;
}

.welcomeBlock .welcomeBlockText p {
    margin-bottom: 20px;
}

.dynamic-mini-poi .mini-pois .miniPoi {
    display: block;
}

.dynamic-mini-poi {
    margin: 0;
    padding-bottom: 70px;
}

.dynamic-mini-poi .min-poi-play-img {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    max-height: 500px;
}

.dynamic-mini-poi .min-poi-play-img img {
    visibility: hidden;
}

.dynamic-mini-poi .min-poi-play-img .button {
    top: 60%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    color: #1d1d1b;
    padding: 0px 15px;
    text-align: center;
    -moz-box-shadow: 3px 3px 90px 6px #000;
    -webkit-box-shadow: 3px 3px 90px 6px #000;
    box-shadow: 3px 3px 90px 6px #000;
}

.dynamic-mini-poi .min-poi-play-img .button:hover {
    color: #ffffff;
}

.dynamic-mini-poi .min-poi-play-img .button:after {
    display: none;
}

.dynamic-mini-poi .min-poi-play-img .button:before {
    content: '\f04b';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 0px;
    display: inline-block;
    color: #b51a19;
    width: 19px;
    height: 19px;
    background: url(images/plus-icon.png) no-repeat;
    line-height: 28px;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
}

.dynamic-mini-poi .min-poi-play-img .button:hover:before {
    color: #ffffff;
    background: url(images/plus-icon-hover.png) no-repeat;
}

.mini_pois_full_section {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.dynamic-mini-poi .mini-pois .row {
    display: block;
}

.dynamic-mini-poi .mini-pois .miniPoi {
    margin-bottom: 40px;
}

.dynamic-mini-poi .mini-pois .miniPoi:last-child {
    margin-bottom: 0px;
}

.dynamic-mini-poi .mini-pois .miniPoi .button {
    box-shadow: none;
    letter-spacing: 2px;
    border: 2px solid #000622;
    color: #010101;
    font-weight: 500;
    line-height: 44px;
}

.dynamic-mini-poi .mini-pois .miniPoi a:hover .button {
    border: 2px solid #b51a19;
    background: #b51a19;
}

.dynamic-mini-poi .mini-pois .miniPoi a .button:after {
    color: #b51a19;
}

.dynamic-mini-poi .mini-pois .miniPoi a:hover .button {
    color: #ffffff;
}

.dynamic-mini-poi .mini-pois .miniPoi a:hover .button:after {
    color: #ffffff;
}

.dynamic-mini-poi .mini-pois .miniPoi a {
}

.dynamic-mini-poi .mini-pois .miniPoi .minipoiImg {
    margin-right: 15px;
    display: inline-block;
}

.dynamic-stories {
    padding: 80px 0;
    margin: 0;
}

.section_title {
    font-size: 80px;
    line-height: 90px;
    margin: 0 0 25px;
    color: #1d1d1b;
}

.section_title span {
    color: #b51a19;
    display: block;
}

.stories-left-section {
    padding-right: 70px;
}

.stories-left-section .stories_details p {
    margin-bottom: 20px;
}

.stories-left-section .stories_details {
    margin-bottom: 20px;
}

.button-main-bar {
    display: block;
    position: relative;
}

.button-main-bar .button-main-bar-indiv {
    background: #ffffff;
    display: inline-block;
    float: right;
    position: relative;
}

.button-main-bar:after {
    display: block;
    clear: both;
    content: '';
    font-size: 0;
}

.button-main-bar:before {
    content: '';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 100%;
    height: 2px;
    background: #1d1d1b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}

.button-main-bar .button {
    box-shadow: none;
    letter-spacing: 2px;
    border: 2px solid #000622;
    color: #010101;
    font-weight: 500;
    line-height: 44px;
    margin-left: 25px;
}

.button-main-bar .button:hover {
    border: 2px solid #b51a19;
    background: #b51a19;
    color: #ffffff;
}

.button-main-bar .button:after {
    color: #b51a19;
}

.button-main-bar .button:hover:after {
    color: #ffffff;
}

.stories-right-section {
    position: relative;
}

.stories-right-section .stories_points {
    position: absolute;
    left: -10px;
    bottom: 0;
    padding-bottom: 40px;
}

.stories-right-section .stories_points span {
    width: 6px;
    height: 6px;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    font-size: 0;
    display: block;
}

.stories-right-section .stories_points span:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #8e8e8d;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
    display: block;
    border-radius: 50%;
    cursor: pointer;
}

.stories-right-section .stories_points span:hover:after, .stories-right-section .stories_points span.cycle-pager-active:after {
    background: #b51a19;
}

.stories-right-section .stories_points:after {
    content: '';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 2px;
    height: 29px;
    background: #1d1d1b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}

.storyImg {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.storyImg .button {
    bottom: 0;
    right: 0;
    position: absolute;
    color: #1d1d1b;
    padding: 0px 15px;
    text-align: center;
}

.storyImg .button:hover {
    color: #ffffff;
}

.storyImg .button:after {
    display: none;
}

.storyImg .button:before {
    content: '\f04b';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 0px;
    display: inline-block;
    color: #b51a19;
    width: 19px;
    height: 19px;
    background: url(images/plus-icon.png) no-repeat;
    line-height: 28px;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.storyImg .button:hover:before {
    color: #ffffff;
    background: url(images/plus-icon-hover.png) no-repeat;
}

.block-title {
    text-align: center;
}

.info_grid {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info_grid .grid {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
}

.info_grid .grid.style2 {
    padding: 0px 50px;
}

.info_grid .grid.style1 {
    padding: 30px;
    background: #b51a19;
    color: #ffffff;
}

.info_grid .grid.style3 {
    padding: 40px 30px;
    background: #1d1d1b;
    color: #ffffff;
}

.info_grid .grid.style1 a, .info_grid .grid.style3 a {
    color: #ffffff;
}

.info_grid .grid .icon {
    position: absolute;
    font-size: 18px;
    color: #ffffff;
    right: 20px;
    top: 20px;
}
.twitterGroup {
	display:flex;
	align-items:center;
	height:100%;
	width:100%;
}
.twitterGroup a.button.twitterLink {
	color:#b51a19;
	border:solid 2px #fff;
}
.twitterGroup a.button.twitterLink:hover {
	background:#b51a19;
	color:#fff;
}
#ctf .ctf-item {
    padding: 0px !important;
}

#ctf.ctf-super-narrow .ctf-context {
    display: none !important;
}

.info_grid .grid.style2 .infoBlock {
    position: relative;
}

#sb_instagram {
    padding: 0px !important;
}

#sb_instagram #sbi_images {
    padding: 0px !important;
}

.info_grid .grid.style2 .infoBlock .icon {
    color: #b51a19;
}

.info_grid .ctf-retweet-text {
    display: none;
}

#cff .cff-shared-link {
    padding: 0px;
    margin: 0;
    background: transparent !important;
    border: none !important;
}

.ctf-tweets {
    height: 190px;
    overflow: hidden;
}

footer {
    background: #aca787;
    padding-top: 110px;
    color: #1d1d1b;
}

footer a {
    color: #1d1d1b;
}

footer .footer_third_column {
    text-align: right;
    padding-top: 25px;
}

footer p {
    margin: 0;
}

footer a:hover {
    color: #b51a19 !important;
}

footer .footer_logo {
    margin-bottom: 100px;
}

footer {
    line-height: 26px;
}

footer .socials.footer_social {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    margin-bottom: 40px;
}

footer .socials.footer_social li {
    font-size: 20px;
    margin: 0px 7px 0 0;
    display: inline-block;
}

footer .socials.footer_social li a {
    color: #b51a19;
}

footer .socials.footer_social li a:hover {
    color: #1d1d1b !important;
}

.footerLower {
    padding: 30px 0 0px;
    background: transparent;
    color: #1d1d1b;
    font-size: 13px;
    font-weight: 500;
}

.footerLower a:hover {
    color: #b51a19;
}

.footerLower .sm-text-right img {
    display: none;
}

#cff .cff-item {
    border: none;
}

footer .button {
    box-shadow: none;
    letter-spacing: 4px;
    border: 2px solid #000622;
    color: #010101;
    font-weight: 500;
    line-height: 44px;
    background: transparent;
    min-width: 220px;
}

footer .button:hover {
    border: 2px solid #b51a19;
    background: #b51a19;
    color: #ffffff !important;
}

footer ul.menu li a {
    display: block;
    position: relative;
}

footer ul.menu li a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    content: '\f061';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    color: #b51a19;
    display: block;
}

.footer-right-col {
    padding-right: 40px;
}

.dynamic-info-grid {
    padding: 80px 0 140px;
    margin: 0;
}

@media only screen and (min-width : 992px) {
    .inner-floating-bar {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        margin-bottom: 0;
    }

    .home-floading-bar {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        margin-bottom: 0;	
    }
	#cookie-law-info-bar {
		bottom:52px!important;
	}
    footer {
        padding-bottom: 68px;
    }
}
@media only screen and (min-width : 1200px) {
	.home-floading-bar,
	.inner-floating-bar {
		padding: 16px 0;			
	}
}
/*Inner Page Css ----------------------------------------------------- Start */
.sidebar {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.side-menu-container {
    background: #b51a19;
    padding: 45px 0px 80px;
}

#menu-side > li > a {
}

#menu-side > li > a {
    clear: both;
}

#menu-side > li > a span {
    color: #ffffff;
    font-size: 0px;
    text-transform: inherit;
    border-bottom: none !important;
    margin-bottom: 25px;
    display: block;
    font-weight: 300 !important;
    position: relative;
    line-height: 0;
    text-align: left;
    padding: 0;
    text-align: left;
    height: 54px;
}

#menu-side > li > a:hover span {
    border-bottom: none !important;
}

#menu-side > li > a span:after {
    color: #ffffff;
    font-size: 20px;
    content: 'IN THIS SECTION';
    font-weight: 400 !important;
    background: #b51a19;
    padding-right: 20px;
    font-family: 'PalatinoLTStd-Roman';
    line-height: 54px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

#menu-side > li > a span:before {
    background: #ffffff;
    font-size: 0px;
    content: '';
    display: block;
    line-height: 54px;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    position: absolute;
    left: 0;
    height: 3px;
    height: 2px;
    opacity: 1 !important;
}

#menu-side .sub-menu li .arrow:before {
    top: 20px;
    color: #ffffff;
}

#menu-side a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#menu-side a:hover span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#menu-side .sub-menu li.open > a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#menu-side .sub-menu li.current-menu-item > a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#menu-side > li > a:hover span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#menu-side li a span {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#menu-side li a:hover span {
    color: #ffffff;
    border-bottom: 1px solid transparent;
}

#menu-side a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    display: block;
    padding: 0 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#menu-side a span {
}

#menu-side .sub-menu li:last-child a span {
}

#menu-side .sub-menu li a:hover {
    color: #ffffff;
    background: #1d1d1b;
}

#menu-side li {
    margin: 0px;
}

#menu-side .sub-menu li.open > a {
    color: #ffffff;
    background: #1d1d1b;
}

#menu-side .sub-menu li.open li a {
    color: #ffffff;
    background: #333333;
}

#menu-side .sub-menu li.open li a span {
}

#menu-side .sub-menu li.open li a:hover {
    color: #ffffff;
    background: #1d1d1b;
}

#menu-side .sub-menu .sub-menu {
    padding: 0px;
    background: transparent;
}

#menu-side .sub-menu li.open li:before {
    width: 5px;
    height: 5px;
    background: #ffffff;
    display: block;
    border-radius: 5px;
    content: "t";
    font-size: 0px;
    position: absolute;
    left: 25px;
    top: 20px;
    display: none;
}

#menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
    color: #ffffff;
    background: #aca787;
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #ffffff;
    background: #1d1d1b;
}

/*#menu-side .sub-menu li.open > .sub-menu {
    margin-bottom: 20px;
}*/
.sidebar .searchSubmit i {
    color: #ffffff;
}

.sidebar .searchform input#s {
    color: #ffffff;
}

.sidebarSec {
    background: #b51a19;
    padding: 40px 33px 40px;
    color: #ffffff;
}

.sidebarSec ul li {
    padding: 0;
}

.sidebarSec ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    display: block;
    padding: 10px 33px;
    margin-left: -33px;
    margin-right: -33px;
}

.sidebarSec ul li a:hover {
    color: #ffffff;
    background: #003163;
}

.its {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: block;
    margin-bottom: 20px;
}

/*Sidebar Menu Css End*/
.bodyContent .dynamic-documents .document, .sidebar .dynamic-documents .document {
    padding: 0px 15px !important;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
}

.dynamic-documents a.document-link {
    background: transparent;
    line-height: 24px;
    text-align: left;
    font-size: 13px;
    color: #1d1d1b;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 4px;
    position: relative;
    font-weight: 500;
    padding: 10px 20px 10px 20px;
    border: 2px solid #1d1d1b;
    display: block;
    margin: 0px 0 10px !important;
    position: relative;
}

.dynamic-documents a.document-link:hover {
    color: #ffffff;
    background: #b51a19;
    border-color: #b51a19;
}

.dynamic-documents a.document-link:focus {
    color: #ffffff;
    background: #b51a19;
    border-color: #b51a19;
}

.dynamic-documents a.document-link:after {
    content: "\f061";
    position: absolute;
    right: 16px;
    color: #b51a19;
    font-size: 13px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    height: 22px;
    width: 17px;
    top: 11px;
}

.dynamic-documents a.document-link:hover:after {
    color: #ffffff;
}

.quicklink>a, a>.quicklink, a.quicklink {
    background: transparent;
    line-height: 24px;
    text-align: left;
    font-size: 13px;
    color: #1d1d1b;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 4px;
    position: relative;
    font-weight: 500;
    padding: 10px 20px 10px 20px;
    border: 2px solid #1d1d1b;
    display: block;
    margin: 0px 0 10px !important;
}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    color: #ffffff;
    background: #b51a19;
    border-color: #b51a19;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    color: #ffffff;
    background: #b51a19;
    border-color: #b51a19;
}

.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    content: "\f061";
    position: absolute;
    right: 16px;
    top: 11px;
    color: #b51a19;
    font-size: 13px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    height: 22px;
    width: 17px;
}

.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
    color: #ffffff;
}

.linkbutton>a, a>.linkbutton, a.linkbutton {
    background: transparent;
    line-height: 24px;
    text-align: left;
    font-size: 13px;
    color: #1d1d1b;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 4px;
    position: relative;
    font-weight: 500;
    padding: 10px 20px 10px 20px;
    border: 2px solid #1d1d1b;
    display: block;
    margin: 0px 0 10px !important;
}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    color: #ffffff;
    background: #b51a19;
    border-color: #b51a19;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    color: #ffffff;
    background: #b51a19;
    border-color: #b51a19;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    content: "\f061";
    position: absolute;
    right: 16px;
    top: 11px;
    color: #b51a19;
    font-size: 13px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    height: 22px;
    width: 17px;
}

.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
    color: #ffffff;
}

.bodyContent .callout .calloutTitle h3, .sidebar .callout .calloutTitle h3 {
    font-size: 22px;
    line-height: 42px;
    margin-top: 0px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.bodyContent .callout .col, .sidebar .callout .col {
    padding: 0px;
}

.blockButton > a, a.readmore {
    background: transparent;
    font-size: 13px;
    position: relative;
    color: #b51a19;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 48px;
    padding: 0px 40px 0px 15px;
    text-align: left;
    font-weight: 500;
    display: inline-block;
    min-width: 196px;
    border: 2px solid #1d1d1b;
    text-shadow: none;
}

.blockButton > a:hover, a.readmore:hover {
    background: #b51a19;
    border: none;
    color: #ffffff;
    border: 2px solid #b51a19;
}

.blockButton > a:after, a.readmore:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    content: '\f061';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    display: block;
    color: #b51a19;
}

.blockButton > a:hover:after, a.readmore:hover:after {
    color: #ffffff !important;
}

.callout .readmore {
    background: transparent !important;
    border: 1px solid #ffffff !important;
}

.callout.hasbg .readmore {
    background: #ffffff !important;
    color: #1d1d1b;
}

.callout.hasbg .readmore:hover, .callout .readmore:hover {
    background: #b51a19 !important;
    color: #ffffff !important;
    border-color: #b51a19 !important;
}

.callout.hasbg .readmore:hover:after, .callout .readmore:hover:after {
    color: #ffffff !important;
}

.bodyContent .callout.hasbg .calloutContent, .sidebar .callout.hasbg .calloutContent {
    padding-bottom: 150px;
    padding-top: 150px;
}

.callout {
    background: #1d1d1b;
}

.bodyContent .callout .calloutContent, .sidebar .callout .calloutContent {
    padding: 40px 40px;
}

.pois .col-12 {
    padding: 0px;
}

.wp-caption-text.gallery-caption {
    display: none;
}

.gallery-item img {
    transition: all 0.3s;
}

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

.gallery-item .gallery-icon {
    overflow: hidden;
}

.dynamic-quote .cycle-pager {
    display: none;
}

.wpmf-gallerys .gallery .wpmf-gallery-icon a {
    overflow: hidden;
}

.dynamic-quote .quoteContainer {
    background: transparent;
    padding: 0px 18px;
}

.bodyContent .dynamic-quote .quoteContainer blockquote, .sidebar .dynamic-quote .quoteContainer blockquote {
    font-size: 22px;
    color: #858585;
    line-height: 42px;
    font-weight: 400;
}

blockquote::before {
    content: '"';
    font-size: 0px;
    color: #d21330;
    display: block;
    text-align: left;
    margin-bottom: 20px;
    width: 42px;
    height: 27px;
    background: url(images/quote-collan-icon.jpg) no-repeat;
}

blockquote {
    background: transparent;
    font-size: 22px;
    color: #858585;
    line-height: 35px;
    font-weight: 400;
    text-align: left;
    padding: 0px;
    font-style: normal;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.dynamic-quote {
    padding: 40px 0 70px;
    border-top: 1px solid #cccccc;
}

.bodyContent ul {
    list-style: none;
    padding-left: 40px;
}

.bodyContent ul li {
    color: #575656;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
}

.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 5px;
    height: 5px;
    background: #b51a19;
    position: absolute;
    left: 0px;
    border-radius: 5px;
    top: 10px;
}
div.wpforms-container-full .wpforms-form ul li:before {
	display:none;
}
.bodyContent table {
    border-style: hidden;
}

.bodyContent table td {
    border: 1px solid #cfcfcf;
    padding: 5px 10px !important;
}

.bodyContent table td h4 {
    margin: 0px !important;
}

.breadcrumbs {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 0px;
    border-bottom: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 105;
    margin-bottom: 0px;
}

.breadcrumbs em {
    padding: 0px 15px;
    font-style: normal;
}

.breadcrumbs a, .breadcrumbs span > span {
    color: rgba(255,255,255,1);
}

.breadcrumbs a:hover {
    color: rgba(255,255,255,0.7);
}

.share {
    position: absolute;
    right: 0;
    top: 18px;
}

.share .addtoany_share {
    background: url(images/share-icon.png) 99% center no-repeat;
    padding-right: 20px;
    font-size: 12px;
    color: rgba(49,62,73,0.7);
    display: block;
    line-height: 27px;
}

.bodyContent h2, .sidebar h2 {
    font-weight: 400;
    font-size: 22px;
    color: #b51a19;
    line-height: 28px;
    margin: 30px 0;
    letter-spacing: 0px;
}

.bodyContent h2 a, .sidebar h2 a {
    color: #b51a19;
}

.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3 {
    font-weight: 400;
    font-size: 20px;
    color: #b51a19;
    line-height: 24px;
    margin: 30px 0;
    letter-spacing: 0.5px;
}

.bodyContent .dynamic-text h3 a, .sidebar .dynamic-text h3 a, .staffMember h3 a {
    color: #b51a19;
    text-decoration: none;
}

.bodyContent .dynamic-text h3 a:hover, .sidebar .dynamic-text h3 a:hover, .staffMember h3 a:hover {
    text-decoration: underline;
}

.staffMember h3 {
    font-weight: 400;
    font-size: 22px;
    color: #1d1d1b;
    line-height: 24px;
    margin: 30px 0;
    margin: 0px 0 10px;
}

.staff-meta a.email-value:before {
    text-align: center;
    line-height: 26px;
    display: inline-block;
    background: #b51a19;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 20px;
    border: none;
    text-transform: uppercase;
    position: relative;
    border-radius: 0;
}

.staff-meta a.email-value:hover:before {
    color: #ffffff;
    background: #1d1d1b;
}

.bodyContent .dynamic-callout {
    margin-bottom: 50px;
}

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

.bodyContent .poiImage > img {
    display: none;
}

.bodyContent .poiImage:before {
    padding: 50%;
}

.callout .readmore.callOut-video {
    color: #1d1d1b;
    padding: 0px 15px;
    text-align: center;
    background: #ffffff !important;
    border: none;
    -moz-box-shadow: 3px 3px 90px 6px #000;
    -webkit-box-shadow: 3px 3px 90px 6px #000;
    box-shadow: 3px 3px 90px 6px #000;
}

.callout .readmore.callOut-video:hover {
    color: #ffffff;
    background: #b51a19 !important;
}

.callout .readmore.callOut-video:after {
    display: none;
}

.callout .readmore.callOut-video:before {
    content: '\f04b';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 0px;
    display: inline-block;
    color: #b51a19;
    width: 19px;
    height: 19px;
    background: url(images/plus-icon.png) no-repeat;
    line-height: 28px;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.callout .readmore.callOut-video:hover:before {
    color: #ffffff;
    background: url(images/plus-icon-hover.png) no-repeat;
}

.quoteContainer .quote-cite {
    padding-left: 0px;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
}

.quote-cite:before {
    width: 166px;
    margin-right: 10px;
    content: '';
    font-size: 0;
    height: 2px;
    position: relative;
    top: -3px;
    background: #1d1d1b;
    display: inline-block;
}

body.home .poi_extra_button {
    margin-bottom: 63px;
    padding-top: 45px;
}

body.home .poiImage:before {
    padding: 0;
}

body.home .poiImage >img {
    width: 100%;
    display: block;
    visibility: hidden;
}

body.home .poi:hover .poiImage .poiImageBG {
    opacity: 0;
}

/*body.home .poi:hover .poiImage > img {
    width: 100%;
    display: none;
    visibility: inherit;
}*/
#navbar {
    background: #302f30;
}

body.menuopen #navbar a {
    color: #ffffff;
}

body.menuopen #navbar .menu-toggle span:nth-child(3) {
    background: #ffffff;
}

body.menuopen #navbar .menu-toggle span:nth-child(1) {
    background: #ffffff;
}

.topMenuSide .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topMenuSide .menu {
    width: 180px;
}

.topMenuSide .menu li {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

body.fixedHeader .mainHeader .headGroup .topMenuSide .menu li a {
    color: #1d1d1b;
}

body.fixedHeader .mainHeader .headGroup .topMenuSide .menu li a:hover {
    color: #b51a19;
}

.homeDynamic.dynamic-poi .poiTitle {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: #1d1d1b;
    text-align: left;
    z-index: 105;
}

.homeDynamic.dynamic-poi .poiTitle:after {
    color: #b51a19;
}

.homeDynamic.dynamic-poi a:hover .poiTitle:after {
    color: #ffffff;
}

.homeDynamic.dynamic-poi a:hover .poiTitle {
    color: #ffffff;
    background: #b51a19;
}

.homeDynamic.dynamic-poi .poiText {
    position: relative;
    display: block;
    color: #1d1d1b;
    text-align: left;
    padding: 35px 0 50px !important;
    background: #ffffff;
    z-index: 105;
}

.homeDynamic.dynamic-poi .poi {
    background: #1d1d1b;
}

.homeDynamic.dynamic-poi .poi:hover {
    background: #ffffff;
}

.homeDynamic.dynamic-poi .poi:hover .poiImage .poiImageBG {
    opacity: 0.3;
}

.poi-home-main {
    position: relative;
}

.text-pos-top .bottom-text-poi {
    display: none !important;
}

.text-pos-bottom .top-text-poi {
    display: none !important;
}

.text-pos-top .border-poi-text {
    padding-bottom: 26px;
}

.text-pos-top .border-poi-text:after {
    content: '';
}

.text-pos-bottom .poiTitle {
    top: 43% !important;
}

.text-pos-top .border-poi-text:after {
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: 42%;
    height: 2px;
    background: #1d1d1b;
}

/*.text-pos-top .poi-home-main:first-child {
    position: absolute;
    bottom: 0;
}
.text-pos-top .poi-home-main:last-child {
    position: absolute;
    bottom: 0;
}*/
@media only screen and (min-width : 1251px) and (max-width : 1560px) {
    #menu-main-top li a {
        font-size: 10px;
        letter-spacing: 2px;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1250px) {
    #menu-main-top li {
        margin: 0px 5px;
    }

    .headLogoWrap {
        padding-left: 15px;
    }

    .headGroup .container {
        max-width: 100%;
    }

    .headGroup .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #menu-main-top li a {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .container {
        max-width: 100%;
    }

    .home-floading-bar .button-links-col a {
        letter-spacing: 1px;
    }
}

@media only screen and (min-width : 992px) {
    .poi-bottom-buttons {
        margin-top: -30px;
    }

    .homeDynamic .poi {
        /*margin-bottom: 0px;*/
    }

    .homeDynamic.dynamic-poi {
        margin: 0;
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .homeDynamic.dynamic-stories .mini_pois_full_section {
        align-items: inherit !important;
    }

    .homeDynamic.dynamic-stories .mini_pois_full_section .stories-left-section {
        padding-top: 70px;
    }

    .homeDynamic.dynamic-stories .mini_pois_full_section .button-main-bar {
        margin-right: 45px;
    }

    .stories-left-section .stories_details {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width : 1199px) {
    .container {
        max-width: 100% !important;
    }

    .headCenter {
        display: none;
    }

    .headLogoWrap {
        padding-left: 15px;
        padding-right: 0;
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .headerRight {
        padding-left: 0px;
        padding-right: 15px;
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        text-align: right;
    }

    #menu-main li li.menu-item-has-children > a {
        padding-left: 10px;
        padding-right: 35px;
    }

    #menu-main li a {
        padding: 21px 0;
        text-transform: uppercase;
        font-size: 16px;
    }

    #menu-main li.menu-item-has-children > a {
        padding-left: 0;
        padding-right: 35px;
    }

    #menu-main li.menu-item-has-children > .arrow {
        left: auto;
        right: 0;
    }

    #menu-main li.menu-item-has-children > .arrow:after {
        color: #ffffff;
    }

    body.home .headGroup {
        padding: 0px !important;
    }

    body.home .headGroup .mainLogo {
        display: none !important;
    }

    body.home.fixedHome .headGroup {
        background: #1d1d1b !important;
    }

    body.home header.mainHeader {
        height: 52px !important;
    }

    .headerRight .menu-main-container {
        display: none;
    }

    body.home .mainHeader .headGroup .mainLogo-sticky {
        display: inline-block;
    }

    body.home .mainHeader .headGroup .row {
        -ms-flex-align: center!important;
        align-items: center!important;
    }

    .menu-main-container {
        display: block;
        position: relative;
        z-index: 10;
    }

    .headGroup .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-floading-bar .row {
        display: block;
    }

    .home-floading-bar .button-links-col {
        width: 100%;
    }

    .home-floading-bar .button-links-col:after {
        display: none;
    }

    .home-floading-bar .button-links-col {
        margin: 10px 0;
    }

    .welcomeBlock {
        padding: 30px 0 0 0;
    }

    .mini-pois-left-section {
        display: block;
        margin-bottom: 40px;
    }

    .dynamic-mini-poi {
        margin: 0;
        padding-bottom: 50px;
    }

    .dynamic-stories {
        padding: 20px 0;
    }

    .stories-left-section {
        padding-right: 15px;
        margin-bottom: 40px;
    }

    .button-main-bar .button {
        margin-bottom: 10px;
    }

    .dynamic-info-grid {
        padding: 30px 0 70px;
    }

    .info_grid {
        display: block;
    }

    .ctf-tweets {
        height: auto;
        overflow: visible;
    }

    .info_grid .grid {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .info_grid .grid.style2 {
        padding: 30px 0px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 25px;
        margin-top: 0px;
    }

    .footer-left-btm {
        margin-bottom: 10px;
    }

    footer .row {
        display: block;
    }

    footer {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    footer .footer_logo {
        margin-bottom: 40px;
    }

    .footerLower {
        padding: 40px 0 0px;
    }

    .footerLower p, .footerLower ul {
        margin: 0;
    }

    .headLogoWrap {
        width: 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .headerRight {
        width: 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    body.home .headGroup .headLogoWrap {
        padding-top: 0px;
    }

    .footerLower .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    #hero .slideText {
        font-size: 50px;
        line-height: 70px;
    }

    .welcomeBlock .welcomeBlockTitle h1 {
        font-size: 50px;
        line-height: 65px;
    }

    .welcomeBlock .welcomeBlockText {
        padding: 0px 15px 0px 15px;
    }

    .home-floading-bar {
        margin-bottom: 0px;
    }

    body.home .home-floading-bar {
        /*margin-bottom: 40px;*/
    }
	
}
@media only screen and (max-width : 1199px) and (min-width : 992px) {
	#cookie-law-info-bar {
		bottom: 192px!important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .dynamic-mini-poi .mini-pois .miniPoi {
        margin-bottom: 20px;
    }

    .dynamic-mini-poi .mini-pois .miniPoi .minipoiImg {
        margin-right: 5px;
    }

    .dynamic-mini-poi .mini-pois .miniPoi .button {
        min-width: 178px;
    }

    .stories-right-section .stories_points {
        left: 0px;
    }

    .section_title {
        font-size: 40px;
        line-height: 50px;
    }

    .footer-left-col, .footer-right-col {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .mini-pois-left-section {
        padding-right: 0;
    }

    .poi_extra_button {
        margin-bottom: 25px;
        padding-top: 17px;
    }

    .homeDynamic.dynamic-poi .poiText {
        padding: 0px 0 8px !important;
    }

    .poi-bottom-buttons {
        margin-top: -60px;
    }
}



@media only screen and (max-width : 767px) {
    #hero .slideText {
        font-size: 32px;
        line-height: 50px;
    }

    .homeDynamic.dynamic-poi .section_title {
        font-size: 28px;
        line-height: 40px;
    }

    .welcomeBlock .welcomeBlockTitle h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .section_title {
        font-size: 32px;
        line-height: 50px;
    }

    .footer-right-col {
        padding-right: 15px;
    }

    .text-pos-top .border-poi-text {
        padding-bottom: 0;
    }

    .text-pos-top .border-poi-text:after {
        display: none;
    }

    .dynamic-mini-poi .mini-pois .miniPoi {
        text-align: center;
    }
}

@media only screen and (max-width : 576px) {
    .button-main-bar:before {
        display:none;
    }

    .button-main-bar .button-main-bar-indiv {
        float: none;
        display: block;
        width: 100%;
    }

    .button-main-bar .button {
        max-width: 300px;
        margin: 0 auto 10px;
        display: block;
    }
}

.topMenuSide .portalToggle {
    line-height: 52px;
}

.topMenuSide .portalToggle i {
    position: relative;
}

.topMenuSide .portalToggle i:after {
    content: '\f0d7';
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    color: #b51a19;
    position: absolute;
    right: -3px;
    top: -10px;
}

.sidebar_menu #menu-side > li > a span:before, .sidebar_menu #menu-side > li > a span {
    display: none !important;
}

.sidebar_menu #menu-side > li > a span:after {
    display: none !important;
}
.fsRowBody input[type=checkbox]:before {
	vertical-align:top;
}