@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('https://app.emergprogram.com/fonts/mark_simonson_-_proxima_nova_bold-webfont.woff2') format('woff2'),
         url('https://app.emergprogram.com/fonts/mark_simonson_-_proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_thextrabold';
    src: url('https://app.emergprogram.com/fonts/mark_simonson_-_proxima_nova_extrabold-webfont.woff2') format('woff2'),
         url('https://app.emergprogram.com/fonts/mark_simonson_-_proxima_nova_extrabold-webfont.woff') format('woff');
    font-weight: normal
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_ltlight';
    src: url('https://app.emergprogram.com/fonts/mark_simonson_-_proxima_nova_light-webfont.woff2') format('woff2'),
         url('https://app.emergprogram.com/fonts/mark_simonson_-_proxima_nova_light-webfont.woff') format('woff');
    font-weight: normal
    font-style: normal;

}




@font-face {
    font-family: 'proxima_novaregular';
    src: url('https://app.emergprogram.com/fonts/mark_simonson_-_proxima_nova_regular-webfont.woff2') format('woff2'),
         url('https://app.emergprogram.com/fonts/mark_simonson_-_proxima_nova_regular-webfont.woff') format('woff');
    font-weight: normal
    font-style: normal;

}




@font-face {
    font-family: 'proxima_novathin';
    src: url('https://app.emergprogram.com/fonts/proxima_nova_thin-webfont.woff2') format('woff2'),
         url('https://app.emergprogram.com/fonts/proxima_nova_thin-webfont.woff') format('woff');
    font-weight: normal
    font-style: normal;

}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Uncomment and set these variables to customize the grid. */

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}



/**** custom styles ***/
html {
    width: 100%;
    height: 100%;
}
body {
    padding-left: 170px;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: "proxima_novaregular";
    background: #efefef;
    padding-right: 20px;
}

h2 {
    font-family: "proxima_nova_rgbold";
    font-size: 2em;
    color: #6f6f6f;
}

.pad {
	padding: 15px;
}
.pad-h {
	padding: 0 15px;
}
.pad-v {
	padding: 15px 0;
}
.no-pad-top {
	padding-top: 0;
}
.text-center {
	text-align: center;
}

.wrapper {
    box-sizing: border-box;
    margin: 0 auto;	
	padding: 1rem;
}
.section {
    padding: 35px 0;
}
#header_4 {
    position: absolute;
}

.main-title {
    margin-bottom: 30px;
}

.custom-head {
    background: #333;
    padding: 5px 10px;
}
.custom-head.aside {
    width: 125px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: #333;
    z-index: 100;
    transition: 0.7s all:    
}
.menu ul li a {
    display: block;
    border-top: 1px solid #292929;
    padding: 20px 5px;
    text-align: center;
    color: #c1c1c1;
    text-decoration: none;
    font-family: "proxima_novaregular";
    line-height: 1.3;
    font-size: 0.8em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: 0.2s all;
}
.custom-head.top-bar {
    width: calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: -o-calc(100% - 140px);
    position: fixed;
    left: 0;
    top: 0;
    height: 25px;
    background: #78a306;
    padding-left: 130px;
    z-index: 99;
}
.logo {
    margin-bottom: 5px;
    padding: 15px;
}
.logo img {
	width: 100%;
}

.user-info-bar {
    position: absolute;
    right: 30px;
    top: 8px;
}

.top-head-menu i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 30px;
    display: none;
}

.menu ul {
    list-style: none;
}

.user-info-bar a {
    color: whitesmoke;
    margin-right: 15px;
    text-decoration: none;
    font-family: "proxima_nova_ltlight";
    font-size: 0.9em;
}

.custom-head.top-bar .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    display: none;
}

/*** boxes ***/

.box {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    top: 0;
    position: relative;
    transition: all 0.15s ease-in-out;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.box a {
	text-decoration: none;
	color: inherit !important;
}
.box-image {
    position: relative;
    padding-bottom: 30%;
    width: 100%;
    border-bottom: 5px solid #78a203;    
}
.box-image img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 7px 7px 0px 0px;
	width: 100%;    
}
.box-title {
    font-size: 1.5em;
    font-family: "proxima_nova_rgbold";
    text-align: center;
    color: #6f6f6f;
    padding: 20px 50px 30px 50px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.1;
    box-sizing: border-box;
}
.box-content {
    line-height: 1.25;
    font-size: 1em;
	font-family: "proxima_nova_ltlight";
    color: #787878;
}
.sectionProgressBar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 15px;
}
.progressContainer {
    width: 70%;
}
.progressContainer .progress {
    width: 100%;
    height: 8px;
    border-radius: 25px;
    background: rgb(241, 243, 255);
    position: relative;
}
.progressContainer .progress .value {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    width: 0%;
    height: 8px;
    border-radius: 2px;
    z-index: 1;
}
.progressContainer p {
    font-family: "proxima_novaregular";;
    font-size: 0.95em;
    text-align: center;
    color: #cccccc;
    margin-top: 10px;
    margin-bottom: 12px;
}

