/*! ---------- =reset ---------- */
*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:rgba(0,0,0,0);
	box-sizing:border-box
}
ul{
	list-style:disc
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:"";
	content:none
}
img{
	-ms-interpolation-mode:bicubic;
	display:block;
	max-width:100%;
	margin:0 auto
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
	display:block
}
audio,canvas,progress,video{
	display:inline-block;
	vertical-align:baseline
}
audio:not([controls]){
	display:none;
	height:0
}
[hidden],template{
	display:none
}
a:active,a:hover{
	outline:0
}
abbr[title]{
	border-bottom:1px dotted
}
b,strong{
	font-weight:bold
}
dfn{
	font-style:italic
}
mark{
	background:#ff0;
	color:#000
}
small{
	font-size:80%
}
sub,sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup{
	top:-0.5em
}
sub{
	bottom:-0.25em
}
img{
	border:0
}
svg:not(:root){
	overflow:hidden
}
hr{
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
	margin:24px 0;
	border-bottom:1px solid #d2d6d8
}
pre{
	overflow:auto
}
code,kbd,pre,samp{
	font-family:monospace,monospace;
	font-size:1em
}
button,input,optgroup,select,textarea{
	color:inherit;
	font:inherit
}
button{
	overflow:visible
}
button,select{
	text-transform:none
}
button,html input[type=button],input[type=reset],input[type=submit]{
	-webkit-appearance:button;
	cursor:pointer
}
button[disabled],html input[disabled]{
	cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner{
	border:0
}
input{
	line-height:normal
}
input[type=checkbox],input[type=radio]{
	box-sizing:border-box
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
	height:auto
}
input[type=search]{
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{
	-webkit-appearance:none
}
fieldset{
	border:1px solid silver;
	margin:0 2px;
	padding:.35rem .625rem 18px
}
legend{
	border:0
}
textarea{
	overflow:auto
}
optgroup{
	font-weight:bold
}
table{
	border-collapse:collapse;
	border-spacing:0
}

.js .toggle-target:not(.is-active){
	display:none
}


/*! ---------- =header ---------- */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: disc;
}


.interior-layout__main ul li, .interior-layout__main ol li {
padding-bottom: 10px;
font-size: 18px;

}

.interior-layout__main ul li ul, .interior-layout__main ol li ol, .interior-layout__main ul li ol {
padding-top: 10px;

}



blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

img {
   -ms-interpolation-mode: bicubic;
    display: block;
    max-width: 100%;
    /* margin: 0 auto; */
}

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

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

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

[hidden], template {
    display: none;
}

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

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

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    height: auto;
}

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

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

input[type="text"] {
  background: #fff !important;
  color: #444 !important;
}


textarea {
  background: #fff !important;
  color: #444444 !important;
  border: #d8d8d8 solid 1px;
  border-radius: 4px;
  width: 100%;
}

.cta.yellow-action.dropdown {
padding-top: 20px;
}

.i-am-select {
background: url(/images/default-source/pagelayoutimages/arrow-white-down.png) no-repeat 98% 0;
height: 42px;
overflow: hidden !important;
width: 307px !important;
border: #fff solid 1px;
margin: 0 auto;
text-align: center;
}

.i-am-select select {
padding-left: 15px;
text-align: left !important;
color: #fff;
}


.select-state {
background: url(/images/default-source/pagelayoutimages/arrow-white-down-trans.png) no-repeat 90% 50%;
height: 38px;
overflow: hidden;
width: 307px;
border: #fff solid 1px;
margin: 0 auto 25px auto;
text-align: center;
color: #fff !important;
}

select {
font-family: "Open Sans" !important;
font-size: 20px !important;
background: transparent !important;
border: #ddd solid 1px;
height: 42px;
width: 335px !important;
text-align: center;
color: #fff !important;
}

select .hover-select {
background: #fff;
color: #444;
font-size: 18px !important;
text-align: left !important;
padding: 5px;
border: none;
}

select option.hover-select:hover {
background: #fbb120;
}


@media (max-width: 449px) {

.i-am-select {
width: 222px;
text-align: left;
z-index: 1000;
}

select {
width: 250px;
font-size: 16px !important;
text-align: left;
padding-left: 5px;
z-index: 1000;
}


select .hover-select {
font-size: 14px !important;
}

}


@media (max-width: 960px) {

.select-state {
width: 162px;
text-align: left;
z-index: 1000;
}

.select-state select {
width: 250px;
font-size: 14px !important;
text-align: left;
padding-left: 5px;
z-index: 1000;

}


.select-state select .hover-select {
font-size: 14px;
}



.select-state select option {
padding-left: 10px;
}

}

@media (min-width: 766px) and (max-width: 960px) {

.select-state {
position: relative;
top: -154px;
left: 120px;
width: 162px;
text-align: left;
z-index: 1000;

}

.select-state select {
width: 250px;
font-size: 16px;
text-align: left;
padding-left: 5px;
z-index: 1000;
height: 38px;
}


}

@media (min-width: 768px) and (max-width: 1400px) {
.program-search {
height: 150px !important;
}

}


@media (min-width: 768px) and (max-width: 1400px) {


.find-a-program-interior .program-search.interior-program {
height: 150px !important;
}

.find-a-program-interior .select-state  {
position: relative !important;
top: -75px !important;
left: 20% !important;
right: 20% !important;
margin: 0;
width: 162px;
z-index: 1000;
font-size: 14px !important;
}

.find-a-program-interior .select-state select {
font-size: 14px !important;
}

.find-a-program-interior .program-search-button {
top: -55px !important;
left: 20% !important;
right: 20% !important;
text-align: center !important;
}

}

@media (min-width: 961px) {

.select-state {
height: 38px;
position: relative !important;
top: -143px !important;
left: 115px !important;
width: 202px;
text-align: left;
z-index: 1000;
}

.select-state select {
width: 250px;
font-size: 16px;
text-align: left;
padding-left: 5px;
z-index: 1000;
height: 38px;
}
}

@media (min-width: 1200px) {

.select-state {
position: relative !important;
left: 150px !important;
width: 222px;
text-align: left;
z-index: 1000;
}

.select-state select {
width: 250px;
font-size: 16px;
text-align: left;
padding-left: 5px;
z-index: 1000;
height: 38px;
}
}

@media (min-width: 1400px) {
  .program-search-content.interior-program-search .select-state  {
left: 100px !important;
}

.program-search-content.interior-program-search .program-search-button {
left: 75% !important;
}

}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.sfcommentsFormWrp fieldset {
border: none;
}

ol.sfcommentsFieldsList {
margin-left: 0;
}

legend {
    border: 0;
}

textarea {
    overflow: auto;
}

.sfcommentsFormWrp textarea {
clear: both;
margin-top: 45px;
margin-left: 0;
padding: 10px;
height: 150px;
max-width: 100%;
}

optgroup {
    font-weight: bold;
}

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

/*! ---------- =typography ---------- */

@font-face {
    font-family: 'Avenir Next Demi';
    src: url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-DemiBold.woff2') format('woff2'),
        url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-Bold.woff2') format('woff2'),
        url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-BoldItalic.woff2') format('woff2'),
        url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-Heavy.woff2') format('woff2'),
        url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-HeavyItalic.woff2') format('woff2'),
        url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Demi';
    src: url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-DemiBoldItalic.woff2') format('woff2'),
        url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-DemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-MediumItalic.woff2') format('woff2'),
        url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-Italic.woff2') format('woff2'),
        url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-Medium.woff2') format('woff2'),
        url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Ultra';
    src: url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-UltraLightItalic.woff2') format('woff2'),
        url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-Regular.woff2') format('woff2'),
        url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Ultra';
    src: url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-UltraLight.woff2') format('woff2'),
        url('/ResourcePackages/Bootstrap4/assets/fonts/AvenirNext-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #444;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff !important;
}

.sfitemRichText p {
    line-height: 24px;
}

p, ol, ul, h1, h2, h3, h4, h5, h6, dl {
    margin-bottom: 25px;
}

p, ol, ul, dl {
    orphans: 2;
    widows: 2;
}
p:last-child, ol:last-child, ul:last-child, dl:last-child {
    margin-bottom: 0;
}

ol, ul {
    margin-left: 2em;
}

.warn, .field-validation-error {
  color: #b40000;
  font-weight: bold;
}

.note {
  font-size: 18px;
  font-style: italic;
}

.highlight {
  color: #f1613c;
  font-weight: bold;
}

.citation {
  font-size: 0.9em !important;
  font-style: italic;	

}

.required {
  padding-right: 25px;
  background: url(/images/default-source/pagelayoutimages/required.png) right no-repeat;
}

h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    color: #004581;
}

h1, h2 {
    font-weight: 400;
}

h1 {
    font-size: 36px;
    line-height: 36px;
    color: #004581;
    font-weight: 600;
}

h2 {
    font-size: 30px !important;
    line-height: 46px;
    color: #004481;
    font-weight: bold;
}

h2.less-bottom {
margin-bottom: 5px;
}


.sfContentBlock h2 {
margin-top: 5px;
}


h2.home-page-title {
  margin-top: 85px;
  margin-bottom: 30px;
}

.grid__unit h2.home-page-title {
  margin-bottom: 0;
}


h3 {
    font-size: 28px !important;
  font-weight: 600 !important;
    line-height: 28px;
  color: #f1613c;
}

.sfContentBlock h3 {
border: none;
}

h4 {
    font-size: 24px !important;
}

h5 {
    font-size: 20px !important;
}


h6 {
    font-size: 18px !important;
}


@media (min-width: 720px) {

}

/*! ---------- =common =components ---------- */
a {
    text-decoration: none;
    color: #004481;
    font-weight: bold;
    transition: color 0.15s ease-out, opacity 0.15s ease-out, background-color 0.15s ease-out;
}

a, a:link, a:visited, a:hover, a:active {
    color: #004481;
}

.interior-layout__main a:hover {
    color: #f1613c !important;
}

.breadcrumbs {
color: #004481 !important;
}

.block {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.img-left {
  margin-bottom: 20px;
  margin-right: 10px;
}

.img-right {
  margin-bottom: 20px;
}

.img-left.event-image {
  float: left;
  display: inline-block;
  margin-bottom: 0;
}

.clear {
  clear: both;
}

.upcoming-deadlines {
  border-top: dashed #444 1px;
  border-bottom: dashed #444 1px;
  padding: 20px 0;
}

.callout {
  color: #a35137;
  font-size: 24px;
  padding-right: 14px;
}

.smaller-gray-callout {
  color: #444;
  font-size: 18px;
}

.quotation {
	border: 0px solid #a3d7c6; 
	border-radius: 25px; 
	background: #e4fbf4; 
	padding: 20px 40px 40px 20px; 
	text-align: left;
}

.img-left.content-image, .img-right.content-image  {
  margin-top: 7px;
}

.img-right.quotes {
    float: right;
    margin-right: 25px !important;
  margin-bottom: 75px;
}


@media (min-width: 720px) {

.img-left {
    /* max-width: 35%; */
    float: left;
    margin-right: 25px;
}

.img-right {
    max-width: 35%;
    float: right;
    margin-left: 25px;
}

.img-right.quotes {
    margin-right: 0 !important;
}


.button.img-left {
    width: 100%;
    max-width: none;
    float: none;
    margin-right: 0 !important;
}

.button.img-right {
    width: 100%;
    max-width: none;
    float: none;
    margin-left: 0 !important;
}

}


.img-left.document-thumb {
    float: left !important;
	display: inline-block;
    margin-right: 10px;	
}

.img-left.event-image {
  float: left;
  display: inline-block;
  margin-right: 15px;
}

.key-entry {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400;
}

.key-entry-image {
  display: block;
  float: left;
  vertical-align: middle;
  padding-right: 10px;
  margin-top: -15px;
}

.margin-small {
    margin-bottom: 12.5px;
}

.margin, .margin-large {
    margin-bottom: 25px;
}

.arrow::after, .page-nav__toggle::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-right-width: 0;
    border-left-color: #2c8e95;
    transform: scaleY(0.667);
    margin-left: 25px;
}

.more {
    display: inline-block;
    margin-bottom: 25px;
    color: #51575a;
    font-size: 18px;
    float: right;
}

.more.journal {
  margin-left: 25px;
}


.more img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }

a.more {
    color: #51575a;
}

a:hover.more {
    color: #004581;
}

.button, button.app-button, .sfcommentsSubmitBtnWrp, .sfSubmitBtn {
    display: inline-block;
    vertical-align: middle;
  margin: 25px auto;
  /* border: #004481 3px solid; */
    padding: 12.5px 37px;
    font-size: 24px;
  font-weight: 400;
  color: #fff;
    background: url(/images/default-source/pagelayoutimages/arrow-blue.png) no-repeat;
    background-position: right;
  font-family: "Oswald";
  }


  .sfcommentsSubmitBtnWrp {
    display: inline-block;
    vertical-align: middle;
  margin: 0 auto;
  border: none;
    padding: 12.5px 37px;
    font-size: 24px !important;
  font-weight: 400;
  color: #fff !important;
    background: #a1d7c6 url(/images/default-source/pagelayoutimages/arrow-blue.png) no-repeat;
    background-position: right;
  font-family: "Oswald" !important;
  }

.sfcommentsForm .sfcommentsSubmitBtn {
    font-family: "Oswald" !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    width: 80px;
    text-align: center;
}

.sfcommentsFormWithAvatarWrp .sfcommentsTitle {
font-style: normal !important;
color: #195273 !important;
font-size: 24px !important;
white-space: normal !important;
}

.sfcommentsListWrp {
margin-top: 0;
margin-bottom: 0;
}

button.app-button {
  margin-top: 20px;
  width: 100%;
}

a.button {
  background: #a1d7c6;
  border: none;
  color: #fff !important;
  font-size: 20px !important;
}

button[type="submit"] {
  background: #a1d7c6;
  border: none !important;
  color: #fff !important;
  font-size: 20px !important;
  display: inline-block;
  padding: 12.5px 37px;
  font-family: "Oswald";
  font-size: 24px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 25px;
}

button[type="submit"]:hover {
  background: #f1613c;
}



a.button:hover {
  background: #f1613c;
  border: none;
  color: #fff !important;
}

.button.home-feature-button {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 5px;
    padding: 12.5px 37px;
    border-width: 3px;
    border-color: rgba(255, 255, 255, 0.3);
    font-size: 19px;
    background: url(/images/default-source/pagelayoutimages/arrow-more.png) no-repeat;
    background-position: 90% 50%;
}

a.button.home-feature-button {
  color: #fff;
}

.tile-CTA {
  text-align: center;
  position: relative;
  top: 70%;
}

.button.first-row-tiles {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 5px;
    padding: 12.5px 37px;
    border-width: 3px;
    border-color: rgba(255, 255, 255, 0.3);
    font-size: 19px;
    background: url(/images/default-source/pagelayoutimages/arrow-more.png) no-repeat;
    background-position: 90% 50%;
}

a.button.first-row-tiles {
  color: #fff;
}

@media (max-width: 719px) {

.button.first-row-tiles {
margin-top: 175px;
  }


}


.button span {
  padding-right: 30px;
}

.button.full-width {
  width: 100%;
  text-align: center;
}

.button + .button {
    margin-left: 12.5px;
}

.ad {
    clear: both;
    display: inline-block;
   max-width: 100%;
}

.icon-x {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background: transparent url("/images/default-source/pagelayoutimages/icon-x.png") no-repeat 50% 50%;
    background-size: 13px 13px;
}

.tag {
    display: inline-block;
    vertical-align: middle;
    padding: 6.25px 25px;
    margin: 0 12.5px 6.25px 0;
    border-radius: 2px;
    font-size: 16px;
    color: #444;
    background: #d8d8d8;
}
.tag .icon-x {
    margin-left: 0.5em;
}

.item-list {
    list-style: none !important;
    margin: 0 0 25px;
}
.item-list:last-child {
    margin-bottom: 0;
}
.item-list__item + .item-list__item {
    margin-top: 25px;
}

.item-list--separated .item-list__item + .item-list__item {
    margin-top: 12.5px;
    padding-top: 12.5px;
    border-top: 1px solid #d8d8d8;
}
.item-list__title {
    display: block;
    font-size: 20px !important;
  }


a.item-list__title span  {
  color: #004581;
}

