body {
    font-size: 16px;
    line-height: 2;
    margin: 0px;
    padding: 0px;
    background: #dad7d7;
    font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
a {
    color: #bc3d2b;
    text-decoration: underline;
}
a:hover {
    color: #bc3d2b;
    text-decoration: none;
}
a.button, a.button2, a.button3, a.button4, .button a, .button2 a, .button3 a, .button4 a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #bc3d2b;
    padding: 5px 15px;
    border: 2px solid #bc3d2b;
    transition: all ease 0.5s;
}
a.button2, .button2 a {
    color: #819288;
    border: 2px solid #819288;
}
a.button3, .button3 a {
    color: #fff;
    background: #bc3d2b;
}
a.button4, .button4 a {
    color: #fff;
    background: #819288;
    border-color: #819288;
}
a.button:hover, .button a:hover {
    color: #fff;
    background: #bc3d2b;
}
a.button2:hover, .button2 a:hover {
    color: #fff;
    background: #819288;
}
a.button3:hover, .button3 a:hover {
    color: #bc3d2b;
    background: #fff;
}
a.button4:hover, .button4 a:hover {
    color: #819288;
    background: #fff;
}
.button a:not(:only-child), .button2 a:not(:only-child), .button3 a:not(:only-child), .button4 a:not(:only-child) {
    margin: 0 .5rem .5rem 0;
}
a.arrowLink1, a.arrowLink2, .arrowLink1 a, .arrowLink2 a {
    text-decoration: none;
    transition: all ease 0.5s;
}
a.arrowLink1, .arrowLink1 a {
    color: #bc3d2b;
}
a.arrowLink1:after, a.arrowLink2:after, .arrowLink1 a:after, .arrowLink2 a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bc3d2b;
    display: inline-block;
    position: relative;
    margin-left: 8px;
    transition: all ease 0.3s;
}
a.arrowLink2:hover, a.arrowLink2:after, .arrowLink2 a:hover, .arrowLink2 a:after {
    color: #819288;
}
a.arrowLink1:hover:after, a.arrowLink2:hover:after, .arrowLink1 a:hover:after, .arrowLink2 a:hover:after {
    padding-left: 5px;
}
.btn-primary {
    text-decoration: none;
    background-color: #819288 !important;
    border-color: #819288 !important;
}
.btn-primary:active, .btn-primary:hover {
    background-color: #819288 !important;
    border-color: #819288 !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #819288 !important;
    border-color: #819288 !important;
}
.btn-primary:focus {
    box-shadow: none !important;
}
.dropdown-item {
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
    color: #666;
    background-color: #EEE;
}
div {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
/* Cards */
.card {
    flex-grow: 1;
    transition: background ease-in-out 0.3s;
}
.card h3 {
    font-size: 24px;
    color: #b63100;
}
.card:hover {
    background: #efefef;
}
.card-img {
    position: relative;
    overflow: hidden;
    background: #000;
}
.card-img img {
    transition: all ease-in-out 0.3s;
}
.side-card .card-img {
    height:  100%;
}
.side-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card:hover .card-img img {
    opacity: 0.7;
    transform: scale(1.1);
}
.card:hover a.button3 {
    color: #bc3d2b;
    background: #fff;
}
a.absolute-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 998;
}
.fade:not(.show) {
    opacity: 1;
}
ul.taxonomy {
    font-size: .9rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #6c757d;
    list-style: none;
    padding: 0;
}
ul.taxonomy li {
    display: inline-block;
}
ul.taxonomy li:after {
    content: ',';
    left: -1px;
    position: relative;
}
ul.taxonomy li:last-of-type:after {
    content: '';
}

/* MVC Forms */

