/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc
	#Navigation & Dropdowns */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}






/* Tables (Seths)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: right;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0px; }
th:last-child,
td:last-child {
  padding-right: 0px; }


.callout-table table {
	width: 100%;
}
.callout-table th, .callout-table thead {
    border-bottom: 3px solid #30cbd2;
    text-align: center;
    color: #BED12B;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: bold;
}

.callout-table td{
	border-bottom: 1px solid #b7d4d6;
	color: #012c60;
	text-align: center;
	padding: 6px 0;
}

.tbl-total {
	border-bottom: 5px solid #30cbd2;
	font-size: 20px;
}
.tbl-total-purple td{
	border-bottom: none;
	font-size: 20px;
	color: #b41a83;
	text-align: right;
}






/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}




/* #Basic Styles
================================================== */

html {
  font-size: 10px;
  line-height: 10px;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #444;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 1.6rem;
}

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	margin: 15px 0;
	text-transform: uppercase;

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 4rem;
	line-height: 5rem;
}
h1.pagetitle {
	font-size: 2.4rem;
	line-height: 2.8rem;
	color: #30cbd2;
	text-transform: capitalize;
	padding-bottom: 18px;
}
h2 {
	font-size: 3.4rem;
	line-height: 3.8rem;
}
h3 {
	font-size: 2.5rem;
	line-height: 3.4rem;
}

h4 {
	font-size: 1.9rem;
	line-height: 2.1rem;
	color: #fff;
	font-weight: bold;
}
/*.subpage h1 {
	font-size: 4rem;
	line-height: 5rem;
}
.subpage h2 {
	font-size: 3rem;
	line-height: 4rem;
}
.subpage h3 {
	font-size: 2.5rem;
	line-height: 3.4rem;
}
.subpage h4 {
	font-size: 2rem;
	line-height: 3rem;
}*/
p {
	margin: 15px 0 15px 0;
}
p img {
	margin: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #333;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 120%;
	line-height: 2.4rem;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 80%;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

/* #Links
================================================== */

a, a:visited {
	color: #a12f86;
	text-decoration: none;
	outline: 0;
}

.content a, .content a:visited {
	font-weight: bold;
}


a:hover, a:focus {
	color: #000;
}
p a, p a:visited {
	line-height: inherit;
}

/* #Lists
================================================== */

ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: none outside;
}
.content ul {
	list-style: disc outside;
	margin:22px 0 26px 20px;
}
.footer.content ul {
	list-style: none;
	margin: 10px 0;
}
.footer li {
	margin-bottom: 0px;
	}
ol {
	list-style: decimal;
}
ol {
	margin-left: 30px;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: inherit;
	margin-bottom: 8px;
}
ul.large li {
	line-height: 2.1rem;
}
li p {
	line-height: 2.1rem;
}

/* #Images
================================================== */

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

/* #Buttons
================================================== */

a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	font-size: 1.5rem;
	border-radius: 6px;
	background-color: #BED12B;
	cursor: pointer;
	/*height: 24px;*/
	color: #022c58;
	display: inline-block;
	text-decoration: none;
	text-shadow: none;
	line-height: 2.6rem;
	padding: 1rem 2rem 1rem 2rem;
	margin: 10px 0px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	border: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
}


.header a.button{
	margin: 0px !important;
}


a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-color: #AAB543;
	color: #fff;
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

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

form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}


input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="phone"]  textarea, select {
    border: 1px solid #ccc;
    padding: 0% 2%;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 0px;
    font-size: 1rem;
    color: #777;
    width: 100%;
    /*max-width: 96%;*/
    display: block;
    margin: 0px;
    background: #fff;
	height:37px !important;
}


select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus,  textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
textarea {
	min-height: 60px;
}

select {
	width: 220px;
	height:37px;
}
input[type="checkbox"] {
	display: inline;
}
label{
    display: block;
    padding-bottom: 7px;
}