.item-list__icon {
    display: block;
    float: left;
    width: 58px;
    height: 58px;
    margin-right: 12.5px;
    color: #7c7a52;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

 .item-list__date {
    display: block;
    text-align: left;
    color: #004581;
    background: #fff !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
}

.item-list__icon img {
    display: block;
    max-width: 58px;
    max-height: 58px;
    margin: auto;
}
.item-list__date {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
}
.item-list__month {
    display: block;
}

.list-item-sponsors  {
  color: #913f2e;
  font-weight: 600;
}

.schedule__time {
    font-size: 16px;
    font-weight: 700;
}
.schedule__item {
    margin-bottom: 12.5px;
}
.schedule__item:last-child {
    margin-bottom: 0;
}


@media (max-width: 449px) {

.content-box {
    padding: 25px 0;
    margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 284px;
  background: #fff;
    color: #fff;
}

}

.content-box h1::first-line, .content-box h2::first-line {
  height: 31px;
}



@media (min-width: 450px) {

.content-box {
    padding: 25px 0;
    margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 385px;
  background: #fff;
    color: #fff;
}

.content-box.full-width-column {
  max-width: none;
  margin-bottom: 0 !important;
}


.interior-nav .content-box  {
padding-top: 0;
padding-bottom: 0;
}

}

.content-box.interior-box {
    color: #444;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  }

.content-box.interior-box h3, .content-box.interior-box h3 a {
margin-top: 25px;
margin-bottom: 5px;
font-size: 24px;
}


.content-box:last-child {
    margin-bottom: 0;
}

.content-box a {
  color: #fff;
  font-size: 18px;
}


.content-box.interior-box a, .interior-nav__nav a {
  color: #1a5273 !important;
}


.content-box img:hover {
  color: #fff;
}

.content-box h1, .content-box h2 {
  font-size: 36px !important;
  line-height: 36px;
  font-family: "Bebas Neue";
  font-weight: 400;
  margin-bottom: 0;
  margin-top: -3px;
  background: #fff;
  z-index: 2;
  display: inline-block;
  padding-right: 14px;
}



@media (max-width: 450px) {
.content-box h1, .content-box h2 {
height: auto;
}

}


/* @media (max-width: 1199px) {
	
.title-row {
height: auto;
margin-bottom: 9px;
z-index: -1;
}

.title-row::first-line {
height: 27px;
}

}


@media (min-width: 1200px) {

.title-row {
margin-bottom: 9px;
height: auto;
line-height: 20px;
z-index: -1;
}

.title-row::first-line {
height: 27px;
}


} */



@media (max-width: 959px) {

.title-row.mint {


}

.title-row.orange {


}

.title-row.yellow {


}

.title-row.iclio-teal {

  display: inline;

}
}


@media (min-width: 1200px) {

.title-row.mint {
  background: #a1d7c6;
   height: auto !important;
}

.title-row.orange {
  background: #f1613c;
     height: auto !important;
}

.title-row.yellow {
  background: #fbb120;
   height: auto !important;
}

.title-row.iclio-teal {
  background: #4c94a4;
  height: auto !important;
}

/* .content-box.iclio-content .title-row.iclio-teal {
line-height: auto !important;
} */


}

@media (max-width: 1199px) {

.title-row.page-title-row.mint {
  background: none;
}

.title-row.orange {
    background: none;
}

.title-row.yellow {
  background: none;
}

.title-row.page-title-row.iclio-teal {
  background: none;	
}

}



@media (min-width: 720px) and (max-width: 959px) {

.title-row.page-title-row {
padding-bottom: 10px;
border: none;
background: none;
}

.content-box.interior-box h1, .content-box.interior-box h2  {
height: auto !important;
}

}

.content-box h2.orange-title {
  color: #f1613c;
  display: table;
  
}

.content-box h1.orange-title {
  color: #f1613c;
 display: table;
  
}

.content-box h1.mint-title, .content-box h2.mint-title {
  color: #a1d7c6;
  display: table;
  
}

.content-box h2.yellow-title  {
  color: #fbb120;
display: table;
  
}

 h1.orange-title {
color: #f1613c;
display: table;

}

h2.iclio-middle-blue-title, h2.iclio-title {
display: inline;
}



 h1.page-title.orange-title {

}

.content-box h1.page-title.orange-title, .content-box h2.page-title.orange-title {
font-size: 42px !important;
display: table;
  height: 42px;
 }
 


.content-box h1.page-title.mint-title, .content-box h2.page-title.mint-title {
font-size: 42px !important;
display: table;
height: 42px;
}

.content-box h1.page-title.yellow-title, .content-box h2.page-title.yellow-title {
font-size: 42px !important;
display: table;
height: 42px;
}

.content-box h1.page-title.iclio-title {
font-size: 42px !important;
display: table;
height: 42px;
}

.content-box h2.page-title.iclio-title {
font-size: 42px !important;
display: table;
height: 42px;
}



.content-box .title-bar {
background: rgba(0,0,0,0.7);
width: 100%;
max-width: 385px;
height: 55px;
margin-top: -55px;
position: absolute;
text-align: center;
font-size: 18px;
font-weight: 600;
padding-top: 15px;
}

.content-box .title-bar.tall-bar {
background: rgba(0,0,0,0.7);
width: 100%;
max-width: 385px;
height: 75px;
margin-top: -75px;
position: absolute;
text-align: center;
font-size: 18px;
font-weight: 600;
padding-top: 15px;
}

.content-box .title-bar.slider {
margin-top: 192px;
position: absolute;
display: block;
}


.content-box .title-bar.slider a {
text-decoration: none;
}

.content-box .title-bar.opaque {
background: rgba(0,0,0,1.0);
}

@media (max-width: 450px) {
.content-box .title-bar.slider {
margin-top: 126px;
padding-top: 15px;
position: absolute;
display: block;
}

}


.content-box .cta {
  font-family: "Bebas Neue";
  font-size: 30px;
  font-weight: 400;
  max-width: 385px;
  height: 76px;
  text-align: center;
  padding-top: 30px;
}

.content-box .cta a {
  font-family: "Bebas Neue";
  font-size: 30px;
  font-weight: 400;
  color: #fff !important;
}


.content-box .cta.orange-action {
background: #f1613c;
}


.content-box .cta.mint-action {
background: #a1d7c6;
}


.content-box .cta.yellow-action {
background: #fbb120;
}


.search-pagination {
  margin-top: 10px;
}


@media (max-width: 719px) {

 .search-pagination {
   /* margin-top: -35px; */
 }
 
}

ul.search-pagination {
  margin-left: 0;
}

.pagination {
    margin: 12.5px 0 25px;
    font-size: 18px;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 3.125px;
    text-align: center;
}
.pagination__overview {
    padding: 0 !important;
    margin-right: 25px;
    font-style: italic;
    opacity: 0.8;
}
.pagination__page {
    min-width: 31.25px;
    font-weight: 700;
    color: #444;
}

.pagerPage, .sf_pagerNumeric a {
  border: 1px solid #195273;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 2px;
}

 .sf_pagerNumeric a {
margin-right: 20px;
}

.current.pagerPage, .sf_PagerCurrent, .sf_PagerCurrent a {
  border: none !important;
  background: #a1d7c7;
  color: #fff !important;
  width: 35px;
  height: 35px;
}

.pagerPage:hover,   .sf_pagerNumeric a:hover {
  border: none;
  background: #a1d7c7;
  color: #fff !important;
  width: 35px;
  height: 35px;
}

a.pagerPage:hover {
  color: #fff !important;
}

.pagination__page:hover {
    border: none;
  background: #004481;
  color: #fff !important;
  width: 30px;
  height: 30px;
}

.pagination__fold {
    opacity: 0.4;
}

.pagination__increment {
  font-weight: 700;
}

.result {
margin-bottom: 25px;
}


.accordion__label {
  min-height: 135px;
}

.accordion__label.short_label {
  min-height: 50px;
}

.accordion__title {
  padding: 12.5px 25px 12.5px 12.5px;
  font-weight: 400;
    background: #f1f1f1;
    position: relative;
}
.js .accordion__title::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #7c7a52;
    position: absolute;
    right: 12.5px;
    top: 50%;
    margin-top: -5px;
    transform: scaleX(0.667);
}
.js .accordion__title.is-active::after {
    transform: scaleX(0.667) scaleY(-1);
}
.js .accordion__content {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.js .accordion__content.is-active {
    max-height: none;
    padding-bottom: 25px;
    opacity: 1;
    transition: all 0.4s ease-in;
}

/* .group:after, .item-list__item:after, .page-header:after, .page-nav > ul:after, .interior-layout:after {
    content: "";
    display: table;
    clear: both;
} */


@media (max-width: 469px) {

.button {
  display: block;
  }
.button + .button {
  margin: 12.5px 0 0;
  }

.pagination__overview {
  display: block !important;
  }
}

@media (min-width: 470px) {
.pagination a, .pagination span {
  padding: 3.125px 6.25px;
  }
}

@media (max-width: 28em) {

.content-box img {
max-width: 284px;
}

.content-box .title-bar, .content-box .title-bar.tall-bar {
max-width: 284px;
font-size: 16px;
font-weight: 600;
padding-top: 3px;
}
  
.content-box .title-bar a, .content-box .title-bar.tall-bar a {
font-size: 16px;
font-weight: 600;
}

.content-box .cta {
max-width: 284px;
}

.content-box .cta a {
font-size: 24px;
}

}



.content-box.just-title {
    margin-bottom: 0;
  }


@media (max-width: 719px) {
.min-m {
  display: none !important;
  }
}

@media (min-width: 720px) {

.max-m {
    display: none !important;
  }

.margin-large {
    margin-bottom: 50px;
  }

.item-list + .more {
    position: relative;
    top: -25px;
  }

.item-list--indented + .more {
    margin-left: 100px;
  }

.item-list {
    margin-bottom: 25px;
  }


.item-list__icon {
    width: 58px;
    height: 58px;
    padding: 0 0;
  }

.item-list__icon ~ .item-list__title, .item-list__icon ~ .item-list__description, .item-list__date ~ .item-list__title, .item-list__date ~ .item-list__description {
    /* margin-left: 100px; */
  }

.item-list__date {
    font-size: 20px;
    line-height: 25px;
  /* margin-left: 100px; */
  }

.item-list__month {
    font-weight: 400;
  }

.schedule {
    position: relative;
  }

.schedule__time {
    width: 175px;
    position: absolute;
    left: 0;
    text-align: right;
  }

.schedule__item {
    margin-left: 200px;
  }

.content-box {
    margin-bottom: 50px;
  }


.content-box.just-title {
    margin-bottom: 0;
  }

}


/*! ---------- =grids ---------- */
.grid {
  display: block;
  padding: 0;
    margin: 0 18px;
  letter-spacing: -0.31em;
    text-rendering: optimizespeed;
    text-align: center;
}

.grid.interior-grid {
margin: 0;
}

.interior-grid {
margin: 0;
}

.grid__unit {
  display: inline-block;
    width: 100%;
    padding: 0 0 25px 0;
    margin: 0;
    vertical-align: top;
    letter-spacing: normal;
    /* text-rendering: auto; */
    text-align: left;
}

.grid__unit.grid__unit--1-1 {
width: 100% !important;
}

.grid__unit.home-tiles {
  padding: 0;
}

.grid__unit--1-2 {
    width: 49% !important;
    margin-right: 1%;
}

.grid__unit--1-3 {
  width: 32%;
  margin-right: 1.33%;
  
}


.grid__unit--1-3-w {
    width: 100% !important;
  }  
  
  .grid__unit--1-4-w {
 width: 100% !important;

  }

  .grid__unit--1-5-w {
 width: 100% !important;

  }
  

.grid__unit--2-3 {
    width: 66.66%;
}

.grid__unit--1-4 {
    width: 24% !important;
 /*  margin-right: 1%; */
}

.grid__unit--3-4 {
   width: 72% !important;
   margin-right: 2%;
}

.grid__unit--1-5 {
    width: 18% !important;
  margin-right: 1%;
}

.grid__unit--2-5 {
    width: 36% !important;
}

.grid__unit--3-5 {
  width: 54% !important;
}

.grid__unit--4-5 {
    width: 72% !important;
}

.grid__unit--1-6 {
    width: 15%;
  margin-right: 1.66%;
}

.grid__unit--5-6 {
    width: 83.3%;
}


@media (max-width: 470px) {

.grid__unit.interior-unit.grid__unit--1-2-w {
  margin-right: 25px;
}


.grid__unit--1-2-s {
  width: 50%;
  }

.grid__unit--1-3-s {
    width: 33.33%;
  }

.grid__unit--2-3-s {
    width: 66.66%;
  }

.grid__unit--1-4-s {
       width: 24% !important;
  }

.grid__unit--3-4-s {
   width: 72% !important;
   margin-right: 3%;
  }

.grid__unit--1-5-s {
     width: 100% !important;;
  }

.grid__unit--2-5-s {
    width: 100% !important;;
  }

.grid__unit--3-5-s {
      width: 100%;
  }

.grid__unit--4-5-s {
      width: 100%;
  }

.grid__unit--1-6-s {
   width: 100%;
  }

.grid__unit--5-6-s {
    width: 100%;
  }




}



@media (min-width: 471px) {

.grid__unit--1-2-s {
  width: 50%;
  }

.grid__unit--1-3-s {
    width: 33.33%;
  }

.grid__unit--2-3-s {
    width: 66.66%;
  }

.grid__unit--1-4-s {
       width: 24% !important;
  }

.grid__unit--3-4-s {
   width: 72% !important;
   margin-right: 3%;
  }

.grid__unit--1-5-s {
    width: 18% !important;
  }

.grid__unit--2-5-s {
    width: 36%!important;
  }

.grid__unit--3-5-s {
    width: 54% !important;
  }

.grid__unit--4-5-s {
    width: 72% !important;
  }

.grid__unit--1-6-s {
    width: 16.66%;
  }

.grid__unit--5-6-s {
    width: 83.3%;
  }

 }


.grid__unit.interior-unit {
    padding: 0 0 0 0;
  }

@media (min-width: 720px) {


.grid.grid-home {
}

.grid.grid-home .grid__unit.first-units  {

padding-top: 0;
}

 .grid__unit {
    padding: 10px 0 0 0;
  }


  .grid__unit.interior-unit {
    padding: 0 0 0 0;
  }

.grid__unit--1-2-m {
    width: 50%;
  }

.grid__unit--1-3-m {
    width: 33.33%;
  }




.grid__unit--2-3-m {
    width: 66.66%;
  }

.grid__unit--1-4-m {
        width: 24% !important;  }

.grid__unit--3-4-m {
   width: 70% !important;
   margin-right: 3%;
  }

.grid__unit--1-5-m {
    width: 18% !important;
  }

.grid__unit--2-5-m {
    width: 36% !important;
  }

.grid__unit--3-5-m {
    width: 54% !important;
  }

.grid__unit--4-5-m {
    width: 72% !important;
  }

.grid__unit--1-6-m {
    width: 16.66%;
  }

.grid__unit--5-6-m {
    width: 83.3%;
  }

}


@media (min-width: 960px) {


.grid__unit--1-2-l {
    width: 50%;
  float: left;
  }

.grid__unit--1-3-l {
    width: 33.33%;
  }
  


.grid__unit--1-3-w {
    width: 100% !important;
  }  
  

.grid__unit--2-3-l {
    width: 66.66%;
  }

.grid__unit--1-4-l {
        width: 24% !important;
  }

.grid__unit--3-4-l {
   width: 70% !important;
   margin-right: 3%;
  }
  
.grid__unit--1-5-l {
    width: 18% !important;
  }

.grid__unit--2-5-l {
    width: 36% !important;
  }

.grid__unit--3-5-l {
    width: 54% !important;
  }

.grid__unit--4-5-l {
    width: 72% !important;
  }

.grid__unit--1-6-l {
    width: 16.66%;
  }

.grid__unit--5-6-l {
    width: 83.3%;
  }

  .grid__unit--1-8-l {
  width: 12.66%;
  }


}

@media (min-width: 1280px) {

.grid__unit.grid__unit--1-1.grid__unit--1-2-w,  .grid__unit--1-2-w{
    width: 44% !important;
  margin-right: 5%;
  }


.grid__unit--1-2-w.push-10   {
      width: 44% !important;
    margin-right: 5%;
}


.grid__unit--1-3-w {
    width: 30% !important;
    margin-left: 2% !important;
  }


.clear-large {
    clear: left !important;
  }

.grid__unit--2-3-w {
    width: 66.66% !important;
  }

.grid__unit--1-4-w {
 width: 24% !important;
  }

.grid__unit--3-4-w {
   width: 70% !important;
   margin-right: 3%;
   margin-left: 0;
  }

.grid__unit--1-5-w {
    width: 18% !important;
  }

.grid__unit--2-5-w {
    width: 36% !important;
  }

.grid__unit--3-5-w {
    width: 54% !important;
  }

.grid__unit--4-5-w {
    width: 72% !important;
  }

.grid__unit--1-6-w {
    width: 16.66%;
  }

.grid__unit--5-6-w {
    width: 83.3%;
  }


  .grid__unit--1-8-w {
  width: 12.66%;
  }
}

.grid.content {
  clear: both;
}

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


/*! ---------- =forms ---------- */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 6.25px 12.5px;
  margin-bottom: 20px;
  border: 1px solid #d8d8d8;
  color: #5a6067;
  color: rgba(90, 96, 103, 0.8);
  font: 14px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type="text"]:last-child,
input[type="email"]:last-child,
input[type="password"]:last-child,
input[type="number"]:last-child,
input[type="tel"]:last-child,
textarea:last-child,
select:last-child {
  margin-bottom: 0;
}
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="tel"]:required,
textarea:required,
select:required {
  border-color: #b7c7d2;
}
input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #b81543;
  color: #b81543;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #127abe;
  color: #5a6067;
}

textarea {
  padding: 10px;
  min-height: 80px;
}
textarea.textarea-large {
  min-height: 200px;
}

select[multiple] {
  text-align: left;
}

