@charset "UTF-8";

.text-invalid {
  color: red;
  display: none;
}

.invalid {
  border-color: red;
}

.invalid + .text-invalid {
  display: block;
}

.is-invalid + .text-invalid {
  display: block;
}

.active-step {
  background-color: #59698D !important;
  color: #ffffff !important;
}

.container-login {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
}

.mt-50 {
  margin-top: 50px;
}

.container-register-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.register-btn {
  border-radius: 25px;
}

.steps-form-2 {
  display: table;
  width: 100%;
  position: relative;
}

.steps-form-2 .steps-row-2 {
  display: table-row;
}

.steps-form-2 .steps-row-2:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #7283a7;
}

.steps-form-2 .steps-row-2 .steps-step-2 {
  display: table-cell;
  text-align: center;
  position: relative;
}

.steps-form-2 .steps-row-2 .steps-step-2 p {
  margin-top: 0.5rem;
}

.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
  width: 70px;
  height: 70px;
  border: 2px solid #59698D;
  background-color: white;
  color: #59698D;
  border-radius: 50%;
  padding: 17px 18px 15px 18px;
  margin-top: -22px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.12);
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
  border: 2px solid #4285F4;
  color: #4285F4 !important;
  background-color: white !important;
  box-shadow: 0 0px 10px #59698d;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
  font-size: 1.7rem;
}

.btn-mdb-color {
  background-color: #59698d !important;
  color: #fff !important;
}

#map {
  height: 350px;
  width: 100%;
}

.tlist {
  max-width: 500px;
  min-width: 300px;
}

#page {
  clear: both;
}

.hide {
  display: none;
}

.graduation:after {
  content: "\F19D";
}

.users:after {
  content: "\F0C0";
}

.calendar:after {
  content: "\F274";
}

.thumbsoup:after {
  content: "\F087";
}

.home:after {
  content: "\F015";
}

.fa-map:after {
  content: "\F279";
}

.linechart:after {
  content: "\F201";
}

.betterchart:after {
  content: "\F012";
}

.smile:after {
  content: "\F118";
}

.star:after {
  content: "\F005";
}

.user:after {
  content: "\F2C0";
}

.family:after {
  content: "\F0C0";
}

.googleplus:after {
  content: "\F2B3";
}

.google:after {
  content: "\F1A0";
}

.facebook:after {
  content: "\F230";
}

.toogledown:after {
  content: "\F150";
}

.toogleup:after {
  content: "\F151";
}

.fz-middle {
  font-size: 1.5em;
}

.fz-small {
  font-size: 1em;
}

.timetable td {
  border: 1px solid #ddd;
  text-align: center;
}

.cgrey {
  color: #525252;
}

.cwhite {
  color: #FFF;
}

.bg_content_gray {
  padding: 2em;
  background-color: #e8e8e8;
}

#introimg {
  max-width: 620px;
  margin: 0 auto;
}

.introimg {
  text-align: center;
}

/* General */

body {
  padding: 0;
  font-size: 14px;
  margin: 0 auto;
  color: #757575;
  background-color: #e8e8e8;
}

.clear {
  clear: both;
}

p {
  padding: 0 0 0.2em 0;
  margin: 0px;
  text-align: left;
  line-height: 20px;
}

a {
  color: #9ec391;
  text-decoration: none;
}

a img {
  border: none;
}

a:hover {
  text-decoration: none;
  color: #263f68;
}

h3 a:hover {
  text-decoration: underline;
}

a.more {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #f98740;
  color: #fff;
  font-size: 11px;
  padding: 6px 6px;
  margin: auto;
  width: 60px;
  display: block;
  text-align: center;
}

a.morebig {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #f98740;
  color: #fff;
  font-size: 14px;
  padding: 6px 6px;
}

a.more2 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: none;
  cursor: pointer;
  background-color: #f98740;
  color: #fff;
  font-size: 14px;
  padding: 6px 6px;
  margin: auto;
  width: 60px;
  display: block;
  text-align: center;
}

