@font-face {
    font-family: 'Montserrat - Bold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat - Regular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro - Regular';
    src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


input[type="text"], input[type="password"], textarea {
    -webkit-appearance: none;
	border-radius: 0;
}


.navigation nav.main>ul>li span {
	font-family: 'Montserrat - Regular';
	line-height: 16px;
	font-size: 12px;
}
.navigation nav.main>ul>li strong {
	display: block;
	font-family: 'Montserrat - Bold';
	line-height: 16px;
	font-size: 18px;
}
.navigation nav.main>ul>li>span a {
    padding: 17px 15px;
}

html.no-touch footer a:hover, footer a:focus, footer a:active {
    color: unset;
}


.btn {
    box-shadow: none;
    font-family: 'Montserrat - Regular';
}
.btn.c3-bg, html.no-touch .btn.c3-bg:hover, .btn.c3-bg:active, .btn.c3-bg:focus {
    color: #f17f29;
	background-color: #434250;
    border: 0;
    padding: 10px 30px;
}



span.ButtonDark{
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

a.ButtonDark, .ButtonDark a, a .ButtonDark, a.ButtonDark:hover, .ButtonDark a:hover {
	color: #f17f29 !important;
	background-color: #434250;
	border: 0;
	padding: 10px 30px;
	box-shadow: none;
	text-decoration: none !important;
	border-radius: 0;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 700 !important;
	display: inline-block;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
}


body{
	font-family: 'Source Sans Pro - Regular';
	font-size: 18px;
}
body, .base-text{
	color: #434250;
}



.static-images img {
    width: auto;
}



h1, h2, h3, .heading, nav.main, table thead th, nav.tabs, .pricing-menu .head .heading {
    font-family: 'Montserrat - Bold';
    font-weight: initial;
}
h4, h5, h6 {
	font-family: 'Montserrat - Regular';
}
h4 {
	font-size: 24px;
	font-weight: 900;
}

h1 + h4 {
    margin-top: -22px;
}
h4 + h1 {
    margin-top: -10px;
}


.dark{
	color: #434250 !important;
}
.gray {
	color: rgba(67,66,80, .6) !important;
}
.blue {
	color: #76c5f0 !important;
}



.navigation nav.main>ul>li>span.active>a, html.touch .navigation nav.main>ul>li.open>span>a, html.no-touch .navigation nav.main>ul>li:hover>span>a {
    color: #76c5f0;
}
.navigation nav.main>ul>li:focus-within {
    background-color: transparent;
}
.navigation nav.main>ul>li>span.active, html.touch .navigation nav.main>ul>li.open, html.no-touch .navigation nav.main>ul>li:hover {
    background-color: rgba(0,0,0,.2);
}



.model-table table, .model-table table * {
    background: rgba(255,255,255,0.02) !important;
    border: 0;
    font-size: 14px;
}
.model-table tr:first-child {
    background-color: #76c5f0 !important;
}




footer {
    color: #333333;
    background-color: #f8f8f8;
	font-size: 16px;
}
footer .heading, footer a {
    color: #333333;
}
.quick-links ul li a {
    padding-left: 0;
}
.quick-links ul li a::after {
    content: none;
}






input:focus, textarea:focus{
    outline: none;
}

.header-logon-container {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    font-size: 0;
	background-color: #434250;
	padding: 18px 15px 30px 15px;
}
.header-logon-container > div {
    padding: 8px 0 0 0;
}
.header-logon-container label {
    width: 100%;
    text-align: left;
    float: left;
    padding: 3px 10px 3px 0;
    color: #76c5f0;
    line-height: 14px;
    font-size: 12px;
    font-family: 'Montserrat - Regular';
    font-weight: 900;
    margin: 0;
}
.header-logon-container .icon-button i {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255,255,255,.2);
    border: .5px solid #76c5f0;
    border-radius: 5px;
    font-size: 15px;
    margin: 0 0 0 3px;
}
.header-logon-container form input {
	width: calc(50% - 19px);
    background: rgba(255,255,255, .2);
    border: 0.5px solid rgba(255,255,255, .4);
    height: 34px;
    padding: 0 10px;
    color: #ffffff;
    box-sizing: border-box;
    font-size: 12px;
    vertical-align: top;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right-width: 0;
    
}

.header-logon-container form input:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right-width: .5px;
    border-left-width: .5px;
}

.header-logon-container input::-webkit-input-placeholder {
    color: rgba(255,255,255,.7);
}
.header-logon-container .border-left {
    border-left: 0;
}








