body{
	width:100%;
    
	-webkit-transition:all 1.5s ease-in-out;
	-moz-transition:all 1.5s ease-in-out;
	-o-transition:all 1.5s ease-in-out;
	transition:all 1.5s ease-in-out;				
}


.freelance-background {
background-color: #fbfbfb;
}

.product-text-value {
margin-top: -35px;
margin-bottom: 40px;
font-size: 12px;
color: #3B924F;
font-weight: 400 !important;
}

#value-text-total {
font-size: 13px;
font-weight: 500 !important;
text-align: center !important;
}

.grey-outreach {
background-color: rgb(248, 248, 248);
padding: 10px;
padding: 30px;
border-radius: 5px;
box-shadow: rgb(245, 245, 245) 2px 2px 2px 2px;
}

.strategy-highlight {
border-radius: 5px;
box-shadow: rgb(240, 240, 240) 1px 1px 1px 1px;
}

.grey-outreach p {
font-size: 14px !important;
color: grey;
}

.divi-background {
background-color: rgb(239, 246, 255);
padding: 30px;
border-radius: 5px;
box-shadow: rgb(239, 239, 243) 2px 2px 2px 2px;
}

.grey-outreach p {
font-weight: 400 !important;
}

.enlarge-image {
font-size: 12px !important;
}

.uppercase {
	text-transform: capitalize;
}

.sub-headings {
font-size: 38px;
font-family: 'Poppins', sans-serif;
font-weight: 300;
text-align: left !important;
color: #2e2e2e;
}


.sub-headings-h3 {
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-align: left !important;
	color: rgb(41, 41, 41);
	}

ul.checkmark li {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  list-style-type: none; 
  margin-bottom: 1.5em; 
  padding: 0.25em 0 0 2.5em; 
	position: relative; 
	margin-left: -44px !important;
	color: #838383;
	font-weight: 400 !important;
}

ul.greencheck li {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  list-style-type: none; 
  margin-bottom: 1.5em; 
  padding: 0.25em 0 0 2.5em; 
	position: relative; 
	margin-left: 0px !important;
	color: #616161;
	font-weight: 300 !important;
}

.list-space {
	padding-top: 10px !important;
	font-family: 'Poppins', sans-serif;
}

ol {
  font-size: 15.5px;
  font-family: 'Poppins', sans-serif;
  margin-left: -15px;

  color: #4D4D4D !important;
}

ul {
	font-size:15.5px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.3px;

	color:#515151;
	margin-left: 15px !important;
	padding-bottom: 10px;
	}	

ul.checkmark li:before {
  content: " "; 
  display: block;
  border: solid 0.8em #3CAD49; 
  border-radius: .8em;
  height: 0;
  width: 1;
  position: absolute; 
  left: 0.4em;
  top: 30%; 
  margin-top: -0.5em;
}




