@import url(normalize.css);
@import url(animate.min.css);
@import url(pollino.css);
@import url("https://www.beachers.org/site/modules/MarkupSocialShareButtons/themes/white/theme.css");

/* viewport */

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
@viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

/* Font-face declarations */

@font-face {
    font-family: 'ralewaybold';
    src: url('raleway-bold-webfont.woff2') format('woff2'),
         url('raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaysemibold';
    src: url('raleway-semibold-webfont.woff2') format('woff2'),
         url('raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaymedium';
    src: url('raleway-medium-webfont.woff2') format('woff2'),
         url('raleway-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('raleway-regular-webfont.woff2') format('woff2'),
         url('raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaylight';
    src: url('raleway-light-webfont.woff2') format('woff2'),
         url('raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'font-awesome';
    src: url('fontawesome-webfont.woff2') format('woff2'),
         url('fontawesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* The basics */

* {
	box-sizing: border-box;
}
a {
	color: #0064A4;
	text-decoration: none;
}
a img {
	border: 0;
	color: #B0D5D7;
}
html {
    color: #323232;
    font: normal 1.15em/1.7em 'ralewayregular';
}
body {
	background: #0064A4;
	margin: 0;
	padding: 0;
}
.container, .wrapper {
	position: relative;
	margin: 0 auto;
}
.wrapper {
	max-width: 1110px;
	padding: 0 20px;
}
.container {
	overflow: hidden;
	max-width: 1150px;
	padding: 20px;
}
.site-container {
	position: relative;
	max-width: 1150px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
}
.container img, .site-container img {
	max-width: 100%;
	height: auto;
}
.fixed-fix {
	width: 100%;
	height: 100px;
}
#base {
	width: 100%;
	background: #FFF;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}


/* typography */

h1, .column-containment h1 {
	font: normal 2.3em/1em 'ralewayregular';
	color: #265FA4;
	text-align: left;
	margin: 25px auto 20px auto;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	margin: 0 0 15px 0;
	color: #3D9BE9;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: normal;
	color: #3D9BE9;
}
h4 {
	font: normal 1.4em 'ralewaybold';
}
h5,h6 {
	font-size: 18px;
}
p, li {
	color: #565656;
}
strong {
	font-weight: normal;
	font-family: 'ralewaysemibold';
}
ul, ol {
	padding: 0;
	margin: 0;
}
.body-copy h1 {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
}
.body-copy ul, .body-copy ol {
	margin: 0 0 0 20px;
}
.body-copy ol li {
	margin: 10px 0 10px 20px;
}
.body-copy ol li br {
	margin: 2px 0 -20px 0;
}
.body-copy ul {
	list-style: none;
}
.body-copy ul > li:before {
	font-family: 'font-awesome';
	font-size: 85%;
	content: '\f054';
	color: #265FA4;
	margin: 0 5px 0 -20px;
}
p a:hover {
	color: #FF453E;
}
	
/* navigation */

#sub-nav {
	background: #EAF0F5;
	position: absolute;
	height: 40px;
	right: 0;
	top: 0;
	padding: 7px 15px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	font-size: .88em;
}
#sub-nav p {
	display: inline;
	font-size: .9em;
	line-height: 26px;
	color: #1E588E;
	margin: 0;
	float: left;
}
#sub-nav a {
	color: #3A3B39;
	margin: 0 4px;
}
#sub-nav a:hover {
	color: #32ABEF;
}
#sub-nav a .current {
	text-decoration: underline;
}
.mobile-sub-nav {
	display: none !important;
}
.title-nav-wrapper {
	position: absolute;
	top: 65px;
	right: 0;
	height: 40px;
}
nav > .sf-menu {
	display: flex;
	padding-top: 4px !important;
	justify-content: flex-end;
}
.sf-menu .current > a {
	color: #0DA8E0 !important;
}
.current > a, .parent > a {
	color: #0DA8E0 !important;
}
.mobilesidemenu input[type="checkbox"] {
	display: none;
}
.mobileoverlay {
	display: none;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 1em;
	z-index: 100;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {

}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.7);
	min-width: 210px; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #3B3B3B;
	text-transform: uppercase;
}
.sf-menu li {
	font: normal 16px 'ralewayregular';
	background: transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: color .2s;
	transition: color .2s;
}
.sf-menu ul li {
	background: #FFF;
	text-align: left;
	padding: 0 1em;
}
.sf-menu ul li a {
	text-transform: initial;
	padding: .5em 0;
	color: #606F79;
	border-bottom: 1px solid #B5E5FF;
}
.sf-menu ul li:last-child a {
	border-bottom: none;
}
.sf-menu ul ul li {
	background: #FFF;
}
.sf-menu ul ul li a {
	border-bottom: 1px solid #B5E5FF !important;
}
.sf-menu ul ul li:last-child a {
	border-bottom: none !important;
}
.sf-menu li a:hover,
.sf-menu li a.sfHover, .sf-menu .current {
	color: #0DA8E0 !important;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


/* topbar */

#topbar {
	width: 100%;
	height: 113px;
	position: relative;
	z-index: 100;
	top: 0;
	background: #F9F9F9;
	border-bottom: 1px solid #ddd;
}
#logo {
	background: #FFF;
	position: absolute;
	border-radius: 50%;
	border: 10px solid #F9F9F9;

}
.hidden {
	display: none;
}
.home-logo {
	color: #0064A3;
	fill: #0064A3;
	width: 150px;
	height: 150px;
}
#inner-logo {
	background: #FFF;
	position: absolute;
	border-radius: 50%;
	border: 10px solid #FFF;
}
.inner-logo {
	color: #0064A3;
	fill: #0064A3;
	width: 100px;
	height: 100px;
}
.home-button span::before {
	content: '\f015';
	font-family: 'font-awesome';
	margin-right: 3px;
}

