body {
	font-family: 'Lato', sans-serif;
}

.heading-font {
	font-family: 'Raleway', sans-serif !important;
    text-transform: uppercase;
    -webkit-font-feature-settings: "lnum";
       -moz-font-feature-settings: "lnum";
        -ms-font-feature-settings: "lnum";
         -o-font-feature-settings: "lnum";
            font-feature-settings: "lnum";
}

/* Hero */
.herotext-font {
	font-family: 'Bebas Neue', cursive !important;
}

/* Header */
@media (min-width: 1200px){
	header.top .logo {
    	padding: 0;
    	padding-left: 15px;
	}
}
@media (max-width: 767px){
	.breadcrumb {
    	padding: 0px;
    	line-height: 40px;
	}
    .breadcrumb span:last-child {
    	display: inline-block;
    	padding: 0 5px;
	}
} 


/* Alert Bar */
.alert {
	text-align: center;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 1.5rem;
    border-top: 3px solid #0d5cab;
}
.alert p {
	margin: 0;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-hr {
	margin-top: 5px;
    margin-bottom: 5px;
}

/* Left Navigation */
#subMenu {
    padding-left: 0px;
    margin-bottom: 20px;
}
#subMenu ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}
#subMenu ul li {
    padding: 18px 0 18px 9px;
    border: 1px solid #dce0e3;
    border-left: none;
    border-right: none;
    border-top: none;
}
#subMenu ul:first-of-type li {
    border-top: 0px;
}

/* mainContent General Overrides */
.mainContent a {
    color: #0066cc;
    text-decoration: underline;
}
.mainContent h2, .mainContent .h2 {
	font-size: 28px;
    line-height: 36px;    
}
.mainContent img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.mainContent ol, #mainContent ol {
	padding-left: 16px;
    margin-bottom: 20px;
}
.mainContent ul, #mainContent ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-position: outside;
}
.mainContent ul.list-unstyled, #mainContent ul.list-unstyled {
    padding-left: 0px;
}
.mainContent ul li, #mainContent ul li {
    padding-left: 0px;
    position: relative;
}
.mainContent .section-news .article .title h3 {
    max-width: 100%;
}
.mainContent .btn-white {
	text-decoration: none;
}
.mainContent, #mainContent {
    word-break: break-word;
}
.mainContent input, #mainContent input {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Sidebar Widget Overrides */
.sidebar-widget {
    font-size: 1.5rem;
}
.sidebar-widget h4 {
    font-weight: 700;
}
.sidebar-widget .btn-default {
	height: 62px;
    line-height: 58px!important;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    padding: 0 38px;
    background: #0b57a2;
    border-color: #0b57a2;
    border-radius: 0;
}
.sidebar-widget .btn-default:hover {
    background: #075af2;
    border-color: #075af2;
}

/* Footer Adjustments */
.prefooter .footer-col h4 {
    font-size: 1.8rem;
	letter-spacing: -1px;
    word-spacing: 5px;    
}
.subfooter ul.nolist {
	margin-top: -5px;
}
.prefooter .address p {
	line-height: 1.6em;
}

/* Sectional Component Overrides */
.tiles_gray .link-tiles a {
	padding-right: 75px;
}

/* General Utilities */
.btn-primary {
    line-height: 58px!important;
}    
.image-right {
    float: right;
    margin: 0 0 20px 15px;
}
.image-left {
    float: left;
    margin: 0 20px 15px 0;
}
.list-unstyled {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.u-height90 {
  height: 90px;
}
.u-spacer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
.u-padding40 {
  padding: 40px;
}
.u-padding80 {
  padding: 80px;
}
.u-paddingTop10 {
  padding-top: 10px;
}
.u-paddingTop20 {
  padding-top: 20px;
}
.u-paddingTop30 {
  padding-top: 30px;
}
.u-paddingTop80 {
  padding-top: 80px;
}
.u-paddingBottom30 {
  padding-bottom: 30px;
}
.u-paddingBottom20 {
  padding-bottom: 20px;
}
.u-paddingBottom10 {
  padding-bottom: 10px;
}
.u-paddingBottom80 {
  padding-bottom: 80px;
}
.u-marginBottom10 {
  margin-bottom: 10px;
}
.u-marginBottom30 {
  margin-bottom: 30px;
}
.u-marginBottom80 {
  margin-bottom: 80px;
}
.u-marginTop30 {
  margin-bottom: 30px;
}
.u-marginTop80 {
  margin-bottom: 80px;
}
.u-spaceLinks {
  text-align: center;
}
.u-spaceLinks a {
  display: inline-block;
  margin: 20px 10px 0 10px;
  color: #0c55b6;
  text-decoration: underline;
}
.u-spaceLinks a:hover {
  text-decoration: none;
  color: #00aeef;
}
.u-spaceLinks.text-left {
  text-align: left;
}
.u-spaceLinks.text-left a {
  margin: 15px 20px 0 0;
}
.u-hover1:hover {
  text-decoration: underline !important;
}
.u-hover2:hover {
  text-decoration: underline !important;
  color: #76983b !important;
}
.u-overflow {
  display: block;
  overflow: hidden;
}
.u-bg1 {
  background-color: #07325c !important;
}
.u-bg2 {
  background-color: #1f86ee !important;
}
.u-bg3 {
  background-color: #477d5b !important;
}
.u-bg4 {
  background-color: #9b3556 !important;
}
.u-bg5 {
  background-color: #7f5d3a !important;
}
.u-bg6 {
  background-color: #9e0b0f !important;
}
.u-bg7 {
  background-color: #663d4c !important;
}
.u-bg8 {
  background-color: #ac6a1c !important;
}
.u-bg9 {
  background-color: #123142 !important;
}
.u-bg10 {
  background-color: #0d5cab !important;
}
.u-clr1 {
  color: #00813E !important;
}
.u-clr2 {
  color: #264b5f !important;
}
.txtCenter {
    text-align: center;
}
.framed-image {
    padding: 10px;
    border: 1px solid #dee2e6;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.warning-text {
    color: #dc3545;
}
.tiles_gray h2 a {
    color: #033a71;
}
.iconBox {
    padding: 32px 65px;
    color: #fff;
    margin: 0 0 6px 0;
}
.iconBox.u-bg9 a {
	color:#fff;
    text-decoration: underline;
}
.person-img {
    width: 225px!important;
    height: 225px!important;
    object-fit: cover;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
    font-size: 1.6rem;
}
@media (max-width: 991px) {
  .btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: block;
    width: 100%;
    padding: 0 0!important;
  }
}