input[type="radio"], input[type="checkbox"] {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
label + input[type="radio"], label + input[type="checkbox"] {
  margin-left: 20px;
}

input + p.note, textarea + p.note, select + p.note {
  margin-top: -20px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #5e6365;
  opacity: 0.9;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type="radio"] + label, input[type="checkbox"] + label, input[type="hidden"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  margin: -5px 0 0 5px;
}

.check.ng-scope label {
  margin: 0 5px;
}

label.required {
  color: #07497b;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #b81543;
}

label.is-focused{
	color:#09b4bf;
	opacity:1;
	z-index: 5;
}

.side-label {
  margin-bottom: 20px;
}
.side-label:last-child {
  margin-bottom: 0;
}
@media (min-width: 470px) {
  .side-label {
    padding-left: 140px;
  }
  .side-label label {
    width: 140px;
    float: left;
    margin-left: -140px;
    padding: 5px 1em 0 0;
  }
}

.field-validation-error, .sfError {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #b81543;
}
input + .field-validation-error, select + .field-validation-error, textarea + .field-validation-error {
  margin-top: -15px;
}

.mce-container {
  margin-bottom: 20px !important;
}



/*! -------- =reCAPTCHA --------- */

.g-recaptcha iframe {
  height: auto;
  float: none;
}

/*! ------- =buttons --------- */
.btn-paypal {
  background: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/checkout-logo-large.png') no-repeat;
  height: 44px;
  width: 228px;
  border: none;
}

.btnForm {
  color: #004481;
}

.ssl {
  float: right;
}

/*! ---- =Feather Designers ----- */
input.ng-scope + p.note.ng-scope,
textarea.ng-scope + p.note.ng-scope,
select.ng-scope + p.note.ng-scope,
.kendo-content-block + p.note.ng-scope,
sf-list-selector + p.note.ng-scope,
.check.ng-scope + p.note.ng-scope {
  margin-top: 0;
  margin-bottom: 20px;
}

.kendo-content-block + p.note.ng-scope {
  margin-top: 20px;
}

select.ng-scope, select.ng-scope option {
  color: rgb(68, 68, 68) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

/*! ---------- =search ---------- */
.search-current-tags {
    margin-bottom: 25px;
}

.refine-search__form {
    position: relative;
}
.refine-search__title {
    margin-bottom: 12.5px;
}
.refine-search__list {
  margin-bottom: 25px;
}




@media (min-width: 960px) {
.refine-search__list {
      margin-bottom: 50px;
  }
}



/*! ---------- =body ---------- */
body {
    background: #fff;
    width: 100%;
  overflow-x: hidden !important;
    position: relative;
  min-width: 0 !important;
  	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


.content {
    padding: 25px;
}

.content, .page-width {
    display: block;
    /* max-width: 1500px; */
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 960px) {
  .content {
    padding: 24px 50px 0 50px;
  }
}



/*! ---------- =interior ---------- */
.interior-layout__nav, .interior-layout__main {
  margin-top: 0;
  /*  margin-bottom: 25px; */
}
  /*
.interior-layout__main {
margin-right: 25px !important;
}*/


.interior-nav {
  background: none;
  padding: 0 20px 20px 0;
}


.interior-nav.filter-nav {
  padding: 20px 5px 0 5px;
  margin-bottom: 45px;
}


@media  (max-width: 720px) {

.interior-nav.filter-nav {
  padding: 10px 25px 0 25px;
}

}

@media (max-width: 720px) {

.interior-layout__main {
  margin-top: -80px !important;
  margin-left: 25px !important;
  margin-right: 25px !important;
}


.interior-layout__main.event-main {
  margin-top: 25px !important;
}

.interior-layout__main .sf_cols {
clear: both !important;
}

}


.interior-nav__title {
    font-weight: 400;
    font-size: 24px;
  }
.interior-nav__nav ul {
    list-style: none;
    margin: -24px 0 0 0;
}

.interior-nav__nav.subsite_nav ul {
  margin-top: 24px;
}

.interior-nav__nav a {
    display: block;
}
.interior-nav__nav > ul > li > a {
    padding: 5px 0;
}

.interior-nav__nav > ul > li  li {
    border-top: 1px solid #f1f1f1 !important;
}
.interior-nav__nav li ul {
    display: none;
    /* margin-left: 25px; */
    margin-bottom: 12.5px;
}

.interior-nav__nav.iclio-sub-nav li ul {
    display: block !important;
    margin-left: 25px;
    margin-bottom: 12.5px;
}


.interior-nav__nav li ul a {
    padding: 6.25px 0;
}
.interior-nav__nav .is-current > a {
    font-weight: 700;
}
.interior-nav__nav .is-current > ul {
    display: block;
}

@media (max-width: 720px) {

.interior-layout {
    -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
   -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

	.interior-layout__nav {
      order:1;
}
	.interior-layout__main{
		order:2;
}

.interior-nav__nav ul {
    list-style: none;
    margin: -24px 0 30px 0 !important;
}

.interior-nav__title {
    margin: 5px 0 12.5px;
    cursor: pointer;
    font-size: 24px;
  }

 .interior-nav {
  background: none;
  padding: 10px 20px 6px 0;  
 display: none;  

} 

.interior-nav.legend {
  border-top: none;
  border-bottom: none;
}

.interior-nav__title::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -0.2em 0 0 0.5em;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #004481;
    transform: scaleX(0.667);
  }

.interior-nav__title.is-active::after {
    transform: scaleX(0.667) scaleY(-1);
  }

.interior-nav__nav {
   /*  max-height: 0; */
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
    margin-bottom: 36px;
  }

.interior-nav.stand-alone {
margin-bottom: 75px;
display: block;
}

.interior-nav.stand-alone .interior-nav__nav {
  display: block !important;
  max-height: none;
  overflow: visible !important;
  opacity: 1 !important;
}
.interior-nav__nav.show-event {
    max-height: none;
    overflow: visible;
    opacity: 1;
    transition: all 0.3s ease-out;
  }

.interior-nav__nav.is-active {
    max-height: 2500px;
    opacity: 1;
    transition: all 0.25s ease-in;
  }


.interior-nav.stand-alone .interior-nav__nav {
    display: block !important;
    max-height: none;
    overflow: visible;
    opacity: 1 !important;;
  }


.interior-nav.stand-alone .hide-on-mobile    {
display: block !important;
}


.interior-layout__nav {
margin-left: 25px;
margin-right: 25px;
}


  .interior-nav.stand-alone ul {
margin-top: 0 !important;
}


  .interior-nav.stand-alone {
margin-bottom: 75px;

  }

.interior-layout__nav ul li {
  display: none;
}

.interior-layout__nav ul li.is-current, .interior-layout__nav ul li.is-current ul li, .interior-layout__nav ul li.is-current ul li ul li {
  display: block;
}

.interior-layout__nav ul li.is-current, .interior-layout__nav ul li.is-current a {
  color: transparent !important;
}

.interior-layout__nav ul li.is-current ul li a, .interior-layout__nav ul li.is-current ul li ul li a {
  color: #195273 !important;
  margin-top: 5px;
}
}

.interior-nav.filter-nav {
  padding-bottom: 0;
}

.interior-nav__title.filter::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -0.2em 0 0 0.5em;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #958948;
    transform: scaleX(0.667);
  }

.interior-nav__title.filter.is-active::after {
    transform: scaleX(0.667) scaleY(-1);
  }

.interior-nav__nav.refine-search {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
  }

.interior-nav__nav.refine-search.is-active {
    max-height: 2500px;
    opacity: 1;
    transition: all 0.25s ease-in;
  }

.interior-layout__aside {
  background: none;
  padding: 0 20px 20px 0;
 }

.interior-layout__title {
  font-size: 30px;
  font-weight: 400;
}

h1.interior-layout__title {
  font-size: 36px;
  line-height: 40px;
  font-family: Oswald !important;
}


  @media (max-width: 719px) {
  .interior-layout__aside {
  background: none;
  padding: 0 20px 20px 20px;
  order: 4 !important;
 }
  }


@media (min-width: 720px) {

.interior-layout__title {
    margin-left: 0;
    padding-left: 0;
  }

.interior-layout__nav, .interior-layout__aside {
    width: 40% !important;
    float: left;
    clear: left;
    padding-left: 40px !important;
    display: block;
  }

.interior-layout__nav {
    margin-top: 0;
    /* margin-bottom: 50px; */
  }
  
.interior-nav__nav ul {
    list-style: none;
   /* margin: -42px 0 0 0 !important; */
}

.interior-layout__nav ul li {
    font-size: 18px;
  }

.interior-layout__main {
    float: right;
    width: 60%;
    padding-right: 40px;
    /* margin-top: 24px !important; */
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {

.interior-layout__nav, .interior-layout__aside {
    width: 30% !important;
  }

.interior-layout__main p {
  font-size:  18px !important;
}

}

@media (min-width: 1400px) {

.interior-layout__nav, .interior-layout__aside {
    width: 20% !important;
  }


}

/*# sourceMappingURL=public.css.map */

.division_specific_banner {
  text-align: center;
  margin-top: 0 !important;
  padding-top: 0 !important;
}


.division_specific_banner img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 399px;
  margin: 0 auto !important;
}

.breadcrumb {
  margin-bottom: 20px;
}

.item-list-date {
  color: #444;
  font-weight: bold;
  font-size: 18px;
}

.more-top {
  margin-top: 45px !important;
}


.ad {
  clear: both;
  margin-top: 25px;
  background:
      linear-gradient(
        to right,
        #979697, white
      );
}

.ad.interior-ad {
background: none;
width: 100%;
max-width: 300px;
height: auto;
margin-top: 0;
margin-bottom: 45px;
}


.ad {
  width: 100%;
  height: 400px;
}


.ad-title {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (max-width: 720px) {

.ad-image.hide-on-desktop {
  clear: left;
  text-align: center;
}

.hide-on-desktop,  img.hide-on-desktop {
display: block !important;
}


.ad-title {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

}

@media (min-width: 720px) {

.ad {
  width: 100%;
  height: 225px;
}

.ad-title {
  float: none;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

}

@media (min-width: 1200px) {

.ad {
  width: 100%;
  height: 129px;
}

.ad-title {
  float: left;
  margin-top: 50px;
  margin-left: 10%;
}

}

.accordion__label {
  background: #fff !important;
  color: #2c8e95 !important;
  border: #d8d8d8 solid 1px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
}

.button.margin {
  background: #004581;
  color: #fff;
  border-radius: 4px;
}

.grid__unit.home-grid {
  padding-right: 0;
}

.ad img {
  margin: 18px auto;
  text-align: center;
}

.ad-title {
  color: #fff;
  font-style: italic;
  font-size: 30px;
  font-family: minion-pro, serif;
}

.red-overlay {
  background: rgba(39,62,84,0.42);
  display: block;
  width: 100%;
  height: 100%;
 }

 .overlay-img {
  width: 373px;
  height: 374px;
  display: block;
  background: url(/images/default-source/pagelayoutimages/photo-news1.jpg) no-repeat;
 }


.bg-blend {
    background-color: #ddad05;
  background-blend-mode: multiply;
    display: block;
    width: 373px;
    height: 374px;
}

.normal-image {
  background-image: url(/images/default-source/pagelayoutimages/s.cdpn.io/3/building.jpg);
}

.just-color {
    background: red;
}

body {
  /* padding: 20px; */

}
.demo > div {
    float: left;
    width: 200px;
  height: 200px;
    background-size: cover;
}

.demo {
    width: 600px;
    overflow: hidden;
}
.screencap {
  width: 600px;
}

.tabs--styled {
    margin-bottom: 40px;
}
.tabs--styled:last-child {
    margin-bottom: 0;
}
.tabs--styled .tabs__tab {
  display: inline-block;
  margin-bottom: -1px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    font-weight: 700;
    color: #91918d;
    background: #fff;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.tabs--styled .tabs__tab:hover {
    color: #259e64;
    background: #fff;
}
.tabs--styled .tabs__tab.is-active {
    color: #127998;
    border-bottom-color: #fff;
}
.tabs--styled .tabs__pane {
    padding: 20px;
    border: 1px solid #d8d8d8;
    background: #fff;
}
.js .tabs--styled .tabs__pane {
    display: none;
}
.js .tabs--styled .tabs__pane.is-active {
    display: block;
}

.accordion {
    margin-bottom: 40px;
}
.accordion:last-child {
    margin-bottom: 0;
}
.accordion__label {
    display: block;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #d8d8d8;
    color: #127998;
    background: #f6f6f6;
    cursor: pointer;
    position: relative;
}
.accordion__label .disclose, .accordion__label .page-nav__toggle {
    position: relative;
    top: -4px;
    margin-left: 0.5em;
    transition: all 0.15s ease-out;
}
.accordion__label.is-active {
    border-color: rgba(37, 158, 100, 0.3);
    color: #259e64;
}
.accordion__label.is-active .disclose, .accordion__label.is-active .page-nav__toggle {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 0;
}
.accordion__label.is-active .disclose::before, .accordion__label.is-active .page-nav__toggle::before {
    border-color: #259e64;
}
.accordion__label--image .disclose, .accordion__label--image .page-nav__toggle {
    top: 0;
}
.accordion__label ~ .accordion__label {
    margin-top: 10px;
}
.accordion__content {
    margin: 20px 0;
}
.accordion__content:last-child {
    margin-bottom: 0;
}


/*! ---------- =home ---------- */

.home-feature {
     margin-bottom: -2px;
}
.home-feature__item {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    position: relative;
    transition: all 0.25s ease-out;
}
.home-feature__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: #004581 no-repeat 100% 100%;
    background-color: rgba(0, 69, 129, 0.8);
    min-height: 400px;
  }

.home-feature__item:nth-child(2) .home-feature__content {
    background-color: #058089;
    background-color: rgba(5, 128,137,  0.8);
}
.home-feature__item:nth-child(3) .home-feature__content {
    background-color: #389625;
    background-color: rgba(56, 150, 37, 0.8);
}
.home-feature__item:nth-child(4) .home-feature__content {
    background-color: #1c8c7e;
    background-color: rgba(28, 140, 126, 0.92);
}
.home-feature__item:nth-child(5) .home-feature__content {
    background-color: #259e64;
    background-color: rgba(37, 158, 100, 0.92);
}
.home-feature__title, .home-feature__description, .home-feature a {
    color: #fff;
}
.home-feature__title {
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
}
.home-feature a {
    font-weight: 700;
}
.home-feature a:hover {
    text-decoration: underline;
}
.js .home-feature__trigger {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.home-feature__item.is-active .home-feature__trigger {
    bottom: 100%;
}

.home-feature__item .button.home-feature-button {
  display: none;
}

.home-feature__item.is-active .button.home-feature-button {
  display: inline-block;
}

.title-underline {
  background: #e5e9eb;
  background-color: rgba(229, 233, 235, 0.3);
  width: 78px;
  height: 3px;
}

.home-feature__item .expand {
  padding-top: 22px;
  width: 23px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.home-feature__item.is-active .expand {
  display: none;
}

@media (max-width: 480px) {

 .home-feature__item.is-active {
    min-height: 250px;
  border: white solid 1px;
  }

}

@media (max-width: 719px) {

.home-feature__content {
   min-height: 0;
  }

 .home-feature__item {
  height: 75px;
  border: white solid 1px;
  }

.home-feature__item + .home-feature__item {
    margin-top: 20px;
  }
.home-feature__title {
    margin: 0;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.home-feature__description {
    display: none;
  }


 .home-feature__item.is-active .home-feature__description {
    transition: max-height 0.25s ease-out;
  font-family: minion-pro, serif;
  font-size: 18px;
  padding-top: 0;
  display: block;
 }

.home-feature__item .expand {
  display: none;
}

.home-feature__item.is-active .expand {
  display: none;
}


.home-feature__item.is-active .button.home-feature-button {
  font-size: 14px;
  padding: 10px 15px 10px 10px;
}

.interior-layout__nav {
  margin-top: 0;
  padding-top: 0;
    margin-bottom: 0;
}


.ad.interior-ad {
margin-top: 0;

}

   .breadcrumb {
clear: both !important;
}

}


@media (min-width: 480px) and  (max-width: 719px) {

.home-feature__item.is-active {
    min-height: 225px;
  border: white solid 1px;
  }

}


@media (min-width: 720px) {

.home-feature {
    display: table;
    width: 100%;
  }

.home-feature__wrapper {
    display: table-row;
  }

.home-feature__item {
    display: table-cell;
    width: 12%;
    height: 400px;
    vertical-align: bottom;
  }
.home-feature__item + .home-feature__item {
   /* border-left: 20px solid #fff; */
  }

.home-feature__item .home-feature__title, .home-feature__item .home-feature__title a {
  opacity: 1;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  }

.home-feature__item.is-active .home-feature__title, .home-feature__item.is-active .home-feature__title a {
  font-size: 45px;
  line-height: 45px;
  font-weight: 900;
  }

.home-feature__item .home-feature__description {
  opacity: 0;
  display: none;
  }

.home-feature__item.is-active .home-feature__description {
  opacity: 1;
  display: block;
  }


.home-feature__item .title-underline {
  text-align: center;
  width: 90%;
  }


.home-feature__item.is-active .title-underline {
  text-align: left;
  width: 78px;
  }

.no-js .home-feature:not(:hover) .home-feature__item:first-child, .no-js .home-feature:hover .home-feature__item:hover {
    width: 51%;
  }
.no-js .home-feature:not(:hover) .home-feature__item:first-child .home-feature__content, .no-js .home-feature:hover .home-feature__item:hover .home-feature__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.15s ease-out 0.2s;
  }
.js .home-feature__trigger {
    height: 400px;
  }
.home-feature__item.is-active .home-feature__trigger {
    height: 0 !important;
  }
.home-feature__item.is-active {
    width: 51%;
  }
.home-feature__item.is-active .home-feature__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.15s ease-out 0.2s;
  height: 100%;
  }

.home-feature__item.is-active .home-feature__content .home-feature__title, .home-feature__item.is-active .home-feature__content .home-feature__description {
  opacity: 1;
  }

.home-feature__description {
  font-family: minion-pro, serif;
  font-size: 26px;
  padding-top: 22px;
  }

.home-feature__content {
  text-align: center;
    padding-top: 120px;
    padding-right: 40px;
    padding-left: 20px;
  }

.home-feature__item.is-active .home-feature__content {
  padding: 45px 20px 40px 20px;
  text-align: left;
  }

}

@media (min-width: 1500px) {

.home-feature__item.is-active .home-feature__title, .home-feature__item.is-active .home-feature__title a {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  }

.home-feature__content {
   min-height: 653px;
   text-align: center;
   padding-top: 300px;
   padding-right: 20px;
   padding-left: 20px;
  }

.home-feature__item.is-active .home-feature__content {
  padding: 222px 55px 10px 112px;
  text-align: left;
  }

.home-feature__item {
   height: 653px;
  }

.js .home-feature__trigger {
   height: 653px;
  }


}




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


.dash {
    width: 250px;
    height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dash p {
    padding: 10px;
    margin: 0;
}


}

.large-interior-image {
  /*background-color: #058089;
    background-color: rgba(5, 128,137,  0.8);
  background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    position: relative;
    transition: all 0.25s ease-out; */
  margin-bottom: 45px;
}

@media (max-width: 719px) {

.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
   -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-item:nth-child(1) {
order: 1;
text-align: center;
}

.flex-item:nth-child(2) { order: 3;}
.flex-item:nth-of-type(3) { order: 2; }
.flex-item:nth-of-type(4) { order: 4; }
.flex-item:nth-of-type(5) { order: 5; }

.flex-item {
}



.flex-container-2 {
   padding: 0;
  margin: 0;
  list-style: none;

  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
width: 100%;
}

.flex-item-2:nth-of-type(1) {
order: 1;
margin-bottom: 72px;
}

.flex-item-2:nth-of-type(2) {
order: 2;
}

.flex-container-main {
  padding: 0;
  margin: 0;
  list-style: none;

  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-item-main:nth-of-type(1) { order: 3; }
.flex-item-main:nth-of-type(2) { order: 4; }
.flex-item-main:nth-of-type(3) { order: 1; }
.flex-item-main:nth-of-type(4) { order: 5; }
.flex-item-main:nth-of-type(5) { order: 2; }

.flex-item-main {
  background: tomato;
  padding: 5px;
  width: 100px;
  height: 100px;
  margin: 5px;
   line-height: 100px;
  color: white;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}


.interior-layout__main {
width: 80% !important;
margin-right: 25px !important;
margin-left: 25px !important;
  }


}


.interior-layout__main {

  }


.interior-layout__nav {

}

@media (min-width: 721px) and (max-width: 960px) {

.interior-layout__main {
    padding-left: 30px !important;
  padding-right: 30px !important;
  width: 49% !important;
  }

.interior-layout__nav {
min-width: 320px !important;
}

}

@media (min-width: 960px) and (max-width: 1400px) {

  .interior-layout__main {
    padding-left: 30px !important;
  padding-right: 30px !important;
  width: 60% !important;
  }

.interior-layout__nav {
min-width: 320px !important;
}

}

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

.interior-layout__nav {
min-width: 320px !important;
}
}

@media (min-width: 1400px) {

  .interior-layout__main {
  width: 70% !important;
  margin-left: 25px !important;
  margin-right: 25px !important;
  }

}


.app-left {
  float: left;
}

.app-left.sm-likes {
  margin-top: 0;
  padding: 0 10px 25px 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: #004581;
  color: #fff;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background: url(/images/default-source/pagelayoutimages/arrow-white-down.png) no-repeat;
}

.ui-icon  {
  background: url(/images/default-source/pagelayoutimages/arrow-white-right.png) no-repeat;
}

.landing-box {
  margin-top: 0;
  padding: 25px;
  /*  border: #004581 solid 3px;
  background:
      linear-gradient(
        to right,
        #ddd, white
      );    */
  text-align: center;

}

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

.landing-box img {
  margin: 0 auto;
}

@media (max-width: 720px) {

 .grid.landing-grid {
  margin-left: -50px;
  margin-right: -50px;
}

.landing-box.left-align {
  padding-left: 75px;
  padding-right: 75px;
}


}




@media (min-width: 720px) {

.grid.landing-grid {
  margin-left: -25px;
  margin-right: -25px;
}
}



@media (min-width: 720px) {

.img-left.landing-icons-50 {
  width: 40%;
}



.img-left.landing-icons-33 {
  width: 27%;
}

}


/*! ---------- =home ---------- */

.home-feature {
  position: relative !important;
  width: 385px !important;
  height: 247px !important;
}

.home-feature__slide a {
display: block !important;
width: 100% !important;
z-index: 10 !important;
position: absolute !important;
}

.home-feature__slide {
  position: relative;
  display: block !important;
}
.home-feature__image {
  height: 0;
  padding-bottom: 16.25%;
  background-position: 0 0;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: block !important;
  height: auto;
  min-height: 247px;
    }


.home-feature__title {
  max-width: 50%;
  position: absolute;
  left: 24px;
  top: 24px;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}

.home-feature__title {
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
}
.home-feature__content {
  padding: 24px;
}
.home-feature__nav {
  position: absolute;
  z-index: 5;
}
.home-feature__nav__item {
  display: none;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  color: transparent;
  position: relative;
}
.home-feature__nav__item::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -6px 0 0 -6px;
  opacity: 0.25;
  -webkit-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
.home-feature__nav__item:hover::before {

  opacity: 1;
}
.home-feature__nav__item.is-active::before {

  opacity: 1;
}
.home-feature.is-playing .home-feature__play, .home-feature:not(.is-playing) .home-feature__pause {
  display: none;
}
.home-feature__pause, .home-feature__play {
  display: none;
  width: 30px;
  padding: 6px 0;
  text-align: center;
  opacity: 0.5;
}
.home-feature__pause:hover, .home-feature__play:hover {
  opacity: 0;
}
.home-feature__pause .icon-pause {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.home-feature__play {
  display: none;
}

.home-grid {
  width: auto !important;
}



@media (min-width: 470px) and (max-width: 767px) {
  .home-feature__image {
    padding-bottom: 192px;
  }
  .home-feature__title {
    max-width: 60%;
    font-size: 36px;
  }

  .home-feature__image {
  height: 0;
  padding-bottom: 16.25%;
  background-position: 0 0;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: block !important;
  height: auto;
  max-height: 320px;
    }



}


@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 960px)  {
 .home-feature__image {
     }

}


@media (min-width: 768px) {
  .home-feature {
    width: 100%;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .home-feature__slide::before {
    content: '';
    display: block;
    width: 100%;

    position: absolute;
    left: 0;
    top: 0;

  }
  .home-feature__title {
    max-width: 65%;
    top: 0;
    font-size: 54px;
    line-height: 60px;
  }

 }


@media (min-width: 768px) and (max-width: 959px) {

  .home-feature__nav {
    width: 30px;
    position: absolute;
    right: 12px;
    top: 24px;
  }
  .home-feature__content {
    background: #d1d7e0;
  }

   .home-feature__slide {
  position: absolute;
  margin-top: 0;
  top: 0;
   }

  .home-feature__action {
    right: 30%;
  }


    .home-feature {
   position: relative;
   top: -25px;
   padding-top: 0;
   overflow: hidden;
      }


.home-feature__slide {
  position: relative;
   display: block !important;
}
.home-feature__image {
  height: 0 !important;
  padding-bottom: 16.25%;
  background-position: 0 0;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: block;
  height: auto;

    }


  .home-feature__prev img {
    width: 50%;
    height: auto;
  }
  .home-feature__next img {
    width: 50%;
    height: auto;
  }


}


  .home-feature__prev  img {
    left: 12px;
    }
  .home-feature__next {
    right: 12px;
  }

  .home-feature {
   position: relative;
   top: 0;
   max-height: 320px;
   overflow: hidden;
  }

  .home-feature__image {
  height: 0;
  padding-bottom: 16.25%;
  background-repeat: no-repeat;
  background-position: 0 0;
  /* background-size: cover;  */

  }

@media (min-width: 769px) {

 .home-feature__slide {
      top: 65px;
 }

}


  .home-feature__slide {
    width: 100%;
  height: auto;
    display: block !important;
    position: absolute;
  top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  min-height: 247px;
  }

  .home-feature__slide:first-child {
    /* position: relative; */
  }
  .home-feature__slide.is-previous {
    -webkit-transform: translateX(-48px);
        -ms-transform: translateX(-48px);
            transform: translateX(-48px);

  }
  .home-feature__slide.is-next {
    -webkit-transform: translateX(48px);
        -ms-transform: translateX(48px);
            transform: translateX(48px);

  }
  .home-feature__slide.is-active {
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .home-feature__content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 48px;
  }
  .csstransforms .home-feature__content {
    top: 0;
    /* 50% with offset of half approx. header height
    top: calc(55% + 80px);*/
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home-feature__title, .home-feature__description, .home-feature__action {
    max-width: 385px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30%;
  }

  .home-feature__action {
  max-width: 200px;
  }

  .home-feature__title {
    position: static;
  }
  .home-feature__description {
    margin-top: 24px;
    padding-top: 24px;
    color: #fff;
    opacity: 0.8;
  }
  .home-feature__description::before {
    content: '';
    display: block;
    width: 70%;
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    top: -24px;
  }
  .home-feature__nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .home-grid {
    margin: -48px -48px -24px;
  }
  .home-grid__left {
    padding-top: 48px;
    padding-left: 48px;
  }
  .home-grid__right {
    padding-top: 48px;
    padding-right: 48px;
  }
  .home-grid__bottom {
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 24px;
  }




@media (min-width: 1000px) {

.home-feature {
   position: relative;
   top: -65px;
   overflow: visible;
  }

}

  .home-feature__prev img {
  width: 13px;
  height: 15px;
  }

   .home-feature__next img {
  width: 13px;
  height: 15px;
   }

@media (max-width: 449px) {

   .home-feature, .home-feature-slides, .home-feature__slide {
  max-width: 284px !important;
  min-height: 181px !important;
   }

   .home-feature__image {
    padding-bottom: 0;
  max-width: 284px !important;
    min-height: 181px !important;
  overflow: visible;
    z-index: -1;
    }

  .content-box .title-bar.slider {
    width: 284px;
  }



   .cta.yellow-action.dropdown {
    margin-top: -67px;
    max-width: 284px;
    position: relative;
   }

   .home-feature__next {
  margin-left: 270px;
  }


}

@media (max-width: 767px) {

  .home-feature__prev {
    position: relative;
  margin-top: 5px;
  margin-left: 20px;
  display: block;
  z-index: 1000;

  }

   .home-feature__prev img {
  width: 13px;
  height: 15px;
   }

  .home-feature__next {
    position: relative;
  margin-top: -15px;
  display: block;
  z-index: 1000;
  }

   .home-feature__next img {
  width: 13px;
  height: 15px;
   }

}


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


  .home-feature__next {
  margin-left: 350px;
  }


   .home-feature__image {
  width: 385px;
  height: 246px;
  overflow: visible;
  z-index: -1;
    }

   .cta.yellow-action.dropdown {
    margin-top: 2px;
    max-width: 100%;
   }



   .home-feature__slide {
    overflow: visible;
    }

  .content-box .title-bar.slider {
    width: 385px;
  }


}



@media (min-width: 768px) {
  .home-feature__prev {
    left: 5%;
  display: block;
  }
  .home-feature__next {
    right: 5%;
  display: block;
  }
  .home-feature__prev, .home-feature__next {
    position: absolute;
    top: 45%;
    /* top: calc(50% + 95px); */
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
    z-index: 100;
  -webkit-appearance: none;
  background: none;
  border: none;
  }

    .home-feature__title, .home-feature__description, .home-feature__action {
    padding-right: 25%;
  }


}

@media (min-width: 960px) {
/*
.home-feature__action {
    top: 70%;
  }*/

  .home-feature__action {
    top: 65%;
    right: 20%;
  }


}


@media (max-width: 767px) {

  .home-feature__slide {
  top: 0 !important;
  position: absolute !important;
  max-width: 280px;
  height: auto;
  }
}

@media (min-width: 1000px) {

  .home-feature__slide {
  top: 65px !important;
  }
}


.leaderboard-top-container {
width: 100%;
background: #f5f5f5;
padding-top: 25px;
padding-bottom: 25px;
}

img.leaderboard-top {
width: 728px;
height: 90px;
text-align: center;
margin: 0 auto;
}

img.leaderboard-title-mobile {
width: 300px;
height: 250px;
text-align: center;
margin: 15px auto 45px auto;
}

img.leaderboard-top-mobile {
width: 300px;
height: 250px;
text-align: center;
margin: 75px auto 45px auto;
}


img.leaderboard-title {
width: 728px;
height: 90px;
text-align: center;
margin: 45px auto 0 auto;
}


.program-search {
background: #1a5273;
color: #fff;
}

.program-search-content h2 {
color: #fff;
font-family: Oswald;
font-weight: 400 !important;
margin-top: 10px;
font-size: 30px !important;
}


@media (max-width: 767px) {

.program-search {
background: #1a5273;
width: 100%;
height: 100px;
margin-bottom: 45px;
}

.program-search-content {
margin-right: auto;
margin-left:  auto;
text-align: center;
padding-top: 20px;
}

.program-search-icon {
width: 80px;
height: 80px;
margin-right: auto;
margin-left:  auto;
text-align: center;
}

.program-search-button {
width:162px;
height: 38px;
margin-right: auto;
margin-left:  auto;
text-align: center;
}

.program-search-content h2 {
color: #fff;
font-family: Oswald;
font-size: 24px;
font-weight: 400;
margin-top: 10px;
}

}

@media (min-width: 768px) {

.program-search {
margin-top: 0 !important;
height: 120px !important;
}

.program-search-icon {
position: relative !important;
top: 20px !important;
margin-left: 25px !important;
}

.program-search-button {
position: relative !important;
top: -206px !important;
left: 78% !important;
}

.program-search-content h2, .sfContentBlock .program-search-content h2 {
position: relative !important;
top: -90px !important;
padding-top: 35px !important;
padding-left: 130px !important;
}

}


@media (min-width: 768px) and (max-width: 959px) {

.program-search.interior-program {
background: #1a5273;
width: 100%;
margin-bottom: 45px;
}

}


@media (min-width: 960px) {

.program-search-content {
margin-top: 0;
width: 800px;
height: 120px;
margin-right: auto;
margin-left: auto;
}


}

@media (min-width: 1200px) {

.program-search {
margin-bottom: 45px;
}


.program-search-content {
margin-top: 0;
width: 996px;
height: 120px;
margin-right: auto;
margin-left: auto;
}

}

.member-since {
background: #f5f5f5 url(/images/default-source/pagelayoutimages/member-since.png) no-repeat left;
max-width: 90%;
height: 75px;
color: #444;
font-family: Oswald;
padding: 25px 10px 10px 85px;
margin-bottom: 25px;
text-align: center;
}

.award {
background: url(/images/default-source/pagelayoutimages/award-bkgd.png) no-repeat;
font-family: Oswald;
padding: 42px 10px 10px 10px;
margin-top: 25px;
margin-right: 45px;
margin-bottom: 25px;
text-align: center;
width: 150px;
height: 150px;
color: #fff;
float: left;
}


.award.orange-award {
background: url(/images/default-source/pagelayoutimages/award-orange-bkgd.png) no-repeat;
float: left;
}


@media (max-width: 767px) {

.member-since {
padding-left: 75px;
max-width: 98%;
background: #f5f5f5 url(/images/default-source/pagelayoutimages/member-since-sm.png) no-repeat left;
width: 100%;
height: 45px;
padding: 10px 10px 10px 45px;

}

.award {
margin-right: auto;
margin-left: auto;
float: none;
}


}


.google-map iframe {
margin-top: 25px;
max-width: 100%;
margin-right: auto;
margin-left: auto;
text-align: center;
}


.facility-image img {
margin-right: auto;
margin-left: auto;
text-align: center;
}

@media (min-width: 480px) {

.facility-image img {
width: 350px;
height: 207px;
margin-right: auto;
margin-left: auto;
text-align: center;
}


}

@media (min-width: 1280px) {

.google-map iframe {
margin-top: 0;
}

.facility-image  {
float: left;
}

.facility-image img {
text-align: left;
margin-left: 0;
}


}


img.rss {
text-align: center;
margin: 25px auto 0 auto;
}

.interior-layout__nav .content-box {
margin-bottom: 0;
}

@media (min-width: 720px) {

.hero {
margin: 0 auto;
text-align: center;
max-width: 2584px;
}

}

.hero-overlay h1 {
font-family: Oswald;
color: #292929;
font-weight: 400;
font-size: 30px;
text-align: center;
margin-bottom: 10px;
}


@media (max-width: 719px) {

.hero {
background-image: url(/images/default-source/pagelayoutimages/placeholder.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
}

.hero-overlay {
background: rgba(255,255,255,0.8);
padding: 0 15px 42px 15px;
font-size: 18px;
position: static;
}

.hero-overlay h1 {
  padding-top: 25px;
  text-align: left;
  color: #195273;
}

}

@media (min-width: 720px) and  (max-width: 765px) {

.hero-overlay {
background: rgba(255,255,255,0.8);
position: absolute;
top: 8%;
left: 5%;
width: 667px;
height: 265px;
padding: 30px 62px 42px 62px;
font-size: 18px;
}

}


@media (min-width: 766px) and  (max-width: 959px) {

.hero-overlay {
background: rgba(255,255,255,0.8);
position: absolute;
top: 8%;
left: 14%;
width: 667px;
height: 265px;
padding: 30px 62px 42px 62px;
font-size: 18px;
}

}

@media (min-width: 960px) and  (max-width: 1099px) {
.hero-overlay {
background: rgba(255,255,255,0.8);
position: absolute;
top: 10.5%;
left: 15%;
width: 667px;
height: 265px;
padding: 30px 62px 42px 62px;
font-size: 18px;

}
}


@media (min-width: 1100px) and  (max-width: 1279px) {
.hero-overlay {
background: rgba(255,255,255,0.8);
position: absolute;
top: 10.5%;
left: 23%;
width: 667px;
height: 265px;
padding: 30px 62px 42px 62px;
font-size: 18px;
}
}


@media (min-width: 1280px) and  (max-width: 1599px) {
.hero-overlay {
background: rgba(255,255,255,0.8);
position: absolute;
top: 22%;
left: 27%;
width: 667px;
height: 265px;
padding: 30px 62px 42px 62px;
font-size: 18px;
}
}


@media (min-width: 1600px) {

.hero-overlay {
background: rgba(255,255,255,0.8);
position: absolute;
top: 23%;
left: 30%;
width: 667px;
height: 265px;
padding: 30px 62px 42px 62px;
font-size: 18px;
}

}

.sticky {
background: #a1d7c7;
color: #fff;
position: fixed;
bottom: 0;
width: 100%;
height: 310px;
padding-right: 25px;
padding-left: 25px;
z-index: 100000;
}

.sfPageEditor .sticky {

}

.sticky img {
text-align: center;
}

.sticky p {
font-size: 36px;
line-height: 42px;
font-weight: 500;
float: left;
margin-top: 35px;
}

.footer-cta {
display: inline-block;
font-family: "Bebas Neue" !important;
color: #fff !important;
font-size: 30px !important;
font-weight: 400 !important;
margin-top: 30px;
border: #fff solid 1px;
padding: 10px 59px 10px 59px;
}

.footer-cta a {
  color: #fff !important;
  font-weight: 400 !important;
}


.grid__unit.interior-unit.sticky-footer.grid__unit--3-5-l {
text-align: center;
}

@media (max-width: 400px) {

.sticky {
background: #a1d7c7;
color: #fff;
position: static;
bottom: 0;
width: 100%;
height: 275px;
padding-top: 25px;
padding-right: 5px;
padding-left: 5px;
z-index: 100000;
float: none;
}


.sticky img {
float: none;
text-align: center;
margin: 0 auto;
}

.sticky p {
font-size: 36px;
font-weight: 500;
float: none;
text-align: center;
font-size: 24px;
margin-top: 0;
margin-bottom: 0;
}

.footer-cta {
display: inline-block;
font-family: "Bebas Neue";
color: #fff;
font-size: 30px;
font-weight: 400;
margin-top: 20px;
border: #fff solid 1px;
padding: 10px 59px 10px 59px;
float: none;
text-align: center;
margin-right: auto;
margin-left: auto;
}

.grid__unit.interior-unit.sticky-footer {
padding-bottom: 0;
}




}

@media (min-width: 401px) and (max-width: 489px) {

.sticky {
background: #a1d7c7;
color: #fff;
position: static;
bottom: 0;
width: 100%;
height: 275px;
padding-top: 25px;
padding-right: 25px;
padding-left: 25px;
z-index: 100000;
float: none;
}


.sticky img {
float: none;
text-align: center;
margin: 0 auto;
}

.sticky p {
font-size: 36px;
font-weight: 500;
float: none;
text-align: center;
font-size: 24px;
margin-top: 0;
margin-bottom: 0;
}

.footer-cta {
display: inline-block;
font-family: "Bebas Neue";
color: #fff;
font-size: 30px;
font-weight: 400;
margin-top: 20px;
border: #fff solid 1px;
padding: 10px 59px 10px 59px;
float: none;
text-align: center;
margin-right:  auto;
margin-left:  auto;
min-width: 300px !important;
}

.grid__unit.interior-unit.sticky-footer {
padding-bottom: 0;
}

}

@media (min-width: 490px) and (max-width: 599px) {
.sticky {
background: #a1d7c7;
color: #fff;
position: static;
bottom: 0;
width: 100%;
height: 275px;
padding-top: 25px;
padding-right: 25px;
padding-left: 25px;
z-index: 100000;
float: none;
}


.sticky img {
float: none;
text-align: center;
margin: 0 auto;
}

.sticky p {
font-size: 36px;
font-weight: 500;
float: none;
text-align: center;
font-size: 24px;
margin-top: 0;
margin-bottom: 0;
}

.footer-cta {
display: inline-block;
font-family: "Bebas Neue";
color: #fff;
font-size: 30px;
font-weight: 400;
margin-top: 20px;
border: #fff solid 1px;
padding: 10px 59px 10px 59px;
float: none;
text-align: center;
margin-right: auto;
margin-left: auto;
}

.grid__unit.interior-unit.sticky-footer {
padding-bottom: 0;
}
}

@media (min-width: 600px) and (max-width: 720px) {
  .sticky {
background: #a1d7c7;
color: #fff;
position: static;
bottom: 0;
width: 100%;
height: 275px;
padding-top: 25px;
padding-right: 25px;
padding-left: 25px;
z-index: 100000;
float: none;
}


.sticky img {
float: none;
text-align: center;
margin: 0 auto;
}

.sticky p {
font-size: 36px;
font-weight: 500;
float: none;
text-align: center;
font-size: 24px;
margin-top: 0;
margin-bottom: 0;
}

.footer-cta {
display: inline-block;
font-family: "Bebas Neue";
color: #fff;
font-size: 30px;
font-weight: 400;
margin-top: 20px;
border: #fff solid 1px;
padding: 10px 59px 10px 59px;
float: none;
text-align: center;
margin-right: 25%;
margin-left:  25%;
}

.grid__unit.interior-unit.sticky-footer {
padding-bottom: 0;
}
}

/*
@media (min-width: 721px) and (max-width: 959px) {
  .sticky {
background: #a1d7c7;
color: #fff;
position: fixed;
bottom: 0;
width: 100%;
padding-top: 25px;
padding-right: 25px;
padding-left: 25px;
z-index: 100000;
float: none;
}


.sticky img {
float: none;
text-align: center;
margin: 0 auto;
}

.sticky p {
font-size: 36px;
font-weight: 500;
float: none;
text-align: center;
font-size: 24px;
margin-top: 0;
margin-bottom: 0;
}

.footer-cta {
display: inline-block;
font-family: "Bebas Neue";
color: #fff;
font-size: 30px;
font-weight: 400;
margin-top: 20px;
border: #fff solid 1px;
padding: 10px 59px 10px 59px;
float: none;
text-align: center;
margin-right: 30%;
margin-left:  30%;
}

.grid__unit.interior-unit.sticky-footer {
padding-bottom: 0;
}
} */


.sticky img {
width: 84px !important;
height: 110px !important;
max-width: none;
}


@media (min-width: 721px) and (max-width: 1199px) {

.sticky {
background: #a1d7c7;
color: #fff;
position: fixed;
bottom: 0;
width: 100%;
height: 150px;
padding-right: 15px;
padding-left: 75px;
z-index: 100000;
float: none;
}

.grid__unit.interior-unit.sticky-footer.grid__unit--3-5-l {
  width: 100%;

}

.sticky img {
float: none;
text-align: center;
margin: 0 auto;
}

.sticky p {
font-weight: 500;
float: left;
text-align: center;
font-size: 26px;
margin-top: 25px;
margin-bottom: 0;
width: 45%;
}

.footer-cta {
display: inline-block;
font-family: "Bebas Neue";
color: #fff;
font-size: 30px;
font-weight: 400;
margin-top: 25px;
border: #fff solid 1px;
padding: 10px 59px 10px 59px;
float: right;
text-align: center;
margin-right: 75px;
margin-left:  0;
}

}


@media (min-width: 721px) and (max-width: 959px) {

  .sticky p {
margin-top: 10px;
}

.footer-cta {
margin-top: 10px;
}

}

@media (min-width: 1200px) {

.sticky {
padding-right: 5px;
padding-left: 5px;
height: 175px;
}


.sticky p {
font-size: 30px;
width: 60%;
}

.footer-cta {
text-align: center;
margin-right: 0;
margin-left:  10px;
float: right;
}


}


@media (min-width: 1400px) {
  .sticky p {
font-size: 36px;
width: 70%;
}


}



@media (min-width: 1800px) {


.grid__unit.interior-unit.sticky-footer.grid__unit--3-5-l {
  width: 80%;

}

.sticky {
height: 110px;
}

.sticky p {
width: 90%;
}

.footer-cta {
float: right;
text-align: center;
margin-right: 0;
margin-left:  10px;
padding: 10px 19px 10px 19px;
}

}

#closeButton {
position: fixed;
bottom: 275px;
right: 15px;
color: #fff;
font-weight: 700;
z-index: 400000;
}


@media (min-width: 768px) and  (max-width: 959px) {

/*
#closeButton {
bottom: 275px;
}*/

}


@media (max-width: 719px) {

#closeButton {
display: none;
}

}

@media (min-width: 721px) and (max-width: 1799px) {


#closeButton {
bottom: 115px;
}
}



@media (min-width: 1800px) {


#closeButton {
bottom: 75px;
}
}



.interior-layout .sf_cols::before, .interior-layout .sf_cols::after {
display: inline-block !important;
margin: 0 !important;
padding: 0 !important;
}




@media (min-width: 720px) {

  .header-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  }

    .utility-container  {
  /* margin-top: -25px !important;   */
  }

  .page-nav__sf-wrapper {
  margin-bottom: -55px !important;
  }


}

.content-box.title-box {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.sf_colsOut.interior-layout__main a {
color: #004481;
}



@media (max-width: 1200px)  {
  .sf_colsOut.interior-layout__main {
margin-right: 10px !important;
}

}


@media (min-width: 1200px)  {

.sf_colsOut.interior-layout__main {
margin-right: 75px !important;

}

}

.interior-layout__main.full-width {
width: 90% !important;
margin-left: 45px;
}

@media (min-width: 720px) and (max-width: 800px) {

.page-nav li:first-child .orange-bkgd {
position: absolute;
top: 5px;
left: 7px;
background: #f37c5e;
width: 90px;
height: 60px;
margin-top: -10px;
border-radius: 10px;
padding-top: 25px;

}

}


@media (min-width: 801px) and (max-width: 899px) {
.page-nav li:first-child .orange-bkgd {
position: absolute;
top: 5px;
left: 12px;
background: #f37c5e;
width: 90px;
height: 60px;
margin-top: -10px;
border-radius: 10px;
padding-top: 25px;
}

}

@media (min-width: 900px) and (max-width: 959px) {
.page-nav li:first-child .orange-bkgd {
position: absolute;
top: 5px;
left: 17px;
background: #f37c5e;
width: 90px;
height: 60px;
margin-top: -10px;
border-radius: 10px;
padding-top: 25px;
}

}

@media (min-width: 960px) {

.page-nav__sf-wrapper > ul > li:first-child .orange-bkgd {
position: absolute;
top: 5px;
left: 7px;
background: #f37c5e;
width: 85px;
height: 70px;
margin-top: -15px;
border-radius: 10px;
padding-top: 25px;
}

.page-nav__sf-wrapper > ul > li:first-child.is-current .orange-bkgd {
position: absolute;
top: -50px;
left: 37px;
background: #f37c5e;
width: 125px;
height: 70px;
margin-top: -15px;
border-radius: 10px;
padding-top: 25px;
}

}


@media (min-width: 1000px) {

.page-nav__sf-wrapper > ul > li:first-child .orange-bkgd {
left: 13px;
}
}

@media (min-width: 1200px) {

.page-nav__sf-wrapper > ul > li:first-child .orange-bkgd {
top: 5px;
left: 20px;
width: 125px;
}

}


@media (min-width: 1300px) {

.page-nav__sf-wrapper > ul > li:first-child  .orange-bkgd {
top: 5px;
left: 30px;
}

}



@media (min-width: 1400px) {

.page-nav__sf-wrapper > ul > li:first-child  .orange-bkgd {
top: 5px;
left: 40px;
}

}


@media (min-width: 1500px) {

.page-nav__sf-wrapper > ul > li:first-child  .orange-bkgd {
top: 5px;
left: 50px;
}

}


@media (min-width: 1600px) {

.page-nav__sf-wrapper > ul > li:first-child .orange-bkgd {
top: 5px;
left: 50px;
}

}



@media (min-width: 1700px) {

.hero-overlay {
background: rgba(255,255,255,0.8);
position: absolute;
top: 24% !important;
left: 33% !important;
width: 667px;
height: 265px;
padding: 30px 62px 42px 62px;
font-size: 18px;
}

.page-nav__sf-wrapper > ul > li:first-child .orange-bkgd {
top: 5px;
left: 60px;
}

}


@media (min-width: 1900px) {

.page-nav__sf-wrapper > ul > li:first-child .orange-bkgd {
top: 5px;
left: 70px;
}

.hero-overlay {
background: rgba(255,255,255,0.8);
position: absolute;
top: 25% !important;
left: 33% !important;
width: 667px;
height: 265px;
padding: 30px 62px 42px 62px;
font-size: 18px;
}



input[type="search"] {
  /*  position: absolute !important;
    left: 0 !important;
    top: 23px; */
}

}


@media (min-width: 2100px) {

/* .hero {
background-image: url(http://concepts.rd.net/accc/2017/build/Images/placeholder-hi.jpg) !important;
max-width: none !important;
width: 3000px;
height: 994px;
width: 100%;
min-height: 994px;
} */

.page-nav__sf-wrapper > ul > li:first-child .orange-bkgd {
top: 5px;
left: 90px;
}


 /*
.utility-row input[type="search"] {
    position: relative !important;
    left: -285px !important;
    top: 0;
}*/

}


@media (min-width: 2300px) {

.page-nav__sf-wrapper > ul > li:first-child .orange-bkgd {
top: 5px;
left: 100px;
}

}



@media (min-width: 2400px) {

.page-nav__sf-wrapper > ul > li:first-child .orange-bkgd {
top: 5px;
left: 100px;
}



.hero-overlay {
top: 27% !important;
left: 37% !important;
}


}


@media (min-width: 2500px) {

.page-nav__sf-wrapper > ul > li:first-child .orange-bkgd {
top: 5px;
left: 115px;
}


.hero-overlay {
top: 27% !important;
left: 37% !important;
}


}

.page-nav__sf-wrapper > ul > li:first-child:hover .orange-bkgd {
background: none !important;
}

.sfnewsDetails {
padding: 0;
}


@media all and (max-width: 30em) {

 iframe {
float: none;
width: 100%;
height: auto;
}

.img-left iframe {
margin-right: 0;
}

.iframe-test {
}

}

@media all and (min-width: 30em) {

.iframe-test {
}

iframe {
float: none;
width: 100%;

}


}

@media all and (min-width: 40em) and (max-width: 68em) {

 iframe {
width: 100%;
} 

}

@media all and (min-width: 80em)  {

.grid__unit iframe {
float: left;
}


.iframe-test {
}


}


.interior-layout__aside iframe {
width: 100%;
height: 650px;
}	


.content-box.content-box--highlight {
background: #a1d7c7;
text-align: center;
max-width: none;
}

#stylesheet .grid__unit--1-2-m:nth-child(even) {
width: 45%;
margin-left: 5%;
}

.pull-quote {
color: #333;
display: block;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 25px;
margin-left: 25px;
}

.img-right.up-a-bit {
margin-right: -45px;
margin-top: -10px;
}


.accordion .sfMultiRelatedItmsWrp {
margin-top: 5px;
margin-bottom: 75px;
}

.content-box.interior-box a.button {
color: #fff !important;
}

.sfpostAuthorAndDate.sfmetainfo {
font-size: 18px;
/* font-style: italic;*/
margin-top: 25px;
margin-bottom: 25px;
text-transform: capitalize;
color: #195273;
}


.sfpostAuthorAndDate.sfmetainfo.landing-meta {
margin-top: 0;
}

.RadSocialShare_Default, .RadSocialShare {
background: #fff !important;
border: none !important;
text-align: center !important;
margin: 0 auto !important;
}

.less-top {
margin-top: -25px;
}


.interior-nav__nav .is-current  ul  {
    display: block;
}



.interior-nav.stand-alone ul li, .interior-nav.stand-alone ul li.is-current {
display: block !important;
color: #195273 !important;
border-top: 1px solid #f1f1f1 !important;
padding-top: 5px;
padding-bottom: 5px;
}

.interior-nav.stand-alone ul li li, .interior-nav.stand-alone ul li.is-current li, .interior-nav.stand-alone ul li.is-current li.is-current {
margin-left: 15px;
}

.interior-nav.stand-alone ul li.is-current a {
color: #f65e44 !important;
}


@media all and (min-width: 720px)  {

.interior-nav__nav {
margin-top: -25px;
}


 .interior-layout__nav ul li {
display: none;
}

 .interior-layout__nav .iclio-sub-nav ul li {
display: block;
}


.interior-nav.stand-alone ul {
margin-top: 65px !important;
}

.interior-nav.stand-alone ul li, .interior-nav.stand-alone ul li.is-current {
display: block !important;
color: #195273 !important;
border-top: 1px solid #f1f1f1 !important;
padding-top: 5px;
padding-bottom: 5px;
}


.interior-nav.stand-alone ul li li, .interior-nav.stand-alone ul li.is-current li, .interior-nav.stand-alone ul li.is-current li.is-current {
margin-left: 15px;
}

.interior-nav.stand-alone ul li.is-current a {
color: #f65e44 !important;
}



.interior-layout__nav ul.rdCommands li {
  display: block !important;
}

.interior-layout__nav ul li.is-current, .interior-layout__nav ul li.is-current ul li, .interior-layout__nav ul li.is-current  ul li  ul li {
    display: block;
    }


 /* don't display third level nav */

.interior-layout__nav li ul {
  display: none !important;
}

 /* unless it's third level nav under the current secondary navigation */

.interior-layout__nav li.is-current > ul {
  display: block !important;
  margin-top: 0 !important;
}

 .interior-nav__nav ul ul {
margin-top: 10px;
margin-left: 0 !important;
border: none;
 }

 .interior-nav__nav ul ul ul {
margin-top: 10px;
margin-left: 25px !important;

 }


 .interior-layout__nav ul li.is-current, .interior-layout__nav ul li.is-current a {
color: transparent !important;
 }


.interior-layout__nav ul li.is-current ul li a, .interior-layout__nav ul li.is-current  ul li  ul li a {
    color: #195273 !important;
    margin-top: 5px;
  }



.interior-layout__nav ul li.is-current ul li a:hover, .interior-layout__nav ul li.is-current  ul li  ul li a:hover {
    color: #f37c5e;
    margin-top: 5px;
  }



.interior-layout__nav ul li.is-current ul li.is-current li a {
  color: #195273 !important;
  }

.interior-layout__nav ul li.is-current ul li.is-current li.is-current a {
    color: #f37c5e !important;
  }


.interior-layout__nav ul li.is-current ul li.is-current a {
    color: #f37c5e !important;
  }


  }

  .sfContentBlock ul.item-list {
  padding-left: 0;
  }


 ul.item-list.list-with-icon li {
  padding-left: 75px;
  }


  ul.document-list {
  list-style: none;
  }


.interior-box .title-row.page-title-row::after {
content: "";
display: block;
}


 .interior-layout__nav.events__nav ul li {
display: block !important;
}

 interior-layout__nav.events__nav li ul {
  display:  block  !important;
}

.interior-nav__nav.events__nav ul li {
display:  block  !important;
}

  .related-content h3 {
  display: none;
  }

    .related-content ul li a {
  display: block !important;
  color: #004481;
  }

      .related-content h4 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  }

  .related-content .content-box {
  padding-top: 0;
  margin-bottom: 0;
  }

   .event-listing {
  clear: left;
  text-align: left;
  margin-bottom: 25px;
  }

 .event-date {
  border: #f8bb58 solid 1px;
  padding-top: 5px;
  margin-right: 25px;
  margin-bottom: 25px;
  color: #195273;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: "Oswald";
  text-align: center;

 }
 
 
  .event-date.in-list {
  width: 100px !important;
  height: 100px;	
  }
 
 .day {
 padding-top: 15px;	
 font-size: 30px;
 }
 
 .month {
 	margin-top: 19px;
 	background:  #f8bb58;
 	color: #fff;
 }

  .event-date.detail {
    border: none;
    width: 100%;
    text-align: left;
  }

 .event-location {
  color: #195273;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-family: "Oswald";
  text-align: center;
  margin-bottom: 25px;
 }

 .event-details {
  display: block;
 }


 @media all and (max-width: 1200px)  {
  .event-date {
  width: 100%;
  float: none;

 }

  .event-details {
  clear: both;
 }

 .event-listing p {
  clear: both;
 }

 }



 @media all and (min-width: 1201px)  {
    .event-date {
  width: 200px;
  float: left;

 }

  .event-details {
  margin-left: 125px !important;
 }

 .event-listing p {
  margin-left:  175px !important;
 }


 }


 a.sfLeaveCommentLnk, .sfcommentsOrderFilterWrp {
  font-size: 18px;
  display: block;
  margin-bottom: 25px;
 }

 .sfcommentsOrderFilterWrp {
  display: none !important;
 }

   ul.sfCategoriesList {
  list-style: none;
  margin-left: 0;
 }


   ul.sfCategoriesList li {
  background: url(/images/default-source/pagelayoutimages/category-diamon.png) left no-repeat;
  padding-left: 35px;
  margin-bottom: 25px;
 }


 .events-sub ul {
margin-top: 0;
margin-bottom: 45px;
margin-left: 0;
 }

.events-sub li {
border-top: 1px solid #f1f1f1 !important;
list-style: none;
padding-top: 10px;
padding-bottom: 10px;
 }


 .nav-photo img {
   height: 150px;
   margin-bottom: 45px;
 }


 @media all and (min-width: 720px)  {
 .events-sub ul {
margin-top: -25px;
margin-bottom: 45px;
margin-left: 0;
 }
 }

 /* Event Type Icons */

 .cat-springmeeting {
   background: url(/images/default-source/pagelayoutimages/icon-spring.png);
   width: 74px;
   height: 81px;
   display: block;
   float: left;
 }

  .cat-fall-meeting {
   background: url(/images/default-source/pagelayoutimages/icon-fall.png);
   width: 74px;
   height: 81px;
   display: block;
   float: left;
 }

 .cat-reimbursement-meeting {
   background: url(/images/default-source/pagelayoutimages/icon-reimbursement.png);
   width: 74px;
   height: 81px;
   display: block;
   float: left;
 }


 .cat-financial-advocacy-workshop {
   background: url(/images/default-source/pagelayoutimages/icon-workshop.png);
   width: 74px;
   height: 81px;
   display: block;
   float: left;
 }

 .cat-oncology-pharmacy-meeting {
   background: url(/images/default-source/pagelayoutimages/icon-pharmacy.png);
   width: 74px;
   height: 81px;
   display: block;
   float: left;
 }

 .cat-webinars {
   background: url(/images/default-source/pagelayoutimages/icon-webinar.png);
   width: 74px;
   height: 81px;
   display: block;
   float: left;
 }

 .cat-cme-ce-credit {
   background: url(/images/default-source/pagelayoutimages/icon-credit.png);
   width: 74px;
   height: 81px;
   display: block;
   float: left;
 }


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

     .cat-springmeeting, .cat-fall-meeting, .cat-reimbursement-meeting, .cat-financial-advocacy-workshop, .cat-oncology-pharmacy-meeting, .cat-webinars, .cat-cme-ce-credit {
    float: none;
    margin: 0 auto 25px auto;
    text-align: center;
     }

  }

.error {
  color: red;
}

/* Search Results Styles */


input#searchAgainText {
width: 200px;
}

  @media all and (max-width: 720px)  {

#SearchRefine {
clear: both;
width: 100%;
}


