.bg-overlay {
    /* background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("https://images.pexels.com/photos/4871011/pexels-photo-4871011.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 100vh;
    padding-top: 50px;
}

body{

    background: #000;
}


@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700&subset=all');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600');
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');

html,body { font-family: 'Lato', sans-serif; color: #444; }

h1,h2,h3,h4,h5,h6 { font-family: 'Raleway', sans-serif; }

h1 {
    font-size: 1.71428571rem;
    font-weight: 900;
    border-bottom: 1px dotted #bbb;
    margin-bottom: 30px;
    letter-spacing: 6px;
    /*24*/
}

h2 {
    font-size: 1.28571429rem;
    font-weight: 900;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
    letter-spacing: 2px;
    /*18*/
}

h3 {
    font-size: 1.14285714rem;
    font-weight: 900;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
    letter-spacing: 2px;
    /*16*/
}

h4 {
    font-size: 1.00000000rem;
    font-weight: 700;
    /*14*/
}

h5 {
    font-size: 0.71428571rem;
    font-weight: 900;
    /*10*/
}

h6 {
    font-size: 0.42857143rem;
    font-weight: 700;
    /*6*/
}

p,ol,ul,select,input[type="text"],table {
    font-size: 1.000rem; /*relative to root element*/
    color: #555;
    line-height: 1.7;
}

