@charset "UTF-8";
/* Insert your custom CSS styles */

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333333;
  /*font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  /*font-size: 100%;*/
  line-height: 1.625;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px !important;
		width: 100% !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.container {
		max-width: 970px !important;
		width: 100% !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.container {
		max-width: 750px !important;
		width: 100% !important;
	}
}

#quickbar {
    z-index: 99999 !important;
}
#quickbar div.depth-0 {
    height: auto !important;
}

#block-system-main .content a {
   	color: #0091B3;
	font-weight: bold;
}
#block-system-main .content a:hover {
   	color: #002856;
	text-decoration: underline;
}
#sidebar .hidden-phone {
	padding: 30px 0 40px 0;
}

/* Header and Menu Region */
h1,
h2,
h3,
h4,
h5,
.PageTitleHeader,
.PageSubTitleHeader {
  font-weight: bold;
  padding: 0;
  color: #002856;
}
h1,
.h1,
.PageTitleHeader {
  font-size: 3.25rem;
  line-height: 1.05;
  font-weight: 500;
  font-family: "Bebas Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 700px ) {
  h1,
  .h1,
  .PageTitleHeader {
    font-size: 3.625rem;
  }
}
h2,
.h2,
.PageSubTitleHeader {
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 300;
  font-family: "Bebas Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 700px ) {
  h2,
  .h2,
  .PageSubTitleHeader {
    font-size: 4.25rem;
  }
}
h3,
.h3 {
  font-size: 2.8rem;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Bebas Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
h4,
.h4 {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Bebas Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #007CBA;
}
h5,
.h5 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  color: #5B5B5B;
}
p {
  margin: 0.5em 0 1.5em;
  padding: 0;
}
p.large {
  font-size: 1.35em;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 700px ) {
  p.large {
    font-size: 1.75em;
    font-weight: 300;
    padding-right: 20%;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1024px ) {
  p.large {
    padding-right: 10%;
  }
}
@media (max-width: 991px) {
	#top {
		margin-top: 35px;
	}
}


/**** Quick Links Menu ****/

.quickLinks {
	background: rgb(218,169,0,.9) !important;
}

.c-layout-header .c-topbar-dark {
    background: #005487;
}

@media (max-width: 991px) {
	.quickLinks {
		background: #ffffff !important;
	}
	.c-layout-header-topbar-collapse .c-layout-header .c-topbar-dark {
		background: #005487;
	}
	#navlist {
		display: flex;
		flex-wrap: wrap;
		justify-content: center !important;
	}
	li.qlTitle {
		display: none;
	}
}
#navlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: right;
    color: #ffffff;
    display: flex;
    justify-content: flex-end;
}

#navlist ul li {
    display:inline;
}

li.qlTitle {
	float: left;
    /* display: inline; */
    padding: .4em;
}

#navlist li a {
	float:left;
	text-decoration:none;
	color:#fff;
	padding:0.4em 1em;
}
#navlist li a:hover {
	background-color: #0091B3;
	color: #ffffff;
	text-decoration: underline;
}

.c-font-yellow, .c-bg-yellow {
    color: #DAA900 !important;
}
.c-font-blue, .c-bg-blue {
    color: #005487 !important;
}

/******  Quick Links Changes  ******/
.c-layout-header .c-topbar-dark .container {
	/* max-width: 1270px;
	width: 100%; */
}
@media (min-width: 992px) {
	.c-layout-header .c-topbar {
		height: 100%;
		max-height: 50px;
	}
}

/******  NavBar Changes  ******/

@media (min-width: 992px) {
	.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-navbar .c-logo {
		line-height: 65px;
		-webkit-transition: all 0.3s ease-in-out;
  		-moz-transition: all 0.3s ease-in-out ;
	}
	.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-navbar .c-logo img {
		max-height: 35px;
		-webkit-transition: all 0.1s ease-in-out;
  		-moz-transition: all 0.1s ease-in-out ;
		width: auto !important;
	}
}

.c-layout-header.c-layout-header-4 .c-navbar {
    background: #002856;
}