#main-column {
clear: both;
width: 100%;
}

.full-width {
content: "";
padding-top: 25px;
}

  }

#SearchRefine ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666;
    opacity: 1.0;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
}
#SearchRefine ::-moz-placeholder { /* Firefox 19+ */
    color: #666;
    opacity: 1.0;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
}
#SearchRefine :-ms-input-placeholder { /* IE 10+ */
    color: #666;
    opacity: 1.0;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
}
#SearchRefine :-moz-placeholder { /* Firefox 18- */
    color: #666;
    opacity: 1.0;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
}


#SearchRefine h3 {
margin-top: 45px;
}


.sf_colsOut sf_2cols_1_33 #SearchRefine  {

}

.search-result-item {
margin-bottom: 25px;
}

.search-filter {
/* margin-top: -45px; */
}

.title-row.mint.content-type-title {
height: auto !important;
background: none !important;
}


/*
.welcome {
background: #d8e7e2;
font-family: "Oswald";
font-weight: 400;
font-size: 18px;
width: 250px;
float: left;
}

.welcome a {
font-weight: 400;
font-size: 18px;
}



.utility-contatiner .sfContentBlock {
  display: inline-block;
}
*/



input.sfTxt {
width: 200px !important;
margin-top:  5px;
margin-bottom:  15px;
}

