.Normal                 { font-size: 14px; line-height: 1.428; }
.dnnActions             { display: inline-block; }
.dnnActions li          { margin-right: 5px; list-style: none; float: left; }
.dnnCheckbox .mark      { background: none;}
.form-group .dnnLabel   { text-align: left; width: auto; }
.dnnLabel + span        { white-space: normal; }

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}

/* Addition by Peter Schotman*/
ul.dnnAdminTabNav li a { font-size: 14px; }

/* Make the Control bar more mobile friendly 
.ControlContainer {
    position: relative;
    width: 727px;
    height: 53px;
    margin: 0px auto;
}*/

.paneOutline {
    margin: 5px 0;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    text-align: center;
    color: #666;
}
.paneOutline_display {
    margin: 2px 1px;
    height: 50px;
    line-height: 50px;
    background: #eee;
    border: 1px solid #ccc;
    text-align: center;
}


.title {
    color:#ffffff;
}
.headerTitle {
    font-size: 36px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}

.lowerTitle {
    font-size: 16px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.navbar-brand img {
    max-height: 75px !important;
}

.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover {
    background-color: transparent; 
    color: #ffffff;

}

.navbar-nav>li {
    padding: 5px 0px;
}
.navbar .navbar-nav>li>a {
    padding: 10px 10px 0px 10px;
}

.col-md-2 > .search-button, .col-md-2 > .search-button a, .col-md-2 > .search-button a:active, .col-md-2 > .search-button a:focus, .col-md-2 > .search-button a:link, .col-md-2 >  .search-button a:visited {
    height: 34px;
    line-height: 34px;
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
    border: 1px solid white;
    border-radius: 6px;
    text-align: right;
}

.col-md-2 > .search-button a {
    border: none;
}

.col-md-2 > .search-button {
    padding-top: 5px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.icons {
    padding-top: 35px;
}

.icons a{
    color: #133767 !important;
    
    text-align: center;

}

.icons .col-md-6 {
    text-align: center;
    margin-top: 10px;
}

.icons .material-icons {
    font-size: 45px;
}

.blueGradient {
  background-image: linear-gradient( #042751, #1a6384); 
  padding: 10px;
}

.blueGradient .row {
    border: 3px solid #ffffff;
    /*margin-bottom: 12px;*/
}

.gradientText {
    color: #fff;
    margin-left: 25px;
}

.whiteText {
    color: #fff !important;
    text-align: center;
}

.center {
    text-align: center;
}
.leftAlign {
    text-align: left;
}
.signUpButton {
    width: 170px;
    color: #fff !important;
    background: #042751;
    border-radius: 5px;
    margin-top: 25px;
    padding: 8px;
}

.moreInfoButton {
    width: 170px;
    color: #042751 !important;
    border: 2px solid #042751;
    border-radius: 5px;
    padding: 8px;
    margin-top: 25px;
}

.blueGradientReverse {
    margin-top:20px;
  background-image: linear-gradient( #196283, #012557); 
  padding: 10px;
}

.whiteBanner {
    border: 3px solid #fff;
    padding: 10px;
    border-radius: 5px;
    min-height: 250px;
    margin-bottom: 10px;
}

.blueFiller {
    background-color: #012557;
}

.blueBottomGradient {
    background-image: linear-gradient( #012557, #196283); 
    padding-bottom: 20px;
}

.pageSearchBlock h3 {
    line-height: 1.1 !important;
}

.pageSearchBlock:hover {
    background-color: transparent;
}

footer.page-footer {
    margin-top: 0px !important;
}

ul.dropdown-menu .dropdown-menu {
    top: -3px;
}

.dropdown-menu li>a {
    color: #333 !important;
}


@media (max-width: 890px) {
.dropdown-menu li a {
    color: #fff;
    line-height: 1.5rem;
}
.dropdown-menu li:hover, .dropdown-menu li:active {
    background-color: transparent;

}
ul.dropdown-menu .dropdown-menu {

    margin-left: 25px;
}
.mobile_spacer {
    padding-top: 0px !important;
}
.title {
    display: none;
}
}

@media (max-width: 1034px) {
.navbar-header { float: right !important;}
.searchMe {float: left; padding-top: 7px;}
#dnn_SliderPane {display: none;
    }
}

@media  (max-width: 1821px) {
    .search-button {width: 140px;}
}

.LiveForm.Default ul.page-break-section, .LiveForm.Default .thank-you {
    padding: 15px;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.Field-Container-Wide input {
    padding: 12px !important;
}

@media (min-width: 767px) {
.navbar-fixed-top {
     padding: 0px !important;

    }

}

.select2-container {
    max-width: 300px;
}


.linkitem {
    list-style: none;
    /*line-height: 1.85 !important;*/
    margin: 0;
    padding: 0;
    padding-left: 22px;
    text-indent: -22px;
    margin-bottom: 10px;
}

.ISASideBarWrapper ul li
{
    font-weight: 300;
    list-style: outside;
}

#dnn_RightPane .ISASideBarWrapper p {
    font-size: 1rem !important;
    line-height: 1.25;
}



h1.ISATitle {
    color: #002664;
    font-family: Roboto, sans-serif !important;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-variant: small-caps;
    line-height: 20px;
    border-bottom: none;
}

input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.materialize-textarea {
height: 1rem !important;
    }

    h1.ISASideTitle {
    color: #283E7C;
    font-family: Roboto, sans-serif !important;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    text-shadow: 0.12em 0.12em 0.08em #C9C9C9;
    font-variant: small-caps;
    margin-top: 0px;


}



.left {
    float: none !important;
}
.carousel-inner {
    max-height: 500px !important;
}

.carousel {
    max-height: 500px !important;
}

.topbar {

    margin-top: 15px;
}

.mobile_spacer .col-md-9 {
    padding-right: 0px !important;
}


.gradientText {
    display:    none;
}

@media (max-width: 986px) {
.gradientText {
    display:    block;
}
}

.dnnFormMessage {
    max-width: 100% !important;
}

img[src*="TitleMap-"] {
    width: 85%;
    padding-left: 15%;
    max-height: 500px;
}

img[src*="Regional%20Map"] {
    width: 85%;
    padding-left: 15%;
    max-height: 500px;
}
.Normal, .NormalDisabled, .NormalDeleted {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.navbar-nav .dropdown-menu>li>a {
    white-space: nowrap !important;
}

@media (min-width: 992px) and (max-width: 1034px) {
.searchMe .col-md-2 {
    min-width: 200px;
}
.searchMe .col-md-10 .collapse {
    display: none;
}
.searchMe .col-md-10 .collapse.in {
    display: block;
}


}
@media (min-width: 768px) and (max-width: 1034px) { 
.navbar-nav>li {
    padding: 5px 0px;
    width: 100%;
}

}


input[type=text].search-box {
    height: 34px !important;
}