/* Color Reference
 * ===============
 *
 * rgb(235,156,62) 		#EB9C3E		Flat Orange (Header Text)
 * rgb(247,151,30) 		#F7971E		Loud Orange
 * rgb(81,200,232) 		#51C8E8		Candy Blue
 * rgb(241,249,253)		#F1F9FD		Baby Blue
 *
 */

@import url(//fonts.googleapis.com/css?family=Raleway:200,300,500,600);

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*.grecaptcha-badge {
    display: none !important;
}*/

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin: 2em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Newsletter form
   ========================================================================== */

#newsletter-signup-container {
    background: linear-gradient(to right, rgb(247,151,30) 1%, rgb(180,180,180), rgb(81,200,232));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 1000px;
    z-index: 10;
}
#newsletter-intro-message:hover,
#newsletter-subscribed-message:hover,
#close-newsletter-box:hover {
    cursor: pointer;
    /* text-decoration: underline; */
    color: #333;
    text-shadow: 1px 1px 3px #fff;
    
}
#newsletter-intro-message .fa-rss {
    padding: 0 0.5em;
}
#newsletter-intro-message {
    max-width: 300px;
}
#newsletter-intro-message,
#close-newsletter-box {
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 400;
    text-shadow: 1px 1px 3px #222;
}
#close-newsletter-box {
    display: none;
}
#newsletter-signup-container h4 {
    font-size: 130%;
}
#newsletter-signup-container input {
    border-radius: 4px;
    border: none;
    margin: 5px;
    background: #fff;
}
#newsletter-subscribed-message {
    font-size: 100%;
}
#name-newsletter {
    width: 300px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 10px;
}
#email-newsletter {
    width: 300px;
    padding-top: 14px;
    padding-bottom: 14px;
}
#newsletter-form {
    display: none;
    width: 100%;
    opacity: 0;
    transition: opacity 100ms linear;
    max-width: 300px;
}
#newsletter-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}
#submit-newsletter:hover {
    color: #00A8E1;
    background: #e6e6e6;
}
#newsletter-signup-check {
    display: flex;
    padding: 0 20px;
    align-items: flex-start;
}
#newsletter-signup-check input {
    margin: 10px
}
#newsletter-success-message,
#newsletter-error-message {
    display: none;
}
#newsletter-additional-options-container {
    max-width: 400px;
    margin: 0 auto 20px auto;
    display: none;
    width: 100%;
    opacity: 0;
    transition: opacity 100ms linear;
}
#display-additional-options-button {
    margin-bottom: 10px;
    font-size: 110%;
    padding: 0 20px;
}
#display-additional-options-button:hover {
    text-decoration: underline;
    cursor: pointer;
}
.newsletter-additional-option {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    margin: 0 0 0 50px;
}
.newsletter-additional-option label {
    margin-bottom: 0;
}
.newsletter-additional-option p {
    margin: 2px;
    font-size: 100%;
}
#newsletter-permission-checkbox-label {
    margin-bottom: 0;
}
#newsletter-permission-checkbox-label h5 {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 77%;
}

/* ==========================================================================
   LAMP COE form
   ========================================================================== */

#lcc-form-container,
#lci-form-container {
  margin-top: 100px;
}
#lcc-form,
#lcc-response-container,
#lci-form,
#lci-response-container  {
  --bg-color: #f7f7f7;
  margin: 0 auto 40px auto;
  max-width: 700px;
  padding: 40px;
  border-radius: 20px;
  background: var(--bg-color);
}
#lcc-response-container,
#lci-response-container {
  margin-top: 100px;
  text-align: center;
  display: none;
  color: #555;
  font-size: 150%;
  padding: 20px;
}
#lcc-form p,
#lci-form p {
  line-height: 100%;
  font-size: 100%;
}
#lcc-form li,
#lci-form li {
  line-height: 100%;
  font-size: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: rgb(100,100,100);
  margin-bottom: 10px;
}
#lcc-form input,
#lci-form input {
  border: none;
  outline: none;
  background: var(--bg-color);
  width: 100%;
}
#lcc-form label,
#lci-form label {
  margin-bottom: 0;
}
#lcc-form textarea,
#lci-form textarea {
  border: none;
  outline: none;
  background: var(--bg-color);
  vertical-align: top;
}
#lcc-form .flex-input,
#lci-form .flex-input {
  display: flex;
  flex-direction: column;
  position: relative;
}
#lcc-form .flex-row,
#lci-form .flex-row {
    width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}
#group-input {
  display: flex;
}
.input-margin {
  margin-bottom: 20px;
}
.color-rule {
  height: 3px;
  background: linear-gradient(to right, rgb(247,151,30) 1%, rgb(180,180,180), rgb(81,200,232));
  overflow: hidden;
}
.color-rule div {
  width: 100%;
  height: 100%;
  background: #d7d7d7;
  transition: 500ms;
}
#lcc-form-submit,
#lci-form-submit {
  height: 50px;
  background: linear-gradient(to right, rgb(247,151,30) 1%, rgb(180,180,180), rgb(81,200,232));
  border: none;
  outline: none;
  margin-top: 20px;
  color: #000000;
  font-weight: bold;
  border-radius: 20px;
}
#lcc-form-submit:hover,
#lci-form-submit:hover {
  background: rgb(180,180,180);
}
#lcc-form textarea,
#lci-form textarea {
  margin-top: 5px;
  width: 100%;
  height: 100%;
  padding: 2px 5px;
  border: solid 3px #d7d7d7;
  transition: 300ms;
}
#lcc-form textarea:focus,
#lci-form textarea:focus {
  border: solid 3px rgb(247,151,30);
}
@media (max-width: 500px) {
  #lcc-form-container,
  #lci-form-container {
    margin-top: 20px;
  }
  #lcc-form,
  #lci-form {
    --bg-color: #ffffff;
    margin: 0 auto 40px auto;
    padding: 0;
  }
}




.lamp-cert-checkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 50px;
  width: 1px !important;
}

.lamp-cert-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  /* font-size: 200%; */
  z-index: 100;
  margin: 20px 0 0 0;
}

.lamp-cert-checkbox+label span {
  padding-left: 10px;
  width: 80%;
}

.lamp-cert-checkbox+label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  border: solid 4px #ddd;
  border-radius: 2px;
  transition: 300ms;
}

.lamp-cert-checkbox-amt label {
  display: flex;
  align-items: center;
}

.lamp-cert-checkbox-amt label span {
  padding-bottom: 5px;
}

.lamp-cert-checkbox-amt .lamp-cert-checkbox+label:before {
  border-radius: 25px !important;
}

.lamp-cert-checkbox:hover+label:before {
  background: #bbb;
}

