/*
 Theme Name:     cja_divi_child
 Theme URI:      
 Description:    Divi Child Theme
 Author:         Tim Lajoie based on Divi by Elegant Themes
 Author URI:     
 Template:       Divi
 Version:        1.0.1
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* ===================== Text Formattting ======================= */

{
	font-size: 18px;
}


h1 {
	font-size: 34px;
	line-height: 40px;
}

h2 {
	font-size: 26px;
	line-height: 32px;
}

h3 {
	font-size: 24px;
	line-height: 28px;
}



/* ===================== Header and Footer Images ======================= */

img#wpstats {
     display: none;
}

#main-header.et-fixed-header { 

	box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important; 
	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
	-moz-box-shadow:0 0 0px rgba(0, 0, 0, 0) !important;
	
	}



/* ===================== Hide top logo ======================= */

#logo { display:none !important; }


/* ===================== Hide sidebar line ======================= */


.container::before { display:none; }


/* ===================== Menu Location ======================= */

.nav li li ul {
z-index: 1000;
top: -22px !important;}

/* ===================== PWF ======================= */
/* sets the background image and color for the main PWF page and all of its children */


body.parent-pageid-12084, body.page-id-12084 {
background-color: #000000 !important;
}

/* sets the background image and color for the Registration page and all of its children in PWF style */


body.parent-pageid-12514, body.page-id-12514  {
background-color: #000000 !important;
}

/* sets main content padding to 0px from standard 16opx and sets background image for PWF*/

.parent-pageid-12084 div#main-content {
	/* padding-top: 0px !important; */
	background-image: url(https://creativejuicesarts.com/wp-content/uploads/cja_bkg_angles_001.png) !important;
	}

.page-id-12084 div#main-content {
	/* padding-top: 0px !important; */
	background-image: url(https://creativejuicesarts.com/wp-content/uploads/cja_bkg_angles_001.png) !important;
	}

/* sets main content padding to 0px from standard 16opx and sets background image for Registration Pages */

.parent-pageid-12514 div#main-content {
	/* padding-top: 0px !important; */
	background-image: url(https://creativejuicesarts.com/wp-content/uploads/cja_bkg_angles_001.png) !important;
	}

.page-id-12514 div#main-content {
	/* padding-top: 0px !important; */
	background-image: url(https://creativejuicesarts.com/wp-content/uploads/cja_bkg_angles_001.png) !important;
	}


/* ===================== MemberPress ======================= */
/* sets the button style for the MemberPress sign up button */

