/*
Website development by Midwest New Media, LLC
Unauthorized distribution or resale is expressly prohibited
www.midwestnewmedia.com
info@midwestnewmedia.com
(513) 742-9150
*/


/* --- Design --- */

/*
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     04. Header -----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	     09. Administration ---------------------------
	III. Modules --------------------------------------
	     01. Button -----------------------------------
	         Button Block -----------------------------
	     02. Callout ----------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     03. Feature ----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     04. Form Elements ----------------------------
	     05. Form -------------------------------------
	     06. Intro ------------------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     07. Intro Secondary --------------------------
	         Small Desktop ----------------------------
	     08. List -------------------------------------
	     09. List-Links -------------------------------
	     10. List Links Secondary ---------------------
	     11. Logo -------------------------------------
	     12. Nav --------------------------------------
	         Top level hover state, preserve hover state when hovering dropdown
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     13. Nav Secondary ----------------------------
	     14. Search -----------------------------------
	         Mobile -----------------------------------
	     15. Section ----------------------------------
	         Mobile -----------------------------------
	     16. Section-About ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     17. Section-Donation -------------------------
	         Section-Donations-Secondary --------------
	     18. Section-Donation-Teritary ----------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     19. Section Help -----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     20. Section Primary --------------------------
	         Mobile -----------------------------------
	     21. Section Secondary ------------------------
	         Mobile -----------------------------------
	     22. Section-Contacts -------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     22. Secondary Page Template ------------------
	     23. Alt. Secondary Page Template -------------
	     24. Slider -----------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     25. Slider Secondary -------------------------
	         Mobile -----------------------------------
	     26. Socials ----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     27. Subscribe --------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	         Mobile -----------------------------------
	     28. Table ------------------------------------
	     29. Updates ----------------------------------
	         Mobile -----------------------------------
	     301. Widget -----------------------------------
	         Mobile -----------------------------------
	 IV. Content --------------------------------------
	     01. Forms ------------------------------------
 */

