.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    float: left;
    position: relative;
    padding: 0 10px
}

.col-sm-1 {
    width: 8.33333%
}

.offset-sm-1 {
    margin-left: 8.33333%
}

.col-sm-2 {
    width: 16.66667%
}

.offset-sm-2 {
    margin-left: 16.66667%
}

.col-sm-3 {
    width: 25%
}

.offset-sm-3 {
    margin-left: 25%
}

.col-sm-4 {
    width: 33.33333%
}

.offset-sm-4 {
    margin-left: 33.33333%
}

.col-sm-5 {
    width: 41.66667%
}

.offset-sm-5 {
    margin-left: 41.66667%
}

.col-sm-6 {
    width: 50%
}

.offset-sm-6 {
    margin-left: 50%
}

.col-sm-7 {
    width: 58.33333%
}

.offset-sm-7 {
    margin-left: 58.33333%
}

.col-sm-8 {
    width: 66.66667%
}

.offset-sm-8 {
    margin-left: 66.66667%
}

.col-sm-9 {
    width: 75%
}

.offset-sm-9 {
    margin-left: 75%
}

.col-sm-10 {
    width: 83.33333%
}

.offset-sm-10 {
    margin-left: 83.33333%
}

.col-sm-11 {
    width: 91.66667%
}

.offset-sm-11 {
    margin-left: 91.66667%
}

.col-sm-12 {
    width: 100%
}

.offset-sm-12 {
    margin-left: 100%
}

.offset-sm-0 {
    margin-left: 0
}

.col-sm-third {
    width: 33.3%;
    float: left;
    position: relative;
    padding: 0 10px
}

.offset-sm-third {
    margin-left: 33.3%
}

.col-sm-twothird {
    width: 66.6%;
    float: left;
    position: relative;
    padding: 0 10px
}

.offset-sm-twothird {
    margin-left: 66.6%
}

.col-sm-half {
    width: 50%;
    float: left;
    position: relative;
    padding: 0 10px
}

.offset-sm-half {
    margin-left: 50%
}

.col-sm-quarter {
    width: 25%;
    float: left;
    position: relative;
    padding: 0 10px
}

.offset-sm-quarter {
    margin-left: 25%
}

.col-sm-threequarter {
    width: 75%;
    float: left;
    position: relative;
    padding: 0 10px
}

