/* Add here all your CSS customizations

font-family: 'Nunito Sans', sans-serif;
font-family: 'Amiri', serif;


*/
.hero {
    position: relative;
    height: 700px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.25) 35%, rgba(0,0,0,.25) 38%, rgba(0,0,0,.25) 61%, rgba(0,0,0,.25) 62%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,.25) 38%,rgba(0,0,0,.25) 61%,rgba(0,0,0,.25) 62%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 38%,rgba(0,0,0,.25) 61%,rgba(0,0,0,.25) 62%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#bf000000',GradientType=0 );
}
.hero .section-intro {
    height: 100%;
}
.restrict {
	padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.text-center {
    text-align: center !important;
}
.banner-title {
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 20px;
}
h2.banner-title {
	font-size: 34px;
	margin-bottom: 50px;
}
.hero .btn{
	margin-bottom: 20px;
}
a[href='']{
    display:none;
}
#header .header-search .btn-default{
	color: #333;
}
#header .header-search .search-label, #header .header-search .sr-only{
	color: #fff;
}
#header .header-btn-collapse-nav {
    margin: 0 15px;
    font-size: 28px;
}
:focus {outline:2px solid #5bc9f7 !important;}
.header-logo a {display:block;}
.dropdown-toggle:focus {outline:2px solid #5bc9f7 !important;}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    background: #FFF;
    border-left-color: #EEE;
    border-right-color: #EEE;
    border-top: 3px solid #CCC;
    color: black!important;
}
.nav-tabs li a, .nav-tabs li a:hover {
    background: #F4F4F4;
    border-bottom: none;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-top: 3px solid #EEE;
    color: black!important;
}
.button90 {
	width:90%;
	height: 50px;
	margin:10px
}
.button95 {
	width:95%;
	height: 50px;
	margin:10px
}
.custom-text-color-1 {
    color: white !important;
}
.custom-text-color-5 {color:#05456b!important;}

.custom-text-color-10 {
	color: #777;
}
.background-color-primary {
	background-color: #05446b!important;
}
.background-color-secondary {
	background-color: #0d304d!important;
}
ul.nav-pills > li.active > a {
    background-color: #363636;
}
ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
    background-color: #363636;
}
html ul.nav-pills-primary a {
    color: #363636;
}
html .btn-primary {
    color: #ffffff;
    background-color: #05446b;
    border-color: #05446b;
    border-radius: 4px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .03rem;
    font-weight: 600;
    padding: 12px 20px;
	text-decoration: none;
}
html .btn-primary:hover {
    border-color: #363636;
	background-color: #363636;
}
html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
    background-color:#363636;
    border-color:#363636;
}
a {
    color: #05446b;
	text-decoration: underline;
}
a:hover, a:focus, a:active   {
     color: #363636;
	text-decoration: none;
}
html .btn-borders.btn-primary {
	background: transparent;
    border-color: #444e5b;
	color: #444e5b;
	text-shadow: none;
}
html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
	border-color: #444e5b !important;
	color: #ffffff;
}
html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
	border-color: #7a8eb2;
	background-color: transparent;
}
h4 {
	color: #fff;
}
h2 {
	color: #fff;
}
html .toggle-primary .toggle label {
	color: #05446b;
	border-left-color: #05446b;
	border-right-color: #05446b;
}
html .toggle-primary .toggle.active > label {
	background-color: #05446b;
	border-color: #05446b;
	color: #ffffff;
}
html .toggle-primary.toggle-simple .toggle > label:after {
	background-color: #05446b;
}
/* Section Featured */
section.section.stats {
	background: #0d304d;
	/*border-top: 5px solid #f1f1f1;*/
	margin: 30px 0;
	padding: 50px 0;
}
#header .header-search .form-control {
	border-radius: 20px;
	font-size: 0.9em;
	height: 34px;
	margin: 0;
	padding: 6px 12px;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	transition: width 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	width: 170px;
	color: #333 !important;
}
#searchbox form input.form-control, #searchbox form input[type=text]{
	color: #333 !important;
}
#searchbox ::-webkit-input-placeholder {
    color: #333 !important;
}
#searchbox ::-moz-placeholder {
    color: #333 !important;
}
#searchbox ::-ms-placeholder {
    color: #333 !important;
}
#searchbox ::placeholder {
    color: #333 !important;
}