#footerPlaceholder_C002_ctl00_ctl00_Password_ctl00_ctl00_expandableTarget_write.sfFieldWrp {
display: block !important;
border: #d8d8d8 solid 1px !important;
width: 200px !important;
margin-top:  5px;
margin-bottom:  15px;
}

.sfLostPassword {
clear: both;
display: block;
font-size: 18px;
}

#sfLoginWidgetWrp {
padding-top: 25px !important;
padding-bottom: 25px !important;
margin-bottom: 25px !important;
border: none !important;
}

ol.sfLoginFieldsWrp {
list-style: none;
margin-left: 0;
}

#footerPlaceholder_C002_ctl00_ctl00_LoginButton.sfSubmitBtn {
}

.sfSubmitBtn {
color: #004481 !important;
}

.sfcommentsForm ol.sfcommentsFieldsList {
list-style: none;
margin-left: 0;
}

.shaded-box-mint {
background: #a1d7c6;
padding: 20px;
color:#fff;
}

.shaded-box-yellow {
background: #fbb120;
padding: 20px;
color:#fff;
}


.shaded-box-orange {
background: #f1613c;
padding: 20px;
color:#fff;
}

.border-box-mint {
border: 3px solid #a1d7c6;
padding: 20px;

}

.border-box-yellow {
border: 3px solid #fbb120;
padding: 20px;

}


.border-box-orange {
border: 3px solid #f1613c;
padding: 20px;

}

.content-box.sidebar {
margin-top: 10px
}

@media all and  (min-width: 420px) and (max-width: 1199px)  {

.sfpostAuthorAndDate.sfmetainfo {
font-size: 18px;
/* font-style: italic;*/
margin-top: 85px;
margin-bottom: 25px;
text-transform: capitalize;
color: #195273;
}

.img-right.blog-right {
float: none;
clear: both;
}

  }

@media all and  (min-width: 1200px)  {

.img-right.blog-right {
float: right;
margin-top: -15px !important;

}

}



  @media all and  (max-width: 1199px)  {
.img-right.blog-right {
margin-top: 15px;
max-width: none;
}

  }

  @media (min-width: 1400px) {
    .img-right.blog-right {
      width: 25%;
    }
  }


@media all and  (min-width: 1200px)  and  (max-width: 1400px) {
.sfpostAuthorAndDate.sfmetainfo {
margin-top: 45px !important;
}
}


.img-right.blog-right {
margin-left: 0 !important;
}


.img-left.blog-left {
float: left !important;
}

.blog-list-thumbnail {
width: 100px !important;
height: 100px !important;
overflow: hidden !important;
}

.blog-list-thumbnail-square {
width: 115px !important;
height: 115px !important;
overflow: hidden !important;
}

.blog-list-square-thumbnail {
width: 115px !important;
height: 115px !important;
overflow: hidden !important;
}

.bio-photo {
float: left !important;
margin-right: 20px;
}

.bio-photo {
width: 100px;
height: 100px;
overflow: hidden !important;
}



@media all and  (min-width: 960px) {

.blog-list-thumbnail {
float: left;
margin-right: 25px;
}

.blog-list-square-thumbnail {
float: left;
margin-right: 25px;
}

}


.blog-list-thumbnail {
margin-bottom: 15px;
}

.blog-list-square-thumbnail {
margin-bottom: 15px;
}


.sfpostAuthorAndDate.sfmetainfo.blog-list-sub {
margin-top: 10px !important;
}


@media all and  (min-width: 720px) {

.events-sub {
display: none !important;
}

}


.interior-grid .grid__unit.grid__unit--1-1.grid__unit--1-2-w {
padding-top: 0 !important;
}

.sfAddEventWrp {
margin: 5px auto 25px auto !important;
text-align: center;
width: 200px;
font-size: 24px;
font-family: "Oswald" !important;
visibility: hidden;
}


.sfical a, .sfoutlook a,  .sfgooglecalendar a {
text-indent:  0;
font-family: "Open Sans" !important;
font-size: 18px !important;
visibility: visible;
background: #a1d7c6 !important;
border: none;
color: #fff !important;
font-size: 20px !important;
padding: 5px !important;
margin-right: 25px !important;
margin-bottom: 10px !important;
display: block;
}

