/*
Theme Name: SPOT Custom Theme
Theme URI: http://sethquittner.com/
Author: Seth Quittner Design
Author URI: http://sethquittner.com/
Template: leantheme
Version: 1.0
Description: A child of LeantTheme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sqdlr
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SQDLR is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Flexbox
# Typography
# Header
# Footer
# Layouts
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
 #DIRECTIONS
 #HOME	
 	##FIRST VISIT POPUP
#FLEXSLIDER
#MASTER SLIDER AND TABS
#EVENTS CALENDAR
#MAIL CHIMP
#GIVE
#NEWS
#ICONS
# MEDIA QUERIES
--------------------------------------------------------------*/
/*Fonts
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
@import url('https://fonts.googleapis.com/css?family=Sanchez:400,400i');
@import url('https://fonts.googleapis.com/css?family=Khula:400,600,700');

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "Source Sans Pro", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;

}

body {
	margin: 0;
	font-size: 16px;
	color:#333;
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color:#ad1926;
  cursor: pointer;
}

a:active,
a:hover {
	outline: 0;
}
a:hover{
	color: #1179bf;

}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
*/	font-size: 2em;
	/*display: none;*/
	margin: 0.67em 0;
  margin-left: 1em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border:0 !important;
	margin: 0 !important;
	padding:0 !important;

}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.clear-float,.clearfloat,.clearfix{
	clear: both;
}
.hcentered{
  text-align: center;
  margin: 0 auto;
}
/*# Flexbox*/
.flexbox-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead{
	width: 100%;
  background: #1179bf;

}
#logo img {

}
#logo {
	float: left;
	margin-top: -2em;
  margin-bottom: 1.5em;
}
#logo-mobile {
	display: none;
}

span#shiftnav-toggle-main-button .fa {
    color: #fff;
    font-size: 1.5em;
}
#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content{
	background-color: #fff;
	color:#1179bf;
}
#shiftnav-toggle-main .shiftnav-toggle-burger, #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
    font-size: 2em !important;
    margin-left: 0px; 
}
 .fa-times{
	float: left !important;
}
#shiftnav-toggle-main .fa{
    color:#fff !important;

}
.shiftnav .shiftnav-menu-title {
    display: none;
}
body.admin-bar #shiftnav-toggle-main, body.admin-bar .shiftnav {
    background: #1179bf;
}
.upper-nav{
  font-size: .9em;
	width: 100%;
	background: #1179bf;
	height: 40px;
}
.navigation{
	background: #fff
}
.site-branding{
	background-color: #fff;
}
.site-title{
	display: block;
}
.site-description{
	  margin:0;
	  width: auto;
	  font-weight: normal;
	  padding: 1.5em 0em;
}
#details{
  background: #1179bf;
  width: 100%;
  display: table
}
.details-description{
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width:40%;
  color:#eee;
	/*color: #777;*/
  font-size: 1.1em;
}
.details-description ul{
  list-style: none;
  font-weight: bold;
  text-align: left;
  float: right; 
  color:#000;
}
.details-name{
	width:40%;
	/*display: table-cell;
	vertical-align: middle;*/
  text-transform: lowercase;
	text-align: center;
	/*color: #1179bf;*/
  color:#eee;
  font-size: 1.6em;
  float: left;
  
}
.details-name p{
	font-size: .6em;
	/*color:#777;*/
	padding: 0;
	margin: 0;
  margin-top: -1em;
  letter-spacing: .05em;
}
.row--m-top-1{
  margin-top: 1em;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon{
	width: 100%;
	background: #1179bf;
	color: #fff;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	padding-top: 0em;

}
#colophon a{
	color:#fff;

}
#colophon a:hover{
	color:#000;
}
.site-info {
	padding-top: 3em;
  padding-bottom: 2em;
}
.site-info  a{
	text-decoration: underline;
	color: #eee;
}
.site-info  a:hover{
	color: #000;
}
#colophon{

}
#colophon .footer-nav{
	font-size: 1.4em;
	padding-top: 2em;
}
#colophon .footer-nav ul{
	list-style:none;
}
#colophon .footer-nav ul a{
	text-decoration: none;
}
#colophon .footer-nav ul li{
	text-align: left;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	width: 15%;
}
#colophon .footer-nav .menu-main-container ul li:nth-child(2){
	margin-right: .5em;
}

#colophon .footer-nav ul li ul li{
	font-size: .8em;
	text-align: left;
	text-indent: 0;
	display: block;
  white-space: nowrap;
	text-transform: lowercase;
  padding-left: .25em;
}
#colophon .footer-nav ul.sub-menu{
	margin: 0;
	padding:0;
}
#colophon .footer-nav a[href^="#"] {
	cursor: default;
}
#colophon .footer-nav a[href^="#"]:hover{
	color: #fff;
}
#colophon .social-menu {
	margin: 1.5em 0 0em 0;
	float: none;
}
#colophon .social-menu  ul li{
    width: 4%;
    font-size: 2em;
    margin-right: 1em;
}
#colophon .social-menu ul li a .fa {
    color: white;
    cursor:pointer ;
}
#colophon .social-menu ul li a .fa:hover {
    color: #000;
}
.f
.footer-nav .menu{
	padding: 0;
	margin: 0;
	
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.page-id-8 .site-main{
	/*home page*/
  /*padding-left: 6%;*/
}
.page-id-8 #primary {
    /*margin-top: 0em;*/
}
.page-id-171 .hentry {
    margin: 2em 0 1.5em 0;
    width: 50%;
}
#primary {
    margin-top: 2em;
}
#primary img{
	/*width: 100%;*/
}
#content{
	background: #fff;
  max-width: 1050px;
  margin: 0 auto;
  margin-top: 3em;
}
.max-width{
  max-width: 1050px;
  margin: 0 auto;
}
.content-area,.sidebar-content-area{
	/*padding: 0 5%;*/
}
#main{

}
#primary.has-sidebar{
	width: 63%;
	float: left;
	
}
#secondary.has-sidebar{
	width: 37%;
	float: left;
	padding-top: 5em;
  padding-left: 4em;

}
.textwidget {
    padding-right: 3em;
}
.wrap{
	max-width: 1050px;
	margin:0 auto;
	/*border: 1px dotted gray;*/
}
.flex-row{
	display: flex;
	flex-wrap:wrap;
	padding: 0 5%;
	margin-left: auto;
	margin-right: auto;
}
.flex-row h1{
	width: 100%;
}

