/*
Theme Name: hccf_two
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hccf_two

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hccf_two is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/* 
	Table of Contents
	update on Mon May 16 2016 09:23:10 GMT+0300 (FLE Summer Time)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     03. Fonts ------------------------------------
	         Droid Serif ------------------------------
	         Zona Pro ---------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     04. Header -----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	         Small Desktop ----------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Alert ------------------------------------
	         Mobile -----------------------------------
	     02. Article ----------------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     03. Button -----------------------------------
	         Button Yellow ----------------------------
	         Button Blue ------------------------------
	         Button Green -----------------------------
	         Button White -----------------------------
	         Tablet Portrait --------------------------
	     04. Form Elements ----------------------------
	     05. Form Donate ------------------------------
	         Mobile -----------------------------------
	     06. Graph ------------------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     07. List -------------------------------------
	     08. Logo -------------------------------------
	     09. Nav --------------------------------------
	         Tablet Portrait --------------------------
	     10. Nav Dropdown -----------------------------
	         Tablet Portrait --------------------------
	     11. Section ----------------------------------
	     12. Section Video ----------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     13. Section About ----------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     14. Section Infographic ----------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     15. Section Banner ---------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     16. Section Story ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     17. Slider -----------------------------------
	     18. Tabs Community ---------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     19. Table ------------------------------------
	     20. Widget -----------------------------------
	     21. Widget Nav -------------------------------
	         Tablet Portrait --------------------------
	     22. Widget Buttons ---------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
 */