.box-cta, .submit {
    cursor: pointer;
    width: 185px;
    background: #fff;
    color: #b3ca1f;
    border: 1px solid #b3ca1f;
    align-items: center;
    justify-content: center;
    font-family: "proxima_nova_rgbold";er;
    font-size: 1.1em;
    height: 38px;
    min-width: 105px;
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    margin: 20px auto 20px;
    transition: 0.2s all;
    padding: 0 10px;
    box-sizing: border-box;
}
.box-cta:hover {
	background: #b3ca1f;
	color: #fff;
    transition: 0.2s all;	
}


/*** LOGIN BOX ***/
body.login, body.registro, body.recuperar_password {
    padding: 0;
}
.login-main-container {
	background: transparent;
    display: flex;
    width: 100%;
    min-height: 100vh;
	background: url(/templates/img/background-login.jpg);
	background-size: cover;
}
.loginContainer {
    width: 520px;
    margin: auto;
}
.login-logo {
	margin-bottom: 20px;
	padding-top: 25px;
}
.login-logo img {
    width: 180px;
    margin-bottom: -10px;
}
.login-box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    border-top: 3px solid #83a846;
    border-radius: 0 0 10px 10px;
    margin: 2em 0;
    width: 100%;
    padding: 3em 5em;
    box-sizing: border-box;
}
.login-box h2 {
    color: #484848;
    font-family: "proxima_nova_rgbold";
    font-size: 22px;
    text-align: center;
    padding-bottom: 1em;
}
.login-box fieldset {
    border: none;
    padding: 1em 0;
}
.login-box fieldset label {
    display: block;
    font-family: "proxima_nova_rgbold";
    color: #484848;
    text-transform: uppercase;
    font-size: 12px;
}
.login-box fieldset input[type="text"], .login-box fieldset input[type="email"], .login-box fieldset input[type="password"], .login-box fieldset select, .login-box fieldset input[type="date"] {
	width: 100%;
	height: 40px;
	border: none;
	font-family: Muli, sans-serif;
	background-color: #f8f8f8;
	border-bottom: 4px solid #f8f8f8;
	border-radius: 4px;
	padding: 8px 12px;
	font-size: 15px;
	margin: 12px 0;
	transition: all 0.08s ease-in-out;
	-webkit-transition: all 0.08s ease-in-out;
	-moz-transition: all 0.08s ease-in-out;
	box-sizing: border-box;
}
#fecha_nacimiento {
    font-size: 0.9em;
}
.login-box fieldset select {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	color: #999;
	text-transform: capitalize;
	font-family: "proxima_nova_ltlight";
	font-size: 0.9em;	
}
.login-box fieldset input[type="text"]::placeholder, .login-box fieldset input[type="email"]::placeholder, .login-box fieldset input[type="password"]::placeholder {
	color: #999;
	text-transform: capitalize;
	font-family: "proxima_nova_ltlight";
	font-size: 0.9em;
}
.recovery-password, .no-registered {
    text-decoration: none;
    text-align: center;
    display: block;
    color: #bbb;
    font-size: 0.9em;
}
.recovery-password {
    margin-bottom: 20px;
}
.recovery-password:hover {
	color: #aaa;
}
input#submit, #register_submit, #register_submit_ko, input#leadform_submit {
    position: relative;
    display: inline-flex;
    height: 42px;
    border: 0;
    align-items: center;
    justify-content: center;
    padding: 0 25px 0 25px;
    font-family: "proxima_nova_rgbold";er;
    border-radius: 7px;
    color: #83a846;
    border: 2px solid #83a846;
    background-color: #ffffff;
    font-size: 14px;
    flex-direction: row;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    transition: all 0.08s ease-in-out;
    -webkit-transition: all 0.08s ease-in-out;
    -moz-transition: all 0.08s ease-in-out;
    border-color: #83a846;
    color: #83a846;
    width: 190px;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-bottom: 25px;    
}
input#submit:hover, input#leadform_submit:hover {
	background-color: #83a846;
	border-color: #83a846;
    color: #ffffff;
}
#breadcrum_tree {
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #6aa600;
}
@media (max-width: 800px) {
	body {
		padding: 0;
		padding-top: 90px;
	}
	/*.custom-head.aside, .custom-head.top-bar {
		display: none;
	}*/
	
	.custom-head.aside {
		left: auto;
	    right: -100vw;
	    padding-top: 115px;
	    z-index: 98;
	    background: #232323;
		transition: 0.5s all;	    	    	    
	}
	.loginContainer {
	    width: 100%;
	}
	.main-title {
	    text-align: center;
	    background: white;
	    padding: 20px 0;
		margin-top: -55px;	    
	}
	
	.custom-head.top-bar {
	    width: calc(100% - 140px);
	    width: -webkit-calc(100% - 140px);
	    width: -moz-calc(100% - 140px);
	    width: -o-calc(100% - 140px);
	    position: fixed;
	    left: 0;
	    top: 0;
	    height: 75px;
	    background: #333;
	    padding-left: 130px;
	    z-index: 99;
	}
	.custom-head.aside .logo {
	    display: none;
	}
	.custom-head.aside.show {
	    right: -1px;
	    transition: 0.5s all;
	}
	.top-bar .logo img {
	    width: 70px;
	}
	.user-info-bar {
	    left: 30px;
		right: auto;
	    top: 50%;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	}
	.custom-head.top-bar .logo {
		display: block;
		padding: 0 !important;
	}
	
	a.top-head-logout {
	    margin-right: 0;
	    font-size: 1.75em;
	}
	a.top-head-profile {
	    display: none;
	}
	a.top-head-logout span {
	    display: none;
	}
	.top-head-menu i {
	    display: block;
	    color: whitesmoke;
	    text-decoration: none;
	    font-size: 1.75em;
	}
	.login-box {
	    background: #ffffff;
	    border-radius: 10px;
	    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
	    border-top: 3px solid #83a846;
	    border-radius: 0 0 10px 10px;
	    margin: 0 auto;
	    width: 95%;
	    padding: 20px 30px;
	    box-sizing: border-box;
	}
	.login-logo img {
	    width: 100px;
	}
	.login-box h2 {
	    color: #484848;
	    
	    font-size: 1.75em;
	    text-align: center;
	    padding-bottom: 1em;
	    margin-top: 20px;
	}
	.recovery-password {
	    text-decoration: none;
	    text-align: center;
	    display: block;
	    color: #cfcfd5;
	    font-size: 1em;
	    margin-bottom: 20px;
	    margin-top: 5px;
	}
	input#submit {
	    position: relative;
	    display: inline-flex;
	    height: 42px;
	    border: 0;
	    align-items: center;
	    justify-content: center;
	    padding: 0 25px 0 25px;
	    font-family: "proxima_nova_rgbold";er;
	    border-radius: 7px;
	    color: #83a846;
	    border: 2px solid #83a846;
	    background-color: #ffffff;
	    font-size: 14px;
	    flex-direction: row;
	    user-select: none;
	    -moz-user-select: none;
	    -webkit-user-select: none;
	    cursor: pointer;
	    transition: all 0.08s ease-in-out;
	    -webkit-transition: all 0.08s ease-in-out;
	    -moz-transition: all 0.08s ease-in-out;
	    border-color: #83a846;
	    color: #83a846;
	    width: 190px;
	    text-transform: uppercase;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    margin-bottom: 25px;
	    margin-top: 15px;
	}
	
	.main-title h2 {
		color: #7ba606;
		font-size: 1.5em !important;
	}
	#back {
		color: #6f6f6f;
	}
	.box-title {
		padding: 20px 10px 30px 10px;
	}
	
	.perfil-programa-fix .main-title {
		margin-top: 30px !important;
	}
}