ul.checkmark li:after {
  content: " ";
  display: block;
  width: 0.4em; 
  height: 0.9em;
  border: solid white;
  border-width: 0 0.2em 0.2em 0; 
  position: absolute;
  left: 1em;
  top: 30%;
  margin-top: -0.2em;
  -webkit-transform: rotate(45deg); 
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


ul.negative-checkmark li {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  list-style-type: none; 
  margin-bottom: 1.5em; 
  padding: 0.25em 0 0 2.5em; 
	position: relative; 
	margin-left: -30px !important;
	color: #c4c4c4;
	font-weight: 300 !important;
}

ul.negative-checkmark li:before {
  content: " "; 
  display: block;
  border: solid 0.6em rgb(241, 190, 190); 
  border-radius: .8em;
  height: 0;
  width: 1;
  position: absolute; 
  left: 0.4em;
  top: 50%; 
  margin-top: -0.5em;
}



ul.negative-checkmark li:after {
 
  display: block;
  position: absolute;
  left: 1em;
  top: 30%;
	margin-top: -0.4em;
	color: white;

}


.new-label {
	margin-bottom: -34px;
margin-top: -9px;
	padding: 4px 6px;
	border: 0px;
	margin-left: 8px !important;
	box-sizing: border-box;
	background: rgb(140, 165, 233);
	font-size: 7px;
	font-weight: 800;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	color: rgb(255, 255, 255);
	border-radius: 4px;
	box-shadow: rgb(220, 233, 248) 0px -2px 0px inset;
	max-width: 74px;

}

ul.greencheck li:before {
  content: " "; 
  display: block;
  border: solid 0.8em #3CAD49; 
  border-radius: .8em;
  height: 0;
  width: 1;
  position: absolute; 
  left: 0.4em;
  top: 30%; 
  margin-top: -0.5em;
}




ul.greencheck li:after {
  content: " ";
  display: block;
  width: 0.4em; 
  height: 0.9em;
  border: solid white;
  border-width: 0 0.2em 0.2em 0; 
  position: absolute;
  left: 1em;
  top: 30%;
  margin-top: -0.2em;
  -webkit-transform: rotate(45deg); 
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


.black-friday {
background-color: rgb(36, 41, 75);
}

.bf-text {
color: white;
font-weight: 600 !important;
font-size: 18px;
}

.bf-coupon {
color: rgb(170, 170, 170);
font-size: 11px;
}


.sendfox-form-newsletter {
	text-align: center;
}

.input-sendfox {
	min-width: 360px;
	padding: 10px;
	margin-bottom: 5px;
	border-color: #5A64DE;
	border-width: 2px;
	font-size: 14px;
}

.sendfox-button {
	min-width: 160px;
	padding: 15px;
	border-color: #5A64DE;
	border-radius: 10px;
	font-weight: bold !important;
}

.sendfox-button:hover {
	background-color: #d1d4f8 !important;
	color: #5A64DE !important;
}


.join-text-newsletter {
	color: #5A64DE;;
}


.ccode {
color: white !important;
font-weight: 700 !important;
font-size: 12px !important;
}

.money-guarantee {
	font-size: 10px;
	margin-bottom: -40px;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.headinggradient {
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	line-height: 64px;
}

.heading-cover {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 700 !important;
}

.freelancemarketing {
	font-family: 'Poppins', sans-serif;
	background: -webkit-linear-gradient(280deg,#A8B9CE, #40466A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 40px !important;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 600 !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.bundlelist li{
margin-top: 30px !important;
font-size: 16px !important;
}

.bundlelist {
	padding-left: 60px;
	padding-right: 20px;
}

.reviewimage {
	margin-top: -20px;
	margin-bottom: 10px;
}

.bootcamp-highlight {
	background-color: #ffe207;
	-ms-transform: rotate(-1.5deg); 
  -webkit-transform: rotate(-1.5deg);
	transform: rotate(-1.5deg);
	box-shadow: 4px 5px #eeeeee;
	padding: 5px;
	font-family: 'Poppins', sans-serif;
}

.notice-highlight {
	background-color: #ffe207;
	-ms-transform: rotate(-1.5deg); 
  -webkit-transform: rotate(-1.5deg);
	transform: rotate(-1.5deg);
	box-shadow: 4px 5px #eeeeee;
	padding: 5px;
	max-width: 260px !important;
	align-content: center;
	text-align: center;
}


.notice-text {
	padding-left: 20px;
	padding-right: 20px;
}

.freelancing-1000-highlight {
	background-color: #3DAD49;
	box-shadow: 4px 5px #e4e4e4;
	padding: 14px;
	color: white;
}

.join-header {
	color: rgb(248, 248, 66);
	font-size: 15px !important;
	font-family: 'Poppins', sans-serif;
}

.reviewname {
	font-weight: 500 !important;
	font-size: 18px !important;
	color: #353535;
	font-family: 'Poppins', sans-serif;
}

.freelance-page-ul {
	text-align: left;
	padding-left: 12px;
	font-size: 18px;
	font-weight: 400;
}


.reviewtitle {
	font-weight: 400;
	font-size: 14px !important;
	color: #777777;
	margin-bottom: 40px;
	font-family: 'Poppins', sans-serif;
}


.orangepricing {
	font-size: 65px;
	font-weight: 900;
	color: #EC5238;
	font-family: 'Nunito Sans', sans-serif;
}

.orangepricing-2 {
	font-size: 36px;
	font-weight: 900;
	color: rgb(75, 170, 97);
	font-family: 'Nunito Sans', sans-serif;
}

.orangepricing-join {
	font-weight: 600;
	color: #EC5238;
}

.grey-pricing {
	font-weight: bold;
	font-size: 18px;
	font-family: 'Nunito Sans', sans-serif;
	color: #8a8a8a !important;
}

.tailored-pricing {
	font-size: 30px !important;
	font-weight: bold;
	font-family: 'Nunito Sans', sans-serif;
	color: #838aa7 !important;
}

.testimonialimg {
max-height: 80px !important;
max-width: 80px !important;
min-height: 80px !important;
min-width: 80px !important;
}

.orange-discount-coupon {
	background-color: #EC5238;
	padding: 15px;
	box-shadow: 0px 0px 3px 3px #cccccc;
}

.notification-freelancing {
	background-color: #ED5238;
	color: white !important;
	padding: 8px;
}

.notification-covid {

	background-color: #202020;
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23616161' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

	color: white !important;
	padding: 16px;
}

.notification-blackfriday {

	background-color: #202020;
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23616161' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

	color: white !important;
	padding: 16px;

}

.notification-freelance {

	background-color: #EE5D44;
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ea9788' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

	color: white !important;
	padding: 16px;

}

.notify-text-blackfriday-heading {
	color: rgb(255, 255, 255) !important;
	font-size: 18px;
	font-weight: bold !important;
	padding-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}

.notify-text-blackfriday {
	color: rgb(255, 255, 255) !important;
	font-size: 12px;
	padding-bottom: 5px;
	font-family: 'Poppins', sans-serif;
}



.notify-text-freelance {
	color: rgb(255, 255, 255) !important;
	font-size: 8px !important;
	padding-bottom: 5px;
	font-family: 'Poppins', sans-serif;
}

.notify-text-blackfriday a {
	color: rgb(255, 255, 255) !important;
	font-weight: bold !important;
}

.notify-text-freelance {
	color: white !important;
	font-size: 12px;
}

.notify-text-covid {
	color: rgb(255, 255, 255) !important;
	font-size: 14px;
	font-weight: bold !important;
	font-family: 'Poppins', sans-serif;
}

.orange-discount-coupon p{
	color:white;
		font-size: 14px !important;
		font-family: 'Poppins', sans-serif;
}

.bootcamp-testimonial {
	display: inline-block;
  vertical-align: top;
  height: 10px;
  line-height: 48px;
	color: #ffed7c;
	font-family: Georgia, serif;
  font-size: 80px;
}

.centerlogos {
	margin: auto;
  width: 90%;
  padding: 10px;
}

.centerlogos-bottom {
	margin: auto;
  width: 60%;
  padding: 10px;
}

.blog-testimonial {
	display: inline-block;
  vertical-align: top;
  height: 10px;
  line-height: 48px;
	color: #EC5238;
	font-family: Georgia, serif;
  font-size: 80px;
}

.highlight-blog-testimonial {
	background-color: rgb(255, 252, 230);
	padding: 20px;
}

sup {
	vertical-align: 7px !important;
}

.dollar-align-before {
	vertical-align: 10px !important;
	font-size: 14px;
}

.site-space {
	padding: 20px !important;
}

.site-title {
	font-size: 16px !important;
	margin-bottom: -10px !important;
}

.before-price {
	font-size: 27px;
	font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
	color: #C4C4C4 !important;
}


#Capa_1 {
	
	margin-bottom: 2px !important;
	
}

.introheader {
	font-family: 'Poppins', sans-serif;
	color: #414141;
	font-size: 4.8rem !important;
	font-weight: 600;

}

.pricingheader {
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	font-size: 4rem !important;
	font-weight: 600;

}

.subheading-pricing {
	color: #b1d6ee;
	font-family: 'Poppins', sans-serif;
	margin-bottom: -18px;
	font-weight: 500;
}

.closing-cta-header {
	font-family: 'Poppins', sans-serif;
	color: #444444;
	font-size: 6.5rem !important;
	font-weight: 600;
}

.closing-cta-subheading {
	font-family: 'Poppins', sans-serif;
	color: #444444;
	font-size: 1.5rem !important;
	font-weight: 300;
}


.home-nl-subheading {
	font-family: 'Poppins', sans-serif;
	color: #444444;
	font-size: 1.5rem !important;
	font-weight: 500 !important;
}


.swd-welcome {
	font-family: 'Poppins', sans-serif;
	color: #444444;
	font-size: 4.7rem !important;
	font-weight: 600;
	padding-bottom: 20px;

}

.swd-story {
	font-family: 'Poppins', sans-serif;
	color: #888888;
	font-size: 1.2rem !important;
	font-weight: 300;
	margin-bottom: -10px;
}


.email-join {
	font-family: 'Poppins', sans-serif;
	color: #4d4d4d;
	font-size: 1.1rem !important;
	font-weight: 300;
	margin-top: -10px;
}

.home-paragraph {
	font-family: 'Poppins', sans-serif;
	color: #525252;
	font-size: 17px !important;
	font-weight: 300;

}

.learn-headlines {
	font-family: 'Poppins', sans-serif;
	color: #444444;
	font-size: 3rem !important;
	font-weight: 600;
	padding-bottom: 20px;

}

.learn-paragraph {
	font-family: 'Poppins', sans-serif;
	color: #525252;
	font-size: 17px !important;
	font-weight: 300;
	margin-top: -20px;

}

.learn-cta {
	font-family: 'Poppins', sans-serif;
	color: #EE4903;
	font-size: 14px !important;
	font-weight: 400 !important;
	margin-top: 10px;
	float:left;
	margin-bottom: -20px !important;
}

.learn-cta a {

	color: #EE4903;

}

.learn-cta a:hover{
	text-decoration: none;
}

.view-courses {
	border-bottom: #EE4903 2px solid;
	max-width: 160px;
	text-align: left;
	padding-bottom: -20px !important;
}

.learn-freelance {
	font-family: 'Poppins', sans-serif;
	color: #EE4903;
	font-size: 14px !important;
	font-weight: 400 !important;
	margin-top: 10px;
	float:left;
	margin-bottom: -20px !important;
}

.learn-freelance a {

	color: #EE4903;

}

.learn-freelance a:hover{
	text-decoration: none;
}

.view-freelance {
	border-bottom: #EE4903 2px solid;
	max-width: 180px;
	text-align: left;
	padding-bottom: -20px !important;
}

.learn-clients {
	font-family: 'Poppins', sans-serif;
	color: #EE4903;
	font-size: 14px !important;
	font-weight: 400 !important;
	margin-top: 10px;
	float:left;
	margin-bottom: -20px !important;
}

.learn-clients a {

	color: #EE4903;

}

.learn-clients a:hover{
	text-decoration: none;
}

.view-clients {
	border-bottom: #EE4903 2px solid;
	max-width: 180px;
	text-align: left;
	padding-bottom: -20px !important;
}

.benefits {
font-size: 11px !important;
}

.svg-home {
	position: relative;
	top:15px;
}

.home-page-nl-background {
	
	background-color: #fbfeff;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23e4ecf0' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
	padding-top: 7%;
	padding-bottom: 7%;
	margin-top: -20px;
}

.ctaheader {
	
	font-family: 'Montserrat', sans-serif;
	font-weight: bolder;
	color: #444444;
	font-size: 20px !important;
	letter-spacing: 1px;
}

.ctaheader-freelance {
	
	font-family: 'Montserrat', sans-serif;
	font-weight: bolder;
	color: #444444;
	font-size: 30px !important;
	letter-spacing: 1px;
}

.freelance-button-home {
	background-color: #EC5238;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.freelance-button-home a {
color: white;
letter-spacing: 1px;
}

.welcomeheading {
	
	font-weight: bold;
	font-size: 24px !important;
	letter-spacing: 1px;
	margin-top: 15px;
}

.thankyouheader {
	
	margin-top: 140px !important;
}

.freelanceheader {
	
	margin-top: 80px !important;
	font-size: 54px !important;
	font-weight: 500 !important;
	color: white;
	text-shadow: 1px 1px #16253d;
	font-family: 'Poppins', sans-serif;
}

.money-guarantee {
	font-size: 14px !important;
	margin-bottom: -40px;
}

.freelancehtags {

	font-family: 'Poppins', sans-serif;
	color: #303030;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 38px !important;
	letter-spacing: 1px;
	
}



.highlight {
	background-color: #e7f4ff;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #4e567c;
	font-weight: 400 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	margin-top: -80px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

	.ml-form-embedSubmitLoad{display:inline-block;width:20px;height:20px}.ml-form-embedSubmitLoad:after{content:" ";display:block;width:11px;height:11px;margin:1px;border-radius:50%;border:4px solid #fff;border-color:#fff #fff #fff transparent;animation:ml-form-embedSubmitLoad 1.2s linear infinite}@keyframes ml-form-embedSubmitLoad{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#mlb2-1726214.ml-form-embedContainer{box-sizing:border-box;display:table;height:99.99%;margin:0 auto;position:static;width:100%!important}#mlb2-1726214.ml-form-embedContainer button,#mlb2-1726214.ml-form-embedContainer h4,#mlb2-1726214.ml-form-embedContainer p,#mlb2-1726214.ml-form-embedContainer span{text-transform:none!important;letter-spacing:normal!important}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper{background-color:transparent;border-width:0;border-color:transparent;border-radius:4px;border-style:solid;box-sizing:border-box;display:inline-block!important;margin:0;padding:0;position:relative}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper.embedDefault,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper.embedPopup{width:420px}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper.embedForm{max-width:420px;width:100%}#mlb2-1726214.ml-form-embedContainer .ml-form-align-left{text-align:left}#mlb2-1726214.ml-form-embedContainer .ml-form-align-center{text-align:center}#mlb2-1726214.ml-form-embedContainer .ml-form-align-default{display:table-cell!important;vertical-align:middle!important;text-align:center!important}#mlb2-1726214.ml-form-embedContainer .ml-form-align-right{text-align:right}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img{border-top-left-radius:4px;border-top-right-radius:4px;height:auto;margin:0 auto!important;max-width:100%;width:undefinedpx}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody{padding:20px 20px 0 20px}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal{padding-bottom:0}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent{margin:0 0 20px 0}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4{color:#000;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:30px;font-weight:400;margin:0 0 10px 0;text-align:left;word-break:break-word}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p{color:#000;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:20px;margin:0 0 10px 0;text-align:left}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul{color:#000;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a{color:#000;text-decoration:underline}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group{text-align:left!important}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label{margin-bottom:5px;color:#333;font-size:14px;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-weight:700;font-style:normal;text-decoration:none;display:inline-block;line-height:20px}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child{margin:0}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form{margin:0;width:100%}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent{margin:0 0 20px 0;width:100%}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow{float:left}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm{margin:0;padding:0 0 20px 0;width:100%;height:auto;float:left}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow{margin:0 0 10px 0;width:100%}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item{margin:0}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal{margin:0}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input{background-color:#fff!important;color:#bababa!important;border-color:#dedede!important;border-radius:0!important;border-style:solid!important;border-width:1px!important;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px!important;height:auto;line-height:21px!important;margin-bottom:0;margin-top:0;margin-left:0;margin-right:0;padding:10px 10px!important;width:100%!important;box-sizing:border-box!important;max-width:100%!important}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder{color:#bababa}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder{color:#bababa}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder{color:#bababa}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder{color:#bababa}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea{background-color:#fff!important;color:#bababa!important;border-color:#dedede!important;border-radius:0!important;border-style:solid!important;border-width:1px!important;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px!important;height:auto;line-height:21px!important;margin-bottom:0;margin-top:0;padding:10px 10px!important;width:100%!important;box-sizing:border-box!important;max-width:100%!important}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{border-color:#dedede!important;background-color:#fff!important}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=checkbox]{box-sizing:border-box;padding:0;position:absolute;z-index:-1;opacity:0;margin-top:5px;margin-left:-24px;overflow:visible}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{border-radius:4px!important}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after{background-color:#fff;mask-image:url(https://bucket.mlcdn.com/images/default/arrow.svg);-webkit-mask-image:url(https://bucket.mlcdn.com/images/default/arrow.svg)}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after{background-color:#fff;mask-image:url(https://bucket.mlcdn.com/images/default/circle.svg);-webkit-mask-image:url(https://bucket.mlcdn.com/images/default/circle.svg)}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before{border-color:#ef4904!important;background-color:#ef4904!important;color:#fff!important}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before{top:2;box-sizing:border-box}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before{top:0!important;box-sizing:border-box!important}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before{top:0!important;box-sizing:border-box!important}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after{top:3px!important;box-sizing:border-box!important;position:absolute;left:-21px;display:block;width:10px;height:10px;content:""}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{top:0!important;box-sizing:border-box!important}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before{position:absolute;top:4px;left:-24px;display:block;width:16px;height:16px;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px;border-radius:50%}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after{position:absolute;top:5px!important;left:-21px;display:block;width:10px;height:10px;content:""}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{position:absolute;top:4px;left:-24px;display:block;width:16px;height:16px;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px;border-radius:50%}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after{position:absolute;top:3px!important;left:-21px;display:block;width:10px;height:10px;content:""}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after{position:absolute;top:3px!important;left:-21px;display:block;width:10px;height:10px;content:""}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after{background:no-repeat 50%/50% 50%}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after{background:no-repeat 50%/50% 50%}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input{position:absolute;z-index:-1;opacity:0;box-sizing:border-box;padding:0}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label{color:#000;font-size:12px!important;font-family:'Open Sans',Arial,Helvetica,sans-serif;line-height:22px;margin-bottom:0;position:relative;vertical-align:top;font-style:normal;font-weight:700}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select{background-color:#fff!important;color:#bababa!important;border-color:#dedede!important;border-radius:0!important;border-style:solid!important;border-width:1px!important;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px!important;line-height:20px!important;margin-bottom:0;margin-top:0;padding:10px 28px 10px 12px!important;width:100%!important;box-sizing:border-box!important;max-width:100%!important;height:auto;display:inline-block;vertical-align:middle;background:url(https://bucket.mlcdn.com/images/default/dropdown.svg) no-repeat right .75rem center/8px 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow{height:auto;width:100%;float:left}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal{width:70%;float:left}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal{width:30%;float:left}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn{padding-top:25px}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields{box-sizing:border-box;float:left;padding-right:10px}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input{background-color:#fff;color:#bababa;border-color:#dedede;border-radius:0;border-style:solid;border-width:1px;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;margin-bottom:0;margin-top:0;padding:10px 10px;width:100%;box-sizing:border-box;overflow-y:initial}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button{background-color:#ef4904!important;border-color:#ef4904;border-style:solid;border-width:1px;border-radius:4px;box-shadow:none;color:#fff!important;cursor:pointer;font-family:Raleway,Arial,Helvetica,sans-serif;font-size:14px!important;font-weight:700;line-height:20px;margin:0!important;padding:10px!important;width:100%;height:auto}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover{background-color:#db4607!important;border-color:#db4607!important}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]{box-sizing:border-box;padding:0;position:absolute;z-index:-1;opacity:0;margin-top:5px;margin-left:-24px;overflow:visible}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description{color:#000;display:block;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:12px;text-align:left;margin-bottom:0;position:relative;vertical-align:top}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label{font-weight:400;margin:0;padding:0;position:relative;display:block;min-height:24px;padding-left:24px}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a{color:#000;text-decoration:underline}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p{color:#000!important;font-family:'Open Sans',Arial,Helvetica,sans-serif!important;font-size:12px!important;font-weight:400!important;line-height:18px!important;padding:0!important;margin:0 5px 0 0!important}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child{margin:0}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit{margin:0 0 20px 0}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button{background-color:#ef4904!important;border:none!important;border-radius:4px!important;box-shadow:none!important;color:#fff!important;cursor:pointer;font-family:Raleway,Arial,Helvetica,sans-serif!important;font-size:14px!important;font-weight:700!important;line-height:21px!important;height:auto;padding:10px!important;width:100%!important;box-sizing:border-box!important}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading{display:none}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover{background-color:#db4607!important}.ml-subscribe-close{width:30px;height:30px;background:url(https://bucket.mlcdn.com/images/default/modal_close.png) no-repeat;background-size:30px;cursor:pointer;margin-top:-10px;margin-right:-10px;position:absolute;top:0;right:0}.ml-error input{background:url(https://bucket.mlcdn.com/images/default/error-icon.png) 98% center no-repeat #fff!important;background-size:24px 24px!important}.ml-error .label-description{color:red!important}.ml-error .label-description p,.ml-error .label-description p a{color:red!important}#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,#mlb2-1726214.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter{color:red!important}@media only screen and (max-width:420px){.ml-form-embedWrapper.embedDefault,.ml-form-embedWrapper.embedPopup{width:100%!important}.ml-form-formContent.horozintalForm{float:left!important}.ml-form-formContent.horozintalForm .ml-form-horizontalRow{height:auto!important;width:100%!important;float:left!important}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal{width:100%!important}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal>div{padding-right:0!important;padding-bottom:10px}.ml-form-formContent.horozintalForm .ml-button-horizontal{width:100%!important}.ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn{padding-top:0!important}}
	
	.form-control {
		padding: 20px !important;
	}

  @media only screen and (max-width:420px){.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields{margin-bottom:10px!important;width:100%!important}}


.tweet-box {
background-color: #eef7fc;
padding: 26px;

box-shadow: 2px 2px #c5def0;
}

.input-sendfox {
	max-width: 80%;
}

.tweet-box p {
font-size: 15px !important;
font-weight: 400 !important;
font-family: 'Poppins', sans-serif;
	}

.tweet-this {

	background-color: #55ADEE;
	max-width: 100px;
	border-radius: 4px;
	margin-top: 12px;
	padding: 6px;
	font-size: 12px !important;
	font-weight: bold !important;
	box-shadow: 2px 2px #1489b7;

}

.tweet-this a {
	color: white !important;
	font-style: initial !important;
}


.quoteimage {
	float: left;

}

.google-color-test {
	border-radius: 6px;
}

.quote-name-size {
	font-size: 11px !important;
}

.freelancesubheader {
	margin-top: 5px !important;
	font-size: 14px !important;
	color: white;
	font-weight: 300 !important;
}

.recommended-logo {
	font-size: 8px !important;
	color: rgb(255, 251, 0);
	font-weight: 400 !important;
	padding-bottom: 10px;
}



.whatyoulearndiv {
	background-color: white;
	box-shadow: 0px 0px 3px 3px #efefef;
	border-radius: 7px;
	font-family: 'Poppins', sans-serif;
}

.pricing-options {

	padding-left: 8px !important;
	padding-right: 8px !important;
}

.price-op {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	border-radius: 7px;
	background-color: white;
	
}

.productnamebundle {

	font-family: 'Poppins', sans-serif;
	color: #444444;
	font-weight: 700 !important;
	font-size: 32px !important;
	letter-spacing: 1px;
	margin-bottom: 20px;
	
}

.starterbundlename {

	font-family: 'Poppins', sans-serif;
	color: #444444;
	font-weight: 600 !important;
	font-size: 24px !important;
	letter-spacing: 1px;
	margin-bottom: 20px;
	
}

.productnamebundle2 {

	font-family: 'Poppins', sans-serif;
	color: #383838;
	font-weight: bolder;
	font-size: 26px !important;
	letter-spacing: 1px;
	margin-bottom: 15px;
	
}

.faqheading {
	
	font-family: 'Poppins', sans-serif;
	color: #616161;
	font-weight: 600 !important;
	font-size: 18px !important;
	margin-bottom: 10px;
	letter-spacing: 1px;
	
}

.fb-images {
	padding: 10px !important;
}

.fb-image-feature {
 	align-self: center !important;
}

.freelancetext {
	
	font-size: 18px !important;
	padding-right: 12px;
	padding-left: 12px;
	text-align: left;
	font-weight: 400 !important;

}

.freelancetext-icons {
	
	font-size: 18px !important;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: 400 !important;

}

.freelancetextproduct {
	
	font-size: 15px;
	color: #8b8b8b !important;
}

.freelancetextfaq {
	
	font-size: 15px;
	color: #6e6e6e !important;
	margin-bottom: 30px;

}

.bundlepricing {
	
	font-weight: bolder;
	font-size: 24px;
	color: #444444;
}

.productname {
	
	font-weight: bold;
	font-size: 18px;
	color: #686868;
	padding-bottom: 15px;
}

.tailorname {
	
	font-weight: 400 !important;
	font-size: 18px;
	color: #686868;
	padding-bottom: 15px;
}

.greycta a{
	
	background-color: #EBEBEB;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	max-width: 180px;
	font-size: 12px;
	color: #333333;
}

.greycta {

	margin-bottom: 60px;
}


.product-text {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 40px;
	font-weight: 500 !important;
}

.headercta {
	
	background-color: #385ef5;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 10px;
	width: 30%;
	color: white;
	font-family: 'Poppins', sans-serif;
	box-shadow: 5px 6px #eef1ff;
	border-radius: 10px;
	border: #1489b7;
	
}

.headercta a{
	font-size: 26px !important;
	font-weight: 500 !important;
	color: white;
	font-family: 'Poppins', sans-serif;
}



.headercta:hover {
	
	background-color: #455dbd;

}




.orangecta {
	
	background-color: #5878F3;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 82%;
	font-size: 26px;
	margin-bottom: 18px;
	font-weight: 500 !important;
	color: white;
	font-family: 'Poppins', sans-serif;
	box-shadow: 5px 6px #eef1ff;
	border-radius: 10px;
}

.orangecta:hover {
	
	background-color: #455dbd;

}

.orangecta a:hover, a:visited, a:link, a:active {
	text-decoration: none !important;

}


.join-text {
	font-size: 10px !important;
	color: #9CDBFF !important;
}

.highlighting-freelance {
	background-color: rgb(255, 255, 215);
}

.startercta {
	
background-color: #c5daec;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 80%;
	font-size: 16px;
	font-weight: 500 !important;
	color: #49537c !important;
	box-shadow: 5px 6px #eeeeee;
	font-family: 'Poppins', sans-serif;
	border-radius: 10px;
}


.startercta:hover {
	
	background-color: #abc9e4;

}

.startercta a:hover, a:visited, a:link, a:active {
	text-decoration: none !important;

}

.orangecta-2 {
	
	background-color: rgb(75, 170, 97);
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 300px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	margin-bottom: 60px;
}

.orangecta-2 a{
	
	color: white;
}


.orangecta2 {
	
	background-color: #ec5238;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 400px;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.orangecta2 a{
	
	color: white;
}

.signupbutton {
	
	background-color: #ec5238;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 300px;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.signupbutton a{
	
	color: white;
}

.template-bundle-img {
	padding: 20px;
}

.names {
	font-size: 10px;
	color:#515151 !important;
	margin-top: -30px !important;
	padding-bottom: 40px;
}

.quotes {
	font-weight: bold;
	
}

.review-quote blockquote {
	font-weight: 200 !important;
	font-family: 'Poppins', sans-serif;
}

blockquote {
	border-left: 1px solid #F7F7F7 !important;
  quotes: "\201C""\201D""\2018""\2019";
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #6d6d6d !important;
	font-size: 17px;
	z-index: -1 !important;
	
}

blockquote:before {
  color: #f48270;
  content: open-quote;
	font-family: 'Noto Serif', serif !important;
  font-size: 2.5em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.3em;
	z-index: -2 !important;
}

blockquote:after {
  content:"\201C";
  color: #f48270;
  content: close-quote;
	font-family: 'Noto Serif', serif !important;
  font-size: 2.5em;
  line-height: 0.1em;
  margin-left: 0.1em;
  vertical-align: -0.4em;
	z-index: -3 !important;
}




.spacingurl {
	
	margin-bottom: 30px !important;
}

.logos {
	
	background-color: #F1F1F1;
	min-height: 80px;
}

.profession {
	margin-top: 22px;
	padding: 10px;
}

.profession img{
	max-height: 30px !important;
	max-width: 140px !important;
}

.orangeurl {
	
	color: #EC5238 !important;
	font-weight: bold;
}


.homebuttons {
	
	margin-bottom: 40px !important;
}

.instagram-svg {
	fill: rgb(99, 99, 99) !important;
}

.twitter-svg {
	fill: rgb(99, 99, 99) !important;
}

.refund {
	
	margin-bottom: 40px;
	font-size: 11px;
}

.podcast-background {
	background-image: url(/images/the-freelancer-podcast-background.png);
	background-repeat: no-repeat;
	position: center;
	padding: 100px;
}

.like-podcast {
	background-color: #fbfbe9;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23f2d0a2' fill-opacity='0.26'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
padding: 60px;
}

.outro-note {
	background-color: rgb(247, 247, 247);
	padding: 15px;
}


.hurry-highlight {
	background-color: rgb(255, 255, 255);
	padding: 20px;
	box-shadow: 5px 10px 18px #e0e0e0;
}

.bundle-podcast {
	background-color: #e9f4f0;
background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23c7e3d6' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
padding: 100px;
}


.about-me {

color: #999999;
font-family: 'Montserrat', sans-serif !important;
font-size: 14px;

}

.about-freelance-image img{
	padding: 10px;
	margin-top: -5px;
	max-width: 90%;
}

.about-me :hover {
	
	text-decoration: none !important;
	color:#e5e5e5 !important;
	
}

.includes {
	margin-bottom: 30px;
}


	.row{
			padding:0px;
			margin:0;
			border:none;
			}



	.bannerimg {

			height:300px;
			width: 100% !important;
			margin-top: 70px;
			background-image:url(../images/study-web-development-kyle-background1-1200.jpg);
			background-size:cover;
			transition:all .9s linear; 
			-o-transition:all .9s linear; 
			-moz-transition:all .9s linear; 
			-webkit-transition:all .9s linear;		
			
		}
		

	.freelancebannerimg {

			min-height: 450px !important;
			width: 100% !important;
			background-image:url(/images/study-web-development-kyle-background1-1200-freelancing.jpg);
			background-size:cover;
			-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);

		}

	.webdesignbannerimg {

			min-height: 450px !important;
			width: 100% !important;
			background-image:url(../images/web-design-background-image-1200.jpg);
			background-size:cover;
			-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);

		}


	.pricing-tables {

			height: 100% !important;

			background-color: #3e476e;
			background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23586083' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

	
			-webkit-clip-path: polygon(0 0, 50% 3%, 100% 0, 100% 100%, 50% 97%, 0 100%);
		 clip-path: polygon(0 0, 50% 3%, 100% 0, 100% 100%, 50% 97%, 0 100%);
		
		
		}




/* Mailerlite form for Get More Clients */

.ml-button-iframe {
        background-color: transparent !important;
        border: 0px none transparent !important;
        overflow: hidden !important;
        position: fixed !important;
        visibility: visible !important;
        margin: 0px !important;
        padding: 0px !important;
        left: 0px !important;
        top: 0px !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 999999 !important;
        display: none;
    }
    
    #mlb2-6510294 button.ml-subscribe-button {
        cursor: pointer;
        font-family: Lato!important;
        font-size: 16px!important;
        height: 40px;
        width: 180px;
        background: #EC5238!important;
        background-color: #EC5238!important;
        color: #ffffff!important;
        border: none;
        border-radius: 0px;
        padding: 0px 16px;
    }
    
    #mlb2-6510294 button.gradient-on {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    }
    
    #mlb2-6510294 button.gradient-on:hover {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    }



/* End of Mailerlite form for Get More Clients */





/* Mailerlite form for Get Paid More */

.ml-button-iframe {
        background-color: transparent !important;
        border: 0px none transparent !important;
        overflow: hidden !important;
        position: fixed !important;
        visibility: visible !important;
        margin: 0px !important;
        padding: 0px !important;
        left: 0px !important;
        top: 0px !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 999999 !important;
        display: none;
    }
    
    #mlb2-6510506 button.ml-subscribe-button {
        cursor: pointer;
        font-family: Lato!important;
        font-size: 16px!important;
        height: 40px;
        width: 180px;
        background: #EC5238!important;
        background-color: #EC5238!important;
        color: #ffffff!important;
        border: none;
        border-radius: 0px;
        padding: 0px 16px;
    }
    
    #mlb2-6510506 button.gradient-on {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    }
    
    #mlb2-6510506 button.gradient-on:hover {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    }


/* End of Mailerlite form for Get Paid More */




/* Mailerlite form for eBook Download */

.ml-button-iframe {
        background-color: transparent !important;
        border: 0px none transparent !important;
        overflow: hidden !important;
        position: fixed !important;
        visibility: visible !important;
        margin: 0px !important;
        padding: 0px !important;
        left: 0px !important;
        top: 0px !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 999999 !important;
        display: none;
    }
    
    #mlb2-6510656 button.ml-subscribe-button {
        cursor: pointer;
        font-family: Open Sans!important;
        font-size: 16px!important;
        height: 40px;
        width: 180px;
        background: #EC5238!important;
        background-color: #EC5238!important;
        color: #ffffff!important;
        border: none;
        border-radius: 0px;
        padding: 0px 16px;
    }
    
    #mlb2-6510656 button.gradient-on {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    }
    
    #mlb2-6510656 button.gradient-on:hover {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    }