a.more2:hover {
  padding: 5px;
  border: 1px solid white;
  background-color: #f97140;
  transition: background-color 0, 1s linear;
}

button.more {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: none;
  cursor: pointer;
  background-color: #f98740;
  color: #fff;
  font-size: 11px;
  padding: 6px 6px;
  margin: auto;
  width: 60px;
  display: block;
  text-align: center;
}

.dropdown-special option {
  font-size: 1.2em;
}

.dropdown-special {
  margin-right: 1em;
  margin-bottom: 0.5em;
  min-height: 3em;
  max-height: 3em;
  cursor: pointer;
  text-align: left;
  color: #FFF;
  border: 0.06em solid transparent;
  border-radius: 0.2em;
  background-color: rgba(82, 82, 82, 0.66);
  transition: 0.3s all ease-in-out;
}

.dropdown-special::after {
  content: "";
}

.pright10 {
  padding-right: 10px;
}

@media (min-width: 320px) {
  /* smartphones, iPhone, portrait 480x320 phones */
}

@media (min-width: 481px) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}

@media (min-width: 641px) {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width: 961px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
}

@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
}

/* Global */

.left {
  float: left;
}

.right {
  float: right;
}

.ctr {
  text-align: center;
}

h1 {
  font-size: 21px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

.hcolor {
  color: #f98740;
}

div.top_slogan h1 {
  font-size: 1em;
}

.uline {
  text-decoration: underline;
}

.tcenter {
  text-align: center;
}

.icenter {
  margin: 0 auto;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  color: #252525;
  margin: 0;
  padding: 0 0 0.3em 0;
}

/* Top */

#wrap {
  margin: auto;
  width: 1000px;
  padding: 0 0 40px 0;
  background-color: #FFF;
}

.main_content {
  clear: both;
}

#header {
  width: 100%;
  height: 80px;
  background-color: #f98740;
}

.header_content {
  width: 1000px;
  margin: auto;
}

.logo {
  float: left;
  margin: 0;
  padding: 0px;
  color: #505050;
}

.logo a {
  color: #fff;
}

.logo span {
  font-size: 14px;
  color: #FFFFFF;
}

.top_slogan {
  text-align: center;
  color: #555;
  font-size: 30px;
  padding: 15px 10px;
  line-height: 40px;
  clear: both;
}

/* Menu
.menu{float:right; padding:0 20px 0 0;}
.menu ul {list-style:none; margin:0; padding:0px;}
.menu ul * {margin:0; padding:0;}
.menu ul li {float:left; padding:0 20px 0 20px; height:35px; position:relative;}
.menu ul li a{font-family: 'Source Sans Pro', sans-serif;color:#fff; font-size:16px;}
.menu ul li.selected a{color:#000;}
.menu ul li a:hover{color:#000;}
*/

/* Menu Navigation Top */