/**** profile ****/
.field label {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.85em;
    font-family: "proxima_nova_ltlight";;
}
.field input[type="text"], .field select, .field input[type="input"], .field input[type="date"] {
    width: 100%;
    max-width: 600px;
    padding: 10px 10px;
    border-radius: 2px;
    border: 1px solid #dcdbdb;
    color: #333;
    font-size: 0.8em;
    box-sizing: border-box;
    -webkit-appearance: none;
    background: white;
    position: relative;
}
.field img.img-responsive {
    max-width: 600px;
    width: 100%;
    height: auto;
}
label.reset-title {
    font-size: 1.4em;
    font-family: "proxima_nova_rgbold";;
    color: #6e6e6e;
    text-transform: initial;
    margin-bottom: 15px;
}
input.submit {
    margin: 0;
    background: #b3ca1f;
    color: white;
    width: 200px;
}
input.submit:hover {
    background: white;
    color: #b3ca1f;
}
.field select, fieldset select {
    background-color: white;
    background-image: url(/templates/img/angle-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px;
}

/*** register ***/
.loginContainer.register {
    max-width: 800px;
    width: 100%;
}
.policy-field input, .policy-field label {
    display: inline-block !important;
    font-family: "proxima_novaregular" !important;
    text-transform: initial !important;
    vertical-align: middle!important;
}

.viewed .box-title i.far.fa-check-circle {
    position: absolute;
    top: 31px;
    right: 20px;
    color: #bbd042;
    font-size: 1.5em;
}
.box-title i.far.fa-check-circle {
    position: absolute;
    top: 31px;
    right: 20px;
    color: #eaeaea;
    font-size: 1.5em;
}
#back {
    cursor: pointer;
    margin-right: 10px;
}