.sfical a:hover, .sfoutlook a:hover,  .sfgooglecalendar a:hover {
background: #f1613c !important;
color: #fff !important;
}

button.button.btn-paypal {
background: url("/images/pagelayoutimages/submit.png?sfvrsn=cd9cbd1c_2") no-repeat; 
}

button.button.btn-paypal:hover {
background: url("/images/pagelayoutimages/submit-hover.png?sfvrsn=cd9cbd1c_2") no-repeat; 
}


img.home-blog-photo {
 max-height: 542px;
 overflow: hidden;
}



/* ---------- =sitefinity =fixes ---------- */

/*! make page builder layout more friendly to edit */
.sfPageEditor .page-header,.sfPageEditor .page-header__content,.sfPageEditor .header-utility,.sfPageEditor .header-search,.sfPageEditor .header-nav,.sfPageEditor .title-block,.sfPageEditor .title-block__background,.sfPageEditor .title-block__content,.sfPageEditor .page-footer,.sfPageEditor .footer-logo,.sfPageEditor .footer-social,.sfPageEditor .footer-contact,.sfPageEditor .footer-utility,.sfPageEditor .footer-copyright{
	display:block !important;
	width:100% !important;
	max-width:100% !important;
	padding:0 !important;
	margin:0 0 20px !important;
	float:none !important;
	position:relative !important;
	left:0 !important;
	top:0 !important;
	right:0 !important;
	bottom:0 !important
}

.sfPageEditor .header-logo, .sfPageEditor .header-logo img {
  width: 307px !important;
  height: 108px !important;
}
.sfPageEditor .content{
	padding-top:48px
}
.sfPageEditor .title-block::before{
	display:none !important
}
.sfPageEditor .title-block__background,.sfPageEditor .title-block__content{
	position:static !important
}
.sf-fieldWrp>input,.sf-fieldWrp>select,.sf-fieldWrp>textarea,.sf-fieldWrp>div>input,.sf-fieldWrp>div>select,.sf-fieldWrp>div>textarea{
	margin-bottom:20px !important
}
.sf_colsIn>.sf-fieldWrp>input:last-child,.sf_colsIn>.sf-fieldWrp>select:last-child,.sf_colsIn>.sf-fieldWrp>textarea:last-child{
	margin-bottom:0 !important
}
.sfInlineEditingPageMenu .sfInlineEditingToggleLnk{
	z-index:1001 !important
}
.sfPageEditor [data-edit-label]::before{
	content:"[" attr(data-edit-label) "]";
	font-size:14px;
	opacity:.3
}
.tabs.sf_cols{
	margin-left:0 !important;
	margin-right:0 !important
}
.tabs__tab>.sf_colsIn,.tabs__pane>.sf_colsIn{
	margin:0 !important
}
.sfPageEditor .tabs--standard .tabs__tab{
	width:100% !important;
	float:none !important
}
.sfPageEditor .tabs.sf_cols .tabs__pane{
	display:block !important
}


#JobSubmitForm select,  #JobSubmitForm select option, #JobSubmitForm option:checked {
 color: #444 !important; 
}


#footerPlaceholder_C002_ctl00_ctl00_Password_ctl00_ctl00_expandableTarget_write.sfFieldWrp {
 border: none !important; 
}

.sfcommentsList.sfkendoList.k-widget.k-listview {
    border-color: #fff !important; 
	}
	
	.sfcommentsField.sfcommentEditor .k-widget.k-editor.k-header.k-editor-widget {
    border-color: #fff !important; 
	}


ul.item-list.blurbs li {
border-bottom: #2b5170 solid 1px;	
}

ul.item-list.blurbs li ul li {
border-bottom: none;	
}

.description-doc {
margin-top: 10px;	
}

.sfLargeIcns .sfdownloadList .sfdownloadFile {
background: none !important;
}

.sfSmallIcns .sfdownloadList .sfdownloadFile {
background: none !important;
}


/* Fix for overlapping iframe issue on https://www.accc-cancer.org/home/connect/career-center/post-your-employment-opportunities */
.g-recaptcha > div {
  overflow:hidden;
}
/* blog detail next/prev buttons */
.blogNextPrev {
    display: inline-block; 
    width: 100%;
    font-size: 12pt; 
}
.blogPrevDiv {
    float: left;
}
.blogNextDiv {
    float: right;
    text-align:right;
}
.blogChev {
    font-size: 14pt;
}

 .svg-inline--fa.fa-facebook-square.fa-w-14 {
     width: 32px;
     height: 32px;
}
 .svg-inline--fa.fa-twitter-square.fa-w-14 {
     width: 32px;
     height: 32px;
}
 .svg-inline--fa.fa-linkedin.fa-w-14 {
     width: 32px;
     height: 32px;
}
 .svg-inline--fa.fa-envelope-square.fa-w-14 {
     width: 32px;
     height: 32px;
}
 .fa-facebook:before {
     content: "\f09a";
}
 .fa-facebook-f:before {
     content: "\f39e";
}
 .fa-facebook-messenger:before {
     content: "\f39f";
}
 .fa-facebook-square:before {
     content: "\f082";
}
 .fa-twitter:before {
     content: "\f099";
}
 .fa-twitter-square:before {
     content: "\f081";
}
 .fa-linkedin:before {
     content: "\f08c";
}
 .fa-linkedin-in:before {
     content: "\f0e1";
}


@media all and  (max-width: 1199px) {
.interior-box .title-row {
line-height: unset;
}
}


.extra {
visibility: hidden;
display: none;
}
.interior-box .title-row {
margin-bottom: 25px !important;
/* line-height: 42px; */
}


@media all and  (min-width: 1200px) and  (max-width: 1400px)  {

.interior-box .title-row {
margin-bottom: 25px !important;
/* line-height: 42px; */
}

}

@media all and  (min-width: 1200px) {


}


.interior-box .title-row:before,
.interior-box .title-row:after {
  content: "";
  display: table;
  
} 
.interior-box .title-row:after {
  clear: both;
  line-height: 100%;
}

.content-box h1.page-title.mint-title:after, .content-box h2.page-title.mint-title:after {
  content: "";
  display: table;
    clear: both;
}

/*
.more-margin-top {
padding-top: 55px;
}
*/


.content-box.interior-box.news-box {
  margin-bottom: 0;
}

.content-box.interior-box.news-box.interior-box .title-row {
margin-bottom: 0 !important;
/* line-height: 42px; */
}


/*
Fix the padding for Act-On Forms in the left column{

*/
.ao-input-block, .ao-input-block input {
margin-bottom: 0 !important;
}



/* Navigation toggles */

.interior-layout__nav ul li.item-off, li.item-off, li.is-current.item-on.item-off, li.item-on.item-off {
  display: none !important;
} 


select#TypeFacet, select#Categories {
width: 90% !important;

}

#LoadingImage {
   width: 100%;
   height: 100%;
   position:absolute;
   top: 0;
   left: 0;
   opacity: 0.7;
   background: #000000 url("/images/default-album/loading.gif") no-repeat fixed center;
}

ul.search-pagination li {
list-style: none;
display: inline-block;
}
ul.search-pagination .overview {
display:block;
}

/* new design overrides */

@media(min-width: 768px){
	.content{
		padding:48px
}
}


.to-screen-edges,.content>.page-bounds>.interstitial,.content>.page-bounds>.hero{
	width:auto !important;
	margin-left:-24px;
	margin-right:-24px
}
.to-screen-edges__content{
	padding-left:24px;
	padding-right:24px
}
@media(min-width: 768px){
	.to-screen-edges,.content>.page-bounds>.interstitial,.content>.page-bounds>.hero{
		margin-left:-48px;
		margin-right:-48px
}
	.to-screen-edges__content{
		padding-left:48px;
		padding-right:48px
}
}
@media(min-width: 960px){
	.to-screen-edges,.page-bounds .header-nav > ul > li > ul {
		margin-left:-48px;
		margin-right:-48px
}
	.to-screen-edges__content{
		padding-left:48px;
		padding-right:48px
}

}

@media(min-width: 1696px){
	.to-screen-edges,.content>.page-bounds>.interstitial,.content>.page-bounds>.hero{
		margin-left:calc(-50vw + 800px);
		margin-right:calc(-50vw + 800px)
}
	.to-screen-edges__content{
		padding-left:calc(50vw - 800px);
		padding-right:calc(50vw - 800px)
}
}

.page-bounds{
	max-width:1600px;
	margin-left:auto;
	margin-right:auto
}


/*! ---------- =header common ---------- */
.page-header{
	padding:0 24px;
	border-bottom:1px solid #d2d6d8;
	background:#fbfcfd;
	position:relative;
	z-index:100;
	margin-top: -24px;
}
.page-header .page-bounds{
	position:relative
}
.page-header__toggle{
	display:none
}
@media(max-width: 959px){
	.page-header{
		width:100%
}
	.page-header__toggle{
		position:absolute;
		right:0;
		top: -18px;
		padding:27px 24px 24px 24px;
		color:#17559f;
		font-size: 24px;
		font-family: "Avenir Next",Helvetica,Arial,sans-serif;
}
	.page-header__toggle.mobile-menu-is-open{
		color:#17559f !important;
}
	.js .page-header__toggle{
		display:block
}
	.page-header__toggle .toggle-indicator{
		margin-left:6px
}
	.page-header__content{
		display:flex;
		flex-direction:column;
		align-items:stretch;
		clear:both;
		margin-left:-24px;
		margin-right:-24px
}
}
@media(min-width: 960px){
	.page-header{
		padding-left:48px;
		padding-right:48px
}
}
@media(max-width: 959px){
	.header-search{
		order:1
}
	.header-nav{
		order:3
}
	.header-utility{
		order:2
}
}
/*! slide-right / offscreen mobile menu */
@media(max-width: 959px){
	.page-header__content{
		display:none;
		width:80%;
		width:calc(100% - 72px);
		position:fixed;
		left:0;
		top:0;
		bottom:0;
		margin:0;
		overflow:auto;
		background:#fff;
		transition:all .15s ease-out
}
	@supports(transform: translateX(-100%)){
		.page-header__content{
			display:flex;
			transform:translateX(-100%);
			opacity:0;
			visibility:hidden
}
	}
	.page-header__content.mobile-menu-is-open{
		display:block;
		display:flex
}
	@supports(transform: translateX(-100%)){
		.page-header__content.mobile-menu-is-open{
			transform:translateX(0);
			box-shadow:4px 0 20px rgba(0,0,0,.15),1px 0 2px rgba(0,0,0,.2);
			opacity:1;
			visibility:visible
}
	}
	.page-header .header-search__input{
		padding-top:23px !important;
		padding-bottom:23px !important;
		border-width:1px 0 !important
}
	.page-header .header-search__submit{
		padding-top:24px !important;
		padding-bottom:24px !important;
		background:rgba(0,0,0,0);
		color:#09b4bf
}
}
.page-header__toggle.mobile-menu-is-open{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	width:20%;
	width:calc(0% + 72px);
	font-size:.01px;
	color:rgba(0,0,0,0);
	background:rgba(255,255,255,.7)
}
.page-header__toggle.mobile-menu-is-open .toggle-indicator{
	position:absolute;
	top:26px;
	left:50%;
	margin:0;
	transform:translateX(-50%)
}
/*! ---------- =header components ---------- */
.header-logo a,.header-logo img{
	display:block;
	max-width:100%;
	margin:0
}
@media(max-width: 959px){

.header-logo a {
  padding: 0 0 12px 0;
  display: block;
  margin-top: -7px;
}
	.header-logo img{
		max-height:48px
}
}
.toggle-indicator{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:24px;
	position:relative
}
.toggle-indicator__piece{
	display:block;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-2px;
	transition:opacity .2s ease-out .4s,margin .2s ease-out .4s,transform .25s ease-out
}
.toggle-indicator__piece::before{
	content:"";
	display:block;
	width:24px;
	height:4px;
	background:#02101a;
	transition:background .2s ease-out
}
.page-header .toggle-indicator__piece::before{
	background:#17559f
}
.toggle-indicator__piece--1{
	margin-top:-8px
}
.toggle-indicator__piece--3{
	margin-top:4px
}
.is-active .toggle-indicator__piece,.mobile-menu-is-open .page-header .toggle-indicator__piece{
	transition:opacity .2s ease-out,margin .2s ease-out,transform .25s ease-out .3s
}
.is-active .toggle-indicator__piece::before,.mobile-menu-is-open .page-header .toggle-indicator__piece::before{
	background:#17559f
}
.is-active .toggle-indicator__piece--2,.mobile-menu-is-open .page-header .toggle-indicator__piece--2{
	opacity:0
}
.is-active .toggle-indicator__piece--1,.is-active .toggle-indicator__piece--3,.mobile-menu-is-open .page-header .toggle-indicator__piece--1,.mobile-menu-is-open .page-header .toggle-indicator__piece--3{
	margin-top:-2px
}
.is-active .toggle-indicator__piece--1,.mobile-menu-is-open .page-header .toggle-indicator__piece--1{
	transform:rotate(-45deg)
}
.is-active .toggle-indicator__piece--3,.mobile-menu-is-open .page-header .toggle-indicator__piece--3{
	transform:rotate(45deg)
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before{
	background:#17559f
}

.header-utility__link, .header-utility__link:hover, a.header-utility__link {
  color: #fff;
  font-weight: 600;
  font-family: "Avenir Next",Helvetica,Arial,sans-serif;
}

.header-utility__link,.header-utility__link-2{
	display:block;
	padding:12px 6px 12px 8px;
	/* color:#505050 */
}
.header-utility ul{
	list-style:none;
	margin:0
}
.header-utility__item{
	display:inline-block
}
.header-utility__item--highlight .header-utility__link{
	padding-left:12px;
	padding-right:12px;
	background:#09b4bf;
	color:#fff;
	border-radius:3px
}

.header-utility__item:nth-child(3) {
font-style: italic;
}
.header-utility__item--highlight .header-utility__link:hover,.header-utility__item--highlight .header-utility__link:focus{
	background:#71eaf2;
	color:#fff
}
@media(max-width: 959px){
	.header-utility{
	    margin-bottom: -24px;
		padding:18px 24px;
		text-align:center;
		font-size:16px;
		background: #17559f;
		margin-top: -30px;
}

.header-user{
  margin-bottom: 24px;
}

 .header-utility__item a {
  font-weight: 600;
}

}
@media(min-width: 960px){
	.header-utility__list{
		display:inline-block;
		vertical-align:middle
}
	.header-utility__link{
	  color: #48565a !important;
      font-weight: 500 !important;
      font-size: 18px !important;
      font-family: "Avenir Next",Helvetica,Arial,sans-serif;
}
	.header-utility__link:hover,.header-utility__link:focus{
		color:#17559f !important;
}
}
.header-user__welcome, .welcome-message {
	font-family:"Avenir Next",Helvetica,Arial,sans-serif;
	font-style:italic;
	font-size:18px;
	color: #17559f;
    font-weight: 600;
}
.header-user__action{
	display:inline-block;
	padding:6px;
	color:#48565a;
	font-weight: 500;
	font-size: 18px;
	font-family:"Avenir Next",Helvetica,Arial,sans-serif;
}
.header-user__action:hover,.header-user__action:focus{
	color:#17559f;
	font-family:"Avenir Next",Helvetica,Arial,sans-serif;
}

.header-user__action.login-logout, .media-body .btn.btn-default {
  background: #17559f;
  color: #fff !important;
  border-radius: 10px;
  padding: 9px 18px;
  color: #48565a;
  font-weight: 500;
  font-size: 18px;
  display: block;
  text-align: center !important;
  font-family:"Avenir Next",Helvetica,Arial,sans-serif;
}

.welcome .btn.btn-default {
  background: #17559f;
  color: #fff !important;
  border-radius: 10px;
  padding: 6px 18px;
  color: #48565a;
  font-weight: 500;
  font-size: 18px;
  font-family:"Avenir Next",Helvetica,Arial,sans-serif;
}

@media(max-width: 959px){
	
.header-user {
  background: #17559f;
}	
	
  .header-user__welcome, .welcome-message{
     /* padding-top: 24px; */
    color: #fff;
    display: block;
    text-align: center;
    margin-top: -12px;
}
.header-user__action, .header-user__action:hover{
	color:#fff;
}
	.header-utility__link, .header-utility__link:hover{
	color:#fff;
}

.my-account {
	  display: block;
  	  text-align: center !important;
  	  padding-bottom: 24px;
	}
	
	.header-user__action.login-logout {
	   margin: 0 auto 7px auto;
	}
}

@media(min-width: 960px) {
.header-user{
		display:inline-block;
		vertical-align:middle;
		position: absolute;
}

	.header-user__welcome,.welcome-message,.header-user__actions{
		display:inline-block;
		vertical-align:middle
}
	.header-user__welcome,.welcome-message{
		font-size:18px;
		margin-right:12px
}
.header-user__actions {
display: inline-block;
padding: 6px;
color: #48565a;
font-weight: 500;
font-size: 18px;
}

.header-user__action.login-logout, .media-body .btn.btn-default {
	    display: inline-block;
	}

.header-user__action a {
    color: #48565a !important;
    font-weight: 500;
}

.my-account a {
    color: #48565a !important;
    font-weight: 500;
}

.my-account a:hover {
    color: #17559f !important;
    font-weight: 500;
}


}

@media(min-width: 960px)and (max-width: 1199px) {
	.header-user{
	display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 36.3%;
    top: 85px;
}


	.header-user__welcome,.welcome-message,.header-user__actions{
		display:inline-block;
		vertical-align:middle
}
	.header-user__welcome,.welcome-message{
		font-size:18px;
		margin-right:12px
}

.my-account {
  	position: relative;
  	top: -37px;
    right: -14.8em;
}

.header-user__action.login-logout, .media-body .btn.btn-default {
	    display: inline-block;
	}

}


.header-search{
	position:relative
}
.header-search__label{
	display:block;
	position:absolute;
	top:1px;
	left:1px;
	padding:12px;
	margin:0;
	opacity:.3;
	font-size:18px
}
.header-search__label:hover,.header-search__label:focus{
	opacity:.8
}
.header-search__input{
	display:block;
	width:100%;
	padding:12px 72px 12px 24px !important;
	margin:0 !important;
	border:1px solid rgba(0,0,0,.2) !important;
	font-size:18px;
	line-height:24px;
	background:#fff
}
.header-search__submit{
	display:block;
	width:60px;
	padding:13px 0;
	position:absolute;
	right:0;
	top:0;
	text-align:center;
	background:#09b4bf;
	font-weight:700;
	color:#fff
}
@media(max-width: 959px){
	.header-search{
		margin-top:-1px
}
	.header-search__label{
		display:none
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  font-weight: 400;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #444
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #444
}
}
@media(min-width: 960px){
	.header-search{
		width:60px;
		position:absolute;
		right:0
}
	@supports(left: calc(100% - 60px)){
		.header-search{
			width:auto;
			left: calc(100% - 110px);
			transition:left .15s ease-out
}
	}
	.header-search.is-focused{
		width:100%
}
	@supports(left: calc(100% - 60px)){
		.header-search.is-focused{
			width:auto;
			left:0
}
	}
	.header-search__label{
		position:absolute;
		top:50%;
		color:#be89b1;
		opacity:1;
		cursor:pointer;
		z-index:2;
		transform:translateY(-50%)
}
	.header-search__label:hover,.header-search__label:focus{
		color:#17559f
}
	.header-search__input{
		position:absolute;
		top:50%;
		right:0;
		padding-left:72px !important;
		transform-origin:100% 50%;
		transform:translateY(-50%);
		opacity:.01;
}
	.header-search__input:focus{
		opacity:1
}
	.header-search__submit{
		display:none
}
}

.header-nav__main-list, .header-nav__list-2,.header-nav__list-3,.header-nav__list-4,.header-nav__list-5{
	list-style:none;
	margin:0
}
.header-nav__main-item,.header-nav__item-2,.header-nav__item-3,.header-nav__item-4,.header-nav__item-5{
	position:relative
}
.header-nav a{
	display:block;
}
.header-nav__main-link{
	font-weight:500;
	color:#48565a;
	font-size: 22px;
}
.header-nav__link-2,.header-nav__link-3,.header-nav__link-4,.header-nav__link-5{
	font-size:16px;
	color:#505050
}
.header-nav__link-3{
   color:#505050;
   font-weight: 500;
}
.header-nav__link-4,.header-nav__link-5{
	color:#797979
}
.header-nav__toggle{
	display:none
}
@media(max-width: 959px){
	.header-nav{
		background:#fff
}
	.header-nav__main-link,.header-nav__link-2,.header-nav__link-3,.header-nav__link-4,.header-nav__link-5{
		padding:12px 60px 12px 24px;
		border-bottom:1px solid #fbfcfd
}
	.header-nav__main-link{
		color:#09b4bf
}
	.header-nav__link-2,.header-nav__link-3,.header-nav__link-4,.header-nav__link-5{
		border-bottom-color:rgba(251,252,253,.5);
		color:#505050;
		font-weight: 500;
}
	.header-nav__link-2{
		padding-left:48px
}
	.header-nav__link-3{
		padding-left:72px
}
	.header-nav__link-4{
		padding-left:96px
}
	.header-nav__link-5{
		padding-left:120px
}
	.js .header-nav li ul{
		overflow:hidden;
		max-height:0;
		transition:max-height .3s cubic-bezier(0, 0.5, 0, 1)
}
	.js .header-nav li ul.is-active{
		max-height:100em;
		transition:max-height .4s cubic-bezier(0.7, 0, 0.1, 1)
}
	.header-nav__toggle{
		width:60px;
		height:48px;
		position:absolute;
		right:0;
		top:0;
		background:#fff;
		overflow:hidden;
		text-indent:100%;
		white-space:nowrap
}
	.js .header-nav__toggle{
		display:block
}
	.header-nav__toggle::before{
		content:"";
		display:block;
		width:0;
		height:0;
		border:10px solid rgba(0,0,0,0);
		border-bottom-width:0;
		border-top-color:#d2d6d8;
		position:absolute;
		left:50%;
		margin-left:-10px;
		top:50%;
		margin-top:-5px;
		transform:scaleX(0.6);
		transition:transform .2s ease-out
}
	.header-nav__toggle.is-active::before{
		border-top-color:#17559f;
		transform:scaleX(0.6) rotateX(180deg)
}
}
@media(min-width: 960px){
	.header-nav__main-list {
		display:flex;
		justify-content:space-around;
		text-align:center
}
	.header-nav__main-item{
		display:inline-block;
		flex:1 0 auto
}
	.header-nav__main-link{
		padding:12px 0;
		position:relative
}
	.header-nav__main-item:first-child {
		color:#fff !important;
		background: #09b4bf;
		border-radius: 10px;
}
    .header-nav__main-item:first-child .header-nav__main-link {
		color:#fff !important;
}
	.header-nav__main-link:hover,.header-nav__main-link:focus{
		color:#17559f
}
	.header-nav .is-current>a{
		/* color:#fff;
		background: #09b4bf; */
}
}
/*! megamenu-style dropdowns */

@media(min-width: 960px){
	.header-nav__main-item{
		position:static
}
	.header-nav__main-link::before{
		content:"";
		display:block;
		width:20px;
		height:20px;
		position:absolute;
		bottom:-13px;
		left:50%;
		margin-left:-10px;
		background:#fff;
		border:solid #c6c4c4;
		border-width:5px 5px 0 0;
		transform:scaleY(0.33) rotate(-45deg);
		opacity:0;
		visibility:hidden;
		z-index:-1;
		transition:opacity .06s ease-out,visibility 0s linear .15s,z-index 0s linear .15s
}
	.header-nav__list-2{
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:space-between;
		align-items:flex-start;
		position:absolute;
		left:0;
		right:0;
		top:100%;
		padding:36px 0;
		border-top:2px solid #c6c4c4;
		border-bottom:1px solid #c6c4c4;
		text-align:left;
		background:#fff;
		opacity:0;
		z-index:-1;
		visibility:hidden;
		transition:opacity .0999s ease-out,visibility 0s linear .15s,z-index 0s linear .15s;
		box-shadow:48px 0 0 #fff,-48px 0 0 #fff
}
	.header-nav__list-2::before,.header-nav__list-2::after{
		content:"";
		display:block;
		width:48px;
		position:absolute;
		top:0;
		bottom:0;
		background:#fff;
		box-shadow:0 -2px 0 #c6c4c4;
		border-bottom:1px solid #c6c4c4;
}
	.header-nav__list-2::before{
		right:100%
}
	.header-nav__list-2::after{
		left:100%
}
	.header-nav__item-2 {
		display:inline-block;
		vertical-align:top;
		width:32%;
		padding-bottom:24px;
		flex:0 0 30%;
		flex:0 0 calc(33% - 12px)
}
	.header-nav__link-2{
		font-size:18px;
		color:#09b4bf;
		padding-bottom:6px
}
	.header-nav__link-2:hover,.header-nav__link-2:focus{
		color:#17559f
}
	.header-nav__list-3{
		padding-top:12px;
		border-top:1px solid #d2d6d8
}
	.header-nav__link-3{
		color:#505050
}
	.header-nav__link-3:hover,.header-nav__link-3:focus{
		color:#17559f
}
	.header-nav__main-item:hover .header-nav__main-link{
		color:#09b4bf
}
	.header-nav__main-item:hover .header-nav__main-link::before{
		opacity:1;
		visibility:visible;
		z-index:101;
		transition:opacity .15s ease-out .575s,z-index 0s linear .575s,visibility 0s linear .575s
}
	.header-nav__main-item:hover .header-nav__list-2,.header-nav__list-2.is-focused{
		opacity:1;
		z-index:100;
		visibility:visible
}
	.header-nav__main-item:hover .header-nav__list-2{
		transition:opacity .19995s ease-out .5s,z-index 0s linear .5s,visibility 0s linear .5s
}
	.header-nav__list-2.is-focused{
		transition:opacity .1s ease-out,z-index 0s linear,visibility 0s linear
}
}

@media(min-width: 960px) and (max-width: 1199px) {

.header-nav__list-2 {
  margin-top: 24px;
}
	.header-nav__main-link::before{
		bottom:-37px;
		}
}

@media(min-width: 1200px){
	.header-nav__main-link::before{
		bottom:-31px;
		}
		.header-user__welcome{ 
		padding-left: 12px;
		margin-right: 0;
		}
}

@media(min-width: 1696px){
	.header-nav__list-2::before,.header-nav__list-2::after{
		width:calc((100vw - 1600px)/2)
}
}
/*! ---------- =header layout ---------- */

@media(max-width: 959px){

.header-logo{
	float:left;
}
}
@media(min-width: 960px){
	.page-header__content{
		flex-grow:1;
		margin-top: 24px;
}
	.header-logo{
		max-width: 307px;
		margin-right:24px;
		float: left;
}
	.header-logo>a{
		display:flex;
		flex-direction:column;
		justify-content:center;
		height:168px;
		padding:12px 0
}
	.header-logo img{
		max-height:100%
}
	/*! disclosure search */
	.header-search{
	/*	z-index:3 */
}
	.header-search.is-focused .header-search__input{
		box-shadow:0 -6px 0 #fbfcfd,0 6px 0 #fbfcfd;
	    z-index: 999;
}
 .header-search__label.is-focused {
	    z-index: 9999;
}
}


@media(min-width: 960px) and (max-width: 1199px) {
	.page-header>.page-bounds{
		display:flex;
		align-items:stretch;
		justify-content:space-between
}

}


@media(min-width: 1200px) {

.page-header {
  height: 170px;
}

	.header-nav{
		/* padding-right:72px */
		/*padding-right: 0; */
		padding-left: 48px; 
}


	.header-nav{
}

	.header-nav__main-link{
		padding:12px 12px;	
}

	.header-logo a{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: auto;
padding: 8px 0 0 0;
}



}


@media(min-width: 960px)and (max-width: 1199px){
	.page-header{
		/* padding-bottom:72px */
}
	.page-header__content{
		display:flex;
		flex-direction:column;
		justify-content:center;
		padding-bottom:24px
}
	.header-nav{
		position:absolute;
		left:0;
		right:0;
		top:50%
} 



	/*! disclosure search  */
	.header-search{
		top:100%;
		margin-top:36px
}
}

@media(min-width: 960px){
	.header-utility,.header-search{
		position:absolute;
		top: calc((168px - 66px) * 0.5 - 12px);
}
	.header-utility{
		right:24em;
		right:calc(20em + 24px)
}
	.header-search{
		width:auto;
		right:0
}
	.header-nav{
		margin-top: calc(178px - 140px);
}
	/*! disclosure search */
	.header-utility{
		/* right: 5.5em; */
		right: 5.3em;	
		}
	.header-search{
		top:auto;
		bottom: 153px;
}
	.header-search.is-focused{
		left:calc(75% + 24px); 
		width: 20%;
}
	body.is-scrolled .header-search{
		top:auto
}
	body.is-scrolled .header-search.is-focused{
		left:0
}
}

@media(min-width: 960px) and (max-width: 1199px){
.header-utility{
		right:auto;
		left: 37%;
}
.header-search.is-focused{
       left:calc(65% + 24px); 
	   width: 30%;
}

}



@media(min-width: 1200px){
	.header-user{
		display:inline-block;
		vertical-align:middle;
		position: absolute;
        left: 61.5%;
        top: 0;
}


.header-user__action.login-logout, .media-body .btn.btn-default {
	      margin-left: 14px;
    margin-top: 2px;
	}

.my-account {
  	position: relative;
    top: -38px;
    right: -14.9em;
}

.header-nav {
  margin-top: calc(178px - 120px);
}

#UtilityPlaceholder_T1BDAE9C1020_Col00:nth-child(2) {
display: flex;
align-items: stretch;
justify-content: space-between;
}

	.header-utility,.header-search{
		position:absolute;
		top: calc((168px - 134px) * 0.5 - 12px);
}


}