.col-2{
	float: left;
	width:48%
}

.col-3{
	float: left;
	width:25%;
}

.col-3 img{
	margin-left:auto;
	margin-right: auto;
}.blog-col-3{
	float: left;
	width:25%;
}

.blog-col-3 img{
	margin-left:auto;
	margin-right: auto;
}
.col-4{
	float: left;
	width:33.33333333333333%;
	
}
.col-5{
	float: left;
	width:41.6666667%;
	
}
.col-6{
	float: left;
	width:50%;
	
}
.col-5{
	float: left;
	width:41.6666667%;
	
}
.col-7{
	float: left;
	width:58.33333333%;
	
}
.col-8{
	float: left;
	width:66.66666666%;
	
}
.col-9{
	float: left;
	width:75%;
}
.col-12{
	width:100%;
	clear: both;
}
.percent-33{
	float: left;
	width:33.33333333333333%;
}
.percent-50{
	float: left;
	width:50%;	
}


.percent-66{
	float: left;
	width:66.66666666666%;
}


li.underline{
	
	width:100%;
	text-align: center;
	padding:0;
	line-height: .8em;
}
li.underline:after{
	content:"–";
}
.col-4{
	float: left;
	width:33.33333333333333%;
	
}
.col-5{
	float: left;
	width:41.6666667%;
	
}
.col-6{
	float: left;
	width:50%;
	
}
.col-5{
	float: left;
	width:41.6666667%;
	
}
.col-7{
	float: left;
	width:58.33333333%;
	
}
.col-8{
	float: left;
	width:66.66666666%;
	
}
.col-9{
	float: left;
	width:75%;
}
.col-12{
	width:100%;
	clear: both;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h2{
 /*  max-width: 1050px;*/
  margin: 0 auto;
  margin-bottom: 2em;
}
h3{
  margin-bottom: .5em;
  margin-top: -.5em;
  color: #ad1926;
}
p {
	font-size: 1.1em;
	margin-bottom: 1.5em;
  word-wrap: break-word;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	  border-color: none;
	  border-radius: 0.5em !important;
	  background: #ad1926 !important;
	  box-shadow: none !important;
	  color: #fff;
	  font-size: 1.2rem !important;
	  line-height: 0 !important;
	  text-shadow: none;
	  padding: 1.3em 3.5em !important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #000 !important;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	background: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding-left: .5em;
}

textarea {
	padding-left: .5em;
	width: 100%;
	font-size: 1em;
	height: 8em;
	margin-bottom: 1em;
}
.wpcf7-form{
	width:50%;
}
.wpcf7-form p{
	margin: 0;
	/*margin-bottom: 1em;*/
	padding: 0;
	font-size: 1.1em;
}
.wpcf7-form input{
	height:50px;
	font-size: 1.5em;
	width: 100%;
}
.wpcf7 input[type="file"] {
    font-size: 1em;
}
select{
  background: url(images/select-arrow-white.svg) no-repeat 95% 0;
  background-color: #1179bf;
  color:#fff;
  min-width: 225px;
  height: 43px;
  font-size: 1.3em;
  padding: 0 0 0 1em;
  margin-bottom:1em;
  border-radius: 0 !important;
  border: 1px solid #747474;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
   border: 1px solid #ccc;
   /*box-shadow: 0 0 1em rgba(190,190,190,0.7) inset;*/
   }
   input[type="text"] {
       min-width: 225px;
   }
main select{
  background: url(images/select-arrow-white.svg) no-repeat 95% 0;
  background-color: #1179bf;
    color:#fff;
  width: 40%;
  height: 43px;
  font-size: 1.3em;
  padding: 0 0 0 1em;
  margin-bottom:1em;
  border-radius: 0 !important;
  border: 1px solid #747474;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
   border: 1px solid #ccc;
   /*box-shadow: 0 0 1em rgba(190,190,190,0.7) inset;*/
   }
   /*SEARCH */
input {
  outline: none;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none; 
}


input[type=search],.searchandfilter input[type="text"] {
  background: #000 url(images/search-icon.svg) no-repeat 9px center;
  border: solid 1px #333;
  padding: .5em 5em;
  width: 100%;
  max-width: 350px;
  margin-bottom: 2em; 
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 0;
  opacity: .6;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;

}
input[type=search]:hover{
  opacity: 1;
}
input[type=search]:focus {

  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(25,25,25,.5);
  -moz-box-shadow: 0 0 5px rgba(25,25,25,.5);
  box-shadow: 0 0 5px rgba(25,25,25,.5);
}


input:-moz-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}
.search-no-results .searchandfilter select{
	width: 100%
}
.search-no-results .searchandfilter ul {
    display: inline-block;
    width: 79%;
    padding: 0;
    margin: 0;
}
.search-no-results .searchandfilter ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    width: 33% !important;
    color: black;
}
.search-no-results .searchandfilter h4{
	display: none;
}
.searchandfilter input[type="submit"]{
	height: 43px !important;
	padding: 1.1em 2em !important;
}
/*USP FORMS*/
span.citation-file:before {
    content: "\f03e";
    font-family: fontAwesome;
    padding-right: .25em;
}
span.citation-file {
    background: #fff;
    margin: 1em 0;
    padding: .25em;
    color: #000;
    display: block;
    position: relative;
    font-size: 2.3em;
    }
}
span.btn-wrapper {
    display: block;
    position: relative;
    top: .25em;
    left: .5em;
    width: 300px;
}
i.fa.fa-camera.fa-citation {
    position: absolute;
    top: .4em;
    left: .75em;
    font-size: 1.75em;
    color: #fff;
}
.usp-input-wrap input[type="button"] {
    display: block;
    text-transform: uppercase;
    font-size: 1.4em !important;
}
.usp-clone{
  background: #000;
}
input#usp-files {
    color: #eee;
}
#usp-pro label {
    display: block !important;
    margin-top: 1em !important;
}
#usp-files-wrap > label .usp-label-files{
    margin:0;
}
#usp-pro input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding-left: .5em;
    margin: 0 auto;
    height: 3em;
    width: 100%;
}
label.usp-label.usp-label-files {
    font-weight: bold;
    font-size: 1.4em;
}
.citation-thumb{
  height: 75px;
  border: 1px solid #000;
  margin: 10px 5px 0 0;
}
/*.usp-input-wrap {
    border-radius: .5em;
    padding: 1em;
    display: block;
    background: #ad1926;
    color: #fff !important;
    margin-top: -2.5em;
    max-width: 250px;
}
.usp-input-wrap input{
    color: #fff !important;
}
.usp-input-wrap:hover{
  background: #000;
}*/
input#usp-files {
    background: #ad1926;
    border-radius: .5em;
    padding: 1em;
    max-width: 250px;
}
.usp-add-another {
    margin-top: 1em;
    font-weight: bold;
    font-size: 1.2em;
}
.usp-add-another a{
    margin-top: 2em;
    color: #000 !important;
    font-size: 2em !important;
}
.usp-add-another a:after {
  content:"\f055";
  font-family: FontAwesome;
  color: #000;
  margin-left:.5em;
}
.upload .fa{
  font-size: 4em;
}
.usp-input-wrap .fa,.usp-input-wrap .fa:hover {
    font-size: 2.3em;
    margin-bottom:.5em;
    color: #000;
}
.usp-pro-form select{width: 90%;}
.usp-pro-form{
  max-width:750px;
  padding:1em 0;
}
.usp-form h2{
  font-weight: normal;

}
.usp-checkboxes label{
    display: block;
    float: left;
    width: 50%;
}
.usp-label {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 1em;
}
.usp-input-wrap .btn {
  font-family: Arial;
  color: #ffffff;
      background: #ad1926;
    border-radius: .5em;
    margin-top:2em;
    padding: 1em;
    max-width: 250px;
  text-decoration: none;
}
fieldset.usp-fieldset{
  width: 100%;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
    max-width: 767px;
}
/*.usp-input-wrap input[type="file"] {
  display: none !important;
}*/
.q-and-a{
   /* background: #1179bf;
    color: #fff;
    padding: 4em;
    margin:2em 0;
    border-radius: .5em;*/
}
.q-and-a{
    padding: 0 10em;
}
.q-and-a ul li{

    color: #fff;
    padding: 4em;
    margin: 2em 0;
    border-radius: .5em;
}
p.learn-more a {
    float: right;
    color: #eee;
    position: relative;
    bottom: -2em;
}
p.learn-more a:hover{
  color:#000;
}
p.learn-more a:after{
  content:"\f061 ";
  margin-left: 1em;
  font-family: fontAwesome;
}
.bubble{
  background: #fff;
  color:#1179bf;
  padding:.5em;
  padding-top: 0.2em;
  padding-left: .6em;
  margin-right: 1em;
  margin-bottom: 2em;
  margin-left: 2em;
  width: 2em;
  height: 2em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  float: left;
  font-weight: bold;
}
.question,.answer{
  font-size: 1.3em;
}
.answer{
  margin-bottom: 1em;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#site-navigation{
	font-family: "Source Sans Pro", sans-serif;if;
	text-transform: uppercase;
	background: #ad1926;
	color: #fff;
	width: 100%;
	margin-top: -.5em;
	padding: .4em;
	text-align: center;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}	
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1179bf;
  text-decoration: none;
}
a:hover{
	color: #ad1926;
	text-decoration: none;
  
}
a:visited {
	text-decoration: none;
}