.sf-fieldWrp {
    margin-bottom: 1rem;
}
.sf-fieldWrp p {
    margin-bottom: 0;
}
.sf-fieldWrp label {
    display: block;
    margin: 0;
}
input[type="email"], input[type="text"], textarea {
    width: 100%;
    display: block;
    border: 1px solid #CCC;
}
.sf-fieldWrp input[type="text"]:focus, .sf-fieldWrp textarea:focus, .sf-fieldWrp input[type="email"]:focus{
    outline: none;
    background: #EEE;
    border: 2px solid #819288;
}
.sf-fieldWrp select {
    padding: .5rem;
}
div[data-sf-role="field-captcha-container"], div[data-sf-role="single-file-input"] {
    padding: 1rem;
    border: 1px solid #CCC;
    margin-bottom: 1.5rem;
}
div[data-sf-role="field-captcha-container"] input[type="text"] {
    width: auto;
}
.sf-fieldWrp button {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #FFF;
    background-color: #bc3d2b;
    padding: 5px 15px;
    border: 2px solid #bc3d2b;
    transition: all ease 0.5s;
}
.sf-fieldWrp button[data-sf-role="captcha-audio-btn"] {
    color: #bc3d2b;
    background-color: transparent;
    padding: -0.75rem;
}
p[data-sf-role="error-message"], p[data-sf-role="required-violation-message"] {
    font-size: .9rem;
    color: red;
}
span[data-sf-role="success-message"] {
    display: block;
    font-size: 1.25rem;
    color: #FFF;
    background: #819288;
    padding: 1rem;
}

/* Image Gallery */
.sf-Gallery-thumbs img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.sf-Gallery-thumbs a.image-link:after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 33%)
}
.sf-Gallery-thumbs a.image-link {
    display: block;
    position: relative;
}
.sf-Gallery-thumbs a.image-link:after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    opacity: 0;
    background: rgb(0 0 0 / 33%);
    transition: opacity .3s;
}
.sf-Gallery-thumbs a.image-link:hover:after {
     opacity: 1;   
}
.page-item.active .page-link {
    background-color: #bc3d2b;
    border-color: #bc3d2b;
}
a.page-link {
    color: #bc3d2b;
}
a.page-link:hover {
    color: #bc3d2b;
}
#headwrap {
    border-bottom: 1px solid #ccc;
    background: #fff;
}
#nav {
    display: none;
}
.sfPageWrapper #nav {
    display: block;
}
#navwrap, #navwrap_l2 {
    background: #fff;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 999;
}
#backNav {
    display: inline-block;
    vertical-align: text-top;
    float: right;
}
#rwdWrap {
    display: none;
    position: absolute;
    top: 173px;
    left: 18px;
    right: 18px;
    z-index: 9999;
    border: 1px solid #d6d6d6;
    box-shadow: 3px 5px 10px 0 #666;
    -moz-box-shadow: 3px 5px 10px 0 #666;
}
#showwrap {
    background: #fff;
}
#showwrap #show {
    height: 350px;
    background: #819288;
}
#showwrap #show #outslider {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
#showwrap #cp-show {
    height: 250px;
    padding-bottom: 10px;
    clear: both;
}
#cp-showlft {
    height: 250px;
    width: 720px;
}
#cp-showrt {
    float: right;
    width: 250px;
    height: 250px;
    background: #c0a38c;
    color: #fff;
    font-size: 13px;
}
#cp-navlft {
    width: 720px;
}
#cp-navrt {
    float: right;
    width: 250px;
    text-align: right;
}
#cp-showrt h4 {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 12px;
}
#hcwrap {
    background: #fff;
}
#l2cwrap {
    background: #fff;
}
#head {
    text-align: right;
    min-height: 121px;
}
#l2content, #foottop, #footbottom, #head, #nav, #contenttop, #contentbottom {
    max-width: 1180px;
    margin: 0 auto;
}
#dhwrap {
    background: #fff;
    border-top: 1px solid #ccc;
}
#dhwrapliner {
    padding: 30px 0;
    max-width: 800px;
    margin: 0 auto;
}
#homecontent .sf_colsIn {
    /*background: #EEE;*/
    padding: 20px;
}
#homecontent .sf_3cols_1in_33 {
    margin-right: 4% !important;
}
#homecontent .sf_3cols_2in_34 {
    margin: 0 2% !important;
}
#homecontent .sf_3cols_3in_33 {
    margin-left: 4%;
}

/*#contenttop .sf_colsIn {
	min-height: 710px;
}
#contentbottom .sf_colsIn {
	min-height: 450px;
}*/

