#reset-this{
	font-size:16px;
	font-family:"Open sans","sans-serif";
}


div#shortcuts, div#others, div#everyone{
	overflow:auto; max-height:280px; overflow-x: hidden;
}

body > div.home-only > div > div{
	color: #212529;
    text-align: left;
    font: 12px 'Open Sans', 'sans-serif';
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-height: 350px;
}


body > nav{
	background-color:#e9ecef;
	text-align: left;
	display: block;
}

#example_span{
	margin-left:20px;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 2em;
  font-weight: bold;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.5em;
}

.max-width {
  max-width: 1140px;
   
}

/* Header */
.swoop {
  position: absolute;
  left: -1px;
  top: 0;
  height: 121px;
  width: 38px;
}

header {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(51%, #316094), to(#316094));
  background: linear-gradient(to right, #fff, #fff 50%, #316094 51%, #316094);
  overflow: hidden;
}

.head-centering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
 }

.head-centering > div {
  position: relative;
}

.search-wrap {
  background: #54c8e8;
  color: #1b4c82;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px 0 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-wrap .form-control {
  border: none;
}

.search-centering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 800px;
  width: 100%;
}

.search-centering .form-group {
  margin-bottom: 1rem;
}

.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .25em 0;
}

.welcome-slogan {
  font-style: italic;
  font-size: .8em;
}

.account-actions {
  background: #316094;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 40px;
}

.account-actions > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-actions a:link, .account-actions a:visited, .account-actions button {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  padding: 5px;
  margin: 0 5px;
  text-align: center;
  font-size: 10px;
  letter-spacing: .02em;
}

.account-actions a:link i, .account-actions a:visited i, .account-actions button i {
  display: block;
  font-size: 20px;
  margin: 0 auto 4px auto;
  position: relative;
  top: 0;
  -webkit-transition: top 0.15s cubic-bezier(0.25, 1, 0.5, 1);
  transition: top 0.15s cubic-bezier(0.25, 1, 0.5, 1);
}

.account-actions a:link i:after, .account-actions a:visited i:after, .account-actions button i:after {
  content: '';
  width: 20px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  bottom: -3px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0;
  -webkit-transition: 0.15s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.15s cubic-bezier(0.25, 1, 0.5, 1);
}

@media screen and (min-width: 800px) {
  .account-actions a:hover, .account-actions button:hover {
    text-decoration: none;
  }
  .account-actions a:hover i, .account-actions button:hover i {
    color: #adf5ff;
    top: -3px;
    text-shadow: 0 0 5px #54c8e8;
  }
  .account-actions a:hover i:after, .account-actions button:hover i:after {
    opacity: .4;
    bottom: -6px;
  }
}

#hamburger {
  display: none;
}

.logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 800px) {
  a.pr-mobile-only {
    display: none !important;
  }
  nav {
    background: #1b4c82;
    font-size: .8em;
    text-align: center;
  }
  .nav-heading {
    background: #EEF2F6;
    border-bottom: 1px solid #fff;
    padding: .5em 1em;
    font-weight: bold;
    font-size: .9em;
  }
  .logo-wrap {
    padding: 20px 0px 20px 20px;
  }
  #logo {
    max-width: 200px;
    width: 100%;
  }
  nav > div {
    display: inline-block;
    position: relative;
  }
  nav > div > a:link,
  nav > div > a:visited {
    color: #fff;
    padding: 1em .5em;
    display: inline-block;
  }
  nav > div > a:hover {
    text-decoration: none;
    background: #153d68;
  }
  nav > div .material-icons {
    font-size: 1em;
  }
  nav > div:hover .nav-menu {
    display: block;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  
  #claims_coverage_header:hover div#claims_coverage{
    display: block;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  
  .nav-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    min-width: 200px;
    text-align: left;
    z-index: 100;
  }
  .nav-menu a:link, .nav-menu a:visited {
    display: block;
    padding: .5em 1em;
    color: #444;
    font-size: .8rem;
    -webkit-box-shadow: inset 0 1px 0 #eee;
            box-shadow: inset 0 1px 0 #eee;
  }
  .nav-menu a:hover {
    background: #316094;
    -webkit-box-shadow: inset 0 1px 0 #eee;
            box-shadow: inset 0 1px 0 #eee;
    color: #fff;
    text-decoration: none;
  }
  a.nav-contact {
    background: #c4f2ff;
    -webkit-box-shadow: inset 0 1px 0 white !important;
            box-shadow: inset 0 1px 0 white !important;
    color: #222;
    font-weight: bold;
  }
  a.nav-contact .material-icons {
    vertical-align: middle;
  }
  .current-page {
    -webkit-box-shadow: inset 0 -4px 0 #f3e85c;
            box-shadow: inset 0 -4px 0 #f3e85c;
    text-shadow: 0 0 .2px;
  }
}