a:hover{

}
a:focus,
a:active {
	
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.comments-link {
  display: none;
}
.main-navigation {   
  display: inline-block;
  width: inherit;
   

}
.main-navigation li {
	position: relative;
	display: inline-block;
	padding: .25em 1.0em;
}
.menu-main-container {
  
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
  border-bottom: 2px solid #ad1926;

}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 2.2em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	font-size: 1em;
  width: auto;
  min-width: 150px;
  white-space: nowrap;
	text-transform: none;
  border-bottom: 2px solid #ad1926;
}

.main-navigation ul ul li {
	width: 100%;
}

/*SQD Over state*/
.main-navigation li:hover > a,
.main-navigation li.focus > a {
	
	/*color: #000;*/
  border-bottom: 2px solid #eee;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  color:#000;
  border-bottom: 2px solid #ad1926;

}
.main-navigation ul ul a{
  border-bottom: 2px solid #ad1926;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {

  color:#000;
 

}
/*SQD adds BG color to entire dropdown ul*/
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
	background-color: #ad1926;
	text-align: left;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
header .sub-menu li {
    border-bottom: 1px dotted #fff;
}
/*SQD Current page indicator*/
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-parent > a{
	
	
  border-bottom: 2px solid #eee;
}


/*SQD Current page indicator for blog single-pages*/
li.page_item.current_page_parent {
 /* background: #333111;*/
}
/*SQD add carrot to parent links that have children links start*/
/*.main-navigation li > a:after {
    color: #fff;
    content: ' ▾';
}*/