#contenttop a {
    text-decoration: none;
}
#contenttop strong a, #contenttop a strong {
    color: #5b6a62;
    text-decoration: none !important;
}
.boxSocial {
    text-align: center;
    background: #fff;
}
.boxSocial img {
    max-width: none;
    width: auto;
}
#homecontent .cpShow .sf_colsIn {
    padding: 0;
    background: #fff;
    margin: 0 auto;
}
#homecontent .cpGreen .sf_colsIn {
    color: #fff;
    background: #c0a38c;
    max-height: 230px;
}
#homecontent .cpSocial .sf_colsIn {
    background: #fff;
    text-align: center;
}
.cpBot {
    margin-top: 20px !important;
}
a.sahLogo {
    float: left;
    display: inline-block;
    width: 150px;
    height: 109px;
    background-repeat: no-repeat;
    background-image: url(images/SAH_logo_2019.png);
}
a.cpLogo {
    float: left;
    display: inline-block;
    width: 557px;
    height: 117px;
    background: url(images/cpLogo.jpg) no-repeat 0 35px;
}
.headerRight {
    display: inline-block;
    min-width: 320px;
    min-height: 125px;
    padding-left: 25px;
    border-left: 1px solid #ccc;
}
#nav {
    min-height: 47px;
}
#homecontent, #l2content {
    background: #fff;
    font-size: 16px;
    clear: both;
}
#cpGalwrap {
    background: #eee;
    padding-top: 18px;
    padding-bottom: 18px;
}
#contenttop {
    padding-top: 20px;
}
#contenttop .sf_3cols_2_34 {
    box-sizing: border-box;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#l2contenttop {
    padding-top: 14px;
    padding-bottom: 20px;
}
#conLeftTop {
    width: 650px;
    background: #eee;
    margin-bottom: 20px;
}
.loginError {
    display: none;
}
#lftLiner {
    /*	min-height: 600px;*/
}
#l2content #l2conLeftTop {
    margin-right: -250px;
    width: 100%;
    float: left;
}
.l2conInner {
    margin: 0 270px 20px 0;
    clear: both;
}
.cph-wrap .l2conInner {
    margin: 0 0 20px 0;
    clear: both;
}
.cPad_split {
    background: url(images/splittertile.jpg) repeat-y center;
    padding: 20px;
}
.cPad {
    padding: 20px;
}
.cPadGray {
    padding: 20px;
    /* border-right: 1px solid #ccc; */
}
.cPGray {
    background: #eee;
}
.cPGray #lftLiner {
    min-height: 320px;
}
#conRtTop {
    float: right;
    width: 310px;
}
#l2content #l2conRtTop {
    float: right;
    width: 250px;
}
.contbtmwrap {
    background-color: #eeeeee;
}
#contentbottom {
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
}
#conLeftBtm {
    width: 650px;
    background: #eee;
}
#conRtBtm {
    float: right;
    width: 310px;
    background: #eee;
    text-align: center;
    padding-bottom: 30px;
}
#conRtBtm p {
    font-size: 16px;
    margin: 0px;
    padding: 10px 0px 0px;
    line-height: 20px;
}
.thnx {
    color: #b63100;
}
#footwrap {
    background: #fff;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    clear: both;
}
#foottop ul {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#foottop li {
    padding-top: 4px;
    padding-bottom: 4px;
}
#foottop li a {
    color: #333;
    text-decoration: none;
}
#foottop li a:hover {
    color: #000;
    text-decoration: underline;
}
h1 {
    color: #b63100;
    margin: 0 0 15px 0;
    padding: 0px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
}
h1.sfpostTitle a {
    color: #b63100;
    text-decoration: none;
}
h1.sfpostTitle a:hover {
    text-decoration: underline;
}
h1.sfeventTitle {
    color: #b63100;
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
}

/*h1.sfpostTitle{
	color: #414c46;
	margin: 0px;
	padding: 0px 0px 8px;
	font-size: 20px;
	line-height: 32px;
}*/

