/* TYPE YOUR OWN CSS HERE */
body {
    direction: ltr;
    font-family: arial;
    font-size: 16px;
    color: #222;
    line-height: 18px;
}

#header{
    background-color:#ECF0F2;
    border:none;
}

.big-button .row{
    max-width: 100%; display: flex; justify-content: space-between; align-items: center;
}

.col-1-4{
    width:35%;
}

.col-3-4{
    width: 60%;
    height: 75px;
    font-weight:bold;
}

.color-block{
display: flex;
justify-content: center;
align-items:center;
height: 180px;
width: 100%;
background-color: #456984;
}

.text-block{
width: 80%;
}

.color-block h2{
color: white;
font-family:times, Georgia, Times New Roman, 'Times', serif;
font-weight:bold;
font-size: 2.3em;
line-height: 1em;
}

.color-block p{
justify-content: center;
color: white;
display: flex;
align-items: center;
text-align: left;
font-size:18px;
}

#widget-content-3988{
    background-color:#f5f5f5;
}

#sub-nav .main-nav {
    font-size: 16px;
}

#sub-nav {
    padding-top: 30px !important;
}

#sub-nav > ul > li {
    margin-left: 10px;
}

.widget{
    background-color:#f5f5f5 !important;
}

#widget-content-32998{
    max-height: 350px;
overflow: hidden;
background-color:white;
}

#widget-content-32998 .widget-body{
    padding:0;
}

.quick-tools{
    background-color:#f5f5f5 !important;
}

.sidebar-box h2{
    color: #456984;
font-size: 1.3em;
font-weight: 700 !important;
}

div.flex {
  display: flex;
  flex-flow: row wrap;
 justify-content: space-between;
}

.int-box3 {
  padding:0px;
  min-width: 100px;
  max-width: 400px;
    width:200px;
  background-color:white;
  flex-grow:1;
}

.int-box3 ul{
  margin: 5px;
}

.int-box3 h4{
    margin: 0;
    padding: 10px;
    color: white;
  background-color: white;
  }

.int-box3:first-of-type h4{
    background-color: #00A4A6;
}

.int-box3:nth-of-type(2) h4{
    background-color: #0093D4;
}

.int-box3:nth-of-type(3) h4{
    background-color: #456984;
}

/* .main-nav a {
    line-height: 8px;
    font-size: 0.8em;
} */

.alt-link.alt-link.no-mr  {
    color: white;
}

/* Hide return to classic search */
.ejm-new-search-toggler.return-classic
{
    display: none !important;
}

/* Hide "|" next to return to classic search */
.field-button-attached .search-actions a:before, .field-button-attached-widget .search-actions a:before
{
    display: none;
}