input.mepr-submit {
  background: #e065eb;
  background-image: -webkit-linear-gradient(top, #e065eb, #342bb8);
  background-image: -moz-linear-gradient(top, #e065eb, #342bb8);
  background-image: -ms-linear-gradient(top, #e065eb, #342bb8);
  background-image: -o-linear-gradient(top, #e065eb, #342bb8);
  background-image: linear-gradient(to bottom, #e065eb, #342bb8);
  -webkit-border-radius: 13;
  -moz-border-radius: 13;
  border-radius: 13px;
  font-family: Cherry Cream Soda;
  color: #ffffff;
  font-size: 36px;
  padding: 10px 20px 10px 20px;
  border: solid #b82ae8 4px;
  text-decoration: none;
  margin: auto;
  display: flex;
}


input.mepr-submit:hover {
  background: #d76afc;
  background-image: -webkit-linear-gradient(top, #d76afc, #c41bde);
  background-image: -moz-linear-gradient(top, #d76afc, #c41bde);
  background-image: -ms-linear-gradient(top, #d76afc, #c41bde);
  background-image: -o-linear-gradient(top, #d76afc, #c41bde);
  background-image: linear-gradient(to bottom, #d76afc, #c41bde);
  text-decoration: none;
}

table#mepr-account-subscriptions-table {
	width: 100% !important;
}

table#mepr-account-payments-table {
	width: 100% !important;
}

input.mepr-share-button{
  background: #e065eb;
  background-image: -webkit-linear-gradient(top, #e065eb, #342bb8);
  background-image: -moz-linear-gradient(top, #e065eb, #342bb8);
  background-image: -ms-linear-gradient(top, #e065eb, #342bb8);
  background-image: -o-linear-gradient(top, #e065eb, #342bb8);
  background-image: linear-gradient(to bottom, #e065eb, #342bb8);
  -webkit-border-radius: 13;
  -moz-border-radius: 13;
  border-radius: 13px;
  font-family: Cherry Cream Soda;
  color: #ffffff;
  font-size: 36px;
  padding: 10px 20px 10px 20px;
  border: solid #b82ae8 4px;
  text-decoration: none;
  margin: auto;
  display: flex;
}

.mepr-login-actions{
  font-size: 18px;
  text-align: center;
}

#mepr-account-nav{
	font-size: 18px;
}

.mepr-account-change-password{
	font-size: 18px;
    margin: auto;
    display:block;
    text-align:center;
}

/* ================ from csshero ================== */

body #et_top_search .et-search-form {
       background-color: rgba(220,249,243,1); 
       border-color: rgba(0,0,0,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 3px; 
    } 

body #et_top_search .et-search-form input {
       background-color: rgba(162,240,223,1); 
       border-radius: 8px; 
    } 

body #main-footer {
       background-image: url(https://creativejuicesarts.com/wp-content/uploads/cja_bkg_mainheader_003.png); 
       background-position: center bottom; 
       background-repeat: no-repeat; 
       background-size: 100% 100%; 
       height: 80px; 
       margin-bottom: 0px; 
       margin-top: -160px;
       padding-left: 0%; 
       position: relative; 
       top: 0px; 
       width: 100%; 
    } 

body.page-id-11911 {
       background-color: rgba(255,92,73,1); 
    } 

.cja_acuitycalendar {
       background-color: rgba(255,254,239,1); 
       border-color: rgba(253,229,184,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
    } 

.cja_regcalendar {
       background-color: rgba(245,220,249,1); 
       border-color: rgba(222,186,252,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-bottom: 5%; 
       padding-left: 8%; 
       padding-right: 5%%; 
       padding-top: 5%; 
       width: 86%; 
    } 

.cja_resistancereg {
       background-color: rgba(236,221,253,1); 
       border-color: rgba(165,88,233,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-left: 16px; 
    } 

.cja_ttregistration {
       background-color: rgba(210,235,248,1); 
       border-radius: 12px; 
       padding-left: 5%; 
    } 

.heart_tip_box {
       display: block; 
       width: 17px; 
    } 

.mastersettings {
       height: auto; 
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%; 
    } 

.page #content-area .hentry {
       background-color: rgba(255,240,209,1); 
    } 

.page #content-area .hentry .entry-content h3 {
       line-height: 28px; 
    } 

.page #content-area .hentry .entry-content img:not(.wp-smiley) {
       height: auto; 
       max-width: auto; 
       min-height: 0; 
       min-width: 0; 
       width: auto; 
    } 

.page #content-area .hentry .entry-content ol li {
       font-size: 16px; 
    } 

.page #content-area .hentry .entry-content ol {
       list-style-position: outside; 
       padding-left: 40px; 
       padding-right: 10px; 
    } 

.page #content-area .hentry .entry-content ul li {
       font-size: 16px; 
    } 

.page-id-11911 {
       background-color: rgba(255,92,73,1); 
    }

/*
.post-101 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-101 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(210,235,248,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-101 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-101 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
    } 

.post-101 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
    } 

.post-101 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/
/*
.post-10359 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 100%!important; 
    } 

.post-10359 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(227,233,252,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-10359 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-10359 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 3.8%!important; 
       width: 70%!important; 
    } 

.post-10359 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgb(245, 220, 249); 
       border-radius: 12px; 
       padding-bottom: 1.1%!important; 
       padding-left: 1.1%!important; 
       padding-right: 1.1%!important; 
       padding-top: 1.1%!important; 
       width: 26.1%!important; 
    } 

.post-10359 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%!important; 
       margin-right: 6.6%!important; 
       width: 86.7%!important; 
    } 

.post-10359 .et_pb_section:nth-child(1) .et_pb_testimonial {
       border-radius: 12px; 
       padding-right: 0px; 
    } 

.post-10359 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
    } 

.post-10359 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
       width: 100%; 
    } 

.post-10359 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/
.post-11166 .et_pb_section:nth-child(1) .et_pb_blog_grid {
       background-color: transparent; 
       margin-right: -60; 
       width: 728px; 
    } 

.post-11166 .et_pb_section:nth-child(1) .et_pb_blog_grid .hentry  {
       background-color: rgba(220,249,243,1); 
       border-radius: 12px; 
       margin-right: 39px; 
    } 

.post-11166 .et_pb_section:nth-child(1) .et_pb_blog_grid .hentry > h2 a {
       line-height: 22px; 
    } 

.post-11166 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-11166 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(210,235,248,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 23.8%; 
    } 

.post-11166 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%; 
    } 

.post-11166 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       width: 100%; 
    } 

.post-11166 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-right: 0px; 
       width: 100%; 
    } 

.post-11166 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 

/*.post-1148 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-1148 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(227,233,252,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-1148 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-1148 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       width: 86.7%!important; 
    } 

.post-1148 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {
       width: 86.7%!important; 
    } 

.post-1148 .et_pb_section:nth-child(1) .et_pb_row:nth-child(4) {
       width: 86.7%!important; 
    } 

.post-1148 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
       width: 100%; 
    } 

.post-1148 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 20px; 
       margin-right: 0px; 
       width: 100%; 
    } 

.post-1148 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/

.post-11911 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu {
       background-color: transparent!important; 
       background-position: center top; 
       background-repeat: no-repeat; 
       background-size: cover; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav {
       background-color: #fffce7!important; 
       color: rgba(102,102,102,0); 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav .sub-menu {
       background-color: rgba(253,229,184,1)!important; 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-left: 10px; 
       padding-right: 10px; 
       width: 258px; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav li a {
       font-family: Cherry Cream Soda; 
       font-size: 16px; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav li ul li a:hover {
       background-color: rgba(251,209,130,1); 
       border-radius: 8px; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav li ul li {
       padding-left: 10px; 
    } 
/*
.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 20%; 
       margin-right: 10%; 
       width: 60%; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       margin-right: 0; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 23.8%%; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(3) {
       width: 23.1%; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
       margin-right: 0%; 
       width: 100%%; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {
       background-color: rgba(251,203,136,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 23.8%; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(4) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 48%; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(4) .et_pb_column:nth-child(2) {
       width: 48%; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(4) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(5) .et_pb_column:nth-child(1) {
       margin-right: 0%; 
       width: 100%; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(5) .et_pb_column:nth-child(2) {
       width: 48.1%; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(5) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_testimonial {
       border-radius: 12px; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_text   h4 {
       line-height: 22px; 
    } 

.post-11911 .et_pb_section:nth-child(1) .et_pb_text   ul {
       font-size: 16px; 
    } 

.post-11911 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 

.post-11911 .et_pb_section:nth-child(2) {
       background-color: transparent; 
       padding-top: 0px; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu {
       background-color: transparent; 
       background-image: url(https://creativejuicesarts.com/wp-content/uploads/cja_div_flames_001.png); 
       font-family: Cherry Cream Soda; 
       font-size: 14px; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 0%; 
       width: 100%; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(253,229,184,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 23.8%; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 10%; 
       margin-right: 10%; 
       width: 80%!important; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 69%; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgba(253,229,184,1); 
       border-color: rgba(251,203,136,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 3px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 27%; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) {
       margin-left: 10%; 
       margin-right: 10%; 
       width: 80%!important; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(3) {
       margin-left: 10%; 
       margin-right: 10%; 
       width: 80%!important; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(4) .et_pb_column:nth-child(1) {
       border-radius: 12px; 
       margin-right: 3.8%; 
       width: 48%; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(4) .et_pb_column:nth-child(2) {
       width: 48%; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(4) {
       margin-left: 10%; 
       margin-right: 10%; 
       width: 80%!important; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_slider .et_pb_slide_description {
       height: 442px; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_slider {
       height: 442px; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_testimonial {
       border-radius: 12px; 
       padding-right: 24px; 
       width: 100%; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_text   a {
       color: rgba(26,44,249,1); 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_text   h4 {
       line-height: 24px; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_text   p {
       color: rgba(48,48,48,1); 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_text   ul li {
       color: rgba(48,48,48,1); 
       font-size: 16px; 
       line-height: 27px; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_widget_area {
       border-right-style: none; 
       border-style: none; 
       width: 100%; 
    } 

.post-11911 .et_pb_section:nth-child(2) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       background-color: transparent; 
       margin-right: 0px; 
       width: 100%; 
    } 

.post-11911 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       width: 100%!important; 
    } 

.post-11911 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       width: 86.7%!important; 
    } 

.post-11911 .et_pb_section:nth-child(3) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 3.8%!important; 
       width: 70%!important; 
    } 

.post-11911 .et_pb_section:nth-child(3) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgb(236, 221, 253); 
       border-radius: 12px; 
       padding-bottom: 1.1%!important; 
       padding-left: 1.1%!important; 
       padding-right: 1.1%!important; 
       padding-top: 1.1%!important; 
       width: 26.1%!important; 
    } 

.post-11911 .et_pb_section:nth-child(3) .et_pb_row:nth-child(2) {
       width: 86.7%!important; 
    } 

.post-11911 .et_pb_section:nth-child(3) .et_pb_row:nth-child(3) {
       width: 86.7%!important; 
    } 

.post-11911 .et_pb_section:nth-child(3) .et_pb_row:nth-child(4) {
       width: 86.7%!important; 
    } 

.post-11911 .et_pb_section:nth-child(3) .et_pb_testimonial {
       border-radius: 12px; 
    } 

.post-11911 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
       width: 1200px!important; 
    } 
*/
/*
.post-12084 .et_pb_section:nth-child(1) {
       background-image: url(https://creativejuicesarts.com/wp-content/uploads/PWF_header_004.png); 
       background-position: center top; 
       background-size: auto; 
       height: 200px; 
    } 

.post-12084 .et_pb_section:nth-child(1) .et_pb_accordion {
       background-color: transparent; 
    } 

.post-12084 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       width: 100%; 
    } 

.post-12084 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%; 
    } 

.post-12084 .et_pb_section:nth-child(1) .et_pb_toggle_close {
       background-color: rgba(255,240,209,1); 
       border-radius: 12px; 
       border-style: none; 
    } 

.post-12084 .et_pb_section:nth-child(1) .et_pb_toggle_open {
       background-color: rgba(253,229,184,1); 
       border-bottom-style: none; 
       border-left-style: none; 
       border-radius: 20px; 
       border-right-style: none; 
       border-style: none; 
       border-top-style: none; 
    } 

.post-12084 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-12084 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: transparent; 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: none; 
       border-width: 4px; 
       padding-bottom: 0%; 
       padding-left: 0%; 
       padding-right: 0%; 
       padding-top: 0%; 
       width: 26.1%; 
    } 

.post-12084 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-12084 .et_pb_section:nth-child(2) .et_pb_text   a {
       color: rgba(28,46,246,1); 
       font-weight: bold; 
    } 

.post-12084 .et_pb_section:nth-child(2) .et_pb_toggle_close {
       background-color: rgba(253,229,184,1); 
       border-radius: 12px; 
    } 

.post-12084 .et_pb_section:nth-child(2) .et_pb_toggle_close > h5.et_pb_toggle_title {
       font-size: 20px; 
    } 

.post-12084 .et_pb_section:nth-child(2) .et_pb_toggle_open {
       background-color: rgba(251,209,130,1); 
       border-radius: 12px; 
    } 

.post-12084 .et_pb_section:nth-child(2) .et_pb_toggle_open .et_pb_toggle_content  {
       font-size: 21px; 
    } 

.post-12084 .et_pb_section:nth-child(2) .et_pb_toggle_open .et_pb_toggle_content  p {
       font-size: 16px; 
    } 

.post-12084 .et_pb_section:nth-child(2) .et_pb_toggle_open > h5.et_pb_toggle_title {
       font-size: 20px; 
    } 

.post-12084 .et_pb_section:nth-child(2) {
       padding-top: 0px; 
    } 
*/
/*
.post-12091 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-left: 0px; 
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-12091 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(227,201,247,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%!important; 
    } 

.post-12091 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-12091 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       border-style: none; 
       padding-right: 0px; 
       width: 100%; 
    } 

.post-12091 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) a {
       color: rgba(2,138,242,1); 
       display: block; 
       font-weight: bold; 
       padding-bottom: 8px; 
    } 

.post-12091 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) h4 {
       line-height: 20px; 
       text-align: center; 
    } 

.post-12091 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-left: 0px; 
       margin-right: 0px; 
       padding-left: 0px; 
       padding-right: 0px; 
       width: 100%; 
    } 

.post-12091 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/
/*.post-122 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-122 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(227,233,252,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-122 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-122 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
       width: 100%; 
    } 

.post-122 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
       min-width: 0px; 
       padding-left: 0px; 
       padding-right: 0px; 
       width: 100%; 
    } 

.post-122 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/

/* .post-12294 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-12294 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(236,221,253,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-12294 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-right: 0px; 
       padding-top: 0px; 
       width: 100%!important; 
    } 

.post-12294 .et_pb_section:nth-child(1) .et_pb_team_member {
       background-color: rgba(227,201,247,1); 
       border-radius: 12px; 
       padding-bottom: 3.8%; 
       padding-left: 3.8%; 
       padding-right: 3.8%; 
       padding-top: 3.8%; 
    } 

.post-12294 .et_pb_section:nth-child(1) .et_pb_team_member .et_pb_team_member_description {
       margin-left: 0px; 
       width: 100%; 
    } 

.post-12294 .et_pb_section:nth-child(1) .et_pb_team_member .et_pb_team_member_image {
       height: 256px; 
       margin-bottom: 3.8%; 
       margin-right: 3.8%; 
       width: 256px; 
    } 

.post-12294 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
    } 

.post-12294 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
       width: 100%; 
    } 

.post-12294 .et_pb_section:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-12294 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       width: 100%; 
    } 

.post-12294 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-12294 .et_pb_section:nth-child(2) .et_pb_team_member {
       background-color: rgba(227,201,247,1); 
       border-radius: 12px; 
       padding-bottom: 2.2%; 
       padding-left: 2.2%; 
       padding-right: 2.2%; 
       padding-top: 2.2%; 
    } 

.post-12294 .et_pb_section:nth-child(2) .et_pb_team_member .et_pb_team_member_description {
       margin-left: 30%; 
       padding-left: 28px; 
    } 

.post-12294 .et_pb_section:nth-child(2) .et_pb_team_member .et_pb_team_member_image {
       height: 24.6%; 
       margin-right: 0px; 
       width: 24.6%; 
    } 

.post-12294 .et_pb_section:nth-child(2) {
       padding-top: 0px; 
    } 
*/
/*
.post-12359 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 0px; 
       width: 100%; 
    } 

.post-12359 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 23.8%; 
    } 

.post-12359 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-12359 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 100.05%; 
       width: 100%; 
    } 

.post-12359 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-12359 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
       width: 100%; 
    } 

.post-12359 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-12359 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       text-align: center; 
       width: 26.1%; 
    } 

.post-12359 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-12359 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 30px; 
       text-indent: 0px; 
       text-overflow: clip; 
    } 

.post-12359 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-12359 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 100.05%; 
       width: 100%; 
    } 

.post-12359 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-12359 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-12399 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-12399 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 100.05%; 
       width: 100%; 
    } 

.post-12399 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-12399 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-12399 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-12399 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-12399 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-12399 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-12399 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-12399 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       background-size: cover; 
       border-style: solid; 
       border-width: 0px; 
       height: 100%; 
       top: -1px; 
       width: 100%; 
    } 

.post-12399 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-12399 .et_pb_section:nth-child(3) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 
*/
/*
.post-12407 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-12407 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 100.05%; 
       width: 100%; 
    } 

.post-12407 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-12407 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-12407 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-12407 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-12407 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-12407 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-12407 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-12407 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 100.1%; 
       position: absolute; 
       top: -1px; 
       width: 100%; 
    } 

.post-12407 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-12407 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-12410 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-12410 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 100.05%; 
       width: 100%; 
    } 

.post-12410 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-12410 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-12410 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-12410 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-12410 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-12410 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-12410 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-12410 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 100.05%; 
       width: 100%; 
    } 

.post-12410 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-12410 .et_pb_section:nth-child(3) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 
*/
/*
.post-12419 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-12419 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 100.05%; 
       width: 100%; 
    } 

.post-12419 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-12419 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-12419 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-12419 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-12419 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-12419 .et_pb_section:nth-child(3) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 
*/
.post-12423 .et_pb_section:nth-child(1) .et_pb_newsletter {
       background-color: rgba(229,160,91,1)!important; 
       background-image: none; 
       border-radius: 12px; 
    } 

.post-12423 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 21%; 
    } 

.post-12423 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(253,229,184,1); 
       background-image: none; 
       border-radius: 12px; 
       margin-right: 3.8%; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 47%; 
    } 

.post-12423 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(3) {
       width: 21%; 
    } 

.post-12423 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%; 
    } 
/*
.post-12426 .et_pb_section:nth-child(1) {
       height: 180px; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 0%; 
       width: 100%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(247,160,160,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 23.8%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(11) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(11) .et_pb_column:nth-child(2) {
       background-color: rgba(253,229,184,1); 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(11) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 0px; 
       width: 100%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgba(162,240,223,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 23.8%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {
       background-color: rgba(253,229,184,1); 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       margin-bottom: 0px; 
       margin-left: 0px; 
       margin-right: 0px; 
       margin-top: 0px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(3) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(4) {
       width: 1075px; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(5) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(5) .et_pb_column:nth-child(2) {
       background-color: rgba(253,229,184,1); 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(5) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(7) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(7) .et_pb_column:nth-child(2) {
       background-color: rgba(253,229,184,1); 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(7) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(9) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(9) .et_pb_column:nth-child(2) {
       background-color: rgba(253,229,184,1); 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(9) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_text   ul {
       font-size: 16px; 
    } 

.post-12426 .et_pb_section:nth-child(2) .et_pb_widget_area {
       border-right-style: none; 
       border-style: none; 
       width: 100%; 
    } 

.post-12426 .et_pb_section:nth-child(2) {
       padding-top: 25px; 
       width: 100%; 
    } 
*/
.post-12512 .et_pb_section:nth-child(1) {
       background-image: none; 
       height: 180px; 
       width: 100%; 
    } 

.post-12512 .et_pb_section:nth-child(1) .et_pb_fullwidth_header {
       height: 180px; 
       width: 100%; 
    } 

.post-12512 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu {
       background-color: transparent; 
    } 

.post-12512 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav .sub-menu {
       background-color: rgba(253,229,184,1); 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
    } 

.post-12512 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav li a {
       font-family: Cherry Cream Soda; 
       font-size: 16px; 
    } 

.post-12512 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav li ul li a:hover {
       background-color: rgba(251,209,130,1); 
       border-radius: 8px; 
    } 

.post-12512 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       background-color: transparent; 
       margin-left: 20%; 
       margin-right: 20%; 
       width: 60%; 
    } 

.post-12512 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav .sub-menu {
       background-color: rgba(253,229,184,1)!important; 
       border-color: rgba(229,160,91,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-left: 0px; 
       padding-right: 0px; 
       width: 245px; 
    } 

.post-12512 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li a {
       font-family: Cherry Cream Soda; 
       font-size: 16px; 
    } 

.post-12512 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li ul li a:hover {
       background-color: rgba(251,203,136,1); 
       border-radius: 8px; 
    } 

.post-12512 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li ul li {
       padding-left: 20px; 
       padding-right: 20px; 
    } 

.post-12512 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       text-align: center; 
       width: 86.7%; 
    } 

.post-12512 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       width: 90%; 
    } 

.post-12512 .et_pb_section:nth-child(3) .et_pb_row:nth-child(2) {
       width: 90%; 
    } 

.post-12513 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu {
       margin-left: 20%; 
       margin-right: 20%; 
       width: 60%; 
    } 

.post-12513 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav .sub-menu {
       background-color: rgba(255,240,209,1); 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
    } 

.post-12513 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav li a {
       font-family: Cherry Cream Soda; 
       font-size: 16px; 
    } 

.post-12513 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav li ul li a:hover {
       background-color: rgba(251,209,130,1); 
       border-radius: 8px; 
    } 

.post-12513 .et_pb_section:nth-child(1) {
       height: 180px; 
    } 

.post-12513 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav .sub-menu {
       background-color: rgba(253,229,184,1)!important; 
       border-color: rgba(229,160,91,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-left: 0px; 
       padding-right: 0px; 
       width: 245px; 
    } 

.post-12513 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li a {
       font-family: Cherry Cream Soda; 
       font-size: 16px; 
       text-align: left; 
    } 

.post-12513 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li ul li a:hover {
       background-color: rgba(251,209,130,1); 
       border-radius: 8px; 
    } 

.post-12513 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li ul li a {
       padding-left: 20px; 
       padding-right: 20px; 
    } 

.post-12513 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li ul li {
       padding-left: 20px; 
       padding-right: 20px; 
       padding-top: 10px; 
    } 

.post-12513 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       text-align: center; 
       width: 86.7%; 
    } 

.post-12515 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu {
       margin-left: 20%; 
       margin-right: 205; 
       width: 60%; 
    } 

.post-12515 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav .sub-menu {
       background-color: rgba(255,240,209,1); 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
    } 

.post-12515 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav li a {
       font-family: Cherry Cream Soda; 
       font-size: 16px; 
    } 

.post-12515 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav li ul li a:hover {
       background-color: rgba(251,209,130,1); 
       border-radius: 9px; 
    } 

.post-12515 .et_pb_section:nth-child(1) {
       height: 180px; 
    } 

.post-12515 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav .sub-menu {
       background-color: rgba(253,229,184,1)!important; 
       border-color: rgba(229,160,91,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-left: 0px; 
       padding-right: 0px; 
       width: 245px; 
    } 

.post-12515 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li a {
       font-family: Cherry Cream Soda; 
       font-size: 16px; 
    } 

.post-12515 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li ul li a:hover {
       background-color: rgba(251,209,130,1); 
       border-radius: 8px; 
    } 

.post-12515 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       text-align: center; 
       width: 86.7%; 
    } 

.post-12516 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu {
       margin-left: 20%; 
       margin-right: 20%; 
       width: 60%; 
    } 

.post-12516 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav .sub-menu {
       background-color: rgba(255,240,209,1); 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
    } 

.post-12516 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav li a {
       font-family: Cherry Cream Soda; 
       font-size: 16px; 
    } 

.post-12516 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav li ul li a:hover {
       background-color: rgba(251,209,130,1); 
       border-radius: 8px; 
    } 

.post-12516 .et_pb_section:nth-child(1) {
       height: 180px; 
    } 

.post-12516 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav .sub-menu {
       background-color: rgba(253,229,184,1)!important; 
       border-color: rgba(229,160,91,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-left: 0px; 
       padding-right: 0px; 
       width: 245px; 
    } 

.post-12516 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li a {
       font-family: Cherry Cream Soda; 
       font-size: 16px; 
    } 

.post-12516 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li ul li a:hover {
       background-color: rgba(251,209,130,1); 
       border-radius: 8px; 
    } 

.post-12516 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li ul li {
       width: 245px; 
    } 

.post-12516 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       text-align: center; 
       width: 86.7%; 
    } 

.post-12517 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu {
       font-family: Cherry Cream Soda; 
       font-size: 14px; 
    } 

.post-12517 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav .sub-menu {
       background-color: rgba(253,229,184,1); 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
    } 

.post-12517 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav li a {
       font-size: 16px; 
    } 

.post-12517 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav li ul li a {
       background-color: transparent; 
    } 

.post-12517 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu ul.nav li ul li a:hover {
       background-color: rgba(251,209,130,1); 
       border-radius: 8px; 
    } 

.post-12517 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 20%; 
       margin-right: 20%; 
       width: 60%; 
    } 

.post-12517 .et_pb_section:nth-child(1) {
       height: 180px; 
    } 

.post-12517 .et_pb_section:nth-child(2) {
       background-color: transparent; 
    } 

.post-12517 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu {
       background-color: transparent; 
    } 

.post-12517 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav {
       background-color: transparent; 
       font-family: Cherry Cream Soda; 
       font-size: 14px; 
    } 

.post-12517 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav .sub-menu {
       background-color: rgba(253,229,184,1)!important; 
       border-color: rgba(229,160,91,1); 
       border-radius: 8px; 
       border-style: solid; 
       border-top-style: solid; 
       border-top-width: 4px; 
       border-width: 4px; 
       padding-left: 0px; 
       padding-right: 0px; 
       width: 245px; 
    } 

.post-12517 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li a {
       font-size: 16px; 
    } 

.post-12517 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li {
       font-size: 14px; 
    } 

.post-12517 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li ul li a:hover {
       background-color: rgba(251,209,130,1); 
       border-radius: 8px; 
    } 

.post-12517 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li ul li a {
       padding-left: 20px; 
       padding-right: 20px; 
    } 

.post-12517 .et_pb_section:nth-child(2) .et_pb_fullwidth_menu ul.nav li ul li {
       padding-left: 20px; 
       padding-right: 20px; 
    } 

.post-12517 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       text-align: center; 
    } 
/*
.post-1255 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-left: 0px; 
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-1255 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(227,233,252,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-1255 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-1255 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       width: 100%; 
    } 

.post-1255 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-1255 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 48.1%; 
    } 

.post-1255 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {
       width: 48.1%; 
    } 

.post-1255 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-1255 .et_pb_section:nth-child(1) .et_pb_testimonial {
       border-radius: 12px; 
       margin-bottom: 30px; 
       padding-bottom: 6.6%; 
       padding-left: 6.6%; 
       padding-right: 6.6%; 
       padding-top: 6.6%; 
       width: 100%; 
    } 

.post-1255 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
    } 

.post-1255 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
       width: 100%; 
    } 
*/
/*
.post-1261 .et_pb_section:nth-child(1) .et_pb_promo {
       border-radius: 12px; 
       padding-bottom: 0px; 
       padding-left: 1.5%; 
       padding-right: 1.5%; 
       padding-top: 20px; 
       width: 97%; 
    } 

.post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(245,220,249,1); 
       border-radius: 12px; 
       padding-bottom: 1%; 
       padding-left: 1%; 
       padding-right: 1%; 
       padding-top: 1%; 
       width: 26.1%; 
    } 

.post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 7%; 
       margin-right: 7%; 
       width: 87%!important; 
    } 

.post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       width: 100%; 
    } 

.post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%; 
    } 

.post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 30.7%; 
    } 

.post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {
       margin-right: 3.8%; 
       width: 30.7%; 
    } 

.post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {
       width: 86.7%; 
    } 

.post-1261 .et_pb_section:nth-child(1) .et_pb_slider .et_pb_slide_description {
       height: 382px; 
    } 

.post-1261 .et_pb_section:nth-child(1) .et_pb_testimonial {
       border-radius: 12px; 
       padding-right: 0px; 
    } 

.post-1261 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
    } 

.post-1261 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
    } 

.post-1261 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/
/*
.post-1284 .et_pb_section:nth-child(1) .et_pb_image img {
       display: block; 
       height: 100%!important; 
       width: 100%!important; 
    } 

.post-1284 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 100%!important; 
    } 

.post-1284 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(227,233,252,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-1284 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       height: 100%!important; 
       margin-left: 6.6%!important; 
       margin-right: 6.6%!important; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-1284 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 3.8%!important; 
       width: 70%!important; 
    } 

.post-1284 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgb(245, 220, 249); 
       border-radius: 12px; 
       padding-left: 1.1%!important; 
       padding-right: 1.1%!important; 
       padding-top: 1.1%!important; 
       width: 26.1%!important; 
    } 

.post-1284 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-1284 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 100%!important; 
    } 

.post-1284 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {
       width: 48.1%; 
    } 

.post-1284 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-1284 .et_pb_section:nth-child(1) .et_pb_row:nth-child(4) {
       width: 86.7%!important; 
    } 

.post-1284 .et_pb_section:nth-child(1) .et_pb_testimonial {
       border-radius: 12px; 
       padding-bottom: 6%; 
       padding-left: 6%; 
       padding-right: 6%; 
       padding-top: 6%; 
       width: 100%; 
    } 

.post-1284 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
       width: 100%; 
    } 

.post-1284 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
       width: 100%; 
    } 
*/
/*
.post-13244 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-13244 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-13244 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-13244 .et_pb_section:nth-child(2) {
       padding-top: 30px; 
       width: 100%; 
    } 

.post-13244 .et_pb_section:nth-child(3) .et_pb_text   table {
       background-color: rgba(253,229,184,1); 
       border-color: rgba(229,160,91,1); 
       border-radius: 12px; 
       border-style: none; 
       border-width: 4px; 
       font-size: 14px; 
       width: 100%; 
    } 

.post-13244 .et_pb_section:nth-child(3) .et_pb_text   td {
       border-style: none; 
       font-size: 16px; 
    } 
*/
/*
.post-13603 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-13603 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13603 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13603 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-13603 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-13603 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-13603 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-13603 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-13603 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-13603 .et_pb_section:nth-child(3) .et_pb_video {
       background-color: rgba(255,255,255,1); 
    } 

.post-13603 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       position: absolute; 
       top: -1px; 
       width: 101%; 
    } 

.post-13603 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13603 .et_pb_section:nth-child(3) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 
*/
/*
.post-13621 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 30px; 
       width: 86.7%!important; 
    } 

.post-13621 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13621 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13621 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-13621 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-13621 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-13621 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-13621 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-13621 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-13621 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13621 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13621 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-13623 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-13623 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13623 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-13623 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-13623 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-13623 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-13623 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-13623 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-13623 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-13625 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-13625 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13625 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13625 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-13625 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-13625 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-13625 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 30px; 
       width: 86.7%!important; 
    } 

.post-13625 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-13625 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-13625 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-13627 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-13627 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13627 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13627 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-13627 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-13627 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-13627 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-13627 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-13627 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-13627 .et_pb_section:nth-child(3) .et_pb_text   ul li {
       font-size: 16px; 
       line-height: 40px; 
    } 

.post-13627 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-13764 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-13764 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13764 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13764 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-13764 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-13764 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       padding-right: 0px; 
       width: 26.1%; 
    } 

.post-13764 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-13764 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       list-style-position: outside; 
       padding-bottom: 20px; 
    } 

.post-13764 .et_pb_section:nth-child(3) .et_pb_text   ul {
       font-size: 16px; 
       list-style-position: inside; 
       text-indent: 0px; 
    } 

.post-13764 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13764 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13764 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-13768 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-13768 .et_pb_section:nth-child(2) .et_pb_video {
       border-style: solid; 
       border-width: 0px; 
    } 

.post-13768 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13768 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13768 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-13768 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-13768 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-13768 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-13768 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-13768 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-13768 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13768 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13768 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-13770 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-13770 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13770 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13770 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-13770 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-13770 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-13770 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-13770 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
       padding-right: 0px; 
       padding-top: 0px; 
    } 

.post-13770 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-13770 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13770 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13770 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-13772 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-13772 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-13772 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-13772 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13772 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13772 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-13772 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 100%; 
    } 

.post-13772 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-13772 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-13772 .et_pb_section:nth-child(3) .et_pb_text   img:not(.wp-smiley) {
       width: 100%!important; 
    } 

.post-13772 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-13772 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-13772 .et_pb_section:nth-child(3) .et_pb_text   p {
       width: 100%; 
    } 

.post-13772 .et_pb_section:nth-child(3) .et_pb_text   {
       width: 100%!important; 
    } 

.post-13772 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13772 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13772 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-13776 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       text-align: left; 
       width: 100%; 
    } 

.post-13776 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-13776 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-13776 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13776 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13776 .et_pb_section:nth-child(2) {
       padding-bottom: 50px; 
       padding-top: 20px; 
       width: 100%; 
    } 

.post-13776 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-13776 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-13776 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-bottom: 0px; 
       margin-left: 6.6%!important; 
       margin-right: 6.6%!important; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-13776 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-13776 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-13776 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-13776 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-13776 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*.post-14062 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14062 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14062 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14062 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-14062 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14062 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14062 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       width: 86.7%!important; 
    } 

.post-14062 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14062 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14062 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14062 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14062 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*.post-14071 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14071 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14071 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14071 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-14071 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14071 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14071 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14071 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14071 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14071 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       min-width: 101%; 
       width: 101%; 
    } 

.post-14071 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14071 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-14073 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14073 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 100%; 
       width: 100%; 
    } 

.post-14073 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14073 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-14073 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14073 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14073 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14073 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14073 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14073 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14073 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14073 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-14075 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14075 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14075 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14075 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14075 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14075 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 20px; 
    } 

.post-14075 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 100%; 
    } 

.post-14075 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14075 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%; 
    } 

.post-14075 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14075 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14075 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14075 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14075 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*.post-14077 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14077 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14077 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14077 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-14077 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14077 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14077 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14077 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14077 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14077 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14077 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14077 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-14121 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14121 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14121 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14121 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-14121 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14121 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14121 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14121 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14121 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14121 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14121 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14121 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*.post-14124 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14124 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14124 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14124 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-14124 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14124 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14124 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14124 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14124 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14124 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       opacity: 1; 
       width: 101%; 
    } 

.post-14124 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14124 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-14127 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14127 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14127 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14127 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-14127 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14127 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14127 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14127 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14127 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14127 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14127 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14127 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-14131 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14131 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14131 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14131 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-14131 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14131 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14131 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14131 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14131 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14131 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14131 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14131 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-14133 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14133 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14133 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 50px; 
       width: 86.7%!important; 
    } 

.post-14133 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-14133 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 100%; 
    } 

.post-14133 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14133 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%; 
    } 

.post-14133 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14133 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14133 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-14139 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14139 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14139 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14139 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-14139 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14139 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14139 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 3.86.6%; 
       width: 86.7%!important; 
    } 

.post-14139 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14139 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14139 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14139 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14139 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-14142 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14142 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14142 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14142 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-14142 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14142 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14142 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14142 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14142 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14142 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14142 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14142 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-14145 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14145 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14145 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14145 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-14145 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14145 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14145 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14145 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14145 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14145 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14145 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14145 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-14148 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14148 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14148 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14148 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
       width: 100%; 
    } 

.post-14148 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14148 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14148 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14148 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14148 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14148 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_overlay {
       height: 101%; 
       width: 101%; 
    } 

.post-14148 .et_pb_section:nth-child(3) .et_pb_video .et_pb_video_play {
       opacity: 0; 
    } 

.post-14148 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
/*
.post-14150 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14150 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14150 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14150 .et_pb_section:nth-child(2) {
       padding-bottom: 0px; 
       padding-top: 0px; 
    } 

.post-14150 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 100%; 
    } 

.post-14150 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14150 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%; 
    } 

.post-14150 .et_pb_section:nth-child(3) .et_pb_text   ol li {
       padding-bottom: 20px; 
    } 

.post-14150 .et_pb_section:nth-child(3) .et_pb_text   ol {
       list-style-position: outside; 
    } 

.post-14150 .et_pb_section:nth-child(3) {
       padding-top: 0px; 
    } 
*/
.post-14379 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14379 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-14379 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14379 .et_pb_section:nth-child(2) {
       margin-top: 25px; 
       padding-top: 0px; 
    } 
/*
.post-14759 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14759 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(253,229,184,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-14759 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14759 .et_pb_section:nth-child(1) .et_pb_text   ol {
       font-size: 16px; 
       line-height: 26px; 
       list-style-position: outside; 
    } 

.post-14759 .et_pb_section:nth-child(1) .et_pb_text   ol li {
       padding-bottom: 18px; 
    } 

.post-14759 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
       width: 100%; 
    } 

.post-14759 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       width: 100%; 
    } 
*/
/*
.post-14904 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14904 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(227,233,252,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-14904 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-14904 .et_pb_section:nth-child(1) .et_pb_text   {
       font-size: 16px; 
    } 

.post-14904 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: solid; 
       border-right-width: 0px; 
       padding-left: 0%; 
       padding-right: 0px; 
       padding-top: 0px; 
       width: 100%; 
    } 

.post-14904 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       background-color: transparent; 
       margin-bottom: 24px; 
       width: 100%; 
    } 
*/
/*
.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(10) {
       width: 86.7%!important; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(11) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(11) .et_pb_column:nth-child(2) {
       background-color: rgba(210,235,248,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 23.8%; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(11) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       width: 86.7%!important; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {
       background-color: rgba(210,235,248,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 23.8%; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(4) {
       width: 86.7%!important; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(5) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(5) .et_pb_column:nth-child(2) {
       background-color: rgba(210,235,248,1); 
       border-radius: 12px; 
       margin-top: 0px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 23.8%; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(5) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(6) {
       width: 86.7%!important; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(7) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(7) .et_pb_column:nth-child(2) {
       background-color: rgba(210,235,248,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 23.8%; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(7) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(8) {
       width: 86.7%!important; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(9) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(9) .et_pb_column:nth-child(2) {
       background-color: rgba(210,235,248,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 23.8%; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_row:nth-child(9) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-14984 .et_pb_section:nth-child(1) .et_pb_text   a {
       color: rgba(28,46,246,1); 
    } 

.post-14984 .et_pb_section:nth-child(1) {
       width: 100%!important; 
    } 
*/
/*
.post-15405 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-15405 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-15405 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 
*/
/*
.post-15417 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-15417 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 26.1%; 
    } 

.post-15417 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 
*/
/*
.post-15648 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-15648 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgb(192, 246, 219); 
       border-radius: 12px; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-15648 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%!important; 
       margin-right: 6.6%!important; 
       width: 86.7%!important; 
    } 

.post-15648 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 30px; 
    } 

.post-15648 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/
/*
.post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(162,240,223,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 87.6%!important; 
    } 

.post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       width: 100%; 
    } 

.post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%; 
    } 

.post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 48.1%; 
    } 

.post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {
       width: 48.1%; 
    } 

.post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(4) {
       width: 1075px; 
    } 

.post-1576 .et_pb_section:nth-child(1) .et_pb_testimonial {
       border-radius: 12px; 
    } 

.post-1576 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
    } 

.post-1576 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
       width: 100%; 
    } 

.post-1576 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/
/*
.post-16443 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-16443 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgba(255,240,209,1); 
       border-radius: 12px; 
       padding-bottom: 26px; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 26px; 
       width: 26.1%; 
    } 

.post-16443 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-left: 0px; 
       padding-right: 0px; 
       width: 86.7%!important; 
    } 

.post-16443 .et_pb_section:nth-child(1) .et_pb_text   ul {
       font-size: 16px; 
    } 

.post-16443 .et_pb_section:nth-child(1) {
       padding-left: 0px; 
       padding-right: 0px; 
       padding-top: 0px; 
       width: 100%; 
    } 
*/
/*.post-16447 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-16447 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       padding-right: 0px; 
       width: 70%; 
    } 

.post-16447 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgba(236,221,253,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-16447 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-16447 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-16447 .et_pb_section:nth-child(1) .et_pb_row:nth-child(4) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-16447 .et_pb_section:nth-child(1) {
       width: 100%; 
    } 
*/
/*.post-16750 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-16750 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(253,229,184,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 0px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-16750 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       padding-left: 0; 
       padding-right: 0; 
       width: 86.7%!important; 
    } 

.post-16750 .et_pb_section:nth-child(1) .et_pb_text   {
       background-color: transparent; 
    } 

.post-16750 .et_pb_section:nth-child(1) .et_pb_text   ol {
       list-style-position: outside; 
       padding-left: 20px; 
    } 

.post-16750 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 

.post-16769 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       padding-right: 0px; 
       width: 70%; 
    } 


.post-16769 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(255,240,209,1); 
       border-radius: 12px; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       width: 23.8%; 
    } 

.post-16769 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%!important; 
       margin-right: 6.6%!important; 
       padding-left: 0px; 
       padding-right: 0px; 
       width: 86.7%; 
    } 

.post-16769 .et_pb_section:nth-child(1) .et_pb_text   ol {
       font-size: 16px; 
       line-height: 24px; 
       list-style-position: outside; 
       padding-left: 18px; 
    } 

.post-16769 .et_pb_section:nth-child(1) .et_pb_text   p {
       line-height: 24px; 
    } 

.post-16769 .et_pb_section:nth-child(1) .et_pb_text   ul {
       font-size: 16px; 
       letter-spacing: 0px; 
       line-height: 30px; 
    } 

.post-16769 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/
/*
.post-17193 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-17193 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-17193 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgba(255,240,209,1); 
       border-radius: 12px; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       width: 26.1%; 
    } 

.post-17193 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-17193 .et_pb_section:nth-child(1) .et_pb_text   ol li {
       font-size: 16px; 
    } 

.post-17193 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/
/*
.post-17223 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-17223 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-17223 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgba(216,242,221,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-17223 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-17223 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/
.post-17317 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-17317 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-17317 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgba(255,240,209,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-17317 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-17317 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
/*
.post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 100%; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(253,229,184,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       margin-top: 0px; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 3.8%%; 
       width: 70%; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgba(253,229,184,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
       border-radius: 0px; 
       margin-right: 3.8%; 
       width: 100%; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {
       width: 48.1%; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(4) .et_pb_column:nth-child(1) {
       margin-right: 4%; 
       width: 48%; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(4) {
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_slider .et_pb_slide_description {
       height: 380px; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_slider {
       height: 380px; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_testimonial {
       border-radius: 12px; 
       padding-bottom: 6%; 
       padding-left: 6%; 
       padding-right: 6%; 
       padding-top: 6%; 
       width: 100%; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_testimonial .et_pb_testimonial_description p:not(.et_pb_testimonial_meta) {
       width: 100%; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_testimonial .et_pb_testimonial_description {
       padding-left: 0px; 
       padding-right: 0px; 
       width: 100%; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
    } 

.post-2 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       width: 100%; 
    } 

.post-2 .et_pb_section:nth-child(1) {
       padding-top: 20px; 
    } 
*/
/*
.post-2716 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-2716 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(227,233,252,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-2716 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-2716 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       width: 100%; 
    } 

.post-2716 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-2716 .et_pb_section:nth-child(1) .et_pb_team_member {
       background-color: rgba(220,249,243,1); 
       border-radius: 12px; 
       padding-bottom: 3%; 
       padding-left: 3%; 
       padding-right: 3%; 
       padding-top: 3%; 
       width: 100%; 
    } 

.post-2716 .et_pb_section:nth-child(1) .et_pb_team_member .et_pb_team_member_description > h4 {
       font-size: 24px; 
       line-height: 48px; 
    } 

.post-2716 .et_pb_section:nth-child(1) .et_pb_team_member .et_pb_team_member_description {
       margin-left: 0px; 
       margin-right: 0px; 
       width: 100%; 
    } 

.post-2716 .et_pb_section:nth-child(1) .et_pb_team_member .et_pb_team_member_description  p {
       width: 100%; 
    } 

.post-2716 .et_pb_section:nth-child(1) .et_pb_team_member .et_pb_team_member_image {
       background-color: rgba(253,229,184,1); 
       height: auto; 
       margin-bottom: 1%; 
       margin-right: 3.8%; 
       width: auto; 
    } 

.post-2716 .et_pb_section:nth-child(1) .et_pb_team_member .et_pb_team_member_image img {
       display: block; 
       height: auto; 
       width: auto; 
    } 

.post-2716 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
    } 

.post-2716 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       width: 100%; 
    } 
*/
/*.post-4526 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-4526 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(253,229,184,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-4526 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-4526 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
    } 

.post-4526 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
       width: 100%; 
    } 

.post-4526 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/
/*.post-5151 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-5151 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(162,240,223,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-5151 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-5151 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
       width: 100%; 
    } 

.post-5151 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
       width: 100%; 
    } 
*/
/*
.post-712 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-712 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(250,219,219,1); 
       border-radius: 12px; 
       border-top-left-radius: 12px; 
       border-top-right-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-712 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-712 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       width: 100%; 
    } 

.post-712 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%; 
    } 

.post-712 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
    } 

.post-712 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       width: 100%; 
    } 

.post-712 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/
/*
.post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 0px; 
       width: 100%; 
    } 

.post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(162,240,223,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgba(245,220,249,1); 
       border-radius: 12px; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       width: 26.1%; 
    } 

.post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
       margin-right: 0px; 
       width: 100%; 
    } 

.post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {
       width: 48.1%; 
    } 

.post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-7356 .et_pb_section:nth-child(1) .et_pb_slider .et_pb_slide_description {
       height: 382px; 
    } 

.post-7356 .et_pb_section:nth-child(1) .et_pb_testimonial {
       border-radius: 12px; 
    } 

.post-7356 .et_pb_section:nth-child(1) .et_pb_testimonial .et_pb_testimonial_description {
       width: 100%; 
    } 

.post-7356 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
    } 

.post-7356 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) a {
       font-size: 16px; 
       font-weight: normal; 
       line-height: 24px; 
    } 

.post-7356 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
       width: 100%; 
    } 
*/
/*
.post-780 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-780 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(162,240,223,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-780 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-780 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
       width: 100%; 
    } 

.post-780 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
       width: 100%; 
    } 

.post-780 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/
/*
.post-802 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       height: auto; 
       width: 100%; 
    } 

.post-802 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       height: auto; 
       margin-left: 0px!important; 
       margin-right: 0px!important; 
       padding-bottom: 0px; 
       padding-top: 0px; 
       width: 100%!important; 
    } 

.post-802 .et_pb_section:nth-child(1) {
       height: auto; 
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-bottom: 0px; 
       padding-top: 0px; 
       width: 86.7%%; 
    } 

.post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       background-color: rgba(253,229,184,1); 
       border-radius: 12px; 
       margin-right: 4%; 
       padding-bottom: 12px; 
       padding-left: 12px; 
       padding-right: 12px; 
       padding-top: 12px; 
       width: 28%; 
    } 

.post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       width: 68%; 
    } 

.post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {
       margin-left: opx; 
       margin-right: 0px; 
       width: 100%!important; 
    } 

.post-802 .et_pb_section:nth-child(2) .et_pb_text   h2 {
       font-size: 32px; 
    } 

.post-802 .et_pb_section:nth-child(2) .et_pb_text   h4 {
       line-height: 21px; 
    } 

.post-802 .et_pb_section:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-bottom: 0px; 
       padding-top: 0px; 
       width: 86.7%; 
    } 

.post-802 .et_pb_section:nth-child(3) .et_pb_image {
       width: 100%; 
    } 

.post-802 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       width: 100%; 
    } 

.post-802 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {
       margin-left: 0px; 
       margin-right: 0px; 
       width: 100%!important; 
    } 

.post-802 .et_pb_section:nth-child(3) .et_pb_slider .et_pb_slide_description {
       height: 442px; 
    } 

.post-802 .et_pb_section:nth-child(3) .et_pb_slider {
       height: 442px; 
       width: 100%; 
    } 

.post-802 .et_pb_section:nth-child(3) .et_pb_text   h2 {
       font-size: 32px; 
    } 

.post-802 .et_pb_section:nth-child(3) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-bottom: 0px; 
       padding-top: 0px; 
       width: 86.7%; 
    } 

.post-802 .et_pb_section:nth-child(4) .et_pb_blog_grid .hentry  {
       background-color: rgba(220,249,243,1); 
       border-radius: 12px; 
       margin-right: 3.8%; 
       padding-right: 19px; 
       width: 100%; 
    } 

.post-802 .et_pb_section:nth-child(4) .et_pb_blog_grid .hentry > h2 a {
       line-height: 24px; 
    } 

.post-802 .et_pb_section:nth-child(4) .et_pb_blog_grid {
       margin-left: 0px; 
       margin-right: 0px; 
       width: 100%; 
    } 

.post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(1) {
       margin-left: 0px; 
       margin-right: 0px; 
       width: 100%!important; 
    } 

.post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       background-color: rgba(227,233,252,1); 
       border-radius: 12px; 
       margin-right: 2.3%; 
       padding-bottom: 1%; 
       padding-left: .7%; 
       padding-right: .7%; 
       padding-top: 1%; 
       width: 23%; 
    } 

.post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgba(255,240,209,1); 
       border-radius: 12px; 
       margin-right: 2.3%; 
       padding-bottom: .7%; 
       padding-left: .7%; 
       padding-right: .7%; 
       padding-top: .7%; 
       width: 23%; 
    } 

.post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(3) {
       background-color: rgba(250,219,219,1); 
       border-radius: 12px; 
       margin-right: 2.3%; 
       padding-bottom: .7%; 
       padding-left: .7%; 
       padding-right: .7%; 
       padding-top: .7%; 
       width: 23%; 
    } 

.post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(4) {
       background-color: rgba(220,249,243,1); 
       border-radius: 12px; 
       padding-bottom: .7%; 
       padding-left: .7%; 
       padding-right: .7%; 
       padding-top: .7%; 
       width: 23%; 
    } 

.post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) {
       margin-left: 0px; 
       margin-right: 0px; 
       width: 100%!important; 
    } 

.post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
       width: 100%; 
    } 

.post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(3) {
       margin-left: 0px; 
       margin-right: 0px; 
       width: 100%!important; 
    } 

.post-802 .et_pb_section:nth-child(4) .et_pb_text   {
       font-size: 16px; 
       line-height: 26px; 
    } 

.post-802 .et_pb_section:nth-child(4) .et_pb_text   h2 {
       font-size: 36px; 
    } 

.post-802 .et_pb_section:nth-child(4) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%; 
    } 
*/
/*.post-8159 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-8159 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(227,233,252,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-8159 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-8159 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       width: 100%; 
    } 

.post-8159 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-8159 .et_pb_section:nth-child(1) .et_pb_team_member {
       background-color: rgba(220,249,243,1); 
       border-radius: 12px; 
       margin-left: 0px; 
       margin-right: 0px; 
       padding-bottom: 3.8%; 
       padding-left: 3.8%; 
       padding-right: 3.8%; 
       padding-top: 3.8%; 
       width: 100%; 
    } 

.post-8159 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
    } 

.post-8159 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
       width: 100%; 
    } 

.post-8159 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/

/*.post-8299 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-8299 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(227,233,252,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-8299 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-8299 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-8299 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
    } 

.post-8299 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {
       width: 86.7%!important; 
    } 

.post-8299 .et_pb_section:nth-child(1) .et_pb_testimonial {
       border-radius: 12px; 
    } 

.post-8299 .et_pb_section:nth-child(1) .et_pb_text   h3 {
       line-height: 28px; 
    } 

.post-8299 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
       width: 100%; 
    } 

.post-8299 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       width: 100%; 
    } 
*/
/*.post-8470 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-8470 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(210,235,248,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-8470 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-8470 .et_pb_section:nth-child(1) .et_pb_text   strong {
       font-size: 16px; 
       line-height: 27px; 
    } 

.post-8470 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
    } 

.post-8470 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) a {
       color: rgba(2,138,242,1); 
       display: block; 
       font-weight: bold; 
       list-style-type: none; 
       padding-bottom: 6px; 
    } 

.post-8470 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
       width: 100%; 
    } 

.post-8470 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/
/*.post-9400 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%!important; 
       margin-right: 6.6%!important; 
       width: 86.7%!important; 
    } 

.post-9400 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-9400 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgb(250, 219, 219); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 23.8%; 
    } 

.post-9400 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-9400 .et_pb_section:nth-child(1) {
       width: 100%; 
    } 
*/

/*
.post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(236,221,253,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       width: 100%; 
    } 

.post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 48.1%; 
    } 

.post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {
       width: 48.1%; 
    } 

.post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-942 .et_pb_section:nth-child(1) .et_pb_slider .et_pb_slide_description {
       height: 385px; 
    } 

.post-942 .et_pb_section:nth-child(1) .et_pb_testimonial {
       border-radius: 12px; 
       padding-right: 0px; 
    } 

.post-942 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
       width: 100%; 
    } 

.post-942 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       margin-right: 0px; 
       width: 100%; 
    } 

.post-942 .et_pb_section:nth-child(1) {
       padding-top: 0px; 
    } 
*/
/*
.post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 100%; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(227,201,247,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.1%; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       padding-top: 0px; 
       width: 86.7%!important; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
       margin-right: 3.2%; 
       width: 70%; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
       background-color: rgba(216,242,221,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 26.8%; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
       border-radius: 0px; 
       margin-right: 3.8%; 
       width: 100%; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {
       width: 48.1%; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(4) .et_pb_column:nth-child(1) {
       margin-right: 4%; 
       width: 48%; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(4) {
       margin-left: 6.8%; 
       margin-right: 6.8%; 
       width: 86.7%!important; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_slider .et_pb_slide_description {
       height: 382px; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_testimonial {
       border-radius: 12px; 
       padding-bottom: 6%; 
       padding-left: 6%; 
       padding-right: 6%; 
       padding-top: 6%; 
       width: 100%; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_text   h2 {
       line-height: 34px; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_widget_area {
       border-right-style: none; 
       padding-right: 0px; 
       width: 100%; 
    } 

.post-959 .et_pb_section:nth-child(1) .et_pb_widget_area .et_pb_widget:not(.woocommerce) {
       margin-bottom: 24px; 
       width: 100%; 
    } 

.post-959 .et_pb_section:nth-child(1) {
       padding-top: 20px; 
    } 
*/
.post-9900 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
       margin-right: 3.8%; 
       width: 70%; 
    } 