/*
@media(min-width: 1100px) and (max-width: 1199px){
	.header-user{
		display:inline-block;
		vertical-align:middle;
		position: absolute;
        left: 40%;
        top: 90px;
     }
   .header-utility{
        right: 10.3em;

   }       

} */

.header-utility {
z-index: 20;
}

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


.header-utility__link {
  font-size: 16px !important;
}
.header-user__action {
  font-size: 16px;
}
.header-user__welcome{
	font-size:16px;
}

.header-search {
    left: calc(100% - 80px);
}
}
@media(min-width: 1200px) {
	.header-search{
		top:auto;
		bottom: 100px;
}
}

@media(min-width: 1200px) and (max-width: 1250px) {
	.header-user{
		left: 60.5%;
}
}



@media (min-width: 1200px) and (max-width: 1299px) {
.header-utility {
  right: 25.9em;
  margin-left: auto;
}

}


@media(min-width: 1200px) and (max-width: 1279px){
.header-logo {
  max-width: 200px;
}
}

@media(min-width: 1300px) {
.header-utility {
  right: 26.6em;
  margin-left: auto;
}
}



@media(min-width: 1360px) {
.header-utility {
  right: 28.5em;
  margin-left: auto;
}
}


@media(min-width: 1500px) {
.header-utility {
  /* right: 22em; */
  right: 30em;
  margin-left: auto;
}
}

/*! ---------- =footer common ---------- */
.page-footer{
	padding:0 24px
}
.page-footer .page-bounds{
	position:relative;
}
@media(min-width: 768px){
	.page-footer{
		padding:0 48px
}
}
@media(min-width: 1280px){
.grid.footer-grid {
     margin-right: 0;
     margin-left: 220px;
}
}


/*! ---------- =footer style ---------- */
/*! bordered footer style */
.page-footer{
	color:#505050
}
.page-footer .page-bounds{
	border-top:1px solid #d2d6d8;
	padding-top: 30px;
    padding-bottom: 48px;
    margin-top: 60px;
}
.page-footer a{
	color:#17559f;
    font-weight: 500;
}
.page-footer a:hover,.page-footer a:focus{
	color:#09b4bf
}
/*! ---------- =footer components ---------- */

.footer-logo{
	text-align:center;
	}
@media(min-width: 768px){
.footer-logo{
	text-align:right;
	padding-right: 48px;
}
}

.footer-logo a{
	display:inline-block;
	max-width:100%;
	margin:0 auto
}
.footer-social__icon{
	display:inline-block;
	vertical-align:middle;
	padding:3px 24px 3px 3px;
	font-size:26px
}

@media(max-width: 767px){
.footer-social__icon{
	padding:3px 48px 24px 3px;
}
}

@media(min-width: 1500px){
.footer-social__icon{
	padding:3px 48px 3px 3px;
}
}

.footer-trending__title{
	margin:0;
	font-size:16px;
	line-height:24px;
	font-weight:700;
	text-transform:uppercase;
	opacity:.5
}
.footer-utility__list{
	list-style:none;
	margin:0
}
.footer-utility__item{
	display:inline-block;
	vertical-align:middle
}
.footer-utility__link{
	display:block;
	padding:6px;
}
@media(min-width: 480px){
	.footer-utility__link{
		padding:6px 12px
}
}
.footer-actions__section{
	margin-bottom:24px
}
.footer-actions__title{
	font-size:26px;
	line-height:24px;
	margin-bottom:6px
}
.footer-actions__list{
	list-style:none;
	margin:0 0 0 -12px
}
.footer-actions__item{
	display:inline-block;
	vertical-align:middle
}
.footer-actions__link{
	display:block;
	padding:6px
}
@media(max-width: 479.97px){
	.footer-actions__item{
		display:block
}
}
@media(min-width: 480px){
	.footer-actions__link{
		padding:6px 12px
}
}
@media(min-width: 768px){
	.footer-actions{
		display:flex;
		flex-flow:row wrap
}
	.footer-actions__section{
		flex-grow:1;
		flex-shrink:0;
		display:inline-block;
		vertical-align:top
}
	.footer-actions__list{
		margin-left:0
}
	.footer-actions__item{
		display:block
}
	.footer-actions__link{
		padding:6px 0
}
}
@media(min-width: 1696px){
	.footer-actions__section{
		flex:1 1
}
}
.footer-copyright{
	font-size: 20px;
    color: #666;
    font-weight: 500;
}
/*! ---------- =footer layouts ---------- */
.page-footer{
	text-align:center
}
.footer-logo img{
	max-height:96px
}
.footer-social, .footer-utility,.footer-copyright{
	margin-top:12px
}

.footer-contact {
     margin-top: 24px;
}

@media(max-width: 767px){

.footer-contact {
     text-align: center;
}
 .footer-utility {
  margin-bottom: 48px;
}
}

.footer-copyright{
	margin-bottom:96px
}

@media(min-width: 768px){
	.footer-logo img{
		max-height:120px
}
	.footer-social{
		margin-top:36px
}
}
.page-title{
	color:#17559f
}
.page-title+.breadcrumbs{
	margin-top:-24px
}
.breadcrumbs{
	font-size:16px;
	line-height:24px;
	margin-bottom:24px
}
.breadcrumbs a{
	color:#505050;
	opacity:.9
}
.breadcrumbs a:hover,.breadcrumbs a:focus{
	color:#17559f;
	opacity:1
}
.breadcrumbs span{
	display:inline-block;
	margin:0 .3em;
	opacity:.4
}
.in-this-section a{
	display:block;
	padding:6px 0;
	color:#09b4bf
}
.in-this-section ul{
	list-style:none;
	margin:0
}
.in-this-section ul ul{
	display:none;
	padding-left:24px
}
.in-this-section ul ul a{
	font-size:16px;
	line-height:24px
}
.in-this-section .is-current>ul{
	display:block
}
.in-this-section .is-current>a{
	color:#17559f
}
@media(max-width: 959.97px){
	.in-this-section__toggle{
		display:block;
		width:100%;
		margin-bottom:24px;
		text-align:left
}
	.no-js .in-this-section__toggle{
		display:none
}
	.js .in-this-section>ul{
		display:none
}
	.js .in-this-section>ul.is-active{
		display:block;
		margin-top:12px
}

.interior-nav__nav li ul {
    display: none;
    margin-left: 25px;
    margin-bottom: 12.5px;
}



}
@media(min-width: 960px){
	.in-this-section__toggle{
		cursor:default;
		font-size:30px;
		line-height:36px;
		margin-bottom:12px
}
	.in-this-section__toggle .toggle-indicator{
		display:none
}
	.interior-layout .in-this-section{
		margin-top:-6px
}
}
.share-buttons{
	font-size:26px;
	line-height:36px
}
.share-buttons:not(:last-child){
	margin-bottom:24px
}
.no-js .share-buttons{
	display:none
}
.share-buttons__title{
	display:block;
	font-size:16px;
	line-height:24px;
	opacity:.7
}
.share-buttons__button{
	display:inline-block;
	vertical-align:middle;
	margin:6px 6px 0 0;
	color:#09b4bf
}
.share-buttons__button:hover,.share-buttons__button:focus{
	color:#17559f
}
.interior-layout__nav,.interior-layout__main{
	margin-bottom:24px
}
@media(min-width: 960px){
	.interior-layout__nav{
		margin-bottom:0
}
	.interior-layout__nav>*:last-child{
		margin-bottom:48px
}
	.interior-layout__title{
		margin-bottom:24px
}
	.interior-layout__main{
		margin-bottom:48px
}
	.interior-layout__title{
		margin-left:30%;
		padding-left:48px
}
	.interior-layout__nav,.interior-layout__aside{
		width:30%;
		float:left;
		clear:left;
		overflow:hidden;
		position:relative;
		z-index:2
}
	.interior-layout__main{
		width:70%;
		padding-left:48px;
		float:right
}
}
/*! ---------- =sitefinity ---------- */
.sys-template{
	display:none
}
.sfContentBlock{
	margin-bottom:24px
}
.sfContentBlock:last-child{
	margin-bottom:0
}
.debug-url{
	background-color:#efe;
	border:2px solid #2c2;
	padding:12px;
	margin-bottom:24px;
	word-wrap:break-word
}
/*! make page builder layout more friendly to edit */
.sfPageEditor .page-header,.sfPageEditor .header-logo,.sfPageEditor .page-header__content,.sfPageEditor .header-utility,.sfPageEditor .header-search,.sfPageEditor .header-nav,.sfPageEditor .title-block,.sfPageEditor .title-block__background,.sfPageEditor .title-block__content,.sfPageEditor .page-footer,.sfPageEditor .footer-logo,.sfPageEditor .footer-social,.sfPageEditor .footer-contact,.sfPageEditor .footer-utility,.sfPageEditor .footer-copyright{
	display:block !important;
	width:100% !important;
	max-width:100% !important;
	padding:0 !important;
	margin:0 0 20px !important;
	float:none !important;
	position:relative !important;
	left:0 !important;
	top:0 !important;
	right:0 !important;
	bottom:0 !important
}
.sfPageEditor .content{
	padding-top:48px
}
.sfPageEditor .title-block::before{
	display:none !important
}
.sfPageEditor .title-block__background,.sfPageEditor .title-block__content{
	position:static !important
}
.sf-fieldWrp>input,.sf-fieldWrp>select,.sf-fieldWrp>textarea,.sf-fieldWrp>div>input,.sf-fieldWrp>div>select,.sf-fieldWrp>div>textarea{
	margin-bottom:20px !important
}
.sf_colsIn>.sf-fieldWrp>input:last-child,.sf_colsIn>.sf-fieldWrp>select:last-child,.sf_colsIn>.sf-fieldWrp>textarea:last-child{
	margin-bottom:0 !important
}
.sfInlineEditingPageMenu .sfInlineEditingToggleLnk{
	z-index:1001 !important
}
.sfPageEditor [data-edit-label]::before{
	content:"[" attr(data-edit-label) "]";
	font-size:14px;
	opacity:.3
}
.tabs.sf_cols{
	margin-left:0 !important;
	margin-right:0 !important
}
.tabs__tab>.sf_colsIn,.tabs__pane>.sf_colsIn{
	margin:0 !important
}
.sfPageEditor .tabs--standard .tabs__tab{
	width:100% !important;
	float:none !important
}
.sfPageEditor .tabs.sf_cols .tabs__pane{
	display:block !important
}
/*! ---------- =print ---------- */
@media print{
	.page-header__toggle,.header-search,.header-utility,.header-nav,.in-this-section,.footer-logo,.footer-social,.footer-utility,.home-feature,.breadcrumbs,.share-buttons,.truncator-expand{
		display:none !important
}
	body{
		background:#fff
}
	@page{
		margin:.5in
}
	@page :first{
		margin-top:1in
}
/*	@page :last{
		margin-bottom:1in
} */
	.page-bounds{
		max-width:100%
}
.page-header,.content,.page-footer{
		padding-left:0;
		padding-right:0
}
	h1,h2,h3,h4{
		page-break-after:avoid
}
	blockquote,img,table,pre{
		page-break-inside:avoid
}
	ul,ol,dl{
		page-break-before:avoid
}
	.header-logo{
		float:none;
		max-width:150px;
		margin:0 auto;
		padding:0
}
	.page-footer{
		border-top:1px solid #fbfcfd
}
	.footer-contact{
		text-align:center
}
	.interior-layout__title,.interior-layout__nav,.interior-layout__main,.interior-layout__aside{
		float:none;
		width:auto;
		padding-left:0;
		padding-right:0
}
	.interior-layout__aside{
		border-top:1px solid #d2d6d8;
		padding-top:48px
}
	.page-title{
		text-align:center
}
	.content a[href]:not([href^="#"]){
		word-wrap:break-word;
		box-shadow:0 2px 0 #09b4bf;
		color:#505050;
		font-weight:700
}
	.content a[href]:not([href^="#"])::after{
		content:" (" attr(href) ") ";
		font-size:.85em;
		color:#6a6a6a
}
	.tabs__pane{
		display:block !important
}
	.accordion__content{
		max-height:none !important;
		visibility:visible !important;
		opacity:1 !important
}
	[data-truncate-to]{
		max-height:none !important;
		overflow:visible !important
}
	[data-truncate-to*=item]>*{
		display:initial !important
}
}

