/*********Header alert *********/
.header-alert {background-color: #E7133A;font-family: 'Archivo', sans-serif;padding: 4px 10%;font-size: 1.5rem;color: #fff;}
.header-alert .alert-heading {float:left;width: 20%;margin: 0 25px;padding: 4px 0;}
.header-alert .alert-heading h2 {font-size: 22px;margin: 12px 0;font-weight: 600; font-family: 'Archivo', sans-serif; text-transform: uppercase;}
.header-alert .alert-heading span {font-family: 'Archivo', sans-serif;font-size:50px;font-weight:200;float: right;padding-top: 20px;display: block;}
.header-alert .alert-heading img {width: 60px;}
.header-alert .alert-message {float:left;width: 60%;padding-top: 5px;}
.header-alert .alert-message p {font-family: 'Archivo', sans-serif;font-size: 14px;margin: 12px 0;font-weight: 600;}
.header-alert .alert-closing:after {float:right;cursor:pointer;display:block;height: 54px;font-size:40px;content: "\00d7"; margin-left: 20px;}
.header-alert .alert-closing:before {content:"Close this Alert";font-size:9px;}
.header-alert .alert-message a {
    color: white;
    text-decoration: underline;
}
.header-alert .alert-message a:hover{
    text-decoration: none;
}
.header-alert .alert-closing {
    display: grid;
}

/**************** Header ***************/
/*header {
    padding: 0 !important;
    position: relative;
    z-index: 99;
    width: 100%;
    top: auto;
}
.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%; 
}*/
div#logo.scrolled img {
    max-width: 65%;
}
#header-wrap {
    position: relative;
    padding-top: 130px;
}
#header {
    background-color: #999;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}
#header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}
div#logo {
    position: absolute;
    z-index: 99;
    top: 0;
    padding: 0;
    width: 21%;
    max-width: -webkit-fill-available;
}
div#logo img {
    max-width: 100%;
}
.jumboImage img {
    width: 100%;
    margin-bottom: -5px;
}
.quick-links-row {
    background-color: #c3d9e8;
    padding: 0;
}
/*div#nav {
    border: 3px solid black;
}*/

.nav-row {
    background-color: #0a253e;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 0;
    margin: 0;
}
.header-text {
    position: absolute;
    max-width: 1000px;;
    margin: auto;
    bottom: 35%;
    background-image: url(/Content/Uploads/NACC/images/hero-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 50px 50px 50px;
    color: white;
    border-radius: 0 15px 15px 0;
}
.header-text h2 {
    font-family: 'Archivo', sans-serif;
    font-size: 25px;
    line-height: 10px;
}
.header-text h3 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 55px;
    line-height: 55px;
}
.header-text h4 {
    font-family: 'Archivo', sans-serif;
    font-size: 45px;
    font-weight: 600;
}
.header-text a {
    font-family: 'Archivo', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #b9d0e0;
}
.video-bg {
    margin-bottom: -10px;
}
.video-bg iframe {
  width: 100%;
  height: 56.25vw; /*16:9*/
    overflow: hidden;
}
.header-callouts {
    display: flex;
    margin-top: 25px;
    width: 100%;
    margin-left: 60px;
}
.callout {
    width: fit-content;
    padding: 8px 25px;
    border: 3px solid black;
    border-bottom: none;
    position: relative;
    border-radius: 0 15px 0 0;
}
.callout h2 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: white;
    cursor: pointer;
}
.callout a {
    color: white;
}
.callout.active {
    background-color: #c3d9e8;
}
.callout.active h2 {
    color: #00263e;
}
.callout-dropdown {
    position: absolute;
    background-color: #0c3b5d;
    width: 100%;
    display: inline-table;
    top: 38px;
    left: 12px;
}
.callout-dropdown-one {
    left: -5px;
}
.callout-dropdown a {
    color: white;
}
.callout-dropdown > ul {
    list-style: none;
}
.callout-dropdown > ul > li {
    padding: 10px 20px;
    white-space: nowrap;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
}
.callout-dropdown > ul > li:hover {
    background-color: #0a253e;
}
.callout-dropdown > ul > li:hover a {
    text-decoration: none;
}
.callout-one {
    background-color: #00263e;
    position: relative;
    z-index: 5;
    border-radius: 15px 15px 0 0;
}
.callout-two {
    background-color: #0c3b5d;
    margin-left: -12px;
    z-index: 4;
    padding-left: 30px;
}
.callout-three {
    background-color: #175e91;
    margin-left: -12px;
    z-index: 3;
    padding-left: 30px;
}
.quick-links-nav {
    display: flex;
}
.quick-links-section {
    display: flex;
    width: 47%;
    margin-top: 25px;
    align-self: center;
    position: relative;
}
.quick-links-section h2 {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    cursor: context-menu;
}
.quick-links-dropdown {
    position: absolute;
    background-color: #175e91;
    width: auto;
    display: inline-table;
    top: 33px;
    left: 12px;
    z-index: 5;
}
.quick-links-dropdown a {
    color: white;
}
.quick-links-dropdown > ul {
    list-style: none;
}
.quick-links-dropdown > ul > li {
    padding: 6px 20px;
    white-space: nowrap;
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
}
.quick-links-dropdown > ul > li:hover {
    background-color: #0a253e;
}
.quick-links-dropdown > ul > li:hover a {
    text-decoration: none;
}
#chevron-dropdown {
    width: 25px;
    height: fit-content;
    margin-right: 5px;
    margin-top: 0px;
}