@media screen and (min-width: 1080px) {
  nav {
    font-size: 1rem;
  }
  .logo-wrap {
    padding: 30px 0px 30px 30px;
  }
}

@media screen and (max-width: 900px) {
  .welcome-slogan {
    display: none;
  }
  #logo {
    width: 200px;
  }
}

@media screen and (max-width: 800px) {
  a.pr-desktop-only {
    display: none !important;
  }
  .head-centering {
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .welcome,
  .swoop {
    display: none;
  }
  .account-actions {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  .account-actions a:link, .account-actions a:visited, .account-actions button {
    font-size: 0;
    padding: 10px;
  }
  #hamburger {
    border-radius: 0 30px 30px 0;
    display: block;
    font-size: .9rem;
    left: 0;
    margin: 0;
    padding: 8px 15px;
    position: absolute;
    top: 3px;
  }
  #hamburger .material-icons {
    display: inline-block;
    vertical-align: text-top;
  }
  #hamburger .material-icons:after {
    display: none;
  }
  .search-wrap {
    padding: 0;
  }
  .search-centering {
    background: #316094;
  }
  .search-centering .form-group {
    margin: 2px 15px;
  }
  .logo-wrap {
    padding: 10px 0px 10px 10px;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .no-scroll {
    height: 100vh;
    overflow: hidden;
  }
  nav {
    background: #1b4c82;
    color: #fff;
    display: none;
    position: fixed;
    top: 97px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 97px);
    overflow: auto;
    z-index: 1000;
  }
  nav .material-icons {
    font-size: 1em;
  }
  #nav > div a:link, #nav > div a:visited {
    color: inherit;
    padding: .75em 1em;
    display: block;
  }
  #nav > div > a {
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  }
  .nav-menu {
    padding-left: 1em;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
  }
  div.mob-submenu-open {
    max-height: 1400px;
  }
  .nav-heading {
    background: #143252;
    color: #4d85bf;
    font-size: .9em;
    font-weight: bold;
    letter-spacing: .1em;
    margin-left: -1.2em;
    padding: .75em 1em .5em 2.2em;
    text-transform: uppercase;
  }
  .nav-active {
    display: block;
  }
  
  body > nav{
	background-color:#e9ecef;
	text-align: left;
	display: none;
  }
  
  /*#mainBody{
	  padding-top:200px;
  }*/
  
}

.home-only {
  background: #316094;
  padding: 25px 15px;
}

.home-only > div {
 
}

.home-row {
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.popular-resources {
  background: #fff;
  padding: 0;
}

.popular-resources h2 {
  font-size: 1em;
  padding: 1em;
  margin: 0;
  font-weight: 600;
  border-left: 4px solid #54c8e8;
  background: #eef2f7;
}

.popular-resources a:link,
.popular-resources a:visited {
  display: block;
  padding: .6em 1.5em;
  font-size: 0.75rem;
  color: #435a7b;
}

.popular-resources a:nth-child(2n + 1) {
  background: #eef2f7;
}

.popular-resources a:hover {
  text-decoration: none;
  background: #1b4c82;
  color: #fff;
}

.popular-resources .material-icons {
  font-size: 1.25em;
  vertical-align: middle;
  padding-right: 5px;
}


@media screen and (max-width: 1200px) {
	 body > div.home-only > div > div{
		 max-height: 800px;
	 }
}

@media screen and (max-width: 1100px) {
  .popular-resources a:link,
  .popular-resources a:visited {
    padding: .3em 1.5em;
  }
}

@media screen and (max-width: 900px) {
  .popular-resources h2 {
    padding: .5em 1em;
  }
}

.carousel-container {
  background: #222;
  padding: 0;
}

.col-bg {
  -webkit-box-shadow: 0 10px 30px #E4EAF0, 0 0 0 1px #eee;
          box-shadow: 0 10px 30px #E4EAF0, 0 0 0 1px #eee;
  padding: 20px;
  border-radius: 4px;
  height: 100%;
}

.col-bg h2 {
  border-bottom: 3px solid #54c8e8;
  margin: 0 -20px 1em -20px;
  font-size: 1.25em;
  padding: 1em;
  font-weight: 600;
}

.col-bg h2:first-of-type {
  margin: -20px -20px 1em -20px;
}

.rwd-embed {
  position: relative;
  padding-top: 56%;
}

.rwd-embed iframe, .rwd-embed video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

 

@media screen and (max-width: 992px) {
  .content .col-lg-4 {
    padding: 15px 0;
  }
}

.aca {
  background: #e4e9ee;
}

.aca > div {
  font-size: 10px;
  padding: 30px;
  text-align: left;
  margin: 0 auto;
}

footer {
  background: #EEF2F6;
  color: #38455F;
}

.footer-content {
  font-size: .8em;
}

.footer-content .row > div {
  padding: 30px;
}

.footer-content .row div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-content .row div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .5;
}

