﻿/* Add here all your CSS customizations */
body, p {
    color: #000;
}
small, .small {
    font-size: 85%;
}

#assess > h5 {
    margin-top: 20px;
}

#assess > span input {
    float: left;
    width: 12px;
    margin-left: 0px;
    margin-top: 5px;
}

#assess label {
    display: block;
    float: left;
    padding-left: 5px;
    position: relative;
    width: 97%;
}

@media (max-width: 500px) {
    #assess label {
        width: 95%;
    }
}

#assess br {
    height: 0;
    display: block;
    clear: both;
}

@media (min-width: 768px) {
    #assess label {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

div.LearnAbout2 p {
    clear: both;
}

div.LearnAbout2 ul {
    list-style: none;
    margin: 10px 0px;
    padding: 0px !important;
}

    div.LearnAbout2 ul li {
        float: left;
        padding: 10px 10px 10px 0px;
        width: 48%;
    }

@media (max-width: 767px) {
    div.LearnAbout2 ul li {
        width: 100%;
    }
}

div.LearnAbout2 li.clear {
    clear: both;
}

div.LearnAbout2 ul li img {
    float: left;
    height: 50px;
    width: 50px;
}

div.LearnAbout2 ul li span {
    display: block;
    margin-left: 50px;
    padding: 10px 5px;
}

div.LearnAbout2 ul.IconList {
    list-style: none;
    margin: 10px 5px;
    padding: 5px !important;
}

    div.LearnAbout2 ul.IconList li {
        float: left;
        height: auto;
        padding: 5px;
        width: 60px;
    }

        div.LearnAbout2 ul.IconList li img {
            height: 50px;
            width: 50px;
        }

div.LearnAbout2 div.SubCategoryList ul {
    list-style: none;
    margin: 10px 5px;
    padding: 5px !important;
}

    div.LearnAbout2 div.SubCategoryList ul li {
        float: none !important;
        height: auto;
        padding: 5px;
        width: 100%;
    }

        div.LearnAbout2 div.SubCategoryList ul li img {
            float: left;
            height: 20px;
            width: 20px;
        }

        div.LearnAbout2 div.SubCategoryList ul li span {
            display: block;
            margin-left: 20px;
            padding: 0px 5px;
        }

div.LearnAbout2 div.ArticleList ul {
    list-style: none;
    margin: 10px 5px;
    padding: 5px !important;
}

    div.LearnAbout2 div.ArticleList ul li {
        float: none !important;
        height: auto;
        padding: 5px;
        width: 100%;
    }

        div.LearnAbout2 div.ArticleList ul li img {
            float: left;
            height: 20px;
            width: 20px;
        }

        div.LearnAbout2 div.ArticleList ul li span {
            display: block;
            margin-left: 20px;
            padding: 0px 5px;
        }

            div.LearnAbout2 div.ArticleList ul li span.favorite {
                display: inline !important;
                margin-left: 0px !important;
                padding: 0px 5px;
            }

div.LearnAbout2 a.describe {
    position: relative;
}

    div.LearnAbout2 a.describe span.description {
        display: none;
        text-decoration: none !important;
    }

    div.LearnAbout2 a.describe:hover span.description {
        background-color: #737373;
        border: 1px solid #7F9DB9;
        color: #fff !important;
        display: block;
        font: 0.8em Verdana, Helvetica sans-serif;
        left: 0px;
        margin: 0px !important;
        padding: 5px;
        position: absolute;
        top: 20px;
        width: 230px;
        z-index: 100;
        text-align: left;
    }

/* Fix for IE image header resizing */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #banner {
        min-height: 1px;
    }

        #banner .header-column {
            width: 100%;
            
        }

        #banner .header-row {
            min-height: 1px;
        }
}

/* Site Specific */
#header .header-nav {
    justify-content: center;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > div {
    color: #333330;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #333330;
}


#header .header-nav-main nav > ul > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1C7482;	
    background: #1C7482;	
}

#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    color: #fff;
    text-decoration: none;
    background: #1C7482;    
}

#header .header-nav-main nav > ul > li > a.active {
    color: #fff;
    text-decoration: none;
    background: #1C7482;	
}

#header .header-nav-main nav > ul > li > a.active:focus, 
#header .header-nav-main nav > ul > li > a.active:hover {
	background: #333330;
}

#header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #1C7482;
}

@media (max-width: 991px)
#header .header-nav-main nav > ul > li > a.active {
    background: #333330;
}

#header .header-nav-main nav > ul > li > a {
    color: #333330;
}

#header .header-btn-collapse-nav {
    color: #fff;
    text-decoration: none;
    background: #333330;
}


#header .header-nav-main nav > ul > li.dropdown .dropdown-menu.active {
	background: #333330;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #333330;
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #fff;
}

.overflow {
    overflow: hidden;
    width: 100%;
}

html .btn-primary {
    background-color: #049fda;
    border-color: #049fda #049fda #049fda; 
}

.ui-widget-content a {
    color: #0000ee;
}

