@charset "utf-8";
/* CSS Document */


  @import url('https://fonts.googleapis.com/css2?family=Gabarito&family=Noto+Sans&display=swap');




.font_notosans {font-family: 'Noto Sans', sans-serif;}


.font_gaba {font-family: 'Gabarito', sans-serif;}


 html {
  scroll-behavior: smooth;
}

body  { 
        font-family: 'Noto Sans', sans-serif;

}



    .fa-phone, .fa-comment-dots, .fa-map-marker-alt, .fa-clock, .fa-envelope, .fa-calendar {
        color: #242170;
        margin-left: 2px; margin-right: 8px;
        font-size: 20px;
    }

p {font-size:1.1rem;}


.msg_error {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
    color: #d8000c;
    margin: 10px 0;
   padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2px;
   
}

.msg_success {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
    color: #4F8A10;
    margin: 10px 0;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2px;
}


.msg_info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
    color: #00529B;
    margin: 10px 0;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
   padding-bottom: 2px;
}


.msg_warning {
    background-color: #fff8e1;
    border-left: 6px solid #ffeb3b;
    color: #9F6000;
    margin: 10px 0;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
   padding-bottom: 2px;
}



.hdr_newp {color: #f7dea3;}






.hdr_topbar {
    background:#162d61;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

.hdr_topbar P {
  font-size: 1.4rem;
    font-weight: bold;
    margin: 0px;
    
}
.hdr_topbar img {
  margin: 5px;
}



.hp_bar1{background:#414141;
color: #ffffff;
padding-top: 20px;
padding-bottom: 15px;}
   
.hidit_form {display:none;
visibility: hidden;}

.google-maps {
    position: relative;
    padding-bottom: 70%; /*// (450 ÷ 500 = 0.9 = 90%)*/
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


h1 {color:#162d61;}

.hdr_navbar {background:#ffffff;
    border-bottom-color: rgba(120,120,120,1.00);
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.menu_dd_bg {background-color: #F0F0F0;}

.menubox {margin-left:10px; margin-right: 10px;
    background: #fff;
    padding-bottom: 8px;
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(173,173,173,0.63);
-moz-box-shadow: 0px 3px 5px 0px rgba(173,173,173,0.63);
box-shadow: 0px 3px 5px 0px rgba(173,173,173,0.63);
}


.menubox h3 {padding: 8px;
background-color: #162d61;
color: #fff;
    font-weight: normal!important;
border-top-left-radius: 8px; border-top-right-radius: 8px;
}

.menubox img {margin-top: 20px;
margin-bottom: 10px;
margin-left: 15px; margin-right: 15px;
    max-height: 80px;
}

.menuboxmenuhdr a {
background: #162d61!important;
color: #fff!important;    
}

.menuboxmenuhdr a:hover {
background: #162d61!important;
color: #fff!important;    
    text-decoration: underline!important;
}



/* Remove the default padding and bullets from the ul */
.menubox ul {
    list-style-type: none; /* Removes the dots */
    padding: 0; /* Removes the default padding */
  margin-top: 10px;}




.menubox a{
    display: inline-block;
  font-size: 1.1rem;
    line-height: 1.2rem;
    vertical-align: middle;
    padding: 6px 14px;
  
    border-radius: 5px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    background: linear-gradient(to bottom, #ffffff, #ffffff);
    color: #111111;
    text-decoration: none;
}

.menubox a:hover,
.menubox a:focus {
    background: #666666;  /* Blue background on hover/focus */
    color: #ffffff;      /* White text on hover/focus */
    border: 0px solid #ffffff;
    text-decoration: none;
}

.menubox a:active {
    background: #b3b3b3;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#ffffff));
    background: -moz-linear-gradient(top, #b3b3b3, #ffffff);
    background: linear-gradient(to bottom, #b3b3b3, #ffffff);
}


.menubox {
  min-height: 393px; /* adjust this based on tallest box */
}


@media screen and (max-width: 640px) {
  .menubox {
    min-height: 170px;
  }
}





.page_title { 
           
    font-family: 'Gabarito', sans-serif;
}

.img_nice {-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: -3px 4px 5px 0px rgba(0,0,0,0.41);
-moz-box-shadow: -3px 4px 5px 0px rgba(0,0,0,0.41);
box-shadow: -3px 4px 5px 0px rgba(0,0,0,0.41);}

.img_right_rnd{float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

@media only screen and (max-width: 768px) { /* Adjust the max-width as needed for your breakpoint */
  .img_right_rnd {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}



.confirminfo, .confirmsuccess, .confirmwarning, .confirmerror {
border: 2px solid;
margin: 10px 12px;
padding:10px 10px 10px 60px!important;
background-repeat: no-repeat;
background-position: 15px center;
font-size:16px;
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3-4 */
	border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

.confirminfo {
    color: #515151;
    border-color: #515151;
    background-image: url('../images/icons/info.png');b
}
.confirmsuccess {
color:#22490E;
border-color: #2A5116;
background-image:url('../images/icons/success.png');
}
.confirmwarning {
color:#000;
border-color: #E7AF0D;
    background-color: #D3D2D2;
background-image: url('../images/icons/warning.png');
}
.confirmerror {
color: #860204;
border-color: #860204;
    background-image: url('../images/icons/error.png');}



.formdollar {
	padding-left:15px;
	padding-top:1px;
	padding-bottom:1px;
	background-image:url("../images/icons/dollarsign.png");
	background-position:left center;
	background-repeat: no-repeat;
	max-width:100px;
    display: inline-block;
	}






.webform p, label{
	
	font-weight:bold;
	color:#313131;
	padding:0px;
	margin-top:7px;
	margin-bottom:0px;
	padding-left:2px;}



.webform fieldset {
	border-width: 2px;
	border-style: solid;
	border-color:#D4D4D4;
	margin-top: 30px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	background-color:#F8F8F8;
     padding-left:20px;
    padding-right: 20px;
	
}

.webform legend {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}




.inlinelabels label {
	display: inline-block;
	color: #000000;
	font-weight: normal;
}


 
.switch-field {
	display: flex;
	margin-bottom: 16px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
    margin-left: 0px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}


.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    background: #DDDDDD;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.15s ease-out; }
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #008CBA; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    height: 2rem;
    width: 4rem; }
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #008CBA; }
  .switch.large label {
    height: 2.5rem;
    width: 5rem; }
  .switch.large label:after {
    height: 2rem;
    width: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
  .switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

.reviewbox h4 {
   
    background:#0E3870;
    color: #F0F0F0;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
    text-align: center;
    padding: 8px;
}


.reviewbox {
    border-style: solid;
    border-color: #5C5C5C;
    border-width: 2px;
    background: #EFEFEF;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
    margin-bottom: 20px;
}


.reviewboxint {
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
     padding-top: 10px;
}





















.hp_featured {
    background: #F5F5F5;
    border-style: solid;
    border-width: 1px;
    border-color: #939393;
    -webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 15px;
}



.hp_featured:hover {
    background: #ffffff;
    border-style: solid;
    border-width:4px;
    border-color:#E4C77E;
    -webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
    padding-top: 5px;
    padding-bottom: 1px;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom:0px;
}







.hp_featured h2{font-family: 'Lora', serif;
    font-size: 28px;
    text-align: center;
}

.hp_featured img {
   display: block;
  margin-left: auto;
  margin-right: auto;
 max-width: 50%;
    margin-top: 20px;
    margin-bottom: 10px;
    opacity: .78;
    
}




.hp_featured:hover img {
 
 max-width: 60%;
    margin-top: 10px;
    margin-bottom: 20px;
    opacity: .95;
    
}




.midbar {
    background:#133672;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}



.bt_blue {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 17px;
    border: 0px solid #0b3064;
    border-radius: 22px;
    background: #0c356f;
    background: -webkit-gradient(linear, left top, left bottom, from(#0c356f), to(#0b3064));
    background: -moz-linear-gradient(top, #0c356f, #0b3064);
    background: linear-gradient(to bottom, #0c356f, #0b3064);
    font: normal normal bold 20px trebuchet ms;
    color: #ffffff;
    text-decoration: none;
}
.bt_blue:hover,
.bt_blue:focus {
    border: 0px solid #0c356f;
    background: #0e4085;
    background: -webkit-gradient(linear, left top, left bottom, from(#0e4085), to(#0d3a78));
    background: -moz-linear-gradient(top, #0e4085, #0d3a78);
    background: linear-gradient(to bottom, #0e4085, #0d3a78);
    color: #ffffff;
    text-decoration: none;
}
.bt_blue:active {
    background: #072043;
    background: -webkit-gradient(linear, left top, left bottom, from(#072043), to(#0b3064));
    background: -moz-linear-gradient(top, #072043, #0b3064);
    background: linear-gradient(to bottom, #072043, #0b3064);
}



.bigintro {font-size:22px;}


.menurootlinks { 
          font-family: 'Roboto Slab', serif;
}



.menurootlinks a:link {
	color: #fff;
	text-decoration: none;
}

.menurootlinks a:visited {
	color: #fff;
	text-decoration: none;
}

.menurootlinks a:hover {
	color: #fff;
	text-decoration: underline;	
}

.menurootlinks a:active {
	color: #fff;
	text-decoration: none;
	
}





.bt_wait {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 7px 19px;
    border: 0px solid #b3b3b3;
    border-radius: 8px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b3b3b3));
    background: -moz-linear-gradient(top, #ffffff, #b3b3b3);
    background: linear-gradient(to bottom, #ffffff, #b3b3b3);
    -webkit-box-shadow: #ffffff 0px 0px 40px 0px;
    -moz-box-shadow: #ffffff 0px 0px 40px 0px;
    box-shadow: #ffffff 0px 0px 40px 0px;
    text-shadow: #ffffff 1px 1px 1px;
      font-size: 18px;
    color: #111111;
    text-decoration: none;
}
.bt_wait:hover,
.bt_wait:focus {
    border: 0px solid #ffffff;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
    background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
    background: linear-gradient(to bottom, #ffffff, #d7d7d7);
    color: #111111;
    text-decoration: none;
}
.bt_wait:active {
    background: #b3b3b3;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#b3b3b3));
    background: -moz-linear-gradient(top, #b3b3b3, #b3b3b3);
    background: linear-gradient(to bottom, #b3b3b3, #b3b3b3);
}
.bt_wait:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -1px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABq0lEQVRIibXWv2oUURQG8F+GFFtYSuphmSpYWPgE5hWCRQiYh7DIKyxBrNO5VVjwDYKEsC8QQVJFG7GxC7KFLKsW9ww72cyfG4wfHJg9Z853zr137nd2Sz8q7GMPz/A0/D9wjY/4gJsBnnsYY4Zl2CdM8S1sGr5VxGeRk4VD3OInJhuJF2HNRiZYRM7hEPmb6OoSZUt8s0CNMnJWwdHZ+Upa7qjjnaOwNowid4WDzeBYWuJlD3kORsFxa2MHZtKel/dS7uJ5WB9K6UzOakclfQmTjA67zmATJ/iFqpC+czjNSMzFKbaxX0iX6BpfH7HADT5jr5Bu6NUjkte4wu62dP1fWu/tFO97Ep+gwO+W2BFex3OFneKBXV3ghXSI2bnfpa5zUOAd/uDtQJFpcDuXhCsXOUWK4DyHY+l6Z6tho8gXawlvogrO4/rHUtrXh6DoIBdcy+BGkoqFYanIQRlcs6azFru5fxe7uRax4z/LdY164MzbOtA/cOYGBk6NA2mJC+mwqkasWaCI2In1yOzsvK2jM0lyV/KGftlGtDVQaIxXkuLuYif82X9b/gJx3nawyh57hgAAAABJRU5ErkJggg==") no-repeat left center transparent;
    background-size: 100% 100%;
}














.bt_white {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 7px 19px;
    border: 0px solid #b3b3b3;
    border-radius: 8px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b3b3b3));
    background: -moz-linear-gradient(top, #ffffff, #b3b3b3);
    background: linear-gradient(to bottom, #ffffff, #b3b3b3);
 
    font: normal normal normal 18px arial;
    color: #111111;
    text-decoration: none;
}
.bt_white:hover,
.bt_white:focus {
    border: 0px solid #ffffff;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
    background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
    background: linear-gradient(to bottom, #ffffff, #d7d7d7);
    color: #111111;
    text-decoration: none;
}
.bt_white:active {
    background: #b3b3b3;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#b3b3b3));
    background: -moz-linear-gradient(top, #b3b3b3, #b3b3b3);
    background: linear-gradient(to bottom, #b3b3b3, #b3b3b3);
}
.bt_white:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -1px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAm0lEQVRIie2VXQqAIBCEP8tzRV2s6GRF95J6SPpjF1K26KEBcRndWVlHdJwxH2JHGsRcD/RKgsbfwZbrLpXNUTwp/he4BR/nERiMtRughtVFrbE4UXOWWtTHoseRw5cg30FQTpTFf8pFZQ7vhYUJ6AR+QG6Hxm/c6y5qedhFGsxcpF1aFlLewe8ic5xa1EQiXDYE9h6nxhW88OkvnzJFgBElc8sAAAAASUVORK5CYII=") no-repeat left center transparent;
    background-size: 100% 100%;
}














.hdr_phone img {margin-right:4px;}

.hdr_phone {font-size: 20px;

color: #fbf8ed;}



.hdr_phone a:link {
	color: #fbf8ed;
	text-decoration: none;
}

.hdr_phone a:visited {
	color: #fbf8ed;
	text-decoration: none;
}

.hdr_phone a:hover {
	color: #fbf8ed;
	text-decoration: underline;	
}

.hdr_phone a:active {
	color: #fbf8ed;
	text-decoration: none;
	
}




.footerbar {background:#434343;
    color: #fff;
    font-size: 1.1rem;
  
    padding-top: 15px;
    padding-bottom: 20px;}





.link_white a:link {
	color:#fff;
    text-decoration: none;
}

.link_white a:visited {
	color: #fff;
	text-decoration: none;
}

.link_white a:hover {
	color: #fff;
	text-decoration: underline;	
}

.link_white a:active {
	color: #fff;
	text-decoration: none;
	
}

.bt_gold {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 3px solid #000000;
    border-radius: 0px;
    background: #f7e9c1;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7e9c1), to(#f0d999));
    background: -moz-linear-gradient(top, #f7e9c1, #f0d999);
    background: linear-gradient(to bottom, #f7e9c1, #f0d999);
    font: normal normal bold 20px arial;
    color: #111111;
    text-decoration: none;
}
.bt_gold:hover,
.bt_gold:focus {
    background: #ffffe8;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffe8), to(#ffffb8));
    background: -moz-linear-gradient(top, #ffffe8, #ffffb8);
    background: linear-gradient(to bottom, #ffffe8, #ffffb8);
    color: #111111;
    text-decoration: none;
}
.bt_gold:active {
    background: #948c74;
    background: -webkit-gradient(linear, left top, left bottom, from(#948c74), to(#f0d999));
    background: -moz-linear-gradient(top, #948c74, #f0d999);
    background: linear-gradient(to bottom, #948c74, #f0d999);
}
.bt_gold:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACFElEQVRIibXVv0tWYRQH8E8vIiIS7yDS0CAv4RDSEBFREg0RUg1BIeLU4CDREE3+AyIS4SgODQ7NtYRBRbz0i6aIBmmyITLoJ1hkSL4NzwGv13vvq4NfOHCfc8/3e54f5zwPe4x9Bb5+nEUvPuAhfpbw6xgOzlc8Dk4hapjGH7Qy9gUjBfEj8S8b+xczobUNM/iHeRxCF07iGdYxhhNhY+Fr4jg60MBcaEznxfsj+3zOfwCzuVlm7Tb6cpy50OrPOseD0Mj4xvAtZnoPEzgXNhG+dWmbRjO8RmiNZxNMhrMjxjdj/AQD+eVmMBAxLdwIX2eMJ7OBo+E8hosxs7sRnMXVsCw6I3Yd56UzaskVRl1aahPLeCMdch5Pw/LoCs4yXoRWPR80ErNo4UyBSFUCwWmFRlFZg0dYUlLHbRLU8D40tjizGMRLbJTNoAIbeI7DVQn68KlCZE2q74Ml/z/L9UU+wRq6KxLckg7vNU4X/O8KjVK8w2JVgLQFS1i1vYsXpWoqxWwQe9skqUs1n0UvfkvXRymOSGU21SZBEaaCO9gucEG6rIZ2IT4UnDs7Ca5LZ/FDekzaYThi32L/Tmd0zWZXLuCorRVXC9+Cze6/vlPxK9Jym9K+rkqPyApeha2Eb1V6XJrB2XZF5N/kmnTP13EBv+L7Ek7ZbLCP0qV2X3qve/AA33FZm5ugOwi7RY/qJt0b/Af7Do2X3WBExgAAAABJRU5ErkJggg==") no-repeat left center transparent;
    background-size: 100% 100%;
}


.bt_exit {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 9px 13px;
    border: 0px solid #afafaf;
    border-radius: 3px;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#afafaf));
    background: -moz-linear-gradient(top, #fafafa, #afafaf);
    background: linear-gradient(to bottom, #fafafa, #afafaf);
    font: normal normal normal 16px arial;
    color: #111111;
    text-decoration: none;
}
.bt_exit:hover,
.bt_exit:focus {
    border: 0px solid #fafafa;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2d2d2));
    background: -moz-linear-gradient(top, #ffffff, #d2d2d2);
    background: linear-gradient(to bottom, #ffffff, #d2d2d2);
    color: #111111;
    text-decoration: none;
}
.bt_exit:active {
    background: #afafaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#afafaf), to(#afafaf));
    background: -moz-linear-gradient(top, #afafaf, #afafaf);
    background: linear-gradient(to bottom, #afafaf, #afafaf);
}
.bt_exit:after{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 -4px -6px 4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA7UlEQVRIidXVO2rDQBSF4c/BhXERtJIswFswuDApk8bbyR7SpE3rFRibkHV4ASaQBybgFJJAEcxDslX4wGU0cDW/7pm5I65do9Z8jAVuEu+9Yd8HOMUnvqsxFMs+izcBD9VzKMa5C4as+MFXJH6xwm3fCu4TeSucsEUxBKDApg8kF0Bpz7YBybKrC6CGRCtJnYa6L2J5L7jDDGvMcQgltyuo56cO8c+uVMeerZRFRzwm8go8Kb96p7ToI5R88U0+BzDoMR280bKviuxbsaXnanwV2dAYYKKsJqRjA9JJF//htCuoz32qAd9zAdevPy30WTRZ4vAvAAAAAElFTkSuQmCC") no-repeat left center transparent;
    background-size: 100% 100%;
}


.iframequote {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframequote iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.featuredboxtext {min-height:145px;}



@media (max-width:1006px) { .featuredboxtext {min-height:15px;}}







.checklist input {
    border: none;
    outline: none;
    background:#F5F5F5;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #676767;
    width: 60px;
    display: inline-block;
    max-height: 26px;
    margin-right: 12px;
    vertical-align:baseline;
    margin-bottom: 1px;
    margin-top: 8px;
}


.checklist p {
  
    margin-bottom: 2px;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    line-height: 24px;
    vertical-align:bottom;
}


.checklist h3 { margin-top: 22px;}


.bg_hppanel P {font-size: 22px;
    
}

.bg_hppanel {background:rgba(219,219,219,0.80);
    border-width: 1px;
    border-color: rgba(99,99,99,1.00);
    border-style: solid;
    border-radius: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #474747;
    margin-top: 50px;
    margin-bottom: 40px;
   
}

.hppanel_1 {

    width: 100%;
    min-height: 400px;
    background-image: url('../images/bg_oregwoman.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0px;
}



.hppanel_2 {

    width: 100%;
    min-height: 400px;
    background-image: url('../images/bg_oregwoman2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0px;
}



.img_rnd {border-radius:50%;

-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}




.footericons img {
    margin-bottom: 5px; margin-right: 5px;
}


.footerlogos img {margin:8px;}


.hdr_location {
 
    display: block;
}

@media screen and (max-width: 450px) {
    .hdr_location {
        display: none;
    }
}



          .factbox {
              padding: 0px;
             color: #171717;
font-style: italic;
font-weight: bold;
font-size: 22px;}
           


.factbar {
    padding-top: 12px;
    
    border-top-style: solid;
    border-top-color: #042A4D;
    border-top-width: 1px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+23,eaeaea+23,d5dbe0+48,eaeaea+77,ffffff+100 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 23%,rgba(234,234,234,1) 23%,rgba(213,219,224,1) 48%,rgba(234,234,234,1) 77%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}





.regform p, label{
font-size: 16px;
	font-weight: bold;
	color:rgba(54,54,54,1.00);
	padding:0px;
	margin-top:7px;
	margin-bottom:0px;
	padding-left:2px;}



.regform fieldset {
	border-width: 2px;
	border-style: solid;
	border-color: #515151;
	margin-top: 10px;
	
border-radius: 2px;
	background-color:#F8F8F8;
	
}

.regform legend {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
background: #162d61;


border-top-left-radius: 5px;
border-top-right-radius: 5px;
}


.nobold{
font-weight: normal;}


.nobold label{
font-weight: normal;}




.inline_labels label {
  display:inline;
  
}

.inline_labels input {
    display: inline;
    vertical-align: baseline;
}









.regform input[type="radio"] {transform: scale(1.3);
 margin-right: 1px;
margin-left: 3px;}
.regform input[type="checkbox"] {transform: scale(1.3); margin-right: 1px;
margin-left: 3px;}




/* Adds a thin gray border and a subtle drop shadow to the testimonial container */
.testimonial_container {
  border: 1px solid #dcdcdc; /* Thin gray border */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); /* Subtle drop shadow */
  background: #ffffff; /* White background */
    margin-bottom: 20px;
    border-radius: 17px;
 
  
}

/* Custom class for the section title */
.testimonial_title {
  font-size: 1.35rem; /* Slightly larger font size for the title */
    background:#043D0B;
    color: #fff;
    text-align: center;
    padding: 5px;
     border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}


.client_info {  
  color:#fff;
    padding-top: 3px;
    background:#043D0B;
    width: 100%;
    font-size: 18px;
}


/* Target the first p inside the client_info div */
.client_info .grid-x .cell:nth-of-type(1) p {
  padding-left: 15px;
}

/* Target the second p inside the client_info div */
.client_info .grid-x .cell:nth-of-type(2) p {
  padding-right: 15px;
}







.text_container {height:310px; overflow: auto;
margin-bottom: 8px;}

/* Custom class for the testimonial text */
.testimonial_text {
  line-height: 1.6; /* Improves readability with increased line height */
  color: #333; /* Consistent text color for readability */
    padding-left: 15px;
    padding-right: 15px;
    font-style: italic;
    font-size: 18px;
    
 
    
}

/* Custom class for the 'Read More' link */
.read_more_link {
  font-weight: bold; /* Makes the link bold */
  color:#062D51;
  text-decoration: none; /* Removes underline from the link */
}

.read_more_link:hover,
.read_more_link:focus {
  text-decoration: underline; /* Underline on hover/focus for better UX */
}



.bt_cta {
    background-color: #4CAF50; /* Green background */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
   margin-top: 12px;
    margin-bottom: 15px;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition-duration: 0.4s;
}

.bt_cta:hover {
    background-color: #45a049; /* Darker green */
    color: white;
}




.img_oval {
    margin: 25px;    
    border-radius: 50% / 50%; 
    box-shadow: 10px 20px 0 0 #162d61; 
    max-width: 420px;
    
}


@media screen and (max-width: 639px) {
  .img_oval {
    max-width: 320px;
    margin: 0;
  }
}



.pagetitlefit {

  font-size: clamp(22px, 2vw + 10px, 42px);
  white-space: nowrap;
    font-weight: bold;
}



.review_box {
    min-width: 280px;
    font-size: 14px;
    /* background-color: white; Default background color */
    color: black; /* Default font color */
    transition: background-color 700ms ease, color 500ms ease; /* Animate these properties */
}

.review_box:hover {
    background-color: #162d61; /* Change the background to blue on hover */
    color: white; /* Change the font color to white on hover */
}

.reviews_outerbox {
       /* -webkit-box-shadow: 5px 5px 5px 6px rgba(117,117,117,0.26);
-moz-box-shadow: 5px 5px 5px 6px rgba(117,117,117,0.26);
box-shadow: 5px 5px 5px 6px rgba(117,117,117,0.26);*/
    margin-top: 25px;
    margin-bottom: 25px;
}




.button-as-link {
    background: none;
    border: none;
    color: #162d61; /* Bootstrap's default link color for reference, or choose your light blue */
    text-decoration: underline;
    cursor: pointer;
    font-family: inherit; /* Keeps font consistent with surrounding text */
    font-size: inherit; /* Adapts the font size to match the surrounding content */
    padding: 0; /* Removes any default padding */
    margin: 0; /* Adjust as necessary to fit your layout */
}

.button-as-link:hover, .button-as-link:focus {
    color: #0056b3; /* Darker shade of blue for hover effect, adjust as desired */
    text-decoration: none; /* Option to remove underline on hover, or keep it based on preference */
}



