  /*

Brand color: ##001F54 - Blue
Gradient colors: #0047ab and #052C65
Brand dark color: #806806
Secondary color: #236192 / 1282A2

*/
:root,
[data-bs-theme=light] {
  --bs-body-font-family: "Roboto", sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #2a2a2a;
  --bs-body-bg: #ffffff;
  --bs-primary-rgb: 0, 31, 84; /* #001F54 dark blue */
  --bs-secondary-rgb: #1282A2;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #1282A2;
  --bs-secondary-bg: #1282A2;
}


/* Highlight Color */
::selection { color: #fff; background: #052C65; }
::-moz-selection { color: #fff; background: #052C65; }
.bg-brand, .bg-grad::selection { color: #052C65; background: #fff; }
.bg-brand, .bg-grad::-moz-selection { color: #052C65; background: #fff; }

/* Link Color */
a, .navbar-top a:hover, .dropdown-item:active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .btn-link, .portfolio-card .portfolio-card-body .portfolio-card-footer .info-title a:hover, .post .post-info a:hover, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .icon-primary i:before, .footer-dark .widget a:hover, .portfolio .nav .nav-tabs .nav-filter.active, .team-item .team-position, .list-group-item-action:hover, .list-group-item-action:focus, .hamburger-menu label a:hover, .breadcrumb .breadcrumb-item a:hover i, .post-item .post-item-desc .post-meta a:hover, .post-item .post-item-desc h4 a:hover, .post-item .item-link:hover, .post-item .post-quote > blockquote:before, .page-link:hover, .sidebar .widget .widget-post .details a:hover, .sidebar .widget a:hover, .list-group-borderless a.list-group-item:hover, .tags a:hover, .post-navigation .post-prev:hover:before, .post-navigation .post-prev:hover h6, .post-navigation .post-prev:hover p, .post-navigation .post-next:hover:before, .post-navigation .post-next:hover h6, .post-navigation .post-next:hover p, .post-navigation .all-post:hover, .blockquote:before, .btn-outline-grad { color: #052C65; }
.nav-link:hover, .nav-link:focus {
    color: #806806;
}

.all-text-white a {color:white;} 
.all-text-white a:hover {color: #eeeeee}


/* Checkbox */
.custom-control-input:checked ~ .custom-control-label::before {
    color: #052C65;
    border-color: #052C65;
    background-color: #052C65;
}

.btn-link:hover, a:hover { color: #806806; }
.post .post-tag a:hover, .portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title a:hover, .portfolio .nav .nav-tabs-style-3 .nav-filter.active, .portfolio .nav .nav-tabs-style-2 .nav-filter.active, .portfolio .nav .nav-tabs-style-4 .nav-filter.active { color: #ffffff; }
a.text-primary:hover, a.text-primary:focus, .primary-hover li:hover {color: #0361e5 !important;}


/* Color important */
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .primary-hover a:hover, .text-primary, a.primary-hover:hover { color: #052C65 !important; }

/* Buttons */
.btn-primary { background: #052C65; border-color: #052C65;}
.btn-secondary { background: #1282A2; border-color: #1282A2;}
.btn-primary:hover, .btn-secondary:hover { background: #555555; border-color: #555555;}
.btn-outline-primary { color: #052C65; border-color: #052C65;}
.btn-outline-primary:hover { color: #fff; background-color: #052C65; border-color: #052C65;}
.skill-item .progress-bar, .nav-tabs .nav-link.active, .nav-tabs.tab-bordered .nav-link.active { background-color: #052C65;}


/* Background */
.navbar-primary.navbar-sticky-on { background-color: #0047ab; }
.owl-carousel.dots-primary .owl-dots .owl-dot span {
    box-shadow: inset 0 0 0 2px #052C65;
}
.owl-carousel.dots-primary .owl-dots .owl-dot span:after, .cd-headline.big-clip .cd-words-wrapper::after { background-color: #052C65; }
.accordion.toggle-icon-round .accordion-title a:after { background: #052C65; }
.accordion-primary .accordion-title, .cd-headline.clip .cd-words-wrapper::after, .cd-headline.loading-bar .cd-words-wrapper::after { background: #052C65; }


/* Border Color */
.form-control:focus, .feature-box.f-style-3:hover { border-color: #052C65; }
.form-select:focus {border-color: #052C65;}
.btn-link:after { border-bottom: solid 2px #806806; }
.primary-border-start-dotted {
    border-left: dashed 1px #052C65;
}
.form-check-input:checked {
    background-color: #052C65;
    border-color: #052C65;
}
.testimonials.testimonials-border .testimonials-wrap:hover .testi-text p { border: 3px solid #052C65; }
.testimonials.testimonials-border .testimonials-wrap:hover .testi-text p:before {
    border-color: #052C65 transparent transparent;
}
.tags a:hover {
    border: 1px solid #052C65;
}
.portfolio .nav .nav-tabs-style-1 .nav-filter.active { border-color: #052C65; }
.blockquote.primary-line {
    border-left: 5px solid #052C65;
}

/* Gradient Text */
.text-grad, .counter-grad-text .counter-item-icon, .counter-grad-text .counter-item-digit {
	background: -moz-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #052C65), color-stop(100%, #1282A2));
	background: -webkit-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -o-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -ms-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-o-text-fill-color: transparent;
	text-fill-color: transparent;
}

/* Gradient Background */
.bg-grad, .skill.skill-grad .progress-bar, .nav-tabs.tab-grad .nav-link.active, .portfolio-style-2 .portfolio-card .portfolio-card-header:before, .portfolio-style-2 .portfolio-card:hover .portfolio-card-header:before, .team.team-overlay .team-item .team-avatar:before, .team.team-overlay .team-item:hover .team-avatar:before, .pricing .ribbon span, .portfolio .nav .nav-tabs-style-3 .nav-filter a.active, .portfolio .nav .nav-tabs-style-2 .nav-filter a.active, .portfolio .nav .nav-tabs-style-4 .nav-filter a.active {
	background: -moz-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #052C65), color-stop(100%, #1282A2));
	background: -webkit-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -o-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -ms-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: linear-gradient(150deg, #052C65 0%, #1282A2 100%);
}
.btn-grad, .btn-outline-grad:before {
	background: -moz-linear-gradient(150deg, #1282A2 0%, #052C65 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1282A2), color-stop(100%, #052C65));
	background: -webkit-linear-gradient(150deg, #1282A2 0%, #052C65 100%);
	background: -o-linear-gradient(150deg, #1282A2 0%, #052C65 100%);
	background: -ms-linear-gradient(150deg, #1282A2 0%, #052C65 100%);
	background: linear-gradient(150deg, #1282A2 0%, #052C65 100%);
	background-size: 260% 100%;
	background-position: right bottom;
}
.icon-grad i:before {
	background: -moz-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #052C65), color-stop(100%, #1282A2));
	background: -webkit-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -o-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -ms-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-o-text-fill-color: transparent;
	text-fill-color: transparent;
}

.accordion-grad .accordion-title a, .blockquote.grad-line:after, .feature-box.f-style-1:before {
	background: -moz-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #052C65), color-stop(100%, #1282A2));
	background: -webkit-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -o-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -ms-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: linear-gradient(150deg, #052C65 0%, #1282A2 100%);
}

.divider-grad:before {
	background: -moz-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #052C65), color-stop(100%, #1282A2));
	background: -webkit-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -o-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -ms-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: linear-gradient(150deg, #052C65 0%, #1282A2 100%);
}

.divider-grad:after {
	background: -moz-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #052C65), color-stop(100%, #1282A2));
	background: -webkit-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -o-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: -ms-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	background: linear-gradient(150deg, #052C65 0%, #1282A2 100%);
}

@media only screen and (min-width:992px) {
	.navbar-nav .dropdown-menu:before {
		background: -moz-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, #052C65), color-stop(100%, #1282A2));
		background: -webkit-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
		background: -o-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
		background: -ms-linear-gradient(150deg, #052C65 0%, #1282A2 100%);
		background: linear-gradient(150deg, #052C65 0%, #1282A2 100%);
	}
}

/*SVG fill color*/
.fill-grad-start { stop-color: #052C65; }
.fill-grad-end { stop-color: #0047ab; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .icon-grad i::before{ background: none; color: #052C65 !important; }
  .text-grad{  background: none; color: #052C65 !important; }
}

/* Tiny slider dots */
  .dots-primary .tns-nav [data-nav] {
    -webkit-box-shadow: inset 0 0 0 2px #052C65;
    box-shadow: inset 0 0 0 2px #052C65;
}
.dots-primary .tns-nav [data-nav]:after {
    background-color: #052C65;
    -webkit-box-shadow: 0 0 1px #052C65;
    box-shadow: 0 0 1px #052C65;
}

/*  accordion */
.accordion-button {
    font-size: inherit;
}
.accordion-button:not(.collapsed){
    background-color: rgb(6, 106, 249, 0.2);
    color:#052C65;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232654e0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
.accordion.accordion-line .accordion-header .accordion-button:before {
    background-color: #052C65;
}
.accordion.accordion-icon-primary .accordion-header .accordion-button {
    background: #052C65;
}
.accordion.accordion-icon-gradient .accordion-header .accordion-button:not(.collapsed) {
    background: -moz-linear-gradient(150deg, #052C65 0%, #0047ab 100%) !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #052C65), color-stop(100%, #0047ab)) !important;
    background: -webkit-linear-gradient(150deg, #052C65 0%, #0047ab 100%) !important;
    background: -o-linear-gradient(150deg, #052C65 0%, #0047ab 100%) !important;
    background: -ms-linear-gradient(150deg, #052C65 0%, #0047ab 100%) !important;
    background: linear-gradient(150deg, #052C65 0%, #0047ab 100%) !important;
}
/* Text color */
/*list group borderless*/
.list-group-borderless .list-group-item {
  color: #231f20;
}


/*  UA System customizations  */
body {
    font-family: 'Lato', 'Trebuchet MS', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7;
    color: #231f20;
    font-size: 1em;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	font-family: 'Crimson', serif;
}

.multicolumn-container.container {
    padding: 0;
}
.page-content ul {
    padding: revert;
}
.page-content a {
    text-decoration: underline;
}
.feature-box a {text-decoration: none;}
.feature-box-desc a{text-decoration:underline;}
.btn {text-decoration: none !important;}

/*banner styles */
@media (min-width: 991.98px) {
.navbar-brand .navbar-brand-item {
  height: 55px;
  display: block;
  width: auto;
}}

.main-bar.navbar {
    border-bottom: 3px solid #245183;
}

.main-bar .navbar-nav .nav-link {
    font-weight: 700;
    text-transform: uppercase;
}

/* Navbar Dark link colors */
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #071843; }
.list-group-icon-primary-bg i {background-color: #0588b2;color: #e3eef8;}

/* Navbar menu and dropdowns */
.navbar-dark .nav .nav-link:hover {color: #b5d0ea;}
.navbar-light .navbar-nav .nav-link {color: #246192;}
.dropdown-menu {--bs-dropdown-link-color: #323232 !important;}

/* Navbar color */
/* .navbar-top { background: #0A1127 !important;} */
.navbar-top .dropdown > a {color: #ffffff;}
.navbar-top {background: #041746;}
.navbar-top a {color: #323232;}
.nav-tabs.tab-line .nav-link.active {border-bottom: 2px solid #052C65;}
.navbar-nav .nav-link {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: inherit;
	padding-top: 1rem;
    padding-bottom: 1rem;
}
header.navbar-sticky-on .navbar-nav .nav-link {
    line-height: inherit;
}
.site-menu {border-bottom: 5px solid #183f74;}
.subnav-nested .list-group-item { border: 0;}


/* Custom Google site search */

.searchContainer .gsc-control-cse {
font-family: Verdana, sans-serif;
border-color: transparent;
background-color: transparent;
}
.searchContainer input {
background: 0 0 !important;
text-indent: 1rem !important;
margin: 0 !important;
height: 2rem !important;
font-size: inherit !important;
}

.searchContainer .gsc-search-button-v2 {
font-size: 0;
height: 2.4rem;
padding: 0;
width: 2.6rem;
border-color: #117b9d;
background-color: #117b9d;
background-image: none;
filter: none;
}

.gsc-search-button-v2:focus,
.gsc-search-button-v2:hover {
border-color: #0485bf;
background-color: #0485bf;
background-image: none;
filter: none;
}
.searchContainer .gsc-search-button-v2:focus,
.searchContainer .gsc-search-button-v2:hover {
border-color: #2682d6;
background-color: #2682d6;
background-image: none;
filter: none;
}
.searchContainer.custom .gsc-search-button-v2 {
border-color: #607d8b;
background-color: #607d8b;
}
.gsib_a {
padding: 2px !important;
}
.gsc-input-box {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.gsc-search-button-v2 {
height: 2.5rem;
padding: 0;
margin: 0;
}
.searchContainer .gsst_a .gscb_a {
color: #3d62b3;
}
.gsc-tabHeader.gsc-tabhActive,
.gsc-refinementHeader.gsc-refinementhActive {
color: #050505 !important;
background-color: #ffffff;
}
.searchContainer i.fa.fa-window-close {
    color: #eee;
}


/* ############# Components / Snippets  ############### */


/* Box Wrapper v5 */
@media (min-width: 768px){
.container-custom  {
    max-width: 720px;
}}
@media (min-width: 992px){
.container-custom  {
    max-width: 960px;
}}
@media (min-width: 1200px){
.container-custom  {
    max-width: 1140px;
}}
@media (min-width: 1400px){
.container-custom  {
    max-width: 1200px;
}}


.box-wrapper.themeOne {
    background-color: #fff;
    background: linear-gradient(45deg, rgb(7 32 81 / 47%) 25%, rgba(40, 50, 74, 0.3) 25%, rgba(23, 130, 241, 0.35) 90%, rgb(51 74 189 / 44%) 90%), linear-gradient(-45deg, rgba(6, 29, 93, 0.28) 30%, rgba(13, 11, 111, 0.41) 30%, rgba(21, 21, 146, 0.26) 60%, rgba(33, 40, 84, 0.03) 60%, rgb(24 64 116) 60%);
    background-color: #184074;
    color: #eee;
}
.box-wrapper.themeTwo {
    background: #f2d972;
}
.box-wrapper.all-text-white .feature-box.f-style-secondary {
    background: #0e243b;
}
.box-wrapper.all-text-white .feature-box.f-style-1,
.box-wrapper.all-text-white .feature-box.f-style-2 {
    box-shadow: 0px 0px 40px rgb(255 255 255 / 10%);
}

.box-wrapper.gradient-border {
	background-color:#fff;
	background-image: 	radial-gradient(circle at 100% 100%, transparent -15px, #004895 -15px, #004895 1px, transparent 1px), 
						linear-gradient(to right, #004895, #028e8a), 
						radial-gradient(circle at 0% 100%, transparent -15px, #1f51d7 -15px, #1f51d7 1px, transparent 1px), 
						linear-gradient(to bottom, #028e8a, #2196F3), 
						radial-gradient(circle at 0% 0%, transparent -15px, #2196F3 -15px, #2196F3 1px, transparent 1px), 
						linear-gradient(to left, #2196F3, #028e8a), 
						radial-gradient(circle at 100% 0%, transparent -15px, #1f51d7 -15px, #1f51d7 1px, transparent 1px), 
						linear-gradient(to top, #009688, #004895);
	background-size: 1px 1px, calc(100% - 2px) 16px, 1px 1px, 16px calc(100% - 2px);
	background-position: top left,top center,top right,center right, bottom right,bottom center,bottom left,center left;
	background-repeat: no-repeat;
  padding:3rem;
}

section.pattern-overlay-1::before, section.pattern-overlay-2::before, section.pattern-overlay-3::before, section.pattern-overlay-4::before {
z-index:-1;
pointer-events:none;
}

.bg-grad .btn-background-custom {
	background: #ffffff;
	color: #343a40 !important;
}

.bg-dark-grad .btn-background-custom {
	background: #ffffff;
	color: #343a40 !important;
}

.themeOne .btn-background-custom {
	background: #ffffff;
	color: #343a40 !important;
}

.bg-light .btn-background-custom {
	background: #052C65;
	border-color: #052C65;
	color: #ffffff !important;
}

.border-dashed .btn-background-custom {
	background: #052C65;
	border-color: #052C65;
	color: #ffffff !important;
}

.gradient-border .btn-background-custom {
	background: #052C65;
	border-color: #052C65;
	color: #ffffff !important;
}

/* Feature Box Style Variations V5 */
.feature-box-image-component .feature-box{
	display: flex;
    flex-direction: column;
}
.feature-box .feature-box-desc {
    margin: 0;
    flex: 1 1 auto;
}
.feature-box-title {
    padding: .75rem 1rem;
    font-size: 1.3rem ! Important;
    font-weight: 700 !important;
}
.f-style-overlay .feature-box-title {
	 font-size: 2.2rem ! Important;
}

.feature-box-image img {width:100%;}
.f-box-imageh-med {max-height: 12rem; object-fit: cover;}
.f-box-imageh-short {max-height: 8rem; object-fit: cover;}
.f-box-imageh-tall {max-height: 16rem; object-fit: cover;}
.f-box-imageh-none {max-height: auto;}

.feature-box.fb-horizontal {
    flex-direction: initial;
    margin-bottom: 2rem !important;
}
.fb-horizontal .feature-box-title {
  text-align:left;
}

.f-style-primary .feature-box-title {
    background: #001f54;
    color: #FFFFFF;
}
.f-style-secondary .feature-box-title {
    background: #236192;
    color: #FFFFFF;
}
.f-style-secondary {
    background: #f7f8f9;
}

.f-style-default .feature-box-title,
.f-style-1 .feature-box-title{
	padding-bottom: 0;
    padding-top: 1.5rem;
}

.feature-box.f-style-2 a {
    display: inline;
}
.feature-box.f-style-1 {
    box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
}

.feature-box.f-style-2 .feature-box-icon {
    margin-left: 0;
    margin-right: 20px;
    font-size: 50px;
}
.feature-box.f-style-2 .feature-box-title {
    margin-top: 10px;
}

/* progress bar */
.progress, .progress-stacked {
    --bs-progress-bar-bg: #1380a0;
    --bs-progress-bg: rgb(6, 106, 249, 0.2);
}

/* ############### old styles  ############### */

/* hover transitions */
.transition-zoom img {
opacity: 1;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.transition-zoom img {
opacity: 1;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.transition-zoom:active img,
.transition-zoom:focus img,
.transition-zoom:hover img {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.transition-lift {
width: 100%;
transition: 0.5s;
-webkit-transition: 0.5s;
transform: translateY(0px);
}
.transition-lift:hover {
transform: translateY(-15px);
box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}
.transition-border:hover {
-webkit-box-shadow: inset 0 0 0 10px #d9e4e6;
box-shadow: inset 0 0 0 10px #d9e4e6;
transition: 0.5s;
}
.transition-shadow {
-webkit-transition: -webkit-transform 0.3s ease-out,
-webkit-box-shadow 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
transition: transform 0.3s ease-out, box-shadow 0.3s ease-out,
-webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
.transition-shadow:hover {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.07);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.transition-underline:hover {
border-bottom: 5px solid #ffc107 !important;
}
.transition-dark-overlay:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
opacity: 1;
transition: all 1s;
-webkit-transition: all 0.4s;
display: block;
}
.transition-dark-overlay:hover:after {
opacity: 0.4;
}
.transition-dark-overlay:hover {
opacity: 0.8;
}
.transition-dark-overlay:hover {
opacity: 1;
}


#main-slider {
background: #202020;
}
#main-slider .carousel-item img,
#main-slider .carousel-item video {
object-fit: inherit;
width: auto;
}
@media (min-width: 900px) {
#main-slider .carousel-item img,
#main-slider .carousel-item video {
object-fit: cover;
width: 100%;
}
}
@media (min-width: 1200px) {
.hero-lg .carousel-item {
height: 32rem;
}
.hero-md .carousel-item {
height: 20rem;
}
.hero-lg .carousel-item img,
.hero-lg .carousel-item video {
min-height: 515px;
}
.hero-md .carousel-item img,
.hero-md .carousel-item video {
min-height: 20rem;
}
.hero-lg .carousel-item .item.youtube #youtube {
width: 100%;
height: 515px;
}
.hero-md .carousel-item .item.youtube #youtube {
width: 100%;
height: 20rem;
}
.hero-md .carousel-caption {
padding: 6rem 20px 3rem 20px;
}
}
.carousel-fade .carousel-item {
opacity: 0;
transition-duration: 0.6s;
transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
opacity: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
transform: translateX(0);
transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
opacity: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
transform: translateX(0);
transform: translate3d(0, 0, 0);
}
.carousel-container {
margin-bottom: 1rem;
}
.carousel-container .carousel-item {
background: #eee;
}
.carousel-container .text-block {
padding: 1rem;
}
.carousel-container .carousel-caption {
position: relative !important;
padding: 0 !important;
text-shadow: 1px 1px 1px #000;
color: #fff;
left: 0 !important;
width: 100% !important;
}
.carousel-container .carousel-caption h4,
.carousel-container .carousel-caption.h4 {
padding-top: 0.5rem;
}
.carousel-container .carousel-caption p {
font-size: 1.2rem !important;
line-height: inherit;
padding-bottom: 0.5rem;
margin-bottom: 0;
}
.carousel-container .carousel-item {
padding: 2px;
border: 1px solid #ddd;
background: #fff;
background: -webkit-linear-gradient(#fff, #fff 20%, #eee 80%, #eee);
background: -moz-linear-gradient(#fff, #fff 20%, #eee 80%, #eee);
background: -ms-linear-gradient(#fff, #fff 20%, #eee 80%, #eee);
background: -o-linear-gradient(#fff, #fff 20%, #eee 80%, #eee);
background: linear-gradient(#fff, #fff 20%, #eee 80%, #eee);
-webkit-border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
}
.carousel-container.multi-slider .carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='gray-dark' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-container.multi-slider .carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='dark-gray' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-container.multi-slider .carousel-item {
background: #fff;
border: 0;
padding: 0.1rem 4rem;
}
.carousel-container.multi-slider .carousel-control-next,
.carousel-control-prev {
width: 7%;
}
.carousel-container.multi-slider h3,
.carousel-container.multi-slider.h3 {
padding-bottom: 1rem;
}
.carousel-container.multi-slider .carousel-inner {
position: relative !important;
width: 100% !important;
overflow: hidden !important;
}
.carousel-item .ou-component-image-card img {
width: auto !important;
min-height: auto;
}
.carousel button#pauseBtn {
position: absolute;
right: 0;
bottom: 3rem;
left: 0;
z-index: 15;
justify-content: center;
list-style: none;
background: rgba(255, 255, 255, 0.5);
border: 0;
width: 5rem;
margin: auto;
}
@media (max-width: 900px) {
.carousel-indicators {
position: relative;
}
.carousel button#pauseBtn {
position: relative;
bottom: 0.5rem;
}}
/* Quick facts */
.facts{text-align:center;}
.facts .card-title{color:#eee;font-family:inherit;font-size:1.2rem;}
.featured-bg-container{margin-bottom:2rem;padding:3rem 3rem 0;}
.featured-bg-container h3.text-uppercase{padding-bottom:2rem;}
.featured-bg-container.dark h3 {color: white;}

/* news/events */
.events-container .card-header, .news-container .card-header {
  background-color: #006195; color:white;
}
.events > ul,
.news > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.events ul li, .news > ul li {
    border-bottom: 1px dashed #dbdbdb;
    overflow: auto; 
    padding: 0 0 1rem 0;
    margin: 1rem 0;
}
.news-container img.card-img-top {
  max-height: 275px;
  object-fit: cover;
}
.news-container .news.newsfeed li {
  list-style: none;
}
.events-container img {
  display: none;
}
.events-container li {
  display: block;
  margin-bottom: 2rem;
}
.embed-responsive {
  max-height: 554px;
}
.events .dateTime,
.events .details,
.events .short-desc,
.eventsArticle .date,
.eventsArticle .location,
.eventsArticle .time,
.news .date,
.newsArticle .date {
  color: #595959;
  line-height: 1.5;
}
.events .short-desc {
  padding-left: 5rem;
}
.short-desc {
  color: #595959;
  line-height: 1.5;
}
.events p,
.newsfeed p {
  margin-bottom: 0;
}
.date-title,
.location-title,
.time-title {
  font-weight: 600;
}
.events ul li,
.news > ul li {
  border-bottom: 1px dashed #dbdbdb;
  overflow: auto;
  padding: 0 0 1rem 0;
  margin: 1rem 0;
}
.news-pagination li {
  overflow: visible !important;
}
.eventImage,
.newsImage {
  overflow: hidden;
  max-width: 10rem;
  width: 30%;
  float: left;
  margin: 0.2rem 1rem 0.2rem 0;
}
.eventImage img,
.newsImage img {
  max-width: 10rem;
  width: 100%;
}
.events .title,
.news .title,
.newsArticle .title {
  margin: 0;
  color: #004895;
  padding-bottom: 0.5rem;
}
.events .date {
  float: left;
  margin: 0 1rem 0 0;
  background: #ffc107;
}
.events .date span.day {
  background-color: #f3f3f3;
  font-size: 1.1em;
  font-weight: 500;
  color: #333;
}
.events .date span {
  display: block;
  text-align: center;
  width: 4rem;
  padding: 0.5rem;
}
.events-cardview-container img {
  width: 100%;
  max-height: 10rem !important;
  object-fit: cover;
  object-position: center;
}
.events-cardview-container .h3 {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-bottom: 0.5rem;
}
.events-cardview-container .h3 a:link,
.events-cardview-container .h3 a:visited {
  text-decoration: none;
  color: #212529;
}
.events-cardview-container .h3 a:hover {
  text-decoration: underline;
}
.events-cardview-container .card-body {
  font-size: 1rem;
}
.events-cardview-container .card-footer {
  background: #fff;
  border-top: 0;
}
.events-cardview-container .card-footer a:link,
.events-cardview-container .card-footer a:visited {
  text-decoration: none;
  font-weight: 700;
}
.events-cardview-container .card-footer a:hover {
  text-decoration: underline;
  color: #457f66;
}
.infoBlock {
  color: #595959;
}
.events-cardview-container .card-header {
  color: #0a0a0a !important;
}
/* end news/events */

/* Image tile component */
.ou-component-imagetile {
position: relative;
width: 100%;
}
.ou-component-image-tile .tile-image {
background-size: cover;
background-position: center;
text-align: center;
position: relative;
overflow: hidden;
min-height: 300px;
align-items: center;
display: flex;
}
.ou-component-image-tile .tile-image h3,
.ou-component-image-tile .tile-image.h3 {
color: #fff;
text-transform: uppercase;
font-size: 1.5em;
margin: auto;
z-index: 9999;
position: relative;
font-style: normal;
font-family: sans-serif;
}
.ou-component-image-tile a:link {
text-decoration: none !important;
}
.ou-component-image-tile .tile-content {
color: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: left;
width: 85%;
}
.ou-component-image-tile .tile-content h3,
.ou-component-image-tile .tile-content p.h3 {
margin-bottom: 0.5rem;
line-height: 1.9rem;
font-style: normal;
font-family: sans-serif;
color: #fff;
}
.ou-component-image-tile .tile-content p {
line-height: 1.4rem;
margin-top: 0;
color: #fff;
}
.ou-component-image-tile .tile-overlay.image-overlay {
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
opacity: 1;
background: rgba(0, 0, 0, 0.6);
}
.ou-component-image-tile .tile-image {
display: block;
width: 100%;
height: auto;
}
.ou-component-image-tile .tile-overlay {
position: absolute;
background-color: rgba(0, 0, 0, 0.7);
overflow: hidden;
transition: 0.5s ease;
width: 100%;
}
.ou-component-image-tile .tile-overlay.image-fade {
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
opacity: 0;
}
.ou-component-imagetile:hover .tile-overlay.image-fade {
opacity: 1;
}
.ou-component-image-tile .tile-overlay.image-slide-top {
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.7);
height: 0;
}
.ou-component-imagetile:hover .tile-overlay.image-slide-top {
bottom: 0;
height: 100%;
}
.ou-component-imagetile:hover .tile-overlay.image-overlay {
opacity: 1;
background: rgb(0 0 0 /15%);
}
.ou-component-image-tile .tile-overlay.image-slide-bottom {
bottom: 0;
left: 0;
right: 0;
height: 0;
}
.ou-component-imagetile:hover .tile-overlay.image-slide-bottom {
height: 100%;
}
.ou-component-image-tile .tile-overlay.image-slide-side {
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
width: 0;
height: 100%;
}
.ou-component-imagetile:hover .tile-overlay.image-slide-side {
width: 100%;
}
.ou-component-image-tile .tile-overlay.image-zoom {
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
}
.ou-component-imagetile:hover .tile-overlay.image-zoom {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.ou-component-image-tile .tile-overlay.image-overlay-title {
bottom: 0;
background: #000;
background: rgba(0, 0, 0, 0.5);
color: #f1f1f1;
transition: 0.5s ease;
opacity: 0;
color: #fff;
padding: 20px;
text-align: center;
}
.ou-component-image-tile .tile-overlay.image-overlay-title h3,
.ou-component-image-tile .tile-overlay.image-overlay-title.h3 {
margin-bottom: 0;
}
.ou-component-imagetile:hover .tile-overlay.image-overlay-title {
opacity: 1;
}


/* utilities */
.full-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* footer */
.footerContainer {
 position: relative;
}
.swFooter{
background-color: #001F54;
overflow: hidden;
padding: 25px 0;
position: relative;
}
.footer-content a {
    text-decoration: underline;
}
@media (min-width: 900px) {
.footer-content {
	width:80%;
	margin: auto;
}}
.footer-decor {
    background-color: #001649;
    bottom: 38%;
    height: 2000px;
    left: 50%;
    margin-left: -1148px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    width: 2000px;
}}