.main-navigation li > a:only-child:after {
    content: '';
}
/*SQD add carrot to parent links that have children links end*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-search {
	display:inline-block;
	margin-top:0em;
}

.fa{
	color:#ccc;
}
.fa:hover{
	color: #000;
}
.footer-nav i.fa {
    color: #eee;
}
.footer-nav i.fa:hover{
	color:#000;
}
.social-menu{
	float: right;
}
.leftside-social-menu .fa{
	color:#fff;
}
.leftside-social-menu{
	position: fixed;
	top:300px;
	left:-1em;
  z-index: 9;
  /*display: none;*/
}
.leftside-social-menu ul{
	list-style: none;
  margin-left: -1.5em;
}
.leftside-social-menu ul li a{
	font-size: 1.3em;
	color:#fff;
	background:#1179bf;
	margin-bottom: .25em;
  padding: 0 .5em 0 .7em;
  max-width: 40px;
  display: inline-block;
  transition: padding-left 0.3s ease;
}
.leftside-social-menu ul li a:hover{
	background:#ad1926;
	padding-left: 1em;
	padding-right: 1.2em;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	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. */
}
#upper-space{
  display: block;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#upper-buttons{
  display: block;
  float: left;
  width: 60%;
  box-sizing: border-box;

}
.upper-nav div{
  display: inline-block;
  /*margin-right: 1em;*/

}
.upper-nav .separator{
  border-right: 2px dotted #ccc;
}
#skip-to-content{
  cursor:pointer;
  color:#fff;
}
#skip-to-content:hover{
  text-decoration: underline;
  color:#000;
}  
#text-size .regular-text:hover,#text-size .medium-text:hover,#text-size .large-text:hover{
  color:#000;
  text-decoration: underline;
}
#text-size,#contrast-shift{
  color:#fff;
}
.regular-text{
  font-size: 1.0em;
  font-weight: bold;
  cursor:pointer;
}
.regular-text-global{
font-size: 1em;
}
.medium-text{
  font-size: 1.2em;
  font-weight: bold;
  cursor:pointer;
}
.medium-text-global{
font-size: 21px;
}
.large-text{
  font-size: 1.4em;
  font-weight: bold;
  cursor:pointer;
}
.large-text-global{
  font-size: 23px;
}
.no-contrast{
  box-sizing: border-box;
  cursor:pointer;
  border: 1px solid #000;
  color:#000;
  padding: .2em;
  margin: .25em;
}
.high-contrast{
  box-sizing: border-box;
  cursor:pointer;
  background: #000;
  color:#fff;
  padding: .25em .3em;
}
.high-contrast:hover,.no-contrast:hover{
  text-decoration: underline;
}
.high-contrast-global{ 
  background: #000 !important;
  color:#fff !important;
}
#upper-search input[type=search]{
  width: 10%;
  box-sizing: border-box;
  padding: .25em 3em;
  background: transparent url(images/search-icon.svg) no-repeat 9px center;
  border:0;
  opacity: 1;
}
#upper-search input[type=search]:focus{
  width: 100%;
  border: 1px solid #333;
  color:#fff !important;
}
#upper-search input[type=search]:focus::-webkit-input-placeholder {
   color: #ddd;
}

#upper-search input[type=search]:focus:-moz-placeholder { /* Firefox 18- */
   color: #ddd;  
}

#upper-search input[type=search]:focus::-moz-placeholder {  /* Firefox 19+ */
   color: #ddd;  
}

#upper-search input[type=search]:focus:-ms-input-placeholder {  
   color: #ddd;  
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin:0 auto;
}
.centered {
  clear: both;
  display: block;
  margin:0 auto;
  width: 100%;
}
.padding-1{
  padding: 1em;
}
.padding-2{
  padding: 2em;
}
.padding-3{
  padding: 3em;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
	/*padding-left: 2em;*/
}
.widget-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;

}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	/*display: none;*/
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.single-post-thumb{
	width:25%;
	float:left;
	margin:0 1em .5em 0;
}
.entry-content{
	max-width: 1050px;
	margin: 0 auto;
  padding-left: 0;
}
.sticky {
	display: block;
}

.hentry {
	margin: 2em 0 1.5em 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}