/* slideshow */

#slideshow {
	width: 100%;
	height: 460px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.slogan-overlay {
	position: absolute;
	width: 100%;
	bottom: 5px;
	z-index: 99;
}
.slogan-overlay h1 {
	text-align: center;
	width: 80%;
	font: normal 4em 'ralewaybold';
	color: #FFF;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.slide-pic {
	height: 460px;
	box-shadow: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  height: 100% !important;
}

.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  height: 100% !important;
}




/* home page */

.social-buttons {
	display: block;
	margin: 30px auto;
	width: 250px;
	padding: 0;
	text-align: center;
}
.social-buttons li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 30px 10px;
}
.social-buttons li img {
	width: 29px !important;
	height: 29px !important;
}
.body-copy {
	width: 65%;
	display: inline-block;
	float: left;
	margin-right: 22px;
}
.leadin {
	margin: 0;
	color: #0064A3;
}
.callout-text {
	font: normal 1.2em 'ralewaymedium';
}
.readmore {
	text-align: right;
	margin: 0;
}
#announcement, #callout {
	padding: 25px;
	background: #FFFFCB;
	border: 3px solid #FEFF97;
	border-radius: 8px;
	margin: 0 auto 25px auto;
}
#announcement h2, #announcement h3 {
	text-align: center;
	text-transform: uppercase;
	border: 1px solid;
	padding: 3px 0px 1px;
	display: block;
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
	color: #598ABD;
	border-radius: 25px;
}
#announcement h3 {
	text-align: center;
	text-transform: uppercase;
	border: 1px solid;
	padding: 3px 0px 1px;
	display: block;
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
	color: #598ABD;
}
#announcement p:last-child {
	margin-bottom: 0;
}

/* sidebar */

#home-sidebar, #sidebar {
	width: 33%;
	min-width: 340px;
	display: inline-block;
	float: left;
	padding: 0;
}
#sidebar {
	margin-top: 60px;
}
#sidebar h2, #sidebar h3, .blurb-p {
	text-align: center;
}
#sidebar h3, .blurb-p {
	margin: 0 0 10px 0;
}
.member-poll-header {

}
.pollino_poll {
	margin: 0 0 15px 0;
}
.ad-item {
	text-align: center;
	margin: 10px auto;
	border: 1px solid #777C73;
	width: 300px;
}
.sub-title {
	font-size: 70%;
	display: block;
	line-height: 13px;
}
#mc_embed_signup {
    display: block;
    font: normal 1em 'ralewayregular';
	width: 100%;
	height: 501px;
	margin: 0 auto 35px auto;
	border: 1px solid #CCCCCC !important;
	overflow-y: none;
}
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 20px;
}
#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
}
#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 100%;
    padding-bottom: 3%;
    min-height: 50px;
}
#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
	color: #5F5F5F;
}
#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
}
#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}
#mc_embed_signup .asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
}
#mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
#mc_embed_signup .button:hover {
    background-color: #777;
}
#mc_embed_signup div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: 5px 10px;
    background-color: #6B0505;
    font-weight: bold;
    z-index: 1;
    color: #fff;
}
.bordered {
	padding: 25px;
	border: 1px solid #CCCCCC;
}
.news-list {
	
}
.news-list li {
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}
.news-list li span {
	font-size: 75%;
	display: block;
	margin-top: -5px;
}


