/*
Theme Name: SWEATADAY Scholars
Theme URI: http://www.jeremylockhart.com
Author: Jeremy Lockhart
Author URI: JeremyLockhart.com
Description: Custom theme for the #SWEATADAY Scholars contest
Version: 0.1
License: GNU General Public License
Tags: bootstrap, _s, _strap
*/


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */

body, html {
	color: #616161;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}
h1 {
	font-size: 3em;
}

.box {
	background-color: #fff;
	margin-bottom: 40px;
}
.box_icon {
	color: #fd7d08;
	font-size: 3em;
}
.box_title {
	color: #fd7d08;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 30px;
}
.box_description {
}

.btn-xl {
	font-size: 1.5rem;
	padding: .5rem 2rem;
}
.btn-blue {
	background-color: #29a6ff;
	color: #fff;
}
.btn-blue:hover {
	background-color: #0f7ece;
	color: #fff;
}
.btn-red {
	background-color: #c00043;
	color: #fff;
}
.btn-red:hover {
	background-color: #990035;
	color: #fff;
}
.btn-white {
	background-color: #fff;
	color: #000;
}
.btn-white:hover {
	background-color: #ccc;
	color: #000;
}
.btn-yellow {
	background-color: #ecf215;
	color: #000;
}
.btn-yellow:hover {
	background-color: #c7cc12;
	color: #000;
}

.card {
	border: none;
	background-color: transparent;
}
.card-body {
	color: #fff;
}
.card-header {
	background-color: #fd7d08;
}
.card-header a {
	color: #fff;
}
.card-header h5 a:after {
	font-family: 'FontAwesome';
	content: "\f106";
	float: right;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.card-header h5 a.collapsed:after {
	-moz-transform: rotateX(-180deg);
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.card .collapse.show .card-body, .card .collapsing {
	background-color: rgba(0,0,0,0.6);
}

.column-count-2-of-2 ul {
	padding-left: 0;
}

.copyright, .footer_links {
	text-align: center;
}

embed, iframe {
	max-width: 100%;
}

.excerpt h1 a, .post h1 {
	color: #c00043;
}

.footer {

}

.footer_image img {
	width: 100%;
}

.full_bg {
	background-size: cover;
	background-repeat: none;
	background-position: center;
}

.footer {
}

.ginput_container {
	margin-bottom: 10px;
}

.header_text {
	padding: 10px 0px 50px;
	color: #fff;
	font-size: 1.2rem;
}
.header_text h1 {
	font-size: 1.5rem;
	margin-top: 0;
}

nav {
	font-size: 24px;
	text-transform: uppercase;
}
nav a, nav a:visited, nav a:active {
	color: #fff !important;
}
nav a:hover, nav .active a {
	color: #29a6ff !important;
}
.navbar-nav .nav-link {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.navbar-brand img {
	max-width: 60px;
}

.navbar-toggle {
	margin-top: 19px;
	margin-bottom: 12px;
	border-color: transparent !important;
	font-size: 30px;
	padding: 8px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #FC2361;
}

.overlay {
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5) 70%);
	background: -o-linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5) 70%);
	background: -moz-linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5) 70%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5) 70%);
}
.container_pillars .overlay {
	background: -webkit-linear-gradient(to bottom, rgba(41,166,255,1.0), rgba(41,166,255,0.7) 40%);
	background: -o-linear-gradient(to bottom, rgba(41,166,255,1.0), rgba(41,166,255,0.7) 40%);
	background: -moz-linear-gradient(to bottom, rgba(41,166,255,1.0), rgba(41,166,255,0.7) 40%);
	background: linear-gradient(to bottom, rgba(41,166,255,1.0), rgba(41,166,255,0.7) 40%);
}
.container_prizes .overlay {
	background: -webkit-linear-gradient(to left, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(to left, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.7) 100%);
	background: -moz-linear-gradient(to left, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to left, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.7) 100%);
}

.post {
	margin-bottom: 50px;
}
.post h1 {
	margin-top: 0;
	margin-bottom: 20px;
}

.py-10 {
	padding-top: 5rem!important;
	padding-bottom: 5rem!important;
}

.socials {
	font-size: 26px;
}
.socials a {
	color: #fd7d08;
	transition: all .5s ease;
}
.socials a:hover {
	color: #29a6ff;
}

small, .small {
	font-size: .8em;
}

.widget {
	background-color: #29a6ff;
}