.lamp-cert-checkbox:focus+label:before {
  box-shadow: 0 0 0 4px #9cbdcc;
  border-radius: 2px;
}

.lamp-cert-checkbox:checked+label:before {
  background: linear-gradient(to right, rgb(247,151,30) 1%, rgb(180,180,180), rgb(81,200,232));
}

.lamp-cert-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.lamp-cert-checkbox:disabled+label:before {
  box-shadow: none;
  background: #ddd;
}

.lamp-cert-checkbox:checked+label:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 24px;
  background: #fff;
  width: 6px;
  height: 6px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 6px 0 0 #fff, 8px 0 0 #fff, 10px 0 0 #fff, 10px -2px 0 #fff, 10px -4px 0 #fff, 10px -6px 0 #fff, 10px -8px 0 #fff, 10px -10px 0 #fff, 10px -12px 0 #fff, 10px -14px 0 #fff, 10px -16px 0 #fff, 10px -18px 0 #fff, 10px -20px 0 #fff, 10px -22px 0 #fff, 10px -24px 0 #fff;
  transform: rotate(45deg);
}



#lci-application-fee h4 {
  margin: 0;
}

.label-mb {
  margin-bottom: 10px !important;
}

.lci-inner-wrap {
  margin: 0 auto 20px auto;
  padding: 20px;
  border-radius: 20px;
  background: #efefef;
}

#lci-application-fee-amt {
  color: rgb(81,200,232);
}

.validation-errors-output {
  display: none;
  margin: 0;
  color: white;
  text-align: center;
}

#lci-form .po-payment-input input {
  background: #efefef;
}

/* .stripe-payment-input,
.po-payment-input {
  display: none;
} */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#aacrn_dropdown + div {
	-webkit-box-shadow: -1px 1px 0px 0px rgba(235, 235, 235, .5);
	-moz-box-shadow: -1px 1px 0px 0px rgba(235, 235, 235, .5);
	box-shadow: -1px 1px 0px 0px rgba(235, 235, 235, .5);
}

body {
	color:rgb(100,100,100);
}

a {
	color: #3168D8;
	font-weight: 500;
	text-decoration: underline;
}

a:hover {
	color: #5188F8;
}

a:focus {
	color: #1148B8;
}

a.white {
	color:#FFF;
}

a.btn {
	text-decoration: none;
}

.crumbtrail {
	padding: 0.25em;
	z-index: 100;
	font-size: 80%;
	text-transform: uppercase;
}

.crumbtrail .glyphicon-menu-right {
	padding: 0 1em;
}

.crumbtrail a {
	color: #555;
	text-decoration: none;
}

.crumbtrail a:hover {
	text-decoration: underline;
}

a:focus {
	outline:0;
	/*text-decoration: none;*/
}

h1,h2,h3,h4,h5 {
	color: rgb(100,100,100);
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 150%;
	font-weight: 600;
}

h1:after{
	/*content: '';
	background: rgb(100,100,100);
	height: 1px;
	width: 2em;
	display: block;
	margin: .2em 0;*/
}

textarea {
	resize: none;
}

fieldset {
	border: solid 1px #AAA;
	border-radius: 5px;
	margin: 5px;
	padding-bottom: 1em;
}

legend {
	width: auto;
	padding: 0 10px;
	border-bottom: none;
	font-size: 12pt;
	font-weight: 900;
}

.extraLarge {
	font-family: 'Raleway', sans-serif;
	/*font-size: 57px;*/
	font-size: 50px;
	margin: 0;
	color:grey;
	font-weight: 200;
}

@media screen and (max-width: 1200px) {
	.extraLarge {
		font-size: 40px;
	}
}

@media screen and (max-width: 768px) {
	.extraLarge {
		font-size: 30px;
	}
}

/*h1.subExtraLarge {
	font-size: 250%;
	margin: 0;
	font-weight: 400;
	margin-top: 1em;
}*/

p {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 190%;
	font-size: 120%;
	color:rgb(100,100,100);
}

.container-fluid, footer {
	max-width: 100vw;
}

.container-fluid {
	padding: 0;
}

.container-fluid.adminLogin {
	background: url('/assets/img/circles_bg.svg') no-repeat left center #4C516D;
	background-size: 200%;
}

.jumbotron.loginForm {
	color:#fff;
	background: transparent;
}

.jumbotron.loginForm p {
	color:#fff;
}

#navContainer {
	width: 100%;
	background: transparent;
	z-index: 2;
}

.logo {
	margin-left: 1em;
	line-height: 64px;
}

.navbar {
	border: none !important;
}

.nav,
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav a {
	display: block;
	font-size: 12pt !important;
	font-weight: 300 !important;
	color: #555;
	font-family: 'Raleway', sans-serif;
}

.nav-alt {
	margin-top: 1em;
}

.nav-alt a {
	color: #FFF;
	-webkit-text-shadow: 1px 1px 3px #222;
	text-shadow: 1px 1px 3px #222;
}

.dropdown-menu a {
	-webkit-text-shadow: none;
	text-shadow: none;
}

.menu-divider {
	display: none;
	color: #555;
	font-size: 14pt;
	font-weight: 100;
}

.menu-divider-alt {
	color: #FFF;
}

div#main-navbar.collapse.navbar-collapse {
	text-align: center;
}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

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

nav {
	padding: 0 !important;
	margin: 0 !important;
	z-index: 10;
}

.nav li a {
	background: #F00;
	padding: 0.75em !important;
}

ul.nav li a {
	background: transparent;
	text-decoration: none;
}

ul.nav li:hover a {
	background: transparent;
	text-decoration: underline;
}

ul.nav li.dropdown:hover a {
	background: transparent;
}

.nav-toggle {
	display: none;
}

.navbar-collapse {
	border: none;
	box-shadow: none;
}

.dropdonw-menu {
	z-index: 10;
}

.dropdown-menu li a {
	text-decoration: none !important;
}

.dropdown-menu li:hover {
	background: rgb(241,249,253);
}