.post-9900 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
       background-color: rgba(253,229,184,1); 
       border-radius: 12px; 
       margin-left: 0px; 
       margin-right: 0px; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 23.8%; 
    } 

.post-9900 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {
       margin-left: 6.6%!important; 
       margin-right: 6.6%!important; 
       margin-top: 0px; 
       width: 86.7%!important; 
    } 

.pwf_calendar {
       background-color: rgba(255,240,209,1); 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-bottom: 0px; 
       padding-left: 5%; 
       padding-right: 5%; 
       padding-top: 5%; 
       width: 89%; 
    } 

.pwf_externallink {
       background-color: rgba(220,249,243,1); 
       border-color: rgba(145,217,242,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       font-size: 14px; 
       padding-bottom: 30px; 
       padding-left: 4%; 
       padding-right: 4%; 
       padding-top: 30px; 
       width: 100%; 
    } 

.pwf_feedback {
       background-color: rgba(227,233,252,1); 
       border-color: rgba(222,186,252,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       font-size: 16px; 
       padding-bottom: 5%; 
       padding-left: 5%; 
       padding-right: 5%; 
       padding-top: 5%; 
       width: 100%; 
    } 

.pwf_journalquestions {
       background-color: rgba(253,229,184,1); 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       font-size: 16px; 
       line-height: 24px; 
       padding-bottom: 5%; 
       padding-left: 8%; 
       padding-right: 5%; 
       padding-top: 1%; 
       text-align: left; 
       text-decoration: none; 
       width: 100%; 
    } 

.pwf_mainschedule {
       background-color: rgba(253,229,184,1); 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-bottom: 4%; 
       padding-left: 3%; 
       padding-right: 3%; 
       padding-top: 4%; 
       width: 100%; 
    } 

.pwf_paintingexercise {
       background-color: rgba(227,233,252,1); 
       border-color: rgba(222,186,252,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-bottom: 5%; 
       padding-left: 5%; 
       padding-right: 5%; 
       padding-top: 1%; 
       width: 100%; 
    } 

.pwf_sidebartext {
       background-color: rgba(253,229,184,1); 
       border-color: rgba(251,209,130,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       margin-bottom: 0px; 
       padding-bottom: 4%; 
       padding-left: 4%; 
       padding-right: 4%; 
       padding-top: 4%; 
       width: 100%; 
    } 

.pwf_soundcloud {
       background-color: transparent; 
       background-image: url(https://creativejuicesarts.com/wp-content/uploads/pwf_ttl_demos_001.png); 
       background-position: center center; 
       background-repeat: no-repeat; 
       background-size: contain; 
       border-color: rgba(229,160,91,1); 
       border-radius: 8px; 
       border-style: none; 
       border-width: 4px; 
       height: 50%; 
       padding-bottom: 10%; 
       padding-left: 10%; 
       padding-right: 10%; 
       padding-top: 10%; 
       width: 79%; 
    } 

.pwf_spreecast {
       background-color: rgba(227,206,247,1); 
       border-color: rgba(222,186,252,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-bottom: 45px; 
       padding-left: 5%; 
       padding-right: 5%; 
       padding-top: 45px; 
       width: 100%; 
    } 

.pwfdetails {
       background-color: rgba(227,201,247,1); 
       border-color: rgba(165,88,233,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-bottom: 2%; 
       padding-left: 2%; 
       padding-right: 2%; 
       padding-top: 2%; 
       width: 100%; 
    } 

.pwfheader {
       background-size: contain; 
       height: 180px; 
    } 

#astrology_moon.et_pb_image {
       margin-left: 25%; 
    } 

#astrology_planet1.et_pb_image {
       margin-left: 25%; 
       margin-right: 0px; 
    } 

#cja_lodgingdisclaimer.et_pb_text   {
       background-color: rgba(210,235,248,1); 
       border-color: rgba(182,225,241,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-bottom: 20px; 
       padding-left: 20px; 
       padding-right: 20px; 
       padding-top: 20px; 
    } 

#cja_mhrinfoform.et_pb_text   {
       background-color: rgba(255,240,209,1); 
       border-radius: 12px; 
       padding-bottom: 0px; 
       padding-left: 5%; 
       padding-right: 0px; 
       padding-top: 5%; 
    } 

#cja_specialevent.et_pb_text   {
       background-color: rgb(236, 221, 253)!important; 
       border-radius: 12px; 
       padding-bottom: 24px; 
       padding-left: 24px; 
       padding-right: 24px; 
       padding-top: 24px; 
    } 

#cja_ttspotlight.et_pb_posts {
       background-color: rgba(255,240,209,1); 
       border-radius: 12px; 
       padding-bottom: 5%; 
       padding-left: 5%; 
       padding-right: 5%; 
       padding-top: 5%; 
    } 

#cjadetails.et_pb_text   {
       background-color: rgba(236,221,253,1); 
       border-radius: 12px; 
       padding-left: 5%; 
       padding-top: 2%; 
    } 

#comment-wrap #respond .form-allowed-tags {
       background-color: rgba(255,240,209,1); 
       border-radius: 12px; 
       font-size: 12px; 
       margin-bottom: 10px; 
       padding-bottom: 1%; 
       padding-left: 1%; 
       padding-right: 1%; 
       padding-top: 1%; 
       width: 98%; 
    } 

