/*
 * Theme Name:
 * Theme URI:
 * Author: Milan Savov
 * Author URI/Mail: milan.savov@gmail.com
 * Version: 1.0
 * */

/* FONTS
================================================== */
/* Proxima Nova */
 @font-face {
 font-family: 'ProximaNovaSoft';
 src: url('../fonts/Proxima-Nova-Soft-Regular.eot');
 src: url('../fonts/Proxima-Nova-Soft-Regular.eot?#iefix') format('embedded-opentype'),
   url('../fonts/Proxima-Nova-Soft-Regular.woff2') format('woff2'),
   url('../fonts/Proxima-Nova-Soft-Regular.woff') format('woff'),
   url('../fonts/Proxima-Nova-Soft-Regular.ttf') format('truetype'),
   url('../fonts/Proxima-Nova-Soft-Regular.svg') format('svg');
}

 @font-face {
 font-family: 'ProximaNovaSoftBold';
 src: url('../fonts/Proxima-Nova-Soft-Bold.eot');
 src: url('../fonts/Proxima-Nova-Soft-Bold.eot?#iefix') format('embedded-opentype'),
   url('../fonts/Proxima-Nova-Soft-Bold.woff2') format('woff2'),
   url('../fonts/Proxima-Nova-Soft-Bold.woff') format('woff'),
   url('../fonts/Proxima-Nova-Soft-Bold.ttf') format('truetype'),
   url('../fonts/Proxima-Nova-Soft-Bold.svg') format('svg');
}

/* Font Awesome - using for icons */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-calendar-o:before { content: "\f133"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }


/* CUSTOM RESETS
================================================== */
a,
button {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

a:focus,
a:hover {
    outline: 0 none;
}

a object {
    pointer-events: none;
}

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

/* Form fields */
.btn {
    color: #fff;
    border: 0 none;
    border-radius: 6px;
    font-size: 20px;
    font-family: 'ProximaNovaSoftBold', sans-serif;
}

.btn:hover,
.btn:focus {
    background-color: #222222;
    color: #fff;
}

.btn:active {
    box-shadow: none !important;
    outline: 0 none !important;
}

.btn-orange {
    background-color: #f5701e;
}

.btn-orange:hover,
.btn-orange:focus {
    background-color: #ebac85;
}

.btn-dark-blue {
    background-color: #1c6cbb;
}

.btn-dark-blue:hover,
.btn-dark-blue:focus {
    background-color: #5792cd;
}

.btn-contact {
    border: 1px solid #31b4e2;
    color: #31b4e2;
    margin-top: 30px;
    padding: 6px 20px;
}

.btn-contact:hover,
.btn-contact:focus {
    background: #31b4e2;
    color: #fff;
}

label {
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
}

.form-control,
.bootstrap-select .btn.dropdown-toggle {
    height: 36px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    box-shadow: none;
    font-family: 'ProximaNovaSoft', sans-serif;
    -webkit-appearance: none;
}

.bootstrap-select .btn.dropdown-toggle:hover,
.bootstrap-select .btn.dropdown-toggle:focus {
    background-color: #31b4e2 !important;
    color: #fff !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #31b4e2
}

.form-group {
	position: relative;
}

#date-of-birth {
    cursor: pointer;
    color: #a0a0a0;
}

.form-group .fa {
    position: absolute;
    top: 70%;
    right: 10px;
    font-size: 20px;
    color: #a0a0a0;
    pointer-events: none;

    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

textarea.form-control {
    height: 116px;
    resize: none;
}

/* Custom Selectpicker */
.selectpicker {
    padding: 4px 12px;
}

.form-control .dropdown-toggle.btn {
    width: 100%;
    color: #a0a0a0;
}

.form-control .dropdown-toggle:hover,
.form-control .dropdown-toggle:focus,
.form-control .dropdown-toggle:active,
.open > .dropdown-toggle.btn-default:hover {
    background-color: transparent;
    color: #a0a0a0;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline-offset: 0;
}

.form-control .dropdown-toggle[aria-expanded="true"],
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    border-color: #f5701e;
    box-shadow: none;
    background-color: transparent;
    color: #a0a0a0;
}

/* Custom checkboxanimate */
.checkboxanimate {
    position: relative;
    margin: 40px 0;
}