.modal-body-touch {
    min-height: 100px;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.alert{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 190%;
	font-size: 120%;
}

@media (min-height: 600px) {
    .modal-body-touch {
        max-height: 500px;
    }
}

@media (min-height: 800px) {
    .modal-body-touch {
        max-height: 700px;
    }
}

@media (min-height: 1000px) {
    .modal-body-touch {
        max-height: 800px;
    }
}

@media (min-height: 1200px) {
    .modal-body-touch-body {
        max-height: 1000px;
    }
}




@media(min-width: 1200px) {
	.nav li,
	.nav a {
		display: inline-block;
		border: 0;
	}
	.nav .subnav-toggle {
		display: none;
	}
	.nav ul li,
	.nav ul a {
		display: block;
	}
}

/* Move button to the left when aacrn dropdown button visible */
@media (min-width: 768px) {
	.navbar-toggle {
		margin-right: 3em;
	}
}

/* Resize navbar text so it does not wrap at this resolution */
@media (min-width: 1200px) and (max-width: 1441px) {
	.nav a {
		font-size: 10pt !important;
	}
	.nav li a {
		background: #F00;
		padding: 0.5em !important;
	}
	.menu-divider {
		font-size: 12pt;
	}
}

#hp{
	visibility: hidden;
}
/* Give logo some space at large resolution */
@media (min-width: 1500px) {
	.mainNavBar-logo {
		margin-right: 2em;
	}
}

/* Set the collapse breakpoint in bootstrap */
@media (max-width: 1199px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.nav ul {
		background: #FFF;
	}
	#main-navbar ul {
		background: #FFF;
		width: 100%;
		/*width: 260px;*/
		/*float: right;*/
		/*border-radius: 10px;*/
		border: 1px solid #555;
	}
	#main-navbar a {
		color: #555;
	}
	.nav li:hover {
		background: rgb(241,249,253);
	}
	.nav li a {
		text-decoration: none !important;
	}
	.nav .open .dropdown a {
		margin-top: 11em !important;
	}
	.dropdown-menu {
		/*position: static;*/
		width: 100%;
		position: relative;
		bottom: 12px;
		/*width: 260px;*/
		text-align: center;
		border: none !important;
		box-shadow: none;
	}
	.dropdown-menu li {
		position: relative;
	}
	.dropdown-menu a {
		font-size: 10pt !important;
		text-transform: none !important;
	}
	.nav-alt a {
		-webkit-text-shadow: none;
		text-shadow: none;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #555;
	}
	.navbar-default .navbar-toggle .icon-bar-alt {
		background: #FFF;
	}
	.navbar-default .navbar-toggle:hover {
		background: #EB9C3E;
	}
}





div#header.container-fluid {
	position: relative;
	padding: 0;
	background: url('/assets/img/slider_image_2.jpg') no-repeat center top;
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:900px;
	max-height: 65vh;
	max-width: 100vw;
	margin:0 auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./assets/img/slider_image_2.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/slider_image_2.jpg', sizingMethod='scale')";
}

div#content.container-fluid {
	/*padding: 2em 0;*/
	padding: 0;
	background: url('/assets/img/triangle.svg') no-repeat top;
	background-size: 150%;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	/*height:900px;*/
	margin:0 auto;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./assets/img/slider_image_2.jpg', sizingMethod='scale');*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/slider_image_2.jpg', sizingMethod='scale')";*/

}

div#content .col-sm-5 img,
div#content .col-sm-offset-6 img {
	width:100%;
}

div#content iframe {
	margin: auto;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div#content img,
div#content video,{
	/*margin: 0.5em 1em;*/
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	margin: 0.5em 1em 3em 1em;
	-webkit-box-shadow: 0px 50px 70px -55px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 50px 70px -55px rgba(0,0,0,0.9);
    box-shadow: 0px 50px 70px -55px rgba(0,0,0,0.9);
}

div#content .container h1 {
	font-size: 26px;
	text-transform: uppercase;
	color:orange;
}

div#content .container h2 {
	color:orange;
}

div#content .container h2:after {
	content: '';
	background: rgb(100,100,100);
	height: 1px;
	width: 2em;
	display: block;
	margin: .5em 0;
}

/* Media queries to make the header image look good at various resolutions */
@media only screen and (max-height: 533px) and (max-width: 699px) {
	div#header.container-fluid {
		background-position: center top;
	}
}
@media only screen and (max-height: 533px) and (min-width: 700px) and (max-width: 1199px) {
	div#header.container-fluid {
		background-position: center -5em;
	}
}
@media only screen and (max-height: 533px) and (min-width: 1200px) and (max-width: 1439px) {
	div#header.container-fluid {
		background-position: center -10em;
	}
}
@media only screen and (max-height: 533px) and (min-width: 1440px) and (max-width: 1919px) {
	div#header.container-fluid {
		background-position: center -10em;
	}
}
@media only screen and (max-height: 533px) and (min-width: 1920px) {
	div#header.container-fluid {
		background-position: center -20em;
	}
}

@media only screen and (min-height: 533px) and (max-height: 799px) and (max-width: 1199px) {
	div#header.container-fluid {
		background-position: center top;
	}
}
@media only screen and (min-height: 533px) and (max-height: 799px) and (min-width: 1200px) and (max-width: 1919px) {
	div#header.container-fluid {
		background-position: center -5em;
	}
}
@media only screen and (min-height: 533px) and (max-height: 799px) and (min-width: 1920px) {
	div#header.container-fluid {
		background-position: center -10em;
	}
}

@media only screen and (min-height: 800px) and (max-height: 999px) and (max-width: 1199px) {
	div#header.container-fluid {
		background-position: center top;
	}
}
@media only screen and (min-height: 800px) and (max-height: 999px) and (min-width: 1200px) and (max-width: 1919px) {
	div#header.container-fluid {
		background-position: center -5em;
	}
}
@media only screen and (min-height: 800px) and (max-height: 999px) and (min-width: 1920px) {
	div#header.container-fluid {
		background-position: center -10em;
	}
}

@media only screen and (min-height: 1000px) and (max-height: 1199px) and (max-width: 1199px) {
	div#header.container-fluid {
		background-position: center top;
	}
}
@media only screen and (min-height: 1000px) and (max-height: 1199px) and (min-width: 1200px) and (max-width: 1919px) {
	div#header.container-fluid {
		background-position: center -5em;
	}
}
@media only screen and (min-height: 1000px) and (max-height: 1199px) and (min-width: 1920px) {
	div#header.container-fluid {
		background-position: center -10em;
	}
}

@media only screen and (min-height: 1200px) and (min-width: 1920px) {
	div#header.container-fluid {
		background-position: center -10em;
	}
}

h1.tagline {
	font-size: 100px;
	font-size: 7vw;
	font-size: 7vmin;
	color: white;
	width: 100%;
	font-weight: 500;
	text-align: center;
	position: absolute;
	bottom: 0.1em;
	/*top: 1.5em;*/
	left: 50%;
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	-webkit-text-shadow: 1px 1px 3px #222;
	text-shadow: 1px 1px 3px #222;
}

h1.tagline span.orange {
	color:rgb(235,156,62);
}

#intro {
	background: rgb(241,249,253);
	max-height: 30em;
	margin: 0 auto;
	border: 15px solid #fff;
	margin-bottom: 5em;
}