/* End of Mailerlite form for eBook Download */



	#introduction{

		margin-top: 0px;
		min-height: 210px;
		max-height: 500px;
		
	}


	
	#introduction img{
		max-width:80%;
		max-height:80%;
		margin-top: 10px;

	}
	

#introduction p{

color: #999999;
font-family: 'Montserrat', sans-serif !important;
font-size: 10px;
letter-spacing: 1px;
position:relative;
top: 70px;

}
	
	
	#introduction h2{
		font-size:35px;
		font-family: 'Montserrat', sans-serif !important;
		color:#ec5238;
		font-weight:bold;
		position: relative;
		top:20px;

	}

	.expansion{



		background-image: url("../images/skills.jpg");
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
		max-height:1000px;
		min-height:600px;
			

	}

.about-background {
	background-color: #F3F3F3;
	padding-top:40px;
	padding-bottom: 40px;
	width: 100%;
}



	.col-md-6{

		padding: 0;
	}
	
	.more-about{

		margin-top: 27px;
			padding-bottom: 80px;


	}

.offering{

margin-bottom: -4px !important;

}

.offering1{


margin-bottom: -9px !important;


}

.more-about img{

width: 7%;
height: 7%;

		
}

	
.more-about h2{
		font-size:40px;
		font-weight:bold;
		font-family: 'Montserrat', sans-serif !important;
		color:#ffffff;
		margin-top: 40px;

		
		
	}

	.more-about h3{
		font-size:18px;
		line-height: 20px;
		font-weight:bold;
		font-family: 'Montserrat', sans-serif !important;
		color:#ffffff;
		display: inline-block;
		padding-left: 10px;

		
	}

	.more-about p{
		font-size:16px;
		font-family:'Open Sans', sans-serif;
		line-height: 24px;
		color:#e0e0e0;
		padding-bottom: 10px;
		
	
	}

	.aboutkyle{
		
		margin-top:60px;
		
	
	} 
		
	.aboutkyle a{
		
	color:#c4c4c4 !important;	
	font-size:16px !important;	
	font-family: 'Montserrat', sans-serif;
	}	
	
	.aboutkyle a:hover {
	
	
	color:#ec5238 !important;
	text-decoration:none;
	
	
}

	
	.ebook {
	background-image:url(../images/index/web-development-and-beyond-ebook-background-image.png);
	background-color:#EFEDED;
	background-repeat:no-repeat;
	background-size:100% 100%;
	


}