.offset-sm-threequarter {
    margin-left: 75%
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.row-spacer {
    margin-bottom: 20px;
    clear: both
}

.row-spacer-half {
    margin-bottom: 10px;
    clear: both
}

.row-spacer-double {
    margin-bottom: 40px;
    clear: both
}

.row-spacer-triple {
    margin-bottom: 60px;
    clear: both
}

.visible-sm {
    display: block
}

.hidden-sm,
.visible-md {
    display: none
}

.hidden-md {
    display: block
}

.visible-lg {
    display: none
}

.hidden-lg {
    display: block
}

.wrapper {
    position: relative;
    max-width: 460px;
    padding: 0 20px;
    margin: 0 auto
}

@media (min-width:768px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
        position: relative;
        padding: 0 10px
    }
    .col-md-1 {
        width: 8.33333%
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .offset-md-12 {
        margin-left: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .col-md-third {
        width: 33.3%;
        float: left;
        position: relative;
        padding: 0 10px
    }
    .offset-md-third {
        margin-left: 33.3%
    }
    .col-md-twothird {
        width: 66.6%;
        float: left;
        position: relative;
        padding: 0 10px
    }
    .offset-md-twothird {
        margin-left: 66.6%
    }
    .col-md-half {
        width: 50%;
        float: left;
        position: relative;
        padding: 0 10px
    }
    .offset-md-half {
        margin-left: 50%
    }
    .col-md-quarter {
        width: 25%;
        float: left;
        position: relative;
        padding: 0 10px
    }
    .offset-md-quarter {
        margin-left: 25%
    }
    .col-md-threequarter {
        width: 75%;
        float: left;
        position: relative;
        padding: 0 10px
    }
    .offset-md-threequarter {
        margin-left: 75%
    }
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .row-spacer {
        margin-bottom: 20px;
        clear: both
    }
    .row-spacer-half {
        margin-bottom: 10px;
        clear: both
    }
    .row-spacer-double {
        margin-bottom: 40px;
        clear: both
    }
    .row-spacer-triple {
        margin-bottom: 60px;
        clear: both
    }
    .visible-sm {
        display: none
    }
    .hidden-sm,
    .visible-md {
        display: block
    }
    .hidden-md,
    .visible-lg {
        display: none
    }
    .hidden-lg {
        display: block
    }
}

@media (min-width:768px) {
    .wrapper {
        position: relative;
        max-width: 760px;
        padding: 0 20px;
        margin: 0 auto
    }
}

@media (min-width:1024px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
        position: relative;
        padding: 0 10px
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .offset-lg-12 {
        margin-left: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .col-lg-third {
        width: 33.3%;
        float: left;
        position: relative;
        padding: 0 10px
    }
    .offset-lg-third {
        margin-left: 33.3%
    }
    .col-lg-twothird {
        width: 66.6%;
        float: left;
        position: relative;
        padding: 0 10px
    }
    .offset-lg-twothird {
        margin-left: 66.6%
    }
    .col-lg-half {
        width: 50%;
        float: left;
        position: relative;
        padding: 0 10px
    }
    .offset-lg-half {
        margin-left: 50%
    }
    .col-lg-quarter {
        width: 25%;
        float: left;
        position: relative;
        padding: 0 10px
    }
    .offset-lg-quarter {
        margin-left: 25%
    }
    .col-lg-threequarter {
        width: 75%;
        float: left;
        position: relative;
        padding: 0 10px
    }
    .offset-lg-threequarter {
        margin-left: 75%
    }
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .row-spacer {
        margin-bottom: 20px;
        clear: both
    }
    .row-spacer-half {
        margin-bottom: 10px;
        clear: both
    }
    .row-spacer-double {
        margin-bottom: 40px;
        clear: both
    }
    .row-spacer-triple {
        margin-bottom: 60px;
        clear: both
    }
    .visible-sm {
        display: none
    }
    .hidden-sm {
        display: block
    }
    .visible-md {
        display: none
    }
    .hidden-md,
    .visible-lg {
        display: block
    }
    .hidden-lg {
        display: none
    }
}

@media (min-width:1024px) {
    .wrapper {
        position: relative;
        max-width: 1000px;
        padding: 0 20px;
        margin: 0 auto
    }
}

:focus {
    outline: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row-spacer:after,
.row-spacer:before {
    content: " ";
    display: table
}

.row-spacer:after {
    clear: both
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.row.gutter5 {
    margin: 0 -5px
}

.row.gutter5 .col-lg-1,
.row.gutter5 .col-lg-10,
.row.gutter5 .col-lg-11,
.row.gutter5 .col-lg-12,
.row.gutter5 .col-lg-2,
.row.gutter5 .col-lg-3,
.row.gutter5 .col-lg-4,
.row.gutter5 .col-lg-5,
.row.gutter5 .col-lg-6,
.row.gutter5 .col-lg-7,
.row.gutter5 .col-lg-8,
.row.gutter5 .col-lg-9,
.row.gutter5 .col-md-1,
.row.gutter5 .col-md-10,
.row.gutter5 .col-md-11,
.row.gutter5 .col-md-12,
.row.gutter5 .col-md-2,
.row.gutter5 .col-md-3,
.row.gutter5 .col-md-4,
.row.gutter5 .col-md-5,
.row.gutter5 .col-md-6,
.row.gutter5 .col-md-7,
.row.gutter5 .col-md-8,
.row.gutter5 .col-md-9,
.row.gutter5 .col-sm-1,
.row.gutter5 .col-sm-10,
.row.gutter5 .col-sm-11,
.row.gutter5 .col-sm-12,
.row.gutter5 .col-sm-2,
.row.gutter5 .col-sm-3,
.row.gutter5 .col-sm-4,
.row.gutter5 .col-sm-5,
.row.gutter5 .col-sm-6,
.row.gutter5 .col-sm-7,
.row.gutter5 .col-sm-8,
.row.gutter5 .col-sm-9 {
    padding: 0 5px
}

.row.gutter5 .row-spacer {
    margin-bottom: 10px
}

.row.gutter5 .row-spacer-half {
    margin-bottom: 5px
}

.row.gutter5 .row-spacer-double {
    margin-bottom: 20px
}

.row.gutter5 .row-spacer-triple {
    margin-bottom: 30px
}

.row.gutter10 {
    margin: 0 -10px
}

.row.gutter10 .col-lg-1,
.row.gutter10 .col-lg-10,
.row.gutter10 .col-lg-11,
.row.gutter10 .col-lg-12,
.row.gutter10 .col-lg-2,
.row.gutter10 .col-lg-3,
.row.gutter10 .col-lg-4,
.row.gutter10 .col-lg-5,
.row.gutter10 .col-lg-6,
.row.gutter10 .col-lg-7,
.row.gutter10 .col-lg-8,
.row.gutter10 .col-lg-9,
.row.gutter10 .col-md-1,
.row.gutter10 .col-md-10,
.row.gutter10 .col-md-11,
.row.gutter10 .col-md-12,
.row.gutter10 .col-md-2,
.row.gutter10 .col-md-3,
.row.gutter10 .col-md-4,
.row.gutter10 .col-md-5,
.row.gutter10 .col-md-6,
.row.gutter10 .col-md-7,
.row.gutter10 .col-md-8,
.row.gutter10 .col-md-9,
.row.gutter10 .col-sm-1,
.row.gutter10 .col-sm-10,
.row.gutter10 .col-sm-11,
.row.gutter10 .col-sm-12,
.row.gutter10 .col-sm-2,
.row.gutter10 .col-sm-3,
.row.gutter10 .col-sm-4,
.row.gutter10 .col-sm-5,
.row.gutter10 .col-sm-6,
.row.gutter10 .col-sm-7,
.row.gutter10 .col-sm-8,
.row.gutter10 .col-sm-9 {
    padding: 0 10px
}

.row.gutter10 .row-spacer {
    margin-bottom: 20px
}

.row.gutter10 .row-spacer-half {
    margin-bottom: 10px
}

.row.gutter10 .row-spacer-double {
    margin-bottom: 40px
}

.row.gutter10 .row-spacer-triple {
    margin-bottom: 60px
}

.row.gutter15 {
    margin: 0 -15px
}

.row.gutter15 .col-lg-1,
.row.gutter15 .col-lg-10,
.row.gutter15 .col-lg-11,
.row.gutter15 .col-lg-12,
.row.gutter15 .col-lg-2,
.row.gutter15 .col-lg-3,
.row.gutter15 .col-lg-4,
.row.gutter15 .col-lg-5,
.row.gutter15 .col-lg-6,
.row.gutter15 .col-lg-7,
.row.gutter15 .col-lg-8,
.row.gutter15 .col-lg-9,
.row.gutter15 .col-md-1,
.row.gutter15 .col-md-10,
.row.gutter15 .col-md-11,
.row.gutter15 .col-md-12,
.row.gutter15 .col-md-2,
.row.gutter15 .col-md-3,
.row.gutter15 .col-md-4,
.row.gutter15 .col-md-5,
.row.gutter15 .col-md-6,
.row.gutter15 .col-md-7,
.row.gutter15 .col-md-8,
.row.gutter15 .col-md-9,
.row.gutter15 .col-sm-1,
.row.gutter15 .col-sm-10,
.row.gutter15 .col-sm-11,
.row.gutter15 .col-sm-12,
.row.gutter15 .col-sm-2,
.row.gutter15 .col-sm-3,
.row.gutter15 .col-sm-4,
.row.gutter15 .col-sm-5,
.row.gutter15 .col-sm-6,
.row.gutter15 .col-sm-7,
.row.gutter15 .col-sm-8,
.row.gutter15 .col-sm-9 {
    padding: 0 15px
}

.row.gutter15 .row-spacer {
    margin-bottom: 30px
}

.row.gutter15 .row-spacer-half {
    margin-bottom: 15px
}

.row.gutter15 .row-spacer-double {
    margin-bottom: 60px
}

.row.gutter15 .row-spacer-triple {
    margin-bottom: 90px
}

.row.gutter20 {
    margin: 0 -20px
}

.row.gutter20 .col-lg-1,
.row.gutter20 .col-lg-10,
.row.gutter20 .col-lg-11,
.row.gutter20 .col-lg-12,
.row.gutter20 .col-lg-2,
.row.gutter20 .col-lg-3,
.row.gutter20 .col-lg-4,
.row.gutter20 .col-lg-5,
.row.gutter20 .col-lg-6,
.row.gutter20 .col-lg-7,
.row.gutter20 .col-lg-8,
.row.gutter20 .col-lg-9,
.row.gutter20 .col-md-1,
.row.gutter20 .col-md-10,
.row.gutter20 .col-md-11,
.row.gutter20 .col-md-12,
.row.gutter20 .col-md-2,
.row.gutter20 .col-md-3,
.row.gutter20 .col-md-4,
.row.gutter20 .col-md-5,
.row.gutter20 .col-md-6,
.row.gutter20 .col-md-7,
.row.gutter20 .col-md-8,
.row.gutter20 .col-md-9,
.row.gutter20 .col-sm-1,
.row.gutter20 .col-sm-10,
.row.gutter20 .col-sm-11,
.row.gutter20 .col-sm-12,
.row.gutter20 .col-sm-2,
.row.gutter20 .col-sm-3,
.row.gutter20 .col-sm-4,
.row.gutter20 .col-sm-5,
.row.gutter20 .col-sm-6,
.row.gutter20 .col-sm-7,
.row.gutter20 .col-sm-8,
.row.gutter20 .col-sm-9 {
    padding: 0 20px
}

.row.gutter20 .row-spacer {
    margin-bottom: 40px
}

.row.gutter20 .row-spacer-half {
    margin-bottom: 20px
}

.row.gutter20 .row-spacer-double {
    margin-bottom: 80px
}

.row.gutter20 .row-spacer-triple {
    margin-bottom: 120px
}

.form-item {
    margin: 10px 0
}

::-webkit-input-placeholder {
    color: rgba(51, 51, 51, .5);
    -webkit-font-smoothing: antialiased
}

:-moz-placeholder {
    color: rgba(51, 51, 51, .5)
}

::-moz-placeholder {
    color: rgba(51, 51, 51, .5)
}

:-ms-input-placeholder {
    color: rgba(51, 51, 51, .5)
}

label.inline {
    display: inline-block;
    margin: 0 20px 0 0
}

label.inline.vertical {
    margin: 0 20px 5px 0
}

button,
fieldset,
input,
legend,
optgroup,
option,
select,
textarea {
    box-sizing: border-box;
    outline: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    vertical-align: top;
    display: block
}

datalist {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400
}

label {
    display: block;
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    margin: 10px 0;
    font-weight: 400
}

input[list],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    width: 100%;
    padding: 10px;
    background-color: #f2f2f2;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    font-weight: 400
}

input[list],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    height: 50px;
    -webkit-appearance: none
}

textarea {
    -webkit-appearance: none;
    overflow: auto;
    resize: vertical;
    height: 100px
}

input[type=range] {
    height: 50px;
    width: 50px
}

input[type=file] {
    min-height: 50px
}

input[type=search] {
    height: 50px;
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    display: inline-block;
    vertical-align: middle
}

select {
    height: 50px
}

select[multiple] {
    height: auto;
    min-height: 50px;
    padding: 0
}

select[multiple] option {
    margin: 0;
    padding: 10px
}

fieldset {
    padding: 10px 20px 20px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f2f2f2
}

legend {
    padding: 0 5px;
    font-weight: 400
}

button,
input[type=button],
input[type=image],
input[type=reset],
input[type=submit] {
    height: 50px;
    width: 100%;
    background-color: #3cc0c6;
    padding: 10px;
    cursor: pointer;
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    size: 14px;
    color: #FFF;
    font-weight: 400;
    transition: all .5s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #3cc0c6
}

input[type=image] {
    text-align: center;
    padding: 10px
}

button[disabled],
input[disabled],
option[disabled],
select[disabled],
textarea[disabled] {
    cursor: not-allowed
}

input:focus,
option:focus,
select:focus,
textarea:focus {
    background-color: #EEE;
    border-color: #999;
    color: #000
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    background-color: #263746;
    color: #FFF;
    border-color: #263746
}

.icheckbox,
.iradio {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    width: 18px;
    height: 20px;
    background: url(icheck.png) 0 0/200px 20px no-repeat;
    border: none;
    cursor: pointer
}

.icheckbox {
    background-position: 0 0
}

.icheckbox.hover {
    background-position: -20px 0
}

.icheckbox.checked {
    background-position: -40px 0
}

.icheckbox.disabled {
    background-position: -60px 0;
    cursor: default
}

.icheckbox.checked.disabled {
    background-position: -80px 0
}

.iradio {
    background-position: -100px 0
}

.iradio.hover {
    background-position: -120px 0
}

.iradio.checked {
    background-position: -140px 0
}

.iradio.disabled {
    background-position: -160px 0;
    cursor: default
}

.iradio.checked.disabled {
    background-position: -180px 0
}

.select2-container {
    width: 100%!important
}

body>.select2-container {
    width: auto!important
}

.select2-results__option {
    padding: 10px;
    color: #FFF
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #0076bf;
    color: #FFF
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 50px;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 40px 0 10px;
    height: 50px;
    line-height: 50px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 0;
    right: 10px
}

.select2-dropdown {
    background-color: #263746;
    border-radius: 5px;
    border: 1px solid #f2f2f2
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #333;
    color: #FFF;
    border-radius: 4px;
    padding: 0 10px 0 8px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFF;
    margin-right: 4px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #CCC
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 20px
}

.select2-container--default .select2-results__group {
    padding: 10px
}

.select2-container .select2-search--inline .select2-search__field {
    height: 48px;
    margin-top: 0;
    padding-left: 5px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: #333;
    border-color: #333 transparent transparent
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    color: #333;
    border-color: transparent transparent #333
}

.error-message {
    color: red;
    padding: 10px;
    display: none
}

.error label {
    color: red
}

.error input[list],
.error input[type=color],
.error input[type=date],
.error input[type=datetime-local],
.error input[type=email],
.error input[type=file],
.error input[type=month],
.error input[type=number],
.error input[type=password],
.error input[type=search],
.error input[type=tel],
.error input[type=text],
.error input[type=time],
.error input[type=url],
.error input[type=week],
.error select,
.error textarea {
    background-color: #ff7979;
    border-color: #a00;
    color: #FFF
}

.error::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
    -webkit-font-smoothing: antialiased
}

.error:-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.error::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.error:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.error .select2-container .select2-selection--single,
.error .select2-container--default .select2-selection--multiple,
.error .select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: #ff7979;
    border-color: #a00;
    color: #FFF
}

.error .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFF
}