#intro-quote-line {
	width: 50%;
	height: 1px;
	background: #555;
	margin: 1em auto 0 auto;
	margin: 2em auto;
}

#intro-quote {
	padding: 0 8em 1em 0;
}

#intro-text {
	padding: 1em 0.25em;
	font-size: 14px;
	color: grey;
	font-family: 'Raleway', sans-serif;
}

#intro-text p {
	line-height: 25px;
}

/*#intro {
	padding: 2em;
	max-width: 100vw;
	overflow: visible;
}

#intro .container {
	padding: 0;
}

#intro-quote {
	padding: 2em;
	text-align: center;	
}

#intro-text {
	padding: 3em;
	font-family: Arial;
	border: 1px solid #51C8E8;
	border-radius: 10px;
	background: #F1F9FD;
	-webkit-box-shadow: 0px 8px 4px -4px rgba(50,50,50,.4);
	-moz-box-shadow: 0px 8px 4px -4px rgba(50,50,50,.4);
	box-shadow: 0px 8px 4px -4px rgba(50,50,50,.4);
}*/

@media only screen and (max-width: 768px) {
	#intro,
	#intro-quote,
	#intro-text {
		padding: 0.1em;
	}
}

#colorNavContainer {
	max-width: 100vw;
	padding: 0.25em;
	margin: 2em auto;
	background: rgb(247,151,30);
	background: -webkit-linear-gradient(left, rgb(247,151,30) 1%, rgb(180,180,180), rgb(81,200,232));
	background: -o-linear-gradient(right, rgb(247,151,30) 1%, rgb(180,180,180), rgb(81,200,232));
	background: -moz-linear-gradient(right, rgb(247,151,30) 1%, rgb(180,180,180), rgb(81,200,232));
	background: linear-gradient(to right, rgb(247,151,30) 1%, rgb(180,180,180), rgb(81,200,232));
	overflow: hidden;
}

.colorNav {
	/*padding: 2%;*/
}

.colorNav a {
	display: block;
	/*color: #F9F9F9;*/
	color: #555;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 1em;
	/*border: solid 1px #FFF;*/
	/*white-space: nowrap;
	overflow: hidden;*/
	/*-webkit-text-shadow: 1px 1px 3px #222;
	text-shadow: 1px 1px 3px #222;*/
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

.colorNav a:hover {
	/*color: #555;
	background: #FFF;*/
	text-decoration: none;
	/*-webkit-box-shadow: 0px 4px 10px rgba(50,50,50,.6);
	-moz-box-shadow: 0px 4px 10px rgba(50,50,50,.6);
	box-shadow: 0px 4px 10px rgba(50,50,50,.6);*/
	/*color: #FFF;*/
	color: #555;
	font-weight: 900;
	/*-webkit-text-shadow: 0 0 1px #222;
	text-shadow: 0 0 1px #222;*/
}

@media screen and (min-width: 768px) {
	#colorNavContainer {
		padding: 2em;
	}
	.colorNav a {
		font-size: 24px;
	}
	#colorNavContainer .container {
		display: flex;
	}

	#colorNavContainer .container > div {
		flex-grow: 1;
	}

	.colorNav {
		/*padding: 2%;*/
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
} 

ul.dropdown {
	z-index:2;
}

ul.controlButtons {
	/*height:45px;*/
	/*margin:25px 0 10px 0;*/
	/*vertical-align: middle;*/
	/*width: 25em;*/
	padding: 0;
	text-align: center;
	margin:0;
	position: absolute;
	right: 0;
	top:50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

ul.controlButtons li {
	display: inline-block;
	list-style-type: none;
	padding-top: 0.5em;
	margin:0 0.25em;
}

ul.controlRowButtons {
	text-align: center;
	margin:0;
	padding: 0;
	/*height:45px;*/
	/*margin:20px 0 10px 0;*/
	/*vertical-align: middle;*/
}

ul.controlRowButtons li {
	display: inline-block;
	list-style-type: none;
	/*padding-top: 0.5em;*/
	margin: 0 0.25em 0.5em 0.25em;
}

ul.controlRowButtons.inline li {
	display: inline-block;
}

.articlePreviewPic {
	margin-top: 5em;
	width: 10em;
	height: 10em;
}

/*.pageRow {

}

div.row.pageRow:last-child {
	border-bottom: none;
}*/

.center {
	margin: 0 auto !important;
	text-align: center;
}

.col-center {
	margin: 0 auto !important;
	text-align: center;
	float: none;
}

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

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

footer {
	clear:both;
	margin: 5em auto 0 auto;
	padding:3em 0;
	background: url('/assets/img/footer_graphic2.png') repeat-x center top;
}

footer#admin {
	font-size: 70%;
	border-top:1px solid rgb(230,230,230);
	background: none;
	clear:both;
	margin: 5em auto 0 auto;
	padding:2em 0;
}

footer#admin p#footerLogout a {
	color:rgb(100,100,100);
}

footer#admin p#footerLogout a:before {
	content:'Logged in as';
}

footer#admin p#footerLogout a:hover:after {
	content:'?';
}

footer#admin p#footerLogout a:hover:before {
	content:'Log out as';
}

footer#admin a, footer#admin p {
	display:inline-block;
}

footer#admin a, footer#admin p {
	margin:0;
}

footer ul {
	padding: 0;
}

footer ul li {
	font-family: 'Raleway', sans-serif;
	list-style-type: none;
}

footer ul li a {
	color:rgb(100,100,100);
	font-family: 'Raleway', sans-serif;
}

form#searchForm ul li input.search {
	margin-top:0.25em;
	padding: 0.25em;
	background: url('/assets/img/search_icon.png') no-repeat 97% center;
	background-position: -webkit-calc(100% - 10px) center;
	background-position: right 10px center;
	border:1px solid lightgrey;
}

form#searchForm ul li {
	list-style-type: none;
}

.search-result {
	list-style: none;
}

.search-result a {
	text-decoration: underline;
	font-size: 18pt;
}

.headSpace {
	margin-top: 4em;
}

nav.navbar.navbar-default {
	border-radius: 0;
	margin:0;
	padding: 1em 0;
	background:none;
	border:none;
	border-bottom:1px solid #eee;
	margin-bottom:4em;
}

ul.nav.navbar-nav li a:hover,
ul.nav.navbar-nav li a:focus,
ul.nav.navbar-nav li.dropdown a.dropdown-toggle:hover {
	color:rgb(100,100,100);
}

ul.nav.navbar-nav li.dropdown a.dropdown-toggle[aria-expanded=true]:hover {
	color:white;
}

.social {
	margin:0.5em 0;
	display: inline;
}

