@import url("normalize-min.css");
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Serif:400,700|Roboto:300,400,700");
@import url('https://fonts.googleapis.com/css?family=Work+Sans:500,900');
body {
    color: #fff;
    background: #13367b;
    font-family: new-hero, sans-serif;
}
/* global */
h1.lg {
    font-family: new-hero, sans-serif;
    text-transform: uppercase;
    font-size: 4em;
    font-weight: 900;
   /*  line-height: .75em; */
    margin: 0 0 .75em 0;
}
h2 {
    font-family: new-hero, sans-serif;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.3em;
    margin: 1.75em 0 .75em 0;
    text-transform: uppercase;
}

	h2:first-of-type { margin-top: 0; }

h3 {
    font-family: new-hero, sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: .75em;
    margin: 1.5em 0 .75em 0;
}

	h3 + ul, p + ul { margin-top: 0;}


p,
ul,
label {
    font-size: 16px;
    line-height: 1.65em;
    font-weight: 300;
}

	label { display: block;}

.textEntry {
	font-size: 16px;
	padding: .85em;
	display: block;
	margin-bottom: 1.3em;
	border: 1px solid #ccc;
	margin-right: .5em;
	width: 100%;
	border-radius: 3px;
	background: #fdfdfd;
}

	.textEntry-narrow { max-width: 150px;}

textarea {
	padding: 1em;
	font-size: 14px;
	font-family: "Open Sans", serif;
	width: 100%;
	height: 105px;
	-webkit-appearance: none;
 	border: 1px solid #b2b7bd;
 	margin-bottom: 1em;
}

@media only screen and (max-width: 960px) {
	p, ul { font-size: 14px; }
}	

ul {
    padding-left: 20px;
    margin: 2em 0; 
}
hr {
    margin: 4em 0;
}
.btn {
    color: #fff;
    margin: 2em 0 0 0;
    padding: 14px 0;
    border: 4px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .85em;
    letter-spacing: .03em;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
    transition: all .2s ease;
    display: block;
    text-align: center;
    text-decoration: none;
    max-width: 300px;
    width: 100%;
    cursor: pointer;
}
.btn:not(.btn-reverse):hover {
    border: 4px solid #fff;
    transition: all .125s ease;
    transform: translateY(-1px);
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #13367b;
}

	.btn-reverse { background: #13367b; box-shadow: none; border: 0; }
	.btn-reverse:hover { text-decoration: underline; }

.wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 150px 2em 0 2em;
}

	.two-col {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.three-col {
		display: flex;
		justify-content: space-between;
	}
	
	.col-left { width: 55%; }
	.col-right { width: 42%; background: #fff; padding: 1.5em; border: 1px solid #333; }

	.col-third {
		width: 29%;
		text-align: center;
		flex-direction: column;
		display: flex;
	}
	
	.center-col { text-align: center; border-top: 1px solid #333; padding-top: 40px; margin-top: 40px;}
	
		.col-third .btn, .center-col .btn { display: inline-block; margin-top: auto;}

.grey-accent-box {
	border: 1px solid #333;
	background: #dedede;
	padding: 0 1em;
}

.new-footer {
	display: flex;
	border-top: 1px solid #fff;
	padding-top: 20px;
	width: 95%;
	max-width: 1024px;
	margin: 60px auto 0 auto;
	display: flex;
	justify-content: flex-end;
	font-size: .8em;
	padding-bottom: 2em;
}

	.new-footer a { color: #fff; }

@media only screen and (max-width: 960px) {
	.two-col { flex-direction: column; }
	.col-left, .col-right { width: 100%; }
	.col-third .btn { display: block;  }
}

@media only screen and (max-width: 650px) {
	.three-col { flex-direction: column; }
	.col-third { width: 100%; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #333;}
	.col-third .btn { display: block; margin: 0 auto; }
	.center-col { border-top: none; }
}

.die-search {
	display: flex;
	justify-content: space-between;
}

	.die-search + .btn { margin-bottom: 40px; }

.searchCol {
	width: 46%;
}

	.searchCol h3 { margin-top: 0;}

.search-inner-cols {
	display: flex;
	justify-content: space-between;
}

	.search-inner-cols .form-group { width: 48%; }

.dieTable {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

.dieTable tr:nth-child(even) {
	background: #efefef;
}

.dieTable td, .dieTable th {
	padding: .5em;
	border: 1px solid #999;
	font-size: 13px;
	color: #000;
}

.dieTable th {
	font-weight: normal;
	text-align: left;
	background: #333;
	color: #fff;
}

.dieTable td a { color: #0081C3;}

.or { margin-top: 1.5em;}

p a, li a { color: inherit; }

@media only screen and (max-width: 500px) {
    h1.lg {
        font-size: 2.5em;
    }
    h2 {
        font-size: 1.25em;
    }
}
.link-hover {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

	.link-hover-on { border-bottom: 1px solid #0e91d8;}

.link-hover:hover {
    color: #fff;
}
.link-hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.link-hover:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* nav */
nav { background: #f2f2f2; }

nav #menu-bar {
    position: fixed;
    z-index: 100;
    right: 0;
    width: 100%;
    height: 0;
}

nav #menu-bar #menu-btns {
    position: fixed;
    right: 0;
    top: 0;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    transition: transform .15s ease-out;
}
nav #menu-bar #menu-btns:hover {
    transition: transform .1s ease-out;
    transform: scale(1.1);
}
nav #menu-bar svg#menu-btn {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    padding: 7px;
    width: 36px;
    height: 36px;
}
nav #menu-bar svg#menu-btn g {
    transform-origin: center;
    transform: scale(1);
    transition: all .1s ease-out .3s;
}
nav #menu-bar svg#menu-btn line {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    transform: scale(0);
    transform-origin: center;
    transition: all .3s ease-out;
}
nav #menu-bar svg#menu-btn circle {
    fill: #212121;
    stroke: none;
    fill: #fff;
}
nav #menu-bar svg#menu-btn .c2 {
    transform: translateX(-19px);
    transform-origin: center left;
    transition: transform .3s ease-out;
}
nav #menu-bar svg#menu-btn .c3 {
    transform: translateX(19px);
    transform-origin: center left;
    transition: transform .3s ease-out;
}
@media only screen and (max-width: 740px) {
    nav #menu-bar .menu-btns {
        width: 80px;
        height: 80px;
    }
}
nav #menu-bar-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 3em;
    height: 100px;
    margin-top: 0;
    background-color: #13367b;
}
nav #menu-bar-links span.line {
    width: 1px;
    height: 10px;
    margin: 0 30px;
    background: rgba(0, 0, 0, 0.2);
}
nav #menu-bar-links ul {
    visibility: hidden;
    padding-left: 0;
}
nav #menu-bar-links ul li {
    margin: 0;
    list-style: none;
    font-size: 13px;
}
nav #menu-bar-links a {
    text-decoration: none;
    color: #fff;
    position: relative;
    display: inline-block;
}
@media only screen and (max-width: 1000px) {
    nav #menu-bar-links {
        margin-top: -100%;
    }
}
@media only screen and (max-width: 1100px) {
    nav #menu-bar-links a:last-child,
    nav #menu-bar-links span.line:last-of-type {
        display: none;
    }
}
nav svg#logo {
    max-width: 86px;
    position: fixed;
    z-index: 101;
    left: 0;
    margin: 2em;
}
nav svg#logo .text {
    fill: #fff;
}
nav svg#logo .box {
    fill: #17dd75;
    fill: #312b3a;
}
@media only screen and (max-width: 1000px) {
    nav svg#logo {
        position: absolute;
        max-width: 76px;
        margin: 20px;
    }
}
@media only screen and (max-width: 740px) {
    nav svg#logo {
        position: absolute;
        max-width: 66px;
        margin: 20px;
    }
}

