@charset "UTF-8";
/* CSS Document */

body {
	background: #dbffff;
	background: -moz-linear-gradient(left,  #dbffff 0%, #ffffcc 100%);
	background: -webkit-linear-gradient(left,  #dbffff 0%,#ffffcc 100%);
	background: linear-gradient(to right,  #dbffff 0%,#ffffcc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbffff', endColorstr='#ffffcc',GradientType=1 );
}

.login .privacy-policy-page-link {
    display: none;
}

#login {
    padding: 2.5% 0 0;
}

.login form {
    background: transparent;
    border: 0;
	box-shadow: none;
	margin-bottom: 0 !important;
	margin-top: 0px;
	padding: 16px 24px 30px;
}

.login label {
    font: normal 18px / 30px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #000000;
}

.login form .input, .login input[type="password"], .login input[type="text"], input[type="email"], input[type="tel"] {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 20px;
	line-height: 1.33333333;
	width: 100%;
	border-width: .0625rem;
	padding: .1875rem .3125rem;
    padding-right: 0.3125rem;
	margin: 0 6px 16px 0;
	min-height: 40px;
	max-height: none;;
}

.login #login_error, .login .message, .login .success {
    border-left: none;
    text-align: center;
    font-size: 18px;
    border-radius: 6px;
    background-color: #b11e89;
    color: #fff;
	margin: 20px 25px 0;
}

.two-seven-two {
	width: 272px;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary {
    background: #007e74;
    border-color: #007e74;
    color: #fff;
    border-radius: 30px !important;
	margin-top: 0 !important;
	margin-bottom: 35px;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
    background: rgb(0, 211, 195) !important;
    border-color: rgb(0, 211, 195) !important;
    color: #fff;
    border-radius: 30px !important;
}

#extra-login {
    max-width: 800px;
    padding: 0;
    margin: auto auto 16px auto;
	background: #efefef;
	border: 1px solid #00d3c3;
	border-radius: 4px;
}

.extra-login {
    font: 400 22px/44px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	word-spacing: normal;
	color: #000000;
	padding: 26px 20px 10px;
	max-width: 800px;
}

span.p-dropcap {
    background-color: #00d3c3;
    background-image: none;
    background-repeat: no-repeat;
    box-shadow: none;
    color: #000;
    font-size: 70px;
    line-height: 0;
    margin: 0 2px 0 0;
	padding: 4px 7px 0;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: rgb(0, 211, 195) !important;
    background: rgb(0, 211, 195) !important;
    border: none !important;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1;
}

input[type="submit"]:not([name="update_cart"]):not(.woocommerce-widget-layered-nav-dropdown__submit), .post-password-form input[type="submit"], .mc4wp-form input[type="submit"], div.mc4wp-form button[type="submit"], .tml-submit-wrap input[type="submit"], .wpcf7-form input[type="submit"] {
    font: normal 18px / 20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    border-radius: 1px;
    padding: 12px 18px 12px 18px;
        padding-top: 12px;
        padding-bottom: 12px;
    min-height: 40px;
    line-height: 40px;
	margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.wpcf7-form input[type="submit"] {
    color: #fff !important;
    font-size: 16px;
    background-color: #007e74 !important;
    background: #007e74 !important;
    border: none !important;
    border-radius: 30px !important;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1;
}

#main .gform_wrapper .gform_footer input.button:hover, #main .gform_wrapper .gform_footer input[type="submit"]:hover, #main-slideshow .tp-button:hover, .dt-btn:hover, .dt-form button:hover, .mc4wp-form input[type="submit"]:hover, .nsu-submit:hover, .post-password-form input[type="submit"]:hover, .tml-submit-wrap input[type="submit"]:hover, .woocommerce-widget-layered-nav-dropdown__submit:hover, a.button:hover, button.button:hover, div.mc4wp-form button[type="submit"]:hover, form.mc4wp-form input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    text-decoration: none;
}

.woocommerce button, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="submit"]:focus, a.button, button.button {
    -webkit-appearance: none;
    outline: none;
}

#main .gform_wrapper .gform_footer input.button, #main .gform_wrapper .gform_footer input[type="submit"], #main-slideshow .tp-button, .dt-btn, .dt-form button, .mc4wp-form input[type="submit"], .nsu-submit, .post-password-form input[type="submit"], .tml-submit-wrap input[type="submit"], .woocommerce-widget-layered-nav-dropdown__submit, a.button, button.button, div.mc4wp-form button[type="submit"], form.mc4wp-form input[type="submit"], input[type="button"], input[type="reset"], input[type="submit"] {
    position: relative;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
}

