﻿/* *********************************** */

/* HMG - CSS Complied by Sri */
/*
colors: - 
black #272425
grey: #999999
dar red: #882534
text: #000 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
address,
fieldset,
figure {
	margin-bottom: 10px;
}
html {
  box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */  
}
*, *:before, *:after {
  box-sizing: inherit;
	-moz-box-sizing: inherit; /*Firefox 1-3*/
	-webkit-box-sizing: inherit; /* Safari */  
  
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

p.timeline-Tweet-text {
    color: red !important;
}
.active .hide{
    display: none !important;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.crm-button-type-upload {
	display: inline-block;
	height: 34px;
	padding: 0 30px !important;
	text-align: center;
	background-color: #E5E5E5;
	border: 1px solid #111;
	cursor: pointer;
	box-sizing: border-box;
}
input[type="file"] {
	border-bottom: 1px solid #bbb;
	cursor: pointer;
	margin-bottom: 10px;
}
button.small {
	height: auto;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  border-color: #888;
  outline: 0;
	background-color: #882534;
}
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background-color: #33C3F0;
  border-color: #33C3F0; }
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	height: 38px;
	width: 100%;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	margin-bottom: 5px; 
	background-color: #fff;
	border: 1px solid #D1D1D1;
	box-sizing: border-box;
 }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0;
}
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  width: 22px;
  height: 22px;
  vertical-align: inherit;
  margin: 5px;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol, ul {
  padding-left: 24px;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.0rem 0 1.0rem 3rem;

 }
  sup {
	position: relative;
	bottom: -0.3em;
  }
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	width: 100%;
	border-bottom: inset 1px #e1e1e1;
}
th {
	background-color: #b7b7b7;
}
th,
td {
	padding: 3px 6px;
	text-align: left;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;  
	border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
	padding-left: 0;
	border-left: none;
	border-right: none;
}
th:nth-child(2),
td:nth-child(2){
	padding-left: 0;
	border-right: none;
}
th:last-child,
td:last-child {
	padding-right: 0; 
	border-left: none;
	border-right: none;
}
table.center-text td {
	text-align: center;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 0;
  border-top: 1px solid #882534;
 }
 p.readmore {
  padding-bottom: 2rem;
  border-width: 0;
  border-bottom: 1px solid #882534;
 }
.dark-red-bg hr {
  border-top: 1px solid #FFF;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
	border: 0 none;	
}