.logo-cea {
        position: absolute;
        max-width: 150px;
        margin: 25px;
}

/* foooter */
footer {
    background: none; 
}
footer span.line {
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: white;
}
footer a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
footer a:hover {
    color: #fff;
}
footer a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
footer a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
footer span.link {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
footer .logo {
    display: flex;
    flex-direction: column;
    padding-right: 4em;
}
footer .logo svg {
    max-width: 130px;
    width: 100%;
    fill: #fff;
}
@media only screen and (max-width: 570px) {
    footer .logo {
        width: 100%;
        border-left: none;
        padding-left: 0;
        margin-top: 3em;
    }
}
footer .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 3em;
}
footer .wrap {
    padding: 0 5em 5em;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
footer .lgl {
    margin-top: 3em;
    font-size: 1rem;
    color: #fff;
    text-align: right;
}
@media only screen and (max-width: 1175px) {
    footer {
        text-align: right;
    }
    footer .columns {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
    footer .wrap {
        padding: 2.5em;
    }
    footer .logo {
        padding: 0;
        margin-bottom: 0;
        width: auto;
    }
    footer a {
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    footer {
        text-align: right;
    }
    footer .columns {
        padding: 0;
        flex-direction: column;
    }
    footer .wrap {
        padding: 2.5em;
    }
    footer .logo {
        padding: 0;
        margin-bottom: 2em;
        align-items: flex-end;
    }
    footer a {
        display: block;
    }
}

.alert {
	padding: 1em;
	font-size: 1.25em;
	background: #c93636;
	color: #fff;
	text-align: center;
	margin: 1em 0;
	display: none;
}

.boxError {
	border-left: 1px solid #c93636;
	border-right: 1px solid #c93636;
	border-top: 1px solid #c93636;
	padding: .5em;
	color:#c93636;
}

.labelError {
	color: #c93636;
}

.fieldError {
	border: 1px solid #c93636;
}

.fieldError:focus {
	border: 1px solid #c3c4c2;
}

/* https://www.filamentgroup.com/lab/select-css.html */
.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
.select-css option {
    font-weight:normal;
}

.reverse-text { color: #000; }