/* current Projects */

#projects img {
	max-width: 100%;
	height: auto;
}


/* login */


#wrap_login_name, #wrap_login_pass, #wrap_username, #wrap_pass {
	display: block;
	max-width: 50%;
	margin: 0 auto 10px auto;
}
#LoginRegisterLoginForm h2 {
	text-align: center;
}
.Inputfields {
	display: flex;
}
#LoginRegisterProfileForm > .Inputfields {
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
#LoginRegisterLoginForm > .Inputfields, #InputfieldForm1 > .Inputfields {
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
}
.Inputfield:not(.InputfieldSubmit) {
    margin: 7px 0;
    padding: 20px;
    border: 1px solid #DDDBDD;
    background: #F6F6F6;
    width: 49% !important;
    border-radius: 5px;
}
.InputfieldPassword input {
    width: 65%;
    padding: 3px 3px 3px 6px;
}
#login_pass {
	width: 100% !important;
}
.InputfieldPasswordRow > label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.InputfieldHeader {
	font: normal 1.4em 'ralewaysemibold';
	color: #1E588E;
}
.Inputfield input[type="text"], .Inputfield input[type="email"], .LoginRegisterPass {
    width: 100%;
    padding: 5px 5px 5px 8px;
    border: 1px solid #CCCCCC;
    color: #565668;
    font-family: 'ralewaylight';
}
.InputfieldPassword .pass-confirm > span, .InputfieldPassword .pass-scores > span {
    display: none;
}
.InputfieldPassword .pass-confirm > span.on, .InputfieldPassword .pass-scores > span.on {
    display: inline;
}
.confirm-no, .pass-fail {
    color: orangered;
}
.LoginRegisterError {
    color: red;
    border: 1px solid red;
    font-weight: bold;
    padding: 10px 20px;
}
.LoginRegisterMessage {
    color: green;
    border: 1px solid green;
    font-weight: bold;
    padding: 10px 20px;
}
#wrap_profile_submit, #wrap_Inputfield_login_submit, #wrap_submit_forgot, #wrap_submit_reset {
	display: block;
	text-align: center;
	width: 100%;
}
#profile_submit, #Inputfield_login_submit, #submit_forgot, #submit_reset {
	padding: 6px 12px;
	font: normal 1.3em 'ralewaybold';
	text-transform: uppercase;
	background: #62C1F7;
	color: #FFF;
	margin: 15px auto;
	border: none;
	cursor: pointer;
}
#profile_submit:hover, #Inputfield_login_submit:hover, #submit_forgot:hover {
	background: #FF453E;
}
.LoginRegisterLinksLogout {
	display: none;
}
.LoginRegisterLinks {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.LoginRegisterLinksForgot {
	list-style: none;
}
.pass-error {
    text-align: center;
    padding: 10px;
    background: #FF0000;
    color: #FFF;
}

/* pagination */

.pagination-buttons {
	max-width: 850px;
	margin: 0 auto;
}
.MarkupPagerNav {
	clear: both;
	font-family: 'ralewayregular';
	margin: 20px 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.MarkupPagerNav li {
	display: inline;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
	padding: 2px 13px;
	margin-right: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #62C1F7;
}
.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	text-decoration: none;
	background-color: #FF453E;
}
.MarkupPagerNav li.MarkupPagerNavSeparator {
	color: #359D9D;
	background: none;
	padding-left: 3px;
	padding-right: 3px;
}
.MarkupPagerNav li:before {
	font-family: 'ralewayregular' !important;
	font-size: 85%;
	content: '' !important;
	color: #265FA4;
	margin: 0 5px 0 -5px !important;
}
.bottom-pager {
	padding: 10px 0 0 0;
	border-top: 1px solid #DDDDDD;
}

/* member directory */

.member-list {
	margin: 0;
	padding: 0;
}
.member-item {
	list-style: none;
	margin: 0;
	display: flex;
	border-left: 1px solid #DBE8F4;
	border-right: 1px solid #DBE8F4;
	border-top: 1px dotted #DBE8F4;
}
.member-item:last-child {
	border-bottom: 1px dotted #DBE8F4;
}
.member-name {
	padding: 4px 0 4px 15px;
	flex-basis: 40%;
	border-right: 1px solid #DBE8F4;
	color: #265FA4;
	font-family: 'ralewaymedium';
}
.member-address {
	padding: 4px 0 4px 15px;
	flex-basis: 60%;
}
.page-controls {
	position: relative;
	width: 100%;
}
.filter {
	position: absolute;
	right: 0;
	top: 3px;
}
.filter select {
	outline: none;
}
#order {
	font: normal 14px 'ralewaylight';
	color: #265FA4;
	padding: 6px 28px 6px 8px;
	outline: none;
}
#order option {
	padding: 5px 0;
	text-align: center;
}

