body {
    font-family: "Roboto", sans-sans-serif;
 }
img {max-width:100%; height:auto; }
    .container { max-width:1400px; }

 h1, h2, h3, .h1, .h2, .h3 {
     font-family: "Lato", sans-serif;
     color:#003353;
     line-height: 1.4em;
 }
 h4 { font-size: 1.3rem; margin-top:15px; }
 p {
     color:#333;
     line-height:1.3em;
 }

.brand-navy {color:#031F73 }
.safe-navy {color:#003353 }
.brand-blue {color:#3888b5 }
.brand-grey {color:#C1C6C8 }
.brand-yellow { color:#FECB00 }

.alert-message i{font-size:1.8em}
.alert-message a{color:#FECB00}
.alert-message p{ margin:3px; }
.alert-message {
    color:#fff;
    padding:10px;
}


.btn-primary { margin-bottom:5px; }
#oremc-logo { max-width: 250px;  }
img.shadow {
    -webkit-box-shadow: 0px 6px 18px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 18px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 18px -3px rgba(0,0,0,0.75);
}
a.ext-link:after {
    content: "\f08e";
    margin-left:10px;
    font-family: "Font Awesome 5 Pro Solid", sans-serif;
    display: inline-block;
    font-size:12px;
}

img.downloads-thumb {max-width:100px;}

#header-logo { max-width: 250px;}

.sponsors {
    text-align: center;

}
#sidenav {
    line-height:1.3em;
}

.sponsor {
text-align: center;
margin-top:25px;
}

#olglethorpe { width:375px;  }
#altec { height:50px;  }
#southeastern  { height:100px; }
#pike  { height:100px; }
#asplundh { height:30px; margin-top:35px; width:auto; }
.olglethorpe { width:100%; padding:10px;  }
.altec { width:50%; padding:10px; }
.southeastern  { width:50%; padding:10px; }
.pike  { width:50%; padding:10px; }
.asplundh { width:50%; padding:10px; }

.leader-info {
    display: flex;
    flex-direction:column;
    align-self:center;

}
.leadership img{
    width:100%;
    max-width:200px;
    margin-bottom:15px;
}

@media (max-width:568px){

.h1,h2 {
    font-size:24px;
}
.leadership img{
    max-width:170px;
    margin-top:25px;
}

.leader-info {
    display: flex;
    flex-direction:column;
    align-self:center;
    text-align:center;

}

}
.navbar-brand img{
    width:100%;
    max-width: 250px;
    min-width: 125px;
}
.bullets li {
    list-style-type: disc;
    margin-bottom:10px;
    margin-left:25px;
}

.nav-tabs {margin-top:20px;}
ul.nav-tabs li { list-style: none; }
.tab {
    padding:15px; font-size:22px;
}
.tab a { color:#ffffff; }
li#home-tab.active.tab {margin:0 5px 0 0 ;}
li#restore-tab.tab {margin:0 5px 0 0 ;}
li#dig-tab.tab {margin:0 5px 0 0 ;}
li#prep-tab.tab {margin:0 5px 0 0 ;}
#home-tab { background-color: #b50300;  }
#restore-tab {background-color:#ff7e00 }
#dig-tab {background-color:#0e75bc}
#prep-tab {background-color:#003353}
.btn-row {margin-top:25px; }
.nav-item {margin-right:25px;font-weight: 700}

ul.navbar-nav li.nav-item span{font-size:16px; margin:0; padding:0; line-height: 1.1em;}
.navbar-toggler { color:#031F73!important}
.navbar-brand { width:300px; }
.nav-link { font-size:20px; margin:0;line-height: 1.1em; }
.top-bar {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    background-color: #003353;
    color:white;
    padding:15px 2px 0 2px;
}
.top-bar li{
    list-style-position: inside;
    list-style-type: none;
    display: inline-block;
}
.top-bar a { color:#FECB00; }
.top-bar a:hover {
    color:#3888b5;
}

.social a{
    font-size:22px;
    margin:0 5px;
}
.social ul{
    float:right;
}
.social li {
    display: inline-block;
    list-style-type: none;
}

.dropdown-menu.w-100.top-auto {
    background: rgb(255,255,255);
    margin-top:-30px;
    -webkit-box-shadow: 0px 15px 18px -10px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 15px 18px -10px rgba(0,0,0,0.38);
    box-shadow: 0px 15px 18px -10px rgba(0,0,0,0.38);
    /*background: linear-gradient(131deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 67%);*/
    animation: fadeIn ease 0.3s;
    z-index:-1000!important;

}
.navbar {
    background-color: #ffffff;
    border-bottom:0px solid #cccccc;
    -webkit-box-shadow: 0px 15px 18px -10px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 15px 18px -10px rgba(0,0,0,0.38);
box-shadow: 0px 15px 18px -10px rgba(0,0,0,0.38);
}

.subheader h2{
    color:#fff;
    text-shadow: 2px 2px #000;
}
.dropdown-menu {
    border-top:0;

}

@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}


a.dropdown-menu{
    color:red;
}
.mega-menu-container {

 }

.mega-item {
    clear:right;
    padding-bottom:15px;
    color:#031F73;
}
.mega-item :hover{
}

/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {

}

.mega-icon {
    float:left;

}
.mega-icon img {
    width:45px;
    padding-right:2px;
    position: relative;
    top:30px;
}
.mega-title a{

    float:left;
    font-size: 15px;
    padding:40px 0 0 0px;
    font-weight:700;
    text-decoration: none;
    text-transform: uppercase;
}
div.mega-desc {
    font-size: 12px;
    color:#666;
}



.landing-icon {
    float:left;

}
.landing-icon img {
    width:100px;
    padding-right:2px;
    position: relative;
    top:0px;
}
.landing-title a{

    float:left;
    font-size: 26px;
    padding:40px 0 0 0px;
    font-weight:700;
    text-decoration: none;
    text-transform: uppercase;
}
div.landing-desc {
    font-size: 12px;
    color:#666;
}

.blog-date {
    border-bottom:1px solid #ccc;
    font-size:13px;
    font-style: italic;
    color:#666;
    margin-bottom:15px;
    padding-bottom: 5px;
}

.subheader {
    height:200px;
    background-color: #666;
    background-image:url('/assets/images/subheader2-ltblue-bg.jpg');
    background-position: right; background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 30px 0;
    padding:75px 20px 0 20px;
}
.subheader h1 { font-weight:700; color:#FFF;text-shadow:2px 2px #666; }


#sidenav-toggle span { position: relative; top: -6px; margin-right: 10px; }
#sidenav-toggle i { font-size: 28px; }
#sidenav-toggle:hover { text-decoration: none; }
#sidenav { display: none; border-bottom: 3px solid #3966BD; padding-bottom: .5rem; }
.sidenav a { display: block; line-height: 30px; color: #666; text-decoration: none; }
.sidenav a:hover,
.sidenav a.active { color: #0C3E6D; font-weight: 600; }
@media (min-width: 768px) {
  #sidenav { border-bottom: 0; }
  .sidenav a { line-height: 2em; }
}

/*  Pre-loader Icon */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/assets/icons/oremc-loading.gif) center no-repeat #fff;
}

/*  FAQ  */
.faq p{ padding:10px 5px; }

.accordion {
      background-color: #eee;
      color: #444;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      transition: 0.4s;
    }

    .active {
      background-color: inherit;
    }

    .accordion:hover {
      background-color: #ccc;
    }

    .accordion:after {
      content: '\002B';
      color: #777;
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }

    .accordian.active:after {
      content: "\2212";
    }


    .panel {
      padding: 0 18px;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      margin-bottom:5px;
    }


    /* Accordians - End   */

.page-content h2 { margin:0 0 20px 0;  }
.page-content h3 { margin:25px 0 10px 0; font-size:1.5em; }

.carousel-item {
    overflow: hidden;
    justify-content: center;
    max-height: 500px; /* or other desired height */
    overflow: hidden;

}
.carousel-item img {
    max-width:100%;
    max-height: auto;
}

article img{
    max-width:100%;
}

.form-terms {
    border:1px solid #666;
    padding:15px;
    height:150px;
    overflow: scroll;
    margin-bottom:25px;
}
.form-agree{
    margin-bottom:25px;
}

.boxed-area {
    margin: 10px 10px 25px 0;
    border-left:10px solid #003353;
    padding: 10px 20px 15px 35px;
    background-color: #eeeeee;
    max-width: 700px;
}
.slideshow { background: #eee; }
.slideshow .slides { opacity: 0; visibility: hidden; transition: opacity 1s ease; -webkit-transition: opacity 1s ease; }
.slideshow .slides.slick-initialized { visibility: visible; opacity: 1; }
.slideshow .slick-dotted.slick-slider { margin-bottom: 0; }
.slideshow .slick-dots { position: initial; height: 35px; margin-top: -35px; margin-bottom: 0px; display: block; padding: 0; text-align: center; }
.slideshow .slick-dots li { margin: 0; }
.slideshow .slick-dots li button:before { font-size: 14px; }
.slideshow .slick-dots li button:before { color: #fff; }
.slideshow .slick-dots li.slick-active button:before { color: #fff; }
.slideshow .slick-arrow { z-index: 10; margin: 0; display: none !important; }
.slideshow .slick-prev { left: -30px; }
.slideshow .slick-next { right: -30px; }
.slideshow .slick-prev:before, .slideshow .slick-next:before { color: #999; font-family: "Font Awesome 5 Pro"; content: '\f054'; }
.slideshow .slick-prev:before { content: "\f053"; }
.slideshow article { display: flex !important; min-height: 30vw; padding: 5vh 5vh 6vh 5vh; background-size: cover; color: #052154; }
.slideshow article .html { justify-content: center; flex-direction: column; display: flex; }
.slideshow article.fontLight h1,
.slideshow article.fontLight h2,
.slideshow article.fontLight h3,
.slideshow article.fontLight { color: #fff; }
.slideshow article .slidebutton { display: inline-block; background: #052154; color: #fff; margin: 0; padding: 11px 20px; border-radius: 5px; }
.slideshow article .slidebutton:hover { background: #000; text-decoration: none; }
.slideshow article.fontLight .slidebutton { background: #fff; color: #000;  }
.slideshow article.fontLight .slidebutton:hover { background: #f2f2f2; text-decoration: none; }
@media (max-width: 575px) {
  .slideshow .container { padding: 0; }
  .slideshow .slick-prev { left: 10px; }
  .slideshow .slick-next { right: 10px; }
}
@media (max-width: 767px) {
  .slideshow article { background-image: none !important; }
}
@media (min-width: 768px) {
  .slideshow .slick-arrow { display: inline-block !important; }
}



form.validate {  }
form.validate input[type=text],
form.validate textarea,
form.validate select,
form.validate .field { 
    display: block; width: 100%; margin-bottom: 1rem; 
    background: rgb(232, 240, 254); padding: 10px 12px; border: 0; border-bottom: 1px solid rgb(156 163 175); border-radius: 0;
    
    /*display: block; width: 100%; margin-bottom: 1rem; padding: 4px 5px; border: 1px solid #ccc; border-left: 3px solid #085296; border-radius: 3px; box-shadow: indigo; box-shadow: inset 0px 0px 1px #ccc; */
}
form.validate input[type=text].error,
form.validate textarea.error,
form.validate select.error { background: #ffeeee; border-color: #cc0000; }
form.validate .button { padding: 6px 20px; border: 0; }
form.validate .g-recaptcha { margin-bottom: 15px; }

.google-map {
    margin-top:0px;
    padding: 0px 0px 0px 0px;
    background-position:left top;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

.three-col-widget {
   
}

h2.section-title{
    margin: 30px 0;
    font-weight:500;
}



.quick-link-btn {
    display: block;
    text-align: center;
    margin:5px;
    padding:15px;
    height:150px;
}
.quick-link-btn i{
    font-size: 40px;
    margin:20px 0;

}

.quick-link-btn h5, a{
    text-decoration: none!important;
}

/* Responsive YouTube Player */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


footer.footer {
    background-color: #003353;
    padding: 35px 10px;
    color:#eeeeee;
}
.footer p{color:#eeeeee;}
.footer img { max-width:250px; }
footer .h2,.h3 {color:#fff;}
footer.footer a{
    color:#FECB00;
}
footer.footer p{
    font-size: 12px;
    margin-top:15px;
}
footer.footer li {
     line-height: 2em;
}
.copyright {
    padding:20px 10px;
    background-color: #011c2d;
    color:#fff;
}
.copyright p{ color:#eeeeee; }
.copyright a{
    color:#FECB00;
}
.copyright i{
    font-size:30px;
    margin:15px;
}
@media(min-width:578px){
    .copyright i{
        font-size:24px;
        margin:0 15px;
    }
}
.apps img {
    max-width:150px;
    margin:5px;
}

.addresses h2{
font-weight:700;

}
.phone {font-size:26px;}
.scroll-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #2c2b2b;
    color: #3cc62a;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 47px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 9999;
    transition: linear.4s;
    display: none;
}

.scroll-top:hover {
    background: #3cc62a;
    color: #fff;
}


#topbar-search input {
	outline: none;
    float:right;
    margin-left:15px
}
@media (max-width:576px){
    #topbar-search input {
        display:none
    }
}
@media (min-width:576px){
    #mobile-search input {
        display:none
    }
}
#mobile-search input{
    width:100%;
    margin:10px 0;
}
#topbar-search input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#topbar-search input::-webkit-search-decoration,
#topbar-search input::-webkit-search-cancel-button {
	display: none;
}


#topbar-search input[type=search] {
	background: #ededed url(../icons/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 5px 10px 5px 32px;

	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#topbar-search input[type=search]:focus {
	background-color: #fff;
	border-color: #031F73;

	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


#topbar-search input[type=search] {
	width: 20px;
	padding-left: 12px;
	color: transparent;
	cursor: pointer;
}
#topbar-search input[type=search]:hover {
	background-color: #fff;
}
#topbar-search input[type=search]:focus {
	width: 150px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#topbar-search input:-moz-placeholder {
	color: transparent;
}
#topbar-search input::-webkit-input-placeholder {
	color: transparent;
}




/*----------------------tab style-7----------------------*/
.tab_big .nav{
    width: 100%;
    margin-left: -20px;
}
.tab_big .nav > li {
    float: left;
    margin-left: 20px;
    width: 18.2%;
}
.tab_big .nav > li > a {
    color: #444;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    flex-flow: row;
    line-height: 70px;
    align-items: center;
    justify-content: center;

    box-shadow: 0 0px 0 0 #003353 inset;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;

}
.tab_big .nav > li > a:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #444;

    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.tab_big .nav > li > a.active {
    box-shadow: 0 82px 0 0 #003353 inset;
}
.tab_big .nav > li > a.active:before{
    width: 0;
}
.tab_big .nav > li > a.active:hover i,
.tab_big .nav > li a.active:hover,
.tab_big .nav > li > a.active i,
.tab_big .nav > li a.active {
    color: #fff;
}
.tab_big .nav > li:hover > a i,
.tab_big .nav > li:hover a{
    color: #003353;
}

.tab_big .nav > li > a i {
    color: #444;
    font-size: 30px;
    margin-right: 15px;
}

.tab_big .tab-content {
    margin-top: -10px;
    padding: 50px 0;
}
.tab_big .tab_content .tab_img {
    max-width: 400px;
}
.tab_big .tab_content .tab_img img {
    width: 100%;
}
.tab_big .tab_content .tab_text {
    padding-left: 35px;
    width: 76%;
}

@media (max-width: 1199px){
/*------style-7------*/
    .tab_big .nav > li {
        margin-left: 16px;
    }
}

@media (max-width: 991px){
    .tab_big .nav > li {
        margin-left: 12px;
    }
    .tab_big .tab-pane .align_row_center_left {
        display: block;
    }
    .tab_big .tab_content .tab_text {
        padding-left: 0;
        width: 100%;
    }
    .tab_big .tab_content .tab_img {
        max-width: 225px;
        float: left;
        margin-right: 25px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px){

    .tab_big .nav > li > a {
        display: block;
        line-height: normal;
        padding: 8px 4px;
    }
    .tab_big .nav > li > a i {
        font-size: 20px;
        margin-right: 0;
        display: block;
    }
    .tab_big .nav > li {
        width: 30.6%;
        margin-bottom: 10px;
    }

}


@media (max-width: 479px){

    .tab_big .nav > li {
        width: 100%;
        float: none;
    }
    .tab_big .tab_content .tab_img {
        margin-right: 0;
        max-width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}

@media (max-width: 479px){

    .tab_big .nav > li {
        width: 100%;
        float: none;
    }
    .tab_big .tab_content .tab_img {
        margin-right: 0;
        max-width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}





/**
 * ADA Accessible Bootstrap button variant colors (WCAG 2.0 AA)
 */
 .alert-success {
	 background: #ebfbee;
	 color: #396f3a;
}
 a {
	 color: #1b6ec2;
}
 .btn-default {
	 color: #fff;
	 background-color: #495057;
	 border-color: #3d4349;
}
 .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
	 color: #fff;
	 background-color: #363c41;
	 border-color: #212528;
}
 .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
	 background-image: none;
}
 .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	 background-color: #495057;
	 border-color: #3d4349;
}
 .btn-primary {
	 color: #fff;
	 background-color: #1b6ec2;
	 border-color: #1861ac;
}
 .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
	 color: #fff;
	 background-color: #165a9e;
	 border-color: #104376;
}
 .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
	 background-image: none;
}
 .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	 background-color: #1b6ec2;
	 border-color: #1861ac;
}
 .btn-warning {
	 color: #fff;
	 background-color: #b24d04;
	 border-color: #994203;
}
 .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
	 color: #fff;
	 background-color: #8a3c03;
	 border-color: #5d2802;
}
 .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
	 background-image: none;
}
 .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	 background-color: #b24d04;
	 border-color: #994203;
}
 .btn-danger {
	 color: #fff;
	 background-color: #c92a2a;
	 border-color: #b42626;
}
 .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
	 color: #fff;
	 background-color: #a72323;
	 border-color: #811b1b;
}
 .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
	 background-image: none;
}
 .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	 background-color: #c92a2a;
	 border-color: #b42626;
}
 .btn-success {
	 color: #fff;
	 background-color: #396f3a;
	 border-color: #305e31;
}
 .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
	 color: #fff;
	 background-color: #2b542c;
	 border-color: #1c361c;
}
 .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
	 background-image: none;
}
 .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	 background-color: #396f3a;
	 border-color: #305e31;
}
 .btn-info {
	 color: #fff;
	 background-color: #0b7285;
	 border-color: #095e6d;
}
 .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
	 color: #fff;
	 background-color: #08525f;
	 border-color: #042d35;
}
 .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
	 background-image: none;
}
 .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	 background-color: #0b7285;
	 border-color: #095e6d;
}
 .btn-link {
	 color: #1b6ec2;
	 font-weight: normal;
	 cursor: pointer;
	 border-radius: 0;
}
 .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	 background-color: transparent;
	 box-shadow: none;
}
 .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	 border-color: transparent;
}
 .btn-link:hover, .btn-link:focus {
	 color: #12487f;
	 text-decoration: underline;
	 background-color: transparent;
}
 .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	 color: #adb5bd;
	 text-decoration: none;
}





body.pdf { zoom: 1; }
body.pdf .top-bar,
body.pdf > footer,
body.pdf .copyright,
body.pdf .g-recaptcha,
body.pdf #webform input[type=submit] { display: none; }
body.pdf .navbar { position: relative; box-shadow: none; }
body.pdf .navbar-toggler { display: none; }

body.pdf .subheader { height: auto; padding: 10px 0 0 0; color: black; background: none; }
body.pdf .subheader h1 { color: black; text-shadow: none; }
body.pdf .form-terms { height: auto; border: 0; padding: 0; overflow: auto; }
body.pdf .footer-container { display: none; }
body.pdf input[type=text],
body.pdf textarea  { background: rgb(232, 240, 254); padding: 10px 12px; border: 0; border-bottom: 1px solid rgb(156 163 175); border-radius: 0; }
body.pdf .element label { font-weight: 600; }
body.pdf .options label { margin-right: 15px; }