.borderdiv {


background-image: url("../images/stripes.png");
max-height:390px;
min-height:390px;

}


.web-courses{

max-height:350px;
min-height:350px;
background-color: #343F4A;
position: relative;
top:20px;
width:97%;


}


.web-courses h1{

font-size:25px;
font-family: 'Montserrat', sans-serif !important;
padding-top: 85px;
color:#ffffff;

}

.web-courses p{

font-size:14px;
font-family:'Open Sans', sans-serif;
line-height: 20px;
color:#d6d6d6;
padding-bottom: 30px;
padding-left:5px;
padding-right:5px;

}


#courses-button{

	border-radius: 0px;
	background-color:#343F4A;
	border:3px solid #ec5238;
	color:#ec5238;
	font-size: 25px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif !important;
}


#courses-button:hover{

	
	background-color:#fcfcfc !important;
	border:3px solid #ec5238;
	color:#ec5238;
	font-size: 25px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif !important;
	text-decoration: none;
}


.web-courses a{

text-decoration: none;

}

.ebookaudience h3{

font-family:Verdana, Geneva, sans-serif;
font-size:18px !important;
color:#46495A


}



.titlexpansion{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	margin-left:-80px;
	margin-bottom:30px;
	color:#46495A;

}


.booktitle{
	font-family: 'Arvo', serif;
    font-size:40px;
	margin-top:40px;
	font-weight:bold;
	margin-left:-80px;
	color:#46495A;
	line-height:50px;
}