.social-icon {
	margin: 0.05em 0.1em;
	font-size: 20px;
	color: #888;
	text-decoration: none;
}

.social-icon:hover {
	color: #EB9C3E;
	text-decoration: none;
}

.social-icon:focus {
	color: #EB9C3E;
	text-decoration: none;
}

div#adminHeader {
	/*background: rgb(230,230,230);*/
	background: #444;
	/*background:#3C415D;*/
	/*border-bottom:1px solid rgb(100,100,100);*/
	/*height:5.6em;*/
	/*margin-bottom: 2em;*/
	position: relative;
	z-index: 2;
}

div#adminHeader ul.adminBlocks {
	/*margin:0 auto;*/
	margin:0;
	/*text-align: left;*/
	list-style-type: none;
	display:block;
	padding: 0;
	color:rgb(241,182,95);
	/*float:left;*/
	position: relative;
}

div#adminHeader ul.adminBlocks li {
	display:inline-block;
	padding:2em;
	margin:0 1em;
	font-size: 80%;
	vertical-align: top;
	text-align: center;
	height:7em;
	min-width:8em;
	/*-webkit-filter: drop-shadow(0 0 24px #808080);
	filter: drop-shadow(0 0 24px #808080);*/
}

div#adminHeader ul.adminBlocks li:first-child {
	margin-left: 0;
}

div#adminHeader ul.adminBlocks li.active {
	position: relative;
	/*-webkit-filter: drop-shadow(0 0 12px #777);
	filter: drop-shadow(0 0 12px #777);*/
}

div#adminHeader ul.adminBlocks li.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(36, 48, 56, 0);
	border-top-color: #444;
	/*border-top-color: #3C415D;*/
	border-width: 8px;
	margin-left: -8px;
}

div#adminHeader ul.adminBlocks li a {
	color: rgb(150,150,150);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

div#adminHeader ul.adminBlocks li a:hover {
	text-decoration: none;
	/*color:rgb(241,182,95);*/
	color:#fff;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

div#adminHeader ul.adminBlocks li.active a,
div#adminHeader ul.adminBlocks li.active a:hover {
	color:#fff;
	/*color:rgb(255,165,0);*/
}

.columnTitles {
	/*margin-top: 4em;*/
	padding: 0 0 1em 0;
	margin-bottom:1em;
	border-bottom:1px solid #eee;
	height:3em;
}

nav ul.pagination li {
	width:40px;
	height:40px;
}

nav ul.pagination li a {
	font-size: 130%;
	background:none;
	/*border:none;*/
	border:1px solid transparent;
}

nav ul.pagination li a:focus {
	/*background: #ddd;*/
	background: none;
	border:1px solid transparent;
}

nav ul.pagination li a:hover {
	/*background: #ddd;*/
	background: none;
	border:1px solid #eee;
}

nav ul.pagination li.active a,
nav ul.pagination li.active:hover a {
	/*background: #eee;*/
	background:none;
	border:1px solid #ddd;
}

nav ul.pagination li a:first-child,
nav ul.pagination li a:last-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.sideBar {
	/*border-right:1px solid #eee;*/
	margin-top:2em;
}

.sideBar ul li {
	list-style-type: circle;
	font-size: 90%;
	margin:0.5em 0;
}

span.orange {
	color:rgb(255,165,0);
}

p.lead.warning {
	color:rgb(231,131,68);
}

p.lead.error {
	color:rgb(203,91,81);
}

li#logo, li#logout {
	float:right;
}

li#logo {
	/*font-size: 50%;*/
	color:#fff;
	color:rgb(255,165,0);
	display:inline-block;
	padding: 2em;
	color: rgb(150,150,150);
	border-right:1px solid rgb(100,100,100);
}

li#logo span, li#logout span {
	/*font-family: 'FontAwesome';*/
	display:block;
	clear:both;
	font-size: 200%;
	line-height: 100%;
	margin-bottom: 0.1em;
	color: rgb(150,150,150);
	text-align: center;
}

li#logout span {
	position: relative;
	top:50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

li#logout span sup {
	font-size:50%;
}

li#logout {
	color: rgb(150,150,150);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	cursor: default;
	position: relative;
}

li#logout:hover {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	cursor: default;
	color:#444;
	/*background-image: linear-gradient(to bottom, #444, #555);*/
}

li#logout:hover span {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	color:#444;
}

a#logoutButton {
	position: absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0.0;
}

li#logout:hover > a#logoutButton {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	/*margin-top:7em;*/
	opacity: 1.0;
	/*background-image: linear-gradient(to bottom, #444, #555);*/
}

a#logoutButton.btn.btn-sm.btn-default {
	color:#fff;
	border-color:#fff;
}

label.required:after {
	color:red;
	content:' *';
}

.unpublished {
	color:rgb(203,91,81);
	/*font-style: italic;*/
	font-weight: bold;
}

.published {
	color:rgb(157,197,87);
	/*font-style: italic;*/
	font-weight: bold;
}

.clear {
	display: block;
	clear:both;
}

hr.clear.dotted {
	border-style: dotted;
}

img.circle_bg {
	position: absolute;
	top:-27.7em;
	left:51.5%;
	-ms-transform: translateX(-90%);
	-moz-transform: translateX(-90%);
	-webkit-transform: translateX(-90%);
	transform: translateX(-90%);
	width:85em;
	height:85em;
	z-index: 0;
	pointer-events: none;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

div#navContainer.container-fluid.home {
	/*position: absolute;*/
	/*top:0;*/
}

.container-fluid.heading {
	/*background: url('/assets/img/circles_bg.svg') no-repeat #708090;*/
	/*background-size: 60%;*/
	background:#4C516D;
	/*background-attachment: local;*/
	/*background-position: center -20em center;*/
	background-position: calc(50% - 450px) 50%;
	/*margin:0 0 4em 0;*/
	padding:2em 0;
}

.container-fluid.heading .container{
	position: relative;
}

.container-fluid.heading h1,
.container-fluid.heading p {
	color:white;
}

p.meta {
	font-size: 90%;
}

.btn, .btn-light {
	font-size: 85%;
	/*line-height: 100%;*/
}

.btn-success.btn-light {
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	-ms-transition: all 0.05s ease-in-out;
	-o-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
	background:none;
	border:1px solid rgb(157,197,87);
	color:rgb(157,197,87);
}

.btn-success.btn-light:hover {
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	-ms-transition: all 0.05s ease-in-out;
	-o-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
	background:rgb(157,197,87);
	color:#fff;
}

.btn-danger.btn-light {
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	-ms-transition: all 0.05s ease-in-out;
	-o-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
	background:none;
	border:1px solid rgb(203,91,81);
	color:rgb(203,91,81);
}