/*
 * Remove default fieldset styles.
 */

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
iframe {
	width: 99.8%;
	border: 1px solid #333;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
button:disabled, input:disabled, select:disabled, textarea:disabled {
    cursor:not-allowed !important;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	background-color: #FFF;
}
a:hover {
   		-moz-transition: background .25s linear;
	   -webkit-transition: background .25s linear;
	transition: background .25s linear;
}
header {
	height: 120px;
}
.top-buttons {
	float: right;
	padding: 0 12px;
	line-height: 28px;
}
.top-buttons:hover {
	background-color: #b7b7b7;
}
.social-media {
	width: auto;
	height: 28px;
}
.social-media a {
	display: inline-table;
	content:"";
	width: 20px;
	height: 20px;
	margin: 4px 2px;
	border-radius: 50%;
	background-color: #FFF;
}
.social-media a:nth-child(1) {
	background: url(../images/icons/social-media-trans-ver.png) no-repeat center;	
	background-position: -24px 0;
}
.social-media a:nth-child(2) {
	background: url(../images/icons/social-media-trans-ver.png) no-repeat center;	
	background-position: -50px 0;
}
.social-media a:nth-child(3) {
	background: url(../images/icons/social-media-trans-ver.png) no-repeat center;	
	background-position: 1px 0;
}

.social-media a:nth-child(1):hover {
	background-color: #272425;
}
.social-media a:nth-child(2):hover {
	background-color: #272425;
}
.social-media a:nth-child(3):hover {
	background-color: #272425;
}
.container {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1030px;
  	box-sizing: border-box;	
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
}
h1 {
	position: absolute;
	text-indent: -9999px;
	white-space: nowrap;	
	overflow: hidden;
}
#conf-home h2.header {
	margin: 0;
	border-bottom: 4px solid #882534;
}
#conf-home h3 {
	margin: 20px 0;
}
#search-box {
	display: none;
	height: auto;
	border: 1px solid #e5e5e5;
}
#search-box input {
	height: 24px;
	width: 148px;
	margin: 3px;
	border: none;	
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: url(../images/icons/grey-arrow.png) no-repeat right;
	
}
#search-box label {
	display: none;
}
#logo {
	position: absolute;
	left: 8px;
	top: 6px;
}
#content {
}
#mobile-menu {
	display: none;
	cursor: pointer;
}
#mobile-menu div {
    width: 36px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
}
/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}
#main-navigation {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: auto;
}
#main-navigation ul {
	float: right;
}
#main-navigation ul,
#breadcrumb ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;	
}
#main-navigation ul li,
#breadcrumb ul li {
	float: left;
	list-style: none;
}
#main-navigation>ul>li>ul.nav-child {
	position: relative;
	min-width: 168px;
	width: auto;
	max-width: 100%;
	height: auto;
	padding: 0;
	margin-left: -24px;
	background-color: #f2f2f2;
	box-shadow: 3px 3px 5px rgba(0,0,0,.3);
}
#main-navigation>ul>li {
	width: auto;
	height: 32px;
	padding: 0 25px;
}
#main-navigation.conference>ul>li {
	padding: 0 15px;
}
#main-navigation>ul>li {
	border-bottom: 4px solid #882534;
}
#main-navigation>ul>li:hover,
#main-navigation>ul>li.active {
	background-color: #882534;
}
#main-navigation>ul>li>ul {
}
#main-navigation>ul>li:nth-child(1)>ul,
#main-navigation>ul>li:nth-child(2)>ul,
#main-navigation>ul>li:nth-child(3)>ul {
	/* left: 0; */
}
#main-navigation>ul>li:nth-child(4)>ul,
#main-navigation>ul>li:nth-child(5)>ul,
#main-navigation>ul>li:nth-child(6)>ul {
/*	right: 0; */
}
#main-navigation li a {
	display: block;
}
#main-navigation ul li ul li a,
#main-navigation ul li ul li .nav-header  {
	padding: 6px 24px;
}
#main-navigation ul ul {
	display: none;
	position: absolute;
	width: 136%;

	z-index: 100;
}
#main-navigation>ul>li:hover {
	background-color: #882534;
}
#main-navigation>ul>li:hover>ul {
	position: absolute;

	display: block;
	top: 32px;
}
#main-navigation>ul>li>ul>li>ul.nav-child {
	margin-top: -42px;
}
#main-navigation ul ul li {
}
#main-navigation.conference>ul>li>ul>li {
	border-right: none;
	margin: 0;
}
#main-navigation>ul>li>ul>li:first-child {
	border-right: none;
}
#main-navigation>ul>li>ul>li>ul {
	display: none !important;
}
#main-navigation>ul>li>ul>li:hover ul {
	display: block !important;
}
#main-navigation>ul>li>ul>li>ul,
#main-navigation.conference>ul>li>ul {
	display: none;
	width: 100%;
	max-width: 470px;
	margin-left: 100%;

	background-color: #882534;
}
#main-navigation.conference>ul>li:hover>ul {
	display: block;
}
#main-navigation ul li ul li,
#main-navigation.conference>ul>li>ul>li {
	width: 100%;
	clear: both;
	text-align: left;
}
#main-navigation > ul > li > ul > li:hover {
	background-color: #882534;
}
#main-navigation>ul>li>ul>li>ul>li:hover,
#main-navigation.conference>ul>li>ul>li:hover {
	background-color: #808080;
}
#main-navigation>ul>li>ul>li>ul>li a,
#main-navigation.conference>ul>li>ul>li a {
	line-height: 30px;
	text-align: left;
}
#main-navigation>ul>li>ul>li>ul>li>ul>li {
	display: none;
}
#menu-bg {
	position: absolute;
	width: 100%;
	height: 40px;
	z-index: 10;
	top: 0;
	left: 0;
}
#banner,
#conference-banner {
	position: relative;
	overflow: hidden;
	text-align: center;
}
#conference-banner.inner img {
	width: 100%;
	max-width: 1030px;
	height: auto;
}
#banner img {
	width: 100%;
	height: auto;
}
#banner.home {
	height: auto;
	margin-bottom: 18px;
}
#banner.inner {
	height: auto;
	min-height: 164px;
	max-height: 420px;
	padding-top: 0;
}
#banner-text {
	position: absolute;
	left: 20px;
	bottom: 48px;
	width: 448px;
	height: 226px;
	padding: 18px 18px 36px;
	
	text-align: left;
	opacity: 0.9;
}
#banner-text.double {
	padding: 130px 15px 15px;
}
#banner-text.large {
	width: 425px;
}
#banner-text h2.double {
	height: 112px;
}
#banner-text.large:before {
	width: 370px;
}
#banner-text h2 {
	margin-bottom: 18px;
}
#banner-text.large h2 {
	width: 350px;
}
#banner-text .more {
	position: absolute;
	right: 42px;
	bottom: 18px;
}
#banner-text .more:after {
	content:"";
	position: absolute;
	margin-top: 6px;
	width: 9px;
	height: 19px;
	margin-left: 12px;
	background:url(../images/icons/white-arrow.png) no-repeat center;
}
#banner-schol-button {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
#conference-banner div.custom {
/*	padding: 50px 0 25px; 
	background: url(/images/home-banners/2023-symposia-banner.jpg); 
	background-position:center;   */
}
#conference-banner .conf-message {
	position: relative;
	width: 85%;
	margin: auto;
	text-align: center;
}
#conference-banner .conf-message img {
	max-width: 100%;
	height: auto;
}
#conference-banner h1 {
	position: relative;	
	text-align: center;
	text-indent: inherit;
	white-space: nowrap;	
	overflow: hidden;
	height: 108px;
		
	margin: 0;
	background-color: rgba(136,37,52,0.85);
}
#conference-banner h2 {
	margin-left: 62px;
	padding-left: 26px;
	width: 76%;
	height: 62px;
	text-align: left;
	background-color: rgba(136,37,52,0.85);	
}
#conference-banner h2::before {
	position: absolute;
	content: "";
	left: 0;

	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-top-width: 0px;
	border-bottom-width: 62px;
	border-right: 62px solid #882534;
}
#home-conf-res {
	position: relative;
}
#home-conf-res .c6 > div {
	height: 300px;
}
#home-conf-res .c6 .hover {
	margin-top: -300px;
}
#home-conf-res .c6.first {
	padding-right: 15px;
}
#home-conf-res .c6.last {
	padding-left: 15px;
}
#home-conf-res h3 {
	position: absolute;
	top: 0;
	height: 40px;
	padding: 0 38px 0 20px;
}
#home-conf-res h3:after {
	content:"";
	position: absolute;
	width: 9px;
	height: 40px;
	margin-left: 12px;
	background:url(../images/icons/white-arrow.png) no-repeat center;
}
#home-conf-res .common-button {
	position: absolute;
	width: 132px;
	left: 0;
	right: 0;
}
#boxes .row .c4 > div > div,
#advert .row .c4:nth-child(1) > div > div,
#advert .row .c4:nth-child(2) > div > div {
	height: 412px;
	padding-bottom: 50px;
}
#advert .row .c4:nth-child(3) > div:nth-child(2) > div {
	padding-bottom: 50px;
}
#advert .row .c4:nth-child(3) > div > div {
	height: 196px;
}
#advert .row .c4:nth-child(3) > div:nth-child(1) > div {
	margin-bottom: 18px;
}
#advert .row .c4:nth-child(3) img {
	max-width: 100%;
	height: auto;
	max-height: 196px;
}
#advert .row .c4:nth-child(2) img {
	width: 100%;
	height: auto;
	max-height: 412px;
}
#advert .row .c4:nth-child(2) p,
#advert .row .c4:nth-child(3) p {
	margin: 0;
}
#boxes .row .c4 .custom .common-button,
#advert .row .c4 .custom .common-button {
	position: absolute;
	width: 172px;
}
#boxes .row .c4:nth-child(1) .custom .common-button,
#advert .row .c4:nth-child(1) .custom .common-button {
	left: 0;
	right: 15px;
	bottom: 18px;

}
#boxes .row .c4:nth-child(3) .custom .common-button,
#advert .row .c4:nth-child(3) .custom .common-button {
	left: 15px;
	right: 0;
	bottom: 18px;

}
#advert img {
	display: block;
	margin: auto;
}
#advert #donate-box,
#advert #volunteer-box {
	position: relative;
}
#advert #donate-box p {
	float: left;
}
#advert #donate-box p:nth-child(1) {
	width: 45%;
	padding: 20px 0 20px 20px;
}
#advert #donate-box p:nth-child(2) {
	width: 55%;
	padding: 20px 20px 20px 0;	
}
#boxes .row .c4:nth-child(3) {
	overflow-y: scroll;
}
#boxes .row .c4 .common-button a,
#boxes .row .c4 a.common-button {
	border-bottom: none;
}
#boxes h5:after {
	height: 22px;
}
#home-conf-res img {
	width: 100%;
	height: auto;
}
#news h3,
#dashboard h3 {
	padding: 10px;
}
#news .newsfeed div.c6 {
	height: 102px;
}
#news .newsfeed div.c6:nth-child(odd) {
	padding: 12px 15px 12px 12px;
}
#news .newsfeed div.c6:nth-child(even) {
	padding: 12px 12px 12px 15px;
}
#news .newsfeed div.c12 {
	padding: 12px 15px;
}
#news .rss-title {
	width: 96%;
	height: 64px;