.ico-arrow-right { background-image: url(images/sprite.png); background-position: -46px 0; width: 8px; height: 13px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-close { background-image: url(images/sprite.png); background-position: -26px 0; width: 16px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-info-large { background-image: url(images/sprite.png); background-position: 0 0; width: 22px; height: 49px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-info { background-image: url(images/sprite.png); background-position: -26px -20px; width: 10px; height: 22px; display: inline-block; vertical-align: middle; font-size: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.ico-arrow-right { background-image: url(images/sprite.@2x.png); background-position: -42px 0; background-size: 50px 49px; width: 8px; height: 13px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-close { background-image: url(images/sprite.@2x.png); background-position: -24px 0; background-size: 50px 49px; width: 16px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-info-large { background-image: url(images/sprite.@2x.png); background-position: 0 0; background-size: 50px 49px; width: 22px; height: 49px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-info { background-image: url(images/sprite.@2x.png); background-position: -24px -18px; background-size: 50px 49px; width: 10px; height: 22px; display: inline-block; vertical-align: middle; font-size: 0; }
}

.header .header-inner:after,
.article .article-body:after { content: ''; line-height: 0; display: table; clear: both; }

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

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; }
h1 strong, h2 strong, h3 strong { font-weight: normal; }

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

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: 'Droid Serif', serif; font-size: 16px; line-height: 1.5; color: #606060; }

a,
a:focus { color: #0fadf1; text-decoration: none; transition: color .4s ease; }

a:hover { color: #606060; text-decoration: none; }
a:active { color: #0b82b5; text-decoration: none; }


a[href^="tel"] { text-decoration: none; }

h1 { font-size: 52px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 21px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'Zona Pro', sans-serif; margin-bottom: 0.75em; }

p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.5em; }

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

.on-device .section-video .section-bg video { display: none; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	h1 { font-size: 42px; }
	h4 { font-size: 18px; }

	.no-scroll,
	.no-scroll .wrapper { height: 100%; overflow: hidden; }
}

/* Mobile */

@media (max-width: 719px) {
	h1 { font-size: 32px; }
	h2 { font-size: 28px; }
	h4 { font-size: 16px; }
	h5 { font-size: 16px; }
}

h3 {
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  margin-top: 1.8em;
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/*  Droid Serif  */

@font-face {
    font-family: 'Droid Serif';
    src: url('fonts/droidserif-webfont.eot');
    src: url('fonts/droidserif-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-webfont.woff') format('woff'),
         url('fonts/droidserif-webfont.ttf') format('truetype'),
         url('fonts/droidserif-webfont.svg#droid_serifregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('fonts/droidserif-italic-webfont.eot');
    src: url('fonts/droidserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-italic-webfont.woff') format('woff'),
         url('fonts/droidserif-italic-webfont.ttf') format('truetype'),
         url('fonts/droidserif-italic-webfont.svg#droid_serifitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('fonts/droidserif-bold-webfont.eot');
    src: url('fonts/droidserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-bold-webfont.woff') format('woff'),
         url('fonts/droidserif-bold-webfont.ttf') format('truetype'),
         url('fonts/droidserif-bold-webfont.svg#droid_serifbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('fonts/droidserif-bolditalic-webfont.eot');
    src: url('fonts/droidserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-bolditalic-webfont.woff') format('woff'),
         url('fonts/droidserif-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/droidserif-bolditalic-webfont.svg#droid_serifbold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}

/*  Zona Pro  */

@font-face {
    font-family: 'Zona Pro';
    src: url('fonts/zonapro-light-webfont.eot');
    src: url('fonts/zonapro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/zonapro-light-webfont.woff') format('woff'),
         url('fonts/zonapro-light-webfont.ttf') format('truetype'),
         url('fonts/zonapro-light-webfont.svg#zona_prolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro';
    src: url('fonts/zonapro-regular-webfont.eot');
    src: url('fonts/zonapro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/zonapro-regular-webfont.woff') format('woff'),
         url('fonts/zonapro-regular-webfont.ttf') format('truetype'),
         url('fonts/zonapro-regular-webfont.svg#zona_proregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro';
    src: url('fonts/zonapro-semibold-webfont.eot');
    src: url('fonts/zonapro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/zonapro-semibold-webfont.woff') format('woff'),
         url('fonts/zonapro-semibold-webfont.ttf') format('truetype'),
         url('fonts/zonapro-semibold-webfont.svg#zona_prosemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro';
    src: url('fonts/zonapro-bold-webfont.eot');
    src: url('fonts/zonapro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/zonapro-bold-webfont.woff') format('woff'),
         url('fonts/zonapro-bold-webfont.ttf') format('truetype'),
         url('fonts/zonapro-bold-webfont.svg#zona_probold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro';
    src: url('fonts/zonapro-black-webfont.eot');
    src: url('fonts/zonapro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/zonapro-black-webfont.woff') format('woff'),
         url('fonts/zonapro-black-webfont.ttf') format('truetype'),
         url('fonts/zonapro-black-webfont.svg#zona_problack') format('svg');
    font-weight: 900;
    font-style: normal;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content: ''; line-height: 0; display: table; clear: both; }


/*  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 {}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer .footer-inner { padding: 37px 0 25px; position: relative; font-size: 0; }

.footer .footer-contacts-inner { width: 312px; display: inline-block; vertical-align: top; padding-left: 26px; position: relative; margin-bottom: 20px; }
.footer .footer-contacts-inner:before { content: ''; width: 2px; height: 79px; background-color: #e7cb58; position: absolute; left: 0; top: 2px; }

.footer .footer-contacts h6 { font-weight: 400; color: #05357a; text-transform: uppercase; line-height: 1.3; margin-bottom: 7px; }
.footer .footer-contacts p { margin: 0; font-size: 14px; color: #606060; line-height: 1.3; }
.footer .footer-contacts p.phone { margin-bottom: 7px; }
.footer .footer-contacts p.phone a { font-size: 14px; color: #606060; }
.footer .footer-contacts p.phone span { font-weight: 700; color: #05357a; margin-right: 8px; }
.footer .footer-contacts p.email a { color: #606060; }

.footer-contacts {
  display: inline-block;
}

/*.footer .credits { position: absolute; right: 2px; bottom: 18px; font-size: 14px; color: #606060; } */

.footer .credits {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 20px;
  font-size: 14px; 
  color: #606060;
  float: right;
}
.footer .credits a { font-weight: 700; color: #05357a; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.footer .footer-inner { padding: 37px 0 70px; }
	.footer .credits { right: auto; left: 0; }

	.footer .footer-contacts-inner:before { top: 0; height: 100%; }
}

/* Mobile */

@media (max-width: 719px) {
	.footer .footer-contacts-inner { width: auto; display: block; padding: 0; }
	.footer .footer-contacts-inner ~ .footer-contacts-inner { margin-top: 30px; }
	.footer .footer-contacts-inner:before { display: none; }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { width: 100%; position: absolute; left: 0; top: 0; z-index: 999; }
.header .header-inner { padding: 22px 0; position: relative; }
.header .header-inner:after { }

.header .logo { float: left; }
.header .nav { float: right; }
.header .btn-donate-tablet { display: none; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.header .nav-open,
	.header .btn-donate-tablet { float: right; display: inline-block; }	

	.header .nav-open { margin-left: 15px; }
}

/* Mobile */

@media (max-width: 719px) {
	.header .logo { margin-top: 10px; }
	.header .logo img { width: 80px; height: auto; }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main {}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1224px; margin: auto; }

/* Small Desktop */

@media (max-width: 1223px) {
	.shell { padding: 0 25px; }
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar {}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100%; position: relative; overflow: hidden; }

/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Alert
\* ------------------------------------------------------------ */

.alert { position: relative; padding-left: 85px; }
.alert p { font-weight: 700; color: #05357a; margin: 0; }
.alert .icon { width: 64px; height: 64px; border-radius: 50%; position: absolute; left: 0; top: 0; text-align: center; line-height: 64px; }
.alert .icon .ico-info-large { display: none; }

.alert-info .icon { background-color: #dcb208; }

/* Mobile */

@media (max-width: 719px) {
	.alert { padding-left: 0; padding-top: 115px; }
	.alert .icon { width: 96px; height: 96px; line-height: 96px; left: 50%; margin-left: -48px; }
	.alert .icon .ico-info { display: none; }
	.alert .icon .ico-info-large { display: inline-block; }
}

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article { position: relative; z-index: 10; }
.article > .shell { position: relative; }

.article > .shell:before,
.article > .shell:after { content: ''; width: 2px; height: 275px; background-color: #bebebe; position: absolute; top: 46px; }

.article > .shell:before { left: 35px; }
.article > .shell:after { right: 35px; }

.article .article-inner { margin: -46px 50px 0; padding: 50px 56px 22px; background-color: #fff; border-top: 2px solid #c5c5c5; position: relative; }

.article .article-inner:before,
.article .article-inner:after { content: ''; width: 2px; height: 375px; background-color: #c5c5c5; position: absolute; top: 0; }

.article .article-inner:before { left: 0; }
.article .article-inner:after { right: 0; }

.article .article-head { position: relative; }

.article .article-head:before,
.article .article-head:after { content: ''; width: 2px; height: 276px; background-color: #c5c5c5; position: absolute; top: -6px; }

.article .article-head:before { left: 100%; margin-left: 65px; }
.article .article-head:after { right: 100%; margin-right: 65px; }

.article .article-body:after { }

.article-sidebar { 
  float: left; width: 20.6%; padding-top: 40px; 
  
}

.article-entry { float: left; width: 68.8%; margin-left: 10%; padding-top: 40px; }
.article-entry blockquote { font-family: 'Zona Pro', sans-serif; margin-bottom: 53px; position: relative; z-index: 1; }
.article-entry blockquote:before { content: ''; width: 90px; height: 90px; background-color: #dcb208; border-radius: 50%; position: absolute; left: -37px; top: -30px; z-index: -1; }
.article-entry blockquote p { font-weight: 700; font-size: 24px; color: #05357a; text-transform: uppercase; letter-spacing: -0.02em; margin-bottom: 7px; margin-right: -5px; line-height: 1.2; }
.article-entry blockquote cite { display: block; font-style: normal; font-weight: 300; font-size: 16px; color: #4d4d4d; letter-spacing: -0.02em; }

.article-entry p { margin-bottom: 16px; }
.article-entry p a { font-weight: 700; }
.article-entry h2 { font-weight: 400; color: #dcb208;  margin-top: 30px; margin-bottom: 4px; line-height: 1.32; }

.article-entry .alert { margin: 64px 0 40px; }

/* Small Desktop */

@media (max-width: 1223px) {
	.article > .shell:before { left: 60px; }
	.article > .shell:after { right: 60px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.article > .shell:before, 
	.article > .shell:after { display: none; }

	.article .article-inner { margin: 0; border: 0; padding: 50px 0 40px 0; }

	.article .article-inner:before, 
	.article .article-inner:after { display: none; }

	.article-sidebar,
	.article-entry { float: none; width: 100%; }

	.article-sidebar { padding-top: 0; }

	.article-entry { margin-left: 0; margin-top: 50px; padding-top: 32px; }

	.article-entry .alert { margin: 64px 0 64px; }

	.article-entry blockquote { margin: 0 20px 46px; }
	.article-entry .alert { margin: 58px 0 0; }
}

/* Mobile */

@media (max-width: 719px) {
	.article .article-inner { padding: 40px 0; }

	.article-entry { padding-top: 30px; }
	.article-entry h2 { line-height: 1.15; margin-bottom: 10px; }
	.article-entry blockquote { margin: 0 20px 53px; }
	.article-entry blockquote:before { width: 72px; height: 72px; left: -20px; top: -20px; }
	.article-entry blockquote p { font-size: 18px; line-height: 1.56; }

	.article-entry .alert { margin: 40px 0 0; }
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { width: 268px; height: 73px; padding: 0 30px; display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: 'Zona Pro', sans-serif; font-weight: 400; font-size: 18px; line-height: 73px; text-align: center; border: 0; border-radius: 4px; transition: background-color .4s ease; text-transform: uppercase; }

/*  Button Yellow  */

.btn-yellow { color: #05357a; text-transform: uppercase; background-color: #dcb208; }
.btn-yellow:hover { background-color: #e3c139; color: #05357a; }

.btn-yellow:focus { background-color: #d3ac09; color: #05357a; }

/*  Button Blue  */

.btn-blue { font-size: 13px; color: #fff; text-transform: uppercase; background-color: #05357a; }
.btn-blue:hover { background-color: #0f5893; color: #fff;}

.btn-blue:focus,
.btn-blue:active { background-color: #073059; color: #fff; }

/*  Button Green  */

.btn-green { font-size: 13px; color: #fff; text-transform: uppercase; background-color: #4d9d53; }
.btn-green:hover { background-color: #56b756; color: #fff; }

.btn-green:focus,
.btn-green:active { background-color: #458745; color: #fff; }

/*  Button White  */


.btn-white { width: auto; height: 42px; font-size: 14px; color: #fff; border: 2px solid #fff; border-radius: 3px; line-height: 38px; padding: 0 16px; transition: background-color .4s ease, color .4s ease; }
.btn-white:hover { background-color: #fff; color: #001f5f; }
.btn-white:hover a { color: #001f5f; }

.btn-white:focus,
.btn-white:active { background-color: transparent; border-color: #d0d1d9; color: #fff; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.btn-white { border-width: 1px; line-height: 40px; }
}

/* ------------------------------------------------------------ *\
	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; }

.fs-dropdown { margin: 0; }
.fs-dropdown-selected { height: 59px; font-family: 'Droid Serif', serif; font-weight: 700; font-size: 16px; color: #1a1a1a; border: 1px solid #e3c23a; border-radius: 0 !important; line-height: 59px; padding: 0 40px 0 20px; box-shadow: none !important; }
.fs-dropdown-selected:after { border-left-width: 7px; border-right-width: 7px; border-top-width: 10px; border-top-color: #05357a; }
.fs-dropdown-options { border: 1px solid #e3c23a; border-top: 0; margin-top: -1px; z-index: 52; padding-bottom: 10px; background-color: #fff; box-shadow: none !important; border-radius: 0 !important; }
.fs-dropdown-item { border: 0; font-family: 'Droid Serif', serif; font-size: 16px; color: #606060; padding: 0 20px; }
.fs-dropdown-item_selected { background-color: transparent; box-shadow: none; }

/* ------------------------------------------------------------ *\
	Form Donate
\* ------------------------------------------------------------ */

.form-donate { width: 488px; padding: 17px 10px; margin: 0 auto; text-align: center; background: rgba(0, 0, 0, .14); border-radius: 3px; color: #fff; }

.form-donate .form-head { margin-bottom: 20px; }
.form-donate .form-head h5 { font-family: 'Droid Serif', serif; font-weight: 400; margin: 0; }

.form-donate .form-body { font-size: 0; }

.form-donate .btn,
.form-donate .form-controls { display: inline-block; vertical-align: middle; position: relative; }

.form-donate .field { width: 240px; border: 0; padding: 18px 80px 18px 40px; border-radius: 3px; font-family: 'Droid Serif', serif; font-weight: 700; font-size: 31px; color: #05357a; -moz-appearance: textfield; }

.form-donate .form-controls span { font-family: 'Droid Serif', serif; font-size: 16px; color: #666; position: absolute; z-index: 10; }
.form-donate .form-controls span:first-child { font-size: 24px; left: 20px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.form-donate .form-controls span:last-child { right: 20px; bottom: 20px; }

.form-donate .btn { width: 180px; height: 73px; line-height: 73px; margin-left: 25px; }

/* Mobile */

@media (max-width: 719px) {
	.form-donate { width: 100%; padding-top: 0; background: none; }
	.form-donate .form-body { padding: 0 20px; }
	.form-donate .field { width: 100%; font-size: 26px; }
	.form-donate .btn { width: 100%; max-width: 472px; margin-left: 0; margin-top: 20px; }
}

/* ------------------------------------------------------------ *\
	Graph
\* ------------------------------------------------------------ */

.graph { width: 100%; height: 1258px; position: relative; }

.graph .graph-text { 
  width: 223px; 
  height: 223px; 
  border: 1px solid #fff; 
  border-radius: 50%; 
  font-size: 16px; 
  line-height: 1.63; 
  position: absolute; 
  line-height: 1.4;
  text-align: center;
  padding: 59px 0 0 0;
  font-family: 'Zona Pro', sans-serif;
}
.graph .graph-text strong { display: block; font-family: 'Zona Pro', sans-serif; font-weight: 900; font-size: 55px; color: #fff; line-height: 1; }
.graph .graph-text {

}

.graph .graph-title { width: 264px; height: 264px; padding: 9px; border: 1px solid #fff; border-radius: 50%; text-align: center; line-height: 237px; position: absolute; }
.graph .graph-title h3 { font-weight: 600; font-size: 30px; text-transform: uppercase; color: #fff; margin: 0; padding-top: 7px; }
.graph .graph-title-inner { border-radius: 50%; }

.graph .graph-title-blue .graph-title-inner { background-color: #05357a; }
.graph .graph-title-yellow .graph-title-inner { background-color: #dcb208; }
.graph .graph-title-green .graph-title-inner { background-color: #4d9d53; }

.graph .graph-image { width: 172px; height: 172px; padding: 8px; border: 1px solid #fff; border-radius: 50%; position: absolute; }
.graph .graph-image img { display: block; border-radius: 50%; height: 100%; }

.graph .graph-branch-1 { position: absolute; right: 0; top: -190px; }
.graph .graph-branch-1 .graph-text { right: 0; top: 0; }
.graph .graph-branch-1 .graph-text:after { content: ''; width: 170px; height: 1px; background-color: #fff; position: absolute; right: 75%; top: 111%; -webkit-transform: rotate(-43deg); -ms-transform: rotate(-43deg); transform: rotate(-43deg); }
.graph .graph-branch-1 .graph-title { right: 290px; top: 246px; }
.graph .graph-branch-1 .graph-title:after { content: ''; width: 144px; height: 1px; background-color: #fff; position: absolute; right: 88%; top: 90%; -webkit-transform: rotate(-23deg); -ms-transform: rotate(-23deg); transform: rotate(-23deg);  }
.graph .graph-branch-1 .graph-image { right: 135px; top: 506px; }
.graph .graph-branch-1 .graph-image:after { content: ''; width: 78px; height: 1px; background-color: #fff; position: absolute; left: -25%; top: -2%; -webkit-transform: rotate(42deg); -ms-transform: rotate(42deg); transform: rotate(42deg); }

.graph .graph-branch-2 { position: absolute; top: 242px; left: 241px; }
.graph .graph-branch-2 .graph-text { top: 0; left: 0; }
.graph .graph-branch-2 .graph-text:after { content: ''; width: 145px; height: 1px; background-color: #fff; position: absolute; right: 72%; top: 112%; -webkit-transform: rotate(-49deg); -ms-transform: rotate(-49deg); transform: rotate(-49deg);  }
.graph .graph-branch-2 .graph-title { top: 293px; left: -243px; }
.graph .graph-branch-2 .graph-title:after { content: ''; width: 175px; height: 1px; background-color: #fff; position: absolute; left: 78%; top: 107%; -webkit-transform: rotate(42deg); -ms-transform: rotate(42deg); transform: rotate(42deg); }
.graph .graph-branch-2 .graph-image { top: 295px; left: 130px; }
.graph .graph-branch-2 .graph-image:after { content: ''; width: 112px; height: 1px; background-color: #fff; position: absolute; right: 100%; top: 64%; -webkit-transform: rotate(-8deg); -ms-transform: rotate(-8deg); transform: rotate(-8deg); }

.graph .graph-branch-3 { position: absolute; top: 797px; left: 350px; }
.graph .graph-branch-3 .graph-text { top: 0; left: 0; }
.graph .graph-branch-3 .graph-text:after { content: ''; width: 150px; height: 1px; background-color: #fff; position: absolute; left: 95%; top: 78%; -webkit-transform: rotate(16deg); -ms-transform: rotate(16deg); transform: rotate(16deg); }
.graph .graph-branch-3 .graph-title { top: 71px; left: 357px; }
.graph .graph-branch-3 .graph-title:after { content: ''; width: 79px; height: 1px; background-color: #fff; position: absolute; left: 81%; top: 3%; -webkit-transform: rotate(-51deg); -ms-transform: rotate(-51deg); transform: rotate(-51deg); }
.graph .graph-branch-3 .graph-image { top: -105px; left: 597px; }

/* Small Desktop */

@media (max-width: 1223px) {
	.graph { width: 974px; margin: 0 auto; }

	.graph .graph-branch-1 .graph-title { right: 210px; top: 216px; }
	.graph .graph-branch-1 .graph-title:after { width: 102px; top: 88%; }
	.graph .graph-branch-1 .graph-text:after { width: 88px; right: 77%; top: 102%; }
	.graph .graph-branch-1 .graph-image { right: 35px; top: 456px; }

	.graph .graph-branch-2 .graph-title:after { width: 120px; left: 64%; top: 111%; }

	.graph .graph-branch-3 { left: 200px; top: 860px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.graph { width: 610px; margin: 0 auto; height: 890px; }

	.graph .graph-text { width: 190px; height: 190px; font-size: 14px; padding: 50px 0 0 0; }
  
	.graph .graph-text strong { font-size: 48px; }

	.graph .graph-title { width: 152px; height: 152px; padding: 5px; line-height: 132px; }
	.graph .graph-title h3 { font-size: 16px; }

	.graph .graph-image { width: 106px; height: 106px; padding: 5px; }

	.graph .graph-branch-1 { top: 0; }
	.graph .graph-branch-1 .graph-title { right: 157px; top: 188px; }
	.graph .graph-branch-1 .graph-title:after { width: 48px; top: 70%; right: 97%; }
	.graph .graph-branch-1 .graph-image { right: 68px; top: 345px; }
	.graph .graph-branch-1 .graph-image:after { width: 48px; }
	.graph .graph-branch-1 .graph-text:after { width: 50px; right: 72%; }

	.graph .graph-branch-2 { left: 77px; top: 238px; }
	.graph .graph-branch-2 .graph-title { top: 208px; left: -77px; }
	.graph .graph-branch-2 .graph-title:after { width: 50px; left: 73%; top: 102%; }
	.graph .graph-branch-2 .graph-image { left: 120px; top: 205px; }
	.graph .graph-branch-2 .graph-image:after { width: 50px; right: 99%; top: 60%; -webkit-transform: rotate(-2deg); -ms-transform: rotate(-2deg); transform: rotate(-2deg); }
	.graph .graph-branch-2 .graph-text:after { width: 50px; top: 100%; right: 76%; }

	.graph .graph-branch-3 { left: 134px; top: 577px; }
	.graph .graph-branch-3 .graph-title { left: 218px; top: 102px; }
	.graph .graph-branch-3 .graph-title:after { width: 51px; left: 85%; top: 8%; }
	.graph .graph-branch-3 .graph-image { left: 367px; top: 0; }
	.graph .graph-branch-3 .graph-text:after { width: 49px; left: 92%; top: 80%; }
}

/* Mobile */

@media (max-width: 719px) {
	.graph { width: 270px; height: 1192px; }

	.graph .graph-image { width: 114px; height: 114px; }
	
	.graph .graph-branch-1 .graph-text:after { width: 20px; -webkit-transform: rotate(-55deg); -ms-transform: rotate(-55deg); transform: rotate(-55deg); right: 75%; top: 97%; }
	.graph .graph-branch-1 .graph-title { right: 116px; top: 184px; }
	.graph .graph-branch-1 .graph-title:after { width: 25px; -webkit-transform: rotate(35deg); -ms-transform: rotate(35deg); transform: rotate(35deg); right: auto; left: 93%; top: 76%; }
	.graph .graph-branch-1 .graph-image { right: 0; top: 278px; }
	.graph .graph-branch-1 .graph-image:after { width: 25px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); right: 78%; top: 97%; left: auto; }

	.graph .graph-branch-2 { left: 0; top: 370px; }
	.graph .graph-branch-2 .graph-text:after { width: 25px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); right: auto; left: 74%; top: 97%; }
	.graph .graph-branch-2 .graph-title { left: 115px; top: 184px; }
	.graph .graph-branch-2 .graph-title:after { width: 20px; -webkit-transform: rotate(-35deg); -ms-transform: rotate(-35deg); transform: rotate(-35deg); left: auto; right: 92%; top: 80%; }
	.graph .graph-branch-2 .graph-image { left: 0; top: 275px; }
	.graph .graph-branch-2 .graph-image:after { width: 23px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); right: auto; left: 82%; top: 95%; }

	.graph .graph-branch-3 { left: auto; right: 0; top: 737px; }
	.graph .graph-branch-3 .graph-text { left: auto; right: 0; }
	.graph .graph-branch-3 .graph-text:after { width: 20px; -webkit-transform: rotate(-55deg); -ms-transform: rotate(-55deg); transform: rotate(-55deg); left: auto; right: 70%; top: 99%; }
	.graph .graph-branch-3 .graph-title { left: auto; right: 116px; top: 182px; }
	.graph .graph-branch-3 .graph-title:after { width: 25px; -webkit-transform: rotate(35deg); -ms-transform: rotate(35deg); transform: rotate(35deg); left: 90%; top: 82%; }
	.graph .graph-branch-3 .graph-image { left: auto; right: 0; top: 280px; }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav > div > ul { list-style: none; font-size: 0; }
.nav > div > ul > li { display: inline-block; vertical-align: middle; position: relative; }
.nav > div > ul > li ~ li { margin-left: 24px; }
.nav > div > ul > li:last-child { margin-left: 10px; }
.nav > div > ul > li:nth-last-child(2) { margin-right: 12px; }
.nav > div > ul > li > a { display: block; font-family: 'Zona Pro', sans-serif; font-size: 14px; color: #fff; text-transform: uppercase; line-height: 42px; }
.nav > div > ul > li > a.btn { line-height: 38px; }

/* Add hover styles to main navigation*/
.nav > div > ul > li > a:hover {
  background-color: #dcb208; /* Change background color on hover */
  color: inherit;            /* Keep text color the same */
}

.nav > div > ul > li:hover .nav-dropdown { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}

.nav-open,
.nav .nav-close { display: none; }


/* Tablet Portrait */

@media (max-width: 1023px) {
	.nav { width: 320px; height: 100%; background-color: #fff; overflow-y: auto; overflow-x: hidden; padding: 25px; position: fixed; left: 100%; top: 0; z-index: 999; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); transition: -webkit-transform .5s ease; transition: transform .5s ease; }
	
	.nav.active { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }

	.nav .nav-close { width: 42px; height: 42px; display: inline-block; border: 1px solid #e0bb26; border-radius: 3px; text-align: center; line-height: 40px; }

	.nav > div > ul { border-top: 1px solid #e9e9e9; margin-top: 38px; }
	.nav > div > ul > li { display: block; border-bottom: 1px solid #e9e9e9; }
	.nav > div > ul > li ~ li { margin-left: 0; }
	.nav > div > ul > li > a { font-weight: 700; font-size: 21px; color: #05357a; text-transform: uppercase; line-height: 32px; padding: 13px 0; }

	.nav > div > ul > li.menu-item-has-children > a { position: relative; }
	.nav > div > ul > li.menu-item-has-children > a:after { content: ''; width: 8px; height: 13px; background-image: url(images/sprite.png); background-position: -46px 0; position: absolute; right: 0; top: 50%; margin-top: -6px; }

	.nav > div > ul > li.menu-item-has-children.active > a:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

  /*
	.nav > div > ul > li:last-child,
	.nav > div > ul > li:nth-last-child(2) { border: 0; text-align: left; margin-left: 0; }

	.nav > div > ul > li:nth-last-child(2) { margin: 34px 0 17px; }
  */
  

	.nav > div > ul > li > a.btn { width: 209px; height: 62px; line-height: 62px; font-weight: 400; font-size: 14px; background-color: #dcb208; border-radius: 3px; }

	.nav > div > ul > li:hover .nav-dropdown { display: none; }

	.nav > div > ul > li.active .nav-dropdown,
	.nav > div > ul > li.active:hover .nav-dropdown { display: block; }

	
	.nav-open { display: block; width: 42px; height: 42px; padding: 11px 10px 0; border: 1px solid #fff; border-radius: 3px; transition: background-color .4s ease; }
	.nav-open .bar { display: block; height: 2px; background-color: #fff; transition: background-color .4s ease; }
	.nav-open .bar ~ .bar { margin-top: 5px; }

	.nav-open:hover { background-color: #fff; }
	.nav-open:hover .bar { background-color: #0b1e60; }
}

@media (max-width: 639px) {
	.nav { width: 100%; }
}

@media only screen and ( -webkit-min-device-pixel-ratio: 2 ), only screen and ( min-device-pixel-ratio: 2 ), only screen and ( min-resolution: 192dpi ) {
	.nav > div > ul > li.menu-item-has-children > a:after { background-image: url(images/sprite.@2x.png); background-position: -42px 0; background-size: 50px 49px; }
}

/* ------------------------------------------------------------ *\
	Nav Dropdown
\* ------------------------------------------------------------ */

.nav-dropdown { width: 190px; padding-top: 8px; position: absolute; top: 100%; left: 50%; margin-left: -95px; z-index: 999; opacity: 0; visibility: hidden; -webkit-transform: translateY(10%); -ms-transform: translateY(10%); transform: translateY(10%); transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease; transition: opacity .4s ease, visibility .4s ease, transform .4s ease; }
.nav-dropdown ul { list-style: none; background-color: #fff; border-radius: 3px; position: relative; text-align: center; padding: 10px 12px; }
.nav-dropdown ul:before { content: ''; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 0; border-bottom: 8px solid #fff; position: absolute; left: 50%; margin-left: -5px; bottom: 100%; }
.nav-dropdown ul a { display: block; font-size: 14px; color: #606060; line-height: 40px; transition: color .4s ease; }
.nav-dropdown ul a:hover {  background-color: #dcb208; color: #05357a; }  /* Change text color on hover */
.nav-dropdown ul li ~ li { border-top: 1px solid #ececec; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.nav-dropdown { width: 100%; padding: 0; margin: 0; position: relative; top: 0; left: 0; padding-bottom: 20px; display: none; }
	.nav-dropdown ul { padding: 0; text-align: left; }
	.nav-dropdown ul li ~ li { border: 0; }
	.nav-dropdown ul a { padding: 0 20px; font-size: 16px; }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { position: relative; z-index: 1; }
.section .section-bg { background-size: cover; background-position: center; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; }
.section .section-bg img { display: none; }


/* ------------------------------------------------------------ *\
	Section Video
\* ------------------------------------------------------------ */

.section-video { height: 735px; overflow: hidden; position: relative; z-index: 1; }
.section-video .section-bg video { max-width: none; min-height: 110%; min-width: 110%; border: 0; padding: 0; position: absolute; left: -5%; top: -5%; z-index: 2; }
.section-video .section-bg:before { content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, .32); position: absolute; left: 0; top: 0; z-index: 3; }

.section-video .section-body { width: 100%; text-align: center; position: absolute; left: 0; bottom: 178px; z-index: 10; }
.section-video .section-body h1 { font-weight: 300; font-size: 62px; color: #fff; text-transform: uppercase; letter-spacing: -0.02em; line-height: 1.3; margin-bottom: 55px; position: relative; }
.section-video .section-body h1:after { content: ''; width: 220px; height: 2px; background-color: #dcb208; position: absolute; left: 50%; margin-left: -110px; bottom: -20px; }
.section-video .section-body h4 { font-weight: 600; color: #dcb208; text-transform: uppercase; line-height: 1.14; margin-bottom: 0; }

/* Small Desktop */

@media (max-width: 1223px) {
	.section-video .section-bg { background-position: center bottom; }	
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-video { height: 834px; }
	.section-video .section-bg video { display: none; }

	.section-video .section-body { bottom: auto; top: 20%; }
	.section-video .section-body h1 { font-size: 42px; }
	.section-video .section-body h1:after { height: 1px; }

	.section-video .section-bg:before { display: none; }	
}

/* Mobile */

@media (max-width: 719px) {
	.section-video { height: 725px; }
	.section-video .section-bg { background-size: 100% auto; background-repeat: no-repeat; background-color: #000; }

	.section-video .section-body { top: 15%; }
	.section-video .section-body h4 { padding: 0 30px; margin-bottom: 10px; }
	.section-video .section-body h1 { font-weight: 400; font-size: 38px; line-height: 1.1; }
}

/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */

.section-about { position: relative; z-index: 2; margin-top: -40px; }
.section-about .section-inner { background-color: #fff; border-top: 2px solid #bebebe; position: relative; margin: 0 103px; padding: 50px 0 54px; }

.section-about .section-inner:before,
.section-about .section-inner:after { content: ''; width: 2px; height: 375px; background-color: #bebebe; position: absolute; top: 0; }

.section-about .section-inner:before { left: 0; }
.section-about .section-inner:after { right: 0; }

.section-about .section-head { text-align: center; padding: 0 50px; position: relative; }

.section-about .section-head:before,
.section-about .section-head:after { content: ''; width: 2px; height: 275px; background-color: #bebebe; position: absolute; top: -12px; }

.section-about .section-head:before { right: 100%; margin-right: 15px; }
.section-about .section-head:after { left: 100%; margin-left: 15px; }

.section-about .section-head h1 { font-weight: 300; color: #05357a; letter-spacing: -0.02em; margin-bottom: 51px; position: relative; line-height: 1.2; }
.section-about .section-head h1:after { content: ''; width: 220px; height: 2px; background-color: #e5c648; position: absolute; left: 50%; margin-left: -110px; bottom: -17px; }
.section-about .section-head h4 { font-weight: 600; color: #dcb208; text-transform: uppercase; line-height: 1.15; margin: 0; }

.section-about .section-body { width: 59%; margin: 0 auto 50px; }
.section-about .section-body p { font-size: 16px; line-height: 1.65; margin-bottom: 0; }
.section-about .section-body p ~ p { margin-top: 18px; }

.section-about .section-actions { text-align: center; }

/* Small Desktop */

@media (max-width: 1223px) {
	.section-about .section-body { width: 80%; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-about { margin-top: 0; }
	.section-about .section-inner { border: 0; margin: 0; }

	.section-about .section-inner:before, 
	.section-about .section-inner:after,
	.section-about .section-head:before, 
	.section-about .section-head:after { display: none; }

	.section-about .section-head { padding: 0; }
	.section-about .section-body { width: 67%; }
}

/* Mobile */

@media (max-width: 719px) {
	.section-about .section-inner { padding: 40px 0; }
	.section-about .section-head h1:after { width: 110px; margin-left: -55px; }
	.section-about .section-body { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Section Infographic
\* ------------------------------------------------------------ */

.section-infographic { color: #fff; }
.section-infographic .section-bg:before { content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, .32); position: absolute; left: 0; top: 0; z-index: 1; }
.section-infographic .section-inner { position: relative; }

.section-infographic .section-head { width: 470px; padding: 73px 0 0 45px; width: 580px; }
.section-infographic .section-head h1 { font-weight: 300; line-height: 1.12; letter-spacing: -0.02em; margin-bottom: 15px; }
.section-infographic .section-head p { margin: 0; font-size: 16px; line-height: 1.65; }

.section-infographic .section-body { position: relative; margin: 0 53px; }

/* Small Desktop */

@media (max-width: 1223px) {
	.section-infographic .section-body { margin: 0; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-infographic .section-head { padding: 60px 0 0 25px; }
	.section-infographic .section-body { margin: 13px 30px 0; }
}

/* Mobile */

@media (max-width: 719px) {
	.section-infographic .section-head { width: auto; padding: 40px 0 0 0; }

	.section-infographic .section-body { margin: 40px 0 0; }
}

/* ------------------------------------------------------------ *\
	Section Banner
\* ------------------------------------------------------------ */

.section-banner { height: 460px; }
.section-banner .section-bg:before { content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, .32); position: absolute; left: 0; top: 0; z-index: 1; }

.section-banner .section-body { width: 100%; position: absolute; left: 0; top: 52%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: center; color: #fff; }
.section-banner .section-body h1 { position: relative; font-weight: 300; font-size: 62px; text-transform: uppercase; letter-spacing: -0.02em; margin: 0; padding-bottom: 7px; }
.section-banner .section-body h1:after { content: ''; width: 220px; height: 2px; background-color: #dcb208; /* Hide background color in banner - move "transparent" into color #*/; position: absolute; left: 50%; margin-left: -110px; bottom: 0; }
.section-banner .section-body h4 { font-weight: 600; color: #dcb208; text-transform: uppercase; margin: 0; line-height: 1.15; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-banner { height: 400px; }
	.section-banner .section-body h1 { font-size: 42px; }
	.section-banner .section-body h1:after { width: 150px; margin-left: -73px; }
}

/* Mobile */

@media (max-width: 719px) {
	.section-banner .section-body h1 { font-size: 38px; }
}

/* ------------------------------------------------------------ *\
	Section Story
\* ------------------------------------------------------------ */

.section-story .section-inner { position: relative; background-color: #05357a; }

.section-story .section-image { width: 51.2%; height: 654px; position: relative; overflow: hidden; }
.section-story .section-image:after { content: ''; width: 184px; height: 100%; background: url(images/img-mask-blue.png) no-repeat right center; background-size: cover; position: absolute; right: 0; top: 0; }
.section-story .section-image img { height: 100%; width: auto; max-width: none; float: right; }

.section-story .section-body { width: 40%; max-width: 45em; padding-left: 78px; position: absolute; left: 53.2%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 10; }
.section-story .section-body h1 { font-weight: 300; color: #fff; letter-spacing: -0.02em; margin-bottom: 57px; position: relative; line-height: 1; }
.section-story .section-body h1:after { content: ''; width: 220px; height: 2px; background-color: #dcb208; position: absolute; left: 0; bottom: -25px; }
.section-story .section-body h4 { font-weight: 600; color: #dcb208; text-transform: uppercase; line-height: 1.15; margin-bottom: 5px; }
.section-story .section-body p { color: #fff; }

@media (min-width: 1920px) {
	.section-story .section-image img { width: 110%; height: auto; }
}

@media (max-width: 1317px) {
	.section-story .section-image { width: 53.2%; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-story .section-image { width: 45%; height: 635px; }
	.section-story .section-image img { position: relative; left: 30%; }

	.section-story .section-body { width: 42%; padding-left: 0; left: 51.2%; }
}

/* Mobile */

@media (max-width: 719px) {
	.section-story .section-image { width: 100%; height: 256px; overflow: hidden; }
	.section-story .section-image:after { display: none; }
	.section-story .section-image img { left: 0; width: 100%; height: auto; }

	.section-story .section-body { position: static; width: 100%; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); padding: 40px 30px; }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider {}

.slider .slides { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Tabs Community
\* ------------------------------------------------------------ */

.tabs-community .tabs-nav ul { list-style: none; overflow: hidden; }
.tabs-community .tabs-nav ul li { float: left; width: 16.6667%; }
.tabs-community .tabs-nav ul a { display: block; opacity: .64; transition: opacity .4s ease; }
.tabs-community .tabs-nav ul img { width: 100%; height: auto; }

.tabs-community .tabs-nav ul a:hover,
.tabs-community .tabs-nav ul .active a { opacity: 1; }

.tabs-community .tabs-body { position: relative; overflow: hidden; }
.tabs-community .tabs-body .tab { width: 100%; height: 100%; overflow: hidden; position: absolute; opacity: 0; visibility: hidden; transition: opacity .5s ease, visibility .5s ease; }
.tabs-community .tabs-body .tab.active { position: static; opacity: 1; visibility: visible; }

.tabs-community .tab-image,
.tabs-community .tab-content { float: left;  }

.tabs-community .tab-image { height: 708px; width: 53%; overflow: hidden; position: relative; z-index: 1; }
.tabs-community .tab-image:after { content: ''; width: 184px; height: 100%; background: url(images/img-mask.png) no-repeat right center; background-size: cover; position: absolute; right: 0; top: 0; }
.tabs-community .tab-image img { height: 100%; width: auto; max-width: none; float: right; }

.tabs-community .tab-content { width: 47%;  max-width: 50em; padding: 0 90px 40px 77px; position: absolute; left: 53%; top: 53%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 10; }
.tabs-community .tab-content h1 { font-weight: 300; color: #05357a; line-height: 1.12; margin-bottom: 58px; letter-spacing: -0.02em; position: relative; }
.tabs-community .tab-content h1:after { content: ''; width: 220px; height: 2px; background-color: #dcb208; position: absolute; left: 0; bottom: -26px; }
.tabs-community .tab-content h4 { font-weight: 600; color: #dcb208; text-transform: uppercase; line-height: 1.15; margin-bottom: 0; }
.tabs-community .tab-content p { margin: 0; font-size: 16px; line-height: 1.65; }

@media (min-width: 1920px) {
	.tabs-community .tab-image img { width: 110%; height: auto; }
}

@media (max-width: 1317px) {
	.tabs-community .tab-image { width: 53%; height: 650px; }
}

/* Small Desktop */

@media (max-width: 1223px) {
	.tabs-community .tab-content { padding: 0 40px 40px 20px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.tabs-community .tab-image { width: 45%; height: 634px; }
	.tabs-community .tab-image img { position: relative; left: 50%; }
	.tabs-community .tab-content { left: 48%; padding: 0 0 0 20px; }

	.tabs-community .tabs-body .tab { width: 100%; height: 100%; }
}

/* Mobile */

@media (max-width: 719px) {
	.tabs-community { position: relative; }

	.tabs-community .tabs-head { position: relative; z-index: 1; }

	.tabs-community .tabs-body { overflow: visible; z-index: 2; }
	.tabs-community .tabs-body .tab { width: 100%; height: auto; display: none; position: absolute; left: 0; top: 0; }
	.tabs-community .tabs-body .tab.active { display: block; position: absolute; }

	.tabs-community .tab-image { display: none; }
	
	.tabs-community .tab-content { width: 100%; position: static; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); background-color: #05357a; color: #fff; padding: 40px 30px; }
	.tabs-community .tab-content h1 { color: #fff; }

	.tabs-community .tabs-nav ul li { width: 50%; }
	.tabs-community .tabs-nav ul li:nth-child(2n+1) { clear: left; }
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table {}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Widget Nav
\* ------------------------------------------------------------ */

.widget-nav { margin-bottom: 63px; }

.widget-nav ul { list-style: none; margin: 0; padding: 0; border-left: 2px solid #e4c441; }
.widget-nav ul li ~ li { margin-top: 12px; }
/*.widget-nav ul li:first-child a */ .widget-nav ul li.current_page_item a { color: #05357a; }
.widget-nav ul a { display: block; color: #606060; padding: 0 16px; }
.widget-nav .fs-dropdown { display: none; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.widget-nav { margin-bottom: 30px; }
	.widget-nav ul { display: none; }
	.widget-nav .fs-dropdown { display: block; }
}

/* ------------------------------------------------------------ *\
	Widget Buttons
\* ------------------------------------------------------------ */

.widget-buttons .btn { display: table; height: 70px; width: 100%; font-size: 14px; line-height: 1.3; }
.widget-buttons .btn span { display: table-cell; vertical-align: middle; }
.widget-buttons .btn br { display: none; }
.widget-buttons .btn ~ .btn { margin-top: 14px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.widget-buttons  .widget-body { font-size: 0; }	
	.widget-buttons .btn { position: relative; }
	.widget-buttons .btn br { display: block; }
	.widget-buttons .btn span { width: 100%; display: block; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	.widget-buttons  .widget-body .btn { width: 31%; display: inline-block; vertical-align: middle; }	
	.widget-buttons  .widget-body .btn ~ .btn { margin-top: 0; margin-left: 3.5%; }	
}

/* Mobile */

@media (max-width: 719px) {
	.widget-buttons .widget-body .btn { width: 100%; display: block; }
	.widget-buttons .widget-body .btn ~ .btn { margin-left: 0; margin-top: 15px; }
	.widget-buttons .widget-body .btn br { display: none; }
}

.alert p {
  min-height: 72px;
}


.article-body.no-sidebar .article-entry {
  float: none;
  margin: 0 auto;
  padding-top: 0;
}

.wp-caption, .wp-caption-text, .sticky, .screen-reader-text, .gallery-caption, .bypostauthor {
  
}

.aligncenter {
  text-align: center;
}

.widget-nav ul ul {
    border-left: none;
}

.tab-image, .section-image {
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  background-position: 50%;
}

.tab-image img, .section-image img {
  opacity: 0;
}

.social-media {
  list-style-type: none;
}

.social-media li {
  display: inline-block;
}

.social-media img {
    margin-right: 20px;
    height: 48px;
    width: 48px;
}

.social-media li:last-child img {
    margin-right: 0;
}

.tabs-community .tab-content h1 a {
  color: #05357a;
}

.section-banner-small {
    height: 86px;
}

.section-bg.basic {
  background-position: top center;
}

.single-alumni_profile .section-story .section-image {
  height: auto;
  max-height:1000px;
}


.section-banner-md {
    height: 280px;
}

.alumni-photo-container {
  float: left;
  max-width: 46%;
  margin-right: 2em;
  margin-bottom: 2em;
}

@media (max-width: 719px) {
	.alumni-photo-container {
    float: none;
    width: 100%;
    max-width:100%;
    margin-right: 0;
    text-align: center;
  }
}

.final-links {
  font-size: 14px;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 20px;
  
}

@media (min-width: 720px) {
  .final-links {
    margin-top: 13px;
  }
}

.final-links a {
  font-weight: 700;
  color: #05357a;
}

@media (max-width: 719px) {
  .footer .credits {
    display:block;
    float: none;
  }
  .footer .footer-inner {
    padding-bottom: 20px;
  }
}

/* Homepage Infographic Tweaks */

/* This is a new selector */
.graph-text p {
    width: 150px;
    margin: 0 auto;
}

/* Interior Styling */

/* This is a new selector */
.article-body h1 {
    color: #05357a;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: .55em;
}

ul {
    list-style-position: inside;
}

h1 strong, h2 strong, h3 strong {
    font-weight: normal;
}

@media (max-width: 1023px) {
  .graph .graph-text {
      padding: 50px 0px 0 0px;
  }
}

.graph .graph-title-inner {
  border-radius: 50%;
  height: 100%;
  padding: 44% 0 0 0;
}





.profile-field.embedded-quote blockquote { font-family: 'Zona Pro', sans-serif; margin-bottom: 23px; position: relative; z-index: 1;}
.profile-field.embedded-quote blockquote:before { content: none; }
.profile-field.embedded-quote blockquote p { font-weight: 700; font-size: 24px; color: #05357a; text-transform: uppercase; letter-spacing: -0.02em; margin-bottom: 7px; margin-right: -5px; line-height: 1.2; }
.profile-field.embedded-quote blockquote cite { display: block; font-style: normal; font-weight: 300; font-size: 16px; color: #4d4d4d; letter-spacing: -0.02em; }

.section-story .profile-field.embedded-quote blockquote p {     
  color: white;
}

.section-story .profile-field.embedded-quote blockquote cite {     
  color: #eee;
}

.section-story .embedded-quote.profile-field, .tabs-community .embedded-quote.profile-field {
    margin-top: 74px;
}

.tabs-community .tab-content h1:after {
    bottom: -15px;
}

.section-story .embedded-quote.profile-field, .tabs-community .embedded-quote.profile-field {
    margin-top: 0;
}

@media (max-width: 719px) {
  .tabs-community .tab-content h1 a, .profile-field.embedded-quote blockquote p, .profile-field.embedded-quote blockquote cite {
      color: #fff;
  }
}

.home .section-video .section-body h4 {
  color: white;
}



.icon-guidestar {
    vertical-align: top;
    margin-left: 4em;
}

.footer-contacts-inner.social-container {
    width: 346px;
}

@media (max-width: 1023px) {
  #primary-menu li:last-child {
      margin-left: 0;
  }
  #primary-menu li:nth-last-child(3) {
      margin-right: 0px;
  }
  #primary-menu .menu-item.btn-white {
    height: auto;
    padding: 0;
    text-align: left;
  }
}


.nav-dropdown.open {
  display: block;
  visibility: visible;
  opacity: 1;
}

.menu-item.only-on-mobile {
  display: none;
}

.nav-dropdown ul li:nth-child(2) {
    border-top: none;
}

@media (max-width:1023px) {
  .menu-item.only-on-mobile {
    display: block;
  }
  
}

@media (min-width:1024px) {
  .page-id-813 .section-body-inner h1 {
      width: 90%;
      margin: 0 auto;
  }
}
@media (max-width:1023px) {
  .page-id-813 .section-body-inner h1 {
      width: 80%;
      margin: 0 auto;
  }
}