.headerMenu {
	/* height: 0px; */
}
.mega-nav li a {
    color: #ffffff;
    font-weight: normal;
	font-size: 12px;
}
.tb-megamenu-item li.tb-megamenu-item:hover {
    background: #ffffff;
}

@media (min-width: 992px) {
.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark > .nav.navbar-nav > li > .dropdown-menu {
		background: rgb(0,84,135,.9);
	}
}

@media (min-width: 992px) {
	.c-theme-nav li.c-active {
    /* color: #ffffff !important; */
    background-color: #ffffff;
	}
	.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark > .nav.navbar-nav > li .dropdown-menu.c-menu-type-fullwidth {
		left: 0;
		right: 0;
		position: absolute;
		width: 100% !important;
	}

	.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark > .nav.navbar-nav > li .dropdown-menu > li {
		padding: 25px 0 20px;
		border-right: 0px;
	}	
	.c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-btn-icon, .c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
		color: #002856;
	}

	#block-block-25 > div.content > header > div > div > div > nav > ul > li.tb-megamenu-item.level-1.mega.gnButton > a {
		color: #FFBF3C;
	}
	#block-block-25 > div.content > header > div > div > div > nav > ul > li.tb-megamenu-item.level-1.mega.gnButton > a:hover {
		color: #FFFFFF;
	}
		
	.tb-megamenu-item.level-2.mega.menuTitle a {
		font-size: 16px;
		font-weight: bold;
		cursor: context-menu;
	}
	li.tb-megamenu-item.level-2.mega.menuTitle:hover {
		color: #ffffff;
		text-decoration: none;
		background: none;
	}
	li.tb-megamenu-item.level-2.mega.menuTitle a {
		color: #ffffff;
	}
	li.tb-megamenu-item.level-2.mega.menuTitle a:hover {
		color: #ffffff !important;
		background: none;
	}
	#block-block-25 > div.content > header > div > div > div > nav > ul > li > a {
		color: #ffffff;
	}
	#block-block-25 > div.content > header > div > div > div > nav > ul > li > a:hover {
		color: 	#DAA900;
	}
	.c-layout-breadcrumbs-1.c-bordered-both {
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.c-layout-header.c-layout-header-dark-mobile {
		background: #002856;
		border-bottom: 0;
	}
	.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile {
		background: #ffffff;
		color: #002856;
	}
	.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile > .nav.navbar-nav > li > .c-link {
		border-bottom: 1px solid #002856;
		color: #002856;
		font-weight: bold
	}
	.c-layout-header .c-navbar .c-mega-menu.c-fonts-uppercase > .nav.navbar-nav > li > .c-link {
		font-size: 16px;
		text-transform: uppercase;
		color: #002856 !important;
	}
	.mega-nav li a {
		letter-spacing: 1px;
		font-size: 14px;
		text-transform: uppercase;
		line-height: 15px;
		color: #002856;
		font-weight: 500;
	}
	.tb-megamenu-item.level-2.mega.menuTitle a {
		font-size: 16px;
		font-weight: bold;
	}
	.c-layout-header.c-layout-header-dark-mobile .c-brand > .c-hor-nav-toggler > .c-line {
		background: #ffffff;
	}
	.c-layout-header.c-layout-header-dark-mobile .c-brand > .c-hor-nav-toggler {
		background: none;
	}
	.c-layout-header.c-layout-header-dark-mobile .c-brand > .c-hor-nav-toggler:hover > .c-line {
		color: #002856;
	}
	.c-layout-header.c-layout-header-dark-mobile .c-brand > .c-hor-nav-toggler > .c-line {
		background: #ffffff;
	}
	.c-layout-header.c-layout-header-dark-mobile .c-brand > .c-hor-nav-toggler:hover {
		background: #ffffff;
	}
	.c-layout-header .c-quick-search > span:hover {
		color: #ffffff !important;
	}
	.c-layout-breadcrumbs-1.c-bordered-both {
		margin-top: 0px;
	}
}/**********************************************/