header.entry-header img {
  max-width: 400px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.read-more{
	font-size: .8em;
}
.read-more:after{
	content: "\f061";
	font-family: FontAwesome;
	padding-left: 1em;
}
.read-more:hover{
	color:#ad1926;
}

.post-prev{
	display: inline;
	float:left;
	padding-left: 4em;
	margin-bottom: 2em;
}
.post-next{
	display: inline;
	float:right;
	padding-right: 4em;
	margin-bottom: 2em;
}
.post-prev .fa,.post-next .fa{
	
}
/*.post-prev:before{
	content:  "\f060";
	font-family: FontAwesome;
	color:#333111;
}
.post-next:after{
	content:  "\f061";
	font-family: FontAwesome;
	color:#333111;
}

*/
.entry-meta {
    margin-top: 3em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.blog-title{
	font-size: 1.9em;
	color: #333111;
	display: block;
  margin-top: 3em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/*SQD added video, and img*/
embed,
iframe,
video,
object, 
img{
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*IMPORTANT .lv_controls_top was altered in lightview.css*/
#breakpoint-debug-size-display{
	display: none;
	position: fixed;
	top: 2em;
	width: 100%;
	background-color: #000;
	color:#eee;
	text-align: center;
	z-index: 99999999999999999999999;
}
/* #DIRECTIONS*/
#two-col{
	padding-top: 2em;
	margin-bottom: 8em;

}
#two-col h2{
	font-size: 1.0em;
	color:#333111;
	margin-bottom: 0;
}
#two-col p{
	margin:0 0 2em 0;
}
#two-col .col-2{
	padding-right: 4em;
}
#two-col .col-2:last-child{
	margin-right: 2.2em;
}

/* #HOME ------------------------------------------ */
#elevator-pitch h2{
  font-weight: normal;
  padding: 1em 0;
  font-family: 'Sanchez', serif;
  font-style: italic;
  font-size: 1.7em;
}
#elevator-pitch,#who-we-are{
  max-width: 1050px;
  margin: 0 auto;
}
#elevator-pitch .col-6,#who-we-are .col-6{
  padding: 2em;
}
#who-we-are h2{
  font-family: 'Sanchez', serif;
  font-size: 1.2em;
  font-weight: normal;
  padding: 1em 0;
  font-style: normal;
  max-width: 1050px;
  margin: 0 auto;
  margin-bottom: 1em;
}
#how-spot-works h2{
/*  font-weight: normal;
  font-style: normal;
  font-family: "Source Sans Pro", sans-serif;
  max-width: 1050px;*/
}
#how-spot-works{
  max-width: 1050px;
  margin: 2em auto;
  margin-top: 5em;
  text-align: center;
  padding: 0 2em;
}

.chevron{
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  background: #1179bf;
  width: 25%;
  height: 200px;
  display: block;
  float: left;
  margin-right: -3em;
  background: #1179bf;
  position: relative;
  padding-top: 4em;
  font-weight: bold;
}
.chevron div{
  position: relative;
  width: 45%;
  text-align: center;
  margin: 0 auto;
}
.chevron-link a:hover{
  color: #000;
  
}
.chevron-link a{
  cursor: pointer;
}
#chevron-cluster{
  padding-left: 8em;
}
span.chevron a,span.chevron{
  position: relative;
  color:#fff;
  display: block;
  cursor: pointer;
}
.chevron:nth-child(even){
  background: #ad1926;
}
/*.chevron-red{
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  background: #000;
  width: 300px;
  height: 200px;
  display: inline-block;
  float: left;
  margin-right: -4em;
  background: #ad1926;
}*/

/* #HOME Flexslider row------------------------------------------ */
#flexslider{
	width:100%;
}
#slider img{
	max-width: inherit;
  border: 1px solid #ccc;
}
#slider {
  margin: 0;
  width: 100%;
  height: inherit;
  padding: 0; 
  /*margin-bottom: 3em;*/
}
.flexslider,.flexslider2{
  background-color: transparent;
  border: none;
  box-shadow: none;
  z-index: 0 !important;
  margin: 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  zoom: 1;
  position:relative;
}
.flexslider2{
  max-width: 75%;
  
}

.flexslider img {
  width: inherit;
  margin: 0;
  padding: 0; 
} 

