* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue","Segoe UI", sans-serif;
    border-color: #ccc;
    outline: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.7px;
}
::selection {
  background: #ffd454;
}
::-moz-selection {
  background: #ffd454;
}
img {
    border: none;
    max-width: 100%;
}
html, body {
    height: 100%;
    color: #2d2d2d;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #179B9B;
}
p {
    font-size: small;
    line-height: 150%;
    margin: 5px 0;
    text-align: justify;
}
button {
    cursor: pointer;
}
textarea {
    resize: none;
}
a, a:link, a:active, a:visited {
    cursor: pointer;
    color: #442D6E;
    text-decoration: none;
}
a.alt {
    color: #179B9B;
}
a * {
    cursor: pointer;
}
.hidden {
    display: none;
}
.block {
    display: block;
}
.float-left, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1{
    float: left;
}
.float-right{
    float: right;
}
.left-align {
    text-align: left !important;
}
.center-align {
    text-align: center;
}
.right-align {
    text-align: right;
}
.clearfix {
    clear: both;
}
.clearfix::after, .clearfix::before {
    clear: both;
    content: '';
    display: block;
}
.row,.row-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row::before, .row::after,.row-12::before, .row-12::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    content: '';
    display: block;
}
.col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}
.col-16 {
    width: 100%;
}
.col-15 {
    width: 93.75%;
}
.col-14 {
    width: 87.5%;
}
.col-13 {
    width: 81.25%;
}
.col-12 {
    width: 75%;
}
.row-12 > .col-12 {
    width: 100%;
}
.col-11 {
    width: 68.75%;
}
.row-12 > .col-11 {
    width: 91.63%;
}
.col-10 {
    width: 62.5%;
}
.row-12 > .col-10 {
    width: 83.30%;
}
.col-9 {
    width: 56.25%;
}
.row-12 > .col-9 {
    width: 74.97%;
}
.col-8 {
    width: 50%;
}
.row-12 > .col-8 {
    width: 66.64%;
}
.col-7 {
    width: 43.75%;
}
.row-12 > .col-7 {
    width: 58.31%;
}
.col-6 {
    width: 37.5%;
}
.row-12 > .col-6 {
    width: 49.98%;
}
.col-5 {
    width: 31.25%;
}
.row-12 > .col-5 {
    width: 41.65%;
}
.col-4 {
    width: 25%;
}
.row-12 > .col-4 {
    width: 33.32%;
}
.col-3 {
    width: 18.75%;
}
.row-12 > .col-3 {
    width: 24.99%;
}
.col-2 {
    width: 12.5%;
}
.row-12 > .col-2 {
    width: 16.66%;
}
.col-1 {
    width: 6.25%;
}
.row-12 > .col-1 {
    width: 8.33%;
}
.no-padding {
    padding: 0 !important;
}
.row.table {
    width: 100%;
    display: table;
}
.row.table *[class^="col-"]{
    display: table-cell;
    float: none;
}
.row.no-padding *[class^="col-"],
.row-12.no-padding *[class^="col-"]{
    padding: 0;
}
.lavender {
    background-color: #AB62F9 !important;;
}
.lavender-text {
    color: #AB62F9 !important;;
}
.red {
    background-color: #EF4A6C !important;;
}
.red-text {
    color: #EF4A6C !important;;
}
.green {
    background-color: #40CC65 !important;
}
.green-text {
    color: #40CC65 !important;;
}
.yellow {
    background-color: #FFAB00 !important;;
}
.yellow-text {
    color: #FFAB00 !important;;
}
.primary {
    background-color: #4D347B !important;
}
.primary-text {
    color: #442D6E !important;
}
.alt-text {
    color: #179B9B !important;;
}
.btn {
    display: inline-block;
    border: 1px solid #179B9B;
    color: #179B9B !important;
    padding: 15px 25px;
    font-size: 16px;
    border-radius: 25px;
    background: none;
}
.btn.small {
    padding: 10px 15px;
    font-size: smaller;
}
.switch {
    width: 40px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 25px;
    position: relative;
}
.switch .switch-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -4px;
    left: -4px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #2A3342;
    transition: all 0.8s cubic-bezier(.87,-.41,.19,1.44);
}
.switch .switch-btn.on {
    transform: translate(25px,0px);
    -webkit-transform: translate(25px,0px);
    background: #fff;
}
.lh150 {
    line-height: 150%;
}
.no-border {
    border: none !important;
}
.no-top-border {
    border-top: none !important;
}
.no-bottom-border {
    border-bottom: none !important;
}
.select-box {
    cursor: pointer;
}
.select-box.default {
    cursor: pointer;
    display: inline-block;
    background: #fff;
    height: 46px;
    line-height: 46px;
    padding: 0 30px 0 20px;
    font-size: 14px;
    background: url(../images/chevron-down-black.png) right 5px center no-repeat;
    background-size: 18px;
    position: relative;
}
.select-box .select-list{
    display: none;
    position: absolute;
    top: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    font-size: 13px;
}
.select-box .select-list .heading{
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    background: #1DB7B7 url(../images/chevron-up-black.png) right 10px center no-repeat;
    background-size: 14px;
    cursor: pointer;
}
.select-box .select-list a{
    display: block;
    padding: 15px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 100%;
    min-width: 200px;
    color: inherit;
}
.select-box .select-list.small a{
    min-width: 130px;
}
.select-box .select-list a:last-child{
    border-bottom: none;
}