h2 {
    color: #b63100;
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    line-height: 32px;
}
h3 {
    font-weight: 300;
    font-size: 20px;
    color: #555;
}
h4 {
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    line-height: 32px;
    font-weight: 300;
    color: #b63100;
}
h5 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    color: #414c46;
    font-weight: 400;
}
#homecontent h4 {
    margin-bottom: 15px;
}
.sfnewsAuthorAndDate {
    padding: 18px 0px 18px 9px;
}
a.morebutton {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    background: #819288;
    text-align: center;
    display: block;
    height: 30px;
    margin-right: 12px;
    margin-left: 12px;
}
a.cpBtn {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    background: #c0a38c;
    text-align: center;
    display: block;
    height: 30px;
    margin-right: 12px;
    margin-left: 12px;
}
.sfnewsList, .sfpostsList, .sfeventsList {
    margin: 0px;
    padding: 0px 0px 8px;
    list-style-type: none;
}
.sfnewsListItem, .sfpostListItem {
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.sfnewsList h2, #homecontent h2.sfpostTitle, h2.sfeventTitle {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    line-height: 21px;
    /*font-weight: bold;*/
}
.sfpostAuthorAndDate div {
    display: inline;
}
.sfnewsList h2 a, h2.sfpostTitle a {
    color: #5b6a62;
    /*text-decoration: none;*/
}
.sfnewsList .sfnewsMetaInfo, .sfeventMetaInfo {
    font-size: 12px;
    color: #333;
}
.sfpostsList .sfpostAuthorAndDate, .sfpostsList .sfpostDate {
    font-size: 12px;
    color: #333;
    padding-top: 6px;
    padding-bottom: 6px;
}
.sfpostsList a.sfpostFullStory {
    color: #000;
    text-decoration: underline;
}
.allEvents h2.sfeventTitle a {
    color: #b63100 !important;
    margin: 0px;
    padding: 0px;
    font: 400 22px/40px "Lato", san-serif;
}
.allEvents .sfeventContent {
    margin-bottom: 15px;
    border-bottom: 1px dotted #666;
}
/* CALENDAR */
a.sf-event-link {
    color: #FFF;
}
.k-button-group .k-button.k-state-active, .k-button-group .k-button.k-state-selected, .k-button-group .k-button:active, .k-button-group>input[type=radio]:checked+.k-button, .k-button-group>input[type=checkbox]:checked+.k-button {
    background-color: #b63100 !important;
    border-color: #b63100 !important;
}
.homeeventsrow2 a {
    color: #5b6a62;
}
#footbottomwrap {
    border-top: 1px solid #ccc;
    background-color: #fff;
}
#footbottom {
    color: #5b6a62;
    font-size: 12px;
}
#footbottom a {
    color: #5b6a62;
    text-decoration: underline;
}
.footBotLeft {
    padding-left: 150px;
    min-height: 109px;
    background-repeat: no-repeat;
    background-image: url(images/SAH_logo_2019.png);
}
.summarywrap {
    padding-top: 5px;
    padding-bottom: 5px;
}
.fswrap {
    text-align: right;
}
#contenttop a.sfnewsFullStory {
    font-size: 12px;
    /*color: #756631;*/
    text-decoration: underline;
}
.l2imgWrap {
    text-align: center;
}
.l2imgWrap img {
    margin-bottom: 15px;
}
.l2-dropdown .nav-select {
    color: #fff;
    background: #819288;
    margin-bottom: 1.5rem;
}
.l2-dropdown .nav-select option {
    color: #666;
    background: #eee;
}
.l2-dropdown .nav-select option:hover {
    background-color: #cccccc;
}

/*
.l2-dropdown {
	position: relative;
}

.l2-dropdown select {
	display: none; 

.select-selected {
	color: #FFF;
	background-color: #819288;
}

.select-selected:after {
	position: absolute;
	content: "";
	top: 54%;
	transform: translateY(-50%);
	right: 30px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 46%;
	transform: translateY(-50%);
}

.select-items div,.select-selected {
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

.select-items {
	position: absolute;
	background-color: #EEE;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
}

.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
*/

.l2titleWrap h2 {
    margin-bottom: 15px;
}
.clinx {
    margin-top: 15px;
}
a.rwdBtn {
    display: none;
    color: #414c46;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 50px;
    line-height: 47px;
    background: url("images/bg-rwdBtn.jpg") no-repeat;
}
a.rwdBtnOn {
    background-position: left bottom;
}