.checkboxanimate [type="checkbox"]:not(:checked),
.checkboxanimate [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.checkboxanimate [type="checkbox"]:not(:checked) ~ label,
.checkboxanimate [type="checkbox"]:checked ~ label {
    position: absolute;
    padding-left: 25px;
    cursor: pointer;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* checkbox aspect */
.checkboxanimate [type="checkbox"]:not(:checked) ~ label:before,
.checkboxanimate [type="checkbox"]:checked ~ label:before {
    content: '';
    position: absolute;
    left:0;
    top: 50%;
    width: 22px;
    height: 22px;
    border: 1px solid #aaa;
    background: transparent;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* checked mark aspect */
.checkboxanimate [type="checkbox"]:not(:checked) ~ label:after,
.checkboxanimate [type="checkbox"]:checked ~ label:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 2px;
    font-size: 18px;
    line-height: 0.8;
    color: #f5701e;
}

/* checked mark aspect changes */
.checkboxanimate [type="checkbox"]:not(:checked) ~ label:after {
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.checkboxanimate [type="checkbox"]:checked ~ label:after {
    opacity: 1;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* disabled checkbox */
.checkboxanimate [type="checkbox"]:disabled:not(:checked) ~ label:before,
.checkboxanimate [type="checkbox"]:disabled:checked ~ label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.checkboxanimate [type="checkbox"]:disabled:checked ~ label:after {
    color: #999;
}
.checkboxanimate [type="checkbox"]:disabled ~ label {
    color: #aaa;
}

/* accessibility */
.checkboxanimate [type="checkbox"]:checked:focus ~ label:before,
.checkboxanimate [type="checkbox"]:not(:checked):focus ~ label:before {
    border: 1px solid #f5701e;
}

/* hover style just for information */
.checkboxanimate label:hover:before {
    border: 1px solid #f5701e;
}


/* Margin and padding resets */
.mb-0 { margin-bottom: 0 !important; }
.mt-10 { margin-top: 10px; }
.mt-40 { margin-top: 40px; }
.mt-90 { margin-top: 90px; }
.mt-115 { margin-top: 115px; }

.pl-30 { padding-left: 30px; }

/* Blockqoute */
.blockqoute-item {
    background-color: #fff;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
    border-radius: 6px;
    font-size: 20px;
    line-height: 28px;
    padding: 50px;
    position: relative;
}

.blockqoute-item:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: url(../img/quote_icon.png) #f5701e no-repeat center / 20px;
}


/* Double blockqoute */
.double-blockqoute {
    background: rgba(255, 255, 255, 0.3);
    padding: 30px 60px;
    border-radius: 6px;
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: auto;
}

.double-blockqoute:before,
.double-blockqoute:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-top: -25px;
}

.double-blockqoute:before {
    background: url(../img/quote_icon-orange-rotate.png) no-repeat center / 22px #fff;
    left: -25px;
}

.double-blockqoute:after {
    background: url(../img/quote_icon-orange.png) no-repeat center / 22px #fff;
    right: -25px
}

.blue-bg .double-blockqoute {
    background-color: #26a5db;
}

.blue-bg .double-blockqoute:after {
    background: url(../img/quote_icon-blue.png) no-repeat center / 22px #fff;
}

.blue-bg .double-blockqoute:before {
    background: url(../img/quote_icon-blue-rotate.png) no-repeat center / 22px #fff;
}

.blockqoute-parent-name {
    margin: 20px 0 0;
}

.double-blockqoute .blockqoute-parent-name {
    color: #fff;
}

/* Caret */
.caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed;
    right: 15px;
}

/* Background Colors */
.blue-bg { background-color: #31b4e2; }
.light-blue-bg { background-color: #e9f1f8; }
.orange-bg { background-color: #f5701e; }
.light-orange-bg { background-color: #fef1e9; }
.dark-gray-bg {  background-color: #3f3f3f;}

.grey-text {
    font-size: 18px;
    line-height: 28px;
    color: #9f9f9f;
}

.orange-text { color: #f5701e !important; }
.dark-blue-text {  color: #1c6cbb !important;}

.main-nav li a.white-text,
.white-text { color: #fff; }

/* success and error msgs */
.error {
    bottom: -17px;
    color: #db4104;
    font-size: 12px;
    margin-bottom: 0;
    position: absolute;
    right: 5px;
    text-align: left;
}

.success-msg {
    bottom: -20px;
    color: #20b1a5;
    font-size: 14px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.has-success .form-control,
.has-error .form-control {
    border-color: #e2e2e2;
}

.has-success .form-control,
.has-success .form-control:focus,
.has-error .form-control,
.has-error .form-control:focus {
	box-shadow: none;
}

.pos-relative {
	position: relative;
}

/* LAYOUT
================================================== */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: 'ProximaNovaSoft', sans-serif;
    color: #222222;
    background-color: #f2f3f5;
}

#page {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background-color: #fff;
}

#skrollr-body {
    height: 100%;
    overflow: visible;
    position: relative;
}

hr { margin: 0; }

/* HEADER
================================================== */
.site-header {
    position: fixed;
    width: 1400px;
    padding: 20px 15px;
    z-index: 10;
    border-bottom: 1px solid #fff;
    height: 80px;
}

.site-logo {
    position: absolute;
    width: 150px;
}

.page-week .site-logo {
    pointer-events: none;
    cursor: default;
}

.site-logo img,
.site-logo object {
    max-width: 100%;
}

.site-logo object {
    pointer-events: none;
}

/* Navigation */
.main-nav {
    float: left;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav li {
    display: inline-block;
    position: relative;
    line-height: 40px;
}

.main-nav li + li {
    margin-left: 25px;
}

.main-nav li a {
    color: #222222;
    line-height: 40px;
    font-size: 16px;
}

.main-nav li.active a {
    text-decoration: underline;
}

.main-nav li a.btn-sign-up {
    font-size: 16px;
    font-family: 'ProximaNovaSoftBold', sans-serif;
    color: #31b4e2;
    background-color: #fff;
    padding: 10px 30px;
    line-height: 1;
    margin-left: 30px;
    border: 1px solid transparent;
}

.main-nav li a.btn-sign-up:hover {
    opacity: 0.7;
    text-decoration: none;
}

/* Hamburger animation on Toggle button for the responsive menu */
#toggle-menu span:active {
    outline: none;
}
.lines-button {
    border-radius: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 25px;
    height: 25px;
    background: none;
    border: 0 none;
    opacity: 1;
    z-index: 9999;
    display: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.lines-button:after {
    content:'';
    position:absolute;
    top:-10px; bottom:-10px;
    left:-10px; right:-10px;
}
.lines-button:hover {
    opacity: 1;
}
.lines {
    background: #222;
    display: block;
    height: 4px;
    position: relative;
    top: auto;
    width: 35px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.lines-button-white .lines {
    background: #fff;
}
.line-top,
.line-bottom {
    position: absolute;
}
.line-top {
    top: 2px;
}
.line-bottom {
    top: 20px;
}
.lines-button.close {
    transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    opacity: 1;
}
.lines-button.x.close .line-middle {
    background: transparent !important;
}
.lines-button.x.close .line-top,
.lines-button.x.close .line-bottom {
    top: 10px;
    transform-origin: 50% 50% 0;
    -moz-transform: 50% 50% 0;
    -webkit-transform: 50% 50% 0;
    -o-transform: 50% 50% 0;
    -ms-transform: 50% 50% 0;
    width: 4rem;
}
.lines-button.x.close .line-top {
    transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .line-bottom {
    transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
}


/* Hero */
.hero {
    background: url(../img/home-page-image-2000.jpg) no-repeat scroll center center / cover #e0dfdd;
    width: 100%;
    min-height: 600px;
    position: relative;
}

.page-sign-up .hero {
    background-image: url(../img/organizations-page-image.jpg);
    background-position: right center;
}

.page-sign-up-v2 .hero {
    background-image: url(../img/parents-page-image-02.jpg);
}

.hero-content {
    width: 456px;
    position: absolute;
    top: 140px;
}

.page-sign-up .hero-content {
    width: 460px
}

.hero-bubble {
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.hero-bubble object {
    position: absolute;
    bottom: 30px;
    left: 100%;
    width: 36px;
}

.hero-bubble object img {
    max-width: 100%;
}

.hero-bubble h2 {
    color: #31b4e2;
    font-size: 48px;
    line-height: 50px;
    margin: 0;
}

.hero-text {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 60px 0 30px;
}

.sign-up-hero-text {
    font-size: 18px;
    line-height: 24px;
    color: #222;
    padding-left: 20px;
    margin: 40px 0 0;
}

.hero-content .btn {
    width: 211px;
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

.hero-content .btn-orange {
    margin-right: 30px;
}

/* Hero with solid background */
.hero-gradient-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#24b4f1+0,3297e3+100 */
    background: #31b4e2; /* Old browsers */
    background: -moz-linear-gradient(top,  #31b4e2 0%, #3297e3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #31b4e2 0%,#3297e3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #31b4e2 0%,#3297e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b4e2', endColorstr='#3297e3',GradientType=0 ); /* IE6-9 */
    min-height: 460px;
}

.page-week .hero-gradient-bg {
    min-height: 250px;
}

.hero-gradient-bg-tall {
    min-height: 680px;
}

.hero-gradient-bg .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.hero-gradient-bg h1 {
    font-size: 32px;
    color: #fff;
    margin: 0 0 30px;
}

.page-week .hero-gradient-bg h1 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.hero-gradient-bg p {
    font-size: 18px;
    line-height: 28px;
}

.hero-gradient-bg p:last-of-type {
    margin-bottom: 0;
}

#scroll-to-content {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #31b4e2;
    margin: auto;
    width: 30px;
    height: 30px;
    font-size: 64px;
    line-height: 1;

    transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
}

#scroll-to-content:hover,
#scroll-to-content:focus {
    color: #f5701e;
    text-decoration: none;
}

#scroll-to-content:before {
    position: absolute;
    left: -19px;
    top: -19px;
}


/* SECTIONS
================================================== */
.section-title {
    font-size: 32px;
    color: #31b4e2;
    margin: 0 0 30px;
    font-family: 'ProximaNovaSoftBold', sans-serif;
}

.section-title-small {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: 'ProximaNovaSoftBold', sans-serif;
}

.py-120 .section-title {
    margin-top: 0;
}

.section-text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
}

.section-text-small {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.section-link {
    font-size: 16px;
    text-decoration: underline;
    color: #31b4e2;
}

.section-link:hover {
    color: #1c6cbb;
}

/* Section: Ready */
.ready-section .container {
    background: url(../img/android_phone.png) no-repeat bottom right / 440px auto;
}

/* Section: Free Plans */
.free-plans-section {
    overflow-x: hidden;
}

.free-plans-orange {
    background: #fde9dd;
    position: relative;
}

.free-plans-orange:before {
    content: "";
    width: 2000px;
    height: 100%;
    background: #fde9dd;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

.free-plans-blue {
    background: #dde9f4;
    position: relative;
}

.free-plans-blue:before {
    content: "";
    width: 2000px;
    height: 100%;
    background: #dde9f4;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

.free-plans-inner {
    padding: 100px 0;
    min-height: 900px;
    position: relative;
}

.free-plans-orange .free-plans-inner {
    padding-right: 115px;
}

.free-plans-blue .free-plans-inner {
    padding-left: 115px;
}

.free-plans-inner h3 {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 30px;
    font-family: 'ProximaNovaSoftBold', sans-serif;
}

.free-plans-inner .btn {
    padding: 6px 25px;
}

.free-plans-orange h3 {
    color: #f5701e;
}

.free-plans-blue h3 {
    color: #1c6cbb;
}

.free-plans-blue .blockqoute-item:before {
    background-color: #1c6cbb;
}

/* Section: Research */
.service-item {
    padding: 0 40px;
    margin-top: 80px;
}

.service-item h3 {
    font-size: 24px;
    font-family: 'ProximaNovaSoftBold', sans-serif;
    margin: 40px 0 30px;
}

/* Section: Trusted */
.blue-bg .section-title {
    color: #fff;
    margin-bottom: 60px;
}

.clients-list a {
    display: inline-block;
    width: 164px;
    margin: 0 30px;
}

.clients-list img {
   max-width: 100%;
}


/* Section: Support */
.support-section .section-title {
    margin-bottom: 50px;
}

.support-form {
    width: 560px;
    padding: 60px;
    background-color: #fff;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
    border-radius: 10px;
    position: absolute;
    top: -385px;
    right: 15px;
}

.page-sign-up-v2 .support-form {
    float: right;
    position: relative;
    top: auto;
    right: auto;
    min-height: 1040px;
    margin-top: -300px;
}

.support-form h3 {
    color: #1c6cbb;
    font-size: 24px;
    font-family: 'ProximaNovaSoftBold', sans-serif;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0 10px;
}

.support-form p.support-form-subtext {
    font-family: 'ProximaNovaSoftBold', sans-serif;
    margin-bottom: 40px;
}

.support-form p {
    font-size: 18px;
}

.support-form p.call-us {
    font-size: 16px;
    margin-bottom: 0;
}

.support-form .btn-dark-blue {
    margin-top: 15px;
}

.call-us span {
    font-family: 'ProximaNovaSoftBold', sans-serif;
}

.support-form label {
    float: left;
}

.support-form .btn {
    width: 150px;
}

.light-orange-bg .support-form  {
    position: relative;
    top: auto;
    float: right;
}

.light-orange-bg .support-form h3 {
    color: #f5701e;
    margin-bottom: 40px;
}

.light-orange-bg .support-form .form-control:focus {
    border-color: #f5701e;
}

.support-form .section-link {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
}

.support-form p.form-description-text {
    font-size: 12px;
    text-align: left;
    margin-top: 30px;
}

.terms-text {
    position: relative;
    margin-bottom: 0;
}

.support-form .error-message {
    margin-top: 20px;
    margin-bottom: 0;
}

/* Section: How it works */
.how-it-works-section .section-title {
    margin-bottom: 50px;
}

.section-list li + li {
    margin-top: 50px;
}

.section-list h3 {
    font-size: 20px;
    font-family: 'ProximaNovaSoftBold', sans-serif;
}

.section-list p {
    font-size: 16px;
    line-height: 24px;
}

.how-it-works-thumb {
    float: left;
    width: 70px;
}

.how-it-works-content {
    padding-left: 90px;
}

/* Section: Get in touch */
#contact-form {
    margin: 40px auto 0;
    width: 400px;
    max-width: 100%;
}

#contact-form .form-group {
    width: 100%;
    margin-bottom: 25px;
}

#contact-form .form-control {
    height: 42px;
    width: 100%;
}

#contact-form textarea.form-control {
    height: 120px;
}

#contact-form .btn-contact {
    background-color: #fff;
}

#contact-form .btn-contact:hover,
#contact-form .btn-contact:focus {
    background: #31b4e2;
    color: #fff;
}

/* PAGES
================================================== */
/* About */
.team-member {
	padding: 140px 0;
	border-bottom: 1px solid #e2e2e2;
}

.team-member img {
	height: 170px;
	float: left;
    border-radius: 100px;
}

.team-member-content {
	padding-left: 200px;
}

.team-member-content h3 {
    font-family: 'ProximaNovaSoftBold', sans-serif;
    font-size: 20px;
    margin: 0 0 14px;
}

.team-member-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

/* Research */
.results-section p {
	font-size: 18px;
    margin-bottom: 50px;
}

.results-section .clients-list {
	margin-bottom: 40px;
}

.studies-section h2 {
	font-size: 20px;
	float: left;
    color: #3f3f3f;
}

.studies-section .section-title-small {
    color: #222;
    margin: 0 0 40px 0;
    font-size: 16px;
    line-height: 26px;
}

.section-pdf {
	font-size: 16px;
	color: #31b4e2;
	float: right;
	text-decoration: underline;
	position: relative;
	padding-right: 55px;
}

.section-pdf:after {
    content: "";
    position: absolute;
    right: 0;
    top: -9px;
    width: 41px;
    height: 38px;
    background: url(../img/pdf.png) no-repeat right center;
}

.section-pdf span {
	font-size: 32px;
	position: absolute;
	right: 0;
	top: -5px;
}

.studies-section p {
	margin-bottom: 0;
    color: #222;
    font-size: 16px;
    line-height: 26px;
}

/* Press */
.articles-section .section-title {
	color: #3f3f3f;
	margin: 0;
	padding: 80px 0 30px 0;
    font-size: 22px;
}

.article-content {
	padding: 30px 0;
    border-top: 1px solid #e2e2e2;
}

.page-week .article-content:first-child {
    border-top: 0 none;
    padding-top: 70px;
}

.article-content p {
    font-size: 18px;
    margin-bottom: 18px;
    font-size: 18px;
}

.article-source {
   font-family: 'ProximaNovaSoftBold', sans-serif;
}

.article-content .section-link {
    font-size: 18px;
}

.article-content:last-child {
	padding-bottom: 70px;
}

/* FOOTER
================================================== */
.site-footer {
    background-color: #3f3f3f;
    padding: 60px 0;
    position: relative;
}

.site-footer .site-logo {
    float: left;
    position: relative;
    margin-left: 0;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    line-height: 40px;
}

.site-footer ul.footer-nav {
    float: left;
    line-height: 40px;
    margin-left: 60px;
}

.footer-nav li a {
    font-size: 16px;
    color: #fff;
}

.footer-nav li.active a {
    text-decoration: underline;
}

.site-footer ul li + li {
    margin-left: 30px;
}

/* Copyright */
.copyright {
    float: right;
}

.copyright p {
    margin-bottom: 0;
    color: #9f9f9f;
    font-size: 14px;
    line-height: 40px;
}

/* Terms of use & Privacy Policy */
.terms-privacy {
    float: right;
    clear: both;
}

.terms-privacy a {
    color: #9f9f9f;
    font-size: 14px;
}

.terms-privacy a + a {
    margin-left: 30px;
}

/* MODAL */
.modal-title {
    font-family: "ProximaNovaSoftBold", sans-serif;
    color: #31b4e2;
    font-size: 24px;
    line-height: 1;
}

.modal-body p {
    color: #9f9f9f;
    font-size: 16px;
    margin: 0;
}

.g-recaptcha {
  margin-bottom: 40px;
}