.footer-logo { background-image: url(../images/sprite.png); background-position: 0 -76px; width: 166px; height: 56px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-hearth { background-image: url(../images/sprite.png); background-position: 0 -136px; width: 24px; height: 24px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-hearth-hover, a:hover .ico-hearth, button:hover .ico-hearth, a.hover .ico-hearth, button.hover .ico-hearth, .ico-hearth.hover { background-image: url(../images/sprite.png); background-position: -28px -136px; width: 24px; height: 24px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-print { background-image: url(../images/sprite.png); background-position: -170px -76px; width: 26px; height: 24px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-print-hover, a:hover .ico-print, button:hover .ico-print, a.hover .ico-print, button.hover .ico-print, .ico-print.hover { background-image: url(../images/sprite.png); background-position: -170px -104px; width: 26px; height: 24px; display: inline-block; vertical-align: middle; font-size: 0; }
.logo { background-image: url(../images/sprite.png); background-position: 0 0; width: 212px; height: 72px; display: inline-block; vertical-align: middle; font-size: 0; }

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*:focus {    outline: -webkit-focus-ring-color auto 5px;}
*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

:focus, :focus-visible { outline: 1px dotted #333; }
.ui-helper-reset:focus, .ui-helper-reset:focus-visible { outline: 1px dotted #333; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main { display: block; }

html,
body { height: 100%; }

html { tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img, iframe, video, audio, object { max-width: 100%; }
img, iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { display: none; -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

textarea { overflow: auto; resize: none; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

mark { background-color: #ff0; color: #363636; }

fieldset { border: 0; }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: 'Cabin', sans-serif; font-size: 14px; line-height: 1.3; color: #000; }

a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }

a[href^="tel"] { text-decoration: none; }

ul { list-style-type: none; }


h2 { font-size: 44px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }



h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; }

p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.3em; }

div[lang] > p:last-child { padding-bottom: 1.3em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content: ''; line-height: 0; display: table; clear: both; }

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}


/*  Notext  */

.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }


/*  Hidden  */

[hidden],
.hidden { display: none; }


/*  Alignleft  */

.alignleft { float: left; }


/*  Alignright  */

.alignright { float: right; }


/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container {}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content {/* float: left; width: 700px;*/  }
.displaynone,
body#tinymce .displaynone { display: none; }
body#tinymce ol { line-height: 1.63; list-style-type: decimal; margin-left: 2em; margin-top: 1em; padding-left: 12px; padding-right: 12px; }
.section-content a:hover { color: #5ec0e0; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { background: #000; padding: 40px 0 33px; }

.footer .footer-inner:after { content: ''; line-height: 0; display: table; clear: both; }
.footer .footer-inner { padding-bottom: 32px; }

.footer .footer-aside { width: 36%; float: left; padding-top: 22px; }

.footer .footer-content { width: 64%; float: right; }
.footer .footer-content:after { content: ''; line-height: 0; display: table; clear: both; }

.footer .footer-col { float: left;  }

.footer .footer-col-size1 { width: 30%; }
.footer .footer-col-size2 { width: 30%; }
.footer .footer-col-size3 { width: 40%; }

.footer .footer-bar:after { content: ''; line-height: 0; display: table; clear: both; }
.footer .footer-bar-aside { float: left; }
.footer .footer-bar-content { float: right; }

.footer .copyright { color: #fff; font-weight: 700; }

.footer .contacts { color: #fff; font-weight: 400; }
.footer .contacts a { padding-left: 15px; padding-right: 15px; display: inline-block; }
.footer .contacts a:last-of-type { padding-right: 0; }
.footer .contacts + .contacts { margin-left: 45px; }

#back-to-top { background: #fff; background: rgba(255, 255, 255, 0.7); bottom: 20px; display: none; height: 100px; position: fixed; right: 20px; text-align: center; width: 80px; z-index: 2; }
#back-to-top a { background-image: url("../images/up-arrow-icon-80x80.png"); background-repeat: no-repeat; display: block; height: 100px; position: relative; width: 80px; }
#back-to-top a span { bottom: 10px; color: #5f5f5f; display: block; font-size: 12px; left: 10px; position: absolute; text-align: center; width: 60px; }
#back-to-top:hover { background: rgba(255, 255, 255, 1); transition: all .3s linear; }
#back-to-top:hover a span { color: #ff008c; transition: all .3s linear; }

/* Small Desktop */

@media (max-width: 1200px) {
	.footer .footer-bar-aside,
	.footer .footer-bar-content { width: 100%; text-align: center; }

	.footer .footer-bar-content { padding-top: 20px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.footer { padding: 30px 0; }

	.footer .footer-inner { padding-bottom: 30px; }
	.footer .footer-aside { width: 100%; text-align: center; padding-bottom: 30px; }
	.footer .footer-content { width: 100%; }

	.footer .footer-col-size1,
	.footer .footer-col-size2,
	.footer .footer-col-size3 { width: 33.33%; text-align: center; }
}

/* Mobile */

@media (max-width: 767px) {
	.footer .footer-col-size1,
	.footer .footer-col-size2,
	.footer .footer-col-size3 { width: 100%; margin-bottom: 20px; }

	.footer .footer-inner { padding-bottom: 0; }

	.footer .copyright { line-height: 1.5; }

	.footer .contacts { display: block; }
	.footer .contacts + .contacts { margin-left: 0; margin-top: 5px; }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { background: #000; position: relative; padding-bottom: 26px; }

.aria-skip-to-content-link { color: #6b6564; font-size: 11px; margin-left: 20px; position: absolute; text-decoration: none; text-transform: uppercase; top: 31px; }
.aria-skip-to-content-link:hover { text-decoration: underline; }

@media(max-width: 440px) {
	.aria-skip-to-content-link { top: 5px; left: 0; right: 0; text-align: center; }
}

.header h1 { margin: 0; padding: 0; }

.header .shell:after { content: ''; line-height: 0; display: table; clear: both; }

.header .logo { float: left; margin-top: 26px; margin-left: 13px; }
.header .btn-grey { position: absolute; right: 0; top: 0; bottom: 0; background: #464646; width: 128px; padding-left: 35px; color: #fff; font-size: 21px; text-transform: uppercase; line-height: 1.05; height: auto;  }
.header .btn-grey span { position: absolute; left: 35px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.header .btn-grey i { color: #ff008c; }
.header .btn-grey:hover { background: #993F6C; }
.header .btn-grey:hover i { color: #fff; }

.header .header-inner { float: right; padding-top: 49px; padding-right: 0; }
.header .header-inner:after { content: ''; line-height: 0; display: table; clear: both; }
.header .btn-menu { display: none; }

@media(max-width: 1250px){
	.header .header-inner { margin-right: 120px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.header .header-inner { margin-right: 150px; }
	.header .logo { margin-left: 0; }
}

/* Mobile */

@media (max-width: 767px) {
	.header { padding-bottom: 15px; }

	.header .btn-menu { display: inline-block; position: absolute; right: 20px; top: 40px; }
	.header .btn-menu span span { text-indent: -9999px; display: inline-block; }

	.header .header-inner { float: left; margin-right: 0; text-align: left; padding-top: 0; padding-right: 0; width: 100%; }


	.header .shell:after { content: ''; line-height: 0; display: table; clear: both; }

	.header .btn-grey { position: static; display: block; width: auto; padding: 10px; height: auto; margin: 0 15px; text-align: center; }

	.header .btn-grey span { position: static; -webkit-transform: none; -ms-transform: none; transform: none; }
	.header .btn-grey br { display: none; }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main {}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 964px; margin: auto; }
.shell:after { content: ''; line-height: 0; display: table; clear: both; }

.shell-secondary { max-width: 1071px; }

@media(max-width: 1100px){
	.shell-secondary { padding: 0 15px; }
}

@media(max-width: 994px){
	.shell { padding: 0 15px; }
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar {  }

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper {}

/* ------------------------------------------------------------ *\
	Administration
\* ------------------------------------------------------------ */

body#tinymce { font-family: 'Cabin', sans-serif; font-size: 14px; line-height: 1.3; }
body#tinymce h3 { font-size: 30px; font-weight: 400; }
body#tinymce h4 { font-size: 24px; font-weight: 700; color: #f00088; text-transform: uppercase; }
body#tinymce h5 { font-size: 20px; font-weight: 700; /* color: #5ec0e0; */ color: #269dc5; }

#admin { margin-top: 4px; }

#admin > :first-child { margin-top: 0; }

/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
.btn { display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #bb046a; color: #fdfcfc; text-transform: uppercase; font-size: 24px; font-weight: 700; text-decoration: none; height: 65px; line-height: 65px; padding: 0 54px; transition: all .3s ease; }
.btn:hover { background: #ef55ab; }

\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #bb046a; color: #fdfcfc; text-transform: uppercase; font-size: 24px; font-weight: 700; text-decoration: none; height: 50px; line-height: 50px; padding: 0 30px; transition: all .3s ease; }
.btn:hover { background: #ef55ab; }

/*  Button Block  */
.btn-block { display: block; padding-left: 0; padding-right: 0; }

.btn-menu { display: inline-block; height: 9px; padding-top: 9px; }
.btn-menu > span { position: relative; display: block; width: 25px; height: 15px; border-top: 3px solid #fff; }

.btn-menu > span:before,
.btn-menu > span:after { position: absolute; width: 100%; height: 3px; background: #fff; content: ''; }

.btn-menu > span:before { top: -9px; }
.btn-menu > span:after { top: 3px; }

.btn-menu > span:before,
.btn-menu > span:after,
.btn-menu > span {
	transition: all .3s linear;
}

.btn-menu.active > span { border-color: transparent; }
.btn-menu.active > span:before,
.btn-menu.active > span:after { background: #f00088; }

.btn-menu.active > span:before {
	-webkit-transform: rotate(45deg) translate(2.5px, 6px);
	-ms-transform: rotate(45deg) translate(2.5px, 6px);
	transform: rotate(45deg) translate(2.5px, 6px);

}
.btn-menu.active > span:after {
	-webkit-transform: rotate(-45deg) translate(2.5px, -6px);
	-ms-transform: rotate(-45deg) translate(2.5px, -6px);
	transform: rotate(-45deg) translate(2.5px, -6px);
}

/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */

.callout { height: 50%; }

.callout strong { font-size: 60px; color: #fff; font-weight: 400; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); line-height: 1; display: block;  }
.callout a { text-decoration: none; position: relative; display: block; height: 100%; padding-left: 146px; background: #ff008c; transition: all .3s ease; }
.callout a:hover { background: #fc4aac; }
.callout-secondary a { background: #bb046a; }
.callout-secondary a:hover { background: #a5296e; }
.callout i { font-size: 40px; position: relative; top: -6px; }

/* Small Desktop */

@media (max-width: 1200px) {
	.callout a { padding-left: 40px; }
	.callout strong { font-size: 50px; }
}

/* Mobile */

@media (max-width: 767px) {
	.callout { height: 150px; }

	.callout strong { font-size: 26px; padding-right: 15px; }
	.callout br { display: none; }
	.callout a { padding: 0 15px; }
	.callout i { position: static; font-size: 30px; }
}

/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */

.features:after { content: ''; line-height: 0; display: table; clear: both; }
.feature { height: 284px; float: left; width: 33.33%; color: #f00088; }
.feature strong {  font-size: 24px; text-transform: uppercase; line-height: 1; }
.feature a { display: block; text-decoration: none; position: relative; height: 100%; }
.feature span { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: center; width: 100%; padding: 0 40px; }
.feature small { font-size: 16px; line-height: 1.5; color: #fff; display: block; margin-top: 20px; display: none; }

.feature a:hover { background: #ff008c; color: #fff; }
.feature a:hover small { display: block; }
.feature-color-2 { background: #d7d7d7; }
.feature-color-3 { background: #ccc; }
.feature-color-4 { background: #ebebeb; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.feature { width: 50%; box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.2); }
}

/* Mobile */

@media (max-width: 767px) {
	.feature { width: 100%; }

	.feature strong { line-height: 1.3; }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input::-moz-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit !important; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.field {}
.textarea {}
.select {}
.radio {}
.checkbox {}

form h3 { color: #000; font-size: 1.2em !important; margin-bottom: 0 !important; }

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form {}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { background-size: cover; background-position: top center; height: 327px; position: relative; /*margin-top: -44px;*/ }

.intro .intro-content { position: absolute; top: 152px; left: 0; width: 100%; }
.intro .intro-content img { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-140px); -ms-transform: translateY(-140px); transform: translateY(-140px); width: 160px; }
.intro .intro-content h2 { font-size: 60px; color: #fff; text-transform: uppercase; font-weight: 400; margin-bottom: 0; padding-left: 0; }
.intro .intro-content h2.reduced { font-size: 44px; }

.intro.intro-media { height: 614px; }
.intro.intro-media.news-article { height: 327px; }

.intro .callout { bottom: 0; height: 30%; left: 0; position: absolute; width: 50%; }
.intro .callout a { background: rgba(119, 194, 85, 0.85); display: block; }
.intro .callout a:hover { background: rgba(119, 194, 85, 1); transition: all .3s ease; }
.intro .callout-secondary { left: auto; right: 0; }
.intro .callout-secondary a { background: rgba(9, 106, 71, 0.85); }
.intro .callout-secondary a:hover { background: rgba(9, 106, 71, 1); }

@media(max-width: 1300px){
	.intro .intro-content h2 { padding-left: 40px; }
}

/* Small Desktop */

@media (max-width: 1200px) {
	.intro .intro-content img { width: 70px; -webkit-transform: translateY(-70%); -ms-transform: translateY(-70%); transform: translateY(-70%); }
	.intro .intro-content h2 { font-size: 50px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.intro .intro-content h2 { font-size: 45px; }
	.intro .intro-content img { -webkit-transform: translateY(-70%); -ms-transform: translateY(-70%); transform: translateY(-70%); max-width: 70px; }
}

/* Mobile */

@media (max-width: 767px) {
	.intro { margin-top: 0; height: 220px;  }
	.intro .intro-content { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	.intro .intro-content h2 { font-size: 30px; }
	.intro .intro-content h2.reduced { font-size: 26px; }
	.intro.intro-media { height: 407px; margin-bottom: 300px; }
	.intro.intro-media.news-article { height: 220px; margin-bottom: 0; }
	.intro .callout { bottom: auto; position: static; height: 150px; left: auto; top: auto; width: 100%; }
	.intro .section-content { position: relative; top: 407px; }
}

@media print and (max-width: 767px) {
	.intro .intro-content { padding-left: 0 !important; }
	.intro .intro-content h2 { color: #000; padding-left: 0; }
	.intro .intro-content img { display: none; }
}

/* ------------------------------------------------------------ *\
	Intro Secondary
\* ------------------------------------------------------------ */

.intro-secondary .intro-content { top: 155px; }
.intro-secondary .intro-content img { top: 50%; width: 170px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.intro-secondary .intro-content h2 { padding-left: 25px; }

@media(max-width: 1270px){
	.intro-secondary .intro-content img { -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100px; }
	.intro-secondary .intro-content h2 { padding-left: 40px;  }
}

/* Small Desktop */

@media (max-width: 1200px) {
	.intro { background-position: top center; }

	.intro .intro-content { padding-left: 50px; }
}

@media (max-width: 767px) {
	.intro-secondary { margin-top: 0; height: 160px; }

	.intro-secondary .intro-content { padding-left: 20px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	.intro-secondary .intro-content h2 { padding-left: 0; }
	.intro-secondary .intro-content img { max-width: 30px; }
}

@media print and (max-width: 767px) {
	.intro { /* background-image: none !important; */ height: auto; margin-bottom: 1em; padding-top: 7em; }
	.intro.intro-media { background-image: none !important; height: auto; margin-bottom: 1em; padding-top: 7em; }
	.intro.intro-media .callout { display: none; }
	.intro-secondary { /* background-image: none !important; */ height: auto; padding-top: 7em; }
	.intro.intro-media .shell,
	.intro-secondary .shell { max-width: 100%; }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }


/* ------------------------------------------------------------ *\
	List-Links
\* ------------------------------------------------------------ */

.list-links { font-size: 13px; color: #959595; }

.list-links li { margin-bottom: 8px; }
.list-links a { text-transform: uppercase; text-decoration: none; }
.list-links a:hover { color: #eb1a8c; }

/* ------------------------------------------------------------ *\
	List Links Secondary
\* ------------------------------------------------------------ */

.list-links-secondary li { margin-bottom: 12px; }
.list-links-secondary a { text-decoration: none; font-size: 15px; color: #363636; }
.list-links-secondary strong { color: #f00088; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.navigation-holder { background: rgba(125,125,125,.7); position: relative; z-index: 2; position: absolute; width: 100%; }

.navigation-holder .btn-class { position: absolute; right: 0; top: 0; bottom: 0; background: #636363; width: 128px; padding-left: 35px; color: #fff; font-size: 12px; text-transform: uppercase; line-height: 1.05; height: auto;  }
.navigation-holder .btn-class span { position: absolute; left: 10px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.navigation-holder .btn-class i { color: #ff008c; }
.navigation-holder .btn-class:hover { background: #993F6C; }
.navigation-holder .btn-class:hover i { color: #fff; }

.nav ul { padding-left: 95px; font-size: 0; }
.nav ul:after { content: ''; line-height: 0; display: table; clear: both; }

.nav { text-align: center; font-size: 0; }
.nav li { display: inline-block; position: relative; min-width: 140px; }

/*.nav a { font-size: 14px; text-transform: uppercase; color: #fff; text-decoration: none; padding: 13px 20px; display: block; letter-spacing: 0.01em; text-align: center; }*/
.nav a { font-size: 14px; text-transform: uppercase; color: #fff; text-decoration: none; padding: 13px 11px; display: block; letter-spacing: 0.01em; text-align: center; }

.nav li:focus > a,
.nav li:hover > a,
.nav li:hover > a,
.nav a:hover { color: #fff; background: #eb1a8c; }

/* .nav .active > a:after,
.nav a:hover:after { position:absolute; top: 100%; left: 0; content: ''; background: #ed188e; width: 100%; height: 5px; } */

.nav .active > a,
.nav > li > a.active,
#admin-nav a.active,
#subnav a.active { font-weight: 700; text-decoration: none; }

/* Top level hover state, preserve hover state when hovering dropdown  */

.nav a:hover:after,
.nav a:focus:after { display: none; }

.nav a:hover + ul,
.nav a:focus + ul,
.nav li:hover  ul,
.nav li:focus  ul,
.nav ul.show-menu { left: 0; opacity: 0.99; }


.nav li ul { background: rgba(125,125,125,.7); position: absolute; top: 100%; left: 50%; width: 100%; padding-left: 0; opacity: 0; left: -9999px; transition: 0.1s linear opacity; text-align: left; }
.nav li ul a:hover { background: #7d7d7d; }
.nav li ul li { display: block; float: none; margin: 0; }
.nav li ul li + li { margin-left: 0; }
.nav li ul a { padding-left: 20px; display: block; text-align: left; }

/* Tablet Portrait */

@media (max-width: 1250px) {
	.navigation-holder .btn-class { height: 44px; top: 44px; }
}

@media (max-width: 1023px) {
	.nav ul { padding-left: 15px; }

	.nav li + li { margin-left: 35px; margin-left: 0; }
	.nav li { min-width: 90px; }
}

/* Mobile */

@media (max-width: 767px) {
	.navigation-holder { background: #000; padding-bottom: 10px; position: static; }

	.navigation-holder .btn-class { position: static; display: block; width: auto; padding: 10px; height: auto; margin: 0 15px; text-align: center; }
	.navigation-holder .btn-class span { position: static; -webkit-transform: none; -ms-transform: none; transform: none; }
	.navigation-holder .btn-class br { display: none; }

	.nav { max-height: 0; overflow: hidden; transition: all .4s ease; text-align: left; }
	.nav a { text-align: left;  }

	.nav li { display: block; float: none; }
	.nav li + li { margin-left: 0; }
	.nav a { display: block; }
	.nav.open { max-height: 800px; padding: 10px 0;  }

	.nav li ul { display: block; left: 0; opacity: 1; position: static; background: none; }
	.nav li ul li a { padding-left:30px
	; }
	.nav a:after,
	.nav a:after { display: none; }
}

@media print and (max-width: 767px) {
	.navigation-holder .btn-class { display: none; }
}


/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */

.nav-secondary { padding-top: 10px; }

.nav-secondary li { margin-bottom: 17px; }
.nav-secondary a {  text-decoration: none; font-weight: 700; font-size: 18px; }

#admin-nav li,
#subnav li { font-size: 17px; margin-top: 17px; }
#subnav li a { #363636; }

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */

.search { float: right; position: relative; margin-left: 29px; }

.search .search-btn { background: none; border-radius: 0; border: none; color: #272a29; text-transform: uppercase; position: absolute; right: 3px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-weight: bold; }
.search .search-field { background: none; border-radius: 0; border: none; background: #3d3c3a; height: 27px; line-height: 25px; padding-left: 5px; padding-right: 55px;  width: 142px; border: 1px solid #2a2826; }
.search .search-field:focus, .search .search-field:hover { background: #fff; }

.section-contacts .section-content table.searchBox { border-spacing: 0; }
.section-contacts .section-content table.searchBox form input,
form#searchForm input { margin: 0 10px 0 0; }
.section-contacts .section-content table.searchBox td { padding: 0; }
#other_pages { font-size: 1.2em; }
#other_pages a,
#other_pages strong { display: inline-block; margin-left: 5px; }
#powered_by { opacity: 0.1; filter: alpha(opacity=1); margin-top: 2em; }
#powered_by:hover { opacity: 1; filter: alpha(opacity=100); }
#result_report { margin-bottom: 1em; }
#results .description,
#results .url { margin-top: 0.25em; }
#results .url { color: #949494; }

/* Mobile */

@media (max-width: 767px) {
	.search { float: left; margin-left: 0; padding: 20px 0; width: 100%; }

	.search .search-field { width: 100%; height: 40px; line-height: 40px; padding-right: 75px; }
	.search .search-btn { font-size: 18px; }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { padding: 20px 0 22px; }
.section blockquote, .section-content blockquote { font-size: 17px; font-style: italic; line-height: 1.63; margin-left: 3em; }
.section p a { font-weight: 700; color: #363636; text-decoration: none; }
.section p a:hover { color: #5ec0e0; }
.section li a { font-weight: 700; color: #363636; text-decoration: none; }
.section li a:hover { color: #5ec0e0; }
.section p,
.section ul { font-size: 17px; color: #363636; line-height: 1.63; padding-left: 12px; padding-right: 12px; }
.section ul { list-style-type: disc; margin-left: 2em; }
.section ul ul { list-style-type: circle; margin-left: 4em; }
.section ul li { margin-bottom: 0.25em; }

.section #blog h2, .section #news h2 { font-size: 1.4em; padding-left: 12px; padding-right: 12px; }

/* Mobile */

@media (max-width: 767px) {
	.section { text-align: center; }
	.section p { padding-left: 0; }
}


/* ------------------------------------------------------------ *\
	Section-About
\* ------------------------------------------------------------ */

.section-about { background-size: cover; background-position: top center; padding: 111px 0 78px; color: #6bd1f3; }

.section-about .shell:after { content: ''; line-height: 0; display: table; clear: both; }

.section-about .section-aside { float: left; width: 33%; padding-left: 21px; }
.section-about .section-content { float: right; width: 63.5%; }

.section-about .section-title { font-size: 60px; text-transform: uppercase; font-weight: 400; line-height: 1.1; margin-bottom: 14px; text-shadow: 0 0 16px rgba(10,11,11,.75); }
.section-about h3 { font-size: 40px; font-weight: 400; text-transform: uppercase; margin: 40px 0 17px; text-shadow: 0 0 16px rgba(10,11,11,.75); }
.section-about h3:last-of-type { margin-top: 28px; }

.section-about p { color: #fdfcfc; font-size: 17px; font-weight: 300; margin-bottom: 21px; line-height: 1.5; text-shadow: 0 0 16px rgba(10,11,11,.75); }
.section-about p a { color: #6bd1f3; text-decoration: none; }
.section-about p a:hover { color: #5ec0e0; }
.section-about .nav-secondary a { color: #fff; }
.section-about .nav-secondary a:hover { color: #5ec0e0; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-about { padding: 40px 0; }

	.section-about .section-content { width: 70%; }
	.section-about .section-aside { width: 30%; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-about { padding: 30px 0; text-align: center; }

	.section-about .section-title { font-size: 33px; margin-bottom: 20px; }
	.section-about h3 { font-size: 26px; }
	.section-about p { font-size: 16px; }

	.section-about .section-aside,
	.section-about .section-content { width: 100%; }

	.section-about .section-aside { text-align: center; margin-bottom: 20px; }
}



/* ------------------------------------------------------------ *\
	Section-Donation
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
.section-donation { background: #5ec0e0 url(../images/section-donation-bg.png) right top no-repeat; font-size: 0; padding: 60px 0 68px; }
.section-donation .shell:after { content: ''; line-height: 0; display: table; clear: both; }
\* ------------------------------------------------------------ */

.section-donation { background: #5ec0e0 url(../images/section-donation-bg.png) right top no-repeat; font-size: 0; padding: 50px 0 58px; }
.section-donation .shell:after { content: ''; line-height: 0; display: table; clear: both; }

/* ------------------------------------------------------------ *\
.section-donation h2 { font-size: 60px; font-weight: 400; color: #bb046a; text-transform: uppercase; margin-bottom: 0; letter-spacing: 0.055em; }
.section-donation strong { font-size: 32px; color: #fff; font-weight: 300; display: block; letter-spacing: 0.04em; }
.section-donation p { color: #fff; font-size: 24px; line-height: 1.2; }
.section-donation .btn { letter-spacing: 0.1em; }
\* ------------------------------------------------------------ */

.section-donation h2 { font-size: 36px; font-weight: 400; color: #bb046a; text-transform: uppercase; margin-bottom: 0; letter-spacing: 0.055em; }
.section-donation strong { font-size: 18px; /* color: #fff; */ color: #363636; font-weight: 300; display: block; letter-spacing: 0.04em; }
.section-donation p { color: #fff; font-size: 24px; line-height: 1.2; }
.section-donation .btn { letter-spacing: 0.1em; font-size: 20px; }


.section-donation .section-content { display: inline-block; vertical-align: middle; width: 72%; padding-left: 28px; }
.section-donation .section-actions { display: inline-block; vertical-align: middle; width: 28%; text-align: right; padding-right: 19px; }

/* Section-Donations-Secondary */

.section-donation-secondary { padding: 63px 0 60px; }

.section-donation-secondary h2 { margin-bottom: 0; letter-spacing: 0.055em; }
.section-donation-secondary .section-content { padding-left: 28px; width: 72%; }
.section-donation-secondary .section-actions { width: 28%; padding-right: 19px; }

/* ------------------------------------------------------------ *\
	Section-Donation-Teritary
\* ------------------------------------------------------------ */

.section-donation-teritary .section-content { padding-left: 28px; width: 72%; }
.section-donation-teritary .section-actions { width: 28%; padding-right: 19px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-donation h2 { font-size: 50px; }
	.section-donation strong { font-size: 32px; }
	.section-donation p { font-size: 22px; }

	.section-donation .section-content { width: 65%; padding-left: 0; }
	.section-donation .section-actions { width: 35%; padding-right: 0; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-donation { padding: 20px 0; text-align: center; }
	.section-donation h2 { font-size: 34px; }
	.section-donation strong { font-size: 22px; }

	.section-donation .section-content,
	.section-donation .section-actions { display: block; width: 100%; }

	.section-donation .section-actions { padding-top: 10px; text-align: left; }
}

/* ------------------------------------------------------------ *\
	Section Help
\* ------------------------------------------------------------ */

.section-help { background-size: cover; background-position: top center; padding: 232px 0 165px; color: #f00088; }

.section-help .shell:after { content: ''; line-height: 0; display: table; clear: both; }
.section-help .section-aside { float: left; width: 25%; padding-left: 21px; }
.section-help .section-content { float: right; width: 63.5%; }

.section-help .section-title { font-size: 60px; text-transform: uppercase; font-weight: 500; line-height: 1.1; margin-bottom: 15px; }
.section-help .section-title + p { margin-bottom: 24px; }
.section-help h3 { font-size: 30px; font-weight: 400; line-height: 1.2; }

.section-help p { font-size: 17px; color: #363636; font-weight: 300; margin-bottom: 22px; line-height: 1.5; }
.section-help p a { color: #f00088; font-size: 19px; font-weight: bold; text-decoration: none; }
.section-help p a:hover,
.section-help .nav-secondary a:hover { color: #e00077; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-help { padding: 40px 0; }

	.section-help .section-content { width: 70%; }
	.section-help .section-aside { width: 30%; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-help { padding: 30px 0; text-align: center; }

	.section-help .section-title { font-size: 33px; }
	.section-help h3 { font-size: 26px; }
	.section-help p { font-size: 16px; }

	.section-help .section-aside,
	.section-help .section-content { width: 100%; }

	.section-help .section-aside { text-align: center; margin-bottom: 20px; padding-left: 0; }
}

/* ------------------------------------------------------------ *\
	Section Primary
\* ------------------------------------------------------------ */

.section-primary { position: relative; min-height: 650px; z-index: 2; }

.section-primary .section-content { position: absolute; top: 0; bottom: 0; left: 50%; width: 50%; }
.section-primary .section-aside { display: inline-block; width: 50%; margin-top: -215px; background: #fff; padding: 12px 12px 40px 12px; }

/* Mobile */

@media (max-width: 767px) {
	.section-primary .section-aside { display: block; width: 100%; margin-top: 0; padding-left: 0; padding-right: 0; padding-bottom: 10px; }

	.section-primary .section-content { position: static; height: auto; width: 100%; }
}

/* ------------------------------------------------------------ *\
	Section Secondary
\* ------------------------------------------------------------ */

.section-secondary { height: 488px; background-size: cover; background-position: top center; }

.section-secondary .section-content { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: center; }
.section-secondary .section-content h3 { color: #fff; font-size: 30px; line-height: 1.47; font-weight: 400; }

/* Mobile */

@media (max-width: 767px) {
	.section-secondary { height: auto; padding: 20px 0; }
	.section-secondary .section-content { -webkit-transform: none; -ms-transform: none; transform: none; }
	.section-secondary .section-content h3 { font-size: 24px; }
}


/* ------------------------------------------------------------ *\
	Section-Contacts
\* ------------------------------------------------------------ */

.section-contacts { position: relative; min-height: 700px; padding: 55px 0 30px; }
.section-contacts .shell:after { content: ''; line-height: 0; display: table; clear: both; }

.section-contacts a[href^="tel"] { font-weight: 400; }
.section-contacts h3 { font-size: 30px; font-weight: 400; line-height: 1.35; margin: 1em 0 0.4em 0; }
.section-contacts h4, .section h4 { font-weight: 700; color: #f00088; text-transform: uppercase; margin-bottom: 2px; line-height: 1; }
.section-contacts h5, .section h5 { font-size: 20px; font-weight: 700; /* color: #5ec0e0; */ color: #269dc5; margin: 1.3em 0 1em 0; }
.section-contacts p { color: #363636; font-size: 17px; line-height: 1.4; margin-bottom: 0; }
.section-contacts p span { color: #e0007f; /* font-weight: 700; */ }
.section-contacts p a { /* font-weight: 700; */ color: #363636; /* text-decoration: none; */ }
.section-contacts p a:hover { color: #5ec0e0; text-decoration: none; }
.section-contacts table td,
.section-contacts table th { vertical-align: top; }
.section-contacts .section-content > h3:first-child,
.section-contacts .section-content > h4:first-child { margin-top: 0; }
.section-contacts .section-content ul ul { list-style-type: circle; }

.section-contacts .section-aside { float: left; width: 25%; padding-left: 21px; /* padding-top: 4px; */ position: relative; z-index: 2; }
.section-contacts .section-content { float: right; width: 70%; }

.section-contacts .section-image { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-272px); -ms-transform: translateY(-272px); transform: translateY(-272px); z-index: 1; }
.section-contacts .section-group + .section-group { margin-top: 37px; }
.section-contacts .breadcrumbs a { font-size: 19px; font-weight: 700; color: #f00088; text-decoration: none; }
.section-contacts .breadcrumbs a:hover { color: #5ec0e0; }

/* Small Desktop */

@media (max-width: 1200px) {
	.section-contacts { padding: 30px 0; }

	.section-contacts h3 { font-size: 26px; margin-bottom: 20px; }
	.section-contacts h4, .section h4 { font-size: 24px; margin-bottom: 20px; }
	.section-contacts p { font-size: 16px; }

	.section-contacts .section-group + .section-group { margin-top: 20px; }

	.section-contacts .section-image { max-width: 100px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-contacts h3 { font-size: 22px; }
	.section-contacts h4, .section h4 { font-size: 20px; }

	.section-contacts .section-aside { width: 30%; }
	.section-contacts .section-content { width: 70%; }
}

/* Mobile */

@media (max-width: 767px) {
	*{ text-align:left; }
	.section-contacts .section-aside,
	.section-contacts .section-content { width: 100%; text-align: left; }

	.section-contacts h4, .section h4 { line-height: 1.5; }
	.section-contacts .section-image { display: none; }

	.section-contacts .section-aside { padding-left: 0; margin-bottom: 20px; }
	.footer .footer-aside,
	.feature span{ text-align:left; }
}

@media print and (max-width: 767px) {
	.section-contacts .section-aside { display: none; }
	.section-contacts .section-content { text-align: left; }
}

/* ------------------------------------------------------------ *\
	Secondary Page Template
\* ------------------------------------------------------------ */

#prev-next { margin-top: 1em; position: relative; }
#prev-next a,
#prev-next p { font-size: 14px; }
#prev-next p#pg { text-align: center; }
#prev-next p#next { margin: 0px; position: absolute; right: 0px; top: 0px; }
#prev-next p#prev { margin: 0px; position: absolute; top: 0px; }
.section-contacts .section-content ol,
.section.section ol { line-height: 1.63; list-style-type: decimal; margin-left: 2em; padding-left: 12px; padding-right: 12px; }
.section-contacts .section-content p { margin-bottom: 1.3em; }
.section-contacts .section-content table td { padding: 5px; }
.section-contacts .section-content table th { font-weight: 700; padding: 5px; text-align: center; }
.section-contacts .section-content ol,
.section.section ol,
.section-contacts .section-content ul { font-size: 17px; line-height: 1.63; list-style-type: disc; margin-left: 2em; padding-left: 12px; padding-right: 12px; }
/*.section-contacts .section-content ul li a:hover { font-size: 17px; }*/
.section-contacts .section-content #admin-help a.doc, .section-contacts .section-content .qa_accordion a.doc { background-image: url("../images/icons/doc.png"); }
.section-contacts .section-content #admin-help a.doc,
.section-contacts .section-content #admin-help a.pdf,
.section-contacts .section-content .qa_accordion a.doc,
.section-contacts .section-content .qa_accordion a.pdf { background-repeat: no-repeat; background-size: 24px 24px; display: inline-block; min-height: 24px; padding-left: 29px; }
.section-contacts .section-content #admin-help a.pdf, .section-contacts .section-content .qa_accordion a.pdf { background-image: url("../images/icons/pdf.png"); }
.section-contacts .section-content #admin-help ul, .section-contacts .section-content .qa_accordion ul { margin-left: 0; padding-left: 0; padding-right: 0; }
.section-contacts .section-content #admin-help h3, .section-contacts .section-content .qa_accordion h3 {	margin: 1.5em 0 -0.5em 0; }
.section-contacts .section-content #admin-help > ul { margin-left: 0; }
.section-contacts .section-content #admin-help > ul > div > p:last-child { margin-bottom: 0; }
.section-contacts .section-content #admin-help > ul > li { background-color: #fff; background-image: none; border-color: #ccc; margin: 0.25em 0 0; }
.section-contacts .section-content #admin-help ul ul li.portal-subcategory, .section-contacts .section-content .qa_accordion ul li.portal-subcategory { margin-top: 1em; }
.section-contacts .section-content #admin-help ul ul li.portal-subcategory strong, .section-contacts .section-content .qa_accordion ul li.portal-subcategory strong { display: inline-block; padding-bottom: 0.25em; }
.section-contacts .section-content #admin-help ul ul li.portal-subcategory:first-child, .section-contacts .section-content .qa_accordion ul li.portal-subcategory:first-child { margin-top: 0; }
.section-contacts .section-content #admin-help ul ul { list-style: none; margin-left: 0; }
.section-contacts .section-content #admin-help > ul > li:hover,
.section-contacts .section-content #admin-help > ul > li.ui-accordion-header-active { background-color: #ccc; border-color: #aaa; }
.section-contacts .section-content #admin-help.ui-widget, .section-contacts .section-content #admin-help ul.ui-widget { font-family: 'Cabin', sans-serif; }

/* ------------------------------------------------------------ *\
	Alt. Secondary Page Template
\* ------------------------------------------------------------ */

.section #blog > div > div, .section #news > div > div { box-sizing: border-box; display: table; float: left; width: 50%; padding: 0 1em 3em 0; table-layout: fixed; }
.section #blog > div > div > div, .section #news > div > div > div { display: table-cell; vertical-align: top; width: 100%; }
.section #blog > div > div > .img-container, .section #news > div > div > .img-container { width: 131px; }
.section #blog > div > div > .img-container > div, .section #news > div > div > .img-container > div { border-radius: 50% 50% 50% 50%; margin-right: 1em; height: 117px; margin-right: 14px; overflow: hidden; position: relative; width: 117px; }
.section #blog > div > div > .img-container  > div img, .section #news > div > div > .img-container  > div img { height: 117px; left: 50%; margin-left: -115px; margin-right: 14px; max-width: none; position: absolute; width: 230px; }
.section #blog > div > div:last-child, .section #news > div > div:last-child { float: right; padding: 0 0 2em 1em; }
.section #blog h2, .section #news h2 { font-size: 24px; line-height: 1.25; margin-bottom: 12px; }
.section #blog h2 a, .section #news h2 a { text-decoration: none; }
.section #blog h2 a:hover, .section #news h2 a:hover { color: #5ec0e0; }
.section #blog h2, .section #blog p, .section #news h2, .section #news p { padding-left: 0; padding-right: 0; }
.section #blog li a, .section #blog p a { font-weight: 400; color: #363636; text-decoration: underline; }
.section #blog li a:hover, .section #blog p a:hover { color: #5ec0e0; text-decoration: none; }
.section #blog p.summary, .section #news p.summary { color: #636363; font-size: 14px; line-height: 1.25; margin-bottom: 14px; }
.section #blog p.summary a:hover, .section #blog p.more a:hover, .section #news p.summary a:hover, .section #news p.more a:hover { color: #5ec0e0; }
.section #blog p.more, .section #news p.more { font-size: 14px; text-transform: uppercase; }
.section #blog p.more span, .section #news p.more span { color: #e0007f; padding-right: 21px; }
.section #blog p.more a, .section #news p.more a { display: inline-block; font-weight: 700; padding-left: 26px; position: relative; text-decoration: none; }
.section #blog p.more a i, .section #news p.more a i { color: #e0007f; }
.section #blog p.more a:before, .section #news p.more a:before { position:absolute; top: 50%; left: 0; content: ''; width: 1px; height: 13px; background: #363636; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section #news > div > div { float: none; padding-right: 0; width: 100%; }
	.section #news > div > div:last-child { padding-left: 0; }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider { position: relative; z-index: 1; }
.slider h2 { text-shadow: 1px 1px 3px rgba(0, 0, 0, .75); }
.slider .owl-carousel {  }

.slider .owl-carousel .owl-stage-outer { }

.slider,
.slider .slide { height: 726px; }

.slider .slide { background-size: cover; background-position: center center; position: relative; }
.slider .slide-content { position: absolute; top: 50%; left: 30px; width: calc(100% - 60px); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: center; color: #fff; z-index: 4; }
.slider .slide-content img { position: absolute; left: -30px; top: 10%; width: auto !important; -webkit-transform: translateY(-58%); -ms-transform: translateY(-58%); transform: translateY(-58%); }

.slider .owl-carousel { position: relative; z-index: 3; }

.slider .owl-carousel .owl-stage-outer { width: 100%; }

.slider .owl-carousel .owl-stage,
.slider .owl-carousel .owl-item,
.slider .owl-carousel .owl-stage-outer { position: relative; z-index: 3; }

.slider .owl-dots { position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background: rgba(0,0,0,.32); padding: 15px 7px; z-index: 9; }
.slider .owl-dot { width: 13px; height: 13px; border-radius: 50%; background: #fff; }
.slider .owl-dot + .owl-dot { margin-top: 9px; }

.slider .owl-dot:hover,
.slider .owl-dot.active { background: #ff008c; }

.slider .btn { text-transform: uppercase; font-size: 18px; background: rgba(239,0,136,.67); height: 51px; line-height: 51px; text-decoration: none; padding: 0 32px; border-radius: 3px; }
.slider .btn:hover { background: rgba(239,0,136,.9); }

.slider .slides { list-style: none outside none; }

/* Small Desktop */

@media (max-width: 1200px) {
	.slider .slide-content { padding-left: 60px; }
	.slider .slide-content img { max-width: 100px; }
}

/* Mobile */

@media (max-width: 767px) {
	.slider { margin-top: 0; }

	.slider h2 { font-size: 32px; }
	.slider .slide-content { padding-left: 0; width: 100%; left: 0; }
	.slider .slide-content img { display: none; }

	.slider,
	.slider .slide { height: 400px; }

	.slider .owl-dots { -webkit-transform: none; -ms-transform: none; transform: none; right: 50%; top: auto; bottom: 0; -webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%); padding: 5px; }
	.slider .owl-dot { display: inline-block; margin: 0 5px; }
}

@media (max-width: 480px) {
	.slider .slide-content img { display: none !important; }
}

/* ------------------------------------------------------------ *\
	Slider Secondary
\* ------------------------------------------------------------ */

.slider-secondary .slide { height: 233px; background-size: cover; background-position: center center; }
.slider-secondary .slide a { display: block; height: 100%; width: 100%; }

.slider-secondary .owl-dots { position: absolute; right: 0; bottom: 0; padding: 14px 17px; z-index: 9; }
.slider-secondary .owl-dot { display: inline-block; width: 11px; height: 11px; border-radius: 50%; background: #fff; }
.slider-secondary .owl-dot + .owl-dot { margin-left: 7px; }

.slider-secondary .owl-dot:hover,
.slider-secondary .owl-dot.active { background: #ff008c; }

/* Mobile */

@media (max-width: 767px) {
	.slider-secondary .slide { height: 310px; }

}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials { color: #6b6564; float: left; }

.socials i { font-size: 27px; }
.socials li + li { margin-left: 29px; }
.socials li { display: inline-block; vertical-align: middle; }
.socials a:hover { color: #fff; }

.socials-secondary { margin-top: 34px; float: right; }
.socials-secondary li + li { margin-left: 28px; }

.socials li a{ position: relative; }
.socials li a span { text-indent: -9999px; position: absolute; display: inline-block; width: 23px; top: 0; left: 0; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.socials-secondary  { float: none; margin-top: 0; }
}

/* Mobile */

@media (max-width: 767px) {
	.socials { float: none; text-align: center; display: block; margin-top: 20px; }

	.socials-secondary { margin-top: 0; }
}

/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */

.subscribe-bar { background: #5ec0e0; z-index: 2;  position: relative; }
.subscribe-bar:after { content: ''; line-height: 0; display: table; clear: both; }
.subscribe { background: #5ec0e0; padding: 12px 22px 12px; text-align: center; width: 50%; float: right; }

.subscribe .subscribe-btn { border-radius: 0; background: none; border: none; cursor: default; font-size: 24px; color: #464646; display: inline-block; vertical-align: middle; }
.subscribe .subscribe-btn i { color: #fc007f; }

.subscribe .subscribe-field { background: none; border-radius: 0; border: none; height: 37px; line-height: 37px; background: #fff; color: #c2c2c2; font-size: 16px; padding: 0 17px; display: inline-block; vertical-align: middle; text-transform: uppercase; width: 183px; margin-left: 20px; }

.subscribe .subscribe-submit { background: #fff; border: none; border-radius: 0; display: inline-block; height: 37px; line-height: 37px; padding: 0 17px; text-transform: uppercase; vertical-align: middle; }

/* Small Desktop */

@media (max-width: 1200px) {
	.subscribe-bar:after { content: ''; line-height: 0; display: table; clear: both; }

	.subscribe { float: right; padding-right: 20px; text-align: left; padding-left: 40px; }
	.subscribe .subscribe-btn { display: block; margin-bottom: 10px; }
	.subscribe .subscribe-field { margin-left: 0; }
}

/* Mobile */

@media (max-width: 767px) {
	.subscribe { float: none; text-align: left; padding: 10px; width: 100%; }

	.subscribe .subscribe-btn { display: inline-block; margin: 10px 10px 10px 0; }
}

/* Mobile */

@media (max-width: 479px) {
	.subscribe .subscribe-btn { display: block; margin: 0 0 10px; }
	.subscribe .subscribe-field { display: block; width: 100%; }
	.subscribe .subscribe-submit { display: block; margin-top: 10px; }

}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table {}

/* ------------------------------------------------------------ *\
	Updates
\* ------------------------------------------------------------ */

.news-extra { font-size: 1.35em; margin-top: 1em; padding-bottom: 1em; }
.news-extra a { color: #f00088; }

.update { margin-bottom: 33px; }

.update h4 { line-height: 1.25; margin-bottom: 12px; letter-spacing: 0.05em; }
.update h4 a { text-decoration: none; }
.update h4 a:hover,
.update .link-more:hover { color: #5ec0e0; }

.update p { color: #636363; line-height: 1.25; letter-spacing: 0.05em; margin-bottom: 14px; }

.update .update-meta { color: #f00088; padding-right: 21px; text-transform: uppercase; letter-spacing: 0.05em; }
.update .link-more { font-weight: 700; text-decoration: none; color: #363636; text-transform: uppercase; padding-left: 26px; position: relative; display: inline-block; letter-spacing: 0.04em;  }
.update .link-more:before { position:absolute; top: 50%; left: 0; content: ''; width: 1px; height: 13px; background: #363636; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.update .link-more i { color: #f00088; }

/* Mobile */

@media (max-width: 767px) {
	.update { margin-bottom: 20px; }
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

.widgets h3 { color: #f00088; letter-spacing: 0.01em; margin-top: 15px; margin-bottom: 14px; }
.widgets .widget-body { padding-right: 75px; }


/* Mobile */

@media (max-width: 767px) {
	.widgets h3 { margin: 20px 0; }

	.widgets .widget-body { padding-right: 0; }
}

/* ------------------------------------------------------------ *\
	IV. Content
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Forms
\* ------------------------------------------------------------ */

@media print {
	.header{
		background-color: #000 !important;
		-webkit-print-color-adjust: exact;
	}
	.navigation-holder, .slider, .subscribe-bar, .section-primary .section-content, .section-aside .widget-head, .section-about .section-aside, .section-donation, .section-help .section-aside{
		display:none !important;
	}
	.section-about{
		background-color: #262626 !important;
		-webkit-print-color-adjust: exact;
		position:relative;
		page-break-inside: avoid;
		-webkit-region-break-inside: avoid;
	}
	.section-help{
		background-color: #E6E6E6 !important;
		-webkit-print-color-adjust: exact;
		padding-top:100px;
	}
	.section-secondary{
		background-color: #C73188 !important;
		-webkit-print-color-adjust: exact;
	}
	.footer{
		background-color: #000 !important;
		-webkit-print-color-adjust: exact;
	}
	.section-primary{
		min-height: 0 !important;
	}
	.section-primary .section-aside{
		width: 100% !important;
		padding-top:50px;
		padding-bottom:60px;
	}
	.section-primary .section-aside .update-actions{
		display:none !important;
	}
	.section-about .section-content,
	.section-help .section-content{
		width: 100% !important;
		float:none !important;
		display:block !important;
	}
	.section-about .section-content .section-title{
		display:none !important;
	}
	.section-about .section-content p{
		font-size:12px !important;
	}
	.section-secondary{
		height: auto !important;
		padding-top:50px;
		padding-bottom:50px;
	}
	.section-secondary .section-content{
		display:block !important;
	}
}

img.tooltip {
	padding: 0 0 4px 4px;
}

p.disclaimer {
	font-size: 1em;
	margin: 2em 0 0 160px;
}

p.error {
	background: #c00;
	color: #fff;
	border: 1px dashed #fff;
	margin: 1em 0 0 0;
	padding: 1em;
}

#educationinfo {
	display: none;
	margin: -5px 0 10px 50px;
}

#radio-multiple-p label {
	margin-bottom:10px;
}

#blog ol { font-size:17px; line-height: 1.63; margin-left: 2em; padding-left: 12px; padding-right: 12px; }

.showhide { margin-top: 0.25em; padding-bottom: 0.5em; }

.section-content .highlight{
    background: #f2f376;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 15px;
    margin-left: -7px;
}

/* Accordion */
.qa_accordion__panel[aria-hidden=true] {
  display: none;
}

.qa_accordion__header {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	font-family: "Cabin", sans-serif;
	font-size: 17px;
	display: block;
	line-height: 1.63;
	margin: 0.25em 0 0;
	padding: 0.5em;
	text-align: left;
	width: 100%;
}

/* title opened */
.qa_accordion__header[aria-expanded="true"] {
	background-color: #ccc;
	border-color: #aaa;
	color: #212121;
}
.qa_accordion__header[aria-expanded="true"]:before {
  content: "- ";
}
/* title closed */
.qa_accordion__header[aria-expanded="false"]:before {
  content: "+ ";
}

/* title selected */
/*.qa_accordion__header[aria-selected="true"]:after {
  content: " (sel)";
}*/
/* title non selected */
/*
.qa_accordion__header[aria-selected="false"]:after {
  content: " (unselc)";
}
*/

.qa_accordion__panel {
	border: 1px solid #aaa;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: 0;
	color: #363636;
	overflow: auto;
	padding: 1em 1.4em;
}

.section-content .qa_accordion__panel ul {
	font-size: 17px;
	line-height: 1.63;
	list-style-type: none;
	margin: 0;
}

/* title in content hidden by default */
.qa_accordion__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


/* Video Tabs */
.tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  background: #e5e5e5;
  box-shadow: 0 48px 80px -32px rgba(0,0,0,0.3);
}
.tabs .input{
  position: absolute;
  opacity: 0;
}
.tabs .label{
  width: 100%;
  padding: 20px 30px;
  background: #e5e5e5;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #363636;
  transition: background 0.1s, color 0.1s;
}
.tabs .label:hover {
  background: #d8d8d8;
}
.tabs .label:active {
  background: #ccc;
}
.tabs .input:focus + .label {
  z-index: 1;
}
.tabs .input:checked + .label {
  background: #fff;
  color:#ff008c;
}
@media (min-width: 600px) {
  .tabs .label {
    width: auto;
  }
}
.tabs .panel {
  display: none;
  padding: 20px 30px 30px;
  background: #fff;
}
@media (min-width: 600px) {
  .tabs .panel {
    order: 99;
  }
}
.tabs .input:checked + .label + .panel {
  display: block;
  width:100%;
}
.tabs iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
  height:auto;
}


/* --- Forms --- */

.section-content form div.checkbox-multiple,
.section-content form div.radio-multiple {
	float: left;
	margin: 1em 0px 0px 0px;
}

.section-content form div.checkbox-multiple input[type="checkbox"] {
	float: left;
	margin: 5px 0px 0px 0px;
}

.section-content form div.checkbox-multiple label {
	clear: none;
	float: left;
	margin: 3px 0px 0px 5px;
	text-align: left;
}

.section-content form div.radio-multiple input[type="radio"] {
	float: left;
	margin: 5px 0px 0px 0px;
}

.section-content form div.radio-multiple label {
	clear: none;
	float: left;
	margin: 3px 0px 0px 5px;
	text-align: left;
	width: 258px;
}

.section-content form input,
.section-content form select,
.section-content form textarea {
	color: #000;
	display: block;
	float: left;
	font-family: 'Cabin', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 1em;
}

.section-content form input[type="hidden"] {
	height: 0px;
	padding: 0px;
}

.section-content form input[type="checkbox"].after {
	display: inline-block;
	float: none;
	margin: 2px 0 10px 10px;
}

.section-content form input[type="checkbox"].below {
	display: inline-block;
	float: none;
	margin: 2px 0 15px 0;
}

.section-content form input[type="checkbox"],
.section-content form input[type="radio"] {
	float: left;
	height: 13px;
	margin: 5px 0 0 160px;
	padding: 0px;
	width: 13px;
}

.section-content form input[type="password"],
.section-content form input[type="submit"],
.section-content form input[type="text"],
.section-content form select {
	min-height: 22px;
}

.section-content form input[type="password"],
.section-content form input[type="submit"],
.section-content form input[type="text"],
.section-content form select,
.section-content form textarea {
	border: 1px solid #949494;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.section-content form input[type="password"],
.section-content form input[type="text"],
.section-content form textarea {
	padding: 0 3px;
	width: 400px;
}

.section-content form input[type="submit"] {
	background-color: #949494;
	border: 0;
	border-radius: 4px;
	color: #fff;
	margin-left: 160px;
	margin-top: 1em;
	padding: 0px 5px;
}

.section-content form input.close {
	margin-top: 3px;
}

.section-content form input.short {
	width: 50px;
}

.section-content form input.zip {
	width: 100px;
}

.section-content form label {
	color: #333;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
	text-align: right;
	width: 150px;
}

.section-content form label span,
.section-content form legend span,
.section-content form p.radio span {
	color: #c00;
}

.section-content form label.checkbox,
.section-content form label.radio {
	color: #333;
	float: left;
	margin: 3px 0px 0px 5px;
	padding: 0px;
	text-align: left;
	width: 382px;
}

.section-content form label.checkbox em,
.section-content form label.radio em {
	color: #949494;
	display: inline-block;
	font-size: 0.9em;
	font-style: normal;
	padding-left: 0.25em;
}

.section-content form label.checkbox.after {
	display: inline;
	float: none;
	margin-left: 0;
	vertical-align: top;
	width: auto;
}

.section-content form label.close {
	margin-top: 3px;
}

.section-content form label.inline {
	color: #333;
	display: inline;
}

.section-content form p label {
	color: inherit;
}

.section-content form p.caption {
	color: #656565;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-left: 160px;
	margin-top: 0.3em;
	width: 400px;
}

.section-content form p.field {
	margin-bottom: 0px;
	margin-top: 1em;
}

.section-content form legend,
.section-content form p.radio {
	color: #333;
	font-size: 14px;
	margin: 1em 0 0 0;
}

.section-content form p.required {
	color: #656565;
	font-size: 0.9em;
	margin-left: 160px;
}

.section-content form p.required span {
	color: #c00;
	font-size: 1.11em;
}

.section-content form p.text {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 0px;
	font-size: 14px;
	margin-top: 1em;
}

.section-content form p.text em {
	color: #656565;
	font-style: italic;
}

.section-content form p.upload {
	float: left;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
}

.section-content form p.upload-image {
	float: left;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
}

.section-content form p.upload-image a {
	display: block;
	font-size: 1em;
	margin-top: 3px;
}

.section-content form p.upload-image img {
	border: 0px;
	display: inline;
	max-height: 150px;
	max-width: 150px;
}

.section-content form select {
	margin-left: 0px;
	margin-top: 1em;
}

.section-content form select option {
	padding-top: 2px; /* Fix for Firefox */
}

.section-content form span.mceEditor {
	display: block;
	float: left;
	margin-top: 1em;
}

.section-content form textarea {
	height: 100px;
	padding: 3px;
	resize: none;
}

.section-content form textarea.long {
	height: 200px;
}

.section-content form #internalcomments {
	display: none;
}

.section-content form .column {
	float: left;
	margin-right: 20px;
}

.section-content form .formError {
	padding-top: 1em;
}

.section-content form .group {
	float: left;
	margin-right: 10px;
}

.section-content form .group input.datepicker {
	width: 100px;
}

.section-content form .group label.auto {
	width: auto;
}

.section-content form .row {
	background-color: #eeeeee;
	padding: 5px 6px;
}

.section-content form .row input {
	margin: 0em;
}

.section-content form#contact {
	float: left;
}

@media (max-width: 767px) {
	.section-content form div.checkbox-multiple,
	.section-content form div.radio-multiple,
	.section-content form input,
	.section-content form label,
	.section-content form select,
	.section-content form span.mceEditor,
	.section-content form textarea {
		float: none;
		margin-top: 0;
	}
	
	.section-content form input[type="checkbox"],
	.section-content form input[type="radio"],
	.section-content form input[type="submit"],
	.section-content form p.caption,
	.section-content form p.required {
		margin-left: 0;
	}
	
	.section-content form input[type="password"],
	.section-content form input[type="text"],
	.section-content form label,
	.section-content form p.caption,
	.section-content form textarea {
		width: 100%;
	}
	
	.section-content form label {
		margin-top: 1em;
		padding: 0 0 3px 0;
	}
	
	.section-content form label,
	.section-content form p.text {
		margin-right: 0;
		text-align: left;
	}
	
	.section-content form p.caption,
	.section-content form p.required {
		text-align: left;
	}
	
	.section-content form legend,
	.section-content form p.radio {
		font-size: 14px;
		margin-bottom: 0;
		text-align: left;
	}
	
	.section-content form p.text {
		padding: 0;
	}
	
	.section-content form p.upload,
	.section-content form p.upload-image {
		float: none;
		margin-right: 0;
		margin-top: 0;
		padding: 0;
	}
	
	.section-content form#contact {
		float: none;
	}
}

/* --- Font Awesome --- */

/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.2');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


/* --- Owl Carousel --- */

/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


/* --- Lightbox --- */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* --- Form Validation --- */

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}


/* --- Print --- */

@media print {
	.btn.btn-grey,
	.btn-menu span,
	.footer-inner,
	.header.btn-menu,
	.header-inner,
	.section-aside,
	.slider, 
	.section-contacts .section-image, 
	.section-donation.section-donation-secondary { display: none; }
	
	.intro{ height:200px; }
	body .intro-secondary .intro-content { position:static !important; }
	.intro-secondary .intro-content img { display:none; }
	body .intro h2 {font-size: 28px !important; line-height:1.5em !important; color:#FFF !important; padding-left:0 !important; }
	
	body .shell { max-width: 100%  !important; }
	
	.section-contacts { min-height: 0; }
	
	.section-contacts .section-image{ -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);  }
	
	.section-primary .section-aside{ margin-top:0; }
	
	.section-contacts .section-content{ float:none; width:100%; }
	
	.section-help{ page-break-after: always; }
	
	.section-secondary .section-content{ -webkit-transform: translateY(5%); -ms-transform: translateY(5%); transform: translateY(5%); }
	
	.header{ position: static; }
	
	.feature{ height: 224px; }
}

/* --- Customizations --- */

/*
Content style customizations
*/

a.custom-button {
	background-color: #bb046a;
	border-radius: 4px;
	color: #fff !important;
	font-size: 1.2em;
	display: inline-block;
	padding: 10px 20px;
}

a.custom-button:hover {
	background-color: #000;
}

mark a:hover {
	color: #000 !important;
}

ul.custom-emphasis li {
	font-size: 1.2em;
	font-weight: bold;
}

/*
Other adjustments
*/

form hr
{
background: #ccc;
border: 0;
height: 1px;
margin: 2em 0 1em 0;
}

form p.caption {
	margin-bottom: 0 !important;
}

form .radio-float {
	
}

h3
{
padding-bottom: 10px;
padding-top: 15px;
}

h4
{
padding-bottom: 10px;
padding-top: 20px;
}

ul
{
color: #363636;
}

ol
{
list-style-type: decimal;
color: #363636;
}

p.align-center {
	text-align: center;
}

sub, sup
{
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sup
{
top: -0.5em;
}

sub
{
bottom: -0.25em;
}

#announcement-banner {
	background-color: #c00;
	color: #fff;
}

#announcement-banner a {
	color: #fff;
}

#announcement-banner p {
	margin: 0;
	padding: 1em 0;
	text-align: center;
}

.pquote {
    float: left;
    width: 300px;
    border: 1px solid #5ec0e0;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px; 
	padding-bottom: 20px;
}

.nav li ul a{
	display:none;
}
.nav li ul a:last-child{
	display:block;
}

