/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.1.1726713701
Updated: 2024-09-18 20:41:41

*/

body{
	font-family: 'Gotham HTF';
	font-size: 18px;
}
.sm-symbol {
  font-family: 'Gotham HTF', sans-serif !important;
  font-size: 0.8em; /* Adjust size if needed */
  vertical-align: super; /* Align it like a superscript */
}

h1 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 600;
	text-transform: uppercase;
}


h2 {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
	margin-bottom: 25px;
}

h3 {
    font-size: 32px !important;
    line-height: 1.2em;
    font-weight: 600;
	margin-bottom: 20px;
}

h4 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
	color: #005CB9 !important;
}

h5 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
	/*color: #003B76 !important;*/
}

h5.et_pb_toggle_title{
	font-size: 18px;
}

h6 {
    font-size: 16px;
}

 h1, h2, h3, h4, h5, h5{
	white-space: normal;
	word-break: keep-all;
    overflow-wrap: normal;
	hyphens: none;
}

.white-text{
	color: #fff;
}

ul.check-icn {
  list-style: none; /* Remove default bullets */
  padding-left: 20px; /* Adjust padding to make space for the icon */
}

ul.check-icn li {
  position: relative; /* Ensure positioning context for the pseudo-element */
  padding-left: 30px; /* Space for the icon */
  line-height: 1.5; /* Adjust for better alignment */
}

ul.check-icn li::before {
  content: ''; 
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateY(-50%); 
  width: 20px;
  height: 21px; 
  background-image: url('https://everassist.ca/wp-content/uploads/2025/08/checkmark.png'); 
  background-size: cover; /* Ensure the icon fits the dimensions */
  background-repeat: no-repeat;
}

.pdf-icon{
	text-decoration: underline;
}
.pdf-icon:before {
    content: "";
    background: url("https://everassist.ca/wp-content/uploads/2025/08/file-pdf.png") no-repeat center center;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding-left: 5px;
}

.pdf-icon.yellow {
	color: #FBCE37 !important;
}
.pdf-icon.yellow:before {
	background: url("https://everassist.ca/wp-content/uploads/2025/08/file-pdf-yellow.png") no-repeat center center;
}

.main-header {
    padding-top: 10% !important;
}

.main-header.no-padding {
    padding-top: 4% !important;
}

.main-header h1 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: initial !important;
}

.main-header h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize !important;
}

.main-slider .et_pb_slide_description,
.main-panel{
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 5% !important;
    margin-bottom: 5% !important;
    padding: 5% 5%;
    width: 50% !important;
    float: left !important;
    text-align: left;
}

.main-slider .et-pb-active-slide .et_pb_slide_image {
    right: 0 !important;
    margin-right: 0px !important;
    margin-bottom: 50px !important;
    text-align: right;
}
/*.main-panel.regular{
    width: 100% !important;
    padding: 10% 10%;
}*/

.main-slider.blue-bg .et_pb_slide_description,
.main-panel.blue-bg{
    background-color: rgba(0, 57, 116, 0.8);
}

.main-slider .et_pb_slide_description .et_pb_slide_title,
.main-panel h2{
    font-weight: 700;
    font-size: 48px;
    /*text-transform: capitalize;*/
	letter-spacing: -2px;
}


.testimonial-slider .et_pb_slide{
	background-color: transparent !important;
}