.menu {
  float: right;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.menu ul * {
  margin: 0;
  padding: 0;
}

.menu ul li {
  float: left;
  position: relative;
  line-height: normal;
  background-color: #f98740;
}

.menu ul li a,
.menu ul li label {
  color: #fff;
  font-size: 16px;
  display: block;
}

.menu ul li.selected a {
  color: #000;
}

/*
.menu ul li a:hover{color:#000; background-color:#E98740;}

.menu ul li ul li{width:250px; left: -20px; background-color: #525252; }

.menu ul ul {    position:absolute;    visibility:hidden;  }
.menu ul li:hover ul {    visibility:visible;    z-index:9999;  }



 Menu Navigation Top
#menuTop{float:right; padding:0 20px 0 0;}
#menuTop ul {list-style:none; margin:0; padding:0px;}
#menuTop ul * {margin:0; padding:0;}
#menuTop ul li {float:left; position:relative;   line-height: normal;}
#menuTop ul li a{color:#fff; width: 90px;height: 30px; text-align: center; display: block; font-size:16px;}
#menuTop ul li.selected a{color:#000;}
#menuTop ul li a:hover{color:#000;}
#menuTop ul ul {    position:absolute;    visibility:hidden;  }
#menuTop ul li:hover ul {    visibility:visible;    z-index:9999;  }
*/

.menu ul li ul li {
  min-width: 15em;
  background-color: #525252;
}

.dropdown {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #FFF;
}

.menu input[type=checkbox] {
  display: none;
}

label.subm-label {
  /*   box-sizing: border-box;
     display: inline-block;
     width: 100%;
     padding: 15px 20px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;*/
  cursor: pointer;
}

/*  The ul will have display:none by default */

ul.sub {
  position: absolute;
  list-style: none;
  text-align: left;
  width: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  display: none;
}

ul.sub li {
  /* padding: 10px; */
  background-color: #fff;
  cursor: pointer;
}

ul.sub li:hover {
  background-color: #f98740;
  color: #525252;
  border: 2px solid #525252;
  font-weight: bold;
}

input[type=checkbox]:checked ~ ul {
  display: block;
}

/* Conent */

.image-cotnent-starter {
  float: left;
  padding: 0 10px 10px 0;
}

/*.textcontainer{padding:0 0 25px 0;}*/

/* Form and Input Types */

input {
  padding: 3px;
}

.form100 {
  border: 1px solid #000000;
  padding: 10px;
  border-radius: 3px;
}

.form100 textarea,
.form100 input[type=text],
.form100 input[type=email],
.form100 input[type=tel] {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 3px;
  border: none;
  background-color: #E5F5FC;
  font-size: 18px;
}

.form100 label {
  font-size: 18px;
  margin-bottom: 10px;
}

.form100 button {
  width: 100%;
  padding: 15px;
  border-radius: 3px;
  border: none;
  background-color: #f98740;
  font-size: 20px;
  color: white;
  font-weight: bold;
}

/* Call to Action Elements
button.c2a{
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    border: none;
    background-color: #f98740;
    font-size: 15px;
    color: white;
    cursor: pointer;
}*/

.c2a {
  padding: 15px;
  border-radius: 3px;
  border: none;
  background-color: #f98740;
  font-size: 15px;
  color: white;
  cursor: pointer;
  text-align: center;
}

.c2ah:hover {
  background-color: #525252;
}

.c2a-black {
  padding: 7px;
  border-radius: 3px;
  border: none;
  background-color: #525252;
  font-size: 15px;
  color: white;
  cursor: pointer;
  text-align: center;
}

.c2a-black:hover {
  background-color: #f98740;
}

.c2aBox {
  display: none;
}

.c2eheader {
  font-size: 1.4em;
  padding: 0 0 5px 0;
  color: black;
}

.a2c-box {
  padding-bottom: 15px;
  text-align: center;
}

.a2c-box p {
  margin-right: 2%;
}

.c2a-actionform {
  padding-bottom: 1.5em;
}

.abutton {
  display: block;
}

.c2a-actionform-float > p {
  margin: 10px;
  border-radius: 10px 10px 0 0;
}

.c2a-actionform-float {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 30em;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 10px 10px 0 0;
}

/* Price and Plans*/

.plancontainer {
  width: 100%;
  text-align: center;
}

.planbox {
  display: inline-block;
  margin-top: 10px;
}

.planbox div {
  margin: 0 1% 0 1%;
  /*width: 100%;  width: 150px;*/
}

.planheader {
  border-radius: 5px 5px 0px 0px;
  background-color: #2b2937;
  height: 62px;
  border-bottom: 3px solid #f98740;
}

.planselected {
  border-radius: 5px 5px 0px 0px;
  background-color: #f98740;
  height: 62px;
  border-bottom: 3px solid #f98740;
}

.planheader p,
.planselected p {
  text-align: center;
  font-size: 30px;
  padding: 10px 0 10px 0;
  line-height: normal;
  color: #FFF;
}

.plan {
  border-radius: 0px 0px 5px 5px;
  color: white;
  text-align: center;
  background-color: #2b2937;
}

.header {
  font-size: 40px;
}

.header span {
  font-size: 20px;
}

.month {
  font-size: 14px;
  color: #575757;
}

.price {
  margin-bottom: 30px;
}

.plancontent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plancontent ul li {
  padding: 0.6em 0 0.6em 0;
}

.w20 {
  width: 50%;
}

.w25 {
  width: 50%;
}

.w33 {
  width: 50%;
}

.w50 {
  width: 50%;
}

.w100 {
  width: 100%;
}

.clr {
  clear: both;
}

@media screen and (min-width: 1020px) {
  .w25 {
    width: 25%;
  }

  .w20 {
    width: 20%;
  }

  .w33 {
    width: 33%;
  }

  .section_50_m {
    width: 50%;
  }

  .section_50_m .c2a-actionform {
    margin: 0 10px 0 0;
  }
}

.section_50 .c2a-actionform {
  margin: 0 10px 0 0;
}

/* STRUCTURE */

.section {
  float: left;
  padding: 15px 0 0 0px;
}

.section_full {
  padding: 40px 40px 0 40px;
  float: left;
}

.section_one_two {
  width: 440px;
  float: left;
  padding: 20px 0 0 20px;
}

.section_33 {
  width: 33%;
  float: left;
  padding: 20px 0 0 0px;
}

.section_35 {
  width: 35%;
  float: left;
  padding: 20px 0 0 0px;
}

.section_50 {
  width: 50%;
  float: left;
  padding: 20px 0 0 0px;
}

.section_65 {
  width: 65%;
  float: left;
  padding: 20px 0 0 0px;
}

.section_one_four {
  width: 200px;
  float: left;
  padding: 20px 0 0 20px;
}

/*.section_one_three{ width:280px; float:left; padding:20px 0 0 20px;}*/

.section_one_three {
  float: left;
  padding: 20px 0 0 0px;
}

/*.section_two_three{ width:660px; float:left; padding:20px 0 0 20px;}*/

.section_two_three {
  float: left;
  padding: 0px 0 20px 0;
}

.main_content img {
  max-width: 100%;
  display: block;
}

.roundimg {
  width: 180px;
  height: 150px;
  display: block;
  border-radius: 90px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  -khtml-border-radius: 90px;
  margin: auto;
  background-color: #e8e8e8;
  text-align: center;
  padding: 30px 0 0 0;
}

.roundimg img {
  margin: auto;
  display: block;
}

h2.centered_title {
  text-align: center;
}

p.centered_text {
  padding: 10px 20px;
}

.entrytop {
  padding-top: 1em;
}

.entry {
  padding-bottom: 1em;
}

.block {
  display: block;
}

.entry ul {
  padding: 0;
  margin: 0px;
  list-style: none;
  display: block;
}

.entry ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  display: block;
}