.btn-danger.btn-light:hover {
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	-ms-transition: all 0.05s ease-in-out;
	-o-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
	background:rgb(203,91,81);
	color:#fff;
}

.btn-warning.btn-light {
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	-ms-transition: all 0.05s ease-in-out;
	-o-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
	background:none;
	border:1px solid rgb(231,131,68);
	color:rgb(231,131,68);
}

.btn-warning.btn-light:hover {
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	-ms-transition: all 0.05s ease-in-out;
	-o-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
	background:rgb(231,131,68);
	color:#fff;
}

.btn-default.btn-light {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background:none;
	color:rgb(62,63,58);
	border:1px solid rgb(62,63,58);
}

.btn-default.btn-light:hover {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	color:white;
	background:rgb(62,63,58);
}

.btn-default.btn-light.dropdown-toggle {
	/*padding: 25px;*/
	border-width:1px;
}

.btn-default.btn-light:focus,
.btn-success.btn-light:focus,
.btn-warning.btn-light:focus,
.btn-danger.btn-light:focus {
	outline:0;
	box-shadow:none;
	color:white;
}

.btn-default.btn-light.white,
.btn-success.btn-light.white,
.btn-warning.btn-light.white,
.btn-danger.btn-light.white {
	border-width: 2px;
	color:#fff;
}

.btn-default.btn-light.white:hover,
.btn-success.btn-light.white:hover,
.btn-warning.btn-light.white:hover,
.btn-danger.btn-light.white:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.form-control.mceNoEditor {
	height:16.2em;
}

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

	li#logo, li#logout {
		float:none;
	}

	div#adminHeader ul.adminBlocks {
		margin: 0 auto;
		text-align: center;
	}

	div#adminHeader ul.adminBlocks li:first-child {
		margin-left: 1em;
	}

	div#adminHeader ul.adminBlocks li {
		max-width:8em;
	}

	div#adminHeader {
		padding-bottom:1em;
	}

	ul.controlButtons {
		position: relative;
		top:4em;
	}
}

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

	.container-fluid.heading {
		text-align: center;
	}
}

/*div#adminHeader ul.adminBlocks li:target {
background:purple;
color:purple;
}*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 1.25dppx),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after,
	*:first-letter,
	*:first-line {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
								   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/* CERTIFIED PROFESSIONALS */
.certified-professionals .panel-title a {
	display: block;
}

.certified-professionals .panel-group {
	padding: 15px;
	background: #fff;
	border: solid 1px #dfd7ca;
	border-top: 0;
	border-radius: 0 4px 4px 4px;
}

.certified-professionals .panel {
	border: 0;
	background: none;
}

.certified-professionals h5 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0;
}

.certified-professionals p {
	line-height: 1.5em;
}

.certified-professionals-intro-text-div.row{
	padding-top: 0px;
}

.certified-professionals-selection-div {
	width: 260px;
	margin: 0 auto;
}

.certified-professionals-selection-div.row{
	padding-top: 0px;
	padding-bottom: 0px;
}

.certified-professionals-selection-div .well{
	border: 1px solid #c0c0c0;
	padding-top: 16px;
}
.certified-professionals-selection-div .well h4{
	margin-top: 0px;
}

.certified_professionals-list-contents-div.row{
	padding-top: 0px;
}

.certified-professionals-item {
	margin-bottom: 1.5em;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all .25s ease;
	background: transparent;
}

.certified-professionals-item:hover {
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	background: #ecf8fd;
}

.certified-professionals-item a {
	text-decoration: underline;
}

.certified-professionals-item.col-xs-12{
	word-wrap: break-word;
}

@media (min-width: 993px){
	.certified-professionals-item-div.col-md-4:nth-child(3n+1){
		clear: left;
	}
}

@media (max-width: 992px){
	.certified-professionals-item-div.col-sm-6:nth-child(2n+1){
		clear: left;
	}
}

.certified-professionals-state {
	background-color: #f8f5f0;
	border: solid 1px #dfd7ca;
	border-radius: 4px;
	color: #98978b;
	display: block;
	text-align: center;
	padding: .5em;
	margin: .25em 0;
}

.state {
	display: none;
}

.country-select,
.state-select,
.country-select-modal,
.state-select-modal {
	margin: 0.5em 0;
}

/* TRAINING */
.training-row{
	padding: 0px !important;
}

.training-list-year-title{
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: gray !important;
	margin: 0.5em 0 !important;
}

.training-list-link{
	text-decoration: none;
}

.training-list-link:hover,
.training-list-link:focus {
	text-decoration: underline;
	color: orange;
}

.training-list-date,
.training-list-no-workshops{
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 23px;
	color: orange;
}

.training-list-city{
	font-family: 'Raleway', sans-serif;
	font-size: 21px;
	color: orange;
}

.training-level-icon{
	/*height: 50%;*/
}

.training-list-title{
	font-family: 'Raleway', sans-serif;
	font-size: 21px;
	color: gray;
}

.training-list-hr{
	/*margin: 0.5em 0;*/
	margin: 0;
	padding: 0.5em 0;
}

.filter {
	margin: 0.25em 0;
}

.training-list-filter-title,
.training-class-title{
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	color: orange;
}

.training-list-year-title:after,
.training-list-filter-title:after{
	margin: 0px !important;
}

.training-list-filter-title:after,
.training-class-title:after{
	background: none !important;
}

.training-list-filter-container{
	padding-left: 0px;
}

.training-list-filter li select{
	background: none;
	font-family: 'Raleway', sans-serif;
	font-size: 21px;
	color: gray;
}

.training-type-legend{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: gray;
	margin-bottom: 5px;
}

.training-type-legend-text{
	line-height: 30px;
}

/*.training-list-table tbody tr:first-child td{
	border: none !important;
}*/

.training-testimony-body{
	font-family: 'Raleway', sans-serif;
	color: gray;
	font-size: 21px;
	text-align: center;
	padding: 0px 10%;
}

.training-testimony-tag{
	font-family: 'Raleway', sans-serif;
	color: gray;
	font-size: 17px;
	text-align: right;
	padding: 0px 10%;
}

.carousel-control.right,
.carousel-control.left{
	background: none;
}

.training-carousel-control-left{
	background: url('../img/arrow_left_black.png');
}

.training-carousel-control-right{
	background: url('../img/arrow_right_black.png');
}

.training-class-details,
.training-class-details p{
	color: gray;
	line-height: 24px;
	font-size: 15px;
	padding: 0;
}

.training-class-details .nav-tabs li {
	background: #ebe9e3;
}