/*Dropdown stuff below */

#nav ul.rmRootGroup, div.rmRootGroup {
    background: none !important;
    border: none !important;
}
#nav .RadMenu_Default a.rmLink {
    font: normal 12px/19px "Open Sans", sans-serif !important;
    background: none !important;
    padding: 0 !important;
}
#nav a.rmRootLink .rmText {
    color: #000 !important;
    margin: 0px !important;
    padding: 0 25px 5px 0 !important;
    height: 47px !important;
    line-height: 47px !important;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
a.backlink {
    color: #000 !important;
    margin: 0px !important;
    padding: 0px 16px 5px !important;
    height: 47px !important;
    line-height: 47px !important;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
}
a.backlink .mag {
    color: #b63100 !important;
}
a.rmExpanded:hover {
    color: #b63100;
}
#nav .RadMenu_Default .rmGroup {
    border: 1px solid #ccc !important;
    background: #fff !important;
}
#nav .RadMenu_Default .rmGroup .rmItem a.rmLink:hover, #nav .RadMenu_Default .rmGroup a.rmLink:hover .rmText {
    background: none !important;
    color: #b63100 !important;
}
#nav .RadMenu_Default .rmGroup a.rmFocused .rmText, #nav .RadMenu_Default .rmGroup a.rmSelected .rmText, #nav a.rmExpanded {
    font-weight: bold;
    background: none;
}
#nav .rmSlide {
    top: 47px !important;
}
#nav .rmSlide .rmSlide {
    border-top: none !important;
    top: -3px !important;
    margin-left: 15px;
}
#nav .rmSlide .rmText {
    line-height: 30px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    color: #000;
}
#nav .rmSlide .rmItem {
    margin-right: 15px;
    margin-left: 15px;
}
#nav .rmSlide .rmLast {
    border: none !important;
}
#nav .RadTabStripVertical {
    margin-left: 12px !important;
}
#nav .rtsLink {
    line-height: 30px !important;
    text-decoration: underline !important;
    text-align: left !important;
    color: #333;
}
.RadTabStripLeft_Sitefinity .rtsSelected, .RadTabStripLeft_Sitefinity .rtsSelected .rtsOut, .RadTabStripLeft_Sitefinity .rtsSelected .rtsIn, .RadTabStripRight_Sitefinity .rtsSelected, .RadTabStripRight_Sitefinity .rtsSelected .rtsOut, .RadTabStripRight_Sitefinity .rtsSelected .rtsIn, .rmText .rmExpandRight {
    background-image: none !important;
}
#nav .RadMenu_Default .rmRootGroup .rmExpandRight {
    background: url(images/tinyarrow.gif) no-repeat right center !important;
    padding-right: 12px;
}
#nav .RadTabStrip_Sitefinity .rtsSelected {
    color: #000 !important;
}

/* NEW MAIN NAV */

#nav .k-menu .k-item>.k-link {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    padding: 0 25px 0 0;
    line-height: 47px;
}
#nav .k-menu .k-item {
    border: none;
}
#nav .k-icon {
    display: none;
}
#nav a.sfSel {
    font-weight: normal;
}
#nav .k-menu .k-group .k-item .k-link {
    text-transform: none;
    font-size: 12px;
    line-height: 30px;
    padding: 0 30px;
}
#nav .k-group .k-icon {
    display: block;
}

/* right nav */

.rsmList.rsmLevel.rsmTwoLevels {
    display: none;
}
#subnavwrap {
    font-family: "Roboto", sans-serif;
    border: none;
    margin-bottom: 20px;
}
#subnavlinx {
    padding: 0;
}
#subnavheader {
    text-transform: uppercase;
    background: none;
    color: #819288;
    font-weight: 900;
    padding: 0;
    margin-bottom: 1rem;
}
.sfNavVerticalWrp a {
    text-decoration: none;
    color: #819288;
    display: block;
    padding: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-left: 5px solid #819288;
    transition: all ease-in-out 0.3s;
}
.sfNavVerticalWrp a:hover {
    color: #fff;
    border-left: 5px solid #adc4b7;
    background: #819288;
}

