h1, .h1 {
    font-family: Georgia, Times, serif;
    font-size: 18px;
    color: #07467c;
    line-height: 120%;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    padding: 15px 0 5px 0;
}
h2, .h2 {
    font-family: Georgia, Times, serif;
    font-size: 18px;
    color: #07467c;
    line-height: 24px;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    padding: 15px 0 5px 0;
}
h3, .h3 {
    font-family: Georgia, Times, serif;
    font-size: 14px;
    color: #07467c;
    font-weight: bold;
    font-style: italic;
    margin: 0;
    padding: 10px 0 5px 0;
}
@media (min-width: 576px) {
h1, .h1 {
    font-size: 18px;
}
h2, .h2 {
    font-size: 18px;
}
h3, .h3 {
    font-size: 16px;
}
}
@media (min-width: 768px) {
h1, .h1 {
    font-size: 20px;
}
h2, .h2 {
    font-size: 20px;
}
h3, .h3 {
    font-size: 18px;
}
}
@media (min-width: 992px) {
h1, .h1 {
    font-size: 22px;
}
h2, .h2 {
    font-size: 22px;
}
h3, .h3 {
    font-size: 19px;
}
}
@media (min-width: 1200px) {
h1, .h1 {
    font-size: 24px;
}
h2, .h2 {
    font-size: 24px;
}
h3, .h3 {
    font-size: 20px;
}
}
.bluebox {
  padding: 1em;
  margin-bottom: 1em;
}
.bluebox a {
  color: white;
}
.bluebox h3 {
  margin-top: 0;
  color: white;   
}
#page-header {
  background-color: #64839f !important;
}
#page-header a.nav-link {
  color: #efefef !important;
}
#page-header .active a.nav-link {
  color: #fff !important;
}
.navbar-main {
  font-size: 15px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

span.resetbutt,
span.submitbutt {
  display:none;
}

.frame.rulerbefore {
    border-top: 1px solid #ecd282;
}

.frame.rulerafter {
}
.frame.rulerafter {
    border-bottom: 1px solid #ecd282;
    margin-bottom: 24px;
    padding-bottom: 11px;
}

img.lazyload {
  opacity:1;
}

.ui-accordion .ui-accordion-content.ui-accordion-content-active {
  overflow:hidden;
}

.jumbotron a {
  color:#c7e7ff;
}

.jumbotron a:hover {
  color:#b0cde2;
}

.carousel-inner .carousel-text {
  width:80%
}
@media screen and (max-width: 480px) {

  .carousel-inner .carousel-text {
    font-size:16px;
  }
  .carousel-inner .carousel-text h1 {
    font-size:22px;
  }
}
/*** intext left and right BEGIN ***/
@media (min-width: 480px) {
  .textpic-intext-left .textpic-intext-left-header,
  .textpic-intext-right .textpic-intext-right-header {
    margin-bottom: 12px;
  }
  
  .textpic-intext-right .textpic-intext-right-media,
  .textpic-intext-left .textpic-intext-left-media {
    display: block;
    min-width: 100px;
    max-width: 40%;
    width: inherit;
  }

  .textpic-intext-left .textpic-intext-left-media {
    float: left;
  }
  
  .textpic-intext-right .textpic-intext-right-media {
    float: right;
  }

  .textpic-intext-left .textpic-intext-left-body,
  .textpic-intext-right .textpic-intext-right-body {
    display: block;
    float:none;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .textpic-intext-left .textpic-intext-left-media {
    max-width: 600px;
    width: 15vw;
  }
}
/*** intext left and right END ***/