p strong,li strong,td strong { color: #000; }

hr {
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both;
}

label { text-transform: uppercase; font-size: 0.71428571rem; font-weight: 700; }

select { line-height: 1.2; }

input[type="text"],select {
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 2px;
    background-color: #fff;
}

input[type="text"][disabled] {
    background: #eee;
    color: #d1d1d1;
}

[type=text]:focus,
select:focus {
    border: 1px solid #39c;
}

table { width: 100%; border: none; }

table>tbody>tr>td {
    font-family: 'Lato', sans-serif;
    font-size: 0.92857143rem;
    line-height: 1.6;
    color: #666;
    vertical-align: middle;
    padding: 1.2em 0.3em 1.2em 0.3em;
}

table>thead>tr>th {
    background: #444;
    color: #fff;
    font-size: 0.875rem
}

button, .button {
    background-color: #02212d;
    font-size: 0.875rem;
    font-weight: 700;    
    padding: 14px;    
    text-transform: uppercase
}

footer h3, footer h5 {
    color: #eee;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

footer p { color: #bbb; }


/* Custom */
.label {
    padding: 0.8em;
    background-color: #666;
    font-size: 0.7rem;
}

.text-uppercase { text-transform: uppercase }
.text-white { color: #fff; }
.text-inform { color: #0b69a4; }
.text-alert { color: #E74C3C; }

.dotted-border { border-bottom: 1px dotted #ddd; }
.border-off { border: none; }

.footer-default {
    background-color: #333;
    min-height: 200px;
    padding: 2% 10%;    
    color: #777;
    border-top: 10px solid #3d818d;
}

.footer-default p { font-size: 0.75rem; line-height: 1.60 }

.default-container {
    background-color: #f9f9f9;
    padding: 2% 10%;
    -webkit-box-shadow: 0 8px 26px 3px rgba(230, 230, 230, 0.52);
    -moz-box-shadow: 0 8px 26px 3px rgba(230, 230, 230, 0.52);
    box-shadow: 0 8px 26px 3px rgba(230, 230, 230, 0.52);
}

.default-container+h3 { margin-top: 0; }
.default-container p:last-child { margin-bottom: 2%; }

.xp-container { background: transparent; padding: 2% 12%; }

.info-header{ 
    background: #333; 
    padding: 10px; 
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
}
.info-header p, .info-header a{ font-size: 0.75rem; color: #e2fc36; padding: 0; margin: 0; font-weight: 400 }
.info-header a:hover{ color:  #eee; }
.info-inset{ 
	-webkit-box-shadow: inset 0px 0px 103px -2px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 103px -2px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 103px -2px rgba(0,0,0,1); 
	padding: 1%; 
	margin-bottom: 10px; 
}

.form-section {
    border-bottom: 1px dashed #eee;
    padding: 10px 0 10px 0;
}

.reg-form {
    margin: 0 auto 60px auto;
    width: 98%;
    padding: 6% 6% 1% 6%;
    background-color: #fafafa;
    -webkit-box-shadow: inset 0px -1px 14px -7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px -1px 14px -7px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px -1px 14px -7px rgba(0, 0, 0, 0.4);
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
    position: relative;
}

.arrow-down.banner { border-top: 20px solid #207280; position: relative; top: -38px }
.arrow-down.default { border-top: 20px solid #f9f9f9; top: 0; }
.arrow-down.info { border-top: 20px solid #2C3E50; top: 40px; }

.table-clean { border-collapse: separate; border-spacing: 3px; }
.table-clean tr td h3 { margin: 0; font-size: 0.8125rem; }
.table-clean tr td { border-bottom: 1px dotted #eee; padding: 12px; vertical-align: middle; }
.table-clean tr td .material-icons { top: 5px; position: relative; }
.table-clean tbody tr:nth-child(even) { background-color: transparent; }
.table-clean tbody tr td:first-child { background-color: #f6f9fa; width: 40%; }

.table-report { border-collapse: separate; border-spacing: 3px; }
.table-report tbody tr td { font-family: 'Lato', sans-serif; font-size: 0.875rem; padding: 1%; }
.table-report thead th { background-color: #333; font-weight: 400; }

/* PDF Styles */
.font2x{ font-size: 1.40rem; }
.table-pdf td, .table-pdf th{ padding: 4px; font-size: 12px }
.table-pdf td.align-center{ text-align: center }

.font-lato { font-family: 'Lato', sans-serif; }
.font-roboto { font-family: 'Roboto', sans-serif; }
.font-default { font-size: 1rem; }
.font-handwriting{ font-family: 'Shadows Into Light', cursive; font-size: 2.00rem; color: #000 }

.dark-inset {
    border-top: 1px solid #000;
    border-bottom: 1px solid #444;
}

.title-bar{ opacity: 0.9; background: #222; text-align: center; }

.title-bar-left li, .title-bar li a{ color: #fff; font-family: 'Lato', sans-serif; font-size: 0.7125rem; font-weight: 400; padding: 0.7rem 1rem; line-height:1.4; }
.title-bar li a{ color: #fff; letter-spacing: 1px; }
.title-bar li a:hover{ color: #75bc9a; }

.nowrap{ white-space: nowrap; }

/* Overrides */
a { color: #39c; text-decoration: none }
a.button { background-color: #173852; font-weight: 700 }

.switch-paddle { border-radius: 3px; }
input:checked~.switch-paddle { background: #0d4869; }

label>sup {
    color: #D90000;
    font-size: 1.00rem;
    line-height: 1;
}

table caption { margin: 0; padding: 0; }
table caption h5 { color: #0b69a4;}

table thead,table tbody { border: none; font-size: 0.75rem; }
table thead th { padding: 0.6rem; color: #fff; background: #0b69a4; }
table tbody tr:nth-child(even) { background-color: #f8f8f8; }

.callout { line-height: 1.4; font-size: 0.875rem; }
.callout.warning { background-color: #BC3933; border-color: #BC302D; color: #fff; padding: 2%; }
.callout.warning h4, .callout.callout.warning p{ padding: 0; margin: 0; color: #fff }
.callout.warning h4{ margin-bottom: 1% }
.callout.warning p{ line-height: 1.2; font-size: 0.875rem }
.callout.warning a { color: #fff; text-decoration: underline }

.callout.warning a.close, .callout.success a.close {
    text-decoration: none;
    font-size: 2rem;
    opacity: 0.8;
    color: #fff;
}

.callout.success { background-color: #43AC6A; border-color: #3a945b; color: #fff }
.callout.success h4, .callout.success p{ padding: 0; margin: 0; color: #fff }
.callout.success h4{ margin-bottom: 1% }
.callout.success p{ line-height: 1.2; font-size: 0.875rem }


button.close-button { color: #fff; background: none; padding: 0; }
button.close-button:hover { color: #333; }

.subheader { font-weight: 600; color: #999; }

.card { border: none }


/* Accordion styles */
.workshop-toggle:hover { cursor: pointer; }
.workshop-toggle:after {
    color: #999;
    cursor: pointer;
    content: 'hide \25BE';
    float: right;
    font-size: 0.7125rem;
    font-weight: 600;
    transition: 0.7s;
}

.workshop-toggle.active:after {
    content: ' Details \25B4';
    color: #39c;
    font-size: 0.7125rem;
    font-weight: 700;
    transition: 0.6s;
}

.workshop-description {
    display: none;
    padding: 2%;    
    -webkit-box-shadow: inset 0px 0px 39px -11px rgba(179, 179, 179, 1);
    -moz-box-shadow: inset 0px 0px 39px -11px rgba(179, 179, 179, 1);
    box-shadow: inset 0px 0px 39px -11px rgba(179, 179, 179, 1);    
}
.workshop-description p { font-family: 'Open Sans', sans-serif; font-size: 0.8125rem; margin: 0; padding: 0 }


/* DataTable override */
table.dataTable thead th {
    background: #444;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8715rem
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: 1px solid #eee;
}

.dataTables_wrapper .dataTables_info {
    top: 40px;
    position: relative;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.dataTables_wrapper .dataTables_filter input {
    font-weight: normal;
    color: #777;
    margin: 0 0 3% 0;
    padding: 0 7%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 0.750rem;
    text-transform: uppercase;
    margin-top: 7%;
    padding: 0.5em;
    color: #000;
    background: #fafafa;
}


/* jQuery Form Validation */
span.form_error{ 
	color:#fff; 
	margin: 0 3px 0 0; 
	font-size: 0.75em; 
	background-color: #BF0000; 
	padding: 7px; 
	display:inline-block; 
}

/* Foundation icons */
.style1{
  font-size: 4.57142857rem; /*64px*/
  color: rgba(39,103,162,0.8);
  text-shadow: 1px 4px 6px #FFF,0 0 0 #000,1px 4px 6px #FFF;
  display: block;
  text-align: center;
}

.style1:hover{
	color: rgba(48,60,81,0.8);
	-webkit-transition: color 2s;
	transition: color 2s;
}

/* GM Icons: Sizing rules */
.material-icons { color: rgba(44, 62, 80, 0.8); }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-64 { font-size: 4.57142857rem; }

.material-icons:hover {
    color: rgba(39, 103, 162, 0.8);
    -webkit-transition: color 2s;
    transition: color 2s;
}


/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgb(221, 221, 221); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