/*********** Home Page Menu ************/
nav#nav-wrap {
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 60px;
}
#nav-wrap > ul {
    margin: 0;
}
#nav > nav > ul > li {
    background: transparent;
    font-size: 18px;
    position: inherit;
    padding: 20px 0;
}
#nav > nav > ul > li.sfHover:hover {
    background: #c3d9e8;
}
#nav > nav > ul > li > a {
    font-family: 'Archivo', sans-serif;
    color: white;
    font-weight: 500;
    border: none;
    display: initial;
}
#nav > nav > ul > li.sfHover:hover > a{
    color: #16216c;
}
.sf-menu > ul {
    background: white;
    display: block !important;
    position: relative !important;
    top: auto !important;
    box-shadow: none !important;
}
.sf-menu + ul {
    border: 2px solid #821941;
    background-color: rgba(255,255,255,0.5);
    min-width: auto !important;
}
.sf-menu > li > a:after{
    display: none;
}
._sub li a:hover {
    background: none !important;
    color: #132e58 !important;
    text-decoration: underline;
}
.sf-mega {
    background-color: #c3d9e8;
    padding: 20px 40px !important;
    position: absolute;
    z-index: 100;
    color: black;
    width: max-content;
    min-width: 200px;
    left: 55px;
    margin-top: 20px !important;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 10px solid #175e91;
}
/*.sf-mega:before {
    height: 0;
    width: 0;
    border-color: transparent transparent #bc9919;
    border-style: solid;
    border-width: 0 .5em .5em;
    content: '';
    opacity: 1;
    position: absolute;
    right: 90px;
    top: -20px;
    transform: translate(-50%,0.2em) scale(2.25);
}*/
.sf-mega p {
    text-align: left;
    padding-left: 5px;
    text-transform: capitalize;
    color: #16216c;
}
.sf-mega .block {
    margin: 0;
    display: inline-flex;
}
.sf-mega ul li a {
    font-family: 'Archivo', sans-serif;
    font-size: 2rem;
}
.sf-mega h3 {
    color: #36024d;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: 'Archivo', sans-serif;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.sf-mega a {
    font-weight: normal;
    font-family: 'Archivo', sans-serif;
    padding: 0 15px;
    border: none;
    color: #16216c;
}
.sf-mega-section1 {
    padding-right: 10px !important;
    min-width: 260px;
    text-align: left;
}
.sf-mega-section2 {
     padding-left: 10px !important;
     padding-right: 10px !important;
     min-width: 260px;
     width: min-content;
     text-align: left;
}
.sf-mega-section3 {
    float: left;
    width: 260px;
    text-transform: none;
    text-align: left;
    color:  #4d4d4f;
}
.sf-mega-section3 h2 {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 20px;
}
.sf-mega-section1 ul li ul {
    display: contents !important;
}
.sf-mega-section1 ul li ul li{
    margin-left: 20px; 
}
.sf-mega-section3 a {
    color: black;
}
.sf-mega-section1 ul, .sf-mega-section2 ul, .sf-mega-section3 ul {
    display: block;
    position: relative;
    top: 0;
    box-shadow: none;
    margin-bottom: 10px;
}
.sf-mega-section1 ul li, .sf-mega-section2 ul li, .sf-mega-section3 ul li {
    font-size: 16px !important;
    color: #3f5c9b;
    text-align: left;
}
.sf-arrows .sf-with-ul {
    padding-left: 1em !important;
    padding-right: 1em !important;
}
.sf-mega-section3 img {
    width: 260px;
}
.sf-mega-section3 figcaption {
    font-size: 14px;
    white-space: normal;
}
.sf-mega-section1 .sf-mega-section2, .sf-mega-section3, .sf-mega-section4, .sf-mega-section5, .sf-mega-section6, .sf-mega-section7  {
    float: left;
}
.sf-mega-section3 p {
    width: 260px;
    word-break: break-word;
    white-space: pre-line;
    color: #4d4d4f !important;
}
.sf-mega-section3 img {
    width: 260px;
}
.sf-mega-section3 figcaption {
    font-size: 14px;
    white-space: normal;
}
 .sf-mega-section1 p:hover,.sf-mega-section2 p:hover, .sf-mega-section1 a:hover,.sf-mega-section2 a:hover{
     background-color: #175e91;
     color: white;
}
 .sf-mega-section3 p:hover a{
     color: white !important;
}
 .sf-mega-section3 a:hover{
     color:#00205b !important;
}
.sf-mega-section1 ul li ul {
    display: contents !important;
}
.sf-mega-section1 ul li ul li{
    margin-left: 20px; 
}
.sf-mega-section1 p:hover a,.sf-mega-section2 p:hover a{
   color: white !important;
   border: none;
}
.sf-mega-section3 a:hover{
    color:#132e58 !important; 
}
.sf-mega-section1 p + h3, .sf-mega-section2 p + h3, .sf-mega-section3 p + h3 {
    margin-top: 20px;
}