#comment-wrap #respond input[type=submit] {
       background-color: rgba(220,249,243,1); 
       border-color: rgba(165,88,233,1); 
       border-radius: 12px; 
       border-width: 3px; 
       color: rgba(100,16,16,1); 
       font-family: Cherry Cream Soda; 
    } 

/*#comment-wrap #respond textarea {
       background-color: rgba(227,233,252,1); 
       border-radius: 12px; 
    } 
*/

#css_test.et_pb_text   {
       background-color: transparent; 
       background-image: https://creativejuicesarts.com/cja/wp-content/uploads/cja_div_sunblue_001.png; 
    } 

#details_ghostranch.et_pb_text   {
       background-color: rgba(227,233,252,1); 
       border-color: rgba(100,16,16,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 5px; 
       margin-bottom: 0; 
       padding-bottom: 2.2%; 
       padding-left: 2.2%; 
       padding-right: 2.2%; 
       padding-top: 2.2%; 
       width: 100%; 
    } 

#details_ghostranch.et_pb_text   ul {
       font-size: 16px; 
    } 

#et-top-navigation {
       font-family: Cherry Cream Soda; 
       max-height: 28px; 
       min-height: 28px; 
       position: absolute!important; 
       top: 30px!important; 
    } 

#et-top-navigation ul.nav {
       color: rgba(48,48,48, 0.498039); 
       font-size: 14px; 
       height: 25px; 
    } 