.testimonial-slider .et_pb_slider, .testimonial-slider .et_pb_slide{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.testimonial-slider .et_pb_slider, .testimonial-slider .et_pb_slide,
.testimonial-slider .et_pb_slide_description{
    padding-top: 1.5% !important;
    padding-bottom: 1.5% !important;
}

.testimonial-slider .et-pb-controllers {
    bottom: -12px;
}

.testimonial-slider .et-pb-controllers .et-pb-active-control {
    background-color: #E6B925;
}

.testimonial-slider .et-pb-controllers a {
    width: 16px;
    height: 16px;
}

sup {
    font-size: 0.6em;
}

sup:contains("®") {
    font-size: 0.7em;
}

.trademark {
  position: relative;
  display: inline-block;
}

.trademark::after {
  content: "®" !important;
  font-size: 0.7em;
  vertical-align: super;
  color: inherit;
  margin-left: -0.6em; /* Overlap the original ® */
  letter-spacing: -0.1em; /* Adjust spacing if needed */
}

.vertical-center {
	 display: flex;
    align-items: center;
    justify-content: space-between;
}

.round-corners img{
	border-radius: 20px;
}

.yellow-shadow {
  position: relative;
  display: inline-block; 
}

.yellow-shadow img {
  position: relative;
  z-index: 2;
	border-radius: 20px;
}

.yellow-shadow::before {
    content: '';
    position: absolute;
    left: -25px;
    top: -25px;
    width: 100%;
    height: 100%;
    border: 2px solid #E6B925;
    border-radius: 20px;
    z-index: 1;
}

/*.yellow-shadow img{
	-webkit-box-shadow: 40px -40px 0px 0px rgba(230,185,37,1);
	-moz-box-shadow: 40px -40px 0px 0px rgba(230,185,37,1);
	box-shadow: 40px -40px 0px 0px rgba(230,185,37,1);
}

.yellow-shadow.left img{
	-webkit-box-shadow: -40px 40px 0px 0px rgba(230,185,37,1);
	-moz-box-shadow: -40px 40px 0px 0px rgba(230,185,37,1);
	box-shadow: -40px 40px 0px 0px rgba(230,185,37,1);
}*/

.soft-shadow img{
	border: 2px solid #fff;
	box-shadow: 8px 7px 17px -3px rgba(0,0,0,0.27);
}

#main-content li {
    padding-bottom: 10px;
}

.yellow-highlight{
	background-color: yellow !important;
	padding: 5px 0px;
}

.bright-blue{
	color: #005cb9 !important;	
}

.black{
	color: #545454 !important;	
}

.white, .white *{
	color: #fff !important;	
}

.blue, .blue *{
	color: #003b76 !important;
}

.yellow,
.yellow strong{
	color: #E6B925 !important;	
}

.medium-text{
	font-size: 18px !important;
}

.small-text, .small-text *{
	font-size: 14px;
} 

.info-icon a:before{
	font-family: "ETmodules";
    content: "\e060";
    font-size: 12px;
    color: #fff !important;
    margin-right: 6px;
    margin-left: -6px;
    vertical-align: middle;
	text-align: center;
}	
.contact-icon a:before{
	font-family: "ETmodules";
    content: "\e076";
    font-size: 12px;
    color: #fff !important;
    margin-right: 6px;
    margin-left: -6px;
    vertical-align: middle;
	text-align: center;
}

.person-icon a:before{
	font-family: "ETmodules";
    content: "\e08a";
    font-size: 12px;
    color: #fff !important;
    margin-right: 4px;
    margin-left: -4px;
    vertical-align: middle;
}

a.globe-icon{
	margin-left: 5px;
}

a.globe-icon::before{
	font-family: "ETmodules";
    content: "\e0e3";
    font-size: 12px;
    color: #fff !important;
    margin-right: 6px;
    margin-left: -6px;
    vertical-align: middle;
	text-align: center;
	display: inline-block !important;
}
#top-header .container{
	text-align: center;
}
#et-info{
	float: none !important;
}
#et-info-phone:before {
    display: none !important;
}

a.phone-icn::before{
	font-family: "ETmodules";
    content: "\e090";
    font-size: 12px;
    color: #005CB9 !important;
    margin-right: 6px;
    margin-left: -6px;
    vertical-align: middle;
	text-align: center;
	display: inline-block !important;
}

.small-left-icn h4{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    color: #e6b925 !important;
    font-size: 16px;
    text-transform: unset;
}

.big-top-icn h4{
    padding-bottom: 0 !important;
    font-size: 16px;
    text-transform: unset;
}

.big-top-icn .et_pb_blurb_description{
	/*color: #D8C4B2;*/
}

.et_pb_module.et_pb_bg_layout_dark a {
    color: #fff !important;
    /*text-decoration: underline !important;*/
}

