html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    /*18px*/
    font-size: 18px;
    height: 1.2em;
    color: #000000;
    }

html,
body {
    min-height: 100vh;
    position: relative;
    margin-top: 0px;
}
.clear {content: ''; display: block; height: 0; clear: both;}
h1,
h2,
h3 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.4;
}
h2 {font-size: 29px;}
h3 {font-size: 25px;}
p {
    font-size: 20px;
    margin-bottom: 17px;
    font-weight: 100;
    line-height: 30px;
}
a {
    text-decoration: none;
    color: #000000;
}
a:hover {
    color: #4fc3f9;
    transition: 0.2s;
}
ul {
    padding-left: 30px;
    font-size: 22px;
    line-height: 30px;
}
li {
    margin-bottom: 7px;
}
.w100 {
    font-weight: 100;
}
.w200 {
    font-weight: 200;
}
.w400 {
    font-weight: 400;
}
.w600 {
    font-weight: 600;
}
.w800 {
    font-weight: 800;
}
.s15 {
    font-size: 15px;
}
.s16 {
    font-size: 16px;
}
.s17 {
    font-size: 17px;
}
.center {
    text-align: center;
}
.container-block {
    position: relative;
    /*width: 50%;*/
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0px auto;
    padding-right: 25px;
    padding-left: 25px;
}
    
.main-section {
    background-color: #242f4b;
    background-image: url(https://www.energist.academy/mk/eq/img/main-bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.summer-section {
    background-color: #242f4b;
    background-image: url(../img/summer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.white-section {
    background-color: #ffffff;
}
.dark-section {
    background-color: #eaeaea;
}
.grey-section {
    background-color: #f1f1f1;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mtb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}

.logo-mobile {
    display: none;
}

@media screen and (max-width: 700px) {
    .logo-mobile {
        display: block;
        float: right;
        padding-top: 22px;
    }
    .logo-mobile :after {
      content: "";
      display: table;
      clear: both;
    }
}

.navbar-logo {display: inline-block; margin-top: 2px;}

/* MENU Burger*/
/*----- Toggle Button -----*/
.toggle-nav {
	display:none;
}

.menu:after {
  content: "";
  display: table;
  clear: both;
}

/*----- Menu -----*/
@media screen and (min-width: 700px) {
	.menu {
	width:100%;
	}
}

.menu ul {
	display:inline-block;
    float: right;
    margin-top: 0px;
}

.menu li {
	margin:0px 30px 0px 0px;
	list-style:none;
	font-size:15px;
    font-weight: 100;
    display: inline-block;
}

.menu li:last-child {
	margin-right:0px;
}

.menu a {
	color:#ffffff;
	transition:color linear 0.15s;
    text-decoration: none;
}

.menu a:hover, .menu .current-item a {
	text-decoration:none;
	color:#4fc3f9;
}

/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
	.wrap {
		width:90%;
	}
}

@media screen and (max-width: 700px) {
	.menu {
		position:relative;
		/*display:inline-block;*/
        max-width: 160px;
	}

	.menu ul.active {
		display:none;
	}

	.menu ul {
		width:100%;
		position:absolute;
		top:115%;
		left:0px;
		padding:10px 18px;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background: #4fc3f9;
	}

	.menu ul:after {
		width:0px;
		height:0px;
		position:absolute;
		top:0%;
		left:22px;
		content:'';
		transform:translate(0%, -100%);
		border-left:7px solid transparent;
		border-right:7px solid transparent;
		border-bottom:7px solid #4fc3f9;
	}

	.menu li {
		margin:12px 0px 5px 0px;
		float:none;
		display:block;
        font-size: 22px;
	}

	.menu a {
		display:block;
	}
    
    .menu a:hover, .menu .current-item a {
        text-decoration:none;
        color:#ffffff;
        text-decoration: underline;
    }
    
    .menu img {display: none;}
    
	.toggle-nav {
		padding:20px;
		float:left;
		display:inline-block;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:#4fc3f9;
		text-shadow:0px 1px 0px rgba(0,0,0,0.5);
		color:#777;
		font-size:20px;
		transition:color linear 0.15s;
	}

	.toggle-nav:hover, .toggle-nav.active {
		text-decoration:none;
		color:#383838;
	}
}

/* hidden fixed navigation */
#fixedbar { 
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.96);
    z-index: 10000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

#fixednav { 
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 0px 5px;
}

#fixednav li {
    list-style: none;
}

