/**
 * Reset Table Styles
 */
table {
	border: 0;
}
table thead {
	background: #015cb9;
	color: #fff;
}

@media (min-width: 48em){
	.menu__search {
		min-height: 100%;
	}
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	clip-path: none;
}

.skip-content:active,
.skip-content:focus {
	position: absolute;
	left: 6px;
    top: 7px;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 23px 14px;
    background: #f1f1f1;
    color: #0073aa;
    z-index: 100000;
    line-height: normal;
    text-decoration: none;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.back-to-top {
	display: block;
	position: fixed;
	bottom: -20px;
	right: 10px;
	font-size: 20px;
	line-height: 40px;
	vertical-align: baseline;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #015cb9;
	color: #fff;
	text-align: center;
	opacity: 0.0;
	pointer-events: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-top: 30px;
	z-index: 1000;
}
.back-to-top.-shown {
	opacity: 0.8;
	pointer-events: all;
	bottom: 10px;
}

@media( min-width: 768px ){
	.back-to-top {
		right: 20px;
	}
	.back-to-top.-shown {
		right: 20px;
		bottom: 20px;
	}
}

/**
 * Add spacing to headings
 *
 * @see https://owlwatch.zendesk.com/agent/tickets/594
 */
h2, h3, h4, h5, h6 {
	margin-bottom: 0.65em;
}

/**
 * Leading style
 *
 * @see https://owlwatch.zendesk.com/agent/tickets/595
 */
.leading-text {
	font-size: 1.1em;
	color: #005eb8;
	font-weight: bold;
}


.sidebar__heading {
	padding-left: 15px;
	font-size: 1.25rem;
}

/**
 *  Feedzy Styles
 */
.feedzy-rss ul {
	margin: 0 !important;
}
.feedzy-rss ul li {
	margin: 0 0 20px !important;
	padding: 20px !important;
	border: 1px solid #f2f2f2;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);

}
.feedzy-rss ul li:before {
	display: none;
}
.feedzy-rss ul li .title {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 0.5em;
}

/**
 *  jQuery ui datepicker fix
 */
table.ui-datepicker-calendar {
	border-width: 0;
}
.ui-datepicker a.ui-datepicker-prev,
.ui-datepicker a.ui-datepicker-next {
	height: 2em;
}

/**
 * Diploma Validation
 */
.diploma-validation label span {
	display: block;
	font-weight: bold;
}
.diploma-validation .button {
	padding: 0.33em 1.25em;
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb !important;
	color: #000;
}
.diploma-validation .button:hover {
	color: #fff;
}
.diploma-validation--form-group {
	margin-bottom: 0.75em;
}
.diploma-validation--form-group > label{
	padding-right: 1em;
	background: #f2f2f2;
	font-size: 14px;
	padding: 5px;
	display: block;
	margin-bottom: 0.75em;
}

.diploma-validation--form-group.-submit > * {
	vertical-align: top;
}
.diploma-validation--form-group.-submit button::before {
	position: static;
	font-size: 1em;
	left: auto;
	line-height: 1;

}
.diploma-validation--form-group.-submit > *:first-child {
	font-size: 14px;
	padding-left: 5px;
}

.diploma-validation--form-group input {
	padding: .4em;
	border: 1px solid #ccc;
	border-radius: 4px;
	letter-spacing: 0.1em;
	font-size: 24px;
	font-family: "Courier New", monospace;
}
.diploma-validation--logo {
	float: right;
	width: auto;
}
.diploma-validation--apostille {
	font-size: 14px;
	border-top: 1px solid #d8d8d8;
	padding-top: 1em;
	margin-top: 1em;
}
.diploma-validation--result-error {
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 1em;
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
	border-width: 1px;
	border-style: solid;
}
.diploma-validation--result-success {
	margin-top: 2em;
	margin-bottom: 2em;
}
.diploma-validation--link-button {
	padding: 0.33em 1.25em;
}
.diploma-validation button,
.diploma-validation--link-button:link,
.diploma-validation--link-button:visited,
.diploma-validation--link-button:active {
	border-color: #73a8f0 !important;
	text-decoration: none !important;
	background-color: #508BDC !important;
	color: #fff !important;
	transition: 0.2s all;
}
.diploma-validation button:hover,
.diploma-validation--link-button:hover {
	color: #fff !important;
	background-color: #113A5C !important;
	text-decoration: none !important;
	border-color: #1c4c74 !important;
}
table.diploma-validation--result-table {
	border: 1px solid #d8d8d8;
	table-layout: auto;
	margin-bottom: 1em;
}
table.diploma-validation--result-table tr > td,
table.diploma-validation--result-table tr > th{
	border-bottom: 1px solid #d8d8d8;
}
table.diploma-validation--result-table tr > th {
	width: 20%;
	white-space: nowrap;
}
table.diploma-validation--result-table tr:nth-child(even){
	background: #f9f9f9;
}
table.diploma-validation--result-table tr:last-child > td,
table.diploma-validation--result-table tr:last-child > th {
	border-bottom: 0;
}
.diploma-validation small {
	font-size: 0.85em;
}
.diploma-validation--advanced-link-text {
	display: block;
	margin-top: 1.5em;
	line-height: 1.5em;
}

@media( min-width: 600px ){
	.diploma-validation--form-group {
		display: table;
	}
	.diploma-validation--form-group > *,
	.diploma-validation--form-group > label {
		display: table-cell;
		vertical-align: middle;
	}
	.diploma-validation--form-group > label {
		width: 270px;
	}
	.diploma-validation--form-group.-submit > *:first-child {
		width: 270px;
		padding-right: 1em;
	}
	.diploma-validation--form-group > div {
		padding-left: 1em;
	}
}

.ai1ec-posterboard-view .ai1ec-event:first-child:last-child {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}

/**
 * Gravity Forms
 */
body .gform_wrapper ul li.gfield {
	padding-left: 0;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="password"],
.gform_wrapper select,
.gform_wrapper textarea {
	border: 1px solid #d8d8d8;
}
.gform_wrapper select {
	font-size: 16px !important;
	/*padding: 10px 6px !important;*/
	line-height: 1.8em !important;
	height: 1.8em;

}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0;
}