.widget a, .widget a:visited {
	color: #fff;
}
.widget a:hover {
	color: #0A246A;
}
.widget .card-title {
	font-weight: 300;
	text-transform: uppercase;
	color: #ecf215;
}
.widget li {
	margin-bottom: 8px;
}
.widget ul {
	padding-left: 0;
	list-style-type: none;
}






.red {
	color: #c00043;
}
.pink {
	color: #d91ea5;
}
.blue {
	color: #29a6ff;
}
.yellow {
	color: #ecf215;
}
.orange {
	color: #fd7d08;
}
.white {
	color: #fff;
}

.text_normal {
	font-size: 1rem;
	line-height: 1.5;
}



/* GRAVITY FORMS */

.btn > .caret, .gform_button > .caret,
.dropup > .btn > .caret,
.dropup > .gform_button > .caret {
	border-top-color: #000 !important;
}

.gform_fields {
	padding-left: 0;
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
}

.gform_fields ul {
	list-style: none;
}

.gform_fields::after {
	content: "";
	display: table;
	clear: both;
}

.form-control, .gform_fields input, .gform_fields select, .gform_fields textarea {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.gform_fields input::-ms-expand, .gform_fields select::-ms-expand, .gform_fields textarea::-ms-expand {
	background-color: transparent;
	border: 0;
}

.gform_fields input:focus, .gform_fields select:focus, .gform_fields textarea:focus {
	color: #55595c;
	background-color: #fff;
	border-color: #66afe9;
	outline: none;
}

.gform_fields input::-webkit-input-placeholder, .gform_fields select::-webkit-input-placeholder, .gform_fields textarea::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}

.gform_fields input::-moz-placeholder, .gform_fields select::-moz-placeholder, .gform_fields textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.gform_fields input:-ms-input-placeholder, .gform_fields select:-ms-input-placeholder, .gform_fields textarea:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

.gform_fields input::placeholder, .gform_fields select::placeholder, .gform_fields textarea::placeholder {
	color: #999;
	opacity: 1;
}

.gform_fields input:disabled, .gform_fields select:disabled, .gform_fields textarea:disabled, .gform_fields input[readonly], .gform_fields select[readonly], .gform_fields textarea[readonly] {
	background-color: #eceeef;
	opacity: 1;
}

.gform_fields input:disabled, .gform_fields select:disabled, .gform_fields textarea:disabled {
	cursor: not-allowed;
}

.gform_fields select:not([size]):not([multiple]) {
	height: 2.5rem;
}

.gform_fields select:focus::-ms-value {
	color: #55595c;
	background-color: #fff;
}

.gform_fields .input-group-sm > input.form-control-static, .gform_fields .input-group-sm > select.form-control-static, .gform_fields .input-group-sm > textarea.form-control-static,
.gform_fields .input-group-lg > input.form-control-static, .gform_fields .input-group-lg > select.form-control-static, .gform_fields .input-group-lg > textarea.form-control-static {
	padding-right: 0;
	padding-left: 0;
}

.gform_fields .input-group-sm > input, .gform_fields .input-group-sm > select, .gform_fields .input-group-sm > textarea {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}

.gform_fields .input-group-sm > select:not([size]):not([multiple]) {
	height: 1.8125rem;
}

.gform_fields .input-group-lg > input, .gform_fields .input-group-lg > select, .gform_fields .input-group-lg > textarea {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}

.gform_fields .input-group-lg > select:not([size]):not([multiple]) {
	height: 3.166667rem;
}

.gform_wrapper ul.gfield_radio li, .gform_wrapper ul.gfield_checkbox li {
	position: relative;
	display: block;
	margin-bottom: 0.75rem;
}

.gform_wrapper ul.gfield_radio li + .form-check, .gform_wrapper ul.gfield_checkbox li + .form-check, .gform_wrapper ul.gfield_radio .form-check + li, .gform_wrapper ul.gfield_radio li + li, .gform_wrapper ul.gfield_checkbox .form-check + li, .gform_wrapper ul.gfield_checkbox li + li {
	margin-top: -.25rem;
}

.gform_wrapper ul.gfield_radio li.disabled .form-check-label, .gform_wrapper ul.gfield_checkbox li.disabled .form-check-label {
	color: #818a91;
	cursor: not-allowed;
}