#et-top-navigation ul.nav .current_page_item > a {
       font-size: 14px; 
    } 

#et-top-navigation ul.nav .sub-menu {
       background-color: rgba(220,249,243,1); 
       border-color: rgba(48,48,48,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-top-style: solid; 
       border-top-width: 3px; 
       border-width: 3px; 
       position: absolute; 
       top: 30px; 
       width: 245px; 
    } 

#et-top-navigation ul.nav li a {
       padding-bottom: 20px; 
    } 

#et-top-navigation ul.nav li {
       border-style: solid; 
       border-width: 0px; 
       color: rgba(0,0,0, 0.498039); 
       font-size: 16px; 
    } 

#et-top-navigation ul.nav li ul li a {
       background-color: transparent; 
       border-radius: 0px; 
       font-size: 16px; 
       line-height: 24px; 
       padding-bottom: 10px; 
    } 

#et-top-navigation ul.nav li ul li a:hover {
       background-color: rgba(162,240,223,1); 
       border-radius: 8px; 
    } 

#et-top-navigation ul.nav li ul li {
       border-style: solid; 
       border-width: 0px; 
    } 

#footer-bottom {
       background-color: transparent; 
       background-size: 100% 100%; 
       margin-left: 8.3%; 
       margin-right: 8.3%; 
       padding-top: 26px; 
       width: 83.3%; 
    } 

#footer-bottom .et-social-icons {
       left: -80px; 
       position: relative; 
    } 

#gform_wrapper_1 {
       background-color: rgba(213,178,244,1); 
       background-image: none; 
       background-repeat: repeat; 
       background-size: contain; 
       border-radius: 12px; 
       margin-left: 0px; 
       margin-right: 0px; 
       max-width: 100%; 
       padding-left: 2.6%; 
       padding-right: 2.6%; 
       padding-top: 0px; 
       width: 100%; 
    } 

#gform_wrapper_1 .gfield_label {
       font-family: Cherry Cream Soda; 
    } 

#gform_wrapper_1 .gform_footer {
       padding-top: 0px; 
       text-align: center; 
       width: 100%; 
    } 

#gform_wrapper_1 .ginput_container label {
       height: 24px; 
       margin-bottom: 0px; 
       margin-top: 0px; 
    } 

#gform_wrapper_1 form {
       width: 100%; 
    } 

#gform_wrapper_1 input[type=text] {
       max-width: 100%; 
       min-height: 0px; 
       min-width: 100%; 
       width: 100%; 
    } 

#gform_wrapper_10 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_11 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_11 .ginput_container {
       font-size: 16px; 
    } 

#gform_wrapper_12 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_12 form {
       background-color: rgba(220,249,243,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 2.2%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
    } 

#gform_wrapper_13 .gform_body {
       font-size: 14px; 
    } 

#gform_wrapper_13 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_13 {
       font-size: 14px; 
    } 

#gform_wrapper_15 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_16 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_17 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_17 form {
       font-size: 18px; 
    } 

#gform_wrapper_18 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_19 .gform_footer {
       text-align: center; 
    } 
/*
#gform_wrapper_2 {
       background-color: rgba(253,229,184,1); 
       border-radius: 12px; 
       margin-bottom: 1%; 
       margin-top: 1%; 
       padding-bottom: 2%; 
       padding-left: 2%; 
       padding-right: 2%; 
       padding-top: 2%; 
       width: 96%; 
    } 

#gform_wrapper_2 .gform_footer {
       padding-top: 0px; 
       text-align: center; 
    } 
*/ 
#gform_wrapper_20 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_21 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_21 {
       padding-left: 0px; 
       padding-right: 0px; 
    } 

#gform_wrapper_28 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_3 .gform_footer {
       margin-top: 0px; 
       padding-bottom: 0px; 
       padding-top: 0px; 
       text-align: center; 
    } 

#gform_wrapper_3 form {
       background-color: rgba(227,233,252,1); 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
    } 

#gform_wrapper_3 {
       width: 100%; 
    } 

#gform_wrapper_4 {
       background-color: rgba(222,186,252,1); 
       border-radius: 12px; 
       margin-right: -1px; 
       margin-top: 18px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 100%; 
    } 

#gform_wrapper_4 .gfield_label {
       font-family: Cherry Cream Soda; 
       font-size: 18px; 
    } 

#gform_wrapper_4 .gfield_select {
       font-size: 14px; 
       height: 26px; 
    } 

#gform_wrapper_4 .gform_fields > li {
       margin-bottom: 12px; 
    } 

#gform_wrapper_4 .gform_footer {
       margin-top: 0px; 
       padding-top: 0px; 
       text-align: center; 
    } 

#gform_wrapper_4 .ginput_container label {
       margin-bottom: 0px; 
       margin-top: 0px; 
    } 

#gform_wrapper_4 span.ginput_total {
       color: rgba(123,44,241,1); 
       font-size: 24px; 
       font-weight: bold; 
       padding-top: 10px; 
    } 

#gform_wrapper_6 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_7 {
       background-color: rgba(213,178,244,1); 
       border-radius: 12px; 
       margin-right: 0px; 
       max-width: 100%; 
       min-width: 0%; 
       padding-bottom: 1%; 
       padding-left: 2%; 
       padding-right: 2%; 
       padding-top: 1%; 
       width: 100%; 
    } 

#gform_wrapper_7 .gform_body {
       width: 100%; 
    } 

#gform_wrapper_7 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_7 .ginput_container {
       width: 100%; 
    } 