.input-row {
    font-size: 0;
    margin: 0 0 20px 0;
}
.input-row label {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 20px 10px 0;
    font-size: 16px;
    line-height: 20px;
    vertical-align: top;
}
span.required-star:before {
    content: '*';
    color: red;
    font-size: 18px;
    font-weight: 900;
    padding: 0 0 0 4px;
}
.input-row .input-area {
    display: block;
    width: 100%;
    vertical-align: top;
}

.input-row input[type="text"], .input-row input[type="password"] {
    width: 100%;
    border: .5px solid rgba(0,0,0,.3);
    background: rgba(255,255,255,.5);
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    font-size: 14px;
}
.input-row select {
    width: 100%;
    border: .5px solid rgba(0,0,0,.3);
    background: rgba(255,255,255,.5);
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    font-size: 14px;
}
.input-row textarea {
    width: 100%;
    height: 120px;
    border: .5px solid rgba(0,0,0,.3);
    background: rgba(255,255,255,.5);
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    font-size: 14px;
}

span.under-input {
    font-size: 14px;
    display: block;
    width: 100%;
}


.input-row input.error, .input-row textarea.error {
    border-color: rgba(255,0,0,.3) !important;
    background: rgba(255,0,0,.06) !important;
}


input.checkbox {
	opacity: 0;
	position: absolute;
}
label.checkbox {
	display: block !important;
    height: auto !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: auto !important;
    margin: 0 0 3px 0 !important;
    vertical-align: top;
}
label.checkbox span {
    vertical-align: top;
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    padding: 0 0 0 10px;
}
label.checkbox i {
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 11px;
    text-align: center;
    color: transparent;
	border: .5px solid rgba(0,0,0,.3);
    background: rgba(255,255,255,.5);
	margin: 0;
	font-family: FontAwesome;
	vertical-align: top;
}
input.checkbox:checked + label i:before {
  	color: #76c5f0;
	margin-left: -1px;
}
input.input-validation-error + label i{
	border: 0.5px solid #F05759;
}
input[type="text"].input-validation-error, input[type="password"].input-validation-error {
	border-color: red;
}

#preview {
    height: 0;
    border: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#preview.showImg {
    height: 110px;
    width: 150px;
    border: 1px solid rgba(0,0,0,.3);
}





@media (min-width: 1200px) {
	h1 {
		font-size: 63px;
	}
}




@media (min-width: 992px){
	html.reveal-out header, header, header .container {
   		height: 153px;
		background: transparent;
	}
	
	
	.input-row label {
		display: inline-block;
		width: 270px;
	}
	.input-row .input-area {
		display: inline-block;
		width: calc(100% - 270px);
	}
	
	
	.header-logon-container {
        width: calc(100% - 135px);
        top: 19px;
        left: 135px;
        position: relative;
        font-size: 0;
		background-color: transparent;
		padding: 0;
    }
	.header-logon-container .border-left {
		border-left: 1px solid rgba(255,255,255,.2);
	}
	.header-logon-container label {
		width: 130px;
		text-align: right;
	}
	.header-logon-container form input {
		width: calc(50% - 90px);
	}
	
	
	html.nav-down header {
		top: 0;
		background-color: rgba(0,0,0,0.7);
	}
	html.nav-up header {
		top: -85px;
		background-color: rgba(0,0,0,0.7);
	}
	
	html.no-touch .quick-links ul li a:hover {
		padding-left: 0;
	}
	
	
	    
	body:not(.no-header) {
		padding-top: 0;
	}
	header {
		box-shadow: none;
	}
	header::before {
		content: none;
	}
	header::after {
		content: none;
	}
	
	header #logo {
		top: 19px;
	}
	
	
	.navigation nav.main>ul>li>span.active, html.touch .navigation nav.main>ul>li.open, html.no-touch .navigation nav.main>ul>li:hover {
		background-color: transparent;
	}
	.navigation nav.main>ul>li>span.active a, html.touch .navigation nav.main>ul>li.open a, html.no-touch .navigation nav.main>ul>li:hover a {
		color: #76c5f0;
	}
	
	.navigation nav.main {
		top: 85px;
		height: 68px;
	}
	.navigation nav.main{
		text-align: center;
		background: transparent;
		border-top: 1px solid rgba(255,255,255,.2);
    	border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.navigation nav.main>ul {
		/*display: inline-block;*/
		font-size: 0;
	}
	.navigation nav.main>ul>li {
		float: none;
		display: inline-block;
		width: calc(100% / 5);
    	max-width: 200px;
	}
	
	.navigation nav.main>ul>li>span a {
    	height: 66px;
    	padding: 19px 0 0 0;
	}
	
	section:first-of-type {
		padding-top: 250px;
	}
	
	
	h1 {
		font-size: 63px;
	}
	
	
}