@font-face {
	font-family: 'Quadon';
	font-style: normal;
	font-weight: 400;
	src: url('../../a/r/quadon.eot');
	src: url('../../a/r/quadon.eot#iefix') format('embedded-opentype'),
	url('../../a/c/quadon.woff') format('woff'),
	url('../../e/q/quadon.ttf') format('truetype');
  }
  @font-face {
	font-family: 'Quadon';
	font-style: italic;
	font-weight: 400;
	src: url('../../u/o/quadon-regularitalic.eot');
	src: url('../../u/o/quadon-regularitalic.eot#iefix') format('embedded-opentype'),
	url('../../q/z/quadon-regularitalic.woff') format('woff'),
	url('../../e/z/quadon-regularitalic.ttf') format('truetype');
  }
@font-face {
	font-family: 'Quadon';
	font-style: normal;
	font-weight: 300;
	src: url('../../w/c/Quadon-Regular.otf');
  }
@font-face {
	font-family: 'Gentona';
	font-style: normal;
	font-weight: 300;
	src: url('../../y/s/gentona-light.eot');
	src: url('../../y/s/gentona-light.eot#iefix') format('embedded-opentype'),
	url('../../u/l/gentona-light.woff') format('woff'),
	url('../../c/s/gentona-light.ttf') format('truetype');
}