ul.slides{
	position: relative;
}
li a div.flex-caption {
	display: block;
	text-align: center;
 	position: absolute;
	top: 3em;
	left:0;
	width: 100%;
	
}
.flex-caption span{ 
  position:relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 3.5em;
  font-weight: bold;
  width: 70%;
  padding-top: 1.2em;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
.flex-direction-nav .flex-prev{

  height: 50px;
  width: 35px;
}
.flex-direction-nav .flex-prev a{
  color:#fff !important;

}
.flex-direction-nav .flex-next{

  height: 50px;
  width: 35px;
}
.flex-direction-nav a:before {
    color: #fff;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 30px;
    /*left: 10px;*/
    /* position: absolute; */
    /* bottom: 5px; */
    margin: 0 auto !important;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    color:#fff;
}
#slider_inner {
    text-align: center;
    margin-top: 0;
    position: relative;
}
#slideshow-message{
  color:#fff;
  position: absolute;
  top: 0 ;
  display: block;
  width: 100%;
  font-family: 'Khula', sans-serif;
  font-size: 1.875rem;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 1);
}
h2.slide-heading{
  margin: 0;
  margin-top: 2em;
  padding: 0;
  font-size: 3.5rem;
  letter-spacing: .1em;
}
@media screen and (min-width: 768px) and (max-width:1024px){

  h2.slide-heading{margin-top: .2em;
  }
  .arrow-wrapper {
    margin-left: 6em;
}
}
span.slide-heading--first-letter{
  margin: 0;
  padding: 0;
  font-size: 4rem;
}
.slide-heading--medium{
  padding: 0;
  font-size: 2.3rem;
  width: 45%;
  margin: 0 auto;
  line-height: 1em;
  font-weight: 400;
}
.slide-heading--small{
  margin: 0;
  margin-top: -.75em;
  padding: 0;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: .2em;
}
#slider_inner p {
}
.arrow-wrapper{
/*  position: relative;
  right: -140px;
  max-width: 400px;*/
}
.arrow-text{
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 1.3em;
  left: 2.5em;
  font-size: 2em;
  display: inline;
  font-weight: 700;
}
h2.make-issue {
  margin-top: -1em;
  padding-left: 1em;
}
#issue-ticket-btn {
    padding-top: 3em;
}
p.hcentered.submit-citation {
    position: relative;
    top: -56px;
    font-weight: bold;
    font-size: 1.6em;
}
#ticket-rule{
  border-top: 3px solid #999;
  width: 50%;
  margin: 1em auto;
  text-align: center;
}
.circular-btn-outer{
  position: relative;
  border-radius: 50%;
  width: 220px;
  height: 220px; 
  background: #1179bf;
  margin: 0 auto;
  margin-top: 7em;
}
a.circlular-btn{
  border-radius: 50%;
  border: 3px solid #fff;
  width: 200px;
  height: 200px; 
  background: #ad1926;
  color:#fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: .6em;
  cursor:pointer;
  position: absolute;
  top: 10px;
  left: 10px;
}
a.circlular-btn:hover{
  background: #1179bf;
}
a.circlular-btn .fa {
  color: #fff;
  padding-left: .35em;
}

#ticket-btn{
  position: relative;

}

#before-btn{
  position: absolute;
  left: 18%;
  top: 39%;
  font-weight: bold;
  font-size: 1.7em;
  color: #ad1926;
}
.spot-it{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  margin-top: 3em;
}
.spot-it strong{
  font-size: 4em;
  color: #1179bf;
}
.how-spot-works {
  padding-top: 2em;
}
.spot-it strong span.it{
  font-size: 3.5rem;
  color: #ad1926;
}
.upper-slides{
  max-width: 450px; 

}

.spot-aqua{
    color: #1179bf;

}
#silos-of-expertise img{
  max-width: 700px;
}
#silos-of-expertise{
  margin-bottom: 5em;
}
#red-yellow-green{
  text-align: left;
  font-size: 1.2em;
  width: 84%;
  max-width: 1050px;
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 3em;
}
ol.silos strong{
  color:#ad1926;
}
#red-yellow-green p{
margin-bottom: 0;
}
i.fa.fa-circle {
    margin-left: .2em;
}
i.fa.fa-circle.red-light{

  color:#ef3f6b;
  font-family: 'FontAwesome';
}
i.fa.fa-circle.yellow-light{
  color:#ecc62f;
  font-family: 'FontAwesome';
}
i.fa.fa-circle.green-light{
  color:#28d298;
  font-family: 'FontAwesome';
}
/*#EXPERTS GRID*/
#experts-grid .col-4{
  position: relative;
  text-align: center;
}
#experts-grid p{
  position: absolute;
  bottom:0;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  color:#eee;
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
#red-yellow-green h2{
  font-size: 1.3em;
  font-weight: normal;
}
/*#EVENTS CALENDAR */
#tribe-events-bar * {
    display: none;
}
.tribe-events-list-separator-month span{
	background: transparent;
}
.tribe-events-list-separator-month {
    display: none;
}
/* #MAIL CHIMP*/
input#mce-EMAIL,input#mce-FNAME,input#mce-LNAME {
    width: 100%;
        margin-bottom: .5em;
        margin-top: 0em;
        padding-left: 1em;
    }
input#mc-embedded-subscribe,#mc_embed_signup .button {
    border: 1px solid #000;
    border-color: none;
    border-radius: 0px !important;
    background: #333111 !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 1.2rem !important;
   
    text-shadow: none;
    width: 100% !important;
    padding: 1.3em 2em !important;
}
input#mc-embedded-subscribe:hover{
	background-color: #000 !important;
}
#mc_embed_signup .size1of2{
	width: 100% !important;
	
}
#mc_embed_signup .mc-field-group input {
  
    height: 2.5em !important;

}
input#mce-MMERGE6-month, input#mce-MMERGE6-day,input#mce-MMERGE6-year{
	font-size: 1em;
}
li label {
    margin-left: .5em !important;
    position: relative !important;
    bottom: .6em !important;
}
#mc_embed_signup .mc-field-group.input-group ul li {
    display: inline !important;
    margin-right: 1em !important;
}
.mc-field-group .datefield {
	text-align: left;
}
span.subfield {
    margin-right: .5em;
}
span.subfield input.datepart{
	padding: 0 .2em;
}	
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
    font-size: .8em;
    }
 #mc_embed_signup .mc-field-group .asterisk {
  /*  position: absolute;
    top: 1.3em !important;
    right: 10px;*/
}
#mc_embed_signup_scroll ul{
	padding: 0;
	margin: 0;
}
#mc_embed_signup .mc-field-group input {

    padding: 0 0;

}
p.mailing-list{
	font-size: .8em;
}
h2.mailing-list, h2.mailing-list .fa{
 
	color:#333111;
}
/*#GIVE*/
button.give-donation-level-btn.give-btn {
    padding: .7em !important;
    font-size: 1em !important;
		color:#fff;
}
button.give-donation-level-btn.give-btn:hover{
	background: #1179bf;
}
/*#NEWS*/
  .blog-content{

  }