img.entry_image {
  padding-bottom: 20px;
}

.newsbox {
  border: 5px solid #f98740;
  padding: 10px;
}

.entry ol {
  padding: 0;
  margin: 0px;
  list-style: none;
  display: block;
}

.entry ol li {
  padding: 0 0 10px 0;
  margin: 0px;
  display: block;
}

blockquote {
  background-color: #ededed;
  border: 1px #dedede solid;
  float: left;
  border-radius: 8px;
  padding: 12px;
  margin: 0px 10px 0 0;
  line-height: 20px;
}

h3.intro {
  padding: 5px 0 5px 0;
}

/* Sidebar */

.sidebar h2 {
  clear: both;
}

.sidebar ul {
  padding: 0 0 45px 0;
  margin: 0px;
  list-style: none;
  display: block;
  clear: both;
  float: left;
}

.sidebar ul li {
  padding: 0 0 10px 0;
  margin: 0px;
  display: block;
}

.sidebar ul li a:hover {
  color: #000000;
}

/*.sidebar .clear{ padding:0 0 40px 0;}*/

/* Footer */

.footer {
  padding: 20px 0 40px 0;
  margin: 20px 0 0 0;
  clear: both;
  width: 100%;
  background-color: #e8e8e8;
}

.footer_content {
  margin: auto;
  width: 1000px;
  padding: 0 1em 0 1em;
}