.ebook-highlight {

	text-decoration: none;
    border-bottom: 2px solid #EC5238;

}


.insideebook{

background: #485563; 
background: -webkit-linear-gradient(to left, #485563 , #29323c); 
background: linear-gradient(to left, #485563 , #29323c); 
        
	height:auto;


}

.titlestrip{
	font-family: 'Montserrat', sans-serif !important;
	font-weight:bold;
	font-size:30px !important;
	letter-spacing:2px;
	height:auto;
	color:#ffffff !important;
	padding:30px !important;
	margin:0px !important;
}

	.audience{


		padding:50px 0 50px 0;

	}

	.newer {

		background-color: #343F4A;
		height: auto;
		font-size: 32px;
	}

	.newer p{

padding-top:40px;
padding-bottom:40px;
font-family: 'Montserrat', sans-serif !important;
color:#ffffff;
font-weight:bold;

}


.newer img{
	
	width:3% !important;
	height:3% !important;
	margin-top: -2px;
	

}



.newer:hover {

background-color: #e05843;


}

.newer a {

border-radius: 0px !important;
color:#ffffff;
border:3px solid #e05843;
padding:5px 25px 5px 25px;
font-size: 25px;

}


.newer a:hover {


text-decoration: none;
color: #ffffff !important;


}


	#newslettertitle {
			
			font-size:35px;
			font-weight:bold;
			margin-top:-10px;
			font-family: 'Montserrat', sans-serif !important;
			color:#EC5238 !important;
			letter-spacing:2px;
padding-left:3px;
			padding-right:3px;
	}


.newsletter {
	background-image:url(../images/web-development-and-beyond-ebook-background-image.png);
	background-color:#fcfcfc;
	background-size:cover;
	background-repeat: no-repeat;
	max-height:auto;	
	margin-bottom:0;
	
	
}


	.steps {
	
	color:#7c7c7c;
	font-size:18px !important;
	font-family: 'Montserrat', sans-serif !important;
	
	}



.booktitlesteps{

margin-bottom: -15px;

}


.designation{

	color:#B0B0B0;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;


}


.bookintro p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:19px;
	margin-top:35px;
	padding-right:10px;
	margin-left:-10px !important;
	color:#46495A !important;

}