.blog-post .col-9{
	padding-left: 3em;
}
.blog-post img{
	width: 90%;
	margin-top: .5em;
}
.blog-post a h1.blog-title {
	text-decoration: none !important;
	font-size: 1.3em;
}
.blog-post a h1.blog-title:hover{
	color:#000;
	display: block;
}
.blog-post a:hover{
	color:#000;
}
.blog-post {
	margin-bottom: 3em;
}
.blog-content-single{
	padding:0 13%;

}
.fa{
	margin-right: 0.3em;
	color:#333;
}
#title h1{
	margin:1em 11%;
	color:#333;
}

h2.post-title,h2.post-title a,.tribe-events-list .type-tribe_events h2 a{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	/*color:#1179bf;*/
  color:#333;
	padding: 0;
	margin: 0;
	margin-bottom: -.5em;
}
h2.post-title{
  padding-bottom: .5em;
}
h2.post-title a:hover{
	color:#ad1926;
}
.post-header {
    
    /*padding-bottom: 1em;*/
}
p.post-date{
	font-size: .9em;
	margin: .8em 0;
	padding: 0;
}
p.post-date span{
	font-weight: bold;
}
/*hides date modified on press entries*/
article.press > div > p:nth-child(2){
	display: none;
}
span.cpt-strong{
	font-weight: bold;
}
.spot-rating p {
    margin: 0;
}
.cpt-pdf{
	padding: 0;
	margin: 0;
	text-transform: capitalize;
}
.cpt-pdf::before{
	content: "\f1c1";
	font-family: FontAwesome;
	padding-right: .25em;
}
.cpt-link-listing, .cpt-link-listing a{
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color:#ad1926;
}
.cpt-link-listing a:hover{
	color: #1179bf;
}
.entry-footer h2{
	margin: 0;
	padding: 0;
	padding-top: 1em;
}
ul.case-type{
	list-style: none;
	display: inline;
	padding: 0;
  margin: 0;
}
ul.case-type li,ul.case-type li a{
	display: inline;
}
ul.case-type li:not(:last-child):after{
	content: ",";
}
.taxonomy-type{
	font-size: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  margin-top: 0;
  border-bottom: 1px dotted #333;
}
article.bios a{
	/*color:#1179bf;*/
	font-weight: bold;
}
article.bios a:hover:not(p){
	color:#1179bf;
}
article.bios p{
	font-size: 1.2em;
	margin-top: 0;
}
article.bios span.company-name{
	font-size: 0.9em;
	color:#333;
  font-weight: normal;
}
.bio-content{
	display: none;
}
.bios .fa-chevron-right {
    margin-left: 1em;
    color: #ccc;
    font-size: .8em;
}.separator{
	color:#ad1926;
}
/*#ICONS*/
#icons {
  margin-top: 3em;
}
.spot-icon{
	 border-radius: 3em;
    padding: .8em;
    width: 3em;
    height: 3em;
    background: #1179bf;
	float: left;
}
.icon-panel {
	display: block;
	margin-bottom: .7em;

}
.icon-panel a:hover{
	color: #000;
}
.icon-panel a{
	outline: 0;
}

.icon-panel a.icon-panel-link:hover:not(p){
	color:#1179bf;
}
.icon-panel p{
	color:#000;
}
.icon-details{
	width:85%;
	float: right;
	text-align: left;
}
.icon-details p{
	margin: 0;
	padding: 0;
	padding-right: 2em;
}
.icon-title {
  font-size: 1.3em;
  padding: .7em 0;
  display: inline-block;
  font-weight: normal;
  padding: .7em 0;
  padding-top: 0.4em;
  display: inline-block;
}

.icon-title .fa-chevron-right{
	margin-left: 1em;
	color:#ccc;
	font-size: .8em;
}
.icon-title .fa-chevron-down{
  margin-left: 1em;
  color:#ccc;
  font-size: .8em;
}
.icon-text a{
  color:#000 !important;
}
.icon-text a:not(.icon-panel-link){
  color:#ad1926 !important;
  text-decoration: underline;
}
i.fa.fa-chevron-right{
	-moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
i.fa.fa-chevron-down{
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  color:#ccc;
}
.fa-rotate-90{
	-moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
}
.fa-rotate-180{
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}

.icon-text{
	
	clear: both;
}
.hidden{
	display: none;
}
/*SHIFT NAV*/
/* background color of mobile header */
#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content {

    background: #1179bf;
   height: 100px !important;
}
.shiftnav-main-toggle-content.shiftnav-toggle-main-block img {
    width: 18%;
    position: relative;
    top: -.8em;
}
#shiftnav-toggle-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 500000;
    text-align: center;
    background: #1179bf !important;
    color: #eee;
}
#mobile-before-btn{display: none;}

/*TOGGLE MENU Media Queries*/

@media screen and (min-width: 767px) {
	.menu-toggle {display: none;}
	.main-navigation ul {display: block;
	}

}
@media screen and (max-width: 1060px) {

.details-name {
    width: 40%;
    text-align: center;
    color: #1179bf;
    font-size: 1.3em;
    float: left;
    padding: 0.7em;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
  z-index: 1;

}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;

}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

h1.page-title{
	margin: 1em 5%;
    	color: #333111;
}