.footer_left {
  float: left;
  padding: 0 0 0 40px;
}

.footer_right {
  float: right;
  padding: 0 40px 0 0;
}

.footer_right a {
  padding-left: 10px;
}

ul.social_icons {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.social_icons li {
  float: left;
}

ul.social_icons li a {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  float: left;
  margin: 0px 0 0px 5px;
  background-color: #b3b3b3;
  text-align: center;
}

ul.social_icons li a#top {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  float: left;
  margin: 0px 0 0px 5px;
  background-color: #f98740;
  text-align: center;
}

ul.social_icons li a:hover {
  background-color: #9e9e9e;
}

ul.social_icons li a img {
  width: 60%;
  display: block;
  margin: 5px auto;
}

ul.footer_menu {
  padding: 10px 0 0 0;
  margin: 0px;
  list-style: none;
}

ul.footer_menu li {
  float: left;
  padding: 0 15px 0 0;
}

.teacher-list .tlist {
  float: left;
  box-sizing: border-box;
  border-top: 2px solid #757575;
  padding: 10px;
  min-height: 150px;
}

.teacher-list .tlist-item-1 {
  width: 50%;
  clear: both;
}

.teacher-list .tlist-item-2 {
  width: 50%;
}

.teacher-photo-container {
  float: left;
  min-width: 120px;
  min-height: 150px;
  padding-right: 1em;
}

#menu-toggle-lbl {
  float: right;
  padding: 20px 20px 0 0;
  color: black;
}

#menu-toggle {
  display: none;
}

.collapse {
  cursor: pointer;
  display: block;
  background: #cdf;
}

.collapse + input {
  display: none;
  /* hide the checkboxes */
}

.collapse + input + div {
  display: none;
}

.collapse + input:checked + div {
  display: block;
}

div.section_two_three > h1:first-child,
div.main_content > h1:first-child {
  padding-top: 1em;
}

.menu > ul > li > label:hover,
.menu > ul > li > a:hover {
  color: black;
  text-decoration: underline;
}

@media screen and (min-width: 900px) {
  #menu-toggle-lbl {
    display: none;
  }

  /*.menu{padding-top:1em}*/

  .menu > ul > li > label,
  .menu > ul > li > a {
    padding: 1.4em 1em;
  }

  #wrap {
    padding: 0 3em;
  }

  /* STRUCTURE */

  .section_full {
    padding: 40px 40px 0 40px;
    float: left;
  }

  .section_two_three {
    width: 75%;
  }

  .section_one_three {
    width: 25%;
  }

  .section_one_three .c2a-actionform {
    padding-left: 1.5em;
  }

  ul.sub > li > a {
    padding: 10px;
  }
}

@media screen and (max-width: 1000px) {
  #content {
    padding: 0 1em 0 1em;
  }
}

/* Media Queries */