.region .region-top {
    position: relative;
    top: 40px;
}
.page-title {
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em;
    overflow: hidden;
}
.page-title--banner {
    margin-top: 70px;
}
@media (max-width: 991px) {
	.page-title--banner {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
.page-title__title {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: .5em 1em .5em 20%;
    background-color: #0091B3;
    color: #fff;
	font-size: 2.5em;
}
.page-title__title--nested {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}
.ucm-skyblue .category-brand__text {
    color: #fff;
    background: linear-gradient(to left,rgba(218,169,0,0),rgba(218,169,0,1));
}
@media (min-width: 1600px) {
	.page-title__title {
		margin-right: 12.5%;
		padding-left: 12.5%;
		font-size: 3em;
	}
}
@media (min-width: 1200px) {
	.page-title__title {
		margin-right: 7.5%;
		padding-left: 7.5%;
	}
}
@media (min-width: 992px) {
	.page-title__title {
		margin-right: 5%;
		padding-left: 5%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.page-title__title {
		font-size: 2em;
		padding: .5em 1em .5em 10%;
	}
}
@media (max-width: 767px) {
	.page-title__title {
		font-size: 1.5em;
		padding: .5em 1em .5em 10%;
	}
}
@media (min-width: 992px) {
	.c-layout-header .c-navbar .c-mega-menu.c-fonts-bold > .nav.navbar-nav > li > .c-link {
		font-weight: 600;
		letter-spacing: normal;
	}
}

/* Footer */

/* line 3, ../package/sass/_footer.scss */
#footer {
  background-color: #e5e5e5;
  color: #0f2d52;
  overflow: visible;
  margin-top: 50px;
}

/* line 9, ../package/sass/_footer.scss */
#footer a {
  color: #0f2d52;
}

/* line 12, ../package/sass/_footer.scss */
#footer h2 {
  font-weight: 600;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #0f2d52;
}

/* line 17, ../package/sass/_footer.scss */
#footer .menu {
  font-size: 14px;
}

/* line 20, ../package/sass/_footer.scss */
#footer > .container {
  position: relative;
}

/* line 23, ../package/sass/_footer.scss */
#footer > .container:before {
  background-color: #0f2d52;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* line 32, ../package/sass/_footer.scss */
#footer > .container > .footer-content {
  position: inherit;
  padding: 1em 0em;
}

@media (max-width: 979px) {
	#footer > .container > .footer-content {
		position: inherit;
		padding: 1em;
		word-wrap: break-word;
		width: auto;
		text-align: center;
	}
}

#footer-content .row-fluid .footer-content {
	padding: 1em 1.6em;
}


/* line 49, ../package/sass/_footer.scss */
.region-footer .nav li {
  list-style: none;
  margin-left: 0;
}

/* line 55, ../package/sass/_footer.scss */
#footer > .container:before {
  height: 100px;
}

/* line 58, ../package/sass/_footer.scss */

/* line 66, ../package/sass/_footer.scss */
#footer > .container:before {
  height: 100px;
}

/* line 69, ../package/sass/_footer.scss */


/* line 77, ../package/sass/_footer.scss */

/* line 80, ../package/sass/_footer.scss */
#footer > .container:before {
  height: auto;
}

/* line 84, ../package/sass/_footer.scss */


/* line 92, ../package/sass/_footer.scss */

/* line 95, ../package/sass/_footer.scss */
#footer > .container:before {
  height: auto;
}

/* line 103, ../package/sass/_footer.scss */
#footer .block {
  float: left;
}

/* line 111, ../package/sass/_footer.scss */
.site-footer {
  margin: 0;
}

/* line 114, ../package/sass/_footer.scss */
.final-foot {
  font-size: .9em;
  padding: 0 1em;
}

/* line 119, ../package/sass/_footer.scss */
.final-foot .nav > li {
  display: inline-block;
  padding: 0 10px 0 0;
  border-right: 1px solid;
}