.freelancelearntext {
	
	margin-bottom: 15px !important;
}

p {
	padding:0;
	margin:0;
	font-family: 'Montserrat', sans-serif;
	color: #444444;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 200 !important;
	
}




.bookdescription h3{


font-family:Verdana, Geneva, sans-serif;
font-size:18px;
color:#46495A;
padding:10px;




}

	



.bookdescription img{
float:center !important;

}






.ebookaudience h2{

		font-family: 'Montserrat', sans-serif;
		font-weight:bold;
	font-size:18px !important;
	letter-spacing:2px;
		color:#46495A;

}


.ebookaudience img{

	width:80px;
	height:80px;


}


.ebookaudience h3{

		font-family:'Open Sans', sans-serif;
		line-height: 24px;
		font-size: 16px !important;
		color:#8c8c8c;
		margin-top: -3px;
	

}



.infodiv {
	background-color:#ffffff !important;
	height:auto;
	padding-bottom:0;
	color:grey;

}



.infodiv img{
	padding-top:100px;
	padding-bottom:100px;
	-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
width:80%;
height:80%;

}




#quote{

background-image :url(../images/success.jpg);
background-size: cover;
background-attachment: fixed;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
transition: all 0.2s ease;
height:300px;

}

#quote p{
			font-size:37px;
			color:#fcfcfc;
			font-family: 'Montserrat', sans-serif;
			position: relative;
			top:120px;
			
}


