@charset "utf-8";
/* typography.css, put type styles here */

/* customize_miscellaneous */ header{
    width: 100%;
    position: fixed;
    left: 0;
    padding: 0 80px;
    background-color: rgba(0,0,0, 0.4);
    z-index: 9999;
}
#slideshow{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#main-navigation .navbar-nav > li > a {
    font-size: 20px;
    font-weight: 600;
    background-color: transparent;
    color: #fff;
    padding: 5px;
    border-radius: 0px;
    margin-left: 8px;
    font-family: Oswald,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}
#stats{
    margin-top: 180px;
}
#main-navigation .navbar-nav > li > a:hover {
	color: #1CA1BC;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: Oswald,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #1CA1BC;
  background-color: transparent;
}
.dropdown-menu {   
 background-color: rgba(0,0,0, 0.4);
}
#full-content{margin-top: 120px;}
.partner{display: inline-block;
    width: 19%;}
.partner > a > img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-height: 120px;
}
.partner>a:hover {
 opacity:1
}
.partner>a:hover>img {
 -webkit-filter:none;
 filter:none
}
.custom-header {
    display: block;
    height: auto;
width: 100%;
margin-bottom: 0 !important;
}
.custom-header-media {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100vh;
max-height: 100%;
overflow: hidden;
}
.custom-header-media::before {
    bottom: 0;
   
    display: block;
    height: 33%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}


.custom-header-media video {
    left: 0 !important;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
    height: 650px;
    max-width: 1000%;
    min-height: 650px;
    min-width: 100%;

    padding-bottom: 1px;

}
.wp-custom-header-video-button {
    background-color: rgba(34, 34, 34, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    height: 45px;
    overflow: hidden;
    padding: 0;
    position: fixed;
top: 55px;
    right: 50px;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    width: 45px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
   word-wrap: normal !important;
border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
    padding: 0;
}
#areaStyleStats116 {
    background-repeat: no-repeat;
    margin-top: 0px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
font-family: 'Open Sans', Arial, sans-serif;
}
.profile-card-5{
    margin-top:20px;
}
.profile-card-5 .btn{
    border-radius:2px;
    text-transform:uppercase;
    font-size:12px;
    padding:7px 20px;
}
.profile-card-5 .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
    
}
.profile-card-5 .card-img-block img{
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.63);
}
.profile-card-5 h5{
    color:#4E5E30;
    font-weight:600;
}
.profile-card-5 p{
    font-size:14px;
    font-weight:300;
text-transform: none;
}
.profile-card-5 .btn-primary{
    background-color:#4E5E30;
    border-color:#4E5E30;
}
.pt-0, .py-0 {
    padding-top: 0 !important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
        padding-top: 1.25rem;
}
.h2title{
 color: #0092cf;
font-size: 4rem;
text-transform: uppercase;
font-family: Oswald,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
font-weight: 600;
line-height: 1.6;
margin-bottom: 2rem;
margin-top: 0;
text-align: center;
}
#home-content{display:none}
@media only screen and (max-width: 680px) {
header {
    width: 100%;
    position: relative;
    left: 0;
    padding: 0px;
    background: none;
    z-index: 9999;
}
.dropdown-menu {
    background-color: transparent;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 700;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
font-family: inherit;
    font-size: 14px;
}
#slideshow {
    width: auto;
    position: relative;
    left: 0;
    top: 0;
}
#stats {
    margin-top: 0px;
}
.bknimgbtn {width:100px}
#blockStyle391Stats139 {
    margin: 0px;
}
#blockStyle392Stats240{
margin: 0px;
}
#blockStyle393Stats341{
margin: 0px;
}
#full-content{margin-top: 10px;}
iframe .lightwidget{
-webkit-flex-basis:50%;
flex-basis:50%;
max-width:50%;
width:50%;
}
.slicknav_menu {
    background: transparent;
    padding: 5px;
}
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #000;
}
.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
}
#ccm-layout-main:layout1:cell1-17-2.ccm-layout-row .first{width:100% !important;}
#ccm-layout-main:layout1:cell1-17-2.ccm-layout-row .last{width:100% !important;}
.ccm-layout-table .ccm-layout-col {
    width: 100% !important;
}
#blockStyle468TestimonialsContent61 .tp-bullets {display:none}

}


.mk-box-icon-2-icon {
   color: #0092cf !important;
    margin-top: 20px;
    background-color: rgba(255,255,255,0.5);
}
.mk-box-icon-2.box-align-center .mk-box-icon-2-icon, .mk-box-icon-2.box-align-center .mk-box-icon-2-image {

    margin: 0 auto;

}
.mk-box-icon-2 .mk-box-icon-2-icon.size-48 {

    line-height: 98px;
    height: 100px;
    width: 100px;

}
.mk-box-icon-2 .mk-box-icon-2-icon {

    display: inline-block;

}
.mk-box-icon-2 .mk-box-icon-2-icon {

    border-width: 2px !important;
    border-radius: 50%;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
    display: inline-block;
    text-align: center;

}
 .mk-box-icon-2-title {font-weight: bold;
    font-size: 24px;
    color: #0092cf;
    padding: 10px 0 10px 0;
    margin-top: 4px;
}
.mk-box-icon-2 .mk-box-icon-2-title {
    display: block;
    margin: 0;
}
.titp{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}
.tith1 {
    font-size: 50px;
    font-weight: 700;
    color: #474447;
    margin: 0;
}
.titpa {
    color: #fd0505;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Oswald,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}
.check-list {
  margin: 0;
  padding-left: 1.2rem;
}

.check-list li {
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}

.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #00a8a8;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

/* List */
.chklist{
  counter-reset: index;  
  padding: 0;
  max-width: 300px;
}

/* List element */
.chklist li {
  counter-increment: index; 
  display: flex;
  align-items: center;
  padding: 6px 0;
  box-sizing: border-box;
}

/* Element counter */
.chklist li::before {
  content: counter(index);
  font-size: 1.5rem;
  text-align: right;
  font-weight: bold;
  min-width: 50px;
  padding-right: 12px;
  font-variant-numeric: tabular-nums;
  align-self: flex-start;
  background-image: linear-gradient(to bottom, aquamarine, orangered);
  background-attachment: fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Element separation */
.chklist li + .chklist li {
  border-top: 1px solid rgba(255,255,255,0.2);
}
#Question12{width:100%}
.testimonials-container_img {
  background-position: top !important;
}
.imgclsh {
    margin-top:6px;
    padding: 10px;
}
.imgclsh a img:hover{
	opacity: .8;
-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
} /* customize_miscellaneous */
@font-face {
  font-family: 'Axis';
  font-style: normal;
  font-weight: normal;
  src: local('Axis Regular'), local('Axis-Regular'), url(/themes/floridaridge/fonts/axis.woff) format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(/themes/floridaridge/http://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(/themes/floridaridge/http://fonts.gstatic.com/s/ubuntu/v8/_xyN3apAT_yRRDeqB3sPRg.woff) format('woff');
}