.gform_fields input, .gform_fields .has-success input, .has-success .gform_fields select, .gform_fields .has-success select, .has-success .gform_fields textarea, .gform_fields .has-success textarea {
	border-color: #5cb85c;
}

.gform_fields input, .gform_fields .has-warning input, .has-warning .gform_fields select, .gform_fields .has-warning select, .has-warning .gform_fields textarea, .gform_fields .has-warning textarea {
	border-color: #f0ad4e;
}

.gform_fields input, .gform_fields .has-danger input, .has-danger .gform_fields select, .gform_fields .has-danger select, .has-danger .gform_fields textarea, .gform_fields .has-danger textarea {
	border-color: #ccc;
}

.gform_button {
	display: inline-block;
	font-weight: normal;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: 0.25rem;
}

.gform_button:focus, .btn.focus, .focus.gform_button, .gform_button:active:focus .gform_button:active.focus, .active.gform_button:focus, .active.focus.gform_button {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.focus.gform_button {
	text-decoration: none;
}

.disabled.gform_button, .gform_button:disabled {
	cursor: not-allowed;
	opacity: .65;
}

a.btn.disabled, a.disabled.gform_button,
fieldset[disabled] a.btn,
fieldset[disabled] a.gform_button {
	pointer-events: none;
}

gfield_description, .validation_error, .validation_message {
	padding: 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.validation_message {
	background-color: #dff0d8;
	border-color: #d0e9c6;
	color: #3c763d;
}

.validation_message hr {
	border-top-color: #c1e2b3;
}

.validation_message .alert-link {
	color: #2b542c;
}

.gform_fields textarea {
	height: auto;
}

.gfield_required {
	color: #a94442;
}

.gform_validation_container {
	display: none;
}

.gfield_error .ginput_container {
	margin-bottom: 10px;
}

@media (min-width: 544px) {
	.form-inline .gform_fields input, .gform_fields .form-inline input, .form-inline .gform_fields select, .gform_fields .form-inline select, .form-inline .gform_fields textarea, .gform_fields .form-inline textarea {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .input-group .gform_fields input, .gform_fields
	.form-inline .input-group input,
	.form-inline .input-group .gform_fields select, .gform_fields
	.form-inline .input-group select,
	.form-inline .input-group .gform_fields textarea, .gform_fields
	.form-inline .input-group textarea {
		width: auto;
	}
	.form-inline .input-group > .form-control, .form-inline .gform_fields .input-group > input, .gform_fields .form-inline .input-group > input, .form-inline .gform_fields .input-group > select, .gform_fields .form-inline .input-group > select, .form-inline .gform_fields .input-group > textarea, .gform_fields .form-inline .input-group > textarea {
		width: 100%;
	}

	.gform_wrapper ul.gfield_radio li, .gform_wrapper ul.gfield_radio .form-inline li, .form-inline .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_checkbox .form-inline li {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

}

/* END GRAVITY FORMS */

.gform_body {
	width: 100%;
}
.gform_fields {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 768px) {

	.container_prizes .overlay {
		background: -webkit-linear-gradient(to left, transparent, transparent 30%, rgba(0,0,0,0.7) 80%);
		background: -o-linear-gradient(to left, transparent, transparent 30%, rgba(0,0,0,0.7) 80%);
		background: -moz-linear-gradient(to left, transparent, transparent 30%, rgba(0,0,0,0.7) 80%);
		background: linear-gradient(to left, transparent, transparent 30%, rgba(0,0,0,0.7) 80%);
	}

	.column-count-2-of-2 ul {
		padding-left: 40px;
	}

	.navbar-brand img {
		max-width: 120px;
	}

	header .container {
		min-height: 400px;
	}

	.header_text {
		padding-top: 50px;
	}

	.overlay {
		background: -webkit-linear-gradient(to right, transparent, transparent 20%, rgba(0,0,0,0.5) 70%);
		background: -o-linear-gradient(to right, transparent, transparent 20%, rgba(0,0,0,0.5) 70%);
		background: -moz-linear-gradient(to right, transparent, transparent 20%, rgba(0,0,0,0.5) 70%);
		background: linear-gradient(to right, transparent, transparent 20%, rgba(0,0,0,0.5) 70%);
	}


}

@media (min-width: 992px) {
	.copyright {
		text-align: left;
	}
	.footer_links {
		text-align: right;
	}

	.header_text h1 {
		font-size: 2.5rem;
	}
}

@media (min-width: 1200px) {

}