.error .select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: #FFF;
    border-color: #FFF transparent transparent
}

.error .error-message {
    display: block
}

header {
    height: 120px;
    position: relative;
    background-color: #FFF
}

header .wrapper {
    height: 120px;
    position: relative
}

header a.brand {
    display: block;
    width: 230px;
    height: 120px;
    background-image: url(../images/brand.png);
    background-size: 290px 120px;
    background-position: left center;
    background-repeat: no-repeat
}

header .call {
    position: absolute;
    right: 190px;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #3cc0c6;
    font-family: montserratlight;
    line-height: 1.4
}

header .call a {
    color: #0076bf;
    font-family: montserratbold;
    font-size: 26px;
    line-height: 1
}

header a.get-started {
    background-color: #3cc0c6;
    display: block;
    width: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: #FFF;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    transition: all .5s ease
}

@media (min-width:1025px) {
    header a.get-started:hover {
        background-color: #0076bf
    }
}

@media (max-width:767px) {
    header,
    header .wrapper {
        height: 70px
    }
    header .call {
        right: 20px
    }
    header .call a {
        font-size: 16px
    }
    header a.brand {
        width: 115px;
        height: 70px;
        background-size: 145px 60px
    }
}

.nav-container {
    position: relative;
    height: 50px
}

nav.primary {
    height: 50px;
    background-color: #263746;
    position: absolute;
    width: 100%;
    bottom: 0;
    transition: all .5s ease;
    z-index: 1000
}