.copyright-bottom {
	max-width: 700px;
	padding: 0;
	margin: auto auto 16px auto;
	text-align: center;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
        margin-top: 0px;
    vertical-align: baseline;
}

/*---CF7 Forms---*/
.wpcf7-quiz-label {
	float: left;
	clear: both;
}
.friendly .wpcf7-quiz-label {
	margin: 10px auto 8px;
}
.form-big {
    font-size: 1.16em;
	  margin-top: 16px;
	  background-color:
#cef0ed;
    padding: 0 6px;
    margin-bottom: 12px;
	clear: both;
}
.form-big-short {
    font-size: 1.16em;
	  margin-top: 16px;
	  background-color:
#cef0ed;
    padding: 0 6px;
    margin-bottom: 0px;
}
.form-gray {
    font-size: 1em;
	  margin-top: 0px;
	  background-color:
#ebfdfc;
    padding: 0 6px;
    margin-bottom: 12px;
}
select {
    color: #8b8d94cc;
}
.content input[type="text"], .content input[type="search"], .content input[type="tel"], .content input[type="url"], .content input[type="email"], .content input[type="number"], .content input[type="date"], .content input[type="range"], .content input[type="password"], .content select, .content textarea, .content .wpcf7-number {
    font-size: 16px;
}
input[type="submit"]:not([name="update_cart"]):not(.woocommerce-widget-layered-nav-dropdown__submit), .post-password-form input[type="submit"], .mc4wp-form input[type="submit"], div.mc4wp-form button[type="submit"], .tml-submit-wrap input[type="submit"], .wpcf7-form input[type="submit"] {
    font: normal 18px / 20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	margin-top: 20px;
}
.wpcf7-select {
    min-width: auto;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #a0a0a0 !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #a0a0a0 !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #a0a0a0 !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #a0a0a0 !important;
opacity: 1;
}
/*---Lynn---*/
.wpcf7-form input[type="submit"] {
  color: #fff !important;
	font-size: 16px;
	background-color: #007e74 !important;
background: #007e74 !important;
    border: none !important;
	border-radius: 30px !important;
    animation-name: fadeIn;
	  animation-duration: 1s;
    animation-fill-mode: both;
	  opacity: 1;
}
.wpcf7-form input[type="submit"]:hover {
    background-color: rgb(0, 211, 195) !important;
background: rgb(0, 211, 195) !important;
    border: none !important;
    animation-name: fadeIn;
	  animation-duration: 1s;
    animation-fill-mode: both;
	  opacity: 1;
}
.half-bit,
.third-bit,
.fourth-bit {
    position: relative;
    margin-right: 4%;
    float: left; 
}
 
.half-bit { width: 48%; }
.third-bit { width: 30.66%; }
.fourth-bit { width: 22%; }
 
.last-form {
    margin-right: 0 !important;
    clear: right;
}

.third-bit-single {
	margin-right: 69.33%;
}
 
@media only screen and (max-width: 767px) {
    .half-bit, .third-bit {
        width: 100%;
        margin-right: 0;
    }
	.third-bit-single {
	margin-right: 0;
}
}
/*---end Lynn---*/
.cf7-smart-grid.has-grid .wpcf7-submit {
  color: #fff !important;
	font-size: 16px;
	background-color: #007e74 !important;
background: #007e74 !important;
    border: none !important;
	border-radius: 30px !important;
    animation-name: fadeIn;
	  animation-duration: 1s;
    animation-fill-mode: both;
	  opacity: 1;
}
.cf7-smart-grid.has-grid .wpcf7-submit:hover {
    background-color: rgb(0, 211, 195) !important;
background: rgb(0, 211, 195) !important;
    border: none !important;
    animation-name: fadeIn;
	  animation-duration: 1s;
    animation-fill-mode: both;
	  opacity: 1;
}

.cf7-smart-grid.has-grid .info-tip {
    margin-bottom: 10px;
    margin-top: -7px;
}

.question-number {
    font-size: 80% !important;
    font-style: normal !important;
    color: #fff !important;
    background-color: #d0e6e4;
    text-align: center;
    line-height: 140%;
    margin-bottom: 30px !important;
    margin-top: -8px;
}

.client-question-number {
    font-size: 110% !important;
    background-color: #b2e5e1;
    line-height: 140%;
    margin-top: 30px;
	padding-left: 6px;
	padding-right: 6px;
	display: inline-block;
}

.yellow-bg-head {
    font-size: 110% !important;
    background-color: #f9dd2d;
    line-height: 140%;
    margin-top: 30px;
    padding-left: 6px;
    padding-right: 6px;
    display: inline-block;
}

.divider {
    border: none;
    border-top: 6px dotted #dedede;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
    margin-bottom: 20px;
}

