a.consult-link 
{
	background:#153e7e;
	padding:10px 20px 10px 20px;
	margin-top:40px;
	color:yellow;
	text-decoration: none;
	font-weight:bold;
	font-size:25px;
	border-radius: 10px;	
}

a.dashboard-main-link
{
	background:#000;
	color:#fff;
	font-weight:bold;
	border-radius: 20px;
	margin:100px;
	font-size:20px;
	padding:10px 20px 10px 20px;
}
body
{
font-family: 'Fira Sans', sans-serif;
background-color:#d8dfe7;
}

body,html
{margin:0px;padding:0px;}

.admin-content
{
	padding:20px;
}

.admin-header
{
	text-align: center;
	padding:20px;
	background:#cccccc;
	font-size:30px;
	font-weight:bold;
}

.admin-top-nav
{
	text-align:center;
	background:#000;
	padding-top:30px;
	height:30px;
}

.admin-top-nav a
{
	background:#29348E;
	color:#fff;
	border-radius: 20px 20px 0px 0px;
	padding:10px 20px 10px 20px;
	margin:80px 20px 0px 20px;
	text-decoration: none;
}

.admin-wrapper
{
	padding:0px;
	margin:0px;
}

.bottom-button
{
	padding:50px 0px 50px 0px;
	text-align: center;
}
.bottom-button a
{
	background: #000;
	color:#fff;
	text-decoration: none;
	padding:10px 20px 10px 20px;
	border-radius: 20px;
}

.bottom-column
{
	background-color:#fff;
	width:100%;
	border:5px #fff solid;
	box-sizing:border-box;
}

.check-mark
{width:30px;
height:30px;
padding-left:5px;}

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/*pointer-events: none;*/
}

.footer
{
	text-align:center;
	color:#3D3637;
	padding:20px;
}

.header-image
{
z-index:1;
position:relative;	
}

.header-image img
{
width:100%;
height:auto;	
}

