@import url('https://fonts.googleapis.com/css?family=Handlee|Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url('./calculator.min.css');


/*font-family: 'Handlee', cursive;*/
body {font-family: 'Nunito', sans-serif; font-size:20px; line-height: 1.2;  font-weight: 300; color:#262525; background-image: url(../img/bg1920.jpg); background-position:top center;}
.header { background-image: url(../img/header-logo.png); background-position:top center; height:377px; background-repeat:no-repeat;}

.seccion1 {margin-top: -60px}
.intro h1 { font-size: 90px; font-family: "Handlee"; color: #aba9a9; margin: 0; text-align: center; letter-spacing:-0.2px; }
.intro h2 { font-size: 34px; color: #d37606; font-weight: 300 ; margin: 0; text-align: center;}
.intro h3 { font-size: 25px; color: #d37606; font-weight: 700; margin: 0 ; text-align: center;}
.seccion1 .texto {margin-top: 270px; padding-left: 0;}

.seccion2 {margin-top: 350px}
.seccion2 .intro h1 { font-size: 41px; }

.seccion2 .texto ul {padding: 0; margin-top: 100px; list-style: none}
.seccion2 .texto ul li { text-align:center; padding: 0 35px}
.seccion2 .texto ul li p {font-family: 'Nunito', sans-serif; font-size:20px; font-weight: 300; color:#262525; margin-top: 20px }


.seccion3 {margin-top: 350px}
.seccion3 .intro h2 {font-size: 20px; color:#fff; display: inline-block; float:left; width: 40%; }
.seccion3 .intro hr { margin-top:10px; width: 30%;  float:left; display: inline-block}
.seccion3 .texto {padding-top:80px; padding-bottom: 80px;}
.seccion3 .logo {margin-top: 40px;}
.seccion3 p {color:#fff; font-size: 20px; line-height: 1.7; margin-bottom: 0 }


.seccion4 {margin-top: 170px;}
.seccion4 .intro h1 { color:#fff;font-size: 41px;}
.seccion4 .intro p {margin-top: 20px; color:#fff; font-size: 20px; line-height: 1.7; text-align:center; }
.seccion4 .formulario iframe {margin-top: 40px;height:600px; width: 100%; }


@media(max-width: 991px){
	.seccion1 .texto {margin-top: 170px;}
	.seccion2 .texto ul li {  padding: 0 25px}
}

@media(max-width: 767px){
	body { background-image: url(../img/bg480.jpg);  font-size: 17px}
	.header { background-size:735px auto; }
	.seccion1 {  margin-top: 40px;}
	.intro h1 { font-size: 55px; }
	.intro h2 { font-size: 18px; }
	.intro h3 { font-size: 15px; margin-top: 8px}
	.seccion1 .texto {margin-top: 115px; padding-left: 15px;}
	.seccion1 .texto p { line-height: 1.8}

	.seccion2 {margin-top: 240px}
	.seccion2 .intro {padding: 0}

	.seccion2 .texto ul { margin-top: 15px;}
	.seccion2 .texto ul li { margin-bottom: 30px;  padding: 0 35px }
	.seccion2 .texto ul li p { font-size:17px; }

	.seccion3 {margin-top: 60px}
	.seccion3 .logo {margin-top: 0px; text-align:center; margin-bottom: 65px;}
	.seccion3 .texto {padding-top:50px; padding-bottom: 50px;}

	.seccion4 {margin-top: 50px;}
	.seccion4 .intro p {margin-top: 10px;font-size: 17px; }

	.seccion4 .formulario iframe {height:650px; }
}


@media(max-width: 479px){
	.seccion1 {  margin-top: 0px;}
	.seccion1 .texto {margin-top: 80px; }


}



/* Footer */
  .gris{ background-color:#3f3f3f; padding:30px 0 35px 0px}
  .logo-foot{float:left;}

  .logo-foot img {width: 126px}

  #collapseDelegaciones > div:first-child {padding-left: 15px}
  #collapseDelegaciones > div {padding-left: 0}
  #collapseDelegaciones > div:nth-child(2) {padding-right: 0}
  #collapseDelegaciones > div:last-child { padding-right: 0; padding-left: 20px; padding-bottom: 25px; margin-top: 10px; margin-left: 35px; width: 35%;}
  #collapseDelegaciones > div:last-child .delegacion.telefonos:first-child {margin-top: 0px}
  #collapseDelegaciones .delegacion{ background-image: url("../img/icono-region.jpg");  background-repeat: no-repeat; display: block; float: left; /*min-height: 110px;*/ padding: 0 0px 0 20px; margin-top:10px;}
  #collapseDelegaciones .delegacion:last-child{ margin-right:0; padding-right:0;}
  #collapseDelegaciones .delegacion h2 { color: #fff; font-size: 13px; font-weight: 700; line-height: 15px; margin: 0;}
  #collapseDelegaciones .delegacion h3 { color: #fff; font-size: 13px; font-weight: 700; line-height: 15px; margin: 2px 0;}
  #collapseDelegaciones .delegacion p { color: #fff; font-size: 13px; font-weight: 400; line-height: 17px; margin: 5px 0;}

  #collapseDelegaciones .delegacion.telefonos{ background-image: url("../img/icono-telefono.png"); }
  #collapseDelegaciones .delegacion.telefonos h2 { color: #f99d32; margin-left: 16px;}
  #collapseDelegaciones .delegacion.telefonos h3 {margin-left: 16px;}

  .negro{ background-color:#303030; padding:15px 0; text-align:center;}
  .negro p{ font-size:11px; line-height:12px; color:#fff; font-weight:400; margin:5px 0;}
  .negro p strong{ font-weight:700;}

  .cyan{ background-color:#0083ae; padding:20px 0; text-align:center;}
  .cyan p{ font-size:14px; line-height:20px; color:#fff; font-weight:500; margin:0;}
  .cyan p span{ margin-left:20px; margin-right:20px;}
  .rel{ position:relative;}
  #sawubona-footer{ position:absolute; top:-4px; width:inherit; right:5px;}


  @media(max-width: 991px){
    /* Footer */
    /*.logo-foot{ width:20%;}*/
 	 .gris{ background-color:#3f3f3f; padding:40px 0 0 0}
  	#collapseDelegaciones > div:first-child {margin-left: -15px}
    #collapseDelegaciones > div {padding-left: 15px}
    #collapseDelegaciones > div:nth-child(2) {padding-left: 0}
    #collapseDelegaciones > div:last-child {margin-left: 0px;  width: 34%}
  }

  @media(max-width: 767px){

    /* Footer */
 	 .gris{  padding:40px 0 40px 0}
    .logo-foot{ text-align: center; margin-bottom: 45px;}
  	.logo-foot img {width: 180px}

    #collapseDelegaciones .delegacion{ width:100%; min-height:inherit;}
    #collapseDelegaciones > div:first-child {}
    #collapseDelegaciones > div:nth-child(2) {padding-left:15px;}
    #collapseDelegaciones > div:last-child { width: 100% ; padding-left: 0;}
 	#collapseDelegaciones > div:last-child .delegacion.telefonos:first-child {margin-top: 50px}

    #collapseDelegaciones .delegacion.telefonos{width: 50%; margin-top: 50px;}
    .cyan{ text-align:left;}
  }

  @media(max-width: 479px){
    .logo-foot{  margin-bottom: 0px;}
  	#collapseDelegaciones > div {margin-top: 35px;}
    #collapseDelegaciones > div:first-child {margin-left: 0}
    #collapseDelegaciones .delegacion.telefonos{width: 100%; }
 	#collapseDelegaciones > div:last-child .delegacion.telefonos:last-child {margin-top: 20px}
 	#collapseDelegaciones > div:last-child .delegacion.telefonos:first-child {margin-top:25px}
	
	.cyan {padding:10px 0;}
	.cyan p { width: 61%;  padding-left: 15px;}


}




/* CorazÃ³n */
  @-webkit-keyframes heartbeat {
    0% { -moz-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1);}
    14% { -moz-transform: rotate(45deg) scale(1.3); -ms-transform: rotate(45deg) scale(1.3); -webkit-transform: rotate(45deg) scale(1.3); transform: rotate(45deg) scale(1.3);}
    28% { -moz-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1);}
    42% { -moz-transform: rotate(45deg) scale(1.3); -ms-transform: rotate(45deg) scale(1.3); -webkit-transform: rotate(45deg) scale(1.3); transform: rotate(45deg) scale(1.3);}
    70% { -moz-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1);}
  }
  @-moz-keyframes heartbeat {
    0% { -moz-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1);}
    14% { -moz-transform: rotate(45deg) scale(1.3); -ms-transform: rotate(45deg) scale(1.3); -webkit-transform: rotate(45deg) scale(1.3); transform: rotate(45deg) scale(1.3);}
    28% { -moz-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1);}
    42% { -moz-transform: rotate(45deg) scale(1.3); -ms-transform: rotate(45deg) scale(1.3); -webkit-transform: rotate(45deg) scale(1.3); transform: rotate(45deg) scale(1.3);}
    70% { -moz-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1);}
  }
  @-o-keyframes heartbeat {
    0% { -moz-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1);}
    14% { -moz-transform: rotate(45deg) scale(1.3); -ms-transform: rotate(45deg) scale(1.3); -webkit-transform: rotate(45deg) scale(1.3); transform: rotate(45deg) scale(1.3);}
    28% { -moz-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1);}
    42% { -moz-transform: rotate(45deg) scale(1.3); -ms-transform: rotate(45deg) scale(1.3); -webkit-transform: rotate(45deg) scale(1.3); transform: rotate(45deg) scale(1.3);}
    70% { -moz-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1);}
  }
  @keyframes heartbeat {
    0% { -moz-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1);}
    14% { -moz-transform: rotate(45deg) scale(1.3); -ms-transform: rotate(45deg) scale(1.3); -webkit-transform: rotate(45deg) scale(1.3); transform: rotate(45deg) scale(1.3);}
    28% { -moz-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1);}
    42% { -moz-transform: rotate(45deg) scale(1.3); -ms-transform: rotate(45deg) scale(1.3); -webkit-transform: rotate(45deg) scale(1.3); transform: rotate(45deg) scale(1.3);}
    70% { -moz-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1);}
  }

  /* Styles for old versions of IE */
  .heartbeat { font-family: sans-serif; font-weight: 100; }

  /* :not(:required) hides this rule from IE9 and below */
  .heartbeat:not(:required) { -webkit-animation: heartbeat 1300ms ease 0s infinite normal; -khtml-animation: heartbeat 1300ms ease 0s infinite normal; -moz-animation: heartbeat 1300ms ease 0s infinite normal; -ms-animation: heartbeat 1300ms ease 0s infinite normal; -o-animation: heartbeat 1300ms ease 0s infinite normal; animation: heartbeat 1300ms ease 0s infinite normal; display: inline-block; position: relative; overflow: hidden; text-indent: -9999px; width: 12px; height: 12px; -moz-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }
  .heartbeat:not(:required):after, .heartbeat:not(:required):before { position: absolute; content: ""; background: #fff; }
  .heartbeat:not(:required):before { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; top: 4px; left: 0; width: 12px; height: 8px; }
  .heartbeat:not(:required):after { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; top: 0; left: 4px; width: 8px; height: 4px; }




/*	Mapa CCUU: */
.mapa-ccuu{width: 100%; height: 500px}
.mapa-ccuu-ver-ruta{display:none; float:right; overflow: auto; width:30%; height: 500px; position: absolute; margin-top: -500px; background-color: #FFF; right: 0px;}

/*	Shared */
.shared{padding: 0}
.shared li{display: inline-block; padding: 5px}
.shared li a img{width: 32px}

/*	Posicionador de imagen automatico */
.container-image {width: 100%; height:100%; position: relative; overflow: hidden;background-image:url(../img/loading.svg); background-size: 100px; background-repeat: no-repeat; background-position: center center;}
.container-image img {position: absolute; margin: auto; width: 100%; top:-10000px; bottom: -10000px; left:-10000px; right:-10000px; opacity:0; -webkit-transition:  all 1000ms ease-out;  -moz-transition:  all 1000ms ease-out;  -o-transition:  all 1000ms ease-out;  transition:  all 1000ms ease-out }
.container-image img.visible {opacity:1;}


@keyframes rotar { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


body.calculadoranutricional {
  background-image: none;
  background-color: #f2f2f2;
  color: #044F67;
}

body.calculadoranutricional img {
  width: 100%;
  height: auto;
  display: block;
}

body.calculadoranutricional #sawubona-footer img{
  width: auto;
}

.calculator .main-block {
  background-color: #fff;
  width: 90%;
  margin: auto;
  -webkit-box-shadow: 0 -100px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -100px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 30px 30px;
  padding: 26px;
}

@media screen and (min-width: 576px) {
  .calculator .main-block {
    padding: 35px 40px;
  }
}

@media screen and (min-width: 768px) {
  .calculator .main-block > .row {
    width: 95%;
    max-width: 520px;
    margin: auto;
  }
}

@media screen and (min-width: 992px) {
  .calculator .main-block {
    width: 99%;
    padding: 35px 35px;
    position: relative;
    margin-bottom: 60px;
  }
  .calculator .main-block > .row {
    width: 100%;
    max-width: initial;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.calculator .main-block > .float-image {
  display: none !important;
  width: 130px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  right: 0;
  margin: auto;
  margin-left: -100px;
  z-index: 5;
}

@media screen and (min-width: 992px) {
  .calculator .main-block > .float-image {
    width: 140px;
  }
  .calculator .main-block > .float-image.active {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .calculator .main-block > .float-image {
    display: none !important;
  }
  .calculator .main-block > .float-image.active {
    display: none !important;
  }
}

.calculator .main-block > .float-image.result {
  width: 185px;
  left: 50%;
  margin-left: -280px;
  bottom: -60px;
}

@media screen and (min-width: 992px) {
  .calculator .main-block > .float-image.result {
    width: 195px;
  }
}

@media screen and (max-width: 991px) {
  .calculator .main-block > .float-image.result {
    display: none !important;
  }
}

.calculator .main-block .column-left {
  display: none;
}

@media screen and (min-width: 992px) {
  .calculator .main-block .column-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .calculator .main-block .column-right {
    padding-left: 0;
  }
  .calculator .main-block .column-right .top-header {
    display: none;
  }
  .calculator .main-block .column-right .logo-secondary {
    display: none;
  }
}

.calculator .top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.calculator .top-content {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .calculator .top-content {
    width: 35%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.calculator .top-header {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .calculator .top-header {
    width: 65%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 992px) {
  .calculator .top-header {
    width: 84%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.calculator .message {
  background-color: #0083AD;
  border-radius: 30px 30px 30px 0;
  color: #fff;
  padding: 26px;
  min-height: 200px;
  margin: 10px 0 40px;
}

@media screen and (min-width: 576px) {
  .calculator .message {
    padding: 30px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .calculator .message {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) {
  .calculator .message {
    max-width: 340px;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.calculator .complement {
  margin: 30px auto;
  width: 90%;
  padding: 0;
}

.calculator .complement > .row {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 576px) {
  .calculator .complement .logo-secondary {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .calculator .complement-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .calculator .complement .message {
    display: none;
  }
}

.calculator .logo {
  width: 120px;
  margin: 15px;
}

@media screen and (min-width: 992px) {
  .calculator .logo {
    width: 140px;
  }
}

.calculator .logo-secondary {
  width: 120px;
  margin: 30px auto 0;
}

@media screen and (min-width: 992px) {
  .calculator .logo-secondary {
    margin-left: 0;
  }
}

.calculator .main-title {
  color: #0083AD;
  font-weight: 900;
  font-size: 1.824em;
  margin: 20px 0 40px;
  padding: 0 15px;
  font-family: 'Nunito', sans-serif;
}

@media screen and (min-width: 576px) {
  .calculator .main-title {
    margin: 15px 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .calculator .main-title {
    font-size: 1.75em;
  }
}

@media screen and (min-width: 992px) {
  .calculator .main-title {
    margin-bottom: 60px;
  }
}

.calculator .main-title .deco {
  width: 70px;
  float: right;
  margin-top: -32px;
  margin-right: 10px;
}

@media screen and (min-width: 992px) {
  .calculator .main-title .deco {
    width: 80px;
    margin-top: -24px;
  }
}

.calculator .subtitle {
  border-top: 2px dotted #aaa;
  padding: 20px 15px 25px;
  font-family: 'Raleway', sans-serif;
  font-size: .882em;
  font-weight: 600;
  display: none;
}

@media screen and (min-width: 768px) {
  .calculator .subtitle {
    font-size: .8em;
  }
}

.calculator .subtitle.active {
  display: block;
}

.calculator .main-content {
  border: 1px solid #707070;
  border-radius: 0 15px 15px 20px;
  padding: 20px 15px 134px;
  position: relative;
  font-family: 'Raleway', sans-serif;
}

@media screen and (min-width: 576px) {
  .calculator .main-content {
    border-radius: 0 40px 40px 40px;
    padding: 25px 30px;
  }
}

@media screen and (min-width: 992px) {
  .calculator .main-content {
    margin-top: 35px;
    padding: 35px 30px 25px;
  }
}

.calculator .main-content.pediatric {
  padding-bottom: 114px;
}

@media screen and (min-width: 576px) {
  .calculator .main-content.pediatric {
    padding-bottom: 25px;
  }
}

.calculator .main-content.pediatric .image {
  bottom: -70px;
}

@media screen and (min-width: 576px) {
  .calculator .main-content.pediatric .image {
    bottom: initial;
    top: -100px;
  }
}

.calculator .main-content .image {
  width: 156px;
  height: 176px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  display: none;
}

.calculator .main-content .image.active {
  display: block;
}

@media screen and (min-width: 576px) {
  .calculator .main-content .image {
    top: -130px;
    right: -15px;
    bottom: initial;
    left: initial;
  }
}

@media screen and (min-width: 992px) {
  .calculator .main-content .image {
    width: 146px;
    right: 25px;
    top: -120px;
  }
}

.calculator .main-content .title {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1em;
}

@media screen and (min-width: 576px) {
  .calculator .main-content .title {
    font-size: 1.176em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .calculator .main-content .title {
    font-size: .95em;
  }
}

.calculator .main-content .title .icon-image {
  width: 25px;
  margin-right: 10px;
  display: inline-block;
}

.calculator .main-content ~ .field-button {
  display: none;
}

@media screen and (min-width: 576px) {
  .calculator .main-content ~ .field-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.calculator .field-button {
  margin: 20px 0;
  width: 100%;
  display: none;
}

@media screen and (min-width: 576px) {
  .calculator .field-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 35px 0 10px;
  }
}

.calculator .field-button .button {
  border: none;
  background-color: #EC7700;
  border-radius: 15px 15px 0 15px;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 1.059em;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-weight: 800;
  -webkit-transition: .35s;
  transition: .35s;
}

@media screen and (min-width: 576px) {
  .calculator .field-button .button {
    max-width: 210px;
  }
}

@media screen and (min-width: 768px) {
  .calculator .field-button .button {
    max-width: 260px;
  }
}

@media screen and (min-width: 768px) {
  .calculator .field-button .button {
    font-size: 1.2em;
    border-radius: 20px 20px 0 20px;
    padding: 10px 15px;
  }
}

.calculator .field-button .button:hover {
  background-color: #0083ad;
}

.calculator .field-button .logo-secondary {
  display: none;
  margin-top: 0;
}

@media screen and (min-width: 576px) {
  .calculator .field-button .logo-secondary {
    display: block;
    margin: 0;
  }
}

.calculator .results {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 15px;
  font-family: 'Raleway', sans-serif;
}

.calculator .results.row {
  display: none;
}

@media screen and (max-width: 575px) {
  .calculator .results.row {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .calculator .results {
    padding: 0;
  }
  .calculator .results.row {
    display: none;
  }
  .calculator .results.row.active {
    display: block;
  }
  .calculator .results .results-container {
    border: 1px solid #707070;
    border-radius: 0 40px 40px 40px;
    padding: 20px 30px;
  }
}

@media screen and (min-width: 768px) {
  .calculator .results.row {
    margin: 30px auto;
  }
}

@media screen and (min-width: 992px) {
  .calculator .results .results-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px;
  }
  .calculator .results.row {
    margin: 30px auto 0;
  }
}

.calculator .results .head {
  margin-top: 0;
  margin-bottom: 30px;
}

@media screen and (min-width: 576px) {
  .calculator .results .head {
    margin-bottom: 5px;
  }
}

.calculator .results .head .title {
  font-family: 'Nunito', sans-serif;
  font-size: 1.706em;
  color: #0083AD;
  margin-bottom: 10px;
  font-weight: 900;
  text-transform: initial;
}

@media screen and (min-width: 576px) {
  .calculator .results .head .title {
    font-size: 2.118em;
  }
}

@media screen and (min-width: 768px) {
  .calculator .results .head .title {
    font-size: 1.75em;
  }
}

.calculator .results .head .subtext {
  text-transform: initial;
  font-size: .882em;
}

@media screen and (min-width: 576px) {
  .calculator .results .head .subtext {
    font-size: 1em;
  }
}

@media screen and (min-width: 768px) {
  .calculator .results .head .subtext {
    font-size: .8em;
  }
}

@media screen and (min-width: 576px) {
  .calculator .results .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .calculator .results .content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.calculator .results .small-box {
  background-color: #F2F2F2;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin: 20px 0;
}

@media screen and (min-width: 576px) {
  .calculator .results .small-box {
    max-width: 190px;
    width: 45%;
    border-radius: 20px;
  }
}

@media screen and (min-width: 992px) {
  .calculator .results .small-box {
    margin: 20px 30px;
  }
  .calculator .results .small-box:last-child {
    margin-right: 0;
  }
}

.calculator .results .small-box .top {
  width: 50%;
  padding: 20px 15px;
  text-align: center;
  color: #0083AD;
  text-align: left;
  font-size: .765em;
}

@media screen and (min-width: 576px) {
  .calculator .results .small-box .top {
    font-size: 1em;
    width: 100%;
    padding: 15px 20px;
  }
}

@media screen and (min-width: 768px) {
  .calculator .results .small-box .top {
    font-size: .85em;
  }
}

.calculator .results .small-box .top .title {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (min-width: 576px) {
  .calculator .results .small-box .top .title {
    text-align: center;
  }
}

.calculator .results .small-box .top .subtitle {
  padding: 0;
  border: none;
  font-weight: 400;
  display: block;
}

@media screen and (min-width: 576px) {
  .calculator .results .small-box .top .subtitle {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .calculator .results .small-box .top .subtitle {
    font-size: 1.118em;
  }
}

.calculator .results .small-box .bottom {
  width: 50%;
  font-size: 1.059em;
  padding: 20px 10px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 576px) {
  .calculator .results .small-box .bottom {
    font-size: 1.412em;
    width: 100%;
    padding: 14px 15px 17px;
  }
}

@media screen and (min-width: 768px) {
  .calculator .results .small-box .bottom {
    font-size: 1.15em;
  }
}

.calculator .results .small-box .bottom .value {
  text-align: center;
  display: block;
}

.calculator .results .small-box .bottom:before {
  content: '';
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 576px) {
  .calculator .results .small-box .bottom:before {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    bottom: 100%;
    right: 0;
    top: initial;
    width: 100%;
    height: 15px;
  }
}

.calculator-footer {
  font-size: .941em;
}

@media screen and (min-width: 768px) {
  .calculator-footer {
    font-size: .75em;
  }
}

.calculator-footer .content {
  border-top: 2px dotted #707070;
  width: 90%;
  margin: auto;
  padding: 15px 0;
}

@media screen and (min-width: 992px) {
  .calculator-footer .content {
    border-top: none;
    border-bottom: 2px dotted #707070;
    width: 100%;
    margin-bottom: 30px;
  }
  .calculator-footer .content > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.calculator-footer .contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.calculator-footer .contact li {
  position: relative;
}

.calculator-footer .contact li > * {
  margin-left: 8px;
}

.calculator-footer .contact li > *:first-child {
  margin-left: 0;
}

.calculator-footer .contact .subtitle {
  font-weight: bold;
}

.calculator-footer .contact-details li {
  margin: 0;
  display: inline;
  padding-right: 15px;
  line-height: 1.425em;
}

.calculator-footer .contact-details li:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 15px;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  background-color: #044F67;
}

.calculator-footer .contact-details li:last-child {
  padding-right: 0;
}

.calculator-footer .contact-details li:last-child::after {
  display: none;
}

.calculator-footer .contact-details a {
  position: relative;
  color: #044F67;
  text-decoration: none;
}

.calculator-footer .contact-details a::before {
  content: '/';
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  margin-right: -8px;
  margin-top: -1px;
}

.calculator-footer .contact-details a:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  background-color: #044F67;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: .35s;
  transition: .35s;
}

.calculator-footer .contact-details a:hover:after {
  width: 100%;
}

.calculator-footer .contact-details a:last-of-type:before {
  display: none;
  margin-left: 5px;
}

.calculator-footer .contact-social {
  margin-top: 10px;
}

@media screen and (min-width: 576px) {
  .calculator-footer .contact-social {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .calculator-footer .contact-social {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.calculator-footer .contact-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calculator-footer .contact-social li {
  margin: 6px;
}

.calculator-footer .contact-social a {
  display: block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: .35s;
  transition: .35s;
}

.calculator-footer .contact-social a:hover {
  opacity: .65;
}

.calculator-footer .contact-social .icon-image {
  width: 30px;
  height: 30px;
  display: block;
  background-size: cover;
  background-position: center;
}

.calculator-footer .contact-social .icon-image.linkedin {
  background-image: url("../img/calculator/icon-linkedin.png");
}

.calculator-footer .contact-social .icon-image.facebook {
  background-image: url("../img/calculator/icon-facebook.png");
}

.calculator-footer .contact-social .icon-image.instagram {
  background-image: url("../img/calculator/icon-instagram.png");
}

.tabs .tab-menu {
  display: block;
  margin: 20px 0;
}

.tabs .tab-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tabs .tab-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}

.tabs .tab-menu li {
  display: block;
  margin: 15px auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tabs .tab-menu li {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-menu li:first-child a {
    border-radius: 20px 0 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-menu li:last-child a {
    border-radius: 0 20px 20px 0;
  }
}

.tabs .tab-menu a {
  background-color: #69B3CB;
  border-radius: 15px;
  font-weight: 900;
  font-size: 1.294em;
  color: #fff;
  padding: 12px 15px;
  display: block;
  text-decoration: none;
  -webkit-transition: .35s;
  transition: .35s;
  font-family: 'Nunito', sans-serif;
}

@media screen and (min-width: 576px) {
  .tabs .tab-menu a {
    font-size: 1.529em;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-menu a {
    font-size: 1.5em;
    border-radius: 0;
    padding: 14px 15px;
  }
}

.tabs .tab-menu a:hover {
  background-color: #FDBB80;
}

.tabs .tab-menu .active a {
  background-color: #FDBB80;
}

.tabs .tab-item {
  display: none;
}

.tabs .tab-item .subtext {
  text-transform: uppercase;
  text-align: center;
  font-size: .765em;
  max-width: 200px;
  margin: auto;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .subtext {
    font-size: .824em;
    max-width: initial;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .subtext {
    font-size: .75em;
  }
}

@media screen and (min-width: 992px) {
  .tabs .tab-item .subtext {
    font-size: .7em;
  }
}

.tabs .tab-item.active {
  display: block;
}

.tabs .tab-item .form {
  margin-top: 20px;
}

.tabs .tab-item .form-content {
  border-radius: 0 15px 15px 15px;
  background-color: #E2E7E8;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form-content {
    background-color: transparent;
    border-radius: 0;
  }
}

.tabs .tab-item .form .conditional {
  display: none;
}

.tabs .tab-item .form .conditional.active {
  display: block;
}

.tabs .tab-item .form .field-wrap {
  padding: 20px 18px;
  border-top: 2px dotted #fff;
  position: relative;
  font-size: .824em;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .field-wrap {
    font-size: 1em;
    padding: 0;
    margin: 15px 0;
    border-top: none;
  }
  .tabs .tab-item .form .field-wrap .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px;
    border-radius: 20px;
    background-color: #E2E7E8;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .form .field-wrap {
    font-size: .8em;
  }
}

.tabs .tab-item .form .field-wrap:first-child {
  border-top: none;
}

.tabs .tab-item .form .field-wrap .label {
  color: #0083AD;
  font-size: .929em;
  display: block;
  margin: 0 0 6px;
  text-align: left;
  padding: 0;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .field-wrap .label {
    font-size: .941em;
    width: 40%;
    white-space: break-spaces;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .form .field-wrap .label {
    font-size: 1.063em;
    width: 50%;
    padding-right: 30px;
  }
}

.tabs .tab-item .form .field-wrap .label br {
  display: none;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .field-wrap .label br {
    display: initial;
  }
}

.tabs .tab-item .form .field-wrap .label .alternative {
  display: none;
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .form .field-wrap .label .alternative {
    display: initial;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .form .field-wrap .label .correctly {
    display: none;
  }
}

.tabs .tab-item .form .field-wrap input,
.tabs .tab-item .form .field-wrap select {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  padding: 6px 8px;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .field-wrap input,
  .tabs .tab-item .form .field-wrap select {
    width: 60%;
    padding: 8px 10px;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .form .field-wrap input,
  .tabs .tab-item .form .field-wrap select {
    width: 50%;
  }
}

.tabs .tab-item .form .field-wrap input:focus, .tabs .tab-item .form .field-wrap input:active,
.tabs .tab-item .form .field-wrap select:focus,
.tabs .tab-item .form .field-wrap select:active {
  outline: none;
}

.tabs .tab-item .form .field-wrap input:disabled,
.tabs .tab-item .form .field-wrap select:disabled {
  cursor: not-allowed;
  background: #eee;
}

.tabs .tab-item .form .field-wrap .select2-container {
  width: 100% !important;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .field-wrap .select2-container {
    width: 60% !important;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .form .field-wrap .select2-container {
    width: 50% !important;
  }
}

.tabs .tab-item .form .field-wrap .legend {
  display: block;
  margin-top: 15px;
  font-size: .929em;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .field-wrap .legend {
    font-size: .765em;
  }
}

.tabs .tab-item .form .selector-field.mixed .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tabs .tab-item .form .selector-field.mixed .label {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .selector-field.mixed .label {
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .form .selector-field.mixed .label {
    width: 50%;
  }
}

.tabs .tab-item .form .selector-field.mixed input {
  width: 30%;
  border-radius: 4px 0 0 4px;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .selector-field.mixed input {
    width: 25%;
    padding: 9px 10px 8px;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .form .selector-field.mixed input {
    width: 20%;
    padding: 9px 10px 8px;
  }
}

.tabs .tab-item .form .selector-field.mixed .select2-container {
  width: 70% !important;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .selector-field.mixed .select2-container {
    width: 35% !important;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .form .selector-field.mixed .select2-container {
    width: 30% !important;
  }
}

.tabs .tab-item .form .selector-field.mixed .select2-container--disabled {
  cursor: not-allowed;
}

.tabs .tab-item .form .selector-field.mixed .select2-container--default .select2-selection--single {
  border-radius: 0 4px 4px 0;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .options-field > .wrap {
    padding: 20px 14px;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .form .options-field > .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tabs .tab-item .form .options-field .label {
  margin-bottom: 12px;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .options-field .label {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .form .options-field .label {
    width: auto;
  }
}

@media screen and (min-width: 992px) {
  .tabs .tab-item .form .options-field .label {
    padding-right: 10px;
  }
}

.tabs .tab-item .form .options-field label {
  display: inline-block;
  position: relative;
  padding-right: 22px;
  font-weight: 400;
  font-size: .929em;
  margin-left: 10px;
  cursor: pointer;
}

@media screen and (min-width: 375px) {
  .tabs .tab-item .form .options-field label {
    padding-right: 32px;
    margin-left: 25px;
  }
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .options-field label {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .form .options-field label {
    padding-right: 40px;
  }
}

@media screen and (min-width: 992px) {
  .tabs .tab-item .form .options-field label {
    padding-right: 35px;
    margin-left: 15px;
  }
}

.tabs .tab-item .form .options-field label:first-of-type {
  margin-left: 0;
}

.tabs .tab-item .form .options-field label input {
  position: absolute;
  width: 25px;
  height: 25px;
  opacity: 0;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 375px) {
  .tabs .tab-item .form .options-field label input {
    width: 30px;
    height: 30px;
  }
}

.tabs .tab-item .form .options-field label input:checked ~ .custom-check:after {
  opacity: 1;
}

.tabs .tab-item .form .options-field label input:disabled ~ .custom-check {
  cursor: not-allowed;
  opacity: .65;
}

.tabs .tab-item .form .options-field label .custom-check {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  margin: auto;
  z-index: 5;
}

@media screen and (min-width: 375px) {
  .tabs .tab-item .form .options-field label .custom-check {
    width: 26px;
    height: 26px;
  }
}

.tabs .tab-item .form .options-field label .custom-check:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  background-color: #E2E7E8;
  opacity: 0;
  margin: auto;
  -webkit-transition: .35s;
  transition: .35s;
}

@media screen and (min-width: 375px) {
  .tabs .tab-item .form .options-field label .custom-check:after {
    width: 14px;
    height: 14px;
  }
}

.tabs .tab-item .form .options-field.gender label {
  padding-right: 19px;
  margin-left: 3px;
}

@media screen and (min-width: 375px) {
  .tabs .tab-item .form .options-field.gender label {
    padding-right: 32px;
    margin-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .form .options-field.gender label {
    padding-right: 40px;
  }
}

@media screen and (min-width: 992px) {
  .tabs .tab-item .form .options-field.gender label {
    padding-right: 35px;
    margin-left: 15px;
  }
}

.tabs .tab-item .form .options-field.gender label:first-of-type {
  margin-left: 0;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .options-field.gender .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tabs .tab-item .form .options-field.gender .wrap .label {
    margin-right: 10px;
  }
  .tabs .tab-item .form .options-field.gender .label {
    width: auto;
  }
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .options-field.malnutrition .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tabs .tab-item .form .options-field.malnutrition .wrap .label {
    margin-right: 10px;
  }
  .tabs .tab-item .form .options-field.malnutrition .label {
    width: auto;
  }
}

.tabs .tab-item .form .field-button {
  display: block;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .field-button {
    display: none;
  }
}

.tabs .tab-item .form .additional-fields {
  border-top: 2px dotted #fff;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .additional-fields {
    margin-top: 25px;
    padding-top: 15px;
    position: relative;
    border-top: none;
  }
  .tabs .tab-item .form .additional-fields::before {
    content: '';
    position: absolute;
    width: calc(100% + 60px);
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 12px 10px rgba(198, 198, 198, 0.2);
            box-shadow: 0 12px 10px rgba(198, 198, 198, 0.2);
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: #fff;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -20px;
  }
}

.tabs .tab-item .form .additional-message {
  text-align: center;
  margin: 15px 0 10px;
  font-size: .765em;
  font-weight: 500;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .additional-message {
    text-align: right;
    font-size: .735em;
  }
}

@media screen and (min-width: 768px) {
  .tabs .tab-item .form .additional-message {
    font-size: .6em;
  }
}

.tabs .tab-item .form .results {
  display: none;
}

@media screen and (min-width: 576px) {
  .tabs .tab-item .form .results {
    display: none !important;
  }
}

.select2-container--default .select2-selection--single {
  height: auto;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 8px 10px;
  line-height: 1em;
  text-align: center;
  font-weight: 500;
}

@media screen and (min-width: 576px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #E2E7E8 transparent transparent transparent;
  border-width: 12px 6px 0 6px;
  margin-left: -10px;
  margin-top: -6px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #E2E7E8 transparent;
  border-width: 0 6px 12px 6px;
  margin-left: -10px;
  margin-top: -6px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: not-allowed !important;
}

.select2-dropdown {
  border: none;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.select2-results__option {
  padding: 6px 10px;
  font-size: .824em;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .select2-results__option {
    font-size: 1em;
  }
}

@media screen and (min-width: 768px) {
  .select2-results__option {
    font-size: .8em;
  }
}