.yellow-btn, 
.yellow-btn-menu a,
.main-slider .et_pb_button,
.main-slider .et_pb_module.et_pb_bg_layout_dark a.et_pb_button{
    background-color: #e6b925;
    border: none;
    color: #003B76 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    border-radius: 50px !important;
    letter-spacing: 1px !important;
    padding: 10px 20px 12px !important;
    max-height: 50px !important;
   
    display: inline-block;
}

.yellow-btn-menu a{
	padding: 18px 20px !important;}

.yellow-btn:hover{
	background-color: #efc128 !important;
	border: none !important;
	color: rgba(46, 0, 59, 118, 0.5) !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	border-radius: 50px !important;
	letter-spacing: 1px !important;
    padding: 10px 20px 12px !important;
}

.yellow-btn.no-cursor{
	cursor: unset !important;
}

.yellow-btn.no-cursor:hover{
	background-color: #e6b925 !important;
	color: #003b76 !important;
	box-shadow: none !important;
}
.yellow-btn.right-margin,
.blue-btn.right-margin,
.white-btn.right-margin{
	margin-right: 20px;
}

.et_pb_button:after, .et_pb_button:before,
.et_pb_button:hover:after, .et_pb_button:hover:before {
    content: "";
    opacity: 1;
}

.et_pb_button.blue-phone-icon,
.et_pb_button.blue-phone-icon:hover,
.et_pb_button.white-phone-icon,
.et_pb_button.white-phone-icon:hover{
	padding-left: 45px !important;
}

.et_pb_button.blue-phone-icon:after,
.et_pb_button.blue-phone-icon:hover:after,
.et_pb_button.white-phone-icon:after,
.et_pb_button.white-phone-icon:hover:after{
	font-family: "ETmodules";
    content: "\e090" !important;
    font-size: 18px;
    margin-right: 6px;
 	left: 25px !important;
    vertical-align: middle;
	text-align: center;
	position: absolute;
    top: 50%; 
 	transform: translateY(-50%);
}

.et_pb_button.blue-phone-icon:after,
.et_pb_button.blue-phone-icon:hover:after{
	color: #005cb9 !important;
}

.et_pb_button.white-phone-icon:after,
.et_pb_button.white-phone-icon:hover:after{
	color: #fff !important;
}

.blue-btn{
	background-color: transparent !important;
	border: 1px solid #005CB9 !important;
	color: #005CB9;
	font-size: 20px;
	font-weight: 800;
	border-radius: 50px;
	letter-spacing: 1px;
	padding: 10px 20px;
}

.blue-btn:hover{
	background-color: transparent;
	border: 1px solid #005CB9 !important;
	color: #005CB9;
	font-size: 20px;
	font-weight: 800;
	border-radius: 50px !important;
	letter-spacing: 1px;
	padding: 10px 20px !important;
}

.blue-btn.big{
	font-size: 32px
}

.blue-btn.no-border,
.blue-btn.no-border:hover{
	border: none !important;
 	padding-left: 20px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.blue-btn.big:hover{
	color: #005CB9;
	font-size: 32px;
}

.et_pb_button.blue-btn.white-phone-icon.no-border:after,
.et_pb_button.blue-btn.white-phone-icon.no-border:hover:after,
.et_pb_button.blue-btn.blue-phone-icon.no-border:after,
.et_pb_button.blue-btn.blue-phone-icon.no-border:hover:after{
 	left: 0px !important;
}

.white-btn{
	background-color: transparent !important;
	border: 1px solid #FBCE37 !important;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	border-radius: 50px;
	letter-spacing: 1px;
	padding: 10px 20px;
	display: inline-block;
}

.white-btn.no-border,
.white-btn.no-border:hover{
	border: none !important;
 	padding-left: 50px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.white-btn:hover{
	background-color: transparent;
	border: 1px solid #fff !important;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	border-radius: 50px !important;
	letter-spacing: 1px;
	padding: 10px 20px !important;
}

.yellow-btn,
.blue-btn,
.white-btn{
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.23) !important;
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.23) !important;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.23) !important;
	margin-bottom: 15px;
	display: inline-block;
}


/*Main menu*/