/************** Search *************/
#mobile-search {
    display: none;
}
.search {
   display: flex;
   width: 50%;
   left: 0;
   margin: auto;
   right: 0;
}
.search form {
    padding: 0 !important;
    width: 100%;
    margin: auto;
}
.search label {
    display: none;
}
.search-row.hide{
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.search .searchButton {
    color: white;
    border: none;
    padding: 3px 9px;
    background-color: #0a253e;
    height: 40px;
    font-family: 'Archivo', sans-serif;
 }
#mobile-search input#predSearch {
    width: 90%;
    height: 40px;
}
table.searchResults {
    display: grid;
}
.search-row {
    background:rgb(23,94,145, 0.7);
    padding: 10px 0px;
    position: absolute;
    width: 100%;
    margin-top: 77px;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index:100;
   /* display:none; */
}
#mobile-search, #search {
    height: 20px;
    width: auto;
}
/* table.searchResults tr {
    display: block; 
}*/
.sb-search{
    float:right; 
  /*  background-color: #f47721; */
    border-radius: 30px; 
    height: max-content; 
    position: relative;
    margin-top: -5px;
}

.sb-icon-search {
  background:url("/Content/Uploads/NACC/images/search.png") 85% 50% no-repeat;
  background-size: 20px;
 /* border-radius: 0 0 5px 5px; */
  padding: 9px 15px;
  border:0;
  cursor:pointer;
  padding-left: 32px;
  height: 30px;
  display:block;
  float:right;
  margin-left: -12px;
  width:0;
  overflow:hidden;
  -webkit-box-sizing: border-box;/* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;/* Firefox, other Gecko */
  box-sizing: border-box;
  transition: all 300ms ease-in-out;
  color:#0a253e;
  font-size:0;
  position: absolute;
  }
.sb-icon-search:focus{width:auto; text-indent:0; padding-left:10px; text-indent:normal}
.sb-search .sb-icon-search{ text-indent:-999em;}
.sb-search .is_focused .sb-icon-search{text-indent:0;  font-size:13px; }
.sb-search label { display:none; float: right; color: black; font-family: 'Open Sans', sans-serif; font-style: italic; font-size: 14px; padding-top: 4px; margin-right: 15px;}
.sb-search input[type=submit]{display:none;}