
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements

# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.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 iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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
	 ========================================================================== */

/**
 * 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
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
    font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-size: 1em;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

.hrAbove {
	border-top: 1px solid #000000;
	padding-top:20px;
	margin-top: 30px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	font-size:1.375em;
	line-height:1.5em;
	margin-top:15px;
	margin-bottom:15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

::selection,
::-moz-selection {
    background: #222e3d;
    color: #FFF;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #31c4f3;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
	color: #ff9900;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.button {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	float: none;
}

.counter-button {
	padding-top: 10px;
    padding-bottom: 30px;
    display: block;
    float: none;
}

.button a,
.counter-button a {
	color: #000;
	padding: 10px 30px;	
	text-decoration: none;
	text-transform: uppercase;
	background-color: #31c4f3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: .875em;
	font-weight: 700;
}

.button a:hover,
.counter-button a:hover {
	background-color:#ff9900;
	text-decoration:none;
}

.button a.white, .counter-button a.white {
	color:#FFFFFF;
}

	
/*--------------------------------------------------------------
## Masthead
--------------------------------------------------------------*/

.masthead {
	display: block;
	background-color: #040e1b;
	width: 100%;
	background-image: url(https://d7qzviu3xw2xc.cloudfront.net/alexa/alexaprize/images/banner.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 350px;
	
}

.masthead-home {
	display: block;
	background-color: #040e1b;
	width: 100%;
	background-image: url(https://d7qzviu3xw2xc.cloudfront.net/alexa/alexaprize/images/Alexa-Header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 450px;
}

.home-header {
	float:left;
	clear:both;
	color: #fff;
	font-size: 3.000em;
	line-height: 1.2em;
	font-weight: 400;
	max-width: 500px;
	padding-top: 80px;
}

.home-header-wrapper {
	width: 100%;
	display: block;
	padding-top: 120px;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
}

.page-header {
	width: 100%;
	display: block;
	padding-top: 110px;
	overflow: hidden;
	position: relative;
}

.site-section-header {
	color: #ff9900;
	font-size: 1.125em;
	font-weight: 700;
	text-transform: uppercase;

	float:left;
	clear:both;
	padding-bottom: 10px;
}

.site-section-intro {
	float:left;
	clear:both;
	color: #fff;
	font-size: 2.500em;
	line-height: 1.2em;
	font-weight: 400;
	max-width:250px;
	
}

@media only screen and (max-width: 1200px) {
	
	.home-header-wrapper {
		padding-top: 68px;
	}

	.home-header {
		padding-top: 20px;
	}
	
	.page-header {
		padding-top: 20px;
	}
	
	.site-section-intro {
		max-width:400px;
		
	}
}

@media only screen and (max-width : 769px ) {
	
	.masthead-home {
		background-image: url(https://d7qzviu3xw2xc.cloudfront.net/alexa/alexaprize/images/banner.jpg);
		min-height: 300px;
	}
	
	.masthead {
		min-height: 300px;
	}
	
	.home-header-wrapper {
		padding-top: 40px;
	}
	
	.home-header {
		font-size: 2em;
		line-height: 1.2em;
	}
	
	.site-section-intro {
		font-size: 1.875em;
		width:100%;
	}
	
}

@media only screen and (max-width: 540px) {
	
	.masthead-home {
		min-height: 250px;
	}
	
	.home-header {
		margin-left: 0px;
		max-width: 100%;
	}
}



/*--------------------------------------------------------------
## Counter
--------------------------------------------------------------*/

.counter-banner {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	background: #222f3d;
	color: #fff;
}

.counter-space {
	padding: 20px;
	margin-bottom: 30px;
}

.left-counter {
	float: left;
	margin-right: 2%;
	width:48%
}

.right-counter {
	float: right;
	margin-left: 2%;
	width:48%;
	padding-top: 20px;
}

.top-counter-copy { 
	color: #ff9900;
	font-size: 1.125em;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.bottom-counter-copy { 
	font-size: 2.000em;
	padding-top: 12px;
}
	
@media only screen and (max-width: 540px) {
	
	.bottom-counter-copy { 
		font-size: 1.500em;
	}
	}

.ce-countdown {
	float: right;
	text-align: center;
}

.ce-countdown {
	background: #222f3d;
	color: #000;
	font-size: .750em;
}

.ce-countdown .ce-col {
	display: inline-block;
	margin: 0 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width:80px;
}

.ce-countdown .ce-days,
.ce-countdown .ce-hours,
.ce-countdown .ce-minutes,
.ce-countdown .ce-seconds,
.ce-countdown .ce-dseconds,
.ce-countdown .ce-mseconds {
	font-size: 2.250em;
	font-weight:700;
	color: #31c4f3;
}

.ce-countdown .ce-dseconds,
.ce-countdown .ce-mseconds {
	display: inline-block;
	width: 150px;
}

.ce-countdown .ce-days-label,
.ce-countdown .ce-hours-label,
.ce-countdown .ce-minutes-label,
.ce-countdown .ce-seconds-label,
.ce-countdown .ce-dseconds-label,
.ce-countdown .ce-mseconds-label {
	display: block;
	text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
	
	.left-counter {
		float: none;
		margin-right: 0%;
		width:100%;
		text-align: center;
	}
	
	.left-counter-copy { 
		padding-top: 5px;
		font-size: 1.500em;
	}
	
	.right-counter {
		float: none;
		margin-left: 0%;
		width:100%;
		padding-top: 20px;
	}
	
	.ce-countdown {
		float: none;
		text-align: center;
	}
	
	.counter-button {
		padding-top: 15px;
	}
	
}

@media all and (max-width: 540px) {
	.ce-countdown .ce-days,
	.ce-countdown .ce-hours,
	.ce-countdown .ce-minutes,
	.ce-countdown .ce-seconds,
	.ce-countdown .ce-dseconds,
	.ce-countdown .ce-mseconds {
		font-size: 1.5em;
	}
	
	.ce-countdown .ce-col {
		display: block;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		margin-bottom: 2px;
		padding: 0px;
	}
}

.ce-clearfix:before,
.ce-clearfix:after {
	content: " ";
	display: table;
}

.ce-clearfix:after {
	clear: both;
}

/*--------------------------------------------------------------
## Subnav
--------------------------------------------------------------*/

.subnav-wrapper {
	display: block;
	background: #222f3d;
	width: 100%;
	color: #fff;
	text-align: right;
	font-size: 1em;
	line-height: 42px;
	text-transform: uppercase;
}

ul.subnav {
	list-style: none;
	padding: 0;
	margin: 0px;
}

ul.subnav li {
	list-style: none;
	display:inline-block;
	margin-left: 20px;
	padding-top: 10px;
}

ul.subnav li a {
	font-weight: 700 !important;
	color: white;
}

ul.subnav li a:hover{
	color: #ff9900 !important; 
}

ul.subnav li a.active{
	color: #ff9900 !important; 
}

ul.subnav li:after {
   	content: "";
	display: block;
    width: 0; 
    background-color: white;
    height: 8px;
    margin-right: auto; 
    margin-left: auto; 
  	-webkit-transition: width .5s; /* Safari */
  	transition: width .5s; 
}

ul.subnav li:hover:after{
    width: 100%;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/

/*--------- main-page ---------*/

.main-page {
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
}

.main-page h1,
.title-bar {
	font-size: 2.250em;
	border-bottom: solid 1px #000;
	padding-bottom:20px;
	text-transform:uppercase;
}
.title-bar-reg {
	border-bottom: solid 1px #000;
	padding-bottom:20px;
	text-transform:uppercase;
}

.main-page h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 20px;
}

@media only screen and (max-width: 960px) {
	.main-page h1,
	.title-bar {
		padding-left: 0px;
	}

}
	
@media only screen and (max-width: 540px) {
	
.main-page h1 {
	margin-top: 0px;
	padding-bottom: 0px;
}
	}

/*--------- two-column ---------*/

.two-column-wrap {
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
	border-top: 1px solid black;
}

.two-column-left {
	float: left;
	margin-right: 2%;
	width:48%
}

.two-column-right {
	float: left;
	margin-left: 2%;
	width:48%;
	padding-top: 20px;
}

.two-column-right h2 {
	text-transform: uppercase;
	font-weight: 400;
}

@media only screen and (max-width : 769px ) {
	.two-column-right {
		float: none;
		margin-left: 0%;
		width:100%;
	}
	
	.two-column-left {
		float: none;
		margin-right: 0%;
		width:100%
	}
}


/*--------- faq ---------*/
	
.faq_boder {
	border-top: 1px solid #000;
	padding-bottom: 40px;
}

#faq_container {
	 border-bottom: 1px solid #000;
	 padding: 10px 0px;
	 clear:both;
}

.faq_question {
	 margin-top: 7px;
	 padding: 0px 0px 10px 0px;
	 cursor: pointer;
	 display: table;
}

.question {
	 margin-bottom: 5px;
	 display: table-cell;
	 width: 100%;
	 color: #000;
	 font-size: 1.150em;
}

.question:hover {
	 color: #31c4f3;
}

.question h4{
	 display: inline;
	 font-weight: 700;
	 font-size: 1.150em;
	 text-transform:uppercase;
}

.faq_answer_container {
	 height: 0px;
	 overflow: hidden;
	 padding: 0px;
	 display:block;
}

.faq_answer {
	 height: auto;
	 overflow: hidden;
	 padding: 0px;
	 display:block;
}

.answer-button {
	 padding-bottom: 20px;
}


.faq_answer h3{
	font-size: 1.1em;
	font-weight: 700;
	background: #eee;
	padding: 20px;
}

.faq_answer h4{
	text-transform: uppercase;
	color: #333;
	font-size: 1.1em;
	font-weight: 700;
	margin-left:35px;
}

.faq_answer p{
	max-width: 680px;
	line-height: 1.7em;
	margin-left:35px;
}

.faq_answer div.button {
	margin-left: 35px;
}

.accordion-button-icon {
	 display: table-cell;
	 line-height: inherit; 
	 padding-left: 15px;
	 vertical-align: middle;
	 color: #31c4f3;
}

/*--------- video ---------*/

.video-wrapper {
    display: block;
    padding-bottom: 20px;
    position: relative;
    width: 70%;
	margin-left:auto;
	margin-right: auto;
}

@media only screen and (max-width: 992px) {
	.video-wrapper {
		width: 100%;
	}
}

.header-video {
    padding-top: 20px;
}

.responsive-video {
    display: inline-block;
    margin: 0;
    padding: 56.25% 0 0;
    position: relative;
    width: 100%;
}
.responsive-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*--------- banner image ---------*/

.banner-image_wrapper {
  	float: left;
  	width: 100%;
	padding-right: 136px;
	padding-bottom:40px;
}

.banner-image {
	background: #222f3d;
	padding: 10px;
}

.banner-image img{
  border:1px solid #fff;
  width:100%;
}

@media only screen and (max-width: 768px) {

	.banner-image_wrapper {
		margin-left: 0px;
		padding-right: 0px;
	}
}

/*--------- left-sidebar ---------*/

.sidebar-blk {
  	margin: 20px 0
}

.sidebar-blk:after {
  	content: "";
  	display: table;
  	clear: both;
}

.sidebar-blk_wrapper {
  	float: left;
  	width: 100%;
}

.sidebar-blk_content {
  	margin-right: 400px;
  	clear: both;

}

.sidebar-blk_image{
	background: #222f3d;
	padding: 10px;
	margin-bottom:20px;
}

.sidebar-blk_image img{
  	border:1px solid #fff;
  	width:100%;
}

.sidebar-blk_sidebar {
  	position: relative;
  	width: 400px;
  	margin-left: -400px;
  	float: right;
}

.sidebar-blk_widget {
  	position: relative;
  	width: 380px;
  	float: right;
	padding-bottom: 20px;
}

.sidebar-blk_widget h4{
  	font-size: 1.125em;
  	font-weight: 700
}

.sidebar-blk_widget h4 span{
  	font-weight: 400;
}

.sidebar-blk_widget ul{
  	margin-left: 0px;
}

.text-center {
  	text-align: center;
}

.sidebar-button {
   background-color: #222e3d;
    display: block;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
	font-size: 1.8em;
	text-transform: uppercase;
	line-height: 1.2em;
	overflow: hidden;
}

.sidebar-button:hover {
   background-color: #31c4f3;
}

.sidebar-button a,
.sidebar-button a:hover {
   color: #fff;
}

.arrow-pad {
	padding-left: 15px;
}

.sidebar-box {
	background-color: #222E3D;
	padding:20px;
	width:100%;
	margin-top:15px;
}

.sidebar-box p {
	color:#FFFFFF;
	margin-bottom:0;
}

@media only screen and (max-width: 992px) {
	.sidebar-blk_content {
			margin-left: 0px;
		}

		.sidebar-blk_sidebar {
			width: 100%;
			margin-left: 0px;
			float: none;
		}

		.sidebar-blk_content {
			margin-right: 0;
		  }

		.sidebar-blk_widget {
			width: 100%;
			float: none;
		}
	}

/*--------- Time Line ---------*/

.frst-container {
 	max-width: 1200px;
 	margin: 0 auto;
 	padding: 30px 15px
}

.frst-container::after {
 	content:'';
 	display: table;
 	clear: both;
}

.frst-timeline {
 	position: relative;
}

.frst-right-align {
 	text-align:right;
}

.frst-timeline-block {
 	position:relative;
 	min-height:16px;
 	padding-left:35px;
 	padding-right:35px;
}

.frst-timeline-block::before {
 	content:"";
 	position:absolute;
 	height:100%;
 	left:0;
 	top:0;
}

.frst-timeline-block:last-child::before {
 	display:none;
}

.frst-right-align .frst-timeline-block::before {
 	right:0;
 	left:auto!important;
 	margin-left:0!important;
}

.frst-timeline-block::after {
 	content:"";
 	display:table;
 	clear:both;
}

.frst-date,
.frst-timeline-img i {
 	display:block;
}

.frst-timeline-img {
 	position:absolute;
 	min-width:1px;
 	min-height:1px;
 	left:0;
 	top:0;
}

.frst-right-align .frst-timeline-img {
 	margin-left:0!important;
 	left:auto!important;
 	right:0;
}

.frst-last-empty-item .frst-timeline-img span {
 	vertical-align:top;
}

.frst-timeline-content-inner {
 	position:relative;
}

.cssanimations .frst-timeline-content.is-hidden {
 	visibility:hidden;
}

.cssanimations .frst-timeline-content.animated {
 	visibility:visible;
}

.frst-labels span {
 	display:inline-block;
}

.frst-labels {
 	padding:20px 0;
}

.frst-labels.frst-start-label {
 	padding-top:0!important;
}

.frst-labels.frst-end-label {
 	margin-bottom:0!important;
}


@media only screen and (min-width:679px) {
	.frst-date-opposite,
	.frst-left-align.frst-date-opposite {
		margin-left:190px;
	 }

	.frst-right-align.frst-date-opposite {
		margin-right:190px;
		margin-left:0;
		text-align:right;
	 }

	.frst-date-opposite.frst-alternate {
		margin:0;
	 }

	.frst-timeline.frst-alternate.frst-left-align .frst-timeline-content,
	.frst-timeline.frst-alternate.frst-right-align .frst-timeline-content,
	.frst-timeline.frst-date-opposite.frst-left-align .frst-timeline-content,
	.frst-timeline.frst-date-opposite.frst-right-align .frst-timeline-content {
		width:100%;
	 }

	 .frst-alternate .frst-timeline-block::before {
		left:50%;
	 }

	 .frst-alternate .frst-timeline-img {
		left:50%!important;
	 }

	 .frst-alternate .frst-timeline-block.frst-even-item .frst-timeline-content {
		float:right;
	 }

	 .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content {
		float:left;
	 }

	.frst-date-opposite .frst-date {
		position:absolute;
		top:0;
		text-align:right;
	 }

	.frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content,
	.frst-alternate.frst-date-opposite .frst-timeline-block.frst-even-item .frst-date,
	.frst-date-opposite.frst-left-align .frst-date,
	.frst-right-align {
		text-align:right;
	 }

	.frst-alternate.frst-date-opposite .frst-timeline-block.frst-odd-item .frst-timeline-content .frst-date,
	.frst-date-opposite.frst-right-align .frst-date {
		text-align:left;
	 }

	.frst-alternate .frst-timeline-label-block {
		text-align:center;
	 }

	.frst-alternate .frst-timeline-label-block .frst-labels span {
		left:0;
		right:0
	 }
	}

@media only screen and (max-width:678px) {
	
	.frst-timeline {
		margin-left:20px
	 }
	
	.frst-timeline.frst-responsive-right,
	.frst-timeline.frst-right-align {
		margin-right:20px;
		margin-left:0
	 }

	.frst-responsive-right .frst-timeline-block::before,
	.frst-responsive-right .frst-timeline-img {
		margin-left:0!important;
		left:auto!important;
		right:0
	 }

	.frst-responsive-right {
		text-align:right
	 }

	.frst-date {
		margin-bottom:10px
	 }
}

/*--------- header ---------*/
.quote-wrap {
	width: 100%;
	display: block;
	padding-top: 60px;
	background: #222e3e;
	text-align:center;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
	color: white;
	margin-bottom: 30px;
}

.quote-wrap p{
	max-width: 750px;
	font-size: 1.5em;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;	
}

.quoted{
	text-transform: uppercase;
}

.quote-sm-wrap {
	width:45%;
	display:block;
	margin:0 0 20px 10px;
}

.quote-sm-wrap div.quote-sm-block {
	padding:30px 15px;
	background: #222E3E;
	text-align:center;
	color:white;
	margin-bottom:20px;
}

.quote-sm-wrap div.quote-sm-block p.large {
	font-size:1.15em;
	margin-bottom: 0;
}

.quote-sm-wrap div.quote-sm-block p.regular {
	font-size: 1em;
	margin-bottom: 0;
}
.quote-right {
	float:right;
}
.quote-left {
	float:left;
}

@media only screen and (max-width: 540px) {
	.quote-sm-wrap {
		width:100%;
		float: none;
	}
}
/* ----------- Home team grid ---------------*/

a .home-blue-block-wrapper, a .home-bronze-block-wrapper, a .home-silver-block-wrapper, a .home-gold-block-wrapper {
	color:#000000;
}

.home-team-grid { 
	display: grid;
  	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  	grid-gap: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #222e3d;
}

.home-blue-block-wrapper {
  	background: #FFFFFF;
	padding:20px;
	min-height:290px;
	position:relative;
	border: 2px solid #222e3d;
}

.home-gold-block-wrapper {
  	background: #FFFFFF;
	padding:20px;
	min-height:290px;
	position:relative;
	border: 4px solid #b08d57;
}

.home-silver-block-wrapper {
  	background: #FFFFFF;
	padding:20px;
	min-height:290px;
	position:relative;
	border: 4px solid #c0c0c0;
}

.home-bronze-block-wrapper {
  	background: #FFFFFF;
	padding:20px;
	min-height:290px;
	position:relative;
	border: 4px solid #cd7f32;
}

.home-blue-block-copy img {
	margin-bottom: 10px;
}

.home-blue-block-copy h3 {
  	font-size:1.25em;
	font-weight:600;
}
.home-blue-block-copy h3.botname {
	color:#31c4f3;
}
.home-blue-block-copy h3.school {
	font-size: 1em;
}

.home-blue-block-copy h4 {
	font-size:1em;
  	font-weight:400;
	position:absolute;
	bottom:15px;
}


/*--------- team grid ---------*/

.team-grid { 
	display: grid;
  	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  	grid-gap: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
}

.team-grid a {
	 color: white;
}
  
.blue-block-wrapper {
  	background: #222e3d;
	padding:20px;
	min-height:130px;
	position:relative;
}

.blue-block-wrapper-active {
  	background: #ff9900;
	padding:20px;
	min-height:130px;
	position:relative;
}

.blue-block-wrapper:hover {
  	background: #31c4f3;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.gold-block-wrapper {
  	background: #222e3d;
	padding:20px;
	min-height:130px;
	position:relative;
	border: solid 5px #b08d57;
}

.gold-block-wrapper:hover {
  	background: #b08d57;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.gold-block-wrapper-active {
  	background: #b08d57;
	padding:20px;
	min-height:130px;
	position:relative;
}

.silver-block-wrapper {
  	background: #222e3d;
	padding:20px;
	min-height:130px;
	position:relative;
	border: solid 5px #c0c0c0;
}

.silver-block-wrapper:hover {
  	background: #c0c0c0;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.silver-block-wrapper-active {
  	background: #c0c0c0;
	padding:20px;
	min-height:130px;
	position:relative;
}

.bronze-block-wrapper {
  	background: #222e3d;
	padding:20px;
	min-height:130px;
	position:relative;
	border: solid 5px #cd7f32;
}

.bronze-block-wrapper:hover {
  	background: #cd7f32;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.bronze-block-wrapper-active {
  	background: #cd7f32;
	padding:20px;
	min-height:130px;
	position:relative;
}

.blue-block-copy h3 {
  	font-size:1.250em;
	font-weight:600;
}

.blue-block-copy h4 {
	font-size:1.250em;
  	font-weight:400;
	position:absolute;
	bottom:15px;
}


.frst-timeline-style-1{
	color: #000;
}
.frst-timeline-style-1 .frst-timeline-block::before {
	width: 3px;
	background: rgba(0,0,0,0);
	margin-left: -1px;
	background: #D5DBDB;
}

.frst-timeline-style-1.frst-right-align .frst-timeline-block::before{
  margin-right: -1px;
}

.frst-timeline-block {
	padding-bottom: 30px;
	padding-left: 45px;
	padding-right: 45px;
}

.frst-timeline-style-1 .frst-timeline-img {
	padding: 0;
	margin-left: -28px;
	top: 5px;/*--- Box shadow value --*/
	width: 56px;
	height: 56px;
	color: #fff;
	text-align: center;
	font-size: 28px;
}

.frst-timeline-style-1 .frst-timeline-img span{
	display: inline-block;
	margin: auto;
	padding: 9px;
	min-height: 16px;
	min-width: 16px;
	background: #31c4f3;
	-webkit-border-radius: 100%;
	border-radius: 10%;
	vertical-align: middle;
	box-shadow: 0 0 0 5px #D5DBDB;
	-webkit-box-shadow: 0 0 0 5px #D5DBDB;
}

.frst-timeline-style-1 .frst-timeline-img i{
  	display: block;
}

.frst-timeline-style-1.frst-right-align .frst-timeline-img {
	margin-right: -28px;
}

.frst-timeline-style-1 .frst-timeline-content {
  	color: #6f6f6f;
}

.frst-timeline-style-1 .frst-date {
  	color: #9c9c9c;
  	margin-bottom: 10px;
 	display: block;
}

.frst-timeline-style-1 h2 {
  	margin: 0 0 5px;
  	font-weight: 800;
  	color: #6f6f6f;
  	font-size: 16px;
}

.frst-date-opposite.frst-timeline-style-1 h2 {
}

.frst-timeline-style-1 p {
  	margin: 0;
}

.frst-timeline-style-1 .frst-timeline-label-block{
  	padding-top: 0;
}
.frst-timeline-style-1 .frst-labels{
  	padding: 50px 0;
}
.frst-timeline-style-1 .frst-labels.frst-start-label{
  	padding-top: 0;
}
.frst-timeline-style-1 .frst-labels.frst-end-label{
  	padding-bottom: 0;
}
.frst-timeline-style-1 .frst-labels span{
	position: relative;
	background: #31c4f3;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	vertical-align: top;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	box-shadow: 0 0 0 5px #D5DBDB;
	-webkit-box-shadow: 0 0 0 5px #D5DBDB;
	width: 60px;
	height: 60px;
	padding: 20px 5px;
	margin-left: -45px;
  	left: -35px;
}

.frst-timeline-style-1.frst-alternate .frst-timeline-label-block .frst-labels span{
  	margin: 0;
}

.frst-timeline-style-1.frst-right-align .frst-labels span{
  	left: auto;
  	right: -35px;
  	margin-left:0;
  	margin-right: -45px;
}

/*--------- news-------*/
.frst-timeline-style-1 .frst-timeline-content-inner{
  	padding: 30px;
  	position: relative;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
  	background: #D5DBDB;
}

.frst-timeline-style-1 .frst-timeline-content-inner::before,
.frst-timeline-style-1 .frst-timeline-content-inner::after{
  	content: "";
  	border-style: solid;
  	border-color: transparent;
  	position: absolute;
}

.frst-timeline-style-1 .frst-timeline-content-inner::before{
  	border-width: 10px 11px 10px 0;
  	border-right-color: #D5DBDB;
  	left: -10px;
  	top: 18px;
}

.frst-timeline-style-1 .frst-timeline-content-inner::after{
  	border-width: 8px 9px 8px 0;
  	border-right-color: #D5DBDB;
  	left: -9px;
  	top: 18px;
}

.frst-timeline-style-1.frst-right-align .frst-timeline-content-inner::before{
  	border-width: 10px 0 10px 11px;
  	border-left-color: #D5DBDB;
  	left: auto;
  	right: -11px;
}

.frst-timeline-style-1.frst-right-align .frst-timeline-content-inner::after{
  	border-width: 8px 0 8px 9px;
  	border-left-color: #D5DBDB;
  	right: -8px;
  	left: auto;
}

/*---------- Responsive part ------------*/
@media only screen and (min-width:679px) {

  .frst-date-opposite {
    margin-left: 203px;
  }

  .frst-left-align.frst-date-opposite {
    margin-left: 203px;
  }

  .frst-right-align.frst-date-opposite {
    margin-right: 203px;
    margin-left: 0;
  }
  .frst-timeline-style-1.frst-alternate .frst-timeline-content,
  .frst-timeline-style-1.frst-date-opposite .frst-timeline-content {
    width: calc(50% - 44px);
  }

  .frst-timeline-style-1.frst-date-opposite .frst-date {
    left: -248px;
    line-height: 56px;
    width: 160px;
  }

  .frst-timeline-style-1.frst-date-opposite.frst-right-align .frst-date,
  .frst-timeline-style-1.frst-date-opposite.frst-alternate .frst-timeline-block.frst-odd-item .frst-date {
    right: -248px;
    left: auto;
    text-align: left;
  }
  
  .frst-timeline-style-1.frst-right-align .frst-date{
    left: auto;
    right: 0;
  }

  /*--------- news-------*/
  .frst-timeline-style-1.frst-alternate .frst-odd-item .frst-timeline-content-inner::before{
    border-width: 10px 0 10px 11px;
    border-left-color: #D5DBDB;
    left: auto;
    right: -10px;
  }
  .frst-timeline-style-1.frst-alternate .frst-odd-item .frst-timeline-content-inner::after{
    border-width: 8px 0 8px 9px;
    border-left-color: #D5DBDB;
    right: -8px;
    left: auto;
  }
}
@media only screen and (max-width:1200px) {
  .frst-timeline-style-1{
    margin-left: 45px;
  }
  .frst-timeline-style-1.frst-right-align{
    margin-left: 0;
    margin-right: 45px;
  }
}
@media only screen and (max-width:678px) {
  .frst-timeline-style-1.frst-responsive-right .frst-labels span{
    left: auto;
    right: -47px
  }
  .frst-timeline-style-1.frst-responsive-right .frst-timeline-block::before {
    margin-right: -1px;
  }
  .frst-timeline-style-1.frst-responsive-right .frst-timeline-img {
    margin-right: -28px;
  }
  .frst-timeline-style-1.frst-alternate .frst-timeline-label-block .frst-labels span{
    margin-left: -45px;
  }
  .frst-timeline-style-1.frst-responsive-right .frst-labels span,
  .frst-timeline-style-1.frst-alternate.frst-responsive-right .frst-labels span{
    right: -35px;
    margin-right: -45px;
    left: auto;
    margin-left: 0;
  }
  .frst-timeline-style-1.frst-responsive-right{
    margin-left: 0;
    margin-right: 45px;
  }

  /*--------- news-------*/
  .frst-timeline-style-1.frst-responsive-right .frst-timeline-content-inner::before{
    border-width: 10px 0 10px 11px;
    border-left-color: #D5DBDB;
    left: auto;
    right: -11px;
  }
  .frst-timeline-style-1.frst-responsive-right .frst-timeline-content-inner::after{
    border-width: 8px 0 8px 9px;
    border-left-color: #D5DBDB;
    right: -8px;
    left: auto;
  }

}


/*--------- Application ---------*/

.applications-wrapper {
	width: 100%;
	display: block;
	padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after {
	clear: both;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------- Motion Banner ---------*/

.motion-banner-wrap {
	position: static;
	width: 100%; /* max-width makes frame responsive */
	top: 0px;
	height: 280px;
}

.motion-header-image {
	max-height: 280px;
	width: 100%;
	position: static;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-position: fixed;
	object-fit: cover;
	background-image: url(https://d7qzviu3xw2xc.cloudfront.net/alexa/alexaprize/images/amazon-image.jpg);
}

.motion-right {
	float: left;
}
.motion-left {
	float: left;
}

.motion-banner-text {
	position: relative;
	display:block;
	height: 280px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.motion-banner-text h3 {
	padding-top: 70px;
	font-size: 3.500em;
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight:400;
	text-shadow: 0px 1px 2px rgba(30, 30, 30, 0.75);
}

.motion-banner-text h4 {
	font-size: 2.250em;
	color: #FFF;
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight:400;
	text-shadow: 0px 1px 2px rgba(30, 30, 30, 0.75);
}

.orange-button {
	padding-top: 130px;
	padding-left: 80px;
	display: block;
	float: none;
}

.orange-button a {
	color: #fff;
	padding: 10px 30px;	
	text-decoration: none;
	text-transform: uppercase;
	background-color: #ff9900;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: .875em;
	font-weight: 700;
}

.orange-button a:hover {
	background-color:#31c4f3;
	text-decoration:none;
	color: #000;
}

@media only screen and (max-width : 992px ) {
	.orange-button {
		padding-top: 95px;
		padding-left: 25px;
	}
	
	.motion-banner-text h3 {
		margin-bottom: 0px;
		font-size: 3em;
	}
	
	.motion-banner-text h4 {
	font-size: 2em;
	line-height: 1.5em;
}
}

@media only screen and (max-width : 769px ) {
	.motion-header-image {
		background-attachment:scroll;
	}
	
	.orange-button {
		padding-top: 0px;
		padding-left: 0px;
	}
	
	.motion-banner-text h3 {
		padding-top: 30px;
		margin-bottom: 10px;
		font-size: 2em;
	}
	
	
}

@media (max-width:576px) {
	
	.motion-banner-text h4 {
	font-size: 1.5em;
	}
}


/*--------- Footer Calls to Action ---------*/

.footer-cta { 
	display: block;
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 30px;
	overflow: hidden;
	border-top: solid 1px #000;
}

.footer-cta a {
	 color: white;
}
  
.footer-block-wrapper {
	width: 48%;
	float: left;
	margin-right:1%;
	margin-left: 1%;
  	background: #222e3d;
	padding:20px;
	min-height:200px;
	position:relative;
}

.footer-block-wrapper:hover {
  	background: #31c4f3;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.footer-block-copy h3 {
  	color: #ff9900;
	font-size: 1.125em;
	font-weight: 700;
	text-transform: uppercase;
	float:left;
	clear:both;
	padding-bottom:5px;
}

.footer-block-copy h3:hover {
  	color: #fff;
}

.footer-block-copy h4 {
	float:left;
	clear:both;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 400;
}

.bottom-button {
	position:absolute;
	bottom:20px;
	color: #000;
	padding: 7px 30px;	
	text-decoration: none;
	text-transform: uppercase;
	background-color: #31c4f3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: .875em;
	font-weight: 700;
}

.bottom-button:hover {
	color: #fff;
	background-color: #222e3d;
}

@media only screen and (max-width : 769px ) {
	
	.footer-cta { 
		padding-bottom: 0px;
	}
	  
	.footer-block-wrapper {
		width: 100%;
		float: none;
		margin-right:0%;
		margin-left: 0%;
		margin-bottom:20px;
	}
}

/*--------- Blue Footer ---------*/

.blue-footer {
	display: block;
	background-color: #040e1b;
	width: 100%;
	background-image: url(https://d7qzviu3xw2xc.cloudfront.net/alexa/alexaprize/images/footer-banner.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #fff;
}

.footer-background {
	width: 100%;
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
}

.footer-right {
	float: right;
	margin-left: 2%;
	width:48%;
}

.footer-right p{
	font-size:0.750em;
	color: #fff;
}

.footer-prize {
	max-width:200px;
	padding-bottom:15px;
}

.footer-amazon {
	max-width:104px;
	padding-bottom:25px;
}

.footer-left {
	float: left;
	margin-right: 2%;
	width:48%
}

.footer-right h3{
	font-size: 1.25em;
}

@media only screen and (max-width : 769px ) {
	.footer-right {
		float: none;
		margin-left: 0%;
		width:100%;
	}
	
	.footer-left {
		float: none;
		margin-right: 0%;
		width:100%
	}
}

@media only screen and (max-width: 540px) {
	.blue-footer {
		padding-bottom: 30px;
	}
	
}

/*--------- social ---------*/

.social-wrap {
	padding-top: 5px;
	padding-bottom: 20px;
	z-index: 20;
	position: relative;
}

ul.social {
	display:inline-block;
	margin: 0;
    padding: 0;
    font-size: 26px;
}

ul.social li {
	list-style-type: none;
	float: left;
}

ul.social li a i {
	color: #fff;
	padding-right: 20px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

ul.social li a i:hover {
	color: #ff9900;
}

/*--------- table ------------*/
table.phases{
	width: auto; 
	margin: 2.5em; 
	text-align: center; 
}

.phases td, .phases th{
	padding: 1em; 
}

.phases tr td:first-of-type{
	text-align: left; 
}


/* --------------------------------- SERVICES ---------------------------- */
.services {
  	background: #222f3d;
  	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
}

.services a {
   	color: white;
}

.services a:hover {
   	color: #31c4f3;
}

.services h2 {
  	font-size: 1.7em;
	font-weight: 400;
	text-transform:uppercase;
	padding-bottom:20px;
	color: white;
}

.services h3 {
	color: #fff;
	font-size: 1.125em;
	font-weight: 700;
	text-transform:uppercase;
	margin-top: 8px;
	margin-bottom: 8px;
}

.services h3:hover {
	color: #31c4f3;
}

.services img {
	margin-bottom: 9px;
}

.service-block {
  	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	max-width:260px;
}

.footer-prize-new {
	max-width:200px;
	padding-right:20px;
	float:left;
}

.footer-amazon-new {
	max-width:104px;
	padding-top: 4px;
	float:left;
}

.footer-left p {
	clear: both;
	padding-top: 20px;
}

/*--------------------------- roadshow on demand ---------------------------*/
.on-demand-block {
	width:100%;
	background-color: #222e3d;
	color:#ffffff;
	position:relative;
}
.on-demand-block h2 {
	text-transform: none;
	color:#ffffff;
}
.on-demand-block p {
	padding: 10px 15px;
	font-weight: bold;
}
.rd-od .two-column-right {
	padding-top: 0;
}
.rd-od .two-column-wrap {
	border: none;
}
i.fa-play-circle {
	position: absolute;
	top: 35%;
	left: 43%;
	font-size: 100px;
	opacity: .7;
}

/*-------------------- miscellaneous ------------------------*/
div.calloutBox {
	padding:20px;
	border:5px solid #222e3d;
	margin-bottom: 30px;
}

div.calloutBox h3 {
	margin: 0;
}

/*------------------ table -----------------------------*/
table {
	width:100%;
}
table th {
	background-color: #222f3d;
	color: #FFFFFF;
	padding:5px 5px;
}
table td {
	padding:5px;
}
table td:first-child {
	padding-left:15px;
}
table td.apClass {
	background-color: #D5DBDB;
	color: #222f3d;
	padding:10px 5px 5px;
	font-weight: bolder;
}
table tr.trAlt {
	background-color:#F2F3F3;
}


.tb-logo {
	width:100%;
	display:block;
	margin:20px auto;
}
@media screen and (min-width: 768px) {
	.tb-logo {
		width: 50%;
	}
}

/* home page winner 2021 */

#winBox {
	background-color:#222F3D;
	color:#FFFFFF;
	margin-bottom: 25px;
}

#winBoxLeft {
	display: block;
	width:100%;
	padding: 15px 10px;
}

#winBoxLeft p {
	text-align: center;
}

#winBoxLeft img {
	width: 80%;
}

#winBoxRight {
	display: block;
	width:100%;
}

#finalYT {
	display: block;
	width: 100%;
	height: 280px;
	margin: 0 auto 1.5em;
}
@media only screen and (min-width: 440px) {
	#winBoxLeft {
		display: inline-block;
		width:50%;
		vertical-align:middle;
		padding: 0;
	}
	#winBoxRight {
		display: inline-block;
		width:48%;
	}
	#winBoxLeft img {
		width: 60%;
	}
	#finalYT {
		width: 700px;
		height: 445px;
		margin: 0 auto 1.5em;
	}
}