.nav li ul {
    width: 280px;
}
#top-menu li a {	
	letter-spacing: 0px !important;
}

#top-menu li li a {
    width: 260px;
}

ul.sub-menu {
    border-radius: 5px !important;
}

.et-fixed-header #top-menu li.yellow-btn-menu.current_page_item>a{
	color: #003B76 !important;
}

/*Policy holders*/
#will-prep{
	display: block;
}

#price-finder{
	display: none;
}

#tenzing{
	display: none;
}
/**/

/*Toggle module*/
.et_pb_accordion {
    border: 1px solid #E6B925 !important;
}

.et_pb_toggle {
	margin-bottom: 0px !important;
    background-color: #fafafa !important;
}

.et_pb_toggle_close {
    background-color: #fafafa !important;
}

.et_pb_toggle_close .et_pb_toggle_title{
	color: #005CB9 !important;
    /*padding: 12px 20px 10px 0px !important;*/
	font-weight: bold;
}

.et_pb_toggle_open .et_pb_toggle_title{
	color: #005CB9 !important;
	font-weight: bold;
    /*border-bottom: 1px solid #ccc !important;
    padding: 12px 20px 25px 20px !important;*/
    /*margin-left: -20px;
    margin-right: -20px;*/
}


/*Slider*/

.et_pb_slider.ev-slider.et_pb_slides li {
	animation: none !important;
}

.et_pb_slider.ev-slider .et_pb_slides li {
    animation: none !important;
}

.et_pb_slide_image, .et_pb_slide_video, .et_pb_slide_description {
  animation-name: none !important;
}

.et_pb_slider.ev-slider .et_pb_slide_description{
	height: 100%;
}


.et_pb_slider.ev-slider .et_pb_slide {
    background-color: #fff !important;
	padding: 0px !important;
}

.et_pb_slider.ev-slider .et_pb_slide_title {
    color: #003B76 !important;
    font-weight: bold !important;
    font-size: 32px !important;
}

.et_pb_slider.ev-slider .et_pb_slide .et_pb_button {
    position: absolute !important;
    top: 50px !important;
}
.et_pb_slider.ev-slider .et-pb-arrow-prev,
.et_pb_slider.ev-slider .et-pb-arrow-next{
	top: 46.5%;
}






.color-overlay:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.5);
	z-index: 1;
}

.yellow-top-border,
.main-slider .et_pb_slide_description h2,
.main-panel h2{
	padding-top: 10px !important;
}

/*.yellow-top-border::before,
.main-slider .et_pb_slide_description h2::before,
.main-panel h2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    width: 100px;
    height: 2px;
    background-color: #e6b925;
}*/

.yellow-top-border::before, .main-slider .et_pb_slide_description h2::before, .main-panel h2::before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #e6b925;
    display: block;
    margin-bottom: 10px;
}

.main-slider .et_pb_slide_description h2::before,
.main-panel h2::before{
    top: 120px;
}

.yellow-top-border.center::before{
    margin-left: 50%;
    transform: translateX(-50%);
}

.yellow-left-border{
  border-left: 2px solid #E6B925;
  padding-left: 20px; 
}

.blue-top-border{
	border-top: 1px solid #005CB9;
}

.yellow-border{
	border-top: 1px solid #E6B925;
	padding-top: 20px;
}

.vertical-align {
 	display: flex;
    flex-direction: column; 
    justify-content: center;
}

.full-height{
	height: 100% !important;
}

/*1/3 row image*/


.ev-fullwidth-row {
    position: relative;
    display: flex;
    padding: 0px !important; 
}

.ev-fullwidth-row .ev-text-column-left {
    flex: 0 0 66%; 
    padding-left: calc((100vw - 1180px) / 2);
	padding-right: calc(0.055 * 1180px); 
    text-align: left;
}

.ev-fullwidth-row .ev-text-column-right {
    flex: 0 0 33%; 
    padding-right: calc((100vw - 1180px) / 2);
	padding-left: calc(0.055 * 1180px);
    text-align: left;
}

.ev-fullwidth-row .ev-image-column {
    flex: 0 0 33%; 
    display: flex;
    justify-content: flex-end;
}