@font-face {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 900;
	src: url('../../o/l/fa-solid-900.eot');
	src: url('../../o/l/fa-solid-900.eot#iefix') format('embedded-opentype'),
	url('../../o/u/fa-solid-900.woff') format('woff2'),
	url('../../q/b/fa-solid-900.woff') format('woff'),
	url('../../q/h/fa-solid-900.ttf') format('truetype'),
	url('../../v/n/fa-solid-900.svg') format('svg');
}
body {
	color : #000;
	font-size : 14px;	
	font-family: "Gentona",sans-serif;
	margin : 0;
	padding : 0;
}
h1 {
	color : #00337f;
	font-size: 28px;
	font-family: "Quadon",serif;
	margin : 0 0 14px;
	font-style : normal;
	word-break : hyphenate;
	font-weight: 300;
}
h2 {
	color : #000;
	font-size : 18px;
	font-weight: 600;
	margin : 20px 0 10px;
}
h3 {
	color : #000;
	font-size : 16px;
	line-height : 20px;
	margin : 0 0 10px;
	font-weight : 300;
}
#two_column_col1 h2{
	font-size: 22px;
}
#three_column_col2 h2, h3{
	font-weight: 600;
}
a {
	color : #002d72;
	text-decoration : none;
}
#content.home #two_column_col1 a {
	border-bottom : 1px solid #CCCCCC;
	color : #00337f;
	transition: .2s ease all;
}
#content.home #two_column_col1 a:hover {	
	border-bottom : 1px solid #bc735f;
}
.inner {
	margin : auto;
	padding : 0 25px;	
}
#top_bar {
	margin-bottom : 0px;
	font-size : 12px;
}
#top_bar a {
	color: #fff;
	margin: 5px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: .2s ease all;
}
#top_bar a:hover {
	text-decoration : none;
	border-bottom: 1px solid white;
}
#top_bar .bar {
	color: #68ace5;
}
#top_bar .inner {
	padding-top : 10px;
	padding-bottom : 10px;
}
#header {
	background-color : #002d72;
	-webkit-box-shadow : 0px 0px 5px 0px #333;
	box-shadow : 0px 0px 5px 0px #333;
	padding : 0 0 20px;
	color : #fff;
	position : relative;
	z-index : 2;
}
#header #title {
	margin-top : 25px;
}
#header #title .two {
	font-size : 20px;
	font-family: "Quadon",serif;
	font-style: normal;
	white-space: pre;
}
#title a {
	color : #fff;
	text-decoration : none;
}
#title a:hover {
	text-decoration : none;
}
#searchContainer {
	padding : 5px 4px 5px 10px;
	border-radius : 7px;
	overflow : hidden;
	margin-top : 20px;
	font-size : 12px;
}
#searchContainer label {
	display : none;
}
#searchContainer #searchBox {
	background : none;
	border : 0;
	color : #fff;
	margin-top : 3px;
	float : left;
	width : 80%;
}
#searchContainer #submit {
	float : right;
	width : 22px;
}
#content .inner {
	background-color : #fff;
	padding-bottom : 20px;
	padding-top : 10px;
}
#main_nav ul {
	font-weight : 700;
	margin : 0;
	padding : 0;
	list-style-type : none;
	letter-spacing : .01em;
}
#main_nav ul li ul {
	display : none;
	z-index : 5;
}
#main_nav {
	padding : 0 20px;
}
p {
	margin : 0 0 10px 0;
	line-height : 20px;
}
img {
	border : 0;
}
.callout_box {
	margin-top : 20px;
}
.callout_img {
	box-shadow : 5px 2px 5px #d9d9d9;
	margin : 20px auto 0;
	display : block;
	max-width : 100%;
	height : auto;
}
.emergency {
	color: #a70404;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
}
.feed_container {
	margin-top : 20px;	
}
.feed_header {
	background-color : #0072ce;
	color: #fff;
	padding: 15px 15px 10px;
	position: relative;
	font-size: 18px;	
}
.feed_header a {
	color : #fff;
}
.feed_header a:hover {
}
.feed_header img {
	position : absolute;
	right : 15px;
	top : 15px;
}
.eventcalwrapper .eventcalitem {
	padding : 10px 0;
	border-bottom : 1px solid #beddf4;
	margin-top : 0 !important;
}
.eventcalwrapper .eventcalitem a {
	border-bottom : 2px dotted #204d8f;
	color : #4a9edc;
}
.eventcalwrapper .eventcalitem a:hover {
	border-bottom : 0;
	color : #2e78b1;
}
.eventcalwrapper .eventcalitem:nth-child(1) {
	padding-top : 0;
}
.eventcalwrapper .eventcalitem .eventcalevent {
	margin-left : 5px;
}
.eventcalwrapper .eventcalitem .eventcaldate {
	font-weight : bold;
}
div.seBlogViewletContainer {
	line-height : 16px;
}
a.seBlogViewletTitle {
	color : #1B3664;
	font-weight : bold;
	line-height : 1.14286em;
}
.seBlogViewletPost p {
	margin-top : 5px;
}
#footer_locations {
	color : #002d72;
	margin-top : 30px;
	font-weight: 600;
}
#footer_logo {
	display : none;
}
#footer_contact {
	line-height : 18px;
	font-weight: 600;
	color: #2e5289;
	font-size: 13px;	
}
#footer_contact strong {
	font-size: 17px;
    font-family: Quadon;
	color: #000;
	height: 10px;
	display: block;
	font-weight: 300;
}
#sub_footer {
	background-color : #e8e8e6;
	color : #000;
	font-size : 13px;
}
#sub_footer .inner {
	padding : 25px 40px;
	overflow : hidden;
}
#footer {
	background-color : #002d72;
	color: white;
}
#footer .inner {
	padding : 20px 40px;
	overflow : hidden;
	font-size : 14px;
	line-height : 15px;
}
#footer .links a {
	color : #91b4d9;
	border-bottom: 1px solid transparent;
	transition: .2s ease all;
}
#footer .links a:hover {
	color : #91b4d9;
	border-bottom: 1px solid #91b4d9;
}
#sub_footer ul {
	list-style : none;
	margin : 0;
	padding : 0;
}
#footer_locations .first {
	margin-top : 0;
	font-size: 17px;
    font-family: Quadon;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 0;
}
#footer_locations .first strong {
	font-weight: 300;
}
#sub_footer a {
	color : #002d72;
	text-decoration : none;
	border-bottom: 1px solid transparent;
	transition: .2s ease all;
}
#sub_footer a:hover {
	border-bottom: 1px solid #919191;
}
#breadcrumbs > a img {
	opacity: .5;
	display: none;
}
#breadcrumbs > a:before {
    content: "\f015";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}
#breadcrumbs {
	color : #999;
	font-weight : normal;
	font-size : 11px;
	margin-bottom : 15px;
	font-weight: 600;
}
#breadcrumbs a {
	color : #999;
	transition: .2s ease all;
	border-bottom: 1px solid transparent;
	margin: 0 3px;
}
#breadcrumbs a:hover {
	border-bottom: 1px solid #bc735f;
}
hr {
	color : #e3e3e3;
	background-color : #e3e3e3;
	height : 2px;
	border : 0;
	margin : 15px 0;
}
#sub_nav ul ul,  #sub_nav ul li ul li:hover {
	list-style-image : none;
	list-style-type : none;
	margin : 0;
}
#sub_nav div > ul > li.activenavpath > a {
    font-weight: 600;
}
#sub_nav div > ul > li.active > a {
    display: block;
    background-image: url(../u/arrow_down.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-position: 99% 5px;
	background-repeat: no-repeat;
	color: #000;
}
#sub_nav div > ul > li.activenavpath > a {
    display: block;
    background-image: url(../u/arrow_down.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-position: 99% 5px;
	background-repeat: no-repeat;
	color: #727272;
}
#sub_nav div > ul > li.activenavpath > a:hover {
	color: #000;
}
#sub_nav div > ul > li.activenavpath > ul > li.activenavpath > a {
	color: #000;
	font-weight: 600;
}