/* Accordions and Panels */
.panel-group .panel {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.panel-group .panel .faq_question {
    background-color: #2361A0;
    margin: 0;
}
.panel-title > a {
    color: #FFF;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.4!important;
    font-weight: 700;
}
.mainContent .panel h2, .mainContent .panel h3, .mainContent .panel h4, .mainContent .panel h5, .mainContent .panel h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.panel-group .panel .fa-angle-up, .panel-group .panel .fa-angle-up a, .panel-group .panel .fa-angle-down, .panel-group .panel .fa-angle-down a, .panel-title > a {
    color: #FFF;
}
.faq-toggle.collapsed .fa-angle-up {
    display: none;
}
.faq-toggle:not(.collapsed) .fa-angle-down {
	display: none;
}
.faq_answer .panel-collapse {
    border: 1px solid #ececec;
}

/* List Boxes */
#mainContent .listBox .inner {
    padding: 0 22px;
}
#mainContent .listBox ul {
    margin-top: 10px;
}
.listBox {
    background: #f7f7f7;
    margin: 0 0 6px 0;
}
.listBox h3 {
    font-weight: 700!important;
    padding: 15px 20px!important;
    letter-spacing: 1px!important;
    font-size: 1.563rem!important;
    line-height: 26px!important;
    color: #fff!important;
    margin: 0!important;
}
.listBox h3 a {
	color: #fff!important
}
.listBox .list-styled {
    margin-bottom: 0;
    padding-left: 0px!important;
    margin-left: 5px;
    list-style: disc!important;
}
.listBox ul li {
	background: none!important;
    padding: 0 0 7px 5px!important;
}
#mainContent .js-equalHeight {
    display: flex;
    flex-wrap: wrap;
}
#mainContent .js-equalHeight .col-md-3.col-sm-6 {
    box-sizing: border-box;
    margin-bottom: 30px;
}
#mainContent .js-equalHeight .listBox {
    height: 100%;
}
#mainContent .listBox a {
    color: #0066cc;
    text-decoration: underline;
}
.listBox-shadow {
	box-shadow: 5px 10px 18px #888888;
}

/* Repeater List */
.repeater-list .repeater-item:first-of-type {
    padding-top: 0;
}
.repeater-list .repeater-item {
    padding: 2rem 0;
    border-bottom: 1px solid #dee2e6;
}
.repeater-list .repeater-item a {
    text-decoration: none;
    color: #033a71;
}
.repeater-list .repeater-item a:hover {
	text-decoration: underline;
}
.listbox-shadow {
	box-shadow: 5px 10px 18px #888888;
}

/* Repeater Cards */
.repeater-cards {
    display: flex;
    flex-wrap: wrap;
}
.repeater-cards .repeater-item {
    box-sizing: border-box;
    margin-bottom: 30px;
}
.repeater-cards .repeater-item .card-box {
    border: 1px solid #e4e4e4;
    cursor: pointer;
    padding: 7px;
    text-align: center;    
    display: block;
    height: 100%;
    text-decoration: none;
    color: #033a71;
}
.repeater-cards .repeater-item .card-box:hover {
	background: #0d5cab;
	color: #fff;
}
.repeater-cards .repeater-item .card-box .card-image img {
    height: 231px;
    width: 100%;
    object-fit: cover;
}    
.repeater-cards .repeater-item .card-box .date {
	padding: 5px 0;
    display: block;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
}
.repeater-cards .repeater-item .card-box h2 {
	font-size: 22px;
    line-height: 28px;
    padding: 0 30px;
}