/* #subnavwrap {
  border: 1px solid #819288;
  margin-bottom: 20px;
} */


/* #subnavheader {
  background-color: #819288;
  font-size: 16px;
  color: #fff;
  padding: 8px;
} */

.rsmList {
    margin-left: 12px !important;
    margin-bottom: 12px !important;
}
.rsmList .rsmItem .rsmLink {
    font-size: 12px !important;
    background: url(images/subnav_L1_arrow.gif) no-repeat left 6px;
    padding-left: 18px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000 !important;
    text-decoration: underline !important;
}
.RadSiteMap_Default .rsmTwoLevels .rsmLink {
    border: none !important;
}
.rsmList .rsmItem .rsmItem .rsmLink {
    font-size: 12px !important;
    background: url(images/subnav_L2_dash.gif) no-repeat left 3px;
    padding-left: 18px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sfWorkflowMenuWrp .rsmLink {
    margin: auto;
    height: auto;
}
.sfpdf {
    line-height: 25px;
    background: center;
}
.sf_pagerNumeric a {
    padding-right: 12px;
}
a.sfpostCommentsCount {
    padding-bottom: 18px;
    display: block;
}
.RadSocialShare {
    margin-top: 9px;
}
.mainEvent h2.sfeventTitle {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    line-height: 22px;
    font-weight: bold;
}
.mainEvent .sfeventListItem {
    padding-bottom: 30px;
}
.customDate {
    color: #333;
    padding: 6px 0;
}
.customDate div {
    display: inline;
}
.homeevents15 {
    text-align: right;
    font-size: 12px;
    padding: 14px 0;
}
.theme-default .nivo-caption {
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
}
.nivo-caption a {
    font-size: 24px;
    display: block;
    line-height: 1;
    text-decoration: none;
    border: none !important;
}
.nivo-caption a:hover {
    color: #ccc !important;
}

/* clear hack */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/**********************
Search Styles
**********************/

.sfsearchBox {
    border: #a3a3a3 1px solid !important;
    color: #525252 !important;
    padding: 0 0 0 5px !important;
    margin: 10px 0 0 0 !important;
    clear: both;
}
input.sfsearchTxt {
    float: left !important;
    border: none !important;
    width: 84% !important;
    text-transform: uppercase;
    line-height: 22px !important;
    color: #525252 !important;
    font-size: 12px !important;
    margin: 0 !important;
    height: auto !important;
}
input.sfsearchSubmit {
    float: left;
    font-size: 0px;
    width: 39px;
    height: 22px;
    padding: 0;
    border: none;
    cursor: pointer;
    background: url(/Resources/btn-search.png);
}
.sfsearchResultTitle a {
    color: #b63100;
    display: block;
    margin: 15px 0 0 0;
    font-size: 16px;
}
.sfsearchResultUrl {
    margin: 5px 0;
    width: 100%;
}
.sfsearchResultUrl a {
    color: #b63100;
}
.sf_pagerNumeric {
    margin: 20px 0;
}
.sf_pagerNumeric a {
    color: #015697;
    margin: 0 5px;
    font-size: 16px;
    text-decoration: none;
}
a.sf_PagerCurrent {
    color: #b63100;
    font-weight: bold;
}

/*********** blog comments ***********************/

.sfcommentsWrp {
    margin: 10px 0;
}
.sfcommentsFormWrp a, .sfcommentsWrp a {
    color: #b63100;
    cursor: pointer;
}
.sfcommentsFormWrp a:hover, .sfcommentsWrp a:hover {
    text-decoration: underline;
}
.sfcommentsOrderFilterWrp, .sfLeaveCommentLnk, .sfRestfulCaptchaRefresh {
    color: #b63100;
    cursor: pointer;
}
.sfRestfulCaptchaRefresh {
    display: block;
    margin: 10px 0;
}
ol.sfkendoList {
    display: none;
}
.sfcommentsList {
    padding: 0;
    list-style: none;
}
.sfcommentText {
    margin: 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #ddd;
}
.sfcommentAuthor {
    color: #b63100;
    font-weight: bold;
}
.sfcommentAuthorAvatar {
    display: none;
}
.sfcommentsForm {
    border: none;
}
ol.sfcommentsFieldsList, li.sfcommentsField {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sfcommentsSubmitBtnWrp input[type="submit"] {
    cursor: pointer;
    font: 400 "Lato", san-serif;
    color: #fff;
    margin: 15px 0 0 0;
    padding: 10px;
    border: none;
    background: #b63100;
}
.homeBlog {
    max-height: 420px;
    overflow: hidden;
    position: relative;
}
.homeBlogOverlay {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient( top, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 1) 95%, rgba(238, 238, 238, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 0)), color-stop(95%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient( top, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 1) 95%, rgba(238, 238, 238, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient( top, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 1) 95%, rgba(238, 238, 238, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient( top, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 1) 95%, rgba(238, 238, 238, 1) 100%);
    /* IE10+ */
    background: linear-gradient( to bottom, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 1) 95%, rgba(238, 238, 238, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#eeeeee', GradientType=0);
    /* IE6-9 */
}

/*********** opportunities control ***********************/

div.sfeventContent {
    padding-top: 11px;
    padding-bottom: 11px;
}
a.deetsBar:link, a.deetsBar:visited, a.deetsBar:active {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    background: #ccc;
    padding: 5px;
    margin-top: 8px;
    display: block;
    margin-bottom: 16px;
    font-weight: bold;
}
a.deetsBar:hover {
    background: #819288;
}

/*************************** opp form *****************************/

#oppFormWrap {
    padding: 8px;
    width: 600px;
}
#oppFormWrap input, #oppFormWrap select, #oppFormWrap textarea {
    font-size: 13px;
    line-height: 18px;
    margin: 6px 0;
    padding: 4px;
    border: 1px solid #999;
}
#oppFormWrap label {
    font-size: 13px;
    float: left;
    width: 130px;
    clear: left;
    text-align: right;
    padding-right: 15px;
    line-height: 18px;
}
#oppFormWrap input.oppBoxImp, textarea.oppBoxImp {
    width: 360px;
}
#oppFormWrap .subArea {
    color: #414c46;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    font-weight: bold;
    font-variant: normal;
    margin: 6px;
    padding-top: 18px;
    border-top: 1px solid #666;
}
.videoWrap {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.homercJoin {
    text-indent: -9999px;
    background-image: url(images/homesprite-join.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
    width: 340px;
    height: 40px;
}
a.homercJoin:hover {
    background-position: 0px -40px;
}
a.homercDonate {
    text-indent: -9999px;
    background-image: url(images/homesprite-donate.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
    width: 340px;
    height: 40px;
}
a.homercDonate:hover {
    background-position: 0px -40px;
}
a.homercSubscribe {
    text-indent: -9999px;
    background-image: url(images/homesprite-subscribe.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
    width: 340px;
    height: 40px;
}
a.homercSubscribe:hover {
    background-position: 0px -40px;
}
a.homercVisit {
    text-indent: -9999px;
    background-image: url(images/homesprite-visit.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
    width: 340px;
    height: 40px;
}
a.homercVisit:hover {
    background-position: 0px -40px;
}

/*****************************
RESPONSIVE HOME
*****************************/

#header-mobile, #content-mobile, #footer-mobile {
    display: none;
}
.translate {
    text-align: right;
    padding: 0 0 10px;
    /*    margin-top: -10px;*/
}
.translate br {
    display: none;
}

/* TOP MESSAGE */

.container {
    max-width: 1140px;
    margin: 0 auto;
}
.message {
    font-size: 14px;
    color: #819288;
    padding: 5px;
    text-align: center;
}
.message a {
    color: #819288;
}
/* EXPANDABLE LIST */
accordion .card {
    box-shadow: none;
    margin: 0;
}
.accordion .card-header {
    position: relative;
    padding: 0;
    margin: 0;
}
.accordion .btn {
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 1.25rem;
    white-space: normal;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    padding: 1rem;
    padding-right: 3rem;
    background: #394B41;
    border-radius: 0;
}
.accordion .btn.collapsed {
    background: #819288;
    color: #FFF;
}
.accordion .btn:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.accordion .btn.collapsed:after {
    content: '\f054';
    color: #FFF;
}
.accordion .card:hover {
    background: initial;
}