.training-class-details .nav-tabs li.active > a {
	background: #f8f5f0;
}

@media only screen and (max-width: 767px) {
	.training-class-details .nav-tabs li {
		border-bottom: 1px solid #c0c0c0;
	}
}

.training-class-details .nav-tabs {
	border: none;
}

.training-class-details .tab-content {
	background: #f8f5f0;
	border: 1px solid #c0c0c0;
	border-radius: 0 5px 5px 5px;
	padding: 1em;
}

.training-detail-register-btn{
	margin-bottom: 15px;
}

.training-detail-policy-div{
	padding-left: 0px;
}

.ashaWell {
	padding: 1em 0;
	background: #FFF;
	border: 1px solid #c0c0c0;
	border-radius: 10px;
}

.training-detail-asha-ceu,
.training-detail-asha-instructional-level,
.training-detail-asha-content-area{
	text-align: center;
	background: url('../img/circle_bg.svg') center center no-repeat;
	background-size: contain contain;
	background-position: center 0;
	min-height: 5em;
}

@media only screen and (max-width: 767px) {
	.training-detail-asha-ceu,
	.training-detail-asha-instructional-level,
	.training-detail-asha-content-area{
		padding: 0.25em 0;
	}
}

.training-detail-asha-ceu h4,
.training-detail-asha-instructional-level h4,
.training-detail-asha-content-area h4{
	margin-bottom: 0px;
}

.training-detail-asha-ceu h3,
.training-detail-asha-instructional-level h3,
.training-detail-asha-content-area h3{
	margin-top: 0px;
}

.training-detail-asha-instructional-level h3,
.training-detail-asha-content-area h3{
	color: orange;
}

.training-detail-asha-content-area h3{
	font-size: 1em;
}

.training-detail-asha-ceu h3{
	color: orange;
	font-size: 1.7em;
}

.training-detail-asha-ceu h3:after{
	background-color: transparent;
}

.training-class-checkout-btn-icon{
	/*background-color: #b8dcaa !important;*/
	background: rgb(47, 169, 244);
	color: #FFF;
}

.training-class-checkout-btn{
	/*background-color: #dff0d8 !important;*/
	background: #FFF;
	color: #000;
}

.training-class-register-container{
	padding-top: 15px !important;
}

.training-register-btn,
.training-addtocart-btn,
.training-host-btn{
	width: 100%;
	margin: 1em 0;
}

.training-registration-class-details,
.training-registration-class-details p,
.training-host-class-details,
.training-host-class-details p{
	font-size: 14px !important;
}

.training-registration-checkout-well{
	border: 1px solid #dfd7ca;
}

.training-registration-checkout-container hr{
	margin: 0px !important;
}

.training-registration-checkout-info-form{
	margin-left: -15px;
}

#training-registration-form select,
.training-registration-checkout-info-form select,
#training-registration-checkout-creditcard-form select{
	padding: 4px 16px;
}

.training-registration-checkout-pymt-method input{
	height: 15px;
}

.training-registration-checkout-info-edit-button,
.training-registration-checkout-info-editsave-button,
.training-registration-checkout-discount-pymt-container{
	padding: 0px 0px 15px 0px !important;
}

.training-registration-checkout-class-summary-container,
.training-registration-pymt-registrant-info-container{
	padding-bottom: 0px !important;
}

.training-registration-checkout-class-summary-container tr td:last-child{
	text-align: right;
}

.training-registration-pymt-registrant-info-container,
.training-registration-checkout-newsletter-optin-container{
	padding-top: 0px !important;
}

#training-registration-checkout-discount-info-container{
	margin-top: 10px;
}

.training-registration-checkout-info-credit,
.training-registration-checkout-info-po,
.training-registration-checkout-info-check,
.training-registration-checkout-creditcard-container,
.training-registration-checkout-newsletter-optin-container{
	margin-left: -15px;
}

.training-registration-registrant-info-div{
	padding-top: 0px !important;
}

.training-registration-registrant-title{
	margin: 0px !important;
}

#training-registration-check-submit-pymt-btn{
	margin-left: 15px;
}

/*.training-list-table td {
	font-size: 16pt;
	font-family: 'Raleway', sans-serif;
	color: orange;
}*/

.receipt-buttons a,
.receipt-buttons form button {
	margin-bottom: 15px;
}

.errors,
.cc-errors {
	padding: 0.25em;
	font-size: 8pt;
	text-align: center;
}

.errors p,
.cc-errors p {
	color: #F00;
	font-weight: 500;
}

.edit-info-select{
	background-color: #FFFFFF !important;
}

.no-top-margin{
	margin-top: 0px;
}

.no-bottom-margin{
	margin-bottom: 0px;
}

.modal-open {
	position: fixed;
	width: 100%;
	overflow: hidden;
}

/* FORM VALIDATION */
.popover-content{
	background-color: #555 !important;
	border-radius: 5px !important;
	color: #fff !important;
	border: solid 1px red !important;
}

.uk-pymt-details{
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	font-size: 12px;
}

.uk-pymt-details table{
	margin-bottom: 5px !important;
}

.uk-pymt-details table tr td{
	border: none;
}

.training-uk-class-register-container{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.discount-container{
	margin-top: 25px;
	margin-bottom: 20px;
	padding: 10px;
	border: 2px dashed #c0c0c0;
	border-radius: 10px;
	background: #fff;
}

.pymt-method-container{
	clear: both;
	padding-left: 0px;
}

.pymt-method-container,
.discount-select-type{
	margin-bottom: 15px;
}

.pymt-method-heading{
  margin-top: 0px;
}

.training-registration-checkout-discounts-btn{
	background: #29abe0;
	border: 1px solid #29abe0;
	color: #fff;
}

.training-registration-checkout-discounts-btn:hover{
	background: #0789be;
	border: 1px solid #0789be;
	color: #eee;
}

.training-registration-checkout-remove-discounts-btn{
	background: none;
	border: 1px solid #d9534f;
	color: #d9534f;
}

.training-registration-checkout-remove-discounts-btn:hover{
	background: #d9534f;
	border: 1px solid #d9534f;
	color: #FFFFFF;
}

.training-registration-newsletter-optin-div{
	padding-bottom: 15px;
}

.btn {
	white-space: normal;
}

.no-padding-right{
  padding-right: 0px !important;
}

@media screen and (max-width: 991px) {
  .training-registration-checkout-info-credit,
  .training-registration-checkout-info-po,
  .training-registration-checkout-info-check{
	padding-left: 0px;
  }
}

.center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#cms_iframe {
	width: 100%;
}

.social-media div {
	max-height: 20px;
}

@media only screen and (max-width: 768px) {
	.social-media div {
		margin-bottom: 1em;
	}
}