#gform_wrapper_7 form {
       width: 100%; 
    } 

#gform_wrapper_7 input[type=text] {
       width: 100%; 
    } 

#gform_wrapper_7 textarea {
       width: 98%; 
    } 

#gform_wrapper_8 .gfield_label {
       font-family: Cherry Cream Soda; 
    } 

#gform_wrapper_8 .gform_fields > li {
       font-size: 18px; 
       padding-bottom: 50px; 
    } 

#gform_wrapper_8 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_9 {
       background-color: rgba(255,240,209,1); 
       border-radius: 12px; 
       font-size: 16px; 
       padding-left: 2%; 
       padding-right: 2%; 
       padding-top: 8px; 
       width: 96%; 
    } 

#gform_wrapper_9 .gform_fields > li {
       font-size: 16px; 
    } 

#gform_wrapper_9 .gform_footer {
       text-align: center; 
    } 

#gform_wrapper_9 .gsection_description {
       font-size: 16px; 
    } 

#homepage_videoframe_top.et_pb_image {
       width: 100%; 
    } 

#interview_bethezra.et_pb_text   {
       background-color: rgba(227,233,252,1); 
       border-radius: 12px; 
       padding-bottom: 30px; 
       padding-top: 30px; 
    } 

#interview_keithren.et_pb_text   {
       background-color: rgba(162,240,223,1); 
       border-radius: 12px; 
       padding-bottom: 30px; 
       padding-top: 30px; 
    } 

#interview_theresaterry.et_pb_text   {
       background-color: rgba(247,160,160,1); 
       border-radius: 12px; 
       padding-bottom: 30px; 
       padding-top: 30px; 
    } 

#left-area .hentry  {
       background-color: rgba(220,249,243,1); 
       border-radius: 12px; 
       padding-bottom: 12px; 
       padding-left: 12px; 
       padding-right: 12px; 
       padding-top: 10px; 
       width: 100%; 
    } 

#left-area .hentry  img:not(.wp-smiley) {
       height: auto; 
       width: 100%; 
    } 

#left-area .hentry  table {
       border-bottom-style: solid; 
       border-left-style: solid; 
       border-right-style: solid; 
       border-style: none; 
       border-top-style: solid; 
    } 

#main-content {
       background-color: transparent; 
       background-image: url(https://creativejuicesarts.com/wp-content/uploads/cja_bkg_wavesorange_017.png); 
       background-position: center top; 
       background-repeat: repeat-y; 
       background-size: contain; 
       padding-top: 160px;
       position: relative; 
       top: -160px!important;
       width: 100%; 
    } 

#main-content .container {
       background-color: transparent; 
       margin-left: 6.6%; 
       margin-right: 6.6%; 
       width: 86.7%!important; 
    } 

#main-content #left-area {
       margin-right: 3.8%; 
       padding-bottom: 23px; 
       padding-right: 0px; 
       width: 70%; 
    } 

#mainlogo.et_pb_image {
       height: auto; 
       margin-bottom: 0px; 
       width: 100%; 
    } 

#pwf_downloadvideos.et_pb_text   {
       background-color: rgba(236,221,253,1); 
       border-color: rgba(222,186,252,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       margin-bottom: 0%; 
       margin-left: 0%; 
       margin-right: 0%; 
       margin-top: 0%; 
       padding-bottom: 5%; 
       padding-left: 5%; 
       padding-right: 5%; 
       padding-top: 5%; 
       width: 89%; 
    } 

#pwf_downloadvideos.et_pb_text   ol li {
       font-size: 16px; 
       list-style-position: outside; 
       margin-left: 20px; 
       padding-left: 0px; 
    } 

#registerlink.et_pb_text   {
       background-color: rgba(247,160,160,1); 
       border-radius: 12px; 
       padding-bottom: 3%; 
       padding-left: 1.5%; 
       padding-right: 1.5%; 
       padding-top: 4%; 
       width: 97%; 
    } 

#retreatlink_ghostranch.et_pb_text   a {
       color: rgba(241,44,44,1); 
    } 

#retreatlink_ghostranch.et_pb_text   {
       background-color: rgba(255,240,209,1); 
       border-color: rgba(163,0,0,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-bottom: 20px; 
       padding-top: 20px; 
       width: 98.9%; 
    } 

#retreatlink_ghostranch.et_pb_text   p {
       font-family: Cherry Cream Soda; 
    } 

#retreatlink_highsierras.et_pb_text   a {
       color: rgba(4,30,224,1); 
    } 

#retreatlink_highsierras.et_pb_text   {
       background-color: rgba(145,217,242,1); 
       border-color: rgba(2,138,242,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-bottom: 30px; 
       padding-left: opx; 
       padding-top: 30px; 
       width: 98.9%; 
    } 

#retreatlink_highsierras.et_pb_text   p {
       font-family: Cherry Cream Soda; 
    } 

#retreatlink_mountainhome.et_pb_text   a {
       color: rgba(123,44,241,1); 
    } 

#retreatlink_mountainhome.et_pb_text   {
       background-color: rgba(213,178,244,1); 
       border-color: rgba(111,44,246,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       margin-top: 0px; 
       padding-bottom: 30px; 
       padding-top: 30px; 
       width: 98.9%; 
    } 

#retreatlink_mountainhome.et_pb_text   p {
       font-family: Cherry Cream Soda; 
    } 

#retreatlink_oaxaca.et_pb_text   {
       background-color: rgba(216,242,221,1); 
       border-color: rgba(39,215,174,1); 
       border-radius: 12px; 
       border-style: solid; 
       border-width: 4px; 
       padding-bottom: 30px; 
       padding-top: 30px; 
       width: 98.9%; 
    } 

#retreatlink_oaxaca.et_pb_text   strong {
       color: rgba(15,127,102,1); 
    } 

#retreatlink.et_pb_text   {
       background-color: rgba(222,186,252,1); 
       border-radius: 12px; 
       padding-bottom: 1.5%; 
       padding-left: 1.5%; 
       padding-right: 1.5%; 
       padding-top: 1.5%; 
       width: 100%; 
    } 

#retreatlink.et_pb_text   p {
       background-color: transparent; 
       border-radius: 12px; 
       padding-bottom: 2%; 
       padding-left: 2%; 
       padding-right: 2%; 
       padding-top: 2%; 
       width: 100%; 
    } 

#retreats_oakland_txt.et_pb_text   a {
       color: rgba(3,60,231,1); 
    } 

#retreats_oakland_txt.et_pb_text   {
       background-color: rgba(255,240,209,1); 
       border-radius: 12px; 
       font-size: 16px; 
       line-height: 21px; 
       margin-bottom: 3.8%; 
       padding-bottom: 2%; 
       padding-left: 2%; 
       padding-right: 2%; 
       padding-top: 2%; 
       width: 100%; 
    } 

#retreats_oakland_txt.et_pb_text   ul li {
       list-style-position: outside; 
       margin-left: 20px; 
       padding-left: 0px; 
       text-indent: 0px; 
    } 

#retreats_oakland_txt.et_pb_text   ul {
       line-height: 32px; 
       list-style-position: outside; 
    } 

#showmore {
       background-color: transparent; 
       display: block; 
       height: 20px; 
       max-height: 20px; 
       max-width: 20px; 
       width: 20px; 
    } 

#sidebar {
       background-color: rgba(227,233,252,1); 
       border-left-style: none; 
       border-left-width: 0px; 
       border-radius: 12px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%!important; 
       padding-right: 1.1%!important; 
       padding-top: 1.1%; 
       width: 26.1%!important; 
    } 

#sidebar .et_pb_widget:not(.woocommerce) {
       margin-left: 0px; 
       padding-left: 0px; 
       width: 100%; 
    } 

#sidebar .et_pb_widget:not(.woocommerce) ul li {
       background-color: transparent; 
    } 

#supplies_warning.et_pb_text   {
       background-color: rgba(227,233,252,1); 
       border-radius: 12px; 
       padding-bottom: 1%; 
       padding-left: 1%; 
       padding-right: 1%; 
       padding-top: 1%; 
       width: 96%; 
    } 

#UpcomingEvent1.et_pb_text   {
       background-color: rgba(253,229,184,1); 
       border-bottom-left-radius: 12px; 
       border-bottom-right-radius: 12px; 
       border-radius: 12px; 
       border-top-left-radius: 12px; 
       border-top-right-radius: 12px; 
       margin-bottom: 16px; 
       padding-bottom: 0px; 
       padding-left: 0px; 
       padding-right: 0px; 
       padding-top: 0px; 
       width: 100%; 
    } 

#UpcomingEvent1.et_pb_text   p {
       background-color: transparent; 
    } 

#UpcomingEvent1.et_pb_text   table {
       border-bottom-style: none; 
       border-left-style: none; 
       border-right-style: none; 
       border-style: none; 
       border-top-style: none; 
    } 

#UpcomingEvent1.et_pb_text   td {
       border-style: none; 
       border-top-style: none; 
       padding-bottom: 0px; 
       padding-left: 6px; 
       padding-right: 12px; 
       padding-top: 0px; 
    } 

#UpcomingEvent2.et_pb_text   {
       background-color: rgba(182,225,241,1); 
       border-radius: 12px; 
       margin-bottom: 16px; 
       padding-bottom: 0px; 
       padding-left: 0px; 
       padding-right: 0px; 
       padding-top: 0px; 
       width: 100%; 
    } 

#UpcomingEvent2.et_pb_text   table {
       border-bottom-style: none; 
       border-left-style: none; 
       border-right-style: none; 
       border-style: none; 
       border-top-style: none; 
    } 

#UpcomingEvent2.et_pb_text   td {
       border-style: none; 
       border-top-style: none; 
       padding-bottom: 0; 
       padding-left: 6px; 
       padding-right: 12px; 
       padding-top: 0; 
    } 

#UpcomingEvent3.et_pb_text   {
       background-color: rgb(255, 240, 209)!important; 
       border-radius: 12px; 
       margin-bottom: 16px; 
       padding-bottom: 0px; 
       padding-left: 0px; 
       padding-right: 0px; 
       padding-top: 0px; 
       width: 100%; 
    } 

#UpcomingEvent3.et_pb_text   table {
       border-bottom-style: none; 
       border-left-style: none; 
       border-right-style: none; 
       border-style: none; 
       border-top-style: none; 
    } 

#UpcomingEvent3.et_pb_text   td {
       background-color: transparent; 
       border-style: none; 
       border-top-style: none; 
       padding-left: 12px; 
       padding-right: 12px; 
    } 

#UpcomingEvent4.et_pb_text   {
       background-color: rgba(250,219,219,1); 
       border-bottom-left-radius: 12px; 
       border-bottom-right-radius: 12px; 
       border-radius: 12px; 
       border-top-left-radius: 12px; 
       border-top-right-radius: 13px; 
       margin-bottom: 16px; 
       padding-bottom: 3px; 
       padding-left: 0px; 
       padding-right: 0px; 
       padding-top: 3px; 
       width: 100%; 
    } 

#UpcomingEvent4.et_pb_text   table {
       border-bottom-style: none; 
       border-left-style: none; 
       border-right-style: none; 
       border-style: none; 
       border-top-style: none; 
    } 

#UpcomingEvent4.et_pb_text   td {
       border-style: none; 
       border-top-style: none; 
       padding-bottom: 0px; 
       padding-left: 6px; 
       padding-right: 12px; 
       padding-top: 0px; 
    } 

#UpcomingEvent5.et_pb_text   {
       background-color: rgba(227,206,247,1); 
       border-radius: 12px; 
       margin-bottom: 16px; 
       padding-bottom: 0px; 
       padding-left: 0px; 
       padding-right: 0px; 
       padding-top: 0px; 
       width: 100%; 
    } 

#UpcomingEvent5.et_pb_text   table {
       border-bottom-style: none; 
       border-left-style: none; 
       border-right-style: none; 
       border-style: none; 
       border-top-style: none; 
    } 

#UpcomingEvent5.et_pb_text   td {
       border-style: none; 
       border-top-style: none; 
       padding-bottom: 0px; 
       padding-left: 6px; 
       padding-right: 12px; 
       padding-top: opx; 
    } 

#UpcomingEvent6.et_pb_text   {
       background-color: rgba(224,241,192,1); 
       border-radius: 12px; 
       margin-bottom: 16px; 
       padding-bottom: 1.1%; 
       padding-left: 1.1%; 
       padding-right: 1.1%; 
       padding-top: 1.1%; 
       width: 100%; 
    } 

html body {
       background-color: rgba(255,92,73,1); 
       background-image: none; 
       background-size: auto; 
    } 

html body div#et-top-navigation ul.nav .current-menu-ancestor > a {
       font-size: 14px; 
    } 

html body div#et-top-navigation ul.nav .current_page_item > a {
       font-size: 16px; 
    } 

html body div#et-top-navigation ul.nav li {
       font-size: 14px; 
    } 

html body div#et-top-navigation ul.nav li ul li a {
       font-size: 14px; 
       line-height: 18px; 
    } 

html body div#main-content {
       background-image: url("https://creativejuicesarts.com/wp-content/uploads/cja_bkg_wavesorange_017.png"); 
       width: 100%; 
    } 

html body footer#main-footer {
       background-image: url("https://creativejuicesarts.com/wp-content/uploads/cja_bkg_mainheader_003.png"); 
    } 

html body header#main-header {
       background-image: url("https://creativejuicesarts.com/wp-content/uploads/cja_bkg_mainheader_004.png"); 
    } 

html #main-header {
       background-color: transparent; 
       background-image: url(https://creativejuicesarts.com/wp-content/uploads/cja_bkg_mainheader_004.png); 
       background-position: center top; 
       background-repeat: no-repeat; 
       background-size: contain; 
       box-shadow: none!important; 
       height: 160px; 
       max-height: 160px; 
       min-height: none; 
       transition: 0!important; 
       width: 1200px; 
    } 
/*
.post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
    } 
*/
/*.post-12426 .et_pb_section:nth-child(1) .et_pb_fullwidth_header {
    } 
*/
#footer-bottom .et-social-icons li a {
    } 