.feature-callout {
  margin-left: -48px;
  padding-left: 140px;
  background: url(/images/2022/left-ring.png) top left no-repeat;
}

.feature-callout-left {
  margin-right: -48px;
  background: url(/images/2022/right-ring.png) top right no-repeat;
}


.feature-callout-left {
  margin-right: -48px;
  background: url(/images/2022/right-ring.png) top right no-repeat;
}

@media(min-width: 1199px){
.feature-callout-left {
  background: url(/images/2022/right-ring.png) center right no-repeat;
}
}

@media(min-width: 1500px){
.feature-callout {
  margin-left: -60px;
}
}
@media(min-width: 1800px){
.feature-callout {
  margin-left: -170px;
  padding-left: 140px;
}

.feature-callout-left {
  margin-right: -170px;
}
}


.fa-regular.fa-right-long {
   font-size: 18px;
   line-height: 18px;
   padding-left: 12px;
}

.inline {
  display: inline-block;
  position: relative;
  top: 2px;
}

.video-container { 
position: relative; 
padding-bottom: 56.25%;
padding-top: 30px; 
height: 0; 
overflow: hidden; 
}

iframe.youtube {
  position: absolute; 
  top: 0;
  left: 0; 
  width: 85%;
  height: 85%;
}

.below-youtube {
  margin-top: -30px;
  position: absolute;
}

@media(max-width: 767px){
.align-right.mobile-left {
  text-align: left;
}

.feature-callout-left {
  padding-right: 72px;
}

}
@media(max-width: 959px){
.below-youtube {
  margin-top: -20px;
  padding-right: 24px;
}
}

/* Navigation toggles */

.interior-layout__nav ul li.item-off, li.item-off, li.is-current.item-on.item-off, li.item-on.item-off {
  display: none !important;
}

@media (max-width: 959px) {
.header-nav {
     /*-webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-top: 1px solid rgba(34, 36, 44, 0.2);
    background: #fff; */
  }
  .header-nav a {
    padding: 12px 96px 12px 24px;
    border-bottom: 1px solid rgba(34, 36, 44, 0.2); 
    font-size: 19px;
    color: #1a3d6d;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: rgba(34, 36, 44, 0.1);
    font-size: 17px;
    color: #666;
    box-shadow: inset 24px 0 0 rgba(255, 255, 255, 0.9); 
  }
  .header-nav li li li a {
    padding-left: 72px;
    font-size: 15px;
    box-shadow: inset 48px 0 0 rgba(255, 255, 255, 0.9);
  }
  .header-nav li li li li a {
    padding-left: 96px;
    box-shadow: inset 72px 0 0 rgba(255, 255, 255, 0.9);
  }
  .header-nav li li li li li a {
    padding-left: 120px;
    box-shadow: inset 96px 0 0 rgba(255, 255, 255, 0.9);
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    -webkit-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 72px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #a5a5a5;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #78af03;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
    transform: scaleX(0.6) rotateX(180deg);
  }
  .header-nav__callout-link {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  
  }

@media (min-width: 960px) {
  .page-header {
    padding-left: 38px;
    padding-right: 48px;
  }
}


/* @media (max-width: 959px) {
  .header-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header-utility {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
} */

/*! slide-down mobile menu */


@-webkit-keyframes open-mobile-menu {
  0% {
    visibility: visible;
    max-height: 0;
  }

  99% {
    max-height: 400vh;
  }

  100% {
    visibility: visible;
    max-height: none;
  }
}


@keyframes open-mobile-menu {
  0% {
    visibility: visible;
    max-height: 0;
  }

  99% {
    max-height: 400vh;
  }

  100% {
    visibility: visible;
    max-height: none;
  }
}


@-webkit-keyframes close-mobile-menu {
  0% {
    visibility: visible;
    max-height: 100vh;
  }

  99% {
    max-height: 0;
  }

  100% {
    max-height: 0;
    visibility: hidden;
  }
}


@keyframes close-mobile-menu {
  0% {
    visibility: visible;
    max-height: 100vh;
  }

  99% {
    max-height: 0;
  }

  100% {
    max-height: 0;
    visibility: hidden;
  }
}


@media (max-width: 959px) {


  .page-header__content {
    overflow: hidden;
    visibility: hidden;
    max-height: 0;
    background: #fff;
    display: flex !important;
  }
  .page-header__content.mobile-menu-is-open {
    -webkit-animation: open-mobile-menu 0.2s ease-in both;
    animation: open-mobile-menu 0.2s ease-in both;
    overflow-y: scroll !important;
  }
  .page-header__content.mobile-menu-was-open {
    -webkit-animation: close-mobile-menu 0.2s ease both;
    animation: close-mobile-menu 0.2s ease both;
  }
}

.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}

.header-nav a {
  display: block;
}
.header-nav > ul > li > a,
.header-nav div > ul > li > a {
  font-weight: 500;
  color: #48565a;
  font-size: 22px;
  font-family: 'Avenir Next';
}

.header-nav li li a {
  font-size: 18px;
  color: #09b4bf;
  padding-bottom: 6px;
}
.header-nav li li li a {
  color: #505050;
  font-weight: 500;
}
.header-nav li li li li a {
  color: #505050;
  font-size: 16px !important;
  margin-left: 24px;
}

.header-nav li li:first-child {
  color: #09b4bf !important;
  background: none;
  border-radius: 0;
}

.header-nav li li li:first-child {
  color: #505050 !important;
  background: none;
  border-radius: 0;
}


.header-nav__toggle {
  display: none;
}

@media (max-width: 959px) {
  .header-nav {
    background: #fff;
  }
  .header-nav a {
    padding: 12px 60px 12px 24px;
    border-bottom: 1px solid #f1f1f1;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: rgba(241, 241, 241, 0.5);
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .header-nav li li li li a {
    padding-left: 96px;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a, .header-nav > ul > li:first-child > a, .header-nav > ul > li:first-child > a:hover, .header-nav > ul > li:first-child > a:focus {
    color: #09b4bf;
  }
  .header-nav > ul > li > ul a,
  .header-nav div > ul > li > ul a {
    border-bottom-color: rgba(251,252,253,.5);
	color: #505050;
	font-weight: 500;
	font-size: 16px;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    -webkit-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 60px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #d4d6d9;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #2a539a;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
    transform: scaleX(0.6) rotateX(180deg);
  }
  
  
  .my-account a, .my-account a:hover {
    color: #fff;
  }
}

@media (min-width: 960px) {

.header-nav ul {
/*display: flex; */
justify-content: space-around;
/* text-align: center;*/
} 

.header-nav > ul > li:first-child > a, .header-nav > ul > li:first-child > a:hover, .header-nav > ul > li:first-child > a:focus, .header-nav > ul > li:first-child.is-current > a {
   color: #fff !important;
}

.header-nav li {
  position: relative;
}

  .header-nav > ul,
  .header-nav div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }
  .header-nav > ul > li,
  .header-nav div > ul > li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: static;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    padding: 15px 12px 15px 12px;
    position: relative;
    
  }
  
 /*   .header-nav > ul > li:last-child > a {
  margin-right: 45px;
   }
   */

  .header-nav > ul > li > a:hover,
  .header-nav > ul > li > a:focus,
  .header-nav div > ul > li > a:hover,
  .header-nav div > ul > li > a:focus {
    color:#17559f;
  }
  .header-nav .is-current > a {
    color: #09b4bf !important;
  }
  
.header-nav li:first-child {
  width: 193px;
  background: url(/images/2022/join-bkgd.png) no-repeat top center;
  border-radius: 10px;
} 


.header-nav li li:first-child, .header-nav li li li:first-child {
  height: auto;
} 

}


/*! megamenu-style dropdowns */

@media (min-width: 960px) {
  .header-nav > ul > li > a::before,
  .header-nav div > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -15px;
    background: #fff;
    border: solid #d4d4d4;
    border-width: 5px 5px 0 0;
    -webkit-transform: scaleY(0.33) rotate(-45deg);
    -ms-transform: scaleY(0.33) rotate(-45deg);
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
    padding: 36px 48px;
    border-top: 2px solid #d4d4d4;
    text-align: left;
    background: #fff;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    box-shadow: 0 1px 0 #f1f1f1, -1079px 0 0 #fff, 1079px 0 0 #fff, -1079px 1px 0 #f1f1f1, 1079px 1px 0 #f1f1f1;
   }
  .header-nav > ul > li > ul > li,
  .header-nav div > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding-bottom: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -ms-flex: 0 0 calc(33% - 12px);
    flex: 0 0 calc(33% - 12px);
  }
  .header-nav > ul > li > ul > li > a,
  .header-nav div > ul > li > ul > li > a {
    font-size: 18px;
    color: #09b4bf;
    padding-bottom: 6px;
  }
  .header-nav > ul > li > ul > li > ul,
  .header-nav div > ul > li > ul > li > ul {
    padding-top: 12px;
    border-top: 1px solid #d4d4d4;
  }
  .header-nav > ul > li > ul > li > ul a,
  .header-nav div > ul > li > ul > li > ul a {
    color: #505050;
    font-size: 16px;
  }

 .header-nav li li li li a {
    color: #505050;
    font-size: 16px;
    margin-left: 36px;
  }

  .header-nav > ul > li > ul a:hover,
  .header-nav > ul > li > ul a:focus,
  .header-nav div > ul > li > ul a:hover,
  .header-nav div > ul > li > ul a:focus {
     color: #17559f;
  }
  .header-nav > ul > li:hover > a,
  .header-nav div > ul > li:hover > a {
     color: #09b4bf;
  }
  .header-nav > ul > li:hover > a::before,
  .header-nav div > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
    transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
  }


  .header-nav > ul > li:hover > ul,
  .header-nav div > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    overflow-y: scroll !important;
  }


}

@media (min-width: 960px) and  (max-width: 1280px)  {

.header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
    height: calc(700px - 179px);
    overflow-y: auto;
  }


}




/*! navigation cascade animation */

@media (min-width: 960px) {
  .header-nav > ul > li > ul > li {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  .header-nav > ul > li:hover > ul > li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.535s, 0.535s;
    transition-delay: 0.535s, 0.535s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.57s, 0.57s;
    transition-delay: 0.57s, 0.57s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.605s, 0.605s;
    transition-delay: 0.605s, 0.605s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.64s, 0.64s;
    transition-delay: 0.64s, 0.64s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.675s, 0.675s;
    transition-delay: 0.675s, 0.675s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.71s, 0.71s;
    transition-delay: 0.71s, 0.71s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 0.745s, 0.745s;
    transition-delay: 0.745s, 0.745s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 0.78s, 0.78s;
    transition-delay: 0.78s, 0.78s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(9) {
    -webkit-transition-delay: 0.815s, 0.815s;
    transition-delay: 0.815s, 0.815s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(10) {
    -webkit-transition-delay: 0.85s, 0.85s;
    transition-delay: 0.85s, 0.85s;
  }
}

@media (min-width: 960px) {

 .header-nav > ul > li > a::before,
  .header-nav div > ul > li > a::before {
    bottom: -25px;
    z-index: 2;
  }
  .header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
   top: 64%;
  }

.header-nav > ul > li > a, .header-nav div > ul > li > a {
  padding: 16px 12px 12px 12px;
  position: relative;
  margin-bottom: 48px;
}
}

@media (min-width: 1200px) {

 .header-nav > ul > li > a::before,
  .header-nav div > ul > li > a::before {
    bottom: -24px;
    z-index: 2;
  }

.header-nav > ul > li > ul, .header-nav div > ul > li > ul {
  top: 77%;
}

.header-search {
 bottom: 130px;
}

}

@media (min-width: 1300px) {

.header-nav > ul > li > ul, .header-nav div > ul > li > ul {
  top: 79%;
}

.header-nav > ul > li > a, .header-nav div > ul > li > a {
  padding: 16px 18px 12px 18px !important;
  position: relative;
  margin-bottom: 48px;
}

 .header-nav > ul > li > a::before,
  .header-nav div > ul > li > a::before {
    bottom: -25px;
    z-index: 2;
  }

.header-user {
  left: 61.5% !important;}

.header-nav {
  margin-top: calc(178px - 107px) !important;
}

.header-utility {
  position: absolute;
  top: calc((168px - 114px) * 0.5 - 12px) !important;
}

.header-user {
 top: 10px !important;
}

.header-search {
  bottom: 135px;
}

}

@media (min-width: 1400px) {

.header-user {
   left: 65% !important;
}

.my-account {
  /* right: -11.6em; */
 /* top: 37px; */
  right: -15.6em;
}
}

@media (min-width: 1600px) {

.header-user {
   left: 68% !important;
  }
}

.tagline.interior-tagline {
 display: none;
}


.addthis_inline_share_toolbox.less-top {
    margin-top: -48px;
    margin-bottom: -24px;
}


.share-buttons {
	font-size: 36px !important;
	line-height: 36px
}
.share-buttons a {
  font-size: 36px !important;
}
.share-buttons:not(:last-child) {
	margin-bottom: 24px
}
.no-js .share-buttons {
	display: none
}
.share-buttons__title {
	display: block;
	font-size: 16px;
	line-height: 24px;
	opacity: .7
}
.share-buttons__button {
	display: inline-block;
	vertical-align: middle;
	margin: 6px 6px 0 0;
	color: #2a549a
}
.share-buttons__button:hover, .share-buttons__button:focus {
	color: #2a549a
}


/* Resource Library Items Styling */

#SearchRefine input#searchAgainText {
 width: 300px;
}

.e11_shareLink {
  float: right;
  display: block;
  width: 41px;
  height: 31px;
  margin-left: 24px;
  margin-bottom: 48px;
}

.search-result-item a  {
  color: #2a539a !important;
}

.search-result-item a:hover  {
  color: #6bafbb !important;
}

.librarySource a {
  font-style: italic;
  font-weight: bold !important;
  color: #038f99 !important;
}

.librarySource a:hover  {
  color: #2a539a !important;
}

.resource-category, .meta-tag {
  background: #F5f5f5;
  border: 1px solid #DADADA;
  border-radius: 24px;
  display: inline-block;
  font-size: 80%;
  padding: 6px 24px;
  white-space: nowrap;
  margin-top: 12px;
  margin-bottom: 12px;
  }
  
/* Share Resource Library Item Pop Up */

 
 .js .modal {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 48px 24px;
	z-index: -1;
	overflow-y: auto;
	overscroll-behavior: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease-out
}
.js .modal::-webkit-scrollbar {
	display: none
}
.js .modal.is-active {
	opacity: 1;
	z-index: 999;
	visibility: visible
}
.modal__close {
	display: none;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -1px;
	left: 0;
	padding: 24px 24px 0 0;
	font-size: 26px;
	line-height: 36px;
	color: #a1a5a8;
	background: rgba(2, 16, 26, .9)
}
.modal__close:hover, .modal__close:focus {
	color: #fbfcfd
}
.js .modal__close {
	display: flex
}
.modal__content {
	width: 100%;
	max-width: 1280px;
	margin: 24px 0;
	/* padding: 24px; */
	border-radius: 5px;
	border: 1px solid #eef1f2;
	background: none !important;
	position: relative;
	overflow: hidden;
	z-index: 2;
	text-align: left;
}
.modal__content--thin {
	max-width: 640px
}
.js .modal__content {
	overflow-y: auto;
	overscroll-behavior: contain;
	background: #fff !important;
	padding: 24px;
}

.js .modal__content.video-content {
  padding: 0;
}

.js .modal__content p  {
   text-align: left;
}
@media(min-width: 768px) {
	.js .modal {
		padding: 72px 48px
	}
	.modal__close {
		padding: 48px 48px 0 0
	}
	.modal__content {
		/* padding: 48px */
	}
	.modal__content--thin {
		padding: 48px 36px
	}
} 


.resources-button, a.resources-button, #search-button, a#search-button {
  padding: 7px 36px;
  border-radius: 10px;
  font-weight: 500;
  color: #fff !important;
  background: #09b4bf;
  transition: color .15s ease-out,background-color .15s ease-out,transform .15s ease-out,box-shadow .15s ease-out;
}

label.e11_shareArticle--label {
  font-size: 16px !important;
}

.accordion.new-resource-library {
 border: none !important;
 margin-bottom: 0 !important;
}

.searched-for {
  margin-bottom: 48px;
}

#reset-button {
  padding: 7px 36px;
  border-radius: 10px;
  font-weight: 500;
  color: #fff !important;
  background: #09b4bf;
  transition: color .15s ease-out,background-color .15s ease-out,transform .15s ease-out,box-shadow .15s ease-out;
  display: block;
}

.search-filter {
  margin-bottom: 36px;
}

.search-filter label {
  font-size: 16px;
}

#SearchRefine .interior-nav.filter-box-area {
  display: block;
}

@media (max-width: 1099px) {
  .search-filter label,  .search-filter input {
   
  }
  
 #reset-button {
  margin-top: 24px;
}

 #SearchRefine .content-box:last-child {
   margin-bottom: 48px;
 }
 
 #SearchRefine .interior-nav, #SearchRefine .content-box.interior-box {
 	padding-right: 0 !important;
 	padding-left: 0 !important;
 	margin-right: 0 !important;
 	margin-left: 0 !important;
 }
 
 .taxon-item {
 	white-space: nowrap; 
 }

}

@media (min-width: 1100px) {
  .taxon-item {
   /*  display: inline-block; 
    padding-right: 18px; */
  }
}