#quote img{
					height:4%;
					width:4%;
					margin-top:-40px;
			}

			

#author{

	font-size:14px !important;
	color:#ec5238 !important;
	font-family: 'Montserrat', sans-serif !important;
	position:relative;
	border-left: none;

}

.freelancetestimonial {
	
	width: 100%;
}


.testimonials {
			font-size:12px !important;
			color:#BDBDBD;
			max-height:800px;
			min-height:400px;
			font-family: 'Montserrat', sans-serif;
		}


		.testimonials p{
			font-size:16px !important;
			line-height: 24px;
			color:#6b6666;
			font-family: 'Roboto', sans-serif;
			

		}


.testimonials h2{
			font-size:40px !important;
			font-family: 'Montserrat', sans-serif !important;
			position:relative;
			top: 40px;
			color:#323c47;
		}

.testimonials img{
			
			width:28%;
			height:28%;

		}



.reviews{

padding-top: 80px;
padding-bottom: 120px;
position:relative;
top: 30px;



}

.reviewers {


font-size:40px !important;
font-family: 'Montserrat', sans-serif !important;
color:#7f7f7f;
font-weight: bold;



}



.footertext {
			font-size:10px !important;
			color:#BDBDBD;
			padding-top:8px;
			padding-bottom:15px;
			font-family: 'Montserrat', sans-serif !important;
		}
		
		
		.footerlinks {
			font-size:12px !important;
			padding-top:14px;
			margin-bottom:10px;
			font-family: 'Montserrat', sans-serif !important;
			}
		
		
		footer {
	
			
			height:auto;
		
	}
		

		footer a:hover {
	color:#636363 !important;
	
}

