/*
 Theme Name:   adlerfairways
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Dreamscape Design Ltd
 Author URI:   http://www.dreamscapedesign.co.uk
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.container, .et_pb_row, .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
	width:91%;
}

.et_header_style_left .logo_container {
    position: static;
    height: 155px;
    display: inline-block;
    width: auto;
}

#logo {
	max-height:71%;
	margin-top: 15px;
	vertical-align: top;
	margin-left:-3px;
}

#et-top-navigation {
    float: none;
    display: inline-block;
    width: 100%;
    background: #F3F3F3;
	padding: 0 !important;
	margin-bottom: -6px;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
	padding:20px 0;
}

#et_top_search {
	width:auto;
	margin: 70px 0 0 4px;
}

span#et_search_icon {
	display: block;
    width: 46px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#et_search_icon:before {
    font-size: 16px;
    position: relative;
    background: #f3f3f3;
    padding: 14px;
    font-weight: bold !important;
    border-radius: 2px;
    border: solid 1px #E9E9E9;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#et_search_icon:before:hover {
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.topbuttons {
	float:right;
	margin-top:53px;
}

.topbuttons a {
	color: #FFF;
    display: inline-block;
    padding: 11px 24px 12px;
    font-weight: 700;
    border-radius: 3px;
	margin-right: 22px;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.topbuttons a:first-of-type {
	background-color: #014E6D;
}

.topbuttons a:first-of-type:hover {
	background-color:rgba(1,78,109,0.2);
	color:#014E6D;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.topbuttons a:nth-of-type(2) {
background-color: #6795A7;
}
.topbuttons a:nth-of-type(2):hover {
background-color:rgba(1,78,109,0.2);
color:#014E6D;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.topbuttons a:last-of-type {
	background-color: #F5821F;
}

.topbuttons a:last-of-type:hover {
	background-color: rgba(245,130,41,0.3);
	color:#014E6D;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#top-menu li {
	padding-right: 37px;
}

#top-menu-nav>ul>li>a:hover {
	opacity:1;
	color: #F5821F;
}

.et_pb_slide {
    padding: 0 4.5%;
	text-align:left;
	height:400px;
}

.et_pb_slides .et_pb_slider_container_inner {
	vertical-align:top;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
    margin: 0;
    max-width: 720px;
	text-align:left;
	padding:70px 0 0;
}

.et_pb_slide_description .et_pb_slide_title {
	margin-bottom:17px;
}

html body #page-container .et_pb_section .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:after {
    font-size: 26px!important;
}

form.et-search-form {
	width: 380px;
    background-color: #f3f3f3 !important;
}

.container.et_search_form_container.et_pb_search_visible, .container.et_search_form_container.et_pb_search_form_hidden {
	height:45px !important;
}

.et-pb-controllers {
	bottom:6px;
}

.et-pb-controllers a {
	width:12px;
	height:12px;
	border-radius:12px;
	opacity:1;
	box-shadow: 0 0 2px 0 rgb(0 0 0 / 80%);
	background-color:#FFF;
}

.et-pb-controllers .et-pb-active-control {
	background-color:#014E6D;
	box-shadow:none;
}

.hotspot .et_pb_image_wrap:after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(1,78,109,0.4);
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.hotspot:hover .et_pb_image_wrap:after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(1,78,109,0.7);
	width:100%;
	height:100%;
	opacity:1;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.hotspot .et_pb_image .et_pb_image_wrap {
	overflow: hidden;
    max-height: 195px;
}

.hotspot .et_pb_image .et_pb_image_wrap img {
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.hotspot:hover .et_pb_image .et_pb_image_wrap img {
	max-width: 110%;
    height: auto;
    margin-top: -5%;
    margin-left: -5%;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.intro h2 {
	margin-bottom:33px;
}

.intro p {
	padding-bottom:1.7em;
}

.intro img {
	width: 775px;
    margin-top: 50px;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	margin-top:25px;
}

.tss-wrapper .tss-carousel1 .item-content-wrapper .item-content {
    width: 100%;
    font-size: 19px;
    line-height: 1.8;
    font-family: 'Playfair Display';
}

.tss-wrapper .tss-carousel1 .item-content-wrapper {
	padding-bottom:70px;
}

.tss-wrapper .tss-carousel1 .item-content-wrapper h4 {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	color: #004d6c !important;
    font-weight: 700;
    font-size: 17px;
}

.tss-wrapper .owl-theme .owl-dots .owl-dot span, .tss-wrapper .owl-theme .owl-dots .owl-dot:hover span {
	opacity:1 !important;
	background:none !important;
	border:solid 1.5px #F5821F;
}

.tss-wrapper .owl-theme .owl-dots .owl-dot.active span {
	background:#004674 !important;
	border:solid 1.5px #004674 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px !important;
}

.et_pb_blog_grid .et_pb_post {
	width: 93%;
    margin: auto;
}

.et_pb_blog_grid h2 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 12px;
	padding-left: 5px;
    padding-right: 5px;
}

.et_pb_blog_grid .post-content p {
	color: #222;
    line-height: 1.8;
    font-weight: 600;
    font-size: 14px;
	padding-left: 5px;
    padding-right: 5px;
}

.et_pb_blog_grid .post-content .more-link, a.readmore {
	background: #F5821F;
    color: #FFF;
    display: inline-block;
    padding: 8px 33px 8px 14px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
	margin-left:5px;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	position:relative;
}

.et_pb_blog_grid .post-content .more-link:after, a.readmore:after {
	content: "\35";
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    top: 8px;
    right: 7px;
    font-size: 22px;
    color: #FFF;
    position: absolute;
}

.et_pb_blog_grid .post-content .more-link:hover, a.readmore:hover {
	background:#004d6c;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.et_pb_gutters2.et_pb_footer_columns3 .footer-widget .fwidget {
    width: 100%;
    margin-bottom: 21px;
}

#main-footer .footer-widget h4 {
    color: #FFF !important;
    font-family: 'Utopia';
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 19px;
    padding-bottom: 20px;
    border-bottom: solid 3px;
    border-color: rgba(255,255,255,0.1);
    margin-bottom: 27px;
}

#footer-widgets {
    padding: 55px 0 0px;
}

#footer-widgets .footer-widget li:before {
	content:"\35";
	font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
	border-radius: 0;
    border-style: none;
    border-width: 0;
    top: 1px;
    left: -6px;
	font-size: 20px;
	color:#F5821F;
}

#footer-widgets .footer-widget li {
    padding-left: 20px;
    font-size: 13px;
    margin-bottom: 5px;
}

form#search-form {
	position:relative;
}

.widget_search input#s {
	background:rgba(255,255,255,0.12);
	color:#FFF;
	padding: 10px 15px;
    height: 45px!important;
	border:none;
	font-size:13px;
}

.widget_search input#s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.widget_search input#s::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.widget_search input#s:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.widget_search input#s:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

.widget_search input#searchsubmit {
	width: 40px;
    height: 45px !important;
    background-color: transparent;
    border: none;
    font-size: 0;
    z-index: 1;
}

form#search-form:after {
	content: "\55";
    font-family: ETmodules!important;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: 14px;
    right: 14px;
    font-size: 16px;
    color: #F5821F;
    position: absolute;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    font-weight: bold;
}
#custom_html-2 {
	width: auto;
    border: solid 1.5px #20647F;
    padding: 13px 20px 13px 25px;
    border-radius: 3px;
}

.et-social-icons {
	padding-left:10px;
}

.et-social-icons li:before {
	display:none !important;
}

.et-social-icons li {
	margin-bottom:0 !important;
	padding-left:0 !important;
	margin-left:8px !important;
}

.et-social-icon a {
	font-size:13px;
}

.et-social-icon a.icon:before {
    background: #F5821F;
    padding: 8px;
    border-radius: 50px;
	color:#014E6D;
}

.footer-mid {
	color: #FFF;
    font-size: 12px;
	display: inline-block;
}

.footer-mid .container {
	border-top: solid 3px;
    border-color: rgba(255,255,255,0.1);
    padding-top: 38px;
    padding-bottom: 60px;
}

.footer-mid .container img {
	display: inline-block;
    float: left;
    height: 95px;
    margin-right: 32px;
    position: relative;
    top: -7px;
}

#footer-info p.pleft {
    float: left;
}

#footer-info p.pright {
    float: right;
    text-align: right;
}

#footer-info p {
    display: inline-block;
    padding-bottom: 0 !important;
	font-weight:600;
}

#footer-info p a {
    font-weight: 600;
    opacity: 1 !important;
}

#footer-info p a:hover {
	color:#F5821F;
}

#footer-bottom {
    padding: 30px 0 20px;
}

.header h1 {
	padding-bottom:22px;
}

.header a {
	background:none;
	border:solid 1.5px #F5821F;
	display:inline-block;
	padding:9px 26px;
	border-radius:3px;
	color:#FFF;
	margin-top:18px;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header a:hover {
	background:#F5821F;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pageintro strong, .intro strong {
	font-size:17px;
	font-weight:bold;
	color:#004D6C;
	line-height:1.7;
	margin-bottom: 20px;
    display: block;
}

.pagesidebar {
	padding:30px;
	border-radius:4px;
	background: rgb(124,165,180);
	background: linear-gradient(180deg, rgba(124,165,180,1) 0%, rgba(103,149,167,1) 100%);
	position: relative;
    margin-top: -130px;
}

#text-5 {
	margin-bottom:0 !important;
}

.pagesidebar h3 {
	font-family: 'Utopia';
    font-weight: bold;
    font-size: 23px;
    color: #FFF;
    letter-spacing: 1px;
    padding-bottom: 23px;
    border-bottom: solid 3px;
    border-color: rgba(255,255,255,0.15);
    text-shadow: 0px 1px 1px rgb(0 0 0 / 15%);
    margin-bottom: 15px;
}

.rpwwt-widget ul li {
    overflow: visible;
	border-bottom: solid 1px;
    border-color: rgba(255,255,255,0.15);
    padding-bottom: 5px;
    margin-bottom: 11px !important;
}

.rpwwt-widget ul li:last-child {
    padding-bottom: 0;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    width: 48px !important;
    height: 48px !important;
    border: solid 2px #FFF;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 25%);
}

.rpwwt-widget ul li a {
	color:#FFF !important;
	font-weight:600;
}

.rpwwt-post-title {
	display:block;
	padding-top:3px;
}

.rpwwt-post-date {
	color: #014E6D;
    font-weight: 600;
    font-size: 12px;
}

.rpwwt-widget ul li:last-child {
	border-bottom:none;
}

#recent-posts-widget-with-thumbnails-2 {
	margin-bottom:0 !important;
}

#text-6 a {
	background: #014E6D;
    color: #FFF;
    display: block;
    padding: 9px 9px 11px 9px;
    text-align: center;
    border-radius: 2px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.6;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#text-6 a:hover {
	background:#FFF;
	color:#014E6D;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#text-6 {
	margin-bottom:0 !important;
}

.maincontent p {
	padding-bottom: 25px;
}

.maincontent h2 {
	padding-bottom:30px;
}

iframe {
	display:block;
}

.contactinfo ul {
	padding-left:0;
	padding-bottom:0;
}

.contactinfo ul li {
	list-style:none;
	padding-left:20px;
	position:relative;
	padding-bottom:20px;
}

.contactinfo ul li:last-of-type {
	padding-bottom:0;
}

.contactinfo ul li:nth-of-type(1):before {
	content: "\e081";
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    top: 6px;
    left: 0;
    font-size: 13px;
    color: #F5821F;
    position: absolute;
}

.contactinfo ul li:nth-of-type(2):before {
	content: "\e090";
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    top: 7px;
    left: 0;
    font-size: 13px;
    color: #F5821F;
    position: absolute;
}

.pageintro ul {
	padding-left:0;
}

.pageintro ul li {
	display: inline-block;
    float: left;
    width: 48.5%;
    margin-right: 3%;
    background: #014E6D;
    padding: 15px 20px;
    color: #FFF;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.6;
    border-radius: 3px;
    min-height: 227px;
    font-weight: 500;
}

.pageintro ul li:nth-of-type(even) {
	margin-right:0;
}

.pageintro ul li:nth-of-type(odd) {
	clear:left;
}

.pageintro ul li strong {
	color: #F5821F;
    border-bottom: dashed 1px;
    border-color: rgba(255,255,255,0.3);
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

.awsm-grid-wrapper .awsm-grid {
    padding: 15px 0 30px;
}

.drawer-style.style-2 .awsm-grid-show {
	padding-right:20px;
}

.drawer-style.style-2>.awsm-grid-card {
    padding: 0 20px 20px 0;
}

.drawer-style.style-2 .awsm-grid-padding {
	color: #222;
    background: #f3f3f3;
    border: solid 1px #e5e5e5;
	margin-bottom: 30px;
	padding: 30px 15px 35px;
}

.drawer-style.style-2 .awsm-details {
    width: 100%;
    padding: 0;
}

.awsm-content-scrollbar {
    padding-left: 15px;
}

.drawer-style.style-2 .awsm-personal-contact-info {
	display:none;
}

.drawer-style.style-2 .awsm-details h2 {
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 10px;
	margin-bottom: 25px;
    border-bottom: dashed 1px;
    border-color: rgba(0,0,0,0.2);
}

.awsm-grid-wrapper p {
    line-height: 1.7;
    font-size: 14px;
}

.awsm-grid-wrapper .awsm-grid h3 {
    margin: 5px 0 3px;
    font-size: 16px;
    line-height: 1.4;
    color: #FFF;
    font-weight: 600;
}

.drawer-style.style-2 figcaption {
	background: #014E6D;
}

.awsm-personal-info span {
    font-size: 12px;
    opacity: 0.6;
}

.mCSB_scrollTools  {
	display:none !important;
}

.awsm-content-scrollbar {
    padding-right: 15px;
}

.drawer-style.style-2 .awsm-grid-close {
	right:30px;
}

.maincontent ul {
	padding-left: 0;
    padding-top: 15px;
    padding-bottom: 25px;
}

.maincontent ul li {
	list-style: none;
    padding: 14px 11px 14px 45px;
    margin-bottom: 20px;
    border: solid 1px #DDD;
    background: #014E6D;
    width: 48.5%;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    margin-right: 1.5%;
    line-height: 1.6;
	color:#FFF;
}

#fullwidth.maincontent ul li {
	width:100%;
	margin-right:0;
}

.maincontent ul li:nth-of-type(even) {
	margin-right:0;
}

.maincontent ul li:before {
	content: "\4e";
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    top: 12px;
    left: 10px;
    font-size: 27px;
    color: #F5821F;
    position: absolute;
	font-weight:bold;
}

.maincontenttwo ul {
    padding-left: 0;
}

.maincontenttwo ul li {
	display: inline-block;
    width: 100%;
    background: #014E6D;
    padding: 20px 30px 30px;
    color: #FFF;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
    border-radius: 3px;
    font-weight: 500;
}

.maincontenttwo ul li strong {
	color: #F5821F;
    border-bottom: dashed 1px;
    border-color: rgba(255,255,255,0.3);
    padding-bottom: 10px;
    margin-bottom: 15px;
	font-size: 18px;
    font-weight: bold;
    display: block;
}

.pageintrotwo strong {
    font-size: 17px;
    font-weight: bold;
    color: #004D6C;
    line-height: 1.7;
    margin-bottom: 10px;
    display: block;
}

.pageintrotwo ul {
	padding-left: 0;
    padding: 30px 25px 20px 25px;
    border: solid 1.5px #EEE;
    width: auto;
    display: inline-block;
    margin-bottom: 35px;
    border-radius: 3px;
}

.pageintrotwo ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}

.pageintrotwo ul li:before {
	content: "\35";
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    top: 0px;
    left: -10px;
    font-size: 25px;
    color: #F5821F;
    position: absolute;
}

.owl-carousel .owl-item img {
	max-width: 230px;
    margin: auto;
    border: solid 1.5px #EEE;
    padding: 15px;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 5px;
    max-height: 85px;
    width: auto !important;
	background:#FFF;
}

.claiminfo ul {
    padding-left: 0;
    padding-bottom: 0;
	padding-top: 15px;
}

.claiminfo ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-top: 0px;
    border: solid 1px;
    border-color: rgba(255,255,255,0.2);
    padding: 8px 8px 8px 35px !important;
    margin-top: 10px;
	margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    border-radius: 2px;
}

.claiminfo ul li a {
	color:#F5821F;
}

.claiminfo ul li a:hover {
	color:#FFF;
}

.claiminfo ul li:nth-of-type(1):before {
    content: "\e090";
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    top: 14px;
    left: 11px;
    font-size: 15px;
    color: #FFF;
    position: absolute;
	opacity: 0.5;
}

.claiminfo ul li:nth-of-type(2):before {
    content: "\e076";
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    top: 15px;
    left: 12px;
    font-size: 13px;
    color: #FFF;
    position: absolute;
	opacity: 0.5;
}

.tss-wrapper .tss-layout1 .tss-grid-item .item-content img {
	display:none;
}

.tss-grid-item .profile-img-wrapper img {
	max-width: 300px;
    max-height: 70px;
    width: auto;
    border: solid 1px #e5e5e5;
    padding: 10px;
    margin-bottom: 25px;
	background:#FFF;
}

.tss-grid-item h4.author-bio {
    color: #014E6D !important;
    max-width: 300px;
    margin: auto;
    font-size: 17px;
    font-weight: 600;
}

.tss-wrapper .tss-layout1 .tss-grid-item .tss-meta-info.tss-left {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
	padding-right: 30px;
}

.tss-wrapper .tss-layout1 .tss-grid-item .item-content-wrapper {
    background: #014E6D;
	border-radius:3px;
	color:#FFF;
}

.tss-wrapper .tss-layout1 .tss-grid-item .item-content-wrapper:after {
    border-right: 15px solid #014E6D;
}

.tss-wrapper .tss-layout1 .tss-grid-item .item-content-wrapper:before {
	color:#014E6D;
}

.tss-wrapper .tss-layout1 .tss-grid-item .single-item-wrapper {
    margin-bottom: 60px;
}

#spacedheadings h2 {
	margin-top:30px;
}

#spacedheadings h2:first-of-type {
	margin-top:0;
}

.productlist ul {
	padding:0;
	margin:0;
}

.productlist ul li {
	padding-left: 18px;
    font-size: 13px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    line-height: 1.7;
}

.productlist ul li a {
	color:#FFF;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.productlist ul li a:hover {
	color:#F5821F;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.productlist ul li:before {
	content: "\35";
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    top: 1px;
    left: -6px;
    font-size: 20px;
    color: #F5821F;
	position:absolute;
}

.productlist {
	min-height:398px;
}

.productlist#individual {
	min-height:190px;
}

.productlist#policy {
	min-height:0;
}

.productlist h2 {
    border-bottom: dashed 1px;
    border-color: rgba(255,255,255,0.3);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.productlist h2 strong {
	font-size:15px;
	display: inline-block;
    vertical-align: text-top;
}

.productlist h3 {
	margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: dashed 1px;
    border-color: rgba(255,255,255,0.3);
    padding-bottom: 20px;
}

.productlist#property {
    min-height: 325px;
}












.gform_wrapper {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
	margin-top:0 !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea {
	background: #014E6D;
    border: none;
    border-radius: 2px;
    font-size: 13px;
    color: #FFF;
    width: 100%;
    padding: 9px 12px;
    line-height: 1.4;
}

body .gform_wrapper textarea {
	height:198px !important;
}

body .gform_wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
body .gform_wrapper input::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
body .gform_wrapper input:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
body .gform_wrapper input:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

body .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
body .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
body .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
body .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}


.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	background: #F5821F;
    color: #FFF;
    border: none;
    border-radius: 2px;
    padding: 12px 20px 12px 20px;
    font-size: 15px !important;
    font-weight: 700;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
}

.gform_wrapper div.validation_error {
	display:none;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: none !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
}

.gform_wrapper .validation_message {
    color: red !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
}

#footer-info {
	width:100%;
	text-align:center;
}

#main-content .container:before {
	display:none;
}

.blogheader {
	padding-top: 85px;
    padding-bottom: 90px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(/wp-content/uploads/2021/05/client-portal-1.jpg)!important;
    background-size: cover;
    background-position: center bottom;
}

.blogheader h1 {
	font-family: 'Utopia',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff!important;
    letter-spacing: 1px;
	padding:0;
	margin:0;
}

.single .et_pb_section.header, .search-results .et_pb_section.header {
	padding:0;
}

.single .et_post_meta_wrapper {
	max-height: 380px;
    overflow: hidden;
	border-radius:3px;
}

.single .et_post_meta_wrapper img {
	margin-top:-80px;
}

.single .post-meta {
	background-color: rgba(255,255,255,0.85);
    color: #014E6D;
    font-weight: 600;
    padding: 12px 20px;
    font-size: 18px !important;
    border-radius: 2px;
    float: left;
    margin-top: -60px;
    position: relative;
    margin-left: 10px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
}

.single .et_pb_post .entry-content {
	padding-top: 40px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8em;
}

#recent-posts-widget-with-thumbnails-3, #recent-posts-widget-with-thumbnails-4 {
	padding: 25px 25px 10px 25px;
    border-radius: 3px;
    background: rgb(124,165,180);
    background: linear-gradient(
180deg
, rgba(124,165,180,1) 0%, rgba(103,149,167,1) 100%);
    position: relative;
}

#recent-posts-widget-with-thumbnails-3 h4, #recent-posts-widget-with-thumbnails-4 h4 {
	font-family: 'Utopia';
    font-weight: bold;
    font-size: 22px;
    color: #FFF;
    letter-spacing: 0px;
    padding-bottom: 17px;
    border-bottom: solid 3px;
    border-color: rgba(255,255,255,0.15);
    text-shadow: 0px 1px 1px rgb(0 0 0 / 15%);
    margin-bottom: 20px;
}

#rpwwt-recent-posts-widget-with-thumbnails-3 img, #rpwwt-recent-posts-widget-with-thumbnails-4 img {
    width: 48px !important;
    height: 48px !important;
    border: solid 2px #FFF;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 25%);
}

#rpwwt-recent-posts-widget-with-thumbnails-3 .rpwwt-post-title, #rpwwt-recent-posts-widget-with-thumbnails-4 .rpwwt-post-title {
    padding-top: 0;
    line-height: 1.4;
    font-size: 13px;
}

.single-post.case-studies #recent-posts-widget-with-thumbnails-3 {
	display:none;
}

.single-post.news #recent-posts-widget-with-thumbnails-4 {
	display:none;
}

ul.contactpage li:nth-of-type(1):before {
    content: "\e090";
    font-weight: normal;
    font-size: 21px;
    top: 16px;
    left: 13px;
}

ul.contactpage li:nth-of-type(2):before {
    content: "\e076";
    font-weight: normal;
    font-size: 17px;
    top: 18px;
    left: 15px;
}

ul.contactpage li:nth-of-type(3):before {
    content: "\e081";
    font-weight: normal;
    font-size: 21px;
    top: 15px;
    left: 13px;
}

ul.contactpage li:nth-of-type(4):before {
    content: "\e058";
    font-weight: normal;
    font-size: 18px;
    top: 17px;
    left: 15px;
}

#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child {
    padding-right: 0 !important;
}

#top-menu > .menu-item-has-children > a:first-child:after {
    font-size: 13px !important;
    right: -14px !important;
    top: 20px !important;
}

#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
	color:#F5821F;
}

#fullwidth.maincontent ol li {
    width: 100%;
    margin-right: 0;
}

.maincontent ol li {
    padding: 14px 15px 14px 15px;
    margin-bottom: 20px;
    background: #014E6D;
    border-radius: 3px;
    line-height: 1.6;
    color: #FFF;
}

.cli-style-v2 .cli-bar-message {
    font-size: 13px;
    line-height: 1.6;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #F5821F;
}





@media (max-width: 1245px) {

}


@media (max-width: 1150px) {

}


@media (max-width: 1100px) and (min-width: 980px) {

}


@media (max-width: 1050px) {
	
}


@media (min-width: 768px) {

.topsection {
	display:none;
}

}


@media (max-width: 980px) {
	
#et_top_search {
	display:none;
}

.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 200px;
}

.et_header_style_left .logo_container {
    height: 135px;
}

.topbuttons {
    margin-top: 43px;
	margin-right: 48px;
}

#et_mobile_nav_menu {
	float:none;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
	position: absolute;
    right: 0;
    top: -95px;
    z-index: 10000;
}

.mobile_menu_bar:before {
	top: 10px;
    background: #004775;
    padding: 6.5px;
    border-radius: 2px;
    color: #FFF;
}

.et_mobile_menu {
	padding:0;
	border-color:#3FB592;
}

.et_mobile_menu li a {
    color: #004775;
    padding: 14px 20px;
    font-size: 16px;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
    padding-bottom: 45px;
}

#footer-info p {
	display: block;
    width: 100%;
    float: none !important;
    text-align: center !important;
    padding-bottom: 4px !important;
    padding-top: 4px;
}

.et-social-icons {
    float: right;
}

.footer-mid {
	margin-top:40px;
}

}


@media (max-width: 768px) {

.topsection {
	display: inline-block;
    width: 100%;
}

.topsection .topbuttons {
	margin-top: 0;
    margin-right: 0;
    float: none;
}

.topsection .topbuttons a {
	border-radius: 0;
    margin-right: -4px;
	width: 50%;
    text-align: center;
}

.et_menu_container .topbuttons {
	display:none;
}

.tss-wrapper .tss-layout1 .tss-grid-item .single-item-wrapper {
	display:block;
}

.tss-wrapper .tss-layout1 .tss-grid-item .tss-meta-info.tss-left {
    padding-right: 0;
    padding-bottom: 20px;
}

}


@media (max-width: 700px) {

}


@media (max-width: 600px) {

}


@media (max-width: 520px) {

}



@media (min-width: 981px) {

.et_right_sidebar #sidebar {
    padding-left: 10px;
}

.nav li ul {
	padding:0;
	width:200px;
}

#top-menu li li {
    padding: 0;
}

#top-menu li .menu-item-has-children>a:first-child:after {
    right: 10px;
	font-size:14px;
}

#top-menu li li a {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.3;
}

#top-menu li li a:hover {
	background:#F5821F;
	color:#FFF;
	opacity:1 !important;
}

.nav li li ul {
    top: -3px;
    left: 200px;
}

}


@media (max-width: 1100px) {

}


@media (max-width: 1030px) {

}



@media (max-width: 550px) {

}