.rev_slider_wrapper {
	height: 100%!important;
	width: 100%!important;
}

html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
	color: #fff;
	text-decoration: none;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a{
	border-bottom-color: rgba(244,244,244,.25);
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a, html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus, #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a{
	background: #363636;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu a:hover, html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a, html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu a:focus{
	background: #05446b;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
	border-top-color: #363636;
	background-color: #363636;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: #363636;
}
.news-image {
	width: 110px;
}

table tr th, table tr td {
	padding: 0.5rem 0.625rem 0.625rem;
}



.stats a {color:#fff;display:block;font-size:20px;line-height:34px;}
.stats a:hover {text-decoration:none;opacity:.5;}
.stats .fa {display:block;font-size:48px;margin:30px 0;}

.custom-text-color-white {color:#ffffff;}
.custom-text-color-white.active {color:#C4C4C4;}
.breadcrumb a{color: #fff;}
.page-header {border-bottom:8px #05446b solid;margin:0;padding:5px 0 5px 0px;min-height:auto;border-top:0;background-color:#363636!important;color:#fff;}
.page-header h2{color:#fff;}
.page-header:after {content: '';
border-bottom: solid 3px #ffffff;
width: 100%;
bottom: -2px;
position: absolute;
left: 0;z-index:1;}

table#directory{ border:1px solid #E1EBF1; width:100%; }
table#directory thead { background: #84aac9; }
table#directory thead tr th{ color:#FFFFFF; }
table#directory tr.even, table tr.alt, table tr:nth-of-type(even){ background:#E1EBF1; }
#skippy {font-size: 14px;color: #ffffff;background-color: #363636;border: none;text-transform: uppercase;padding-top:10px;text-transform:uppercase;color: #ffffff;text-align: center;height: 40px;width: 100%;display: block;position:absolute;z-index:9000;}
#header .header-container {padding:20px 5%;width:100%;}
.interior-navigation {background-color:#d7d7d7;color:#000;padding:60px 20px;min-width: 230px;}
.interior-content {padding:60px;}

@media only screen and (min-width : 768px) {
    .interior .match-height {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

}

h1 {color:#05446b;text-transform:uppercase;font-weight:bold;}
.heading.heading-middle-border:before {border-top:2px #05446b solid;}

#footer {background:#363636!important;padding:40px 0 0;}
#footer ul {float:right;}
#footer ul li {display:inline;float:left;padding-top:40px;}
#footer ul li img {width:60px;}
#footer ul li:first-child {padding-right:25px;}
#footer ul li:hover {opacity:.8;}

.body.landing {background-color: #ffffff!important;}
.landing-rows {padding: 10px 15px 0 15px!important;}
.landing-rows .col-md-4 {padding:15px 30px;}
.landing-image {background-color:#898989;}
.landing-label {text-align: left;background-color:#ffffff;padding: 12px 12px 12px 0;font-size:18px;}

.body.landing h1 {background: #ffffff;padding-left: 12px;}
.body.landing .page-header {margin-bottom:60px;}

.body.landing .landing-rows:last-child {margin-bottom:60px;}

@media (min-width: 992px) {

#header .header-nav-main nav > ul > li > a {
    font-size: 12px;
    padding: 10px;
	text-decoration: none;
}

	header .nav {float:right;}

}

@media (max-width: 400px) {
#header .header-logo {width:80%;}
	#footer ul li img {
    width: 53px;
}
}

ul.nav-list li .sub-links {}


ul.nav-list li a:before {
    border-top: none;
    border-bottom: none;
    border-left: none;

}

ul.nav-list li .sub-links li:before {
    content: ">";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    margin: 0px;
    margin-top:-4px;
    color:#585858;
    position: absolute;
}

ul.nav-list li a{border-bottom:none;}

ul.nav-list li {border-bottom:1px #c2c2c2 solid;padding-top:5px;}
ul.nav-list li .sub-links li {border-bottom:none;padding-top:0;}
ul.nav-list li .sub-links {margin-left:35px;margin-bottom:15px;}
ul.nav-list li .sub-links li a{padding:0 0 0 15px;}
ul.nav-list li:last-child {border-bottom:none;}

.sidebar .heading-primary {padding-left:18px;font-size:18px;color:#05446b!important;margin-bottom:30px;display:block;}

html #header .header-nav-main nav > ul > li > a.dropdown-toggle:after, html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {

border:none!important;

}
.interior-content hr {background:none;border-top:2px #05446b solid;margin:30px 0 30px;}
.landing .interior-header {text-align: left;margin-left:15px;margin-right:15px;}
.landing .interior-header hr {

background-image: -webkit-linear-gradient(left, transparent, #05446b, transparent);
    background-image: linear-gradient(to right, transparent, #05446b, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0


}


.interior-header hr {background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;}

.interior-content h2 {

color:#585858;
font-size: 1.6em;
letter-spacing:.5px;
font-weight:bold;
margin-bottom:10px;

}

p {
	font-size: 16px;
	line-height: 22px;
}

#footer {color:#ffffff;}
#footer a{text-decoration:none;}
#footer p {color:#ffffff;}
.home-seal {max-width:120px;margin:0 auto;margin-bottom:40px;}
.footer-left {text-align:center;font-size:16px;}
.footer-left p {line-height:18px;}
.footer-left .copyright {margin-left:-10px;}

.footer-right {text-align:center;font-size:14px;}
.footer-right p {line-height:18px;}

.footer-right .umc {max-width:70px;margin:0 auto;margin-bottom:30px;}

.footer-social-home {width:100%;text-align:center;display:table;}
.footer-social-home li {display:inline-block!important;text-align:center!important;float:none!important;}
.footer-center {padding:30px 0 0 0;}
.footer-title {margin:20px 0;display:block;font-size:20px;text-transform:uppercase;}
.footer-cats li {width:100%;font-size:18px;margin:0;padding-top:10px!important;}

.footer-bottom {border-top:4px #81816e double;font-size:12px;}
.footer-bottom .copyright-links {float:left!important;}
.footer-bottom .copyright-links li {/* padding:0; */}
.footer-bottom .copyright {padding-top:42px;width:100%;text-align:right;}
.footer-social-home li img {max-width:50px;}

.contact-info-interior p {line-height:14px;}
.contact-info-interior {padding-top:20px;}
.contact-info-interior p:first-child {font-size:18px;}
.contact-info-interior p:nth-child(2) {font-size:18px;}

.copyright-links li {padding-top:0!important;margin-top:42px;}
.copyright-links li a {border-right:1px white solid;padding:0 10px!important;}
.copyright-links li:first-child {padding-right:0!important;}
.copyright-links li:nth-child(4) > a {border-right:none;}

.home-icon {max-width:60%;margin:10px auto;}
section.section {background-color:#ffffff;color:#05456b;}
.home-section-heading {color:#05456b;text-transform:uppercase;background:#ffffff;position:relative;padding:0 15px;font-size:2.5em;}
.background-color-primary .home-section-heading {color:#ffffff;text-transform:uppercase;background:#05456b;position:relative;padding:0 15px;font-size:2.5em;}
.background-color-primary .heading.heading-middle-border:before {border-top: 2px #ffffff solid;}


.post-infos {background:#05396b;padding:18px;}
.date-month, .date-day {display:block;text-transform:uppercase;}
.date-month {font-size:14px!important;}
.date-day {font-size:24px!important;padding-top:5px;}
.uppercase {text-transform:uppercase;}
.heading.heading-border {
    margin-bottom: 45px;
	    margin-left: 30px;
    margin-right: 30px;
}

.interior .heading.heading-border {margin-left:0;margin-right:0;}
hr.events {background-image: -webkit-linear-gradient(left, transparent, #05446b, transparent);
    background-image: linear-gradient(to right, transparent, #05446b, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;}

.lightblue {color:#82a1b5 !important;}
.darkblue {color:#05446b !important; }

@media (min-width: 992px) {
.bottom-align {position:absolute;bottom:0;}
.col-half-section {padding-top:40px;}
}

@media (max-width:991px) {

	.footer-left, .footer-center, .footer-right {height:auto!important;}
	.footer-cats {float:left!important;}
	.footer-cats li {display:inline!important;float:left!important;width:50%;}
	.footer-title {border-bottom:1px solid white;margin-bottom:5px;}
	.copyright-links {}
	.copyright-links li {}
	.footer-social-home {float:none!important;margin:0!important;padding:0!important;}
	.copyright {text-align:center!important;}
	#footer .col-sm-12 {float:left;width:100%;}
	.contact-info-interior p {line-height:14px;font-size:13px!important;}
.contact-info-interior {padding-top:20px;}

}

@media (max-width:475px) {

#footer .col-sm-4 img {width:50%;margin:0 auto;}
.home-section-heading {font-size:2em!important;}

}

.header-search.visible-xs {margin-top:20px;}


.custom-parallax-bg-pos-left section {background-position-x: 0% !important;}

section.section.section-parallax {
background-repeat:no-repeat !important;
background-size:50% !important;
}

@media (max-width:991px) {
section.section.section-parallax {
background-size:100% !important;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
#header .header-container {
    padding: 20px 1%;
}
.interior-content.col-sm-push-2 {
    left: 20.66666667%;
}
.interior-content {
    padding: 60px 0 60px 80px;
}
.interior-navigation.col-sm-pull-10{
	right: 75%;
}
#header .header-nav-main nav > ul > li > a {
    padding: 10px 4px;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
#header .header-container {
    padding: 20px 0;
}
#header .header-nav {
    display: block !important;
    float: none;
    margin-top: 25px;
}
#header .header-column {
    display: block;
	width: 100%;
	clear: both;
	border: 1px solid transparent;
}
#header .header-nav-main nav > ul li.open .dropdown-menu{
	display: block;
	}
#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu{
	margin-left: 0px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: #05446b;
}
#header .header-search{
	position: absolute;
    right: 20px;
    top: 30px;
}
#header .header-nav-main nav > ul > li > a{
	padding: 10px 1px;
}
#header .header-nav-main nav > ul{
	text-align: center;	
	}
#header .header-nav-main nav > ul > li{
	float: none;
    display: inline-block;
}
#header .header-logo img{
	left: 15px;
}
#header .header-nav-main nav > ul > li:nth-child(8).dropdown .dropdown-menu, #header .header-nav-main nav > ul > li:nth-child(9).dropdown .dropdown-menu {
    left: unset;
    right: 0;
}
.interior-content.col-sm-push-2 {
    left: 25.66666667%;
}
.interior-content {
    padding: 60px 0 60px 60px;
}
.interior-navigation.col-sm-pull-10{
	right: 72%;
}
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	#header .header-nav-main nav > ul li.open .dropdown-menu{
		display: block;
	}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: #05446b;
}
#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
    margin-left: 0px;
}
html.sticky-header-enabled #header .header-nav-main {
    max-height: 650px;
}
}


/* Design Studio changed - start */
body {
    overflow: hidden;
}

header {
    min-height: auto !important;
}

::placeholder {
    color: #000000 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000 !important;
}

:focus-visible {
    outline: 4px solid #e2bc5f !important;
}

.landing-image a:focus-visible img {
    outline: 4px solid #e2bc5f !important;
}

table thead {
    background: #05446b !important;
    color: #fff !important;
}

.new-header-logo {
    width: 100%;
}

.new-header-container {
    padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 0px;
}

.header-search {
    margin-top: 14px;
}

@media only screen and (max-width: 767px) {
    .new-header-container {
        padding: 10px;
        min-height: auto !important;
    }

    .header-search {
        display: none;
    }

    .new-header-logo {
        width: 40%;
    }

    .new-header-links {
        margin-top: -50px;
    }
}

@media only screen and (min-width: 1450px) {
    .new-header-logo {
    	margin-top: 50px;
    	position: absolute;
	}
}


/* responsive table */
@media only screen and (max-width: 1024px) {
   #directory_wrapper table {
      margin-top: 20px !important;
   }
	
   #directory_wrapper td, tr {
      display: block;
   }
	
   #directory_wrapper thead tr {
      display: none;
   }
	
   #directory_wrapper td {
      /* Behave  like a "row" */
      width: auto !important;
      border: none !important;
      border-bottom: 1px solid lightgray !important;
   }
}


/* Design Studio changed - end */