.cf7-smart-grid.has-grid .field > label em {
    color: #0cc !important;
    font-style: normal !important;
}

input.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: #f55b5f;
}

input.wpcf7-not-valid, .wpcf7-checkbox-not-valid input[type="checkbox"]{
	  border-color: #f55b5f !important;
}

/*---File Upload Form---*/
.upload-border-bg {
	margin-bottom: 10px;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 5px 15px 5px 15px;
	border-color: #acddd9;
	background-color: #f5fdfd;
	border-radius: 2px;
}
/*---File Upload Form---*/

/*---CF7 Form Checkbox---*/
/*---https://www.philowen.co/---*/
/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.wpcf7 .wpcf7-list-item {
display: block;
margin-bottom: 10px;
}
/*---Lynn---*/
.wpcf7 .wpcf7-list-item.last {
margin-bottom: 20px;
}

.wpcf7 .wpcf7-list-item.first.last {
margin-bottom: 10px;
}
/*---end Lynn---*/
.wpcf7-checkbox label, .wpcf7-acceptance label {
position: relative;
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox], .wpcf7-acceptance input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 30px;
height: 30px;
top: 0;
left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span, .wpcf7-acceptance input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before, .wpcf7-acceptance input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 3px;
height: 26px;
width: 26px;
top: 0px;
left: 0px;
border: 1px solid #acddd9;
	background-color: #f5fdfd !important
}

.wpcf7-checkbox input[type=checkbox] + span:after, .wpcf7-acceptance input[type=checkbox] + span:after {
display: block;
position: absolute;
content: "\2713";
height: 30px;
width: 30px;
top: -1.5px;
left: 0;
visibility: hidden;
font-size: 30px;
text-align: center;
line-height: 30px;
color: #007e74;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before, .wpcf7-acceptance input[type=checkbox]:checked + span:before {
background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after, .wpcf7-acceptance input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 34px;
}

.popup-message-style.accent-gradient .parentFormundefined, .inline-message-style.accent-gradient .parentFormundefined, .popup-message-style.accent-gradient .wpcf7-mail-sent-ok, .inline-message-style.accent-gradient .wpcf7-mail-sent-ok, .popup-message-style.accent-gradient .wpcf7-validation-errors, .inline-message-style.accent-gradient .wpcf7-validation-errors, .popup-message-style.accent-gradient .wpcf7-response-output, .inline-message-style.accent-gradient .wpcf7-response-output {
    background: #eb1d64
    background: -webkit-linear-gradient(135deg, #eb1d64 30%, #39dfaa 100%) !important;
    background: linear-gradient(135deg, #eb1d64 30%, #39dfaa 100%) !important;
}
/*---end CF7 Form Checkbox---*/
/*---Form Submit Button---*/
/*---.cf7sg-container .cf7-smart-grid.has-grid .columns.full, .cf7sg-container .cf7-smart-grid.has-grid .columns.five, .cf7sg-container .cf7-smart-grid.has-grid .columns.twelve {
    width: auto !important;
}---*/
/*---end Form Submit Button---*/

/*---Hunt Rules Contact Form Width---*/
.contact-three-seventy-eight {
	max-width: 378px;
}
/*---end Hunt Rules Contact Form Width---*/

/*---end CF7 Forms---*/

#page .parentFormundefined, .popup-message-style .parentFormundefined, .inline-message-style .parentFormundefined, #page .wpcf7-mail-sent-ok, .popup-message-style .wpcf7-mail-sent-ok, .inline-message-style .wpcf7-mail-sent-ok, #page .wpcf7-validation-errors, .popup-message-style .wpcf7-validation-errors, .inline-message-style .wpcf7-validation-errors, #page .wpcf7-response-output, .popup-message-style .wpcf7-response-output, .inline-message-style .wpcf7-response-output {
    color: #ffffff !important;
    border: none;
}

.wpcf7 form.init .wpcf7-response-output {
    display: none;
}

.popup-message-style.accent-gradient .parentFormundefined, .inline-message-style.accent-gradient .parentFormundefined, .popup-message-style.accent-gradient .wpcf7-mail-sent-ok, .inline-message-style.accent-gradient .wpcf7-mail-sent-ok, .popup-message-style.accent-gradient .wpcf7-validation-errors, .inline-message-style.accent-gradient .wpcf7-validation-errors, .popup-message-style.accent-gradient .wpcf7-response-output, .inline-message-style.accent-gradient .wpcf7-response-output {
    background: #eb1d64 background: -webkit-linear-gradient(135deg, #eb1d64 30%, #39dfaa 100%) !important;
    background: linear-gradient(135deg, #eb1d64 30%, #39dfaa 100%) !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