/* body from theme.css */
body, p, span, div {
	color: #333330;
	font-size: 16px;	
}

h1, h2, h3, h4, h5, h6 {
    /* color: #037ab7;  */
    letter-spacing: -1px; 
    font-weight: 400;   
}


a {
    color: #0000ee;
}

.btn-link  {
   color: #0000ee;  
}

span.tel-link {
   color: #0000ee;  
}

@media (max-width: 991px) {
.d-sm-block {
    display: none!important;
}
} 

/* quicklinks tabs and content color */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    color: #0000ee;
}


/* Form-group bottom margin */
.form-group {
    margin-bottom: 18px;
}

.form-text {
    display: block;
    margin-top: .10rem;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

ul.psrlist {
    clear: both;
    list-style: none;
    margin-left: -15px;
}

li.psr {
    padding: 7px 5px 7px 5px !important;
    background: #E1E0E0;
}

li.psr-alt {
    padding: 7px 5px 7px 5px !important;
    background: white !important;
}

ul.psrlist li.psr {
    padding: 0px;
}

/*Image Carousel */
.carousel-caption {
    background: rgba(0, 0, 0, 0.4);
    /* #B3B3B3; opacity: .75; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;   
    align-items: center;
}

.imagetext-box {
  position: absolute;
  background: #F5F5DC;
  opacity: .55; 
  width:100%;  
  overflow: hidden;
top: 15%;
  bottom: 5%;
/*
  
   height:281px;
  margin:0 auto;
  top: 20%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%) */
 }

.thumbnail {
    position: relative;
   /* background: #B3B3B3;  
    background-color: #a3a2a2;     */
    opacity: .25; 
    height: 75px;
}

h4.caption {
   /* margin-top: 25px;*/
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-color: #04276C;
    color: #04276C;
    width: 100%;
    font-size: 28px;
    line-height: 1.15;
}



@media (max-width: 991px) {
h4.caption { 
    margin-top: 2px;   
    font-size: 18px;
line-height: .95;
}
} 

@media (max-width: 768px) {
h4.caption { 
    margin-top: -15px;   
    font-size: 18px;
line-height: .95;
}
}

@media only screen and (max-width: 575px) {
h4.caption { 
    margin-top: -15px;   
    font-size: 16px;
    line-height: .95;
line-height: .95;
}
} 

.box {
    position: absolute;
    background: #5398D2;
    border-style: double;
    border-width: 5px;
    border-color: #032B78;
    width: 95%;
    height: 75px;
    align-items:center;
}

.boxcaption {
    text-align: center;
    text-color: #FFFFFF;
    font-weight: bold;
    font-style: italic;
    padding-top: 10px;
    width: 95%;
    align-items: center;
    color: white;
}

.bannerbox {
  position: relative;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2vw;  
  text-color: #04276C;
  color: #04276C;
  font-weight: bold;
  font-style: italic;
}

.image { 
  width: 100%;
  height: auto;
  opacity: 0.3;
}

/* Text Rotator */
.bannertext {
  width:  100%;
  height: 90%;
  position:  absolute;
  top:  50%;
  left:  50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
/*  background-color: gray;
  opacity: .55;    */
  overflow: hidden;
  margin: 25;
}

.bannertext h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 25px;
    line-height: 1.25;
    animation: moveToLeft;
    animation-duration: 3s;  
}

.bannertext h4 {
    color: #fff;
    font-size: 14pt;
    font-weight: 600;
    letter-spacing: .75px;
    animation-name: moveToLeft;
    animation-duration: 3s;  
}


.bannertext p {
    color: #fff;
    font-size: 14pt;
    animation-name: moveToLeft;
    animation-duration: 3s;
}

.bannertext a {
    margin-top: 45px;
    animation-name: moveToLeft;
    animation-duration: 3s;
}

@keyframes moveToLeft {
 0% {
  transform: translateX(120px);
  opacity: 0;
  }
  100% {
  transform: translateX(0);
  opacity: 1;
  }
}

@media (max-width: 960px) {
.bannertext h3 { 
    margin-top: 2px;   
    font-size: 18px;
}

.bannertext p { 
/*    font-size: 14px;  */
    display: none;
}
.bannertext h4 { 
    font-size: 14px;
}
} 

@media (max-width: 768px) {
.bannertext h3 { 
    margin-top: -5px;   
    font-size: 18px;
}
.bannertext p { 
   /* font-size: 12px; */
   display: none;
}

.bannertext h4 { 
    font-size: 12px;
}
}

@media only screen and (max-width: 575px) {
.bannertext h3 { 
    margin-top: 25px;  
    font-size: 16px;  

}

.bannertext p { 
 /* font-size: 10px; */
   display: none;
}

.bannertext h4 {      
     font-size: 15px;
}
} 


::-ms-clear {
    display: none;
}

.form-clear {
    align-items: center;
    /*background: #cecece;
    border-radius: 50%;*/
    bottom: 6px;
    color: rgba(0, 0, 0, .54);
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 50px;
    width: 24px;
    z-index: 10;
}