/*	white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
}
#news .rss-title a:after {
	content:"";
	position: absolute;
	width: 6px;
	height: 20px;
	top: 12px;
	right: 15px;
	background:url(../images/icons/blue-arrow.png) no-repeat center;	
} 
#news .date {
	padding-bottom: 9px;
	border-bottom: 1px solid #636363;
}
ul.newsfeed {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
ul.newsfeed li {
	width: 48%;
	margin: 0 1%;
	border-bottom: 1px solid #636363;
}
ul.newsfeed li:nth-child(odd) {
	padding: 15px 15px 12px 12px;
}
ul.newsfeed li:nth-child(even) {
	padding: 15px 12px 12px 15px;
}
ul.newsfeed.inner li {
	width: 100%;
	padding: 12px 15px;
}
.latest-news {
	height: 118px;
}
#boxes .top-border {
	border-top: 12px solid #497C7E;
}
#boxes img {
	display: block;
	margin: auto;
}
#boxes .arrow a:after,
#boxes h4.title:after {
	content:"";
	position: absolute;
	width: 6px;
	height: 25px;
	margin-left: 12px;
	background:url(../images/icons/white-arrow-small.png) no-repeat center;
}
#page-header-container {
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: -50px;
	margin-bottom: 58px;
}
#page-header {
	position: absolute;
	height: 50px;
	width : auto;
	padding-left: 20px;
	padding-right: 20px;
}
#page-header .box {
	position: absolute;
	left: 28px;
	width: 42px;
	height: 50px;
}
#breadcrumb {
	position: absolute;
	height: 35px;
	bottom: -35px;
	left: 10px;
	
	overflow: hidden;
}
#content .c4 img {
	max-width: 100%;
	height: auto;
	margin: 5px 0;
}
#inner-page {
	margin-bottom: 74px;
}

/* end of directory map */	
#inner-page img {
	max-width: 100%;
	height: auto;
}
#inner-page h4 {
	margin: 20px 0 10px;
}
#inner-page h5.panel-title a {
	display: block;
	cursor: pointer;
}
#inner-page .c4 .hover {
	width: 186px;
	height: 248px;
	margin-top: -248px;
}
#inner-page .c6 h4 {
	margin: 0;
}
#leadership img {
	border: 10px solid #E5E5E5;
}
#leadership .c12 {
	display: none;
	border-top: 1px dotted #333;
	border-bottom: 1px solid #333;
	padding: 20px;
}
.panel {
	-webkit-border-radius: 0 0 0.25em 0.25em;
	-moz-border-radius: 0 0 0.25em 0.25em;
	border-radius: 0 0 0.25em 0.25em;
	
	margin: 1px;
	
	text-align: center;
}
.panel-heading {
	display: block;

	text-align: center;
	background-color: #882534;
}
.panel-heading:hover {
	background-color: #999;
}
.panel-body {
	padding: 5px;
	border: 1px solid #333;	
}
.panel-collapse {
	display: none;
}
footer {
	margin-top: 28px; 
}
#footer-navigation {
	margin-top: 30px;
}
.social-footer {
	width: auto;
	height: 21px;
	padding-left: 31px;
	margin-bottom: 10px;
}
.social-footer.fb {
	background: url(../images/icons/social-media-trans-hor.png) no-repeat 0 0;
}
.social-footer.ln {
	background: url(../images/icons/social-media-trans-hor.png) no-repeat 0 -28px;	
}
.social-footer.tw {
	background: url(../images/icons/social-media-trans-hor.png) no-repeat 0 -56px;	
}
h3.header {
	margin: 10px auto;
	padding: 5px;
	width: 100%;
	background-color: rgba(136,37,52, 0.1);
	text-align: center;
}
#side-banner {
	margin-top: 30px;
}
#footer-navigation div.c3:nth-child(1) {
	border-top: 4px solid transparent;
	padding: 0;
}
#footer-navigation div.c3:nth-child(2) {
	border-top: 4px solid #272425;
}
#footer-navigation div.c3:nth-child(3) {
	border-top: 4px solid #272425;
}
#footer-navigation div.c3:nth-child(4) {
	border-top: 4px solid #272425;
}
#footer-navigation ul {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
}
#footer .common-button {
	-webkit-box-shadow: 7px 7px 0px rgba(92,150,196,.5);
	-moz-box-shadow: 7px 7px 0px rgba(92,150,196,.5);
	box-shadow: 7px 7px 0px rgba(92,150,196,.5);
}
#footer-navigation img {
	display: block;
}
#footer-note {
	text-align: right;
	margin-bottom: 30px;
}
#cshema-partners .row div.c6:first-child {
	padding-right: 10px;
}
#cshema-partners .row div.c6:last-child {
	padding-left: 10px;
}
#jExt90 {
	display: none;
}
/* home page sponsor slider styles */
.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}
.simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 86px;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.simply-scroll-list li img {
	border: none;
	display: block;
	margin: auto;
}
.simply-scroll { /* Customisable base class for style override DIV */
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: auto;
}
.simply-scroll .simply-scroll-list li {
	float: left;
/*	width: 256px;
	height: 60px; */
	margin: 0 10px;
}
/* end of home page sponsor slider styles */
/* Board of Trustees Page */
#board-trustees .c3 {
	padding: 0 20px;
}
#board-trustees row:last-child .c3:last-child div {
	height: 266px;
}
#board-trustees h4 {
	margin: 8px 0;
}
#board-trustees h5 {
	margin-top: 8px;
}
#board-trustees p {
	margin-top: 0;
	margin-bottom: 18px;
}
#board-trustees .title {
	position: absolute;
	width: 100%;
	max-width: 210px;
	height: auto;
	bottom: -24px;

	opacity: 0;
}
#board-trustees img {
	background-color: #882534;
	height: 280px;
	object-fit: cover;
}
#board-trustees img:hover {
	opacity: 0.65;
}
#board-trustees .dark-red-bg:hover .title {
	bottom: -3px;
	transition: ease-in 0.3s;	
	opacity: 1;
}
/* End Board of Trustees Page */
/* Pagination Styles */
.items-more {
	display: none;
}
.pagination {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #999999;
}
.pagination ul {
	list-style: none;
	padding: 0;
}
.pagination li {
  float: left;
  margin: 8px 16px;
  border-radius: 5px;
  transition: background-color .3s;  
}
.pagination li:not([class]) span {
  background-color: #882534;
  border-radius: 5px;
  padding: 8px 16px;
  
}
/* End of Pagination Styles */
/* Accordian Styles */
.accordian-tab {
	height: 44px;
	padding: 0 10px 0 50px;
	margin-bottom: 10px;
	background-color: #808080;
	
	cursor: pointer;
}
.accordian-tab:hover {
	background-color: #b7b7b7;
}
#inner-page .accordian-tab a:hover {
	border-bottom: none;
}
.accordian-tab.double {
	height: 64px;
}
.accordian-tab.double a {
	padding: 10px 0;
}
.accordian-tab:before {
	content:"";
	position: absolute;
	left: 0;
	width: 44px;
	height: 44px;
	
	background: #882534 url(../images/icons/white-arrow-large.png) no-repeat center;
}
.accordian-tab.double:before {
	height: 64px;
}
.accordian-tab.swap:before {
	  transition-delay: 1s;
	-webkit-transform: rotate(180deg);
	/* Firefox */
	-moz-transform: rotate(180deg);
	/* IE */
	-ms-transform: rotate(180deg);
	/* Opera */
	-o-transform: rotate(180deg);
	/* Internet Explorer  four values: 0, 1, 2, or 3 which will rotate the element 0, 90, 180 or 270 degrees respectively.*/
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* End of Accordian Styles */
/* plugin over-rides */
.orbit-container .orbit-slides-container > * .orbit-caption {
	background-color: transparent;
	padding: 0;
}
/* member dahsboard styles */
#dashboard:hover h3 {
	background-color: #882534;
}
#dashboard .common-button {
	width: 45%;
}
.dropdown-menu {
	margin: 0;
}
.dash-box {
	height: 215px;
}
.dash-box:hover {
	background-color: #882534;
}
.dash-double-box {
	height: 460px;
	text-align: center;	
}
.dash-double-box img {
	margin: 5px auto 15px;
}
.dash-image {
	height: 163px;
	overflow: hidden;
}
#inner-page .dash-image img {
	width: auto;
	height: 163px;
}
.dash-title {
	position: relative;
	width: 100%;
	height: 52px;
	padding: 0 23px;
}
.dash-title:hover {
	background-color: #999999;
}
.dash-title:after {
	content:"";
	position: absolute;
	width: 9px;
	height: 52px;
	margin-left: 12px;
	background:url(../images/icons/white-arrow.png) no-repeat center;
}
.userdata {
	border: 1px solid #CCC;
}
#inner-page img.user-image {
	height: 270px;
	width: auto;
	border-radius: 90%;
}
.control-group {
	margin: 10px 30px;
}
.dropdown-toggle {
	display: none;
}
.popover {
	width: 200px;
	background-color: #FFC;
	border: 1px dotted #ccc;
	border-radius: 3px;
	padding: 3px;
}
#member-profile fieldset:nth-child(1) .control-group:nth-child(3),
#member-profile fieldset:nth-child(1) .control-group:nth-child(4),
#member-profile fieldset:nth-child(1) .control-group:nth-child(7),
#member-profile fieldset:nth-child(1) .control-group:nth-child(8),
#member-profile fieldset:nth-child(2),
#member-profile fieldset:nth-child(3),
#member-profile fieldset:nth-child(4) {
	display: none;
}
/* Event Calendar Styles */
.text-danger{
    padding: 3px;
}
#inner-page .fc-content {
	background-color: #497C7E;
	padding" 1px;
}
.dp-event-tooltip__actions,
.dp-buttons-bar,
.dp-button.dp-button-edit {
	display: none;
}