/* #Form Validation Styles
================================================== */

span.wpcf7-list-item {
	margin: 7px 11px 0px 0em !important;
	}
div.wpcf7-validation-errors, div.wpcf7-spam-blocked {
	border: 2px solid #f7e700 !important;
	width: 96% !important;
	background-color: #f7e700 !important;
	font-weight:500 !important;
	}
div.wpcf7-response-output {
	margin: 10px 0 !important;
	padding: 4% !important;
	}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14 !important;
	width: 96% !important;
	background-color: #398f14 !important;
	font-weight:500 !important;
	color:#fff !important;
	}
span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 1em !important;
	font-weight: 500 !important;
	}
div.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha{
	padding-bottom: 15px !important;
}


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

.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}


/* #Social Icons
================================================== */


.social li {
	float: left;
}
.social a {
	background-size: auto 32px;
	display: block;
	width: 31px;
	height: 32px;
	}
a.facebook {
	background-position: 0px 0px;
}
a.twitter {
	background-position: -31px 0px;
}
a.google {
	background-position: -62px 0px;
}
a.youtube {
	background-position: -93px 0px;
}
a.instagram {
	background-position: -124px 0px;
}
a.linkedin {
	background-position: -155px 0px;
}


/*Social Icons in Header*/

.nav .social li {
	padding-left: 7px;
}
.header .social a {
	background-image: url("../images/social-round.png.html");
	margin-bottom: 14px;
	}


/*Social Icons in Footer*/

.footer .social li {
	padding-right: 1px;
}
.footer .social a {
	background-image: url("../images/social-no-bkg.png.html");
	}
.footer ul.social {
	margin-top: 0px;
	display: inline-block;
	left: -11px;
	position: relative ;
}


/* #Posts Navigation
================================================== */


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.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%;
}

.nav-next:after{
	content:" >>";
	text-decoration:none;
	color:#678c98;
	font-weight:bold;
	font-size:1.2rem;
	}
.nav-previous:before{
	content:"<< ";
	text-decoration:none;
	color:#678c98;
	font-weight:bold;
	font-size:1.2rem;
	}



/* #Main Navigation
================================================== */

.nav { /* ? Placement in container */
	padding: 0px 0px 0px 0px;
}
.nav ul {
	float: none;
	padding: 0px;
	margin: 0px;
}
.nav li {
	display: inline;
	margin: 0px;
	padding: 0px;	/*width: 10em;  ?????????? width needed or else Opera goes nuts */
}
.nav a {
	display: inline-block;
	padding-right: 20px; /* ? Width Between Nav links/items */
	font-size:1.5rem;
	font-weight: 300;

	color: #fff;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
}
.nav ul li:hover a {
	color: #BED12B;
	text-decoration: none;
}

/* #Dropdowns
================================================== */

.nav ul li a {
    margin-bottom: 7px;
    margin-top: 7px;
}
.nav ul li ul { /* Drop Down Box */
	position: absolute;
	background-color: rgba(150, 150, 150, 0.8); /*Transparency*/
	width: 190px; /*Background Box of Drop Down*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
.nav ul li ul li a { /*Drop Town Links*/
	color: #fff;
	width: 172px; /* Width of Border lines (text) in Drop Downs */
	font-size: 1.4rem;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	z-index: 100;
}
.nav ul li ul li a:hover { /* Dropdowns Rollover */
	color: #fff;
	background-color: rgba(120, 120, 120, .8); /*Transparency*/
	width: 172px;
	z-index: 100;
}
.nav li:hover ul, .nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 100;
	/* lists nested under hovered list items */
	-webkit-animation: fadein .75s; /* Safari and Chrome */
	-moz-animation: fadein .75s; /* Firefox */
	-ms-animation: fadein .75s; /* Internet Explorer */
	-o-animation: fadein .75s; /* Opera */
	animation: fadein .75s;
}

 @keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