nav.primary .wrapper {
    height: 50px;
    transition: all .5s ease
}

nav.primary a.brand {
    display: block;
    width: 230px;
    height: 120px;
    background-image: url(../images/brand.png);
    background-size: 220px 90px;
    background-position: left center;
    background-repeat: no-repeat
}

nav.primary .call {
    position: absolute;
    right: 190px;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #3cc0c6;
    font-family: montserratlight;
    line-height: 1.4
}

nav.primary .call a {
    color: #0076bf;
    font-family: montserratbold;
    font-size: 26px;
    line-height: 1
}

nav.primary a.get-started {
    background-color: #3cc0c6;
    display: block;
    width: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: #FFF;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    border-radius: 5px;
    font-size: 16px
}

nav.primary .brand-container {
    position: absolute;
    left: 20px;
    top: 0;
    width: 0;
    height: 50px;
    overflow: hidden;
    transition: all .5s ease
}

nav.primary .brand-container a.brand {
    background-position: right center;
    height: 50px;
    width: 40px
}

nav.primary .call-container {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 0;
    transition: all .5s ease
}

nav.primary .call-container .call {
    right: 150px;
    width: 120px
}

nav.primary .call-container .call a {
    color: #FFF;
    font-size: 16px
}

nav.primary .call-container .get-started {
    height: 40px;
    width: 130px;
    line-height: 40px;
    right: 0;
    padding: 0;
    transition: all .5s ease
}

@media (min-width:1025px) {
    nav.primary .call-container .get-started:hover {
        background-color: #0076bf
    }
}

nav.primary ul {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    transition: all .5s ease
}

nav.primary ul li {
    float: left;
    list-style: none;
    margin-right: 98px;
    display: block;
    padding: 10px 0;
    transition: all .5s ease
}

nav.primary ul li a {
    font-family: montserratbold;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 0 5px;
    height: 50px;
    line-height: 50px;
    transition: all .5s ease
}

nav.primary ul li a.selected {
    background-color: #0076bf
}

@media (min-width:1025px) {
    nav.primary ul li a:hover {
        background-color: #0076bf
    }
}

nav.primary ul li:last-child {
    margin-right: 0
}

nav.primary .menu-button-container {
    overflow: hidden;
    width: 0;
    position: absolute;
    height: 40px;
    top: 5px;
    right: 20px;
    transition: all .5s ease
}

nav.primary .menu-button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    color: #FFF;
    cursor: pointer;
    background-color: #3cc0c6;
    border-radius: 5px
}

nav.primary .menu-button .icon {
    text-align: center;
    line-height: 40px;
    font-size: 24px
}

body.scrolled nav.primary {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 1000
}

body.scrolled nav.primary .wrapper {
    height: 70px
}

body.scrolled nav.primary .brand-container {
    top: 10px;
    width: 50px
}

body.scrolled nav.primary .call-container {
    width: 270px
}

body.scrolled nav.primary ul {
    left: 70px;
    right: 275px;
    top: 10px;
    bottom: 10px
}

body.scrolled nav.primary ul li {
    margin-right: 15px
}

body.scrolled nav.primary ul li:last-child {
    margin-right: 0
}

@media (max-width:1600px) {
    nav.primary ul li {
        margin-right: 43px
    }
    body.scrolled nav.primary ul {
        background-color: #263746;
        right: 20px;
        left: auto;
        width: 200px;
        bottom: auto;
        top: 70px;
        padding: 0;
        overflow: hidden;
        max-height: 0
    }
    body.scrolled nav.primary ul li {
        float: none;
        padding: 5px 10px;
        height: auto;
        line-height: 1.1;
        margin: 0
    }
    body.scrolled nav.primary ul li a {
        height: auto;
        line-height: 15px;
        padding: 5px
    }
    body.scrolled nav.primary .call-container {
        right: 80px
    }
    body.scrolled nav.primary .menu-button-container {
        width: 40px;
        top: 15px
    }
    body.scrolled.show-nav nav.primary ul {
        max-height: 240px;
        padding: 5px 0
    }
}