/* line 124, ../package/sass/_footer.scss */
.final-foot .nav > li:last-child {
  border-right: none;
}

/* line 127, ../package/sass/_footer.scss */
.final-foot .nav > li a {
  line-height: 1em;
}


/* line 114, ../package/sass/_footer.scss */
.final-foot {
  font-size: 14px;
  padding: 0 1em;
}

/* line 119, ../package/sass/_footer.scss */
.final-foot .nav > li {
  display: inline-block;
  padding: 0 10px 0 0;
  border-right: 1px solid;
}

/* line 124, ../package/sass/_footer.scss */
.final-foot .nav > li:last-child {
  border-right: none;
}

/* line 127, ../package/sass/_footer.scss */
.final-foot .nav > li a {
  line-height: 1em;
}

/* line 130, ../package/sass/_footer.scss */
.copyright {
	padding: 1rem;
	font-size: 14px;
	text-align: center;
	margin: 40px 0 0 0;
	background-color: #142d52;
	border-top: 3px solid #d9a928;
	color: #ffffff;
}
.copyright a {
	color: #ffffff !important;
}

.copyright ul li {
	display: inline-block;
	list-style: none;
	padding: 0 10px;
	margin: 0px !important;
}
.copyright ul {
	display: inline-block;
	list-style: none;
	padding: 0 10px;
	margin: 0px !important;
}

/* line 133, ../package/sass/_footer.scss */
.copyright strong {
  font-size: 16px;
  font-weight: 600;
}

/* line 137, ../package/sass/_footer.scss */
.copyright span {
  display: block;
  float: left;
  padding-right: 5px;
}

/* line 142, ../package/sass/_footer.scss */
.copyright .region-final-footer {
  float: left;
}

/* line 145, ../package/sass/_footer.scss */
#footer .copyright .block-menu-block {
  width: 100%;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
}
.fColumn {
	flex: 23%;
	padding-right: 12px;
}
.fAddress {
	margin-top: 20px;
}

.fColumn h2 {
	margin: 20px 0 0 0!important;
	padding-top: 0px !important;
}

.fColumn ul, .fColumn li {
	text-decoration: none;
	list-style: none;
}
.fColumn ul {
	padding: 0 0 12px 0;
	margin: 0px !important;
}
.fColumn li {
	padding-top: 5px;	
}
.fColumn li a:hover {
	text-decoration: underline;
	color: #0f2d52 !important;
}
.fa-li {
	left: 0 !important;
	margin-right: 15px;
	float: left;
}
.fa-ul {
	display: inline-flex;
	width: 312px;
}
@media screen and (min-width: 992px) and (max-width: 1230px) {
	.fa-ul { 
		width: 230px;
		display: inline;
	}
}
@media screen and (max-width: 979px) {
	.fColumn {
		flex: 50%;
		text-align: center;
	}
	.socialIcons {
		justify-content: center;
		display: flex;
		padding-top: 10px;
	}
	.fa-ul {
		display: inline;
		width: 312px;
	}
 }
@media screen and (max-width: 600px) {
	.footer-links {
		flex-direction: column;
		text-align: center;
	}
	.fa-ul {
		display: inline;
		width: 312px;
	}
}
#footer .block {
    float: none;
}
.socialIcons [class*="fa fa-"] {
    background-color: #0f2d52;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: auto 3px;
    width: 40px;
    font-size: 1.6em;
    text-align: center;
}

.new-fa { 
		float: left;
	  background-color: #0f2d52;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    margin-top: 7px;
    margin-left: 3px !important;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 1.6em;
    text-align: center;
}

.new-fa:hover {
	background-color: #005487;
}

.new-fa-icons {
	 margin-bottom: 14px;
}