/* End of Event Calendar Styles */
/* CSHEMA File Library Styles*/
.collapse .file-wrapper {
	display: none;
}
#document-library .heading {
	cursor: pointer;
}
/* End CSHEMA File Library Styles*/
/* Board Uploads page styles */
/* Civicrm Styles */
/*
h1.title {
	position: relative;
	text-indent: inherit;
	white-space: pre-wrap;
	overflow: hidden;
} */
#crm-container.crm-container h3 {
	background-color: #f2e9eb; 
}

#crm-container .crm-submit-buttons {
	width: 81%;
	margin-left: 19%;
	margin-bottom: 30px;
}
#crm-container .crm-submit-buttons a.cancel {
	padding-top: 4px;
}
.crm-container .register_link-top {
	position: relative;
}
#crm-container .crm-container table {
	width: auto;
	border: none;
}
#crm-container .crm-container a.button:link {
	padding: 4px 8px;
}
#crm-container.crm-public input[type="text"],
#crm-container.crm-public textarea,
#crm-container.crm-public select {
	width: 50%;
	height: auto;
}
#crm-container.crm-public label,
#crm-container.crm-public legend {
	display: inline-block;
	margin: 6px 10px 6px 0;
	vertical-align: top;
}
#crm-container.crm-public .content label {
	width: calc(100% - 64px);
}
.crm-container .action-link {
	display: none;
}
/*
.crm-contribution-page-id-1 .cividiscount,
.crm-contribution-page-id-2 .cividiscount,
.crm-contribution-page-id-3 .cividiscount,*/
.crm-contribution-page-id-4 .cividiscount {
	display: none;
}
#crm-container.crm-public .label {
	width: 21%;
}
#crm-container.crm-public .content {
	margin-left: 23%;
}
/* End Civicrm Styles */
/* JD Simple Contact Form Styles */

.jd-simple-contact-form .jdscf-submit-btn {
	margin-top: 10px;
}
.jd-simple-contact-form .form-check {
	margin-bottom: 1rem;
	margin-left: 1.5rem;
}
.jd-simple-contact-form .form-check .form-check-label {
	margin: 0 0 0 2rem;
}
.jd-simple-contact-form .form-check-input {
/*	margin-top: 0.75em;
	margin-left: -1.75em; */
}
.jd-simple-contact-form .form-check.form-check-inline .form-check-label {
	margin: 0 0 0 3rem;
}
.jd-simple-contact-form input[type="checkbox"] {
	position: absolute;
	margin: 2px 0 0 -10px;
}
.jd-simple-contact-form input[type="checkbox"]#nemail {
	vertical-align: middle;
}
.jd-simple-contact-form .form-check-inline .form-check-input {
	position: absolute;
}
.jd-simple-contact-form .form-check-inline {
	width: 100%;
}
.jd-simple-contact-form.custom .jdscf-col-md-10 {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #D1D1D1;
}
.jd-simple-contact-form .jdscf-col-md-12 {
	margin-bottom: 10px;
}
.jd-simple-contact-form.custom .jdscf-col-md-10 .form-check-inline {
	width: 100%;
}
.jd-simple-contact-form.custom .jdscf-col-md-10 textarea {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	min-height: auto;
	resize: none;
	overflow: hidden;
	pointer-events: none;
}
.jd-simple-contact-form.custom .jd-simple-contact-form-header {
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #D1D1D1;	
}
.jd-simple-contact-form.custom .custom-file {
	margin-bottom: 10px;
}
.jd-simple-contact-form label.custom-file-label {
	display: none;
}
/* END JD Simple Contact Form Styles */
/* Search Page */