body .gform_wrapper .description,
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description,
body .gform_wrapper .instruction {
	font-size: 1em;
}

.gf-hidden {
	position: absolute;
	left: -999999em;
}
.wide-banner article {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.wide-banner article + article {
	margin-top: 3em;
	/* border-top: 1px solid #d8d8d8; */
	padding-top: 3em;
}
.article-columns {
  display: flex; /* 1 */
  flex-wrap: wrap; /* 2 */
  margin: -1em; /* 5 (edit me!) */
}
.article-columns > article,
.article-columns > article + article{
  flex: 1 0 24em; /* 3 (edit me!) */
  margin: 1em; /* 4 (edit me!) */
  padding-top: 0;
  border-top: 0;
}
.article-columns > article > .banner {

}
.wide-banner {
	text-align: center;
}
.wide-banner .banner {
	height: 0;
	overflow: hidden;
	display: block;
	padding-bottom: 44.444444%;
	position: relative;
	background-color: #000;
	text-decoration: none;
	border-bottom: 0;
}
.wide-banner .banner:hover {
	border-bottom: 0;
}
.wide-banner .banner > span {
	display: block;
	background-color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1,1);
	transition: 0.5s all;
	opacity: 1;
}
.wide-banner .banner > span:hover {
	opacity: 0.9;
	transform: scale(1.1,1.1);
}
.main a,
.main a:visited,
.main a:active {
	color: rgb(18, 86, 178);
}
.main .sidebar__buttons a,
.main .sidebar__buttons a:visited,
.main .sidebar__buttons a:active {
	color: #fff;
}
a.skip-content,
a.skip-content:focus,
a.skip-content:visited,
a.skip-content:active {
	display: inline-block;
	background: #fff;
	color: rgb(18, 86, 178);
}
.menu__search label[for="search"] {
	position: absolute; top: -9999em;
	display: block;
}

.sidebar__info .sidebar__ct_hours h4 {
	margin-top: 1em !important;
}

body .ui-datepicker {
	width: 17em;
}
body .ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
body .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	color: #333;
}