.input-button
{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#675e5f+0,302c2b+51,050505+100 */
background: #675e5f; /* Old browsers */
background: -moz-linear-gradient(top,  #675e5f 0%, #302c2b 51%, #050505 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #675e5f 0%,#302c2b 51%,#050505 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #675e5f 0%,#302c2b 51%,#050505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#675e5f', endColorstr='#050505',GradientType=0 ); /* IE6-9 */
border-radius:15px;
color:yellow;
font-weight:bold;
font-size:25px;
padding:10px 40px 10px 40px;
text-transform:uppercase;
margin-top:30px;
border:0px;
}

.input-field
{
	width:100%;
	padding:10px;
}

.input-field-admin
{
	padding:7px;
	width:200px;
}

.recruiting
{
	font-size:35px;
	font-weight:600;
}

.second-row
{
	text-align: center;
	padding:15px;
	font-weight: bold;
	font-size:23px;
	background-color: #830D0F;
	color:#fff;
}

.second-row-espanol
{
	text-align: center;
	padding:15px;
	font-weight: bold;
	font-size:23px;
	background-color: #567740;
	color:#fff;
}

.submit-button-admin
{
	padding:10px 20px 10px 20px;
	background:#0F12A6;
	color:#fff;
	font-weight:bold;
	border:0px;
	border-radius: 20px;
}

.top-columns
{
	z-index:2;
	position:relative;
	margin-top:-200px;
	text-align:center;
	width:100%;
	padding:0px 20px 30px 20px;
	box-sizing:border-box;
}	

.top-column-left
{
	border-radius:20px;
	background-color:#fff;
	display:inline-block;
	width:55%;
	vertical-align:top;
	margin:5px;
	border:5px #fff solid;
	box-sizing:border-box;
}

.top-column-left-txt
{
	background-color:#edeef2;
	text-align:left;
	padding:10px 20px 20px 20px;
	font-size:23px;
	font-weight:500;
	line-height:30px;
	border-radius:0px 0px 20px 20px;
}

.top-column-left-txt-bonus
{
	background-color:#edeef2;
	text-align:left;
	font-size:18px;
	padding:10px 20px 20px 20px;
	border-radius:0px 0px 20px 20px;
}

.top-column-left-txt-intro
{
	background-color:#edeef2;
	text-align:center;
	padding:10px 20px 20px 20px;
	font-size:23px;
	font-weight:500;
	line-height:27px;
	border-radius:0px 0px 20px 20px;
}

.top-column-left-title
{
	text-align:center;
	color:yellow;
	font-weight:600;
	font-size:30px;
	padding:20px;
	background-color:#1a75bc;
	border-radius:20px 20px 0px 0px;
}

.top-column-left-title-bonus
{
	text-align:center;
	color:#fff;
	font-weight:600;
	font-size:30px;
	padding:20px;
	background-color:#982c23;
	border-radius:20px 20px 0px 0px;
}

.top-column-right
{
	border-radius:20px;
	background-color:#153e7e;
	display:inline-block;
	width:35%;
	color:#fff;
	font-size:25px;
	padding:20px;
	vertical-align:top;
	border:5px #fff solid;
	margin:5px;
	box-sizing:border-box;
	min-height:565px;
}

.top-column-right-2
{
	border-radius:20px;
	background-color:#153e7e;
	display:inline-block;
	width:35%;
	color:#fff;
	font-size:25px;
	padding:20px;
	vertical-align:top;
	border:5px #fff solid;
	margin:5px;
	box-sizing:border-box;
	min-height:575px;
}

.top-column-right-form
{
	text-align:left;
	line-height:40px;
	padding:10px 20px 10px 0px;
	font-size:20px;
}

.top-column-right-intro
{font-size:23px;
line-height:25px;}

.toprow
{
text-align:center;
font-weight:700;
font-size:40px;
font-style:italic;
color:yellow;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a75bc+0,3e4653+50,3e4653+100 */
background: #1a75bc; /* Old browsers */
background: -moz-linear-gradient(left,  #1a75bc 0%, #3e4653 50%, #3e4653 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #1a75bc 0%,#3e4653 50%,#3e4653 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #1a75bc 0%,#3e4653 50%,#3e4653 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a75bc', endColorstr='#3e4653',GradientType=1 ); /* IE6-9 */
padding:15px 0px 15px 0px;
}

#triangle-right {
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-left: 100px solid red;
      border-bottom: 50px solid transparent;
	  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#febe14+0,feee65+50,eca20b+100 */
background: #febe14; /* Old browsers */
background: -moz-linear-gradient(top,  #febe14 0%, #feee65 50%, #eca20b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #febe14 0%,#feee65 50%,#eca20b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #febe14 0%,#feee65 50%,#eca20b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febe14', endColorstr='#eca20b',GradientType=0 ); /* IE6-9 */

    }

.video
{
	text-align: center;
	padding:25px;
	font-size:20px;
}
	
.video-arrow
{padding-top:10px;
display:block;}

.video-arrow img
{width:100%;
height:auto;}	

.video-arrow-down
{display:none;
text-align:center;
padding-top:10px;}

.what-looking-for
{
	text-align: center;
}

.wrapper
{
max-width:1147px;
margin:0 auto;
-webkit-box-shadow: 0px 11px 14px 2px #000000; 
box-shadow: 0px 11px 14px 2px #000000;
background-color:#fff;
}

/* ======================= MOBILE STYLES ================================ */

@media screen and (max-width:950px)
{
	.input-button {font-size:20px;}
	.recruiting {font-size:25px;}
	.top-columns {padding:0px;margin-top:-100px;}
	.top-column-left, .top-column-right, .top-column-right-2 {width:90%;margin:10px 0px 10px 0px;}
	.top-column-left-title {font-size:25px;}
	.top-column-left-txt {font-size:18px;}
	.top-column-right-form {font-size:18px;}
    .top-column-right-intro {font-size:25px;}
	.toprow {font-size:40px;}
	.video-arrow {display:none;}
	.video-arrow-down {display:block;}
}

@media screen and (max-width:750px)
{
	.top-columns {padding:0px;margin-top:-60px;}
	.toprow {font-size:28px;}
	a.consult-link {font-size:18px;}
}
	