@media screen and (max-width: 900px) {
  .teacher-list .tlist {
    width: 100%;
    min-width: 100%;
  }

  .c2a-actionform-float {
    position: relative;
    width: 100%;
    background-color: #FFF;
    border: 1px solid #000;
  }

  .menu {
    overflow: hidden;
    max-height: 0;
  }

  #menu-toggle:checked + .menu {
    max-height: inherit;
    overflow: visible;
  }

  #wrap {
    margin: 0 auto;
    width: 100%;
  }

  #header {
    width: 100%;
    height: auto;
    float: left;
    background-color: #f98740;
  }

  .header_content {
    width: 100%;
    float: left;
    margin: auto;
  }

  .logo {
    margin: 0 0 0 15px;
  }

  .logo span {
    display: none;
  }

  .section_one_three,
  .section_two_three,
  .section_one_two,
  .section_one_four {
    /* width:92%; float:left; padding:5% 0 0 4%;*/
  }

  .slider {
    width: 100%;
    margin: auto;
    clear: both;
  }

  .menu {
    float: left;
    clear: both;
    padding: 0px 0 0px 0;
    width: 100%;
  }

  .menu ul {
    list-style: none;
    margin: 0;
    padding: 0 20px 0 20px;
    position: relative;
  }

  .menu ul * {
    margin: 0;
    padding: 0;
  }

  .menu ul li {
    width: 100%;
    float: left;
    padding: 0px;
    height: auto;
    border-bottom: 1px #efefef solid;
    line-height: 35px;
  }

  .menu ul li a {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    display: block;
    cursor: pointer;
  }

  .menu ul li a:hover {
    color: #000;
  }

  .menu ul li a,
  .menu ul li label {
    padding-left: 10px;
  }

  .top_slogan {
    text-align: center;
    color: #000;
    font-size: 18px;
    padding: 20px 0;
    line-height: 22px;
    clear: both;
  }

  .footer_content {
    margin: auto;
    width: 100%;
  }

  .footer_left {
    float: left;
  }

  .footer_right {
    float: right;
    padding: 0 10px 0 0;
  }
}

.main_content_small {
  max-width: 500px;
  margin: 0 auto;
  padding: 2em;
  background-color: #e8e8e8;
  border: 20px solid #fff;
}

.right-txt-box {
  display: flow-root;
}

.pleft2 {
  padding-left: 2em;
}

.pright2 {
  padding-right: 2em;
}

textarea {
  width: 100%;
}

form *,
form *:before,
form *:after {
  box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

h4 {
  color: #f98740;
}

input[type=checkbox] {
  width: auto;
}

input[type=checkbox] + label {
  clear: both;
}

label.blockes {
  clear: both;
  display: block;
  padding: 0.5em;
}

input,
input[type=radio] + label,
select option,
select {
  width: 100%;
  padding: 1em;
  line-height: 1.4;
  background-color: #FFF;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

input:focus {
  outline: 0;
  border-color: #f98740;
}

input:focus + .input-icon i {
  color: #f98740;
}

input:focus + .input-icon:after {
  border-right-color: #f98740;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label,
select {
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
  border-radius: 0;
}

input[type=radio] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

input[type=radio] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

input[type=radio] + label i {
  padding-right: 0.4em;
}

input[type=radio]:checked + label,
input:checked + label:before,
select:focus,
select:active,
input[type=submit] {
  background-color: #f98740;
  color: #fff;
  border-color: #111;
}

select {
  height: 3.4em;
  line-height: 2;
}

select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

select:focus,
select:active {
  outline: 0;
}

select option {
  background-color: #f98740;
  color: #fff;
}

.input-group {
  margin-bottom: 1em;
  zoom: 1;
}

.input-group:before,
.input-group:after {
  content: "";
  display: table;
}

.input-group:after {
  clear: both;
}

.input-group-icon {
  position: relative;
}

.input-group-icon input {
  padding-left: 4.4em;
}

.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}

.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.input-group-icon .input-icon i {
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.container {
  max-width: 38em;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}

.row {
  zoom: 1;
}

.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}

.col-half:last-of-type {
  padding-right: 0;
}

.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}

.col-third:last-of-type {
  padding-right: 0;
}

@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}

form.amp-form-submit-success [submit-success],
form.amp-form-submit-error [submit-error] {
  margin-top: 16px;
}

form.amp-form-submit-success [submit-success] {
  color: green;
}

form.amp-form-submit-error [submit-error] {
  color: red;
}

form.amp-form-submit-success.hide-inputs > input {
  display: none;
}

amp-accordion section[expanded] .show-more {
  display: none;
}

amp-accordion section:not([expanded]) .show-less {
  display: none;
}