header > h1{
	display: none;
}
.page-id-414 .entry-content,.page-id-720 .entry-content{
   counter-reset: item;
 }
 .page-id-414 .entry-content ol, .page-id-720 .entry-content ol {
   list-style: none;
   font-size: 1.4em;
   margin-left: -1.6em;
 }
 .page-id-414 .entry-content li,.page-id-720 .entry-content li {
   counter-increment: item;
   margin-bottom: 1.5em;
 }
 .page-id-414 .entry-content li:before,.page-id-720 .entry-content li:before  {
   margin-right: 10px;
   content: counter(item);
   background: #ad1926;
   border-radius: 100%;
   color: white;
   width: 1.5em;
   text-align: center;
   display: inline-block;
 }

 .number-bubble{
  background: #ad1926;
   border-radius: 100%;
   color: white;
   width: 1.5em;
   text-align: center;
   display: inline-block;
   margin-left: -1.7em;
   position: relative;
   left:-1em;
 }
.red{
  color:#ad1926;
 }
 .blue{
  color:#1179bf;
 }
 i.fa.fa-wheelchair {
    background: #1179bf;
    padding: .25em;
    color: #fff;
}
#usp-form-451 i.fa.fa-times-circle {
    font-size: 2em;
}
#usp-form-451 .usp-checkboxes em {
    text-decoration: underline;
}
form#usp-form-451 {
    position: relative;
}
#ada-definition{
  display: none;
  position: absolute;
  background: #eee;
  padding: 1em;

  border: 1px solid #333;
  border-radius: .25em;
}
input#usp-remember,label.usp-label.usp-label-remember{
    visibility: hidden;
}
/*FINE UPLOADER*/
#remove-btn, .qq-upload-cancel {
    max-width: 30px;
}
.col-6.uspot {
    text-align: right;
    padding-top: 2em;
}
/* # MEDIA QUERIES*/
@media (min-width: 320px) {
  
  body{font-size: .8rem;}
  #masthead{display: none;}
  #content{margin-top: 0;}
  .shiftnav-main-toggle-content.shiftnav-toggle-main-block img{max-width: 55px;}
  #main{padding: 0 2em;}
  #primary.has-sidebar{width: 100%;}
  #primary {margin-top: 4em;}
  #secondary.has-sidebar{width: 100%;float:none;}
  .leftside-social-menu{display: none;}
  .hide-slides-mobile{display: none;}
  .col-6.uspot {display: none;}
  .col-6 {float: none;width: 100%;}
  .col-4 {width: 100%;}
  .show-hero-mobile.row {margin-top: 2em;}
  #ticket-btn{margin-top: 6em;}
  .q-and-a{padding: 0;}
  .q-and-a ul li{padding: 1.5em;border-radius: 0;}
  .flexslider2{width: 100%;}
/*  .flex-direction-nav,.flex-control-nav {display: none;}*/
  .answer {display: block;width: 80%;float: left;}
  #red-yellow-green h2 {font-size: 1rem;}
  #icons{margin-top: 0;padding: 0 4em;}
  #icons h2{text-align: center;}
  ul#primary-menu {display: none;}
  ul#social-menus{padding: 0;}
  button, input[type="button"], input[type="reset"], input[type="submit"] {padding: 1.3em 1em !important;}
  form.searchandfilter {padding-bottom: 3em;}
  main select{width: 100%;}
  ul{margin: 0;}
  #silos-of-expertise img {max-width: 270px;}
  .wpcf7-form {  width: 100%; }
  .number-bubble {margin-left: 0;left: 0;}
  #colophon .footer-nav ul.sub-menu{display: none;}
  #ada-definition{top:38em;}
}  

@media (min-width:480px){
  #experts-grid .col-4{width: 33%;}
  #silos-of-expertise img {max-width: 171px;}
  #colophon .footer-nav ul.sub-menu{display: none;}
  .leftside-social-menu{display: none;}
}
@media (min-width: 767px) {
  body{font-size: 1rem;}
  #masthead{display: block;}
  ul#primary-menu {display: block;}
  #ticket-btn{margin-top: 0em;}
  #primary.has-sidebar{width: 63%;float:left;}
  #secondary.has-sidebar{width: 37%;float:left;}
  .col-6.uspot {display: block;}
  .col-6{width: 50%;float: left;}
  .show-hero-mobile.row{display: none;}
  .hide-slides-mobile{display: block;}
  h2.slide-heading{margin-top: .5em;}
  .slide-heading--medium{width: 65%;}
  #upper-space{width: 25%;}
  main select{width: 45%;}
  #experts-grid .col-4{width: 33%;}
  #silos-of-expertise img {max-width: 295px;}
  #colophon .footer-nav ul.sub-menu{display: none;}
  #logo{margin-left: 2em;}
  .q-and-a ul li{border-radius: 1em;}
  #ada-definition{top:38em;}

}  
@media (min-width:900px){
  h2.slide-heading{margin-top: 1.5em;}
  #colophon .footer-nav ul.sub-menu{display: none;}
}
@media (min-width: 995px) {
  #upper-space{width: 40%;}
  #experts-grid .col-4{width: 33%;}
  #silos-of-expertise img {max-width: 318px;}
  #colophon .footer-nav ul.sub-menu{display: block;}
  #logo{margin-left: 2em;}
  
}
@media (min-width: 1060px) {
  #experts-grid .col-4{width: 33%;}
  #silos-of-expertise img {max-width: 303px;}
  #logo{margin-left: 2em;}
  .leftside-social-menu{display: none;}
}
@media (min-width: 1100px){
  .leftside-social-menu{display: block;}
}