.ev-fullwidth-row .ev-image-column img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/*Blurb*/

.ev-blurb h4.et_pb_module_header {
    min-height: 60px;
    display: block;
}

/**/

.ev-row-40-20-40 .et_pb_column:nth-child(1) {
    width: 37.5% !important;
}

.ev-row-40-20-40  .et_pb_column:nth-child(2) {
    width: 25% !important;
}

.ev-row-40-20-40  .et_pb_column:nth-child(3) {
    width: 37.5% !important;
}

.white-panel {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #E6B925;
    padding: 40px 20px;
    height: 100%;
}

.gray-panel {
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #E6B925;
    padding: 40px 20px;
    height: 100%;
}

.darker-gray-panel {
    background: #f4f4f4;
    padding: 20px 40px;
}

.beige-panel {
	background-image: url("https://everassist.ca/wp-content/uploads/2024/12/big-waves.png");
	background-size: auto;
	background-position: top center;
	background-blend-mode: overlay;
	background-repeat: no-repeat;
    background-color: #dfcdbd;
    -webkit-box-shadow: 0px 0px 43px -11px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 43px -11px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 43px -11px rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 50px;
	position: relative;
	transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.beige-panel:hover {
	transform: translateY(-10px) scale(1.02);
}



.blue-panel {
    background-image: url("https://everassist.ca/wp-content/uploads/2025/08/textured-bg.jpg");
    background-size: contain;
    background-position: center;
    background-blend-mode: color-burn;
    background-color: #094E93;
    width: 100%;
    border-radius: 20px;
    padding: 40px 20px;
    height: 100%;
    position: relative;
}


.blue-panel.mountains{
	background-image: url("https://everassist.ca/wp-content/uploads/2025/08/blue-montains.png");
    background-size: cover;
    background-position: bottom center;
    background-blend-mode: unset;
	background-repeat: no-repeat;
	background-color: #0066CD;
    padding: 90px 40px;
}

.ev-blog-grid article {
	background: none !important;
	border: none !important;
}

/*.blue-section{
	background-image: url("https://everassist.ca/wp-content/uploads/2025/08/textured-bg.jpg");
    background-size: contain;
    background-position: center;
    background-blend-mode: color-burn;
    background-color: #094E93;
}*/
.blue-section{
    background-size: contain;
    background-position: center;
    background-blend-mode: color-burn;
    background-color: #094E93;	
	position: relative;
}

.blue-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-image: url("https://everassist.ca/wp-content/uploads/2025/08/textured-bg.jpg");
  background-size:  contain; 
  mix-blend-mode: color-burn;
  pointer-events: none;
}

.paper-section {
    background-image: url("https://everassist.ca/wp-content/uploads/2024/10/paper-bg-scaled-1.jpg");
    background-size: contain;
    background-repeat: repeat;
    background-position: top center;
}

.beige-section{
	background-image: url("https://everassist.ca/wp-content/uploads/2024/12/big-waves.png");
	background-size: contain;
	background-position: top center;
	background-blend-mode: overlay;
	background-repeat: repeat-x;
    background-color: #dfcdbd;
}