#sub_nav ul li a {
	border-bottom : 1px solid #beddf4;
	color : #727272;
	display : block;
	padding : 5px 5px 5px 2px;
	transition: .2s ease all;
	font-size: 14px;
	font-weight: 600;
}
#sub_nav ul li ul li a {
	padding-left : 15px;
	color : #9d9d9d;
	font-weight: 600;
}
#sub_nav li.active > a {
	font-weight : bold;
	color : #000000;
}
.service_box {
	overflow : hidden;
	margin-top : 20px;
}
.service_img img {
	max-width : 100%;
	height : auto;
	border : 2px solid #ddedfa;
}
.service_img {
	margin-bottom : 10px;
}
#two_column_col1 {
	margin-top : 20px;
}
#three_column_col1 {
	margin-top : 20px;
}
.service_desc ul {
	list-style : none !important;
	margin : 0;
	padding : 0;
}
#two_column_col2 ul {
	list-style-type : disc;
	margin : 0;
	padding-left : 15px;
	margin-left : 15px;
}
table.styled_table {
	margin : 20px 0;
	border-right : 2px solid #e5f0fa;
	border-bottom : 2px solid #e5f0fa;
}
table.styled_table th {
	background-color : #e9f4fb;
	padding : 10px 5px;
	color : #00337f;
	font-size : 1.167em;
	border-left : 2px solid #e5f0fa;
	border-top : 2px solid #e5f0fa;
}
table.styled_table td {
	padding : 5px;
	border-left : 2px solid #e5f0fa;
	border-top : 2px solid #e5f0fa;
}
.SEClear {
	display : none;
}
.blue_button {
	display : block;
	background-color : #e8e8e6;
	margin-top : 15px;
	font-size : 16px;
	line-height : 18px;
	transition: .2s ease all;
}
.blue_button:hover {
	background-color : #f6f6f6;
}
#media_nav > ul > li:hover{
	background-color : #f6f6f6;
}
.no_border {
	border : 0 !important;
}
#three_column_col3 {
	margin-top : 20px;
}
::-webkit-input-placeholder {
	color : #fff;
}
.logo.print {
	display : none;
}
.feature_img img {
	max-width : 100%;
	height : auto;
}
#content.home #two_column_col1 .feature_copy a {
	color : #2e78b1;
	font-size : 16px;
	line-height : 20px;
	font-weight : bold;
	word-break : hyphenate;
	margin-bottom : 5px;
	border: none;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
#content.home #two_column_col1 .feature_copy a:hover {
	border-bottom: 1px solid #bc735f;
}
.feature_copy p {
	margin-top : 5px;
}
.feature_box {
	margin-bottom : 10px;
}
.feature_box a {
    border: none;
}
.feature_copy {
	color : #010101;
}
.feature_img {
}
.clear {
	clear : both;
	font-size : 0;
	height : 0;
}
#sub_nav ul {
	margin : 0 0 0 15px;
	padding : 0;
	list-style-type: none;
}
.blue_button a {
	color : #002d72;
	font-weight: 600;
	display : block;
	padding : 10px 35px 10px 15px;
	background-image : url(../../t/c/orange_arrow.png);
	background-position : center right;
	background-repeat : no-repeat;
	background-position: 99% 12px;
    background-repeat: no-repeat;
	transition: .2s ease all;
}
.blue_button a:hover {
    background-position: 100% 12px;
}
#main_nav a:hover,  #main_nav li.expanded > a,  #main_nav .activenavpath a {
	color : #000;
}
.eventcalwrapper .eventcallink:hover {
	border-bottom : 0;
	color : #2e78b1;
}
.eventcalwrapper ul {
	margin : 0 !important;
	padding : 0 !important;
	list-style-type : none !important;
}
.eventcalwrapper .eventcallink {
	border-bottom : 2px dotted #204d8f;
	color : #4a9edc;
	margin-top : 10px;
	display : inline-block;
}
.callout_box_content {
	margin : 0;
	padding : 15px;
	font-size : 15px;
	line-height : 22px;
	color : #010101;
	background-color : #fff;
	border : 1px solid #c1c1c1;	
}
.feed_content {
	margin : 0;
	padding : 15px;
	font-size : 15px;
	color : #2e78b1;
	background-color : #fff;
	border: 1px solid #c1c1c1;
}