.crumb-media-container {
	padding: 1em 0;
	background: rgb(236,248,253);
}

.fb-share-button {
	vertical-align: top;
	zoom: 1;
	display: inline;
}

.twitter-share-button {
	vertical-align: top;
}

.social-media button[class^="IN"] {
    vertical-align: top;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 12px;
}

.email-share {
	vertical-align: top;
	margin: 0;
	padding: 0;
	height: 32px;
	position: relative;
	bottom: 10px;
}

.envelope {
	vertical-align: top;
	height: 32px;
	margin: 0;
}

.awesome {
	-webkit-font-smoothing: antialiased;
	font-family: 'FontAwesome';
}

.btn-blue {
	background: rgb(47, 169, 244);
	color: #FFF;
}

.btn-blue:hover {
	background: rgb(7, 129, 204);
}

.copyright {
	margin: 1em auto -1em;
}

.footer-heading {
	font-weight: 100;
}

#successStories-bg {
	position: relative;
	background-image: url("/assets/img/bg_success_stories_half.jpg");
	height: 27em;
	max-width: 100vw;
	margin-top: 8em;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#successStories-label {
	position: absolute;
	top:-2em;
	left: 15%;
	background: white;
	text-align: right;
	width:15em;
	height:2em;
	padding: 0.29em 0.75em 0 0;
	font-size:24px;
	font-weight: 600;
	-webkit-box-shadow: 0px 3px 26px -2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 26px -2px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 26px -2px rgba(0,0,0,0.25);
	color:rgb(235,156,62);
}

#successStories-title {
	position: absolute;
	bottom: 0.5em;
	left: 15%;
	width: 60%;
	color:white;
	font-weight: 200;
}

#successStories-portrait {
	position: absolute;
	right: 15%;
	bottom: -2em;
	border: solid 8px #FFF;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 18em;
	max-height: 18em;
}

#successStories-content {
	margin: 4em auto;
	max-width: 1000px;
}

#successStories-content div:first-of-type {
	margin-top: 0;
}

#successStories-footer {
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 16em;
	height: 1.5em;
	background: rgb(235,156,62);
}

#successStories-content div {
	margin: 1em 0;
}

@media screen and (min-width: 1077px) and (max-width: 1176px) {
	#successStories-label,
	#successStories-title,
	#successStories-footer {
		left: 5%;
	}
	#successStories-portrait {
		right: 5%;
	}
}

@media screen and (min-width: 877px) and (max-width: 1076px) {
	#successStories-label,
	#successStories-title,
	#successStories-footer {
		left: 2%;
	}
	#successStories-portrait {
		right: 2%;
	}
}

@media screen and (max-width: 876px) {
	#successStories-label,
	#successStories-portrait,
	#successStories-footer {
		left: 0;
	}
	#successStories-title {
		top: 1em;
		left: 5%;
		border: none;
		width: 85%;
	}
}

.success_stories_link {
	color: #555;
	text-decoration: none;
}

.success_stories_link:hover {
	color: #555;
	text-decoration: underline;
}

#testimony-carousel {
	/*min-height: 10em;*/
	/*background: #0f0;*/
	width: 90%;
}

.carousel-indicators {
	/*background: #f0f;*/
	position: absolute;
	bottom: 0;
}

.carousel-indicators li {
	background: rgb(241,249,253);
	/*border: 1px solid #000;*/
}

.carousel-indicators .active {
	background: rgb(81,200,232);
}

.carousel-inner {
	/*min-height: 10em;*/
	/*background: red;*/
}

.training-testimony-body {
	/*background: #f00;*/
	/*background: yellow;*/
}

.training-testimony-tag {
	/*padding-right: 2em;
	text-align: right;*/
}

blockquote {
    font-family: 'Raleway', sans-serif;
    position: relative;
    margin: 0.5em auto;
    border: none;
    width: 80%;
	min-height: 12em;
	/*background: green;*/
}
blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: -30px;
    content: "\201C";
}
blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
    float:right;
    font-size:6em;
    line-height: 1;
    right:-30px;
    /*bottom:-0.5em;*/
    bottom:0;
    content: "\201D";
}
blockquote .cite-wrap {
	margin-top: 1em;
	padding-right: 2em;
	text-align: right;
}
blockquote cite {
	padding: 0 !important;
}
blockquote cite:before {
    content: "\2013";
}

/* Make testimony carousel responsive */
@media only screen and (max-width: 399px) {
	blockquote {
		min-height: 35em;
	}
	blockquote:before,
	blockquote:after {
		font-size: 4em;
	}
	.training-testimony-body {
		font-size: 12pt;
	}
}
@media only screen and (min-width: 400px) and (max-width: 499px) {
	blockquote {
		min-height: 26em;
	}
	blockquote:before,
	blockquote:after {
		font-size: 4em;
	}
	.training-testimony-body {
		font-size: 12pt;
	}
}
@media only screen and (min-width: 500px) and (max-width: 599px) {
	blockquote {
		min-height: 20em;
	}
	.training-testimony-body {
		font-size: 12pt;
	}
}
@media only screen and (min-width: 600px) and (max-width: 699px) {
	blockquote {
		min-height: 17em;
	}
	.training-testimony-body {
		font-size: 12pt;
	}
}
@media only screen and (min-width: 700px) and (max-width: 799px) {
	blockquote {
		min-height: 18em;
	}
}
@media only screen and (min-width: 800px) and (max-width: 999px) {
	blockquote {
		min-height: 15em;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	blockquote {
		min-height: 13em;
	}
}


.tab-content {
	padding-top: 1em;
}

#training-portal {
	margin: 0.5em 0;
	border: 1px solid #555;
	border-radius: 5px;
	padding: 1em;
	background: #f8f5f0;
}

#training-portal p {
	font-size: 95%;
}

.cart {
	padding: 1em 0;
}

.contactWell {
	padding: 1em;
	margin: 1em;
	background: #f8f5f0;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
}

.fa-spinner {
	display: none;
}

#cp-modal .modal-dialog {
	overflow-y: initial !important;
	width: 70%;
	margin: 2em auto 0 auto;
}

@media only screen and (max-width: 767px) {
	#cp-modal .modal-dialog {
		width: 90%;
	}
}

#cp-modal .modal-body {
	max-height: 80vh;
	overflow-y: auto;
}

.instructional-level {
	display: inline-block;
	color: #FFF;
	background: #EB9C3E;
	min-width: 30px;
	min-height: 30px;
	max-width: 30px;
	max-height: 30px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.noshadow {
	box-shadow: none !important;
}

.error-404 {
	min-height: 70vh;
}