#fixednav li a {
    display: block;
    float: left;
    font-size: 15px;
    color: #000000;
    line-height: 62px;
    text-decoration: none;
    padding: 0px 8px;
    margin-right: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 100;
}

#fixednav li a:hover {
    color: #4fc3f9;
}
@media screen and (max-width: 375px) {
	#fixednav li a {
    display: block;
    float: left;
    font-size: 14px;
    color: #000000;
    line-height: 62px;
    text-decoration: none;
    padding: 0px 6px;
    margin-right: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 100;
}
}

/* HEADER text */
.header-text {
    padding-top: 68px;
    padding-bottom: 75px;
}
@media print, screen and (max-width: 991px) {
  .header-text {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}
@media print, screen and (max-width: 550px) {
  .header-text {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.header-h1 {
    font-size: 35px;
    font-weight: 100;
    color: #ffffff;
    line-height: 42px;
}
@media print, screen and (max-width: 550px) {
  .header-h1 {
    font-size: 32px;
    line-height: 35px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
      font-size: 27px; line-height: 30px;
  }
}
.header2-h1 {
    color: #df4074;
    font-weight: 600;
    font-size: 25px;
    line-height: 42px;
    /*text-shadow: 2px 2px 2px rgb(31, 60, 117);*/
}
@media print, screen and (max-width: 550px) {
  .header2-h1 {
      font-weight: 400;
    font-size: 20px;
    line-height: 26px;
      text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8);
  }
}

.header3-h1 {
    color: #df4074;
    font-weight: 800;
    font-size: 52px;
    line-height: 53px;
    text-transform: uppercase;
    /*text-shadow: 2px 2px 2px rgb(31, 60, 117);*/
}
@media print, screen and (max-width: 550px) {
  .header3-h1 {
    font-size: 32px;
    line-height: 35px;
      text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8);
  }
}

.btn {
  display: inline-block;
  padding: 6px 30px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  /*18px*/
  font-size: 18px;
  line-height: 1.2;
  min-width: 110px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    text-decoration: none;
}

.btn:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-main {
  /*40px*/
    font-size: 19px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    min-width: 370px;
    background-color: #ee813c;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 7px;
  /*max-width: 1199pxEND*/
  /*max-width: 991px END*/
  /*max-width: 767px END*/
  /*max-width: 479px END*/
}



@media print, screen and (max-width: 991px) {
  .btn-main {
    min-width: 400px;
  }
}

@media print, screen and (max-width: 767px) {
  .btn-main {
    min-width: 1px;
    /*20px*/
    font-size: 20px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media print, screen and (max-width: 479px) {
  .btn-main {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
  }
}

.btn-main:hover {
  background-color: #095e9a;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-more {
  /*40px*/
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    padding: 12px 20px;
    min-width: 200px;
    background-color: #ee813c;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  /*max-width: 1199pxEND*/
  /*max-width: 991px END*/
  /*max-width: 767px END*/
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 767px) {
  .btn-more {
    min-width: 1px;
    /*20px*/
    font-size: 20px;
    padding: 10px;
  }
}

@media print, screen and (max-width: 479px) {
  .btn-more {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
  }
}

.btn-more:hover {
  background-color: #e0600f;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-service {
  /*40px*/
    font-size: 14px;
    font-weight: 200;
    text-transform: none;
    padding: 12px 20px;
    min-width: 200px;
    background-color: #e6e6e6;
    color: #0a0a0a;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  /*max-width: 1199pxEND*/
  /*max-width: 991px END*/
  /*max-width: 767px END*/
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 767px) {
  .btn-service {
    min-width: 1px;
    /*20px*/
    font-size: 20px;
    padding: 10px;
  }
}

@media print, screen and (max-width: 479px) {
  .btn-service {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
  }
}

.btn-service:hover {
  background-color: #e0600f;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hor-line {
    border-bottom: 1px solid #d6d6d6;
    max-width: 1150px;
    margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media print, screen and (max-width: 800px) {
  .hor-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* Services */
.service-block {
    width: 50%;
    float: left;
    text-align: left;
}
@media print, screen and (max-width: 700px) {
  .service-block {
    width: 100%;
    float: none;
    padding: 0px 10px;
    margin-bottom: 15px;
  }
}
.service-text {
    background-color: rgba(255, 255, 255, 0.45);
    padding: 20px 25px;
    margin: 0px 10px;
    min-height: 343px;
    border-radius: 8px;
}


/* Cases */
.cases-block {
    max-width: 370px;
    float: left;
    padding: 0px 10px;
}
@media print, screen and (max-width: 1240px) {
  .cases-block {
    max-width: 280px;
    float: left;
    padding: 0px 10px;
  }
}
@media print, screen and (max-width: 980px) {
  .cases-block {
    max-width: 200px;
    float: left;
    padding: 0px 10px;
  }
}
@media print, screen and (max-width: 750px) {
  .cases-block {
    max-width: 750px;
    padding: 0px 10px;
    margin-bottom: 20px;
  }
}

.img-hover img {
    pointer: cursor;
}
.img-hover img:hover {
    filter: brightness(85%);
    transition: 0.3s;
}

/* Testomonials */
.logo-block {
    width: 100%;
    float: left;
    text-align: center;
    margin-left: 55px;
}
@media print, screen and (max-width: 600px) {
  .logo-block {
    width: 100%;
    float: left;
    padding: 0px 10px;
  }
}
.logo-text {
    border: none;
}

/* About block */
.reg-video {
    width: 65%;
    float: left;
}
.reg-form {
    width: 35%;
    float: left;
    padding-left: 20px;
    text-align: center;
    padding-top: 24px;
}
@media print, screen and (max-width: 1160px) {
    .reg-video {
        width: 55%;
        float: left;
    }
    .reg-form {
        width: 45%;
        float: left;
        padding-left: 20px;
        margin-left: -20px;
    }
}
@media print, screen and (max-width: 800px) {
    .reg-video {
        width: 100%;
        float: none;
    }
    .reg-form {
        width: 100%;
        float: none;
    }
}

/* PRESS block */
.press-text {
    width: 35%;
    float: left;
    text-align: center;
    font-weight: 100;
    font-size: 16px;
    padding-top: 5px;
}
.press-img {
    width: 65%;
    float: left;
}
@media print, screen and (max-width: 800px) {
    .press-text {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 25px;
        font-weight: 100;
    }
    .press-img {
        width: 100%;
        float: none;
    }
}

/* Study block */
.study-block {
    width: 100%;
    border: 1px solid #ececec;
    padding: 0px;
}
.study-img {
    width: 25%;
    float: left;
}
.study-text {
    width: 75%;
    float: left;
    padding: 50px 30px 30px 30px;
}
@media print, screen and (max-width: 1000px) {
    .study-img {
        width: 35%;
        float: left;
    }
    .study-text {
        width: 65%;
        float: left;
    }
}
@media print, screen and (max-width: 680px) {
    .study-img {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 20px;
    }
    .study-text {
        width: 100%;
        float: none;
        text-align: center;
    }
}

/* Style the tab */
.tab {
    overflow: hidden;
    margin: 0px auto;
    max-width: 270px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 100;
    color: #c9c9c9;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #000000;
}

/* Create an active/current tablink class */
.tab button.active {
    border-bottom: 1px solid #ccc;
    color: #000000;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 40px 0px 0px 0px;
    border: none;
}




/* FOOTER block */
.footer-text {
    width: 100%;
    text-align: center;
    font-weight: 100;
}
@media print, screen and (max-width: 600px) {
    .footer-text {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 25px;
        font-weight: 100;
    }
}
.footer-text h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-text p {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 5px;
}
.footer-text a {
    text-decoration: none;
    color: #000000;
}
.footer-text a:hover {
    text-decoration: none;
    color: #4fc3f9;
}
.footer-agreement-text {
    width: 20%;
    float: left;
    text-align: center;
    font-weight: 100;
}
.footer-agreement-copy {
    width: 40%;
    float: left;
    text-align: center;
    font-weight: 100;
}
.footer-agreement-text p {
    font-size: 13px;
    color: #ffffff;
}
.footer-agreement-text a {
    text-decoration: none;
    color: #ffffff;
}
.footer-agreement-text a:hover {
    text-decoration: none;
    color: #ffffff;
}
.footer-agreement-copy p {
    font-size: 13px;
    color: #ffffff;
    text-align: left;
}
@media print, screen and (max-width: 600px) {
    .footer-agreement-text {
        width: 100%;
        float: none;
        text-align: center;
        font-weight: 100;
    }
    .footer-agreement-text p {
        margin-bottom: 5px;
    }
    .footer-agreement-copy {
        width: 100%;
        float: none;
        text-align: center;
        font-weight: 100;
    }
    .footer-agreement-copy p {
        margin-bottom: 5px;
        text-align: center;
    }
}
.social-ico {
    width: 40px;
    margin-right: 10px;
}
.social-ico:hover {
    filter: brightness(85%);
    transition: 0.2s;
}
@media print, screen and (max-width: 700px) {
    .social-ico {
        margin-right: 1px;
    }
}
@media print, screen and (max-width: 592px) {
    .social-ico {
        margin-right: 15px;
    }
}
.user-list {
  padding-bottom: 20px;
}

.user-list li {
  padding-left: 38px;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  position: relative;
  min-height: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 479px) {
  .user-list li {
    padding-left: 40px;
  }
}

.user-list li:before {
  content: '';
  display: block;
  width: 22px;
  height: 21px;
  background-image: url(https://energist.academy/img/marafon-kipr/mark.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
.li-p {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 23px;
}
.video {
position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 25px 0px;
}
.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}








.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: #ffffff #ffffff #ffffff transparent;
  		  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
  		}
  		@keyframes ml-form-embedSubmitLoad {
  		  0% {
  			transform: rotate(0deg);
  		  }
  		  100% {
  			transform: rotate(360deg);
  		  }
  		}
        #mlb2-1061228.ml-form-embedContainer {
          box-sizing: border-box;
          display: table;
          /*height: 100%;*/
          margin: 0 auto;
          position: static;
          width: 100% !important;
        }
        #mlb2-1061228.ml-form-embedContainer h4,
        #mlb2-1061228.ml-form-embedContainer p,
        #mlb2-1061228.ml-form-embedContainer span,
        #mlb2-1061228.ml-form-embedContainer button {
          text-transform: none !important;
          letter-spacing: normal !important;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper {
          background-color: #e4f4f5;
          border-width: 0px;
          border-color: transparent;
          border-radius: 4px;
          border-style: solid;
          box-sizing: border-box;
          display: inline-block !important;
          margin: 0;
          padding: 0;
          position: relative; 
                }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 300px; }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 100%; width: 100%; }
        #mlb2-1061228.ml-form-embedContainer .ml-form-align-left { text-align: left; }
        #mlb2-1061228.ml-form-embedContainer .ml-form-align-center { text-align: center; }
        #mlb2-1061228.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
        #mlb2-1061228.ml-form-embedContainer .ml-form-align-right { text-align: right; }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          height: auto;
          width: 100%;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
          padding: 20px 20px 0 20px;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
          padding-bottom: 0;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
          margin: 0 0 20px 0;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
          color: #000000;
          font-size: 30px;
          font-weight: 400;
          margin: 0 0 10px 0;
          text-align: left;
          word-break: break-word;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
          color: #000000;
      		font-size: 14px;
      		font-weight: 400;
          margin: 0 0 10px 0;
          text-align: left;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
          color: #000000;
      		font-size: 14px;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
          color: #000000;
          text-decoration: underline;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
          margin: 0;
        }     
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
          margin: 0;
          width: 100%;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
          margin: 0 0 20px 0;
          width: 100%;    
        }      
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {        
          margin: 0;
          padding: 0 0 20px 0;
        }     
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
          margin: 0 0 10px 0;
          width: 100%;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
          margin: 0;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
          margin: 0;
        }      
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
          background-color: #ffffff !important;
          color: #333333 !important;
          border-color: #cccccc !important;
          border-radius: 4px !important;
          border-style: solid !important;
          border-width: 1px !important;
          font-size: 14px !important;
          line-height: 20px !important;
          padding: 10px 10px !important;
          width: 100% !important;
          box-sizing: border-box !important;
          max-width: 100% !important;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; }
        
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; }
        
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; }
        
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; }
              
        
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
          height: 42px;
        }
        .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 .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px;  }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
          background-color: #ffffff;
          color: #333333;
          border-color: #cccccc;
          border-radius: 4px;
          border-style: solid;
          border-width: 1px;
          font-size: 14px;
          line-height: 20px;
          padding: 10px 10px;
          width: 100%;
          box-sizing: border-box;
          overflow-y: initial;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
          background-color: #f09000 !important;
         	border-color: #f09000;
          border-style: solid;
          border-width: 1px;
          border-radius: 4px;
          box-shadow: none;
          color: #ffffff !important;
          font-size: 17px !important;
          font-weight: 400;
          line-height: 20px;
          margin: 0 !important;
          padding: 10px !important;
          width: 100%;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
          background-color: #d16808;
          border-color: #d16808;
        }      
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
          display: inline-block;
      	  float: left;
      	  margin: 1px 0 0 0;
      	  left: 0;
      	  top: 0;
      	  opacity: 1;
      	  visibility: visible;
      	  appearance: checkbox !important;
      	  -moz-appearance: checkbox !important;
      	  -webkit-appearance: checkbox !important;
      	  position: relative;
      	  height: 14px;
      	  width: 14px;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
          color: #000000;
          display: block;
          font-size: 12px;
          text-align: left;
          padding-left: 25px;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
          font-weight: normal;
          margin: 0;
          padding: 0;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
          color: #000000;
          text-decoration: underline;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
          color: #000000 !important;
          font-size: 12px !important;
          font-weight: normal !important;
          line-height: 18px !important;
          padding: 0 !important;
          margin: 0 5px 0 0 !important;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
          margin: 0;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
          margin: 0 0 20px 0;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
          background-color: #f09000 !important;
          border: none !important;
          border-radius: 4px !important;
          box-shadow: none !important;
          color: #ffffff !important;
          font-size: 16px !important;
          font-weight: 400 !important;
          line-height: 20px !important;
          padding: 10px !important;
          width: 100% !important;
          box-sizing: border-box !important;
        }
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
          background-color: #d16808 !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 #ffffff !important;
          background-size: 24px 24px !important;
        }
        .ml-error .label-description {
          color: #ff0000 !important;
        }
        .ml-error .label-description p {
          color: #ff0000 !important;
        }
           
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
        #mlb2-1061228.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter { 
          color: #ff0000 !important;
        }
              @media only screen and (max-width: 300px){
          .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: 0px!important; padding-bottom: 10px; }
          .ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100%!important; }
          .ml-form-embedHeader { display: none !important; }
        }