#sub_nav li.active > a, #sub_nav a:hover {
	color : #000000;	
}
#three_column_col2 ul, #three_column_col2 ol {
	list-style-type : disc;
	margin : 0 0 10px 15px;
	padding-left : 15px;
	line-height: 18px;
}
#three_column_col2 li {
    
    line-height: 20px;
}
#three_column_col2 ol ul {
    margin-bottom: 0;
}
#jhsap_contact_us_div label {
	display : block;
	margin-bottom : 5px;
}
#jhsap_contact_us_div input {
	width : 200px;
}
#jhsap_contact_us_div input#submit {
	width : auto;
}
#jhsap_contact_us_div textarea {
	width : 80%;
}
#jhsap_contact_us_div .seControlCell {
	padding-bottom : 10px;
}
a.icon_pdf {
	background-image : url(../../z/f/pdf.png);
	background-position : left center;
	background-repeat : no-repeat;
	padding-left : 25px;
}
#jhsap .seform .SEAFWrapper {
	margin : 2% 0;
}
#jhsap .seform .SEAFWrapper input, #jhsap .seform .SEAFWrapper textarea, #jhsap .seform .SEAFWrapper select {
	width : 98%;
	margin-top : 5px;
}
#jhsap .seform #name {
	width : 100%;
}
#jhsap #name .seFieldCell.seFieldCellHorizontal {
	width : 98%;
}
#jhsap #name {
	width : 100%;
}
#jhsap .seform #name .SEAFWrapper input {
	width : 100%;
}
#jhsap .seform #callback .SEAFWrapper {
	margin : 0;
}
#jhsap .seform .SEAFWrapper input.seRadio {
	width : auto;
	text-align : left;
}
#top_bar ul li {
	width : auto;
	float : left;
	font-weight: normal;
}
.counselor_wrapper {
	overflow : hidden;
	height : 100%;
	width : 100%;
}
.counselor {
	overflow : hidden;
}
.counselor img {
	padding : 1%;
	float : none;
}
.callout_box_header {
	background-color : #cf4520;
	color : #fff;
	padding : 10px 12px;
	position : relative;
	z-index : 1;
	font-size : 18px;
	letter-spacing: .825px;
	font-weight: 600;
}
#main_nav a {
	color : #545454;
	font-size : 15px;
	padding : 15px 20px;
	display : block;
	text-decoration : none;
	border-bottom : 0;
	background-color : #e8e8e8;
	border-top : 1px solid #cdcdcd;
	font-weight: 600;
	transition: .2s ease all;
}
#sub_footer ul li {
	padding-bottom: inherit;
    margin-bottom: 5px;
}
#two_column_col1 a:visited, #three_column_col2 a:visited {
	color : #546b83;
}
.inner li {
	padding-bottom : 5px;
}
.counselor_wrapper h2 {
	margin : 10px 0;
}
#top_bar ul {
	display : block;
	padding : 0;
	list-style : none;
	overflow : hidden;
	width : 130px;
	margin : 0;
}
.logo img {
	display : block;
	margin : 10px 0;
}
#main_nav ul li ul li a:hover {
	background-image : none;
	background-color : #f6f6f6;
	color : #000;
	display : block;
}
#main_nav ul li ul li a {
	background-color : #e8e8e6;
	border-top : 1px solid #cacaca;
	font-size : 14px;
	padding : 10px 25px;
	display : block;
}
.SECalendarListEvents td.SECalendarNoEventWithNoText {
	border : 0 none !important;
	display : none;
	padding : 0px !important;
}
.feed_content .SECalendarViewletDetails {
	border-bottom : 1px solid #666;
	margin-bottom : 10px;
}
#news_most_recent {
	line-height : 16px;
}
#news_most_recent a {
	color : #002d72;
	font-weight : bold;
	line-height : 1.14286em;
	border-bottom: 1px solid transparent;
	transition: .2s ease all;	
}
#news_most_recent a:hover {
	color : #002d72;
	border-bottom: 1px solid #bc735f;
}
#news_most_recent ul {
	margin : 0;
	padding : 0;
	list-style : none;
	color : #333;
	font-size : 14px;
}
#news_most_recent li {
	padding : 10px 0;
}
#news_most_recent li:first-child {
	padding-top : 0;
}
#news_most_recent li:last-child {
	padding-bottom : 0;
}
#news_most_recent li .title {
	margin-bottom: 10px;
}
#news_most_recent li .date {
	font-weight: normal;
}
#news_most_recent li .desc {
	margin-top : 7px;
	line-height: 20px;
	font-weight: normal;
}
#news.landing {
	line-height : 16px;
}
#news.landing a {
	color : #4a9edc;
	font-weight : bold;
	line-height : 1.14286em;
}
#news.landing a:hover {
	color : #2e78b1;
	text-decoration : underline;
}
#news.landing ul {
	margin : 0;
	padding : 0;
	list-style : none;
}
#news.landing li {
	padding : 15px 0;
	margin-top : 0;
}
#news.landing li:first-child {
	padding-top : 0;
}
#news.landing li:last-child {
	padding-bottom : 0;
}
#news.landing li .desc {
}
#news.detail > img {
	margin-top : 10px;
}
#news .date {
	margin-bottom : 10px;
}
#in-the-news.list > ul {
	list-style : none;
	margin : 0;
	padding : 0;
}
#in-the-news.list > ul > li {
	margin-bottom : 15px;
}
#in-the-news.list > ul > li > .date {
	font-size : 12px;
	margin-bottom : 2px;
	color : #999;
}
#in-the-news.list > ul > li > a {
	font-size : 16px;
}
#in-the-news .pagination {
	text-align : right;
	margin-top : 25px;
	padding-top : 10px;
	border-top : 1px solid #eaeaea;
}
#in-the-news .pagination .pagination-count {
	float : left;
	color : #999;
	font-size : 12px;
	font-style : italic;
}
#in-the-news .pagination .inactive {
	display : none;
}
#in-the-news .pagination .active {
	font-weight : bold;
}
#in-the-news .pagination a {
	text-decoration : none;
	display : inline-block;
	padding : 2px 3px;
}
#in-the-news .pagination a.next:after {
	content : ' »';
}
#in-the-news .pagination a.prev:before {
	content : '« ';
}
.gsc-control-cse.gsc-control-cse.gsc-control-cse {
	background-color: inherit;
	border: inherit;
	padding-right: inherit;
}
form.gsc-search-box.gsc-search-box.gsc-search-box {
	width: 100%;
}
td.gsc-search-button {
	position: absolute;
	margin-left: 0px;
}
.gsc-search-button.gsc-search-button.gsc-search-button {
	margin-left: 0px;
}
.gsc-search-button-v2.gsc-search-button-v2.gsc-search-button-v2 {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	padding: 5px 10px 6px;
	border-radius: 0px;
}
.gsc-search-button-v2.gsc-search-button-v2.gsc-search-button-v2 svg {
    fill: #d97864;
    height: 18px;
    width: 18px;
}
.gsc-input.gsc-input.gsc-input.gsc-input.gsc-input.gsc-input{
	background: inherit;
	padding-right: 0px;
	height: 29px;
}
.gsc-input-box.gsc-input-box.gsc-input-box.gsc-input-box {
	border-color: #ffffff;
	border-radius: 0px;
	padding: 0;
}
#main_nav ul .first:after, #main_nav ul .four:after, #main_nav ul .five:after {
	content: '\00a0\00a0\f0d7';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-style: normal;
	font-size: 1.1em;
	position: relative;
	top: -1.8rem;
	left: 3rem;	
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	color: #545454;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-webkit-transform: translateZ(0);
	display: none;
}
#main_nav ul .first:hover:after, #main_nav ul .four:hover:after, #main_nav ul .five:hover:after {
	color: #cf4520;
}
#main_nav ul .first:after {
	left: 2.25rem;
}
#main_nav ul .four:after {
	left: 4.4rem;
}
#main_nav ul .five:after {
	left: 3.35rem;
}
#breadcrumbs > a {
    position: relative;
    top: 2px;
}
#footer_locations ul li a {
	text-decoration: none;
    font-weight: 600;
}
#three_column_col2 a {
	border-bottom: 1px solid #CCCCCC;
	transition: .2s ease all;
}
#three_column_col2 a:hover {
	border-bottom: 1px solid #bc735f;
}
.gsib_b{
	display:none;
}
#three_column_col3 .callout.three {
    margin-top: 40px;
}
#footer .inner .links .footer-copyright{
	padding-right: 10px;
}
#footer .inner .links .footer-title{
    border-left: 1px solid silver;
    padding-left: 10px;
}
#news_most_recent .desc a {
	color : #002d72;
	font-weight: 600;		
	background-image : url(../../t/c/orange_arrow.png);
	background-position : center right;
	background-repeat : no-repeat;
	background-position: 107%;
    background-repeat: no-repeat;
	transition: .1s ease-in;
	padding-right: 18px;
	border-bottom: 1px solid #CCCCCC;
}
#news_most_recent .desc a:hover {
	padding-right: 20px;
	background-position: 107%;
	border-bottom: 1px solid #bc735f;
}