/* Repeater Boxes */
.repeater-boxes {
    display: flex;
    flex-wrap: wrap;
}
.repeater-boxes .repeater-item {
    box-sizing: border-box;
    margin-bottom: 30px;
}
.repeater-boxes .repeater-item .repeater-box {
    border: 1px solid #e4e4e4;
    cursor: pointer;
    padding: 15px;
    display: flex;
    height: 100%;
    text-decoration: none;
    color: #3e3e3e;
    font-weight: 700;
	border-bottom: 4px solid #0d5cab;   
}
.repeater-boxes .repeater-item .repeater-box:hover {
	background: #0d5cab;
	color: #fff;
}
.repeater-boxes .repeater-item .repeater-box .image {
    margin-right: 30px;
    height: 100%;
    min-width: 75px;
}
.repeater-boxes .repeater-item .repeater-box .image img {
    width: 75px;
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    margin-top: auto;
    margin-bottom: auto;
}
.repeater-boxes .repeater-item .repeater-box .text h2 {
	font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.6rem;
    margin-bottom: 0px;
}
.repeater-boxes .repeater-item .repeater-box:hover .text h2 {
	color: #fff;
}
.repeater-boxes .repeater-item .repeater-box .text .category {
    color: #00a850;
    font-weight: 700;
}
.repeater-boxes .repeater-item .repeater-box:hover .text .category {
	color: #fff;
}

/* Pagination */
.pagination {
    margin-bottom: 15px;
    list-style: none!important;
    -webkit-padding-start: 0!important;
    padding-inline-start: 0!important;
}
.pagination ul li {
    float: left;
    padding: 0;
}
.pagination a {
    height: 36px;
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1b75bc;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ced4da;
}
.pagination .current a {
    color: #fff!important;
    background-color: #1b75bc;
}

/* Events Calendar */
.calendar-wrapper .form-control {
    border-radius: 0px;
}
.calendar-wrapper #calendar_display .fc-event {
	color: #2f2f2f!important;
    border: 1px solid #dfdfdf;
    background-color: #f2f6f8;
    text-decoration: none;
}
.calendar-wrapper #calendar_display .fc-event:hover {
	text-decoration: underline;
    background-color: #dfdfdf;
}
.calendar-wrapper #calendar_display .fc-content {
    white-space: inherit;
}

/* blogPost Small */
.blogPost--small {
    color: #7c7b7b;
    margin: 20px 30px 40px 0;
}
.frameSimple {
    display: block;
    padding: 4px 3px;
    border: 1px solid #b1b1b1;
    -webkit-box-shadow: 0 0 1px 0px #e0e0e0 inset;
    box-shadow: 0 0 1px 0px #e0e0e0 inset;
}
.media .frameSimple .media-object {
    max-width: 145px;
}
.blogPost--small h4 {
    margin: 0 0 12px 0;
    font-size: 22px;
    text-transform: uppercase;
}
.blogPost--small .media-body {
	padding-left: 15px;
}

/* Section News */
.section-news .article .title h3 a {
    text-transform: uppercase;
}

/* Privacy Banner */
.privacy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 1rem .5rem;
    background: #fff;
    z-index: 1030;
    color: #000;
    font-size: 14px;
    margin: 0;
    display: none;
}
.banner-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
}
.privacy-banner p {
    margin: 0;
    color: #000;
    text-align: center;
}
.privacy-banner .banner-wrapper p {
      padding-right: 3rem;
}
.privacy-banner a {
    text-decoration: none;
    margin: 20px auto 0 auto;
    display: block;
    max-width: 150px;
}
.privacy-banner a:hover {
    text-decoration: underline;
}
.privacy-banner button {
    position: absolute;
    right: 5px;
    top: calc(50% - 12.5px);
    color: #fff;
    outline: 0;
    height: 25px;
    width: 25px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    line-height: 1;
    background: #000;
    cursor: pointer;
}
.banner-learn {
    color: #000;
}
.banner-accept {
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    background: #000;
}
@media (min-width: 768px) {
  .privacy-banner {
      padding: 1.5rem .5rem;
  }
  .privacy-banner a {
      display: inline-block;
      margin: 0 10px;
  }
}

/* Jumbotron */
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.container .jumbotron {
    border-radius: 6px;
}
@media screen and (min-width: 768px){
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
}

/* Bootstrap 3 to 4 Utilities */
.form-control-lg {
    height: 45px;
    padding: .5rem 1rem;
    font-size: 2rem;
    line-height: 1.5;    
    border-radius: 0;
}
.input-group .btn {
    height: 45px;
    padding: .375rem 2rem;
    line-height: 1.5!important;
}
.align-items-center {
    align-items: center!important;
    display: flex!important;
}


/* Featured Story Image */
.feature-stretch  {
	width: 50%;
}

/* Forms */
.pass-color {
	color: 00a850;
}

/* Set size of box to the minimum that will contain its contents with no overflows */
.no-overflows {
	width: min-content;
    white-space: nowrap;
}

/* Set hover color of gold button to match blue throughout site */
.btn.btn-gold:hover {
  color: #fed141!important;
  background: #0d5cab!important;
  border-color: #0d5cab!important;
 }

/* Set text color of gold button to match blue throughout site */
.btn.btn-gold {
  color: #0d5cab!important;
 }
