/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

@font-face{font-family:"Nexa Bold";src:url("fonts/nexa_bold.eot?#iefix") format("embedded-opentype"),url("fonts/nexa_bold.woff") format("woff"),url("fonts/nexa_bold.ttf") format("truetype"),url("fonts/nexa_bold.svg") format("svg");font-weight: normal;font-style: normal;}

@font-face{font-family:"Nexa Regular";src:url("fonts/nexa_regular.eot?#iefix") format("embedded-opentype"),url("fonts/nexa_regular.woff") format("woff"),url("fonts/nexa_regular.ttf") format("truetype");font-weight: normal;font-style: normal;}

@font-face{font-family:"Nexa Light";src:url("fonts/nexa_light.eot?#iefix") format("embedded-opentype"),url("fonts/nexa_light.woff") format("woff"),url("fonts/nexa_light.ttf") format("truetype"),url("fonts/nexa_light.svg") format("svg");font-weight: normal;font-style: normal;}

html, body {
    font-family: "Nexa Regular", Helvetica, Arial, "sans-serif" !IMPORTANT;
    color: #747474 !IMPORTANT;
}

.bodyLink {
    color: white !important;
}

a {
    color: #7f2371 !IMPORTANT;
    text-decoration: none;
}

    a:hover {
        color: #7f2371 !IMPORTANT;
        text-decoration: none;
    }

h1, h2, h3 {font-family: "Nexa Light", Helvetica, Arial, "sans-serif"}

.code {font-family: "Nexa Regular", Helvetica, Arial, "sans-serif" !important;}

img {max-width: 100%; height: auto}


.logoDiv img {margin: 14px 0;}

.topHalf {background-color: #9f248f;}

.topHalf, .topHalf h2, .topHalf h3 {color: #FFF; }

.intro {text-align: center; padding: 40px 40px;}

.intro .headline {font-size: 250%;
    line-height: 1;
    margin: 40px 0 20px;
}

.intro .subheadline {font-size: 180%;
    line-height: 1;
}

.formDiv {
    background-color: #ebebeb;
    padding: 80px 20px 80px 20px;
}

.formDiv {color:#747474;}

.formDiv h2, .formDiv h3 {color: #9f248f; font-family: "Nexa Regular", Helvetica, Arial, "sans-serif"}

.formDiv h3 {text-align: center;
    color: #9f248f;
    font-size: 26px;
margin-bottom: 30px;}

.grayBTN {
    background-color: rgba(164, 167, 169, 1) !important;
    color: #FFF;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
	text-align: center;
	font-size: 26px;
	line-height: 1.2;
	padding: 20px 0 16px;
}

.grayBTN:hover {
    background-color: rgba(164, 167, 169, .7) !important;
}

.grayBTN a {color: #FFF !important;}

.bottomHalf {background-color: #FFF}

.btn {
    color: #FFF;
    background-color: #9f248f !important;
    border-color: #9f248f !important;
    border: 0 !important;
    padding: 10px 30px 5px !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 20px !important;
}

    .btn:hover {
        color: #FFF !important;
        background-color: rgba(159, 36, 143, 0.8) !important;
        border: 0;
    }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, btn:active {
    color: #fff !important;
    background-color: #9f248f !important;
    border-color: #9f248f !important;
}

.disclaimer {font-size: 12px;}

.disclaimer .col-lg-10 {
        margin-bottom: 20px;
        color: #747474;
    }


