@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Roboto', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
    color: #282c59;
}

.qeysh_font {
    font-family: 'Roboto Slab', Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    font-weight: bold;
    color: #282c59;
}

.seriffont {
    font-family: 'Castoro', Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif, 'serif';
}

.form-label {
    font-size: 15pt;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fde5e3;
    /*			border-top: 1px solid black;*/
    margin: 1em 0;
    padding: 0;
}

.qeysh_button {
    background-color: #282c59;
}

.qeysh_button:hover {
    background-color: #fab0ac;
}

.qeysh_button:disabled {
    background-color: 'darkgray';
}


.btn-primary {
    background-color: #282c59;
}

.btn-primary:hover {
    background-color: #fab0ac;
}

textarea {
    resize: none;
}

#contactFormThanks {
    height: 200px;
}

.alert-dismissible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: opacity 1.3s;
}

.alert-dismissible.invisible {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
    transition: visibility 0s 0.7s, opacity 0.7s linear;
}

.qeysh_footer {
    background-color: #282c59;
    font-size: 15pt;
    color: #a3a8d9;
}

.qeysh_bignum {
    font-size: 130pt;
    color: #3e426d;
}

.qeysh_h3 {
    font-size: 18pt;
    color: #ffffff;
}

.qeysh_legalfooter {
    color: #b3b3b3;
}

.qeysh_legaldisclaimer {
    color: #a7a7a7;
}

a.qeysh_legaldisclaimer {
    color: #fab0ac;
}

.qeysh_socialfooteritem {
	color: white;
	padding: 4px;
}

.qeysh_circlebutton {
    display: inline-block;
    background-color: #e8dbee;
    color: white;
    font-size: 14pt;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
*/
}

.qeysh_socialfooteritem:hover {
	color: #e8dbee;
}

a.qeysh_footerlink {
	color: white;
	text-decoration: none;
}

a.qeysh_footerlink:hover {
	text-decoration: underline;
}


.vjs-control-bar {
	margin-top: calc(100% - 40px);
}