/*
Colors:
green tail: #00ADA4
gray light: #88959E
purple: #D19AFF;

*/

/* Reset */

*:focus,
a:focus {
    outline: none;
    outline: 0;
}
*::-moz-focus-inner,
a::-moz-focus-inner {
    border: 0;
    outline: none;
    outline: 0;
}
a[role=button] {
    cursor: pointer;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

html {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    font-size: 16px;
    line-height: 1.42857143;
    color: #212121;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

sub, sup{
    font-size: 60%;
}


/* Utilities reset */

.form-control:focus {
    -webkit-box-shadow: none;
          box-shadow: none;
}

.form-check-input {
    margin-left: -1.25em;
}
label{
    margin-bottom: 0;
    font-family: roboto-mono, monospace;
    font-size: 16px;
    line-height: 20px;
    color: #1c1c1b;
    font-weight: normal;
    padding: 0 0 10px;
}

/* Utils cols */

.col-center{
    margin: 0 auto;
    float: none;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.wflex{
    display: flex;
    flex-direction: row;
}
.wflex._end{
    justify-content: flex-end;
}



/* Utils text */

.text-robo {
    font-family: roboto, sans-serif;
}

.text-underline{
    text-decoration: underline;
}

.text-center{
    text-align: center;
}

.text-bold{
    font-weight: bold;
}

.text-medium{
    font-family: roboto-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.text-italic{
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: italic;
}


.text-c-purple{
    color:#D19AFF;
}

.text-c-gray{
    color:#88959E;
}

.text-c-green{
    color:#00ADA4;
}


.cx-label{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #A6A6A5;
    border-radius: 6px;
    padding: 4px 0px;
    line-height: 24px;
}

.cx-label.mgr{
    margin-right:25px;
}


/* Wire */

.content{
    width: 100%;
    position: relative;
}

.section{
    padding-bottom: 100px;
    padding-top: 100px;
}

.content.section.intro{
    padding-top:40px;
    padding-bottom:0px;
    margin-bottom: 40px;
}

.content.section.halfpd{
    padding-top:0px !important;
    padding-bottom:30px !important;
    margin-top: unset !important; 
}


.section.no-t{
    padding-top: 0 !important;
}

.section.no-b{
    padding-bottom: 0 !important;
}
.wrapper {
    width: 100%;
    position: relative;
    max-width: 1095px;
    margin: 0 auto;
}

.wrapper.inner{
    padding: 60px 0px;
}

.wrapper.w-inside{
    padding-left:30px;
    padding-right: 30px;
}

.wrapper.w-inner{
    padding-left:50px;
    padding-right: 50px;
}


/* Text */

.text-center{
    text-align: center;
}
p{
    font-size: 16px;
    /*line-height: 1.2;*/
    margin-bottom: 20px;
}
p.xs{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px;
}

p.md{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 22px;
}

p.lg{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 26px;
}

p.intro{
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    font-style: italic;
}

h1{
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 26px;
}

h2{
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
}

h3{
    font-size: 26px;
    line-height: 32px!important;
    margin-bottom: 15px;
}

h4{
    font-size: 22px;
    line-height: 28px!important;
    margin-bottom: 10px;
}
/* CTAs */


.cta{
    font-family: roboto, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color:#1C1C1B;
    text-decoration: none;
}


.cta div{
    overflow: hidden;
}

.cta span.arrow-green{
    display: inline-block;
    width: 25px;
    height: 11px;
    background-image: url(../images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    margin-top: 5px;
}
.cta.mb{
    margin-bottom: 25px;
    display: inline-block;
}

.cta:hover{
    color:#00ADA4
}


/* Buttons */
.btn{
    font-family: Arial, Helvetica, sans-serif;
}



.btn.white{
    font-size: 16px;
    color: #1c1c1c;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 6px;
    padding: 4px 20px;
}

.btn.white:hover{
    background-color: #ccc;
    border-color: #ccc;
}




.btn.green{
    font-size: 16px;
    color: #fff;
    background-color: #00ADA4;
    border-color:#00ADA4;
    border-radius: 6px;
    padding: 4px 20px;
}

.btn.green:hover{
    background-color: #00877D;
    border-color:#00877D;
}

.btn.black{
    font-size: 16px;
    color: #fff;
    background-color: #444444;
    border-color:#444444;
    border-radius: 6px;
    padding: 4px 20px;
}

.btn.black:hover{
    background-color: #000000;
    border-color:#000000;
    color: #fff;
}

.darktheme .btn.black{
    background-color: #fff;
    color: #1c1c1c;
}

.darktheme .btn.black:hover{
    background-color: #A6A6A5;
    color: #1c1c1c;
}


.btn.gray{
    font-size: 16px;
    color: #fff;
    background-color: #A6A6A5;
    border-color:#A6A6A5;
    border-radius: 6px;
    padding: 4px 20px;
}

.btn:not(.disabled).gray:hover{
    background-color: #1c1c1c;
    border-color:#1c1c1c;color: #fff!important;

}
.btn.disabled{
    opacity: 1 !important;
}

.btn.xs{
    border-radius: 6px;
    padding: 4px 20px;
    font-size: 14px;
}

.btn.mgr{
    margin-right:20px;
}


.twobtn .btn{
    padding-left:10px;
    padding-right:10px;
}
.twobtn .btn.mgr{
    margin-right: 10px;
}


/*
Wrapped title
*/
.wrapped-text-caption span {
    font-family: roboto, sans-serif;
    color: #1c1c1c;
    font-weight: 400;
    font-style: normal;
}
.wrapped-text-caption{
    font-size: 20px;
    font-weight: 400;
    font-family: roboto, monospace;
    color: #00ada4;
    background-color: #ffffff;
    position: relative;
    display: inline;
    box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
    padding: 4px;
}

.wrapped-text-caption.dark span{
    color: #ffffff;
}

.wrapped-text-caption.dark {
    background-color: #1c1c1c;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}





/*
Wrapped title
*/

.wrapped-text-caption-b{
    font-size: 20px;line-height:20px!important;
    font-weight: 500;
    font-family: roboto, sans-serif;
    color: #1c1c1c;
    background-color: #ffffff;
    position: relative;
    display: inline;
    box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
    -moz-box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
    -webkit-box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;padding-right:5px;
}

.wrapped-text-caption-b span {
    font-family: roboto, monospace;
    font-weight: 300;
    color: #00ada4;
    font-style: normal;
}


.wrapped-text-caption-b.dark span{
    color: #ffffff;
}

.wrapped-text-caption-b.dark {
    background-color: #1c1c1c;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}



/* Utils paddings */

.npd{
    padding: 0;
}

.npt{
    padding-top: 0;
}

.npb{
    padding-bottom: 0;
}

.nmg{
    margin: 0;
}


.nmb{
    margin-bottom: 0;
}

.nmt{
    margin-top: 0;
}


.mgt-20{
    margin-top:20px;
}

.mgt-10{
    margin-top:10px;
}

.mgt-30{
    margin-top:30px;
}

.mgt-40{
    margin-top:40px;
}

.mgb-10{
    margin-bottom:10px;
}
.mgb-20{
    margin-bottom:20px;
}
.mgb-30{
    margin-bottom:30px;
}
.mgb-40{
    margin-bottom:40px;
}


.pdb-10{
    padding-bottom: 10px;
}

.pdb-20{
    padding-bottom: 20px;
}


.pdb-30{
    padding-bottom: 30px;
}


.pdb-40{
    padding-bottom: 40px;
}


.pdb-60{
    padding-bottom: 60px;
}



.pdt-10{
    padding-top: 10px;
}

.pdt-20{
    padding-top: 20px;
}


.pdt-30{
    padding-top: 30px;
}


.pdt-40{
    padding-top: 40px;
}


.pdt-60{
    padding-top: 60px;
}


/* Media */

.media-wrap{
    position: relative;
}

img.mxwidth{
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .wrapper {
        padding: 0 20px;
    }
}


@media screen and (max-width: 991px) {
    p.intro {
        font-size: 28px;
    }
    .wrapper {
        padding: 0 20px;
    }

    .btn{
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 767px) {
    .wflex {
        flex-direction: column;
    }
    .wflex > .btn {
        width: 50%;
        min-width: 250px;
        margin: 0 auto 25px;
    }
    .btn.mgr {
        margin-right: auto;margin-bottom:10px
    }
    .content.section.intro {
        margin-bottom: unset;
    }
}


@media screen and (max-width: 480px) {
    p.intro {
        font-size: 24px;
    }
    .wflex > btn {
        margin-bottom: 10px;
    }
    .wflex > btn.mgr {
        margin-right: 0;
    }
}

/* Dark theme */



.darktheme .wrapped-text-caption span{
    color: #ffffff;
}

.darktheme .wrapped-text-caption {
    background-color: #1c1c1c;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}

.darktheme .wrapped-text-caption-b {
    background-color: #1c1c1c;
    color: #fff;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}



.darktheme label{
    color: #ffffff;
}
.hero-title {
    text-align: left;
    padding-top: 110px;color:#fff;
}
a.resources-item .image {
    height: 220px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
a.resources-item .tile-content h3 {
    color: #212121;
    font-family: AvenirLTStd-Light,sans-serif,Arial;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
}
a.resources-item .tile-content h2 {
    font-family: AvenirLTStd-Light,sans-serif,Arial;
    font-size: 21px;
    margin-bottom: 13px;
    margin-top: 10px;
}
a.resources-item .tile-content {
    padding: 14px 30px 14px;
}