.footer-content .row div:nth-child(3) {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer-content .row div:nth-child(2) {
    display: none;
  }
  .footer-content .row div:nth-child(3) {
    text-align: center;
  }
  
  body > div.home-only > div > div{
	max-height:350px;
  }
  body > div.home-only{
	  margin-bottom:-180px;
  }
  
  
}

/* Page Layout */
.sidebar {
  background: #ecfbff;
  padding: 30px;
  font-size: .9em;
}

.sidebar-link {
  color: #1b4c82;
  display: block;
  padding: 5px 0;
}

.breadCrumbs {
  background: #3a3a3a;
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadCrumbs a:link, .breadCrumbs a:visited {
  padding: .5em 1em;
  color: #d2d2d2;
  font-size: .9em;
  font-weight: 600;
  position: relative;
}

.breadCrumbs a:link:after, .breadCrumbs a:visited:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: 100%;
  border-right: 1px solid #555;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

.notice {
  background: #f3e85c;
  padding: 10px 30px;
  font-size: .8em;
  font-weight: bold;
}

.newsButtonLight {
  color: #1b4c82 !important;
}

a.upcoming-event,
a:visited.upcoming-event {
  border-bottom: 1px solid #eee;
  padding: .5em 0;
  display: block;
  color: inherit;
}

a:hover.upcoming-event {
  color: #1b4c82;
}

.upcoming-event__date {
  font-size: .8em;
}

/*.certButtonGo { 
  font: 12px Helvetica, Tahoma, Arial;
  background-color: #8D0E3A;
  border: 1px solid #be5076;
  color: #ffffff;
  padding: 2px 4px 2px 4px;
  margin: 0px 2px 0px 0px;
  display: inline;
  cursor: pointer;
}
.certButtonStop { 
  font: 12px Helvetica, Tahoma, Arial;
  background-color: #48021f;
  border: 1px solid #7f5868;
  color: #ffffff;
  padding: 2px 4px 2px 4px;
  margin: 0px 2px 0px 0px;
  display: inline;
  cursor: pointer;
}*/

.filter-category{
  border: 1px solid gray;
  padding: 15px;
}

.search-tips a{
  color: black;
}
.popover{
      max-width:424px;
  }

.search-tips{
  font-size: 13px;
  background-color: #54c8e8;
}

  
  #layout_button i{
    color: white;
  }

  .layout_button {
    background-color: #1b4c82;
    color: white;
    border: outset;
    padding: 5px;
  }
  
/*h6.card-header{
  background: gray;
  color: white;
}*/


/*carousel_caption_slideText3*/
.carousel_caption_slideText3{
    cursor: pointer;
    position: absolute;
    /*bottom: 187px;*/
    right: 50%; 
    left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 73px;
    top: auto;
    bottom: 174px;
}

/*carousel_caption_slideText4*/

.carousel_caption_slideText4{
    cursor: pointer;
    position: absolute;
    /*bottom: 150px;*/
    right: 50%; 
    left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 73px;
    top: auto;
    bottom: 136px;
}

.carousel_caption_heading{
  position: absolute;
  top: 14px;
  left: 15px;
  text-align: left; 
  font: 30px "HelveticaNeueLTStd45Light", Helvetica, Tahoma; 
}


.carousel_caption_tagline{
  position: absolute;
  top: 65px;
  left: 15px;
  text-align: left; 
  font: 18px "HelveticaNeueLTStd45Light", Helvetica, Tahoma; 
}