#block-block-67 > div.content > div > div > div > div:nth-child(4) > div > div > ul > li:nth-child(1) > a > i:hover, 
#block-block-67 > div.content > div > div > div > div:nth-child(4) > div > div > ul > li:nth-child(2) > a > i:hover, 
#block-block-67 > div.content > div > div > div > div:nth-child(4) > div > div > ul > li:nth-child(3) > a > i:hover, 
#block-block-67 > div.content > div > div > div > div:nth-child(4) > div > div > ul > li:nth-child(4) > a > i:hover,
#block-block-67 > div.content > div > div > div > div:nth-child(4) > div > div > ul > li:nth-child(5) > a > i:hover,
#block-block-67 > div.content > div > div > div > div:nth-child(4) > div > div > ul > li:nth-child(6) > a > i:hover,
#block-block-67 > div.content > div > div > div > div:nth-child(4) > div > div > ul > li:nth-child(7) > a > i:hover {
	background-color: #005487;
}
.fa-facebook-f:before, .fa-facebook:before {
    margin-left: 5px;
}
.fa-twitter:before {
    margin-left: 5px;
}
.fa-linkedin:before {
    margin-left: 5px;
}
.fa-youtube:before {
    margin-left: 5px;
}
.fa-instagram:before {
    margin-left: 5px;
}
.new-fa-icons:before {
   margin-left: 5px;
}

/* Counter */
.c-border-yellow {
    border-color: #ffbf3c !important;
}
.c-content-counter-1 .c-opt-1 .row .col-md-4 {
    width: 100% !important;
}