.box.disabled {
    opacity: 0.5;
}
.box-cta i {
    margin-right: 5px;
}
.disabled .box-cta {
    color: #aaa;
    border-color: #aaa;
    cursor: default;
}
.disabled .box-cta:hover {
    color: #aaa;
    border-color: #aaa;
    background: white;
    cursor: default;    
}




.menu ul li a i {
    display: block;
    font-size: 2em;
    margin-bottom: 12px;
}
.menu ul li a.active {
	color: whitesmoke;
}
.menu ul li a.active i, .menu ul li a:hover i {
    color: #78a307;
    transition: 0.2s all;
}
.user-info-bar a i {
    margin-right: 3px;
    position: relative;
    top: 0px;
}
.policy-field a {
    color: #333;
}
.policy-field a:hover {
    color: #000;
    text-decoration: none;
}

.cupon-master-box.pad {
    background: #f8f8f8;
}
.cupon-master-box fieldset {
    background: white;
    margin-bottom: 15px;
    padding: 15px;
    cursor: pointer;
}

.cupon-master-box fieldset input {
    display: inline;
    width: 5%;
}
.master-price-box {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    padding-left: 14px;
    position: relative;
    cursor: pointer;
    padding-right: 130px;
    box-sizing: border-box;
}
.cupon-master-box fieldset input {
    display: inline-block;
    width: 5%;
    margin: 0;
}
.master-price-box label {
    color: #7cad3b !important;
    font-size: 18px !important;
    text-transform: initial !important;
}
.master-price-box > span {
    position: absolute;
    right: 0px;
    font-size: 1.3em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #6cb01c;
}
fieldset.total-price label {
    margin-right: 5px;
}

fieldset.total-price {
    background: none;
    padding: 15px 5px 2px;
}
fieldset.total-price label, fieldset.total-price span {
    display: inline;
}
.login-box fieldset {
    transition: 0.2s all;
}
.cupon-master-box fieldset {
    background: white;
    margin-bottom: 15px;
    padding: 15px;
}
fieldset.total-price span {
    font-size: 21px;
    font-weight: bold;
    color: #6cb01c;
}
fieldset.total-price {
    background: none;
    padding: 10px 6px 0px;
}
fieldset.cupon-box {
    position: relative;
}
fieldset.cupon-box input[type="button"] {
    position: absolute;
    right: 0;
    width: 100px;
    height: 39px;
    border: 2px solid #7cad3b;
    background: white;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: bold;
    color: #77ab31;
    top: 40px;
}
.master-price-box label, .master-price-box span, .master-price-box div {
    cursor: pointer;
}
.master-price-box span + span {
    right: 55px;
}
div#coupon_message {
    background: #f9f9f9;
    border: 1px solid #a0a0a0;
    color: #717171;
    padding: 9px;
    border-radius: 5px;
    font-size: 15px;
}




@media (max-width: 800px) {
	.master-price-box {
	    display: inline-block;
	    width: 87%;
	    vertical-align: middle;
	    padding-left: 14px;
	    position: relative;
	    cursor: pointer;
	    padding-bottom: 40px;
	    padding-right: 0;
	}
	.master-price-box > span {
	    position: absolute;
	    right: 0px;
	    font-size: 1.3em;
	    top: 93%;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    color: #6cb01c;
	}
	.login-box fieldset label {
		width: 89%;
	}
}

/*** message ***/

#email_msg, #terminos_msg, #error_msg, #pass_msg, #name_msg, #lastname_msg, #phone_msg, #dni_msg, #country_msg, #city_msg {
    padding: 20px;
    text-align: center;
    color: firebrick;
    border: 1px solid firebrick;
    border-radius: 5px;
    background: #ffeeee;
    font-size: 0.9em;
    margin-bottom: 5px;
    margin-top: 12px;
}

.msg-pago-aceptado {
    text-align: center;
    font-size: 2.5em;
    color: #83a846;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.link-master {
    display: block;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
.link-master a {
    color: #333;
    font-size: 1.2em;
}
.link-master a:hover {
    text-decoration: none;
    color: #000;
}