.cream-section{
	background-image: url("https://everassist.ca/wp-content/uploads/2025/08/mountains-bg-scaled.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #FEF6EA;
}

.waves-section{
	background-image: url("https://everassist.ca/wp-content/uploads/2025/08/gray-waves.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #f7f7f7;
}


.gray-section {
    background-color: #FAFAFA;
	border-top: 1px solid #E6B925;
	border-bottom: 1px solid #E6B925;
}

.gray-bottom-border{
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px !important;
	margin-bottom: 40px !important;
}

.news{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.news a{
	font-weight: bold;
	font-size: 22px;
	color: #003B76;
}

/*Footer*/

/*custom footer*/
.evassist-footer,
.evassist-footer .et-menu.nav a{
	font-size: 16px;
	color: #fff;
}

.evassist-footer h4{
	font-size: 22px;
}

.evassist-footer .et-menu.nav {
	
}
.evassist-footer .v-menu,
.evassist-footer .h-menu{
	background: transparent !important; 
}

.evassist-footer .et-menu.nav {
 /*   background: transparent !important; 
    display: flex;
    flex-direction: column;
    align-items: flex-start; */
}

.evassist-footer .v-menu .et-menu.nav li {
    margin: 5px 0; 
    width: 100%; 
}

/**/

#main-footer {
    background-color: #003B76 !important;
	color: #fff;
    border-top: 1px solid #E6B925;
}

.footer-widget li{
	padding-left: 0px !important;
}
.footer-widget, .footer-widget li a{
	color: #fff !important;
}
.footer-widget li:before {
    display: none !important;
}

.footer-widget h4{
	color: #fff !important;
}

ul#menu-footer-menu,
ul#menu-footer-menu-es{
    text-align: right;
}
.bottom-nav a {
	color: #fff !important;
    font-weight: normal;
	font-size: 14px;
}
.ev-copyright {
    padding: 15px 0;
    font-size: 14px !important;
}
.textwidget.custom-html-widget {
    line-height: 1.6em !important;
}

#ev-legal-footer{
    background-color: #003B76 !important;
	font-size: 12px !important;
	text-align: center;
	padding: 20px 0px;
}

#footer-bottom{
    background-color: #003B76 !important;
    padding: 15px 0 5px;
    height: 100% !important;
    display: ruby;
}

div#footer-bottom .container {
	background-color: #003B76 !important;
    height: 100% !important;
}

#et-footer-nav {
    background-color: #003B76 !important;
    border-top: 1px solid #005CB9;
}
/*Forminator*/

.forminator-ui select,
.forminator-ui .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"],
.forminator-ui .forminator-dropdown--default,
.forminator-ui input,
.forminator-ui textarea{
    border: 1px solid #ccc !important;
    background-color: #fafafa !important;
	color: #808285 !important;
}

.forminator-ui .select2-selection__placeholder{
	color: #808285 !important;
}

.forminator-ui .forminator-row:not(:last-child) {
    margin-bottom: 15px !important;
}
/*Search form - News page*/
#forminator-module-984 .forminator-response-message,
#forminator-module-984 .forminator-success{
	display: none !important;

}

#forminator-module-984 .forminator-row {
	float: left;
	display: inline-block;
}

#forminator-module-984 div#select-1 {
    min-width: 265px;
    float: left;
}

#forminator-module-984 div#select-2 {
    min-width: 210px;
	margin-right: 30px;
    float: left;
}

/*social icons*/

a.ev-soc-icon {
    /*background-color: #005CB9;
    border: 1px solid #005CB9;
    color: #fff !important;
    padding: 7px 5px 5px 5px;
    border-radius: 100%;
    width: 35px;
    height: 35px;*/
    display: inline-block;
    margin-right: 7px;
}

a.ev-soc-icon:last-child {
    margin-right: 0px;
}

a.ev-soc-icon:hover {
    /*background-color: #005CB9;*/
}
/*Blog*/
#left-area {
    width: 100%;
    padding-right: 0px !important;
}
#right-area {
    display: none !important;
}
#main-content .container:before{
	display: none;
}
/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

}
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {

}


@media all and (max-width: 1280px){
	/*half row image*/

	.ev-fullwidth-row .ev-text-column-left {
		padding-left: 10% !important;
	}

	.ev-fullwidth-row .ev-text-column-right {
		padding-right: 10% !important;
	}
}
@media all and (max-width: 1258px){
	#top-menu li a {	
		font-size: 14px !important;
	}
}

@media all and (max-width: 1145px){
	#top-menu li a {	
		font-size: 11px !important;
	}
	
	#top-menu li {
		padding-right: 12px;
	}
}

/*** Responsive Styles Tablet And Below ***/

@media all and  (min-width: 981px){
	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
		padding-bottom: 30px;
	}
	.et_header_style_left #et-top-navigation {
		padding: 20px 0 0 0;
	}
	
	.et_header_style_left .et-fixed-header #et-top-navigation {
		padding: 15px 0 0 0;
	}
}