/* Theme Color Settings */
.c-theme-bg {
  background: #002856; }

/**** Sidebar Menu ****/
h2.block-menu-block-4 {
	display: none;
}
li.first.leaf.menu-mlid-2359, li.first.leaf.menu-mlid-873, li.first.leaf.menu-mlid-909, li.first.leaf.menu-mlid-894, li.first.leaf.menu-mlid-698, li.first.leaf.menu-mlid-18497  {
    list-style: none;
    font-weight: bold;
    color: #002856;
}

li.leaf.menu-mlid-837, li.leaf.menu-mlid-850, li.collapsed.menu-mlid-872, li.leaf.menu-mlid-884, li.collapsed.menu-mlid-910, li.leaf.menu-mlid-911, li.leaf.menu-mlid-889, li.leaf.menu-mlid-901, li.collapsed.menu-mlid-856, li.leaf.menu-mlid-860, li.leaf.menu-mlid-698, li.leaf.menu-mlid-18349, li.leaf.menu-mlid-18505, li.leaf.menu-mlid-18511 {
	list-style: none;
    font-weight: bold;
    color: #002856;
    margin-top: 10px;
}

/**** Search ****/
.c-layout-header .c-quick-search > .form-control {
    background: none !important;
    border: none !important;
}
@media (max-width: 991px) {
	.c-layout-header.c-layout-header-dark-mobile .c-quick-search > span {
		color: #5c6873;
	}
}

/**** Modals ****/
.btn.c-btn-border-2x.c-btn-uppercase {
    padding: 10px 20px 10px 20px;
}
.c-btn-border-2x.c-btn-blue {
    border-color: #002856;
    color: #002856;
    background: none;
}
.c-btn-blue {
    border-color: #002856;
    border-width: 1px;
    color: #ffffff;
    background: #002856;
}
.c-btn-border-2x.c-btn-blue.btn-no-focus:hover, .c-btn-border-2x.c-btn-blue:hover, .c-btn-border-2x.c-btn-blue.btn-no-focus:active, .c-btn-border-2x.c-btn-blue:active, .c-btn-border-2x.c-btn-blue.active, .open > .c-btn-border-2x.c-btn-blue.dropdown-toggle {
    color: #ffffff;
    background: #002856;
    border-color: #002856;
}
.menu-block-wrapper .menu-block-4 .menu-name-main-menu .parent-mlid-0 .menu-level-2 .first .leaf

/**** Paragraph ****/

.lead {
    margin: 20px 0;
	font-weight: 300;
    line-height: 1.4;
}

/**** Hidden ****/

@media (max-width: 767px) {
	.hidden-phone {
		display: none !important;
	}
}

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

.sb-row {
    display: flex;
    flex-wrap: wrap;
	}

.sb-row-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sb-col {
    flex: 1 0 18%;
    margin: 5px 10px 5px 5px;
    color: white;
    display: flex ;
    justify-content: left;
	text-align: center;
	}

a.bottom-button {
	color: #363225 !important;
	text-decoration: none !important;
}
a.bottom-button:hover {
	color: #090806 !important;
	text-decoration: underline !important;
}

.lg__buttons {
	margin-bottom: 1em;
	text-align: center;

}
.lg__buttons .lg-btn--invert {
	line-height: 200px;
	float: left;
	margin-right: 1em;
	margin-bottom: 0;
    width: 200px;
    }
.lg__buttons a:hover, .lg__buttons a:focus {
	background-color: #fff;
	text-decoration: none;
	color: #002856 !important;
	border: none !important;
}
.lg__buttons a {
	color: #002856 !important;
	text-decoration: none !important;
	font-weight: 550px;
}
.lg-btn--invert {
	border: none !important;
	background-color: #ffbf3c;
	color: #002856;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 200 px;
	height: 200px;
	display: inline-block;
	cursor: pointer;
	font-weight: 550;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

.lg__buttons .lg-btn--invert {
	float: none;
	margin-right: 0px;
}

.lg__buttons .med-blue {
	background-color: #005487 ;
	color: #fff !important;
	font-weight: 550px;
}
.lg__buttons .light-blue {
	background-color: #0091b3 ;
	color: #fff !important;
	font-weight: 550px;
}
.lg__buttons .dark-blue {
	background-color: #002856;
	color: #fff !important;
	font-weight: 550px;
}
.lg__buttons .dark-blue a:hover {
	background-color: #005487 !important;
	color: #002856 !important;
	font-weight: 550px;
}
.lg__buttons .med-blue a:hover {
	background-color: #0091b3 !important;
	color: #005487 !important;
	font-weight: 550px;
}
.med-blue a:hover, .med-blue a:focus {
	background-color: #0091b3 !important;
	color: #005487 !important;
	font-weight: 550px;
}
.hb__buttons-gold {
    /* margin-top: 1em; */
    /* padding-top: 1em; */
    margin-bottom: 2em;
    text-align: center;
}
.hb__buttons-blue a {
    color: #0f2d52 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 550 !important;
    text-transform: uppercase !important;
}
.btn--invert-blue {
    background-color: #ffffff;
    color: #0f2d52;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    padding: 1em 2em;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid #0f2d52;
}
.hb__buttons-blue {
    margin-top: 1em;
    padding-top: 1em;
    text-align: center;
}
.hb__buttons-blue .btn--invert-blue {
    float: none;
    margin-right: 0px;
}

.hb__buttons-blue .btn--invert-blue {
    line-height: 1.2;
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    width: auto;
}
a.btn--invert-blue.hb__play {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px) {
	.sb-col {
		justify-content: center !important;
	}
}

/*******  Homepage Blocks  *******/
	
.attend h2 {
    text-align: left;
    margin: 0 0 20px;
    font-size: 3.875rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Bebas Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
}
	
@media only screen and (min-width: 1025px) {
	.attend h2 {
		font-size: 4.25rem;
	}
}
	
.page-homepage aside, .page-homepage section {
    z-index: 1;
    position: relative;
}

.page-homepage aside, .page-homepage section {
    z-index: 1;
    position: relative;
}

.attendUCM {
    margin-bottom: 0;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
	
.attendUCM .panel.panel-primary {
    color: #fff;
}

.attendUCM p {
    margin-bottom: 15px;
    font-size: inherit;
    font-weight: 200;
}
	
.text-right {
    text-align: right;
	margin-bottom: 0px;
}
	
.text-right a {
    text-align: right;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.text-right a:hover {
    text-align: right;
	color: #FFBF3C;
	text-decoration: underline;
	font-weight: bold;
}
	
.panel {
    margin-bottom: 23px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
	
.panel.panel-primary {
    background: rgba(0,84,135,.85);
}
	
.panel.panel-primary .panel-body {
    padding: 1em 2em;
	color: #ffffff;
}
	
.panelPad {
	padding: 60px 25px;
}
.panelPadResearch {
	padding: 60px 25px;
}
.panelPadLife {
    padding: 20px 25px 40px 25px;
}
.panelPadMap {
	padding: 60px 25px;
}
	
@media (min-width: 768px) {
	.panelPad {
		padding: 60px 0;
	}
	.panelPadResearch {
		padding: 80px 0 80px 0;
	}
	.panelPadLife {
		padding: 80px 0 80px 0;
	}
	.panelPadMap {
		padding: 80px 0 80px 0;
	}
}

.text-indent {
	color: #ffffff;
	width: 70%;
}

@media (max-width: 991px) {
	.text-indent {
		color: #ffffff;
		width: 100%;
	}	
}
	
.text-indent a {
	color: #ffffff;
	transition: all .2s ease;
}
	
.rmButton a {
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
	transition: all .2s ease;
	background-color: transparent;
	font-family: "Bebas Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2rem;
	margin-bottom: 20px;
}

.rmButton a:hover {
	background-color: #fff;
    color: #002856 !important;
}

.iucmButton a {
    border: 2px solid #002856;
    display: inline-block;
    color: #002856 !important;
    text-decoration: none;
    padding: 10px 20px;
    transition: all .2s ease;
    background-color: transparent;
    font-family: "Bebas Neue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2rem;
    margin-bottom: 20px;
}

.iucmButton a:hover {
	background-color: #002856;
    color: #ffffff !important;
}

	
@media (min-width: 768px) {
	.attendUCM {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.panel.panel-primary .panel-body {
    	padding: 1.5em 3.5em;
	}
	.panel .panel-body {
    	padding: 1em 2em;
	}
}

@media (min-width: 992px) {
	.panel.panel-primary .panel-body {
		min-height: 0;
		padding: 1em 2.5em;
	}
}

/*--- Menu Fix ---*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.c-layout-header .c-navbar > .container {
		max-width: 1100px !important;
		width: 100% !important;
	}
	.c-layout-header .c-navbar .c-logo img {
		height: 100%;
		width: auto;
		max-width: 120px;
	}
}

/*--- G Translator Widget and button ---*/
#gwidget {
  position: fixed;
  bottom: 80px;
  right: 25px;
  z-index: 99;
}

.myBtn {
	font-size: 18px;
	border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 7px;
  border-radius: 98px;
  background-color: #142d52;
}

.myBtn:hover {
  background-color: #555;
}

#select-native-1 {
	  position: fixed;
    bottom: 145px;
    right: 22px;
    z-index: 99;
    font-size: 18px;
    border: unset;
    outline: auto;
    /* color: white; */
    cursor: pointer;
    padding: 5px;
    border-radius: 2px;
    outline: 2px solid #002856;
}

select[multiple], select[size] {
    height: 300px;
}

/* small mobile */
@media only screen   
and (min-device-width : 320px)   
and (max-device-width : 480px)  {
	select[multiple], select[size] {
    height: auto;
	}
}

/* general mobile */
@media only screen   
and (min-device-width : 360px)   
and (max-device-width : 640px) { 
	select[multiple], select[size] {
    height: auto;
	}
}

/* laptop */
@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 1024px) {
	select[multiple], select[size] {
	    height: 170px;
	}
}  

@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px) {
	select[multiple], select[size] {
    height: 170px;
	}
}

/* tablet */
@media only screen   
and (orientation : landscape)   
and (-webkit-min-device-pixel-ratio: 1)  
and (min-device-width : 768px)   
and (max-device-width : 1007px) {
		select[multiple], select[size] {
    height: auto;
	}
}

@media only screen   
and (orientation : portrait)   
and (-webkit-min-device-pixel-ratio: 1)   
and (min-device-width : 768px)   
and (max-device-width : 1007px)  {
			select[multiple], select[size] {
    height: auto;
	}
}
/*--- End of G Translator Widget ---*/
