/* cmsms stylesheet: bandb modified: Monday, January 22, 2024 8:51:28 AM */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 10;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #352d2a;
}


:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

a {
  color: #ff4f00;
  transition: all 0.2s ease;
}

a:hover, a.menuactive {
  color: #a1e3fd;
}

h1 {
  font-family: 'Roboto';
  font-size: 4rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

h1 a, h1 a:hover {
  color: #352d2a;
}

h2, h3, h4 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9rem;
}

h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

#sticky-logo a {
  transition: all 0.3s ease;
  font-family: 'Roboto';
  font-size: 0rem;
  line-height: 1rem;
  color: #e69e58;
}

.is-stuck #sticky-logo a {
  display: block;
  font-size: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#sticky-logo {
  float: left;
}

#menu-toggle {
  float: right;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #142e69;
  z-index: 999;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: #ff4f00 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
  border-color: transparent #ff4f00 transparent transparent;
}

.divider {
  background: #e69e58;
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 2rem;
}

.divider a {
  color: #352d2a;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #ff4f00;
}

.card-divider {
  background: #352d2a;
  color: #e69e58;
}

.button {
  background: #e69e58;
  color: #352d2a;
  border-radius: 5px;
}

.button:hover {
  background: #352d2a;
  color: #e69e58;
}

.divider .button {
  background: #352d2a;
  color: #e69e58;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #ff4f00;
  color: #352d2a;
}

footer {
  background: #142e69;
  color: #e69e58;
}

footer .column {
  padding: 0 2rem;
}

footer h4 {
  margin-top: 1rem;
  color: #e69e58;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.5px dotted #e69e58;
}

footer i {
  margin-right: 0.5rem;
}

#copyright {
  border-top: 0.5px solid #e69e58;
}

#copyright span {
  margin: 0 1rem;
}

#content-columns h4 {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}

form {
  padding: 1rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

  .is-stuck #sticky-logo {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* FIQA staff */
.FIQAProfile {
  position: relative;
  float: left;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.FIQAProfilePic {
  position: relative;
  float: left;
	width: 200px;
	height: 200px;
	padding: 0;
	border: 10px;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.FIQASmallPic {
  position: relative;
  float: left;
	width: 200px;
	padding: 0;
	border: solid 1px;
  border-color: #e69e58;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.FIQAProfileTable {
  padding: 0;
  border: 1px;
  border-style: solid;
  border-color: #cbd4d8;
  border-width: 1px 1px 1px;
  width: 90%
}

/* responsiveslides.com */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* Slider 
------------------------------------------------- */
.bannerHolder {
	position:relative;
	z-index:3;
	margin:0 -43px; 
	padding:0 43px;
}
#bannerNav {
	width:100%;
	height:20px;
	overflow:hidden;
	margin:0px;
	padding:2px 0 6px 0;
	text-align:center;
	list-style:none;
}
#bannerNav li	{
	display:inline-block;
	padding:0 2px;
}
#bannerNav li a {
	display:inline-block;
	width:200px;
	height:11px;
	text-indent:-9999px;
	background:url(/uploads/images/btn-banner-nav.png) left top no-repeat;
	outline:none;
	border:none;
}
#bannerNav li.activeSlide a {
	background-position:0 -11px;
}
#prevBanner {
	position:absolute;
	left:0px;
	top:50%;
	display:block;
	width:43px;
	height:79px;
	margin-top:-39px;
	text-indent:-9999px;
	background:url(/uploads/images/btn-prev-banner.png) left top no-repeat;
	outline:none;
}
#prevBanner:hover {
	background-position:0 -79px;
}
#nextBanner {
	position:absolute;
	right:0px;
	top:50%;
	display:block;
	width:43px;
	height:79px;
	margin-top:-39px;
	text-indent:-9999px;
	background:url(/uploads/images/btn-next-banner.png) left top no-repeat;
	outline:none;
}
#nextBanner:hover {
	background-position:0 -79px;
}
.banner	{
	background: #f5f7fa;
	border: 1px solid #d2eaf7;
	width:70%;
	height:500px;
	overflow:hidden;
}
.banner div {
	overflow:hidden;
	position:relative;
	width:100%;
	height:450px;
	padding:30px 10px 20px 10px;
}
.banner div img {
	position:relative;
	left:15px;
	top:15px;
        width:90%;
	background:none;
	border:none;
	/* border-right:1px solid #d2eaf7; */
	padding:0 0 25px 0;
	margin:0;
}
.banner div h2 {
	position:relative;
	float:left; 
	/* margin:100px 0 10px 650px; */
	color:#316996;
	font-weight:bold;
	padding:0;
	line-height:1em;
}
.banner div p {
	position:relative;
	float:right;
	/* margin:0 0 0px 650px; */
	font-size:14px;
}
a.readmore-slider 	{
	float:right;
	font-size:14px;
	padding: 4px 12px;
	background-color:#0c70aa;
	color: #fff;
	display:block;
	text-decoration:none;
	border:2px solid white;
}
a:hover.readmore-slider 	{
	background-color:#085d8e;
}
.grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 1px;
}
.hideme {
  display: none;
}
div.website, div.website * {
  display: none !important;
}