#searchForm button.btn {
	margin-top: 27px;
}
#searchForm label {
	display: inline-flex;
}
#searchForm input[type="checkbox"],
#searchForm input[type="radio"] {
	margin-right: 10px;
}
/* End Search Page */

button.eventable-button {
	background: #882534 !important;
}
button.eventable-button {
	width: 164px;
	height: 32px;
	border-radius: 0.5em;
}
/*Search Results Page */
form#searchForm {
	float: left;
	width: 23%;
	margin-right: 2%;
}
dl.search-results {
	float: right;
	width: 75%;
}
/* End Search Results Page */

/* CSHEMA Store Styles */
#hikashop_checkout_login_1_0 .hkc-lg-4 {
	width: 100%;
}
#hikashop_checkout_login_1_0 .hkc-lg-8 {
	display: none;
}
a.hikacart,
.hikabtn,
.hikabtn-success:hover,
a.hikacart:focus,
#checkoutFormSubmit {
	background-color: #272425;
	border: 1px solid #000;
	margin: 10px;
}
.hikashop_checkout_payment_submit {
	float: right;
}
input[type="text"].hikashop_product_quantity_field {
	width: 30px;
}

#hikashop_checkout_payment_2_2 input[type="text"],
#hikashop_checkout_payment_2_1 input[type="text"] {
	width: auto;
}
.hikashop_product_checkout_cart_image {
	width: 50%;
	height: aut0;
}
a.hikacart:hover {
	background-color: #FFF;
}
a.hikacart:active {
	border: 1px  dotted #e5e5e5;
}
.hikashop_checkout_login h2 {
	margin-top: 10px;
}
#hikashop_register_form_button {
	display: none;
}
div.product {
	min-width: auto;
}
span.quantity-controls {
	overflow: hidden;
}
span.addtocart-button {
	display: block;
}
span.addtocart-button input.addtocart-button {
	padding: 0 12px;
	background-color: #272425;
	border: 1px solid #000;
}
/* END CSHEMA Store Styles */
/*--------------------------------------------------------------
# Common Classes
--------------------------------------------------------------*/
.common-button {
	display: inline-block;
	height: 34px;
	min-width: 128px;
	padding: 0 12px;
	text-align: center;
	white-space: nowrap;
	margin: auto;
	
	background-color: #272425;
	border: 1px solid #000;
	
	-webkit-box-shadow: 7px 7px 0px rgba(39,36,37,.5);
	-moz-box-shadow: 7px 7px 0px rgba(39,36,37,.5);
	box-shadow: 7px 7px 0px rgba(39,36,37,.5);
	
   		-moz-transition: background .5s ease-out;
	   -webkit-transition: background .5s ease-out;
	transition: background .5s ease-out;		
}
.common-button button {
    border:none;
    padding:0;
}
.common-button.double {
	height: 64px;
	line-height: 26px;
	padding: 4px;
}
.no_border {
	border: none;
}
.border {
	border: 1px solid #636363;
}
.border-dotted {
	border-bottom: 1px dotted #999;
}
.border-bottom {
	border-bottom: 1px solid #882534;
}
.border-top {
	border-top: 1px solid #882534;
}
.border-left {
	border-left: 1px solid #882534;	
}
.border-right {
	border-right: 1px solid #882534;
}
.black-bg {
	background-color: #272425;
}
.white-bg {
	background-color: #FFF;
}
.dark-red-bg {
	background-color: #882534;
}
.grey-bg {
	background-color: #808080;
}
.light-grey-bg {
	background-color: #E4E4E4;
}
.res-image {
	width: 100%;
	height: auto;
}
.hover {
	display: none;
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 100px;
}
.relative {
	position: relative;
}
#footer-navigation .common-button {
	-webkit-box-shadow: 7px 7px 0px rgba(39,36,37,.5);
	-moz-box-shadow: 7px 7px 0px rgba(39,36,37,.5);
	box-shadow: 7px 7px 0px rgba(39,36,37,.5);
}
#footer-navigation a.common-button {
	border-bottom: none;	
}
.common-button:hover {
	background-color: #FFF;
}
.common-button:active {
	border: 1px  dotted #e5e5e5;
}
#footer-navigation hr {
  border-top: 1px solid #FFF;
}
.logout-button {
	display: none;
	position: absolute;
	top: -50px;
	right: 30px;
}
.btn-primary:hover {
	background-color: #882534;
}
.alpha {
	opacity: 0.90; filter: alpha(opacity=90); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.round-corner {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.columns-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.hor-flex {
	 display: flex;
	 justify-content: space-evenly;
}
#inner-page .hor-flex .common-button {
	width: 30%;
}
.hide {
	display: none;
}
.title {
	margin: 3px 0;
}
.print-button {
	position: absolute;
	top: -24px;
	right: 30px;
}
.frame {
	position: relative;
	margin: auto;
	width: auto;
	height: auto;
	padding: 20px;
	border: 1px solid #FFF;

	border-radius: 0.5em;
}
.frame input,
.frame textarea {
	float: right;
	width: 65%;
}
#login-form .success {
	background-color: #6C3;
	padding : 10px;
}
#login-form .error {
	background-color: #C30;
	padding: 10px;
}
.login .control-label {
	float: left;
	margin-right: 5px;
}
h4.alert-heading {
	display: none;
}
#system-message .alert-error,
#system-message .alert-warning,
#system-message .alert-message {
	background-color: #882534;
	margin-bottom: 20px;
	text-align: center;
}
#system-message a.close {
	float: right;
	cursor: pointer;
}
.jd-simple-contact-form .alert {
	background-color: #882534;
}
.jd-simple-contact-form .success {
	background-color: #4BB543;
	padding: 5px 20px;
}
button#helpsite-refresh {
	float: right;
	margin-top: 20px;
}
.edit-icon {
	display: none;
}
/* Margin Settings */
.ma-0 {
	margin: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.ma-5 {
	margin: 5px;
}
.ma-10 {
	margin: 10px;
}
.ma-15 {
	margin: 15px;
}
.ma-20 {
	margin: 20px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.ml-5 {
	margin-left: 5px;
}
.mr-15 {
	margin-right: 15px;
}
.ml-15 {
	margin-left: 15px;
}
.mr-30 {
	margin-right: 30px;
}
.mtb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mlr-20 {
	margin-left: 20px;
	margin-right: 20px;
}
.mt-40 {
	margin-top: 40px;
}
.mtb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
/* Padding Settings */
.pl-9 {
	padding-left: 9px;
}
.pb-18 {
	padding-bottom: 18px;
}
.pr-9 {
	padding-right: 9px;
}
.pa-5 {
	padding: 5px;
}
.pa-10 {
	padding: 10px;
}
.pt-10 {
	padding-top: 10px;
}
.pa-15 {
	padding: 15px;
}
.pa-20 {
	padding: 20px;
}
.pa-30 {
	padding: 30px;
}
.pt-15 {
	padding-top: 15px;
}
.pl-10 {
	padding-left: 10px;
}
.pr-10 {
	padding-right: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-30 {
	padding-right: 30px;
}
.pl-20 {
	padding-left: 20px;
}
.pr-20 {
	padding-right: 20px;
}
.pl-40 {
	padding-left: 40px;
}
.plr-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.plr-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.plr-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.ptb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ptb-15 {
	padding-top: 15px;
	paddding-bottom: 15px;
}
.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft,
.pull-left {
	display: inline;
	float: left;
	margin-right: 10px !important;
}
.alignright,
.pull-right {
	display: inline;
	float: right;
	margin-left: 10px !important;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.right-text {
	text-align: right;
}

/* Over rides */
#twitter-feed {
	background-color: inherit !important;
}
/* ==========================================================================
   Responsive classes
   ========================================================================== */
.wfull {
	width: 100%;
	max-width: 100%
}
.w960 {
	max-width: 960px
}
.w640 {
	max-width: 640px
}
.w320 {
	max-width: 320px
}
.row {
	margin-bottom: 18px;
}
.c1 {
	width: 8.33%
}
.c2 {
	width: 16.66%
}
.c3 {
	width: 25%
}
.c4 {
	width: 33.33%
}
.c5 {
	width: 41.66%
}
.c6 {
	width: 50%
}
.c7 {
	width: 58.33%
}
.c8 {
	width: 66.66%
}
.c9 {
	width: 75%
}
.c10 {
	width: 83.33%
}
.c11 {
	width: 91.66%
}
.c12 {
	width: 100%
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
	position: relative;
	float: left;
	min-height: 1px;
}
.s1 {
	margin-left: 8.33%
}
.s2 {
	margin-left: 16.66%
}
.s3 {
	margin-left: 25%
}
.s4 {
	margin-left: 33.33%
}
.s5 {
	margin-left: 41.66%
}
.s6 {
	margin-left: 50%
}
.s7 {
	margin-left: 58.33%
}
.s8 {
	margin-left: 66.66%
}
.s9 {
	margin-left: 75%
}
.s10 {
	margin-left: 83.33%
}
.s11 {
	margin-left: 91.66%
}
.end {
	float: right!important
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `: before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
.black-alpha {
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.50);
	/* For IE 5.5 - 7*/
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.grey-alpha {
	background: rgb(153, 153, 153);
	background: rgba(153, 153, 153, 0.60);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#999999, endColorstr=#999999);
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#999999, endColorstr=#999999)";
}
.rotate {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer  four values: 0, 1, 2, or 3 which will rotate the element 0, 90, 180 or 270 degrees respectively.*/
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.text-shadow {
	 text-shadow: 2px 2px 8px #666;
}
.flex {
	display: flex;
	align-items: center;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.upgradeie {
	margin: 0.5em 0;
	padding: 1em;
	background-color: #C30;
}

/*==========  Media Querries  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.container {
		max-width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
	header {
		height: 130px;
	}
	#logo {
		top: 11px;
	}
	.active .hide{
		display: none !important;
	}
	.top-buttons {
		position: absolute;
		right: -12px;
		padding: 0 10px;		
		line-height: 36px;		
	}
	.social-media {
		background-color: transparent;		
		margin-top: 44px;
	}
	.social-media a {
		width: 28px;
		height: 28px;
		margin: 4px;
	}
	.social-media a:nth-child(1) {
		background: url(../images/icons/social-media-mobile.png) no-repeat center;	
		background-position: 0 0;
	}
	.social-media a:nth-child(2) {
		background: url(../images/icons/social-media-mobile.png) no-repeat center;	
		background-position: -36px 0;
	}
	.social-media a:nth-child(3) {
		background: url(../images/icons/social-media-mobile.png) no-repeat center;	
		background-position: -72px 0;
	}	
	.top-buttons.social-media:hover {
		background-color: transparent;
	}
	#member-login,
	#contact-us,	
	#join-us,
	#register,
	#volunteer,
	#main-site,
	#contact-conf {
		position: absolute;
		top: 130px;
		width: 35.2%;
		
		z-index: 100;
	}
	#join-us,
	#register {
		left: 0;
		margin-left: -3.2%;
	}
	#contact-us {
		right: 0;
		margin-right: -3.2%;
	}
	#register {
		width: 53%;
	}
	#volunteer {
		left: 0;
		margin-left: 23.5%;
	}
	#contact-conf {
		right: 0;
		margin-right: 32.4%;
	}
	#member-login {
		right: 0;
		margin-right: 32.4%;
		background-color: #882534;		
	}
	#main-site {
		right: 0;
		margin-right: -3%;
	}
	#search-box {
		display: block;
		position: absolute;		
		height: 36px;
		right: 41px;
		top: 0;
	}
	#search-icon {
		top: 0;
		right: 0;
	}
	#menu-bg {
		display: none;
	}
	#banner.home {
		margin-top: 36px;
	}	
	#banner img {
/*		max-width: 300%;
		width: 140%; */
		height: auto;
	}
	#banner.inner.dark-red-bg {
		background-color: #fff;
	}
    #mobile-menu {
		display: block;
		position: absolute;
		top : -50px;
		right: 20px;
		padding-left: 30px;
	}
	#mobile-menu:after {
		content:"";
		position: absolute;
		right: -20px;
		top: 20px;
		background: url(../images/icons/menu-arrows.png) -7px 0;
		width: 14px;
		height: 9px;
	}
	#mobile-menu.click:after {
		background: url(../images/icons/menu-arrows.png) 0 0;		
	}
    #main-navigation {
		width: 100%;
		z-index: 110;
    }
    #main-navigation > ul.menu > li > ul {
        display: none;
        position: static;
        height: auto;
        width: 100%;
    }
    #main-navigation ul.menu.mobile-show {
        display:inline-block;
		padding: 0;
    }
	#main-navigation > ul > li > ul > li {
		margin-bottom: inherit;
		border-right: none;
		margin: 0;
		padding-bottom: 26px;
		border-bottom: 1px solid #FFF;
	}
	#main-navigation ul li {
		padding: 0 20px;
	}
	#main-navigation>ul>li>ul>li>ul.nav-child {
		top: 0;
		margin-top: 0;
		margin-bottom: 10px;
	}
    .parent.hide-rest {
        display: none;
    }
    .deeper.parent.focus.hide-rest:before {
        content: "Main Menu";
        display: block;
        float: left;
        width: 100%;
        padding-left: 15px;
		background: url(../images/icons/menu-back.png) no-repeat left center;
    }
    .parent.focus.hide-rest {
        display: inline-block;
    }
    #main-navigation > ul.menu  >li.focus > ul {
        display: inline-block;
    }
	#main-navigation ul.nav-child {
		display:flex;
	/*	flex-direction: column-reverse; */
	}	
	#main-navigation .nav-child ul {
		display: inline-block !important;
	}
	#main-navigation .nav-child ul li:hover {
		background-color: #808080;
	}
	#main-navigation ul.menu {
		position: absolute;
		width: 60%;
        right: 0;
        left:auto;
        display: none;
		background-color: #FFF;
	
		box-shadow: -3px 3px 6px rgba(0,0,0,.3);
	}	
	#main-navigation ul.menu ul {
		display: none;
		position: relative;
	}
	#main-navigation > ul > li:hover ul {
		position: relative;
		top: 0;
	}
	#main-navigation ul.menu li {
		position: relative;
		width: 100%;
		padding: 10px;
        height: auto;		
	}	
	#main-navigation > ul > li {
		border-bottom-width: 1px !important;
	}
	#main-navigation > ul > li > ul > li {
		height: auto;
	}
	#main-navigation > ul > li > ul > li:hover {
		background-color: #808080;
	}
	#main-navigation > ul > li > ul > li > ul {
		width: 90%;
		max-width: 100%;
		background-color: inherit;
		top: 0;
	}
	#main-navigation>ul>li>ul.nav-child {
		background-color: #882534;
	}
	#main-navigation ul.nav-child li{
		padding: 4px 10px;	
	}
	#main-navigation ul.nav-child ul.nav-child li {
		padding: 6px 10px;	
	}
	#main-navigation ul.nav-child ul.nav-child li a {
		line-height: 1.2;
	}
	#main-navigation ul li ul.nav-child li.parent a {
		padding-bottom: 0;
	}
	#main-navigation ul.nav-child ul.nav-child li:hover {
		background-color: #000;
	}
	#banner.inner {
		padding-top: 36px;
	}
	.hover {
		display: block;
		position: absolute;
		bottom: 0;
		right: 5px;
		padding: 0;
		width: auto;
		margin-top: inherit;
		background-color: transparent;
	}
	.hover .common-button {
		display: none;
	}	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1090px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#stats .foot-note {
		top: 100px;
	}
	#home-conf-res .c6 .hover {
		margin-top: 0;
	}
	#home-conf-res .c6 > div {
		height: auto;
		min-height: 260px;
	}
	#home-conf-res .c6.first {
		padding-right: 0;
	}
	#news.c9 {
		width: 66.66%;
	}
	#add.c3 {
		width: 33.33%;
	}
	#directory .hover,
	#inner-page .c4 .hover {
		background: none;
	}
	#banner-text,
	#banner-text.large {
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	#stats div {
		height: 110px;
	}
	#stats .c4,
	#boxes .c4,
	#advert .c4,
	#sponsors .c5,
	#sponsors .c4,
	#sponsors .c3 {
		width: 100%;
		margin-bottom: 20px;
	}
	#stats .stats-text {
		border-right: none;
	}
	#news .c6 {
		margin-bottom: 0;
	}
	#news .newsfeed div.c6 {
		height: auto;
	}
	#news .newsfeed div.c6:nth-child(odd),
	#news .newsfeed div.c6:nth-child(even) {
		padding: 6px 12px;
	}
	#news .rss-title {
		height: auto;
	}
	#boxes .pr-15,
	#boxes .pl-15,
	#advert .pr-15,
	#advert .pl-15 {
		padding: 0;
	}
	#boxes .row .c4 > div > div,
	#advert .row .c4:nth-child(1) > div > div,
	#advert .row .c4:nth-child(2) > div > div,
	#advert .row .c4:nth-child(3) > div > div {
		height: auto;
	}
	#advert #donate-box p {
		float: none;
	}
	#advert #donate-box p:nth-child(1),
	#advert #donate-box p:nth-child(2) {
		width: 100%;
		padding: 10px 0 0 0
	}
	#advert .row .c4:nth-child(2),
	#advert .row .c4:nth-child(3) {
		text-align: center;
	}
	#advert .row .c4:nth-child(2) > div > div {
		padding-bottom: 0;
	}
	#advert .row .c4:nth-child(3) > div > div {
		padding-bottom: 60px;
	}	
	#advert .row .c4:nth-child(2) img,
	#advert .row .c4:nth-child(3) img {
		width: initial;
		height: initial;
		max-width: 100%;
		max-height: 100%;
		margin-bottom: 0;
	}
	#boxes iframe {
		width: 340px;
	}
	#footer-note {
		text-align: center;
	}
	#dashboard .common-button {
		width: 100%;
		margin: 5px 0;
	}
	/* conference styles */
	#conf-content {
		margin-top: 60px;
	}
	/* end conference styles */	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#main-navigation ul li ul li a,
	#main-navigation ul li ul li .nav-header  {
		padding: 0;
	}
	table { 
  		width: 100%; 
  		border-collapse: collapse; 
	}
	button {
		padding: 0 10px;
	}
/*	.orbit-container .orbit-slides-container {
		margin-bottom: 200px; 
	}
	
	#banner img {
		width: 150%;
	}	*/
	#banner-text,
	#banner-text.large {
/*		bottom: -200px; */
		left: 0;
		width: 100%;
	}
	.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px
	}
	#home-conf-res .c6>div {
		height: auto;
		padding-bottom: 5px;
	}
	#home-conf-res .c6.first,
	#home-conf-res .c6.last {
		padding: 0;
	}
	#add img {
		width: 100%;
		height: auto;
	}
	#boxes .row .c4 > div {
		bottom: 300px;
	}
	#dashboard div.c6,
	#dashboard div.c6 .c12:nth-child(1) {
		margin-bottom: 18px;
	}
	#dashboard div.c6 div:nth-child(2) {
		margin-bottom: 0;
	}
	#leadership .c4,
	#leadership .c5 {
		width: 50%;
	}
	#leadership .c2 {
		width: 100%;
	}
	#directory .hover,
	#inner-page .c4 .hover {
		display: block;
		height: auto;
		margin: 0;
		padding-top: 10px;
		
		background: none;
	}
	.map img {
		width: 100%;
		height: auto;
	}
	#view-map {
		display: block;
		margin: 20px;
	}
	div.parent-lib-wrapper .c5,
	div.library-list .c5	 {
		width: 41.66%;
		margin-bottom: 0;		
	}
	div.library-list .c6 {
		width: 50%;
	}
	div.parent-lib-wrapper .c1,
	div.library-list .c1 {
		width: 8.33%;
		margin-bottom: 0;		
	}
	div.parent-lib-wrapper .c2,
	div.library-list .c2 {
		width: 	16.66%;
		margin-bottom: 0;		
	}
	div.parent-lib-wrapper .c3,
	div.library-list .c3 {
		width: 	25%;
		margin-bottom: 0;		
	}	
	div.parent-lib-wrapper .c8 {
		width: 	66.66%;
		margin-bottom: 0;		
	}
	div.parent-lib-wrapper .c4,
	div.library-list .c4 {
		width: 	33.33%;
		margin-bottom: 0;		
	}
	#dashboard .row,
	div.library-upload .row {
		margin-bottom: 0;
	}
	.c6.pr-10,
	.c6.pl-10,
	.c6.pr-9,
	.c6.pl-9,
	.c8 .mr-30 {
		padding: 0;
	}
	p img {
		margin-bottom: 20px;		
	}
	.dash-double-box {
		height: auto;
	}
	#inner-page {
		margin-bottom: inherit;
	}
	#inner-page .dash-image img {
		width: 100%;
		height: auto;
	}
	#inner-page .c4 .common-button {
		width: 50%;
	}
	#board-trustees .c3 {
		width: 50%;
		min-height: 576px;
	}
	#board-trustees .c3 img {
		width: 100%;
		height: auto;
	}
	#board-trustees .title {
		max-width: 100%;
	}
	.print-button {
		right: 0;
	}
	.mr-30 {
		margin-right: 0;
	}
	.common-button.mb-40 {
		margin-bottom: 10px;
	}
	#inner-page img.user-image {
		height: 200px;
	}
	#footer-navigation .c3 {
		width: 33.33%;
	}
	#footer-navigation .common-button {
		width: 50%;
	}	
	#footer-navigation div.c3:nth-child(4){
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}
	/* civicrm styles */
	.crm-container .crm-section .label {
		width: 25%;
	}
	.crm-container .crm-section .content {
		margin-left: 27%;
	}
	#crm-container.crm-public input[type="text"],
	#crm-container.crm-public textarea,
	#crm-container.crm-public select {
		width: 100%;
	}
	/* conference styles */
	#conference-banner div.custom {
		padding: 75px 20px 0;
	}
	#conference-banner img {
		width: 100%;
		height: auto;
	}
	#conference-banner h1 {
		height: 72px;
	}
	#conference-banner h2 {
		height: 42px;
		margin-left: 42px;
	}
	#conference-banner h2::before {
		position: absolute;
		content: "";
		left: 0;
	
		width: 0;
		height: 0;
		border: 0 solid transparent;
		border-top-width: 0px;
		border-bottom-width: 42px;
		border-right: 42px solid #882534;
	}	
	#conf-content .pr-30 {
		padding-right: 0;
	}
	#conference-banner div.custom {
	}	
	#inner-page.border-right.pr-30 {
		border-right: none;
		padding-right: 0;
	}
	#footer-navigation .c4 {
		text-align: center;
	}
	/* end conference styles */	
	form#searchForm {
		float: left;
		width: 33%;
		margin-right: 2%;
	}
	dl.search-results {
		float: right;
		width: 65%;
	}	
}
@media only screen and (max-width : 600px) {
	#main-navigation ul.menu {
		width: 80%;
	}
	#banner-text .more:after {
		margin-top: 3px;
	}
	#banner-text h2 {
		margin-bottom: 0;
	}
	#conference-banner h1 {
		height: 54px;
	}
	#conference-banner h2 {
		height: 31px;
		margin-left: 31px;
	}
	#conference-banner h2::before {
		position: absolute;
		content: "";
		left: 0;
		width: 0;
		height: 0;
		border: 0 solid transparent;
		border-top-width: 0px;
		border-bottom-width: 31px;
		border-right: 31px solid #882534;
	}
	#board-trustees .c3 {
		min-height: 476px;
	}	
	#crm-container.crm-public input[type="text"],
	#crm-container.crm-public textarea,
	#crm-container.crm-public select,
	#crm-container.crm-public .select2-container {
		width: 100% !important;
	}
			
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	#banner-text {
		padding: 8px 8px 8px;
	}
	#banner-text .more {
		bottom: 3px;
	}
	#logo {
		top: 12px;
	}
	h1 {
		display: none;
	}
	/*#banner img {
		width: 238%;
	}*/	
	#home-conf-res .c6.last	{
		margin-bottom: 0;
	}
	#boxes .c4.last {
		margin-bottom: 0;
	}
	#news.c9,
	#add.c3 {
		width: 100%;
	}
	#board-trustees .c3 {
		width: 100%;
	}
	.hor-flex {
		display: grid;
	}
	#inner-page .hor-flex .common-button {
		width: 100%;
		margin-bottom: 18px;
	}
	#footer-navigation {
		text-align: center;
	}
	#footer-navigation div.c3 {
		width: 60%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		border-top-width: 1px !important;
	}
	#footer-navigation img {
		display: inline-block;
	}
	#footer-navigation ul {
		float: none;
	}
	#footer-navigation .social-footer {
		width: 86px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	#footer-navigation .pl-20 {
		padding-left: 0;
	}
	#footer-navigation .pl-10 {
		padding-left: 0;
	}
	#footer-navigation .pt-15 {
		padding-top: 0;
	}
	#footer-navigation .pl-40 {
		padding-left: 0;
	}	
	#footer-navigation .mb-20{
		margin-bottom: 10px;
	}
	#footer-note {
		position: relative;
		text-align: center;
		margin-top: 40px;
	}
	#main-site,
	#register,
	#contact-conf {
		width: 35%;
	}
	#conference-banner h1 {
		display: block;
	}
	.accordian-tab a {
		padding: 5px 0;
	}
	#board-trustees .c3 {
		min-height: initial;
	}
	form#searchForm {
		float: left;
		width: 100%;
		margin-right: 0;
	}
	dl.search-results {
		float: right;
		width: 100%;
	}
	#crm-container.crm-public .label,
	#crm-container.crm-public .select2-container {
		width: 100%;
	}
	#crm-container.crm-public .content {
		margin-left: 0;
	}
	#crm-container .crm-submit-buttons {
		margin-left: 0;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 375px) {
	#main-navigation ul.menu {
		width: 75%;
	}
	#conference-banner h2 {
		padding-left: 13px;
	}
}

@media print,
       (-o-min-device-pixel-ratio:5/4),
       (-webkit-min-device-pixel-ratio:1.25),
       (min-resolution:120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */


@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
	@page {
	  margin-left: 1.5cm;
	  margin-top: 1.5cm;
	  margin-right: 1cm;
	  margin-bottom: 1cm;
	}
	@page:left {
	  @bottom-left {
		content: "Page " counter(page) " of " counter(pages);
	  }
	}	
    a,
    a:visited {
        text-decoration: underline;
    }

/*    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
*/
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