/* member executive */

.board {
	border: 1px solid #EAF0F5;
	margin-bottom: 15px;
	overflow: hidden;
}
.photo {
	display: inline;
	float: left;
	vertical-align: top;
	width: 200px;
	height: 250px;
}
.board-info {
	display: inline;
	float: left;
	padding: 20px;
}
.board-info h3 {
	margin-top: 0;
	border-bottom: 1px solid #EAF0F5;
	text-transform: uppercase;
}
.job-title {
	font: normal 14px 'ralewaylight';
	color: #605656;
	font-style: italic;
	padding-bottom: 5px;
	text-transform: lowercase;
}


/* newsletter */

.pub-date {
	font-size: 60%;
	font-style: italic;
	color: #565672;
}
.news-download {
    border: 1px solid #DDDDDD;
    padding: 5px 29px;
    margin: 0px !important;
}

/* join page */

.pdf-icon::before {
    content: '\f1c1' !important;
    color: #D70912 !important;
}
.word-icon::before {
	content: '\f1c2' !important;
    color: #2262B3 !important;
}
.dl-icon::before {
	content: '\f15c' !important;
    color: #BEBEBE !important;
}
.pdf-icon, .word-icon, .dl-icon {
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #EAF0F5;
}
.pdf-icon:last-child, .word-icon:last-child, .dl-icon:last-child {
	border-bottom: none;
}
.pdf-icon a, .word-icon a, .dl-icon a {
	margin: 0;
}
.pdf-icon a:hover, .word-icon a:hover, .dl-icon a:hover {
	color: #0DA8E2;
}
.filesize {
	font-style: italic;
	font-size: 85%;
}
.callout {
	border:1px solid #0DA8E0;
	padding: 20px;
	background: #DBF2F9;
}
.next-prev {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 5px;
	margin-top: -15px;
	margin-bottom: 30px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.next-prev a:hover {
	color: #FF453E;
}

/* Footer */

#footer {
	background: #0064A4;
	width: 100%;
	padding: 20px;
	margin: 0;
}	
.footer-social-buttons {
	position: absolute;
	left: 550px;
	top: 16px;
}
.footer-social-buttons {
	display: block;
	margin: 0 auto;
	width: 250px;
	padding: 0;
	text-align: center;
}
.footer-social-buttons li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 0 5px;
}
.footer-social-buttons li img {
	width: 29px !important;
	height: 29px !important;
}
.footer h4 {
	color: #FFF;
	margin: 0 0 15px 0;
}
.footer-items {
	display: flex;
	flex-flow: row nowrap;
}
.foot-nav {
	flex: 0 0 28%;
}
.footerlinks li {
	list-style: none;
	font-size: 87%;
}
.footerlinks li a {
	color: #FFF;
}
.footerlinks li a:hover {
	color: #32ABEF;
}
.footer-contact {
	flex: 0 0 28%;
}
.footer-contact p {
	font-size: 87%;
	color: #FFF;
	margin: 0;
}
.share {
	flex: 0 0 19%;
}
.positioner {
	position: relative;
	color: yellow !important;
	font-family: 'ralewaysemibold';
}
.embellishment {
	position: absolute;
	left: 18%;
	color: #FFF !important;
	font-family: 'ralewayregular';
}
.embellishment a {
	color: #FFF;
}
.embellishment a:hover {
	color: #32ABEF;
}
.footer-logo {
	flex: 0 0 25%;
	text-align: right;
	opacity: 0.3;
}
.white-logo {
	width: 300px;
	height: 300px;
	color: #FFFFFF;
	fill: #FFFFFF;
}
.copyright {
	position: relative;
	background: #32ABEB;
	width: 100%;
	bottom: 0;
	padding: 15px 0;
	text-align: center;
}
.legal {
	color: #FFF;
	font: normal 14px/1.4em 'ralewayregular';
	text-align: center;
}
.legal a {
	color: #EEEEEE;
}
.legal a:hover {
	color: #FFFF00;
}