@media all and (max-width: 980px) {
	body{
		font-size: 16px;
	}
	
	h1 {
    font-size: 33px;
	}


	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px !important;
	}

	h4 {
		font-size: 18px;
	}
	
	.main-header h1 {
		font-size: 20px;
	}

	.main-header h2 {
		font-size: 32px;
	}

	.yellow-shadow img{
		-webkit-box-shadow: 20px -20px 0px 0px rgba(230,185,37,1);
		-moz-box-shadow: 20px -20px 0px 0px rgba(230,185,37,1);
		box-shadow: 20px -20px 0px 0px rgba(230,185,37,1);
	}

	.yellow-shadow.left img{
		-webkit-box-shadow: -20px 20px 0px 0px rgba(230,185,37,1);
		-moz-box-shadow: -20px 20px 0px 0px rgba(230,185,37,1);
		box-shadow: -20px 20px 0px 0px rgba(230,185,37,1);
	}
	
	.blue-panel.mountain{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.ev-text-column-right,
	.ev-text-column-left{
		padding-top: 40px;
	}
	
	.yellow-btn, .white-btn, .blue-btn,
	.yellow-btn:hover, .white-btn:hover, .blue-btn:hover{
		font-size: 14px !important;
		padding: 12px 15px !important;
		margin-top: 10px;
		display: inline-block;
	}
	.et_pb_button.phone-icon:after, .et_pb_button.phone-icon:hover:after {
		left: 10px !important;
	}
	.et_pb_button.phone-icon,
	.et_pb_button.phone-icon:hover{
		padding-left: 35px !important;
	}
	
	
	.ev-row-40-20-40 .et_pb_column:nth-child(1) {
		width: 33.33% !important;
	}

	.ev-row-40-20-40  .et_pb_column:nth-child(2) {
		width: 33.33% !important;
	}

	.ev-row-40-20-40  .et_pb_column:nth-child(3) {
		width: 33.33% !important;
	}
	
	.ev-blurb h4.et_pb_module_header {
		min-height: 55px;
	}

}
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}

@media all and (min-width: 768px){
	/*Our team*/
	.ev-row > .et_pb_column:first-child {
	width: 16.26486% !important;
	}

	.ev-row > .et_pb_column:nth-child(2) {
		width: 76.26486% !important;
	}
	
	/*Slider*/
	.et_pb_slider.ev-slider:hover .et-pb-arrow-prev{
		left: 47%;
	}
	
	

}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 768px) {
	.ev-fullwidth-row{
		display: block;
	}
		.yellow-shadow img{
		-webkit-box-shadow: 10px -10px 0px 0px rgba(230,185,37,1);
		-moz-box-shadow: 10px -10px 0px 0px rgba(230,185,37,1);
		box-shadow: 10px -10px 0px 0px rgba(230,185,37,1);
	}

	.yellow-shadow.left img{
		-webkit-box-shadow: -10px 10px 0px 0px rgba(230,185,37,1);
		-moz-box-shadow: -10px 10px 0px 0px rgba(230,185,37,1);
		box-shadow: -10px 10px 0px 0px rgba(230,185,37,1);
	}
	
    .main-slider .et_pb_slide_description {
        width: 100% !important;
        max-width: 100% !important;
    }
	
	/*Blurb*/
		
	.ev-blurb h4.et_pb_module_header {
		min-height: 75px;
	}


}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 480px) {
	.ev-row-40-20-40 .et_pb_column:nth-child(1) {
		width: 100% !important;
	}

	.ev-row-40-20-40  .et_pb_column:nth-child(2) {
		width: 100% !important;
	}

	.ev-row-40-20-40  .et_pb_column:nth-child(3) {
		width: 100% !important;
	}
	
	/*Blurb*/
		
	.ev-blurb h4.et_pb_module_header {
		min-height: unset;
	}
	
	
	.ev-blurb h4.et_pb_module_header {
		min-height: 35px;
	}
	
	.yellow-btn.right-margin,
	.blue-btn.right-margin,
	.white-btn.right-margin{
		margin-right: 0px;
	}
	
	.ev-fullwidth-row .ev-text-column-left { 
		padding-left: 10%;
		padding-right: 10%; 
		padding-bottom: 10%; 
	}
	
}