.footer-learn {
	font-family: 'Poppins', sans-serif;
	padding-bottom: 18px;
}

.orangeurl a:hover {
color:#b9260d !important;
text-decoration: none !important;
}
		

.footerjourneylink {
	color:#E8603C;
	font-family: 'Montserrat', sans-serif;
}
.followmyjourney a:hover {
	color:#E8603C !important;
	text-decoration:underline !important;
}
	
		.termslink {
			font-size:11px !important;
			color:#888888;	
			font-family: 'Montserrat', sans-serif !important;
			text-align: center;
		}
		
		
		.footernav a:hover {
			color:#E5E5E5;
			text-decoration:underline;
		}
		
		
	
		.footerlinks a:hover {
			color:#E5E5E5;
			text-decoration:underline;
			
		}
		
		.footernav {
			font-size:12px !important;
			padding-top:12px;
			color:#C9C9C9;
			font-family: 'Montserrat', sans-serif;
		}


		.footernav a{
			font-size:13px !important;
		}
		
		.footernavlink {
			color:#565656;
			font-family: 'Montserrat', sans-serif;
			font-size:14px;
		}

		
		.socialicons img{
			max-width: 50px;
			max-height: 50px;
		}	
		
		
		.socialicons {
			background-color:#FFFFFF !important;
			height:100%;
			margin-bottom:-15px;
			color:grey;
		}


		.socialtext {
			margin-top:-10px;
			margin-bottom:0px;
			font-size:18px !important;
		font-family:'Open Sans', sans-serif;
		line-height: 22px !important;	
		color:#EC5238 !important;
		letter-spacing: 2px;
		font-weight: bold !important;
		}

  
		footer a:hover {
	color:#9b9b9b !important;
	
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
	padding: 2px 16px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

@media only screen
	and (max-width : 480px) {
	
	.bannerimg {

			height:300px;
			width: 100% !important;
			margin-top: 70px;
			background-image:url(../images/swd-small-mobile-image.jpg);
			background-size:cover;
			
		}

.headinggradient {
	font-size: 50px;
	line-height: 44px;
}


img .student-logos {

	height: auto;
	max-width: 50% !important;
}


h1 .pricing-headline {
	padding-bottom: 50px !important;
	}

h1 .pricingheader {
	padding-bottom: 50px !important;
	}



.city-list p{
margin-bottom: 10px;
}	
		

.freelancebannerimg {
height:480px;
background-position: center center !important;
width: 100% !important;
background-image:url(../images/study-web-development-kyle-background1-480-freelancing.jpg);

}

.webdesignbannerimg {
height:400px;
background-position: center center !important;
width: 100% !important;
background-image:url(../images/web-design-background-image-480.jpg);

}		

.pricing-options {
padding-left: 8px !important;
padding-right: 8px !important;
}

.price-op {
padding-bottom: 50px !important;	
margin-bottom: 60px !important;
}		
		
		
		.pricing-pad {
			margin-top: -20px !important;
		}	
		
.freelanceheader {
margin-top: 100px !important;
font-size: 28px !important;
font-weight: 600 !important;
margin-bottom: 0px !important;
}
		
.pricing-headline {
	font-size: 26px !important;
	font-weight: 500 !important;
	margin-bottom: 0px !important;
	}
			

.resource-h1 {
font-size:40px !important;
}		
		

.pricing-tables {
	
			-webkit-clip-path: polygon(0 0, 50% 1%, 100% 0, 100% 100%, 50% 99%, 0 100%);
		 clip-path: polygon(0 0, 50% 1%, 100% 0, 100% 100%, 50% 99%, 0 100%);
		
		
		}

.price-op {

	border-radius: 7px;
	background-color: white;
	
}

		
}




/* -- Below is for Mailerlite Get More Clients form */


    @media (max-width: 768px) {
        #mlb2-6510294 button.ml-subscribe-button {
            height: auto;
            line-height: 26px;
            padding: 5px 16px;
				}


				.student-logos {

					height: auto !important;
					max-width: 30% !important;
					align: center !important;
				}

				.about-freelance-image img{
		
					max-width: 40%;
				}

				.bundlelist {
					padding-left: 50px;
					padding-right: 20px;
				}
			
				.overview-img {
					padding-bottom: 30px;
				}

				.headinggradient {

				font-size: 50px;
				line-height: 44px;
				}
		
				
.headercta {
	width:60%;
}


/* -- Below is for Mailerlite Get Paid More form */

#mlb2-6510506 button.ml-subscribe-button {
            height: auto;
            line-height: 26px;
            padding: 5px 16px;
        }
		
/* -- Below is for Mailerlite eBook Download */

#mlb2-6510656 button.ml-subscribe-button {
            height: auto;
            line-height: 26px;
            padding: 5px 16px;
        }
}
