﻿@font-face {

    font-family: "ProximaNovaBold";
    src: url('fonts/ProximaNova-Bold.otf');
}

@font-face {

    font-family: "ProximaNovaLight";
    src: url('fonts/ProximaNova-Light.otf');
}

/* --- HEADER --- */
#header {
    width: 95%;
    float: left;
    margin: 0 auto;
    background-color: #fff;
    padding: 1% 0;
}

.headerTitle {
    float: left;
    width: 55%;
    padding-left: 75px;
}

.header-contact {
    float: right;
    width: 25%;
}

ul.header {
    background-color: #ededec;
    border-radius: 7px;
    padding: 3% 3%;
}

.header li {
    list-style: none;
    line-height: normal;
    font-size: 18px;
    color: #482045;
    padding: 0 0 3px 35px;
}

.header li a {
    color: #482045;
    text-decoration: none;
}

.header li a:hover {
    text-decoration: underline;
}

.header li.phone {
    background: url('../images/telephone.png') no-repeat 10px 2px;
}

.header li.fax {
    background: url('../images/printer.png') no-repeat 10px 2px;
}

.header li.email {
    background: url('../images/envelope.png') no-repeat 10px 2px;
}

.gradient-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 90%;
    margin: auto;
    max-width: 90%;
    position: relative;
    padding: 5%;
    box-sizing: border-box;
    background: white;
    background-clip: padding-box;
    border: solid 5px transparent;
    border-radius: 1em;
}

.gradient-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -5px;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, right top, from(#C2764C), to(#F3DBB9));
    background: linear-gradient(to right, #C2764C, #F3DBB9);
}

html {
    height: 100%;
    background: white;
    display: -webkit-box;
    display: flex;
}

body {
    /*margin: auto;*/
    color: #636466;
}

.left-col {
    border-right: 1px solid #CCC;
}

.left-col,
.right-col {
    float: left; height: 93%; margin: 2% 0; padding: 0 16px;
}

.footer-menu-content {
    width: 88%;
    background-color: #00a6e3;
    padding: 20px;
    margin: auto;
    font-family: ProximaNovaBold;
    color: white;

}


/* ---- Pure CSS Modal Overlay ---- */
.cta {
    background-color: transparent;
    display: inline-block;
    transition: opacity 0 ease-in-out;
    -moz-transition: opacity 0 ease-in-out;
    -webkit-transition: opacity 0 ease-in-out;
}

.cta:hover {
    opacity: 1.00;
}

.modaloverlay {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0 ease-in;
    -moz-transition: opacity 0 ease-in;
    transition: opacity 0 ease-in; /* IMPORTANT FIX FOR FF TO CLOSE */
    z-index: -1;
    display: none;
}

.modaloverlay:target {
    display: block;
    opacity: 1;
    pointer-events: auto;
    z-index: 99999;
}

.modaloverlay .modal {
    background-color: white;
    position: relative;
    padding: 1%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 2% auto;
    height: 89%;
    width: 50%;
}

.modaloverlay .modal > iframe, .modaloverlay .modal > div {
    border: none;
    /*width: 100%;
    height: 100%;*/
}

.modaloverlay .close {
    background-color: #636466;
    color: white;
    font-size: 18px;
    padding: 0 6px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    z-index: 1;
}

.modaloverlay span.closetxt {
    color: #7d6174;
    font-size: 12px;
    padding: 5px 0 0 0;
    position: absolute;
    right: 40px;
    text-align: right;
    text-decoration: none;
    top: 0;
    z-index: 1;
}

.loginmodal-col3-wrapper {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin: 20px auto 0 auto;
}

.loginmodal-col3-wrapper .login-col3-content {
    padding: 0 5%;
    margin: 0;
    text-align: left;
    min-height: 650px;
    position: relative;
}

.loginmodal-col3-wrapper h2 {
    font-family: HelveticaNeueLTW1G-BdCn;
    font-weight: normal;
    font-style: normal;
    color: #d91c5c;
    font-size: 16px;
    min-height: 34px;
    padding: 6px 0 0 40px;
}

.loginmodal-col3-wrapper p {
    padding: 0 0 0 40px;
    color: #5b3264;
    font-size: 14px;
}

.login-col2-content h2 {
    font-family: HelveticaNeueLTW1G-BdCn;
    font-weight: normal;
    font-style: normal;
    color: #d91c5c;
    font-size: 20px;
}

.bullet1 {
    background: url('../images/bullet1.png') no-repeat 0 0;
}

.bullet2 {
    margin-top: 30px;
    background: url('../images/bullet2.png') no-repeat 0 0;
}

.loginmodal-col3-wrapper .fax {
    padding: 0 0 0 65px;
    background: url('../images/icon-printer.png') no-repeat 40px 0px;
}

.loginmodal-col3-wrapper .email {
    padding: 0 0 0 65px;
    background: url('../images/icon-arrow.png') no-repeat 40px 0px;
}

.icon-complete {
    font-family: HelveticaNeueLTW1G-Bd;
    font-weight: normal;
    font-style: normal;
    color: #5b3264;
    font-size: 12px;
    background: url('../images/icon-complete.png') no-repeat 5px 0;
    position: absolute;
    bottom: 0;
}

.modal-left-col {
    border-right: 1px solid #CCC !important;
}

.modal-left-col,
.modal-right-col {
    float: left;
    height: 93%;
    margin: 2% 0;
    padding: 0 16px;
    width: 45%;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.equalDivide tr td {
    width: 50%;
}

.getStarted {
    font-family: ProximaNovaBold;
    background-color: #00a6e3;
    border: none;
    color: white;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    border-radius: 100px;
    width: 20%;
    margin: auto;
}

a:visited {
    text-decoration: none;
}

.footer {
    text-align: justify;
    line-height: 100px;
    height: 100px;
    width: 88%;
    background-color: #00a6e3;
    padding: 20px;
    /*margin: auto;*/
    margin-left: 4%;
    font-family: ProximaNovaBold;
    color: white;
    position: absolute;
    bottom: 0;
}

.footer:after {
    content: '';
    display: inline-block;
    width: 100%;
}