#footer-bottom #footer-info {
    float: none !important;
	text-align: center !important;
    font-size: 12px;
    } 

#UpcomingEvent1.et_pb_text   h3 {
    } 
/*
.post-1255 .et_pb_section:nth-child(1) {
    } 
*/
/*
.post-7356 .et_pb_section:nth-child(1) {
    } 
*/
/*
	
.post-8299 .et_pb_section:nth-child(1) {
    } 
*/

#UpcomingEvent6.et_pb_text   h3 {
    } 


@media screen and (max-width: 1024px)  { body #main-footer {   background-size: 100% 100%; }  }  
/*@media screen and (max-width: 1024px)  { .post-802 .et_pb_section:nth-child(3) .et_pb_slider .et_pb_slide_description {   height: 363px!important; }  }  
@media screen and (max-width: 1024px)  { .post-802 .et_pb_section:nth-child(3) .et_pb_slider .et_pb_slide_description {   max-height: none; }  }  
@media screen and (max-width: 1024px)  { .post-802 .et_pb_section:nth-child(3) .et_pb_slider .et_pb_slide_description {   max-width: none; }  }  
@media screen and (max-width: 1024px)  { .post-802 .et_pb_section:nth-child(3) .et_pb_slider .et_pb_slide_description {   width: 0px; }  }  
@media screen and (max-width: 1024px)  { .post-802 .et_pb_section:nth-child(3) .et_pb_slider {   height: 442px; }  }  
*/
@media screen and (max-width: 1024px)  { #et-top-navigation {   margin-top: -60px; }  } 
@media screen and (max-width: 1024px)  { #et-top-navigation ul.nav li a {   font-size: 10px; }  }  
@media screen and (max-width: 1024px)  { #et-top-navigation {   width: 80%!important; }  }  /* Change from 818px to 75% for navigation issue on mobile */
@media screen and (max-width: 1024px)  { #et-top-navigation {   margin-left: 10%!important; }  } /* Added for navigation issue on mobile */
@media screen and (max-width: 1024px)  { #main-content {   background-size: contain; }  }  
@media screen and (max-width: 1024px)  { html body {   background-size: contain; }  }  
@media screen and (max-width: 1024px)  { html #main-header {  /*  background-size: 100% 100%; */}  }  /* Remove for mobile navigation issue */
@media screen and (max-width: 1024px)  { html #main-header {  /* width: 909px!important; */}  }  /* Remove for mobile navigation issue */
@media screen and (min-width: 481px) and (max-width: 768px) { body #main-footer {   background-attachment: scroll; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { body #main-footer {   background-position: center bottom; }  }  
@media screen and (max-width: 768px)  { body #main-footer {   background-size: 100% 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { body #main-footer {   height: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { body #main-footer {   width: 100%; }  }  
/*
@media screen and (max-width: 768px)  { .post-11911 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu {   font-size: 14px; }  }  
@media screen and (max-width: 768px)  { .post-11911 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu {   line-height: 23px; }  }  
@media screen and (max-width: 768px)  { .post-11911 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu {   width: 100%; }  }  
@media screen and (max-width: 768px)  { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   background-color: rgba(253,229,184,1); }  } 
@media screen and (max-width: 768px)  { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   border-radius: 12px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   padding-bottom: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   font-family: Cherry Cream Soda; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-left: 10%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-right: 10%; }  }  
@media screen and (max-width: 768px)  { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   width: 80%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   padding-bottom: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   width: 23.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   padding-bottom: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   width: 46.2%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(3) {   padding-bottom: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(3) {   width: 23.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {   padding-top: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   padding-top: 0px; }  }  
@media screen and (max-width: 768px)  { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   padding-bottom: 2%; }  }  
@media screen and (max-width: 768px)  { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   padding-left: 2%; }  }  
@media screen and (max-width: 768px)  { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   padding-right: 2%; }  }  
@media screen and (max-width: 768px)  { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   padding-top: 2%; }  }  
*/
/*
@media screen and (max-width: 768px)  { .post-12091 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%!important; }  }  
*/
/*
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12426 .et_pb_section:nth-child(1) {   background-size: 100% 75%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12426 .et_pb_section:nth-child(1) .et_pb_fullwidth_header {   background-size: auto; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(11) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(11) .et_pb_column:nth-child(2) {   width: 97%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   margin-right: 0%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {   width: 97%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(5) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(5) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(5) .et_pb_column:nth-child(2) {   width: 97%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(7) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(7) .et_pb_column:nth-child(2) {   width: 97%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(9) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(9) .et_pb_column:nth-child(2) {   width: 97%; }  }  
*/
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12512 .et_pb_section:nth-child(1) {   background-size: 100% 75%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12513 .et_pb_section:nth-child(1) {   background-size: 100% 75%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12515 .et_pb_section:nth-child(1) {   background-size: 100% 75%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12516 .et_pb_section:nth-child(1) {   background-size: 100% 75%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-12517 .et_pb_section:nth-child(1) {   background-size: 100% 75%; }  }  
/*@media screen and (min-width: 481px) and (max-width: 768px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   margin-right: 4%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   width: 48%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {   margin-right: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {   width: 48%; }  }  
*/
/*
@media screen and (min-width: 481px) and (max-width: 768px) { .post-2716 .et_pb_section:nth-child(1) .et_pb_team_member .et_pb_team_member_image img {   display: block; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-2716 .et_pb_section:nth-child(1) .et_pb_team_member .et_pb_team_member_image img {   height: auto; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-2716 .et_pb_section:nth-child(1) .et_pb_team_member .et_pb_team_member_image img {   margin-left: 25%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-2716 .et_pb_section:nth-child(1) .et_pb_team_member .et_pb_team_member_image img {   width: 50%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-2716 .et_pb_section:nth-child(1) .et_pb_team_member .et_pb_team_member_image {   margin-right: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-2716 .et_pb_section:nth-child(1) .et_pb_team_member .et_pb_team_member_image {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-left: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   padding-top: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   width: 87%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 4%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 28.4%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 63%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {   margin-left: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(3) .et_pb_image {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {   margin-left: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {   width: 100%; }  }  
@media screen and (max-width: 768px)  { .post-802 .et_pb_section:nth-child(3) .et_pb_slider .et_pb_slide_description {   height: 252px; }  }  
@media screen and (max-width: 768px)  { .post-802 .et_pb_section:nth-child(3) .et_pb_slider {   height: 252px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_blog_grid .hentry  {   margin-right: 1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_blog_grid .hentry  {   width: 50%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_blog_grid {   margin-left: 20%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_blog_grid {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   margin-bottom: 4%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   margin-right: 4%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   width: 46%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   margin-right: 0%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   width: 46%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(3) {   margin-right: 4%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(3) {   width: 46%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(4) {   width: 46%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(3) {   margin-left: 0%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(3) {   margin-right: 0%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(3) {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-802 .et_pb_section:nth-child(4) {   width: 86.7%%; }  }  
*/
/*
@media screen and (min-width: 481px) and (max-width: 768px) { .post-8299 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   width: 100&; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { .post-8299 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   width: 86.7%; }  }  
*/
@media screen and (min-width: 481px) and (max-width: 768px) { .pwfheader {   background-size: 100% 75%; }  }  
@media screen and (max-width: 768px)  { #et-top-navigation {   bottom: -20px; }  }  
@media screen and (max-width: 768px)  { #et-top-navigation {   left: -20px; }  }  
@media screen and (max-width: 768px)  { #et-top-navigation {   margin-left: 13%!important; }  }  
@media screen and (max-width: 768px)  { #et-top-navigation {   margin-top: -36px; }  }  
@media screen and (max-width: 768px)  { #et-top-navigation {   max-width: 490px; }  }  
@media screen and (max-width: 768px)  { #et-top-navigation {   padding-bottom: 0px; }  }  
@media screen and (max-width: 768px)  { #et-top-navigation {   padding-left: 0px; }  }  
@media screen and (max-width: 768px)  { #et-top-navigation {   padding-right: 0px; }  }  
@media screen and (max-width: 768px)  { #et-top-navigation {   padding-top: 0px; }  }  
@media screen and (max-width: 768px)  { #et-top-navigation {   position: absolute!important; }  }  
@media screen and (max-width: 768px)  { #et-top-navigation {   right: -20px; }  }  
@media screen and (max-width: 768px)  { #et-top-navigation {   top: 5px!important; }  }  
@media screen and (max-width: 768px)  { #et-top-navigation {   width: 50%; }  } 
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom {   background-attachment: scroll; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom {   background-position: center center; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom {   background-size: contain; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom .et-social-icons {   left: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom .et-social-icons li a {   font-size: 17px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom .et-social-icons li a {   height: 12px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom .et-social-icons li a {   left: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom .et-social-icons li a {   line-height: 14px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom .et-social-icons li a {   width: 12px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom .et-social-icons {   margin-bottom: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom .et-social-icons {   margin-left: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom .et-social-icons {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom #footer-info {   background-size: auto; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom #footer-info {   font-size: 14px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom #footer-info {   left: 0%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom #footer-info {   line-height: 18px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom #footer-info {   margin-bottom: 10px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom #footer-info {   padding-bottom: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom #footer-info {   position: relative; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom #footer-info {   text-align: center; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom #footer-info {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom {   height: auto; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom {   margin-bottom: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom {   margin-left: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom {   margin-right: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom {   margin-top: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom {   padding-bottom: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom {   padding-top: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #footer-bottom {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #main-content {   background-size: auto; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #main-content #left-area {   margin-right: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #main-content #left-area {   width: 100%; }  }  
@media screen and (max-width: 768px)  { #main-content {   width: 100%; }  }  
@media screen and (max-width: 768px)  { #mainlogo.et_pb_image {   margin-left: -20px; }  }  
@media screen and (max-width: 768px)  { #mainlogo.et_pb_image {   margin-right: 25px; }  }  
@media screen and (max-width: 768px)  { #mainlogo.et_pb_image {   width: 84%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent1.et_pb_text   h3 {   width: 100%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent1.et_pb_text   {   padding-bottom: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent1.et_pb_text   {   padding-left: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent1.et_pb_text   {   padding-right: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent1.et_pb_text   {   padding-top: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent2.et_pb_text   {   padding-bottom: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent2.et_pb_text   {   padding-left: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent2.et_pb_text   {   padding-right: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent2.et_pb_text   {   padding-top: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent3.et_pb_text   {   padding-bottom: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent3.et_pb_text   {   padding-left: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent3.et_pb_text   {   padding-right: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent3.et_pb_text   {   padding-top: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent4.et_pb_text   {   padding-bottom: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent4.et_pb_text   {   padding-left: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent4.et_pb_text   {   padding-right: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent4.et_pb_text   {   padding-top: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent5.et_pb_text   {   padding-bottom: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent5.et_pb_text   {   padding-left: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent5.et_pb_text   {   padding-right: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { #UpcomingEvent5.et_pb_text   {   padding-top: 1.1%; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { html body {   background-size: contain; }  }  
@media screen and (max-width: 768px)  { html #main-header {   background-size: contain; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { html #main-header {   height: 100%; }  }  
@media screen and (max-width: 768px)  { html #main-header {   left: auto; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { html #main-header {   max-height: 110px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { html #main-header {   min-height: 0px; }  }  
@media screen and (min-width: 481px) and (max-width: 768px) { html #main-header {   padding-bottom: 0px; }  }  
@media screen and (max-width: 768px)  { html #main-header {   right: auto; }  }  
@media screen and (max-width: 768px)  { html #main-header {   width: 90%!important; }  }  
@media screen and (max-width: 667px)  { body #main-footer {   background-size: 100% 100%; }  }  
/*@media screen and (max-width: 667px)  { .post-802 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 437px!important; }  } */ 
/*@media screen and (max-width: 667px)  { #et-top-navigation {   margin-top: -42px; }  }  */
@media screen and (max-width: 667px)  { #et-top-navigation {   width: 356px!important; }  }  
/* @media screen and (max-width: 667px)  { #main-content {   padding-top: 87px; }  }  */
@media screen and (max-width: 667px)  { #mainlogo.et_pb_image {   margin-left: 0px; }  }  
@media screen and (max-width: 667px)  { #mainlogo.et_pb_image {   margin-right: 0px; }  }  
@media screen and (max-width: 667px)  { #mainlogo.et_pb_image {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { body #main-footer {   background-position: center bottom; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { body #main-footer {   background-size: cover; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .mastersettings {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .mastersettings {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .mastersettings {   width: 100%; }  }  
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-101 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-101 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-10359 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-10359 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-10359 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-10359 .et_pb_section:nth-child(1) {   padding-top: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-10359 .et_pb_section:nth-child(1) {   width: 100%; }  }  
*/  
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1148 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1148 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1148 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1148 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1148 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1148 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   width: 98%%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_fullwidth_menu {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   padding-bottom: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-left: 2%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-right: 2%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   width: 96%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   margin-left: 40%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   padding-bottom: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   width: 23.1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   padding-bottom: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(3) {   margin-left: 40%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(3) {   padding-bottom: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {   padding-top: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   padding-top: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   padding-bottom: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {   margin-left: 2%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {   margin-right: 2%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {   width: 96%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   padding-bottom: 2%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   padding-left: 2%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   padding-right: 2%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   padding-top: 2%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) {   margin-left: 2%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) {   margin-right: 2%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) {   padding-top: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(2) {   width: 96%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(3) {   margin-left: 2%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(3) {   margin-right: 2%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(3) {   width: 96%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(4) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(4) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(4) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(4) {   margin-left: 2%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(4) {   margin-right: 2%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) .et_pb_row:nth-child(4) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) {   padding-bottom: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-11911 .et_pb_section:nth-child(2) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12294 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12294 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 98%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12359 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12359 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12359 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12399 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12399 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12399 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*@media screen and (min-width: 0px) and (max-width: 480px) { .post-12407 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12407 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12407 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  } 
*/ 
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12410 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12410 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12410 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12419 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12419 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(1) {   background-size: 100% 45%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(11) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(11) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(11) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(5) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(5) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(5) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(7) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(7) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(7) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(9) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12426 .et_pb_section:nth-child(2) .et_pb_row:nth-child(9) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12512 .et_pb_section:nth-child(1) {   background-size: 100% 50%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12513 .et_pb_section:nth-child(1) {   background-size: 100% 50%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12515 .et_pb_section:nth-child(1) {   background-size: 100% 50%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12516 .et_pb_section:nth-child(1) {   background-size: 100% 50%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-12517 .et_pb_section:nth-child(1) {   background-size: 100% 50%; }  }  
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1255 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1255 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1255 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1255 .et_pb_section:nth-child(1) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   padding-bottom: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   padding-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   padding-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   padding-top: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1261 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*@media screen and (min-width: 0px) and (max-width: 480px) { .post-1284 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1284 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1284 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1284 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*@media screen and (min-width: 0px) and (max-width: 480px) { .post-13603 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13603 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13621 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13621 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13621 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13623 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13623 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13623 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13625 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13625 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13627 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13627 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13764 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13764 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13764 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*@media screen and (min-width: 0px) and (max-width: 480px) { .post-13768 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13768 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13768 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*@media screen and (min-width: 0px) and (max-width: 480px) { .post-13770 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: opx; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13770 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13770 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13772 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13772 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13772 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*@media screen and (min-width: 0px) and (max-width: 480px) { .post-13776 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13776 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13776 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13776 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13776 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-13776 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*@media screen and (min-width: 0px) and (max-width: 480px) { .post-14062 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14062 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14062 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14071 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14071 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14071 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14071 .et_pb_section:nth-child(3) .et_pb_text   ol {   padding-bottom: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14071 .et_pb_section:nth-child(3) .et_pb_text   ol {   padding-left: 15px; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14073 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14073 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14073 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14075 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14075 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14075 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 101%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14077 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14077 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14077 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  } 
*/ 
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14121 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14121 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14121 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14121 .et_pb_section:nth-child(3) .et_pb_text   ol {   padding-left: 10px; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14124 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14124 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14124 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14124 .et_pb_section:nth-child(3) .et_pb_text   ol {   padding-left: 10px; }  } 
*/ 
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14127 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14127 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14127 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14127 .et_pb_section:nth-child(3) .et_pb_text   ol {   padding-left: 10px; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14131 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14131 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14131 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14131 .et_pb_section:nth-child(3) .et_pb_text   ol {   padding-left: 10px; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14139 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14139 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14139 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14139 .et_pb_section:nth-child(3) .et_pb_text   ol {   padding-left: 10px; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14142 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14142 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14142 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14142 .et_pb_section:nth-child(3) .et_pb_text   ol {   padding-left: 10px; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14145 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14145 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14145 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14145 .et_pb_section:nth-child(3) .et_pb_text   ol {   padding-left: 10px; }  } 
*/ 
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14148 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {   display: none; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14148 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {   height: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14148 .et_pb_section:nth-child(2) .et_pb_video .et_pb_video_overlay {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14148 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14148 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14148 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14148 .et_pb_section:nth-child(3) .et_pb_text   ol {   padding-left: 10px; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14150 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14150 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14150 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-14150 .et_pb_section:nth-child(3) .et_pb_text   ol {   padding-left: 10px; }  }
*/  
/*
@media screen and (max-width: 480px)  { .post-15648 .et_pb_section:nth-child(1) {   padding-top: 100px; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1576 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-1576 .et_pb_section:nth-child(1) {   width: 100%; }  }  
*/
/*
@media screen and (max-width: 480px)  { .post-16750 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   padding-top: 67px; }  }  
@media screen and (max-width: 480px)  { .post-16750 .et_pb_section:nth-child(1) {   padding-top: 50px; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   padding-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   padding-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   width: 97%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) {   padding-top: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-2 .et_pb_section:nth-child(1) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-4526 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-4526 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-4526 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-4526 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-4526 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-4526 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   width: 100%; }  }  
*/
/*@media screen and (min-width: 0px) and (max-width: 480px) { .post-712 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-712 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 96%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-712 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 96%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-712 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-712 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-712 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 97%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-7356 .et_pb_section:nth-child(1) {   padding-top: 0px; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-780 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-780 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 97%%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-780 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 97%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-780 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-780 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-780 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   width: 100%; }  }  
*/
/*@media screen and (max-width: 480px)  { .post-802 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%!important; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   padding-bottom: 1.1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   padding-left: 1.1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   padding-right: 1.1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   padding-top: 1.1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 97.8%%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   padding-bottom: 1.1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   padding-left: 1.1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   padding-right: 1.1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   padding-top: 1.1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 97.8%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) .et_pb_row:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) {   padding-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) {   padding-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) {   padding-top: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   padding-bottom: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   padding-left: 0%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   padding-right: 0%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   padding-top: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {   margin-left: opx; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(3) .et_pb_row:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(3) {   margin-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(3) {   margin-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(3) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_blog_grid .hentry  {   padding-bottom: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_blog_grid .hentry  {   padding-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_blog_grid .hentry  {   padding-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_blog_grid .hentry  {   padding-top: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_blog_grid .hentry  {   width: 98%%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_blog_grid {   width: 100%; }  }  
@media screen and (max-width: 480px)  { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (max-width: 480px)  { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   padding-bottom: 1%; }  }  
@media screen and (max-width: 480px)  { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   padding-left: 1%; }  }  
@media screen and (max-width: 480px)  { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   padding-right: 1%; }  }  
@media screen and (max-width: 480px)  { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   padding-top: 1%; }  }  
@media screen and (max-width: 480px)  { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   padding-bottom: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   padding-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   padding-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   padding-top: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(3) {   padding-bottom: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(3) {   padding-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(3) {   padding-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(3) {   padding-top: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(3) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(4) {   padding-bottom: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(4) {   padding-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(4) {   padding-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(4) {   padding-top: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) .et_pb_column:nth-child(4) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(3) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(3) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) .et_pb_row:nth-child(3) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) {   margin-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) {   margin-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-802 .et_pb_section:nth-child(4) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8159 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 97%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8159 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 97%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8159 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8159 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8159 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8299 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8299 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8299 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 96%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8299 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8299 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8299 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8299 .et_pb_section:nth-child(1) {   padding-top: 0px; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8470 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8470 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-8470 .et_pb_section:nth-child(1) {   width: 100%; }  }  
*/
/*
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 96%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-bottom: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-top: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {   margin-bottom: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {   margin-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {   margin-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {   margin-top: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   width: 98%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-942 .et_pb_section:nth-child(1) {   width: 100%; }  }  
*/
/*@media screen and (min-width: 0px) and (max-width: 480px) { .post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {   width: 97%%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {   width: 97%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {   width: 97%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {   width: 97%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-959 .et_pb_section:nth-child(1) .et_pb_row:nth-child(3) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .post-959 .et_pb_section:nth-child(1) {   padding-top: 0px; }  }  
*/
@media screen and (min-width: 0px) and (max-width: 480px) { .pwfheader {   background-size: 100% 45%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { .pwfheader {   height: 142px; }  }  
@media screen and (max-width: 480px)  { #et-top-navigation {   height: 32px!important; }  }  
@media screen and (max-width: 480px)  { #et-top-navigation {   margin-left: 36px!important; }  }  
@media screen and (max-width: 480px)  { #et-top-navigation {   margin-top: -45px; }  } 
@media screen and (max-width: 480px)  { #et-top-navigation {   width: 87%!important; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #footer-bottom .et-social-icons {   left: -14px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #footer-bottom .et-social-icons {   top: -14px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #footer-bottom .et-social-icons {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #footer-bottom #footer-info {   font-size: 12px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #footer-bottom #footer-info {   position: relative; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #footer-bottom #footer-info {   top: -20px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #footer-bottom #footer-info {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content .container {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content .container {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content .container {   padding-bottom: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content .container {   padding-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content .container {   padding-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content .container {   padding-top: 160px; }  }  /* Changed from 0 for mobile formatting issue */
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content .container {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content #left-area {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content {   margin-bottom: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content {   margin-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content {   margin-right: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content {   margin-top: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content {   padding-bottom: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content {   padding-left: 0px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #main-content {   padding-right: 0px; }  }  
@media screen and (max-width: 480px)  { #main-content {   padding-top: 160px; }  }  /* Changed from 0 for mobile formatting issue */
@media screen and (max-width: 480px)  { #main-content {   width: 100%; }  }  
@media screen and (max-width: 480px)  { #mainlogo.et_pb_image {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #sidebar .et_pb_widget:not(.woocommerce) {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #sidebar {   margin-left: auto; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #sidebar {   margin-right: auto; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #sidebar {   min-width: 94%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #sidebar {   padding-bottom: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #sidebar {   padding-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #sidebar {   padding-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #sidebar {   padding-top: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #sidebar {   width: 94%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent1.et_pb_text   {   padding-bottom: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent1.et_pb_text   {   padding-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent1.et_pb_text   {   padding-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent1.et_pb_text   {   padding-top: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent1.et_pb_text   {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent2.et_pb_text   {   padding-bottom: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent2.et_pb_text   {   padding-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent2.et_pb_text   {   padding-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent2.et_pb_text   {   padding-top: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent2.et_pb_text   {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent3.et_pb_text   {   padding-bottom: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent3.et_pb_text   {   padding-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent3.et_pb_text   {   padding-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent3.et_pb_text   {   padding-top: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent3.et_pb_text   {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent4.et_pb_text   {   padding-bottom: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent4.et_pb_text   {   padding-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent4.et_pb_text   {   padding-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent4.et_pb_text   {   padding-top: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent4.et_pb_text   {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent5.et_pb_text   {   padding-bottom: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent5.et_pb_text   {   padding-left: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent5.et_pb_text   {   padding-right: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent5.et_pb_text   {   padding-top: 1%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent5.et_pb_text   {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent6.et_pb_text   h3 {   font-size: 24px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent6.et_pb_text   {   padding-bottom: 1%; }  }  
@media screen and (max-width: 480px)  { #UpcomingEvent6.et_pb_text   {   padding-left: 0px; }  }  
@media screen and (max-width: 480px)  { #UpcomingEvent6.et_pb_text   {   padding-right: 0%; }  }  
@media screen and (max-width: 480px)  { #UpcomingEvent6.et_pb_text   {   padding-top: 0%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #UpcomingEvent6.et_pb_text   {   width: 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { html body {   width: 100%; }  }  
@media screen and (max-width: 480px)  { html #main-header {   background-size: 100% 100%; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { html #main-header {   height: 60px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { html #main-header {   max-height: 60px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { html #main-header {   min-height: 60px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { html #main-header {   width: 100%; }  }  


/* extracted from csshero 2017-08-24 */

.post-13772 .et_pb_section:nth-child(2) .et_pb_text ol { list-style-position: outside; } .post-18406 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) { margin-right: 3.8%!important; width: 70%!important; } .post-18406 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) { background-color: rgba(247,211,239,1); border-radius: 12px; padding-bottom: 1.1%!important; padding-left: 1.1%!important; padding-right: 1.1%!important; padding-top: 1.1%!important; width: 26.1%!important; } .post-18406 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) { margin-left: 6.6%!important; margin-right: 6.6%!important; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: 86.7%!important; } .post-18406 .et_pb_section:nth-child(1) { padding-top: 0px; width: 100%!important; } /*.post-18923 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) { margin-left: 6.6%!important; margin-right: 6.6%!important; width: 86.7%!important; } .post-18923 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) { margin-right: 3.8%!important; width: 70%!important; } .post-18923 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) { background-color: rgba(246,217,217,1); border-radius: 12px; padding-bottom: 1.1%!important; padding-left: 1.1%!important; padding-right: 1.1%!important; padding-top: 1.1%!important; width: 26.1%!important; } .post-18923 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) { margin-left: 6.6%!important; margin-right: 6.6%!important; width: 86.7%!important; } .post-18923 .et_pb_section:nth-child(1) { padding-top: 0px; width: 100%!important; } .post-19295 .et_pb_section:nth-child(1) .et_pb_row:nth-child(1) { margin-left: 6.76%!important; margin-right: 6.76%!important; width: 86.7%!important; } .post-19295 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) { margin-right: 3.8%!important; width: 70%!important; } .post-19295 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) { background-color: rgb(247, 211, 239); border-radius: 12px; padding-bottom: 1.1%!important; padding-left: 1.1%!important; padding-right: 1.1%!important; padding-top: 1.1%!important; width: 26.1%!important; } .post-19295 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) { margin-left: 6.76%!important; margin-right: 6.76%!important; width: 86.7%!important; } .post-19295 .et_pb_section:nth-child(1) .et_pb_row:nth-child(4) { margin-left: 6.7%!important; margin-right: 6.7%!important; width: 86.7%!important; } .post-19295 .et_pb_section:nth-child(1) .et_pb_testimonial { border-radius: 12px; } .post-19295 .et_pb_section:nth-child(1) { padding-top: 0px; } */ 

/*.post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) { margin-right: 3.8%!important; width: 70%!important; } .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) { width: 26.1%!important; } .post-2 .et_pb_section:nth-child(1) .et_pb_row:nth-child(2) { margin-left: 6.6%!important; margin-right: 6.6%!important; width: 86.7%!important; } */#cja_details.et_pb_text { background-color: rgba(250,243,219,1); border-color: rgba(247,171,104,1); border-radius: 12px; border-style: solid; border-width: 4px; padding-bottom: 1.1%!important; padding-left: 3.8%!important; padding-right: 3.8%!important; padding-top: 1.1%!important; } #gform_wrapper_29 .gform_footer { text-align: center; } #gform_wrapper_32 .gform_footer { text-align: center; } #gform_wrapper_33 .gform_footer { text-align: center; } #UpcomingEvent1.et_pb_text { background-color: rgba(186,252,239,1); }