/* animation */

.fast {
    animation-duration: 1s;
}
.medium {
	animation-duration: 2.5s;
}
.slow {
    animation-duration: 4s;
}
.reallyslow {
    animation-duration: 6s;
}
.no-delay {
	animation-delay: 0s;
}
.quarter-descond-delay {
	animation-delay: .25s;
}
.half-second-delay {
	animation-delay: .5s;
}
.one-second-delay {
	animation-delay: 1s;
}
.two-second-delay {
	animation-delay: 2s;
}
.three-second-delay {
	animation-delay: 3s;
}

/* CMS styles and styles needed for CKEditor positioning */

#editpage {
	position: fixed;
	top: 0;
	left: 0; 
	z-index: 101;
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
}
.align_left {
        float: left;
        margin: 0 1em 0.25em 0;
}
.align_right {
        float: right;
        margin: 0 0 5px 20px;
}
.align_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

/* Media Queries */

@media only screen and (max-width: 950px) {
	.bx-pager {
		display: none;
	}
	nav > .sf-menu {
    	display: block;
	}	
   .mobilesidemenu, .mobilesidemenu * {
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
	}
	.mobilesidemenu input[type="checkbox"] {
		/* checkbox used to toggle menu state */
    	position: absolute;
    	left: 0;
    	top: 0;
    	visibility: hidden;
	}
	.mobilesidemenu > label {
    	z-index: 100;
		display: block;
		position: absolute;
		font-size: 7px;
		width: 3.7em;
		height: 2.8em;
		top: 0;
		right: 50px;
		background: #FFF;
		text-indent: -1000px;
		border: .6em solid #0064A3;
		border-width: .6em 0;
		cursor: pointer;
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	.mobilesidemenu > label::before, .mobilesidemenu > label::after {
    	/* inner stripes inside label */
    	content: "";
    	display: block;
    	position: absolute;
    	width: 100%;
    	height: 0.6em;
    	top: 50%;
    	margin-top: -0.3em;
    	left: 0;
    	background: #0064A3;
    	/* stripes background color. Change to match border color of parent label above */
    	-moz-transform: rotate(0);
    	-webkit-transform: rotate(0);
    	transform: rotate(0);
    	-moz-transition: all 0.3s ease-in;
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
    	/* transition for flipping label */
	}
	.mobilesidemenu nav {
    	/* NAV menu inside container */
    	margin: 0;
    	padding: 40px 0 0 0;
    	position: fixed;
    	text-transform: uppercase;
    	border-right: 1px solid gray;
    	width: 260px;
    	/* width of nav menu */
    	height: 100%;
    	right: -260px;
    	/* set left to -width of menu */
    	top: 0;
    	z-index: 10000;
		-webkit-transform: translate3d(0, 0, 0); /* trigger hardware acceleration */
		transform: translate3d(0, 0, 0);
    	background: #FFF;
    	/* Old browsers */
    	-moz-transition: all 0.3s ease-in;
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
    	/* transition for animating nav in and out */
	}
	.mobilesidemenu nav h2 {
    	color: black;
    	margin-bottom: 10px;
    	border-bottom: 2px solid #73462d;
	}
	.mobilesidemenu ul {
    	/* UL menu inside container */
    	list-style: none;
    	margin: 0;
    	padding: 0;
    	width: 100%;
	}
	.mobilesidemenu li {
	}
	.mobilesidemenu li a {
    	display: block;
    	text-decoration: none;
    	font-size: 1.1em;
    	color: #3b3b3b;
    	margin: 0;
    	padding: 12px;
	}
	.mobilesidemenu li a:hover {
    	color: white;
	}
	.mobilesidemenu nav label {
    	/* label button inside nav to close menu */
    	cursor: pointer;
    	position: absolute;
    	left: 0;
    	top: 0;
    	-moz-border-radius: 0 0 40px 0;
    	-webkit-border-radius: 0 0 40px 0;
    	border-radius: 0 0 40px 0;
    	width: 40px;
    	height: 30px;
    	text-align: center;
	}
	.mobilesidemenu nav label::after {
    	/* label button x */
    	content: "X";
    	color: #359D9D;
    	display: block;
    	font: normal 22px 'ralewayregular';
    	margin-top: 2px;
    	margin-left: -4px;
    	-moz-transition: all 0.3s ease-in;
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
	}
	.mobilesidemenu .mobileoverlay {
    	/* overlay that covers entire page when menu is open */
    	position: fixed;
    	display: flex;
    	width: 100%;
    	height: 100%;
    	left: 0;
    	top: 0;
    	opacity: .6;
    	background: black;
    	z-index: 1001;
    	visibility: hidden;
	}
	.mobilesidemenu .mobileoverlay label {
    	/* label of overlay that closes menu when clicked on */
    	width: 100%;
    	height: 100%;
    	position: absolute;
	}
	.mobilesidemenu nav label:hover::after {
    	/* state of NAV label::after when mouse moves over */
    	-moz-transform: rotatey(180deg);
    	-ms-transform: rotatey(180deg);
    	-webkit-transform: rotatey(180deg);
    	transform: rotatey(180deg);
    	/* flip labels vertically onMouseover */
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label {
    	/* state of main menu label when menu is open  */
    	border-color: transparent;
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label::before {
    	/* state of main menu label::before when menu is open  */
    	transform: rotate(-45deg);
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label::after {
    	/* state of main menu label::after when menu is open  */
    	transform: rotate(45deg);
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ nav {
    	/* state of NAV when menu is open  */
    	right: 0;
    	/* set left to 0 to animate it into view  */
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ div.mobileoverlay {
    	/* state of overlay when menu is open  */
    	visibility: visible;
	}
	.main-nav ul li {
    	margin: 0;
    	display: block;
	}
	.sf-menu > li {
    	float: none;
	}
	.sf-menu ul {
    	position: relative;
    	box-shadow: none;
    	min-width: 100%;
    	left: 0;
    	background: #EEF4F8;
	}
	.sf-menu ul li {
    	background: none;
	}
	.white-logo {
    	width: 250px;
    	height: 350px;
	}
}
@media only screen and (max-width: 825px) {
	.mobilesidemenu > label {
	    top: -18px;
	}
	.mobile-sub-nav {
		display: block !important;
	}
	#sub-nav {
		display: none;
	}
	#slideshow {
		height: 360px;
	}
	.slogan-overlay h1 {
    	font: normal 2.5em 'ralewaybold';
	}
	.body-copy {
    	width: 100%;
    	display: inline-block;
    	float: none;
	}
	#home-sidebar, #sidebar {
    	width: 100%;
    	min-width: auto;
    	display: inline-block;
    	float: none;
    	background: #EAF0F5;
    	padding: 20px;
	}
	#sidebar {
    	margin-top: 15px;
	}
	.footer-items {
    	flex-flow: row wrap;
	}
	.foot-nav {
    	flex: 0 0 50%;
	}
	.footer-contact {
    	flex: 0 0 50%;
	}
	.share {
    	flex: 0 0 50%;
    	margin-top: 25px;
	}
	.footer-logo {
    	flex: 0 0 50%;
    	text-align: left;
    	vertical-align: top !important;
	}
	.embellishment {
    	position: static;
	}
	.Inputfield:not(.InputfieldSubmit) {
    	width: 100% !important;
	}
	.box {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	.ad-item {
		flex: 0 1 auto;
	}
} 
@media only screen and (max-width: 600px) {
	#slideshow {
		height: 250px;
	}
	.slogan-overlay h1 {
    	font: normal 1.8em 'ralewaybold';
	}
	#wrap_login_name, #wrap_login_pass, #wrap_username, #wrap_pass {
    	max-width: 70% !important;
	}
	.member-item {
    	display: block;
	}
	.member-name {
    	border-right: none;
    	border-bottom: 1px dotted #DBE8F4;
	}
	.member-address {
    	border-bottom: 5px solid #DBE8F4;
	}
	.filter {
    	position: static;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 475px) {
	.footer-items {
    	display: block;
	}
	.footer-contact {
    	margin-top: 30px;
	}
	#wrap_login_name, #wrap_login_pass, #wrap_username, #wrap_pass {
    	max-width: 100% !important;
	}
	.Inputfield:not(.InputfieldSubmit) {
    	width: 100% !important;
	}
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* Print styles */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    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;
    }
}