#FacebookButton, #InstagramButton, #HIAButton, #PULSEButton {
	color:white;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	padding:2px 8px;
}
#linguise_popup > ul > li:nth-child(3){display:none;}


.linguise_current, .linguise_switcher_sub{
	background-color: #FFFFFF;
}
  
}

#FacebookButton, #InstagramButton, #HIAButton, #PULSEButton, #othersButton, #everyoneButton, #shortcutsButton, #completedButton, #scheduledButton {
	color:white !important;
	font-size:12px !important;
	background-color:#153d68 !important;
}


#FacebookButton.hover, #InstagramButton.hover, #HIAButton.hover, #PULSEButton.hover, #othersButton.hover, #everyoneButton.hover, #shortcutsButton.hover, #completedButton.hover, #scheduledButton.hover {
	color:#76D1F3 !important;
	font-size:12px !important;
	background-color:#153d68 !important;
}


#FacebookButton.active, #InstagramButton.active, #HIAButton.active, #PULSEButton.active, #othersButton.active, #everyoneButton.active, #shortcutsButton.active {
	color:#76D1F3 !important;
	font-size:12px !important;
	background-color:#153d68 !important;
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width:  100% !important;display:block;z-index:2000;position:relative}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe  span[style] {width: 100% !important;display:block;z-index:2000;position:relative}
.fb-page, .fb-page iframe[style], .fb-page span {
    width: 100% !important;
}
  img.newsletter
		{
			max-width:350px;
			width: 100%;
			height: auto;
		}
		
		div.row.desc, div.col-md-4.desc  { margin-bottom:25px;}
		div.newsletter  { margin-bottom:50px; text-align:center;}
		div.row.top    { margin-top:25px;}
		div.row.last   { margin-top:25px; margin-bottom:25px;}
		div.row.title  { padding-top:75px;padding-bottom:25px;}
		div.row.header, div.col-md-12.header { text-align:center; font-size:25px; padding-top:25px; padding-bottom:25px; background-color:#326195; color:#ffffff}
		div.bgWhite    { background-color:#ffffff;}
		
/* My Dashboard - Alerts & Important Info */
.roleHdr {
	padding: 10px 0px 5px 8px;
	background-color: #1b4c82;
	font: 18px "Open sans", "Sans-serif";
	color: #ffffff;
}
.dashnoticeHdr {
	width: 100%;
	height: 29px;
	background-color:#3d7dca;
	border-bottom: 1px solid #9ea2a3;
	cursor: pointer;
}
.noticeHdrIcon {
	padding: 0px 0px 0px 0px;
	width: 10%;
	height: 29px;
	float: left;
	text-align: center;
}
.noticeHdrLabel {
	width: 80%;
	height: 29px;
	float: right;
	font: 13px "Open sans", "Sans-serif";
	color: #ffffff;
	line-height: 21pt;
}
.noticeHdrCount {
	width: 10%;
	height: 29px;
	float: right;
	font: 14px "Open sans", "Sans-serif";
	color: #ffffff;
	text-align: center;
	line-height: 19pt;
}
.noticeBlock {
	width: 100%;
	border-bottom: 1px dashed #c7e0e9;
}
.noticeDate {
	font: 12px "Open sans", "Sans-serif";
	color: #777777;
}
.noticeTitle {
	padding: 2px 0px 2px 8px;
	font: 16px "Open sans", "Sans-serif";
	color: #026387;
}
.noticeText {
	padding: 2px 0px 10px 8px;
	font: 10pt "Open sans", "Sans-serif";
	color: #333333;
}
.noticeText li {
	padding: 0px 0px 4px 8px;
}
.noticeAttachedHdr {
	font: 12px "Open sans", "Sans-serif";
	color: #4c061e;
}
.noticeAttached {
	font: 12px "Open sans", "Sans-serif";
	color: #333333;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.topIcons {
    padding:14px 6px 10px 6px;
    float:right;
 }

.topIconsHover:hover {
    background-color:#555555;
    cursor:pointer
}

.topLabelHover {
    display:none;
}

.topIconsHover:hover .topLabelHover {
    display:block;
    position:absolute;
    background-color:#555555;       
    width:80px;
    height:24px;
    top:40px;
}


header{
	overflow:visible;
	z-index:99999;
	width:100%;
}

.carousel-control-prev, .carousel-control-next{
	top:-250px !important;
}

#dropdown .linguise_switcher_dropdown li.linguise_current .linguise_current_lang{
	background-color:white;
	
}