@media (max-width:767px) {
    .nav-container,
    body.scrolled nav.primary,
    body.scrolled nav.primary .wrapper,
    nav.primary,
    nav.primary .wrapper {
        height: 70px
    }
    body.scrolled nav.primary .brand-container,
    nav.primary .brand-container {
        top: 10px
    }
    body.scrolled nav.primary ul,
    nav.primary ul {
        background-color: #263746;
        right: 0;
        left: 0;
        width: auto;
        bottom: auto;
        top: 70px;
        padding: 0;
        overflow: hidden;
        max-height: 0
    }
    body.scrolled nav.primary ul li,
    nav.primary ul li {
        float: none;
        padding: 5px 20px;
        height: auto;
        line-height: 1.1;
        margin: 0
    }
    body.scrolled nav.primary ul li a,
    nav.primary ul li a {
        height: auto;
        line-height: 1.1;
        padding: 10px
    }
    body.scrolled nav.primary .menu-button-container,
    nav.primary .menu-button-container {
        width: 40px;
        top: 15px
    }
    body.scrolled nav.primary .call-container,
    nav.primary .call-container {
        width: 110px;
        right: auto;
        left: 20px
    }
    body.scrolled.show-nav nav.primary ul,
    body.show-nav nav.primary ul {
        max-height: 240px;
        padding: 5px 0 10px
    }
    body.scrolled nav.primary .call-container {
        width: 170px;
        left: 60px
    }
    header a.get-started {
        display: none
    }
    nav.primary .call-container .get-started {
        width: 110px
    }
    nav.primary .call-container .call {
        width: 40px;
        height: 40px;
        right: 120px;
        text-indent: -9999px;
        text-align: left
    }
    nav.primary .call-container .call a {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 40px;
        height: 40px;
        background-color: #3cc0c6;
        text-indent: -9999px;
        border-radius: 5px;
        background-image: url(../images/icon-phone.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover
    }
}

.hero {
    background-image: url(../images/hero-bg.png);
    background-position: center center;
    background-size: cover;
    color: #FFF;
    height: 300px
}

.hero a.inline-link {
    color: #FFF;
    text-decoration: underline
}

.hero .wrapper {
    height: 300px;
    position: relative
}

.hero .inner {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.hero .content {
    width: 460px;
    position: absolute;
    left: 110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero .content .heading {
    font-family: montserratlight;
    font-size: 31px;
    line-height: 1.1;
    margin-bottom: 20px
}

.hero .content .heading h1 {
    display: inline-block;
    background-color: #FFF;
    padding: 10px 20px;
    margin-bottom: 0
}

.hero .content .main {
    font-size: 18px;
    font-weight: 300
}

.hero .content .cta a {
    display: block;
    background-color: #FFF;
    font-size: 16px;
    text-align: center;
    color: #005e99;
    padding: 15px;
    line-height: 1.1;
    transition: all .5s ease
}

@media (min-width:1025px) {
    .hero .content .cta a:hover {
        background-color: #263746;
        color: #FFF
    }
}

.hero-homepage {
    height: 430px
}

.hero-homepage .wrapper {
    height: 430px;
    position: relative
}

.hero-homepage .inner {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.hero-homepage .content {
    width: 460px;
    position: absolute;
    left: 110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-homepage .content .heading {
    font-family: montserratlight;
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px
}

.hero-homepage .content .main {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px
}

.hero-homepage .content .cta a {
    display: block;
    background-color: #FFF;
    font-size: 16px;
    text-align: center;
    color: #005e99;
    padding: 15px;
    line-height: 1.1;
    transition: all .5s ease
}

@media (min-width:1025px) {
    .hero-homepage .content .cta a:hover {
        background-color: #263746;
        color: #FFF
    }
}

@media (max-width:1023px) {
    .hero,
    .hero .wrapper {
        height: 250px
    }
    .hero .content {
        width: 350px;
        left: 20px
    }
    .hero .content .heading {
        font-size: 24px;
        line-height: 1.1
    }
    .hero .content .heading h1 {
        font-size: 22px;
        line-height: 1.1
    }
    .hero .content .main {
        font-size: 14px
    }
    .hero-homepage,
    .hero-homepage .wrapper {
        height: 300px
    }
    .hero-homepage .content {
        width: 350px;
        left: 20px
    }
    .hero-homepage .content .heading {
        font-size: 24px;
        line-height: 1.1
    }
    .hero-homepage .content .main {
        font-size: 14px
    }
    .hero-homepage .content .cta a {
        font-size: 14px;
        padding: 10px
    }
}

@media (max-width:767px) {
    .hero {
        height: auto
    }
    .hero .inner {
        background-image: none!important;
        background-color: #005e99
    }
    .hero .wrapper {
        height: auto
    }
    .hero .content {
        position: relative;
        width: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 20px 0
    }
    .hero .content .heading {
        font-size: 24px;
        line-height: 1.1
    }
    .hero .content .main {
        font-size: 14px
    }
    .hero .content .cta a {
        font-size: 14px;
        padding: 10px
    }
}

.homepage-tiles {
    margin-top: 40px
}

.homepage-tiles .tile {
    display: block;
    background-color: #f2f2f2;
    padding: 30px 20px;
    float: left;
    width: 33.33%;
    color: #005e99;
    transition: all .5s ease;
    position: relative;
    overflow: hidden
}

.homepage-tiles .tile .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: #263746;
    color: #FFF;
    left: 0;
    top: 110%;
    font-size: 14px;
    transition: all .5s ease
}

.homepage-tiles .tile .overlay .title {
    text-align: center;
    font-family: montserratbold;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 15px
}

.homepage-tiles .tile .overlay .cta {
    color: #6ea8db;
    margin-top: 5px
}

.homepage-tiles .tile:nth-child(even) {
    background-color: #e5e5e5
}

.homepage-tiles .tile .icon {
    background-color: #6ea8db;
    border-radius: 50%;
    margin: 0 auto;
    width: 104px;
    height: 104px;
    padding: 2px;
    transition: all .5s ease
}

.homepage-tiles .tile .icon img {
    display: block
}

.homepage-tiles .tile .label {
    line-height: 1.1;
    font-family: montserratbold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px
}

@media (min-width:1025px) {
    .homepage-tiles .tile:hover .overlay {
        top: 0
    }
}

@media (max-width:767px) {
    .homepage-tiles .tile {
        width: 100%;
        padding: 20px
    }
    .homepage-tiles .tile .icon {
        width: 80px;
        height: 80px
    }
}

.success-stories-tiles {
    text-align: center;
    margin-top: 40px
}

.success-stories-tiles .image {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto 20px
}

.success-stories-tiles .image img {
    display: block
}

.success-stories-tiles .name {
    font-size: 16px;
    font-weight: 700;
    color: #0076bf;
    text-transform: uppercase;
    margin-bottom: 20px
}

.success-stories-tiles .quote {
    text-align: left;
    padding-left: 24px;
    background-image: url(../images/quote.png);
    background-size: 20px 20px;
    background-position: left 3px;
    background-repeat: no-repeat
}

.success-stories-tiles .author {
    color: #0e628a;
    text-align: left;
    margin-top: 15px
}

.success-stories-tiles a {
    display: block;
    padding: 20px;
    color: #FFF;
    transition: all .5s ease;
    background-color: #3cc0c6;
    line-height: 1.1;
    border-radius: 5px;
    margin-top: 20px
}

@media (min-width:1025px) {
    .success-stories-tiles a:hover {
        background-color: #0076bf
    }
}

@media (max-width:1023px) {
    .success-stories .image {
        width: 150px;
        height: 150px
    }
}

.quote-promo .tiles {
    background-color: #3cc0c6;
    margin-top: 40px
}

.quote-promo .tile {
    width: 25%;
    float: left;
    padding: 20px;
    background-color: #1e2c38
}

.quote-promo .tile .image {
    width: 100px;
    margin: 0 auto
}

.quote-promo .tile .image img {
    display: block
}

.quote-promo .tile .title {
    font-family: montserratbold;
    text-transform: uppercase;
    margin-top: 10px
}

.quote-promo .tile:nth-child(even) {
    background-color: #17212a
}

.quote-promo .call-tile {
    background-color: transparent!important;
    font-size: 14px
}

.quote-promo .call-tile a.phone {
    font-weight: 700
}

.quote-promo .call-tile a.button {
    background-color: #FFF;
    display: block;
    border-radius: 5px;
    color: #3cc0c6;
    padding: 15px 10px;
    margin-top: 10px;
    transition: all .5s ease;
    font-size: 14px
}

@media (min-width:1025px) {
    .quote-promo .call-tile a.button:hover {
        background-color: #17212a;
        color: #FFF
    }
}

@media (max-width:1023px) {
    .quote-promo .tile {
        width: 50%
    }
    .quote-promo .tile:nth-child(3) {
        background-color: #17212a
    }
}

@media (max-width:767px) {
    .quote-promo .tile {
        width: auto;
        float: none
    }
    .quote-promo .tile:nth-child(3) {
        background-color: #1e2c38
    }
    .quote-promo .call-tile {
        font-size: 16px
    }
}

.offer-tiles {
    max-width: 840px;
    margin: 40px auto 0
}

.offer-tiles .tile {
    display: block;
    background-color: #f2f2f2;
    padding: 30px 40px 100px;
    float: left;
    width: 50%;
    color: #005e99;
    transition: all .5s ease;
    position: relative;
    height: 620px
}

.offer-tiles .tile:nth-child(2),
.offer-tiles .tile:nth-child(3) {
    background-color: #e5e5e5
}

.offer-tiles .tile .icon {
    background-color: #6ea8db;
    border-radius: 50%;
    margin: 0 auto;
    width: 104px;
    height: 104px;
    padding: 2px;
    transition: all .5s ease
}

.offer-tiles .tile .icon img {
    display: block
}

.offer-tiles .tile .label {
    line-height: 1.1;
    font-family: montserratlight;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    margin-bottom: 30px
}

.offer-tiles .dark,
.offer-tiles li {
    color: #263746
}

.offer-tiles .logo {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center
}

.offer-tiles .success-tile {
    background-color: #263746
}

.offer-tiles .success-tile .success-heading {
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-family: montserratlight;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.1
}

.offer-tiles .success-tile .success-carousel {
    overflow: hidden
}

.offer-tiles .success-tile .success-carousel .slide {
    color: #FFF
}

.offer-tiles .success-tile .success-carousel .slide .image {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden
}

.offer-tiles .success-tile .success-carousel .slide .image img {
    display: block
}

.offer-tiles .success-tile .success-carousel .slide .business-name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px
}

.offer-tiles .success-tile .success-carousel .slide .quote {
    margin-top: 15px;
    padding: 0 10px
}

.offer-tiles .success-tile .success-carousel .slide .quote .author {
    margin-top: 15px
}

.offer-tiles .success-tile .success-carousel .slide .cta {
    margin-top: 40px;
    padding: 0 5px
}

.offer-tiles .success-tile .success-carousel .slide .cta a {
    display: block;
    background-color: #3cc0c6;
    color: #FFF;
    padding: 15px 0;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    transition: all .5s ease
}

@media (min-width:1025px) {
    .offer-tiles .success-tile .success-carousel .slide .cta a:hover {
        background-color: #0076bf
    }
}

.offer-tiles .success-tile .success-carousel button {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: center;
    color: #3cc0c6;
    position: absolute;
    top: 40px;
    z-index: 100
}

@media (min-width:1025px) {
    .offer-tiles .success-tile .success-carousel button:hover {
        color: #FFF
    }
}

.offer-tiles .success-tile .success-carousel button .icon {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 30px;
    padding: 0;
    margin: 0;
    border-radius: 0
}

.offer-tiles .success-tile .success-carousel button.prev {
    left: 30px
}

.offer-tiles .success-tile .success-carousel button.next {
    right: 30px
}

@media (max-width:1023px) {
    .offer-tiles .tile {
        height: 680px
    }
    .offer-tiles .success-tile .success-heading {
        font-size: 28px
    }
    .offer-tiles .success-tile .success-carousel button.prev {
        left: 20px
    }
    .offer-tiles .success-tile .success-carousel button.next {
        right: 20px
    }
}

@media (max-width:767px) {
    .offer-tiles .tile {
        width: 100%;
        padding: 20px;
        float: none;
        height: auto
    }
    .offer-tiles .tile:nth-child(odd) {
        background-color: #f2f2f2!important
    }
    .offer-tiles .tile:nth-child(even) {
        background-color: #e5e5e5!important
    }
    .offer-tiles .tile.success-tile {
        background-color: #263746!important
    }
    .offer-tiles .tile.success-tile .success-heading {
        font-size: 22px
    }
    .offer-tiles .tile .icon {
        width: 80px;
        height: 80px
    }
    .offer-tiles .tile .logo {
        padding-top: 30px
    }
    .offer-tiles .logo {
        position: relative;
        bottom: auto;
        left: auto;
        padding-top: 30px
    }
    .offer-tiles .success-tile .success-carousel button.prev {
        left: 0
    }
    .offer-tiles .success-tile .success-carousel button.next {
        right: 0
    }
}

.slick-slider {
    margin-bottom: 0
}

.faq .item {
    margin-bottom: 1px
}

.faq .item .question {
    font-size: 18px;
    padding: 10px 60px 10px 20px;
    background-color: #6ea8db;
    color: #FFF;
    position: relative;
    cursor: pointer
}

.faq .item .question .icon {
    width: 40px;
    height: 40px;
    text-align: left;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    font-size: 32px;
    line-height: 40px
}

.faq .item .question .icon-angle-up {
    display: none
}

.faq .item .answer {
    padding: 20px 230px 20px 20px;
    background-color: #f2f2f2;
    display: none
}

.faq .item.selected .question .icon-angle-down {
    display: none
}

.faq .item.selected .question .icon-angle-up {
    display: block
}

@media (max-width:1023px) {
    .faq .item .answer {
        padding-right: 20px
    }
    .faq .item .question {
        font-size: 16px
    }
}

.contact-form {
    margin-top: 40px
}

.contact-form .map-canvas {
    height: 220px
}

.contact-form .quote-message {
    display: none
}

.contact-form .location {
    margin-top: 20px;
    background-color: #f2f2f2
}

.contact-form .location .details {
    padding: 20px;
    color: #333;
    font-weight: 700
}

.contact-form .location .details .label {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 5px
}

.contact-form .sidebar-call {
    background-color: #3cc0c6;
    font-size: 16px;
    color: #FFF;
    padding: 20px;
    text-align: center
}

.contact-form .sidebar-call a.phone {
    font-weight: 700;
    color: #FFF
}

.contact-form .sidebar-call a.button {
    background-color: #FFF;
    display: block;
    border-radius: 5px;
    color: #3cc0c6;
    padding: 15px 10px;
    margin-top: 10px;
    transition: all .5s ease;
    font-size: 14px
}

@media (min-width:1025px) {
    .contact-form .sidebar-call a.button:hover {
        background-color: #17212a;
        color: #FFF
    }
}

.quote-form .quote-get {
    font-size: 18px;
    font-weight: 300;
    color: #6ea8db;
    margin-bottom: 10px
}

.quote-form .get-quote-intro {
    font-size: 16px;
    font-weight: 700
}

.quote-form .get-quote-tiles {
    margin-top: 30px
}

.quote-form .get-quote-tiles .tile {
    width: 50%;
    float: left;
    padding: 20px;
    background-color: #3cc0c6;
    text-align: center;
    color: #FFF
}

.quote-form .get-quote-tiles .tile .image {
    width: 100px;
    margin: 0 auto
}

.quote-form .get-quote-tiles .tile .title {
    font-family: montserratbold;
    text-transform: uppercase
}

.quote-form .get-quote-tiles .tile-row:nth-child(odd) .tile,
.quote-form .get-quote-tiles .tile:nth-child(even) {
    background-color: #63cdd1
}

.quote-form .get-quote-tiles .tile-row:nth-child(odd) .tile:nth-child(even) {
    background-color: #3cc0c6
}

.about-tiles {
    text-align: center;
    color: #FFF;
    margin-bottom: 60px
}

.about-tiles .tile {
    width: 33.333%;
    float: left;
    padding: 20px;
    background-color: #3cc0c6
}

.about-tiles .tile .image {
    width: 100px;
    margin: 0 auto
}

.about-tiles .tile:nth-child(even) {
    background-color: #76d3d7
}

.about-partner-tiles {
    text-align: center;
    margin-bottom: 40px
}

.about-partner-tiles .tile {
    width: 33.333%;
    float: left;
    padding: 20px;
    background-color: #e5e5e5
}

.about-partner-tiles .tile:nth-child(even) {
    background-color: #f2f2f2
}

.about-partner-tiles .tile .cta {
    margin-top: 20px
}

.about-partner-tiles .tile .cta a {
    display: block;
    padding: 10px 20px;
    color: #FFF;
    background-color: #3cc0c6;
    font-size: 16px;
    transition: all .5s ease;
    border-radius: 5px
}

@media (min-width:1025px) {
    .about-partner-tiles .tile .cta a:hover {
        background-color: #263746
    }
}

@media (max-width:767px) {
    .about-partner-tiles .tile,
    .about-tiles .tile {
        width: auto;
        float: none
    }
}

.success-stories .story {
    position: relative;
    min-height: 200px;
    padding-left: 250px;
    margin-bottom: 100px
}

.success-stories .story .image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 10px
}

.success-stories .story .image img {
    display: block
}

.success-stories .story .close,
.success-stories .story .detail {
    display: none
}

.success-stories .story .close,
.success-stories .story .open {
    width: 220px;
    margin-top: 40px
}

.success-stories .story h2 {
    margin-bottom: 20px
}

.success-stories .story .lead {
    margin-bottom: 10px
}

.success-stories .story .quote {
    background-color: #f2f2f2;
    min-height: 200px;
    padding: 40px 80px 40px 240px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px
}

.success-stories .story .quote .image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 30px;
    left: 60px
}

.success-stories .story .quote .image img {
    display: block
}

.success-stories .story .quote .quote-text {
    background-image: url(../images/quote.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 15px 0 0 24px
}

.success-stories .story .quote .quote-text .author {
    color: #0e628a;
    margin-top: 10px
}

.success-stories .story.selected .open {
    display: none
}

.success-stories .story.selected .close {
    display: block
}

@media (max-width:1023px) {
    .success-stories .story {
        min-height: 150px;
        padding-left: 200px;
        margin-bottom: 80px
    }
    .success-stories .story .image {
        width: 150px;
        height: 150px
    }
    .success-stories .story .quote {
        min-height: 160px;
        padding: 40px 40px 40px 160px
    }
    .success-stories .story .quote .image {
        width: 100px;
        height: 100px;
        top: 30px;
        left: 30px
    }
}

@media (max-width:767px) {
    .success-stories .story {
        min-height: 0;
        margin-bottom: 80px;
        padding-left: 0
    }
    .success-stories .story .image {
        position: relative;
        margin: 0 auto 20px;
        left: auto;
        top: auto
    }
    .success-stories .story .quote {
        min-height: 0;
        padding: 20px
    }
    .success-stories .story .quote .image {
        position: relative;
        margin: 0 auto 20px;
        left: auto;
        top: auto
    }
    .success-stories .story .close,
    .success-stories .story .open {
        width: 100%;
        margin-top: 20px
    }
}

.benefit-tiles {
    margin-top: 40px
}

.benefit-tiles .tile {
    width: 50%;
    float: left;
    position: relative;
    padding: 30px 30px 30px 170px;
    min-height: 170px;
    background-color: #f2f2f2
}

.benefit-tiles .tile:nth-child(2),
.benefit-tiles .tile:nth-child(3) {
    background-color: #e5e5e5
}

.benefit-tiles .tile h4 {
    margin-top: 0;
    margin-bottom: 15px
}

.benefit-tiles .tile .image {
    background-color: #6ea8db;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    left: 30px;
    top: 30px;
    position: absolute;
    overflow: hidden
}

.benefit-tiles .tile .image img {
    display: block
}

@media (max-width:1023px) {
    .benefit-tiles .tile {
        padding: 30px 30px 30px 140px;
        min-height: 170px
    }
    .benefit-tiles .tile .image {
        width: 80px;
        height: 80px;
        left: 30px;
        top: 30px
    }
}

@media (max-width:1023px) {
    .benefit-tiles .tile {
        padding: 30px;
        min-height: 0;
        width: auto;
        float: none
    }
    .benefit-tiles .tile:nth-child(odd) {
        background-color: #f2f2f2!important
    }
    .benefit-tiles .tile:nth-child(even) {
        background-color: #e5e5e5!important
    }
    .benefit-tiles .tile .image {
        width: 80px;
        height: 80px;
        left: auto;
        top: auto;
        position: relative;
        margin: 0 auto
    }
    .benefit-tiles .tile h4 {
        margin-top: 30px
    }
}

@font-face {
    font-family: montserratbold;
    src: url(fonts/montserrat-bold-webfont.eot);
    src: url(fonts/montserrat-bold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/montserrat-bold-webfont.woff2) format("woff2"), url(fonts/montserrat-bold-webfont.woff) format("woff"), url(fonts/montserrat-bold-webfont.ttf) format("truetype"), url(fonts/montserrat-bold-webfont.svg#montserratbold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: montserratlight;
    src: url(fonts/montserrat-light-webfont.eot);
    src: url(fonts/montserrat-light-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/montserrat-light-webfont.woff2) format("woff2"), url(fonts/montserrat-light-webfont.woff) format("woff"), url(fonts/montserrat-light-webfont.ttf) format("truetype"), url(fonts/montserrat-light-webfont.svg#montserratlight) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: montserratregular;
    src: url(fonts/montserrat-regular-webfont.eot);
    src: url(fonts/montserrat-regular-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/montserrat-regular-webfont.woff2) format("woff2"), url(fonts/montserrat-regular-webfont.woff) format("woff"), url(fonts/montserrat-regular-webfont.ttf) format("truetype"), url(fonts/montserrat-regular-webfont.svg#montserratregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: montserratultra_light;
    src: url(fonts/montserrat-ultralight-webfont.eot);
    src: url(fonts/montserrat-ultralight-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/montserrat-ultralight-webfont.woff2) format("woff2"), url(fonts/montserrat-ultralight-webfont.woff) format("woff"), url(fonts/montserrat-ultralight-webfont.ttf) format("truetype"), url(fonts/montserrat-ultralight-webfont.svg#montserratultra_light) format("svg");
    font-weight: 400;
    font-style: normal
}

img {
    max-width: 100%
}

a img {
    border: none
}

.text-lower {
    text-transform: none!important
}

.text-upper {
    text-transform: uppercase!important
}

body {
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: 15px;
    margin: 0;
    padding: 0;
    background-color: #131b23
}

h1 {
    font-family: montserratlight;
    font-size: 31px;
    color: #263746;
    line-height: 1.1;
    font-weight: 400
}

h2 {
    font-family: montserratultra_light;
    font-size: 32px;
    color: #0e628a;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 400
}

h3 {
    font-family: montserratultra_light;
    font-size: 22px;
    color: #0e628a;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 400
}

h4 {
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    color: #0e628a;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
    margin-top: 0
}

.lead {
    font-weight: 300;
    font-size: 18px;
    color: #4b91ce
}

.lead.dark {
    color: #333
}

@media (max-width:767px) {
    h1 {
        font-size: 24px
    }
    h2 {
        font-size: 22px
    }
    h3 {
        font-size: 18px
    }
    h4 {
        font-size: 14px
    }
    .lead {
        font-size: 16px
    }
}

a {
    color: #3cc0c6;
    text-decoration: none
}

article {
    transition: all .5s ease
}

.text-center {
    text-align: center
}

body.scrolled article {
    padding-top: 20px
}

@media (max-width:767px) {
    body.scrolled article {
        padding-top: 0
    }
}

.intro {
    max-width: 780px;
    margin: 0 auto;
    text-align: center
}

.intro.thin {
    max-width: 620px
}

article {
    background-color: #FFF
}

section .wrapper {
    padding-top: 60px;
    padding-bottom: 60px
}

section.blue {
    background-color: #0076bf;
    color: #FFF
}

section.blue .lead,
section.blue a,
section.blue h1,
section.blue h2,
section.blue h3,
section.blue h4 {
    color: #FFF
}

section.grey {
    background-color: #f2f2f2
}

section.dark-blue {
    background-color: #263746;
    color: #FFF
}

section.dark-blue .lead,
section.dark-blue a,
section.dark-blue h1,
section.dark-blue h2,
section.dark-blue h3,
section.dark-blue h4 {
    color: #FFF
}

@media (max-width:767px) {
    section .wrapper {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.tag {
    position: absolute;
    top: 0;
    left: 20px;
    background-color: #263746;
    padding: 10px 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.1
}

.quote-tag {
    padding: 0
}

.quote-tag img {
    width: 50px
}

@media (max-width:767px) {
    .tag {
        font-size: 14px
    }
}

.homepage-promo {
    font-size: 24px;
    font-family: montserratregular;
    color: #FFF;
    text-align: center
}

.homepage-promo b {
    font-family: montserratbold;
    font-size: 32px
}

.homepage-promo .sub {
    font-size: 18px;
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    margin-top: 30px
}

.homepage-promo .sub b {
    font-size: 20px;
    font-weight: 400
}

@media (max-width:767px) {
    .homepage-promo {
        font-size: 16px
    }
    .homepage-promo b {
        font-size: 20px
    }
    .homepage-promo .sub {
        font-size: 14px
    }
    .homepage-promo .sub b {
        font-size: 16px
    }
}

.quote-spotlight {
    position: relative;
    padding-left: 260px;
    min-height: 140px;
    font-size: 18px;
    font-weight: 300
}

.quote-spotlight .image {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    overflow: hidden;
    position: absolute;
    left: 90px;
    top: 0
}

.quote-spotlight .image img {
    display: block
}

.quote-spotlight .author {
    font-size: 14px;
    margin-top: 15px
}

@media (max-width:1023px) {
    .quote-spotlight {
        min-height: 120px;
        padding-left: 170px;
        font-size: 16px
    }
    .quote-spotlight .image {
        width: 120px;
        height: 120px;
        left: 20px
    }
}

@media (max-width:767px) {
    .quote-spotlight {
        padding-left: 0
    }
    .quote-spotlight .image {
        width: 120px;
        height: 120px;
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto 30px
    }
}

.partners .intro {
    margin-bottom: 0
}

.partner-icons {
    border-top: 1px solid #3391cc;
    padding-top: 40px;
    text-align: center;
    margin-top: 40px
}

@media (max-width:767px) {
    .partner-icons a {
        display: block
    }
}

footer {
    text-align: center;
    color: #FFF;
    padding: 30px 0;
    font-size: 12px
}

footer .links {
    margin-top: 5px
}

footer a {
    padding: 0 10px;
    transition: all .5s ease
}

@media (min-width:1025px) {
    footer a:hover {
        color: #FFF
    }
}

ul {
    margin: 0;
    padding-left: 30px
}

.response-popup {
    background-color: #FFF;
    max-width: 500px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.response-popup .mfp-close {
    color: #000;
    background-color: transparent
}

.response-popup .mfp-close:hover {
    color: #3cc0c6;
    background-color: transparent
}

.response-popup .get-started-button {
    background-color: #3cc0c6;
    display: block;
    width: 150px;
    color: #FFF;
    padding: 15px 0;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    margin: 20px auto 0;
    transition: all .5s ease
}

@media (min-width:1025px) {
    .response-popup .get-started-button:hover {
        background-color: #0076bf
    }
}