/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

body {
  font-size: 1rem;
}

/* provude space for buttons on main carousel  */

.button {
    margin-top: 50px;
}

/* Shrink main nav for smaller screen widths  */

@media (min-width: 992px) {

    #primary-menu ul li > a {
        padding: 39px 11px;
        font-size: 10px;
    }
}

@media (min-width: 1200px) {
    #primary-menu ul li > a {
        padding: 39px 14px;
        font-size: 11px;
    }
}

/* #primary-menu.dark ul li > a {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5) !important;
} */

#primary-menu.dark ul li > a:hover {
    color: #96c8e6 !important;
}

.postcontent ul>li {
    margin-left: 50px;
}

.sidebar>div>ul>li>a {
    text-transform: uppercase;
    font-weight: 700;
}

/* remove bullets from lists of documents (show pdf icon instead) */
.doclist {
    list-style-type: none;
}

/* display icons next to pdfs  */
ul>li>a[href$=".pdf"]{
	background-image: url(/images/pdf-icon.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 55px;
	display: inline-block;
	padding-top: 15px;
}

/* adds a fixed header when logged in  */
@media (min-width: 992px) {
    #top-bar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 299;
        background-color: rgba(255,255,255);
    }

    #top-bar ~ #header {
        margin-top: 45px;
    }

    #top-bar ~ #header-wrap {
        position: fixed;
        top: 45px;
        left: 0;
        width: 100%;
        background-color: #FFF
    }

    #top-bar ~ #header.sticky-header #header-wrap { top: 45px; }

    #top-bar ~ #content { margin-top: 45px; }
}

/* Standalone breadcrumb outside title id */
/* Style the list */
ol.crumb {
  padding-right: 10px;
  list-style: none;
}

/* Display list items side by side */
ol.crumb li {
  display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ol.crumb li+li:before {
  padding: 8px;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ol.crumb li a {
  text-decoration: none;
}

/* Add a color on mouse-over */
ol.crumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

#page-title.page-title-dark h1 {
    color: white !important;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5) !important;
}

#page-title.page-title-dark span {
    color: #ddd;
}

@media (max-width: 991px) {
    #header.dark.transparent-header, #header.dark.semi-transparent {
        background-color: #1e355e;
    }
    .portfolio-desc h3 {
        font-size: 12px;
    }
}

.toggle .togglet, .toggle .toggleta {
    color: #2D8ECE;
}

.togglet>i {
    color: #444;
}

.team-title h4 {
    font-size: 12px;
}

.team-title span {
    font-size: 12px;
}

#loginError {
    padding-top: 10px;
    font-weight: bold;
    font-style: italic;
    color: red;
    margin: 0;
}

.table .thead-dark th {
    background-color: #1e88c9;
    border-color: #f5f5f5;
}

.btn-secondary {
    background-color: #1e88c9;
}

@media (min-width: 992px) {
    #top-bar {
        background-color: #FFF;
    }
}

.dark .slider-caption, .dark .slider-caption h2 {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.portfolio-desc h3 {
    font-size: 14px;
}

.mega-menu .mega-menu-title > div {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    line-height: 3 !important;
    color: #fff;
}

#logo {
    transition:all 0.3s ease !important;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

#logo:hover
{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
}

ul {
list-style-image: url('/images/trilobular-bullet.svg');
}

li > ul {
    padding-left:25px;
}

li > ul > li > ul {
    padding-left:50px;
}


/* flag icons */

#top-search a {
    display: inline !important;
    width: 20px;
}

@media (max-width: 991px){
    #top-search a {
        display: none;
    }
}

#flag-menu span {
    display: inline-block !important;
}

.sub-menu .flag-icon {
    margin-right: 10px;
}

#flag-menu > a >.flag-icon {
        margin-right: 0;
}

#header.full-header #primary-menu > ul {
    margin-right: 0;
}

.one-page-arrow-map {
    position: absolute;
    z-index: 3;
    top: 550px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    text-align: center;
    color: #222;
}

.cover {
    object-fit: cover;
}

.faq dl, .faq dt, .faq dd, .faq ol, .faq ul, .faq li {
    margin: auto;
    padding: revert;
}

.faq ul {
    list-style-image: none;
}

/* -- Nested List  -- */

/* Set the first layer of list items to regular numeric decimals */
.faq ol {
    list-style-type: decimal;
}

/* Set the second layer of list items to lowercase alphabetic */
.faq ol > li > ol {
    list-style-type: upper-alpha;
}

/* Set the third layer of list items to lowercase Roman numerals */
.faq ol > li > ol > li > ol {
    list-style-type: lower-roman;
}

/* Set the fourth layer of list items to lowercase alphabetic */
.faq ol > li > ol > li > ol > li > ol {
    list-style-type: lower-alpha;
}

.bg-overlay-content {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 20px;
}

.bg-overlay, .bg-overlay-bg, .bg-overlay-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.bg-overlay h1, .bg-overlay h2, .bg-overlay h3, .bg-overlay h4 {
	/* font-family: "abril-fatface", serif !important;	
	font-style: italic; */
	text-align: center;
	font-weight: 100 !important;
	margin: 0;
	line-height: 1.0em;
	letter-spacing: .04em;
}

.bg-overlay h1 {
	font-size: 2.5rem;
}

.bg-overlay h2 {
	font-size: 2.5rem;
}	

.bg-overlay h3 {
	font-size: 1.2rem;
}

.bg-overlay {
    background-color: rgba(0,0,0,0.3);
	transition-property: background-color;
	transition-duration: 0.3s;
}

.bg-overlay:hover {
	background-color: rgba(0,0,0,0.8);
}

.bg-overlay-content p {
	display: none;
}

.bg-overlay h4 {
	font-size: 2.5rem;
}	

.grid-filter-wrap {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.grid-filter.style-2, .grid-filter.style-3, .grid-filter.style-4 {
    border: none;
    border-radius: 0;
    margin-bottom: 2.75rem;
}
@media (min-width: 768px)
.grid-filter {
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 4px;
}
.grid-filter {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3.5rem;
    list-style: none;
}

@media (min-width: 768px)
.grid-filter li {
    width: auto;
}

@media (min-width: 576px)
.grid-filter li {
    /* width: 33.333333%; */
}
.grid-filter li {
    position: relative;
    /* width: 50%; */
}

@media (min-width: 768px)
.grid-filter li.activeFilter a {
    margin: -1px 0;
    padding-top: 11px;
    padding-bottom: 11px;
}

@media (min-width: 768px)
.grid-filter li:first-child a {
    border-left: none;
    border-radius: 4px 0 0 4px;
}
.grid-filter li.activeFilter a {
    color: #fff;
    background-color: #2e8ece;
    margin: 0;
    font-weight: 700;
}
@media (min-width: 768px)
.grid-filter li a {
    border-left: 1px solid rgba(0,0,0,.07);
    border-radius: 0;
}
.grid-filter li a {
    display: block;
    position: relative;
    padding: 10px 20px;
    font-size: 15px;
    color: #666;
    text-align: center;
    border-radius: 2px;
}