@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700');
/*
 Theme Name: ACCO v2 | American Childhood Cancer Organization
 Theme URI: http://www.creativetakeweb.com
 Description: Theme produced by CreativeTake Medical
 Version: 2.0
 Author: CreativeTake Medical
 Author URI: http://www.creativetakeweb.com
 Text Domain: acco
 */
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
 -------------------------------------------------------------- */
@font-face {
  font-family: 'Amazon Ember';
  src: url('assets/fonts/AmazonEmber-Bold.eot');
  src: url('assets/fonts/AmazonEmber-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AmazonEmber-Bold.woff2') format('woff2'), url('assets/fonts/AmazonEmber-Bold.woff') format('woff'), url('assets/fonts/AmazonEmber-Bold.ttf') format('truetype'), url('assets/fonts/AmazonEmber-Bold.svg#AmazonEmber-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Amazon Ember';
  src: url('assets/fonts/AmazonEmber-Light.eot');
  src: url('assets/fonts/AmazonEmber-Light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AmazonEmber-Light.woff2') format('woff2'), url('assets/fonts/AmazonEmber-Light.woff') format('woff'), url('assets/fonts/AmazonEmber-Light.ttf') format('truetype'), url('assets/fonts/AmazonEmber-Light.svg#AmazonEmber-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Amazon Ember';
  src: url('assets/fonts/AmazonEmber-Regular.eot');
  src: url('assets/fonts/AmazonEmber-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AmazonEmber-Regular.woff2') format('woff2'), url('assets/fonts/AmazonEmber-Regular.woff') format('woff'), url('assets/fonts/AmazonEmber-Regular.ttf') format('truetype'), url('assets/fonts/AmazonEmber-Regular.svg#AmazonEmber-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}
:focus {
  /* remember to define focus styles! */
  outline: 0;
}
html {
  min-width: 10px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
}
p {
  margin: 1rem 0;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
    font-size: 22px !important;
}
sup {
  font-size: 14px;
  vertical-align: super;
}
ol, ul {
  list-style: none;
}
table {
  width: 100%;
  border-spacing: 0;
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
}
caption, td, th {
  font-weight: normal;
  text-align: left;
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
}
blockquote, q {
  quotes: '' '';
}
blockquote {
  font-family: 'Open Sans', serif;
  font-size: 28px;
  font-weight: normal;
  margin: 3rem;
  padding: 0 3rem;
  text-align: left;
  border-left: 3px solid #ebebeb;
}
blockquote span {
  font-weight: normal;
  font-style: italic;
}
blockquote p {
  margin: 10px 0 !important;
}
em, i {
  font-style: italic;
}
hr {
  border-width: 0;
}
hr {
  clear: both;
  height: 1px;
  margin: 3em 0;
  border: 0;
  background: #bdbdbd;
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}
.alignleft {
  float: left;
  margin: 10px 30px 20px 0;
}
.alignright {
  float: right;
  margin: 10px 0 20px 30px;
}
.aligncenter {
  display: block;
  float: none;
  margin: 15px auto !important;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* Mobile Nav Icon Buttons */
.mobile-nav {
  position: absolute;
  z-index: 999;
  top: 0.75rem;
}
.mobile-nav li {
  display: inline-block;
}
.mobile-nav li a {
  margin: 0 0.125rem;
  padding: 10px 0.5rem;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: rgba(255, 255, 255, 1);
}
.mobile-nav li a i {
  font-size: 24px;
}
.mobile-nav li a:hover {
  color: #c5b05f;
}
/*** Structures and Defaults
 ****************************************************************/
body {
  font-family: 'Amazon Ember', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  text-transform: none;
  color: #212121;
  background-color: #fff;
  background-attachment: scroll;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}
#main {
  position: relative;
  display: block;
  width: 100%;
  min-height: 700px;
  margin: 0;
  padding-bottom: 0;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1360px;
  }
}
/*** Fonts and Social Media ICOs
 ****************************************************************/
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  src: url('assets/fonts/icomoon.eot?i38w3y');
  src: url('assets/fonts/icomoon.eot?i38w3y#iefix') format('embedded-opentype'), url('assets/fonts/icomoon.ttf?i38w3y') format('truetype'), url('assets/fonts/icomoon.woff?i38w3y') format('woff'), url('assets/fonts/icomoon.svg?i38w3y#icomoon') format('svg');
}
[class*=' icon-'], [class^='icon-'] {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-google-plus:before {
  content: '\78';
}
.icon-blogger:before {
  content: '\62';
}
.icon-facebook:before {
  content: '\66';
}
.icon-linkedin:before {
  content: '\69';
}
.icon-yelp:before {
  content: '\70';
}
.icon-instagram:before {
  content: '\72';
}
.icon-twitter:before {
  content: '\74';
}
.icon-foursquare:before {
  content: '\75';
}
.icon-vimeo:before {
  content: '\76';
}
.icon-youtube:before {
  content: '\79';
}
.icon-pinterest:before {
  content: '\64';
}
.icon-tumblr:before {
  content: '\77';
}
/*** Typography
 ****************************************************************/
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
  font-family: 'Amazon Ember', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0.5em 0;
  text-transform: none;
  word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: none;
  color: #3f516e;
}
#content h1, #content h2, #content h3 {
  border-bottom: none;
}
h1 {
  font-size: 2.625em;
}
h1 {
  font-size: 64px;
  padding: 0 0 5px;
}
h1 a {
  display: block;
  text-decoration: none;
}
h2 {
  font-size: 38px;
  padding: 0 0 5px;
}
h3 {
  font-size: 32px;
  padding: 0 0 5px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption-text span {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
/*** Links
 ****************************************************************/
a {
  font-weight: normal;
  text-decoration: none;
  color: #3f516e;
}
a:active, a:focus, a:hover {
  text-decoration: none;
  color: #3f516e;
  outline: 0;
}
::-moz-selection {
  color: #fff;
  background: #c5b05f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #c5b05f;
  text-shadow: none;
}
a.button:after {
  content: '';
}
#primary .wpcf7 input[type='submit'], .btn-primary, .btn-secondary, .float-box .wpcf7 input[type='submit'], .widget .wpcf7 input[type='submit'], a.btn-primary, a.btn-secondary {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 1rem 0 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  border: 1px solid #c5b05f;
  border-radius: 5px;
  border-radius: 0;
  background: #c5b05f;
}
#primary .wpcf7 input[type='submit']:hover, .btn-primary:hover, .float-box .wpcf7 input[type='submit']:hover, .widget .wpcf7 input[type='submit']:hover, a.btn-primary:focus, a.btn-primary:active, a.btn-primary:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  border: 1px solid #3f516e;
  outline: 0;
  background: #3f516e !important;
  -webkit-box-shadow: 0 4px 8px rgba(51, 51, 51, .5);
          box-shadow: 0 4px 8px rgba(51, 51, 51, .5);
}
.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(63, 81, 110, .5);
  box-shadow: 0 0 0 2px rgba(63, 81, 110, .5);
}
.float-box .wpcf7 input[type='submit'] {
  color: #fff;
  background: #262626;
}
#respond input#submit, .btn-secondary, a.btn-secondary {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #3f516e;
  border: 2px solid #3f516e;
  border-radius: 0;
  background: rgba(255, 255, 255, 1);
}
#respond input#submit:hover, .btn-secondary:hover, a.btn-secondary:focus, a.btn-secondary:hover {
  color: rgba(255, 255, 255, 1);
  border: 2px solid #3f516e;
  background: #3f516e;
  -webkit-box-shadow: 0 4px 12px rgba(51, 51, 51, .5);
          box-shadow: 0 4px 12px rgba(51, 51, 51, .5);
}
.btn:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.slider .btn, .slider a.btn {
  font-weight: 400;
  color: #fff;
  border: 2px solid #c5b05f;
  border-radius: 5px;
  background: #c5b05f;
  -webkit-box-shadow: 0 2px 3px rgba(33, 33, 33, .5);
          box-shadow: 0 2px 3px rgba(33, 33, 33, .5);
}
.slider .btn:hover, .slider a.btn:active, .slider a.btn:active:focus, .slider a.btn:focus, .slider a.btn:hover {
  color: #c5b05f;
  border: 2px solid #c5b05f;
  background: rgba(255, 255, 255, 1) !important;
}
.widget .wpcf7 input[type='submit'] {
  width: 100% !important;
  margin-top: 0.5em !important;
}
.float-box {
  position: fixed;
  z-index: 99999;
  top: 33%;
  right: -600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 600px;
  padding: 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #3f516e;
}
.float-box.hidden-reveal {
  right: 0;
}
.float-box p {
  margin: 0 0 1em;
  text-align: center;
  color: #fff;
}
.float-box address {
  font-weight: 400;
  color: #fff;
}
.float-box a.clicker {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  top: 0;
  left: -58px;
  display: block;
  height: 100%;
  color: #fff;
  background: transparent url('img/clicker.png') no-repeat scroll left top;
  background-size: 58px 100%;
}
.float-box a.clicker span {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 45%;
  right: 50px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  letter-spacing: 0;
  text-transform: none;
}
.float-box a.clicker span:before {
  font-size: 32px;
  position: absolute;
  top: 12px;
  left: 40px;
  display: none;
  content: '◂ ';
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
}
.float-box img {
  display: block;
  height: auto;
}
.float-box .wpcf7 p {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 0.5em;
}
.float-box .wpcf7 input, .float-box .wpcf7 textarea {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  text-transform: lowercase;
  color: #333;
  border: 0;
  border-radius: 0;
}
.float-box .wpcf7 input[type='submit'] {
  display: block;
  margin: -3px 0 0;
}
.float-box .wpcf7 img.ajax-loader {
  position: absolute;
  z-index: 999;
  top: 6px;
  right: 12px;
}
.float-box .wpcf7 textarea {
  height: 75px;
  resize: none;
}
.float-box address a, .float-box address p {
  text-align: left;
}
.float-box .links a, .float-box address a {
  color: #fff;
}
.float-box .links a {
  font-size: 18px;
  display: block;
  padding: 2rem 0;
  border-bottom: 1px solid #fff;
}
.float-box .links a:last-child {
  border: 0;
}
.float-box .links a::before {
  display: inline;
  content: '» ';
}
.float-box .links a:hover, .float-box a:hover {
  text-decoration: underline;
}
.float-box .col {
  border-left: 1px solid #fff;
}
/*** Header ***/
#header {
  position: fixed;
  z-index: 9999;
  background: #fff;
  width: 100%;
  top: 0;
}
#header-info {
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  #header-info p {
    font-size: 12px;
  }
}
#header-info .btn.donate {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0px;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  padding: 0.5rem 0;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  #header-info .btn.donate {
    margin: 1rem 0 0.25rem 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #header-info .btn.donate {
    font-size: 14px;
  }
}
#header-info .btn.donate i {
  font-size: 1.25em;
}
#header-info .btn {
  margin: 0;
}
@media screen and (max-width: 991px) {
  #header-info .btn {
    padding: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #header-info .btn {
    padding: 1rem 0;
    height: auto;
    margin: 1rem 0;
  }
}
#slogan p {
  font-size: 20px;
  color: #6d6e71;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  #slogan p {
    font-size: 16px;
  }
}
#slogan p a {
  color: #6d6e71;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 600;
}
#slogan p a i {
  color: #a8a8a8;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#slogan p a:hover, #slogan p a:hover i {
  color: #c5b05f;
}
#slogan p span {
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  #slogan p span {
    font-size: 16px;
  }
}
#social::after {
  position: relative;
  z-index: 999;
  bottom: 0;
  display: block;
  width: 90%;
  height: 1px;
  margin-left: 15px;
  content: '';
  background: #c5b05f;
}
#site-logo {
  float: left;
  margin: 0;
  padding: 0 5px;
}
#site-meta {
  line-height: 16px;
  float: right;
  margin: 8px 15px 0 0;
  text-align: right;
}
#logo {
  position: relative;
  background: transparent;
}
#logo img {
  display: block;
  max-width: 265px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.inside-page .stuck.scrolled #logo {
  opacity: 1;
}
#logo h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333;
}
#logo h1 a {
  margin: 0;
}
.site-name {
  font-size: 2.063em;
  /* = 33px */
  line-height: 1em;
  display: block;
  padding-top: 20px;
}
.site-name a {
  font-size: 28px;
  font-weight: 700;
  color: #0c739e;
}
.site-description {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  display: block;
  color: #212121;
}
/****************************************************************/
/*** Top Navigation ***/
/****************************************************************/
#nav-menu {
  position: relative;
  left: 0;
  right: 0;
  top: initial;
}
.fixed-nav #nav-menu {
  position: fixed;
  max-width: 100%;
  top: 0;
  border: 0;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px rgba(33, 33, 33, 0.2);
          box-shadow: 0px 3px 6px rgba(33, 33, 33, 0.2);
  z-index: 9998;
}
#nav-menu.trans {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
#nav-menu.move {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#access {
  position: relative;
  z-index: 9999;
  /* For browsers that do not support gradients */
  display: block;
  width: 100%;
  background-color: #3f516e;
}
#access, .sf-menu, .sf-menu a {
  height: 50px;
}
#top #access, #top .sf-menu {
  height: 35px;
}
#top .sf-menu a {
  height: 15px;
}
.sticky-wrapper {
  position: relative;
  top: 0;
  width: 100%;
  background: transparent;
}
.stuck {
  position: fixed;
  z-index: 999999;
  width: 100%;
  left: 0;
  top: 0;
  background: transparent;
}
.sticky.scrolled {
  padding-top: 0;
}
.sticky.scrolled .container {
  width: 100%;
}
.sf-menu a {
  font-family: 'Amazon Ember', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
  display: block;
  zoom: 1;
  height: 50px;
  margin: 0;
  padding: 0 1.25rem;
  text-decoration: none;
  text-transform: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sf-menu a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  border-bottom: 0;
  background-color: #cb921d;
}
@media (max-width: 1199px) {
  .sf-menu a {
    font-size: 12px;
    padding: 0 0.5rem;
  }
}
#top .sf-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
display: none !important;
}
#top .sf-menu a {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
#top .sf-menu a:hover {
  background: transparent;
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}
.sf-menu li:last-child a {
  border: 0;
}
.hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #fff !important;
  border-bottom: 0;
  background-color: #c5b05f !important;
}
#access #searchform {
  float: right;
  width: 225px;
  padding: 5px 10px;
}
#access #searchform input[type='text'] {
  width: 160px;
  padding: 7px;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: #5a606e;
}
#access #searchform input[type='submit'] {
  width: 40px;
  height: 26px;
  padding: 5px;
  border: 0;
  background: url('img/search-button.png') no-repeat left top;
}
#access #searchform input[value='Search'] {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  color: #232b3d;
}
#access #searchform input[type='submit']:hover {
  cursor: pointer;
  opacity: 0.8;
}
#top {
  background: #31373d;
}
#top .sf-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#top #searchform {
  width: 100%;
  position: relative;
  padding: 0;
  top: 0;
  right: 0;
  margin: 0;
}
#top #searchform input[type='text'] {
  width: 100%;
  font-size: 12px;
  padding: 0 10px;
  color: #333;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 1px 3px rgba(33, 33, 33, 0.5);
          box-shadow: 0px 1px 3px rgba(33, 33, 33, 0.5);
}
#top #searchform button[type='submit'] {
  position: absolute;
  right: 5px;
  top: 0;
  padding: 0px;
  border: 0;
  background: transparent;
}
#top #searchform button i {
  padding: 3px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 12px;
  color: #3f516e;
  border-radius: 0;
  background: transparent;
}
#top #searchform button i:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  z-index: 99;
  top: 50px;
  left: 0;
  display: none;
}
.stuck .sf-menu ul {
  position: absolute;
  z-index: 99;
  top: 50px;
  left: 0;
  display: none;
}
.stuck .sf-menu ul ul {
  position: absolute;
  z-index: 99;
  top: 0 !important;
  top: 55px;
  left: 0;
  display: none;
}
.sf-menu > li {
  /* For Hover */
  float: none;
  margin-left: 0;
  padding-bottom: 3rem;
}
.sf-menu > li:hover {
  cursor: pointer;
}
.sf-menu li.sfHover > ul, .sf-menu li:hover > ul {
  display: block;
}
.sf-menu ul ul {
  top: 0;
  left: 100% !important;
  background: #7d8589;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sf-menu ul ul ul {
  background: #555;
}
.sf-menu ul ul ul li a:hover {
  color: #111 !important;
  background: #fff !important;
}
/*** point all arrows down ***/
.sf-arrows.sf-navbar ul .sf-with-ul:after {
  margin-top: -3px;
  margin-right: 0;
  border-color: transparent;
  border-top-color: #dfeeff;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, .5);
}
.sf-arrows.sf-navbar ul > .sfHover > .sf-with-ul:after, .sf-arrows.sf-navbar ul > li > .sf-with-ul:focus:after, .sf-arrows.sf-navbar ul > li:hover > .sf-with-ul:after {
  border-color: transparent;
  border-top-color: white;
}
.sf-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sf-menu ul {
  min-width: 12em;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 3px 6px 6px rgba(0, 0, 0, .3);
  box-shadow: 3px 6px 6px rgba(0, 0, 0, .3);
}
.sf-menu ul ul li a {
  color: #fff !important;
}
.sf-menu ul ul li a:hover {
  color: #fff !important;
  background: #333 !important;
}
.sf-menu > li:first-child > a {
  border-left: 0;
}
.sf-menu li {
  height: auto;
  white-space: nowrap;
  background: none;
}
.sf-menu ul li a, .sf-menu ul li:first-child a {
  background: none;
}
.sf-menu li li a:hover {
  color: rgba(255, 255, 255, 1) !important;
  border: 0 !important;
  background: #cb921d !important;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: '';
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dfeeff;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, .5);
}
.sf-arrows > .sfHover > .sf-with-ul:after, .sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dfeeff;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, .5);
}
.sf-arrows ul .sfHover > .sf-with-ul:after, .sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after {
  border-left-color: white;
}
.sf-menu li li a, .stuck .sf-menu li li a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 1;
  height: auto;
  margin: 0;
  padding: 10px 15px;
  text-align: left;
  text-transform: none;
  color: #3f516e;
  border: 0;
}
/*** Content ***/
#def-column, #one-column {
  display: block;
  width: 100%;
  background: #fff;
}
#def-column .container, #one-column .container {
  padding-bottom: 8rem;
}
#one-column #primary {
  position: relative;
  display: block;
  float: none;
  margin: 0 auto;
}
#one-column .container, #def-column .container {
  padding-top: 3rem;
}
#primary {
  position: relative;
}
#primary strong, strong {
  font-weight: bold;
}
.post-entry img {
  max-width: 100%;
  height: auto;
  padding: 0;
  border: 0;
    float: right;
    max-width: 300px;
    height: auto;
}
#primary h1.entry-title {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  display: block;
  text-align: left;
  text-transform: uppercase;
  background: none;
}
#primary .content-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#primary ol, #primary ul {
  font-size: 18px;
  margin: 0 0 1em;
  padding: 0 0 0 30px;
  list-style: disc;
  color: #333;
}
#primary ul ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: disc;
}
#primary ul li {
  padding-left: 2px;
  list-style: none;
}
#primary ol li {
  padding-left: 2px;
  list-style: decimal;
}

#primary img {
  border-radius: 0;
}
.home #primary a {
  text-decoration: none;
}
#primary a {
  text-decoration: underline;
font-weight: 800;
}
.home #primary a.button {
  float: left;
}
#primary a img {
  border: 5px solid #ebebeb;
}
#primary a:hover img {
  opacity: 0.8;
}
/*** Sidebar */
#secondary {
  background-color: transparent;
}
#secondary .content-wrapper {
  background: transparent;
}
.home #secondary .content-wrapper {
  border: none;
}
#secondary aside {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5%;
  background: transparent;
}
#secondary aside p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
}
#secondary .widget h3 {
  font-size: 26px;
  font-weight: 300;
  margin: 15px;
  padding: 5px;
  text-transform: none;
}
h3.widget-title {
  position: relative;
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
}
#secondary .widget h3 {
  font-size: 26px;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  margin: 15px 0 15px 15px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
/* Secondary Columns Styles */
#secondary .widget ul {
  padding: 10px;
}
#secondary .widget li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  word-wrap: break-word;
}
#secondary .widget li li {
  margin: 0 0 0 10px;
  padding: 1px 0;
  list-style: none;
}
#secondary .widget li {
  margin: 6px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: left;
}
#secondary .widget li a {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  padding-left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: none;
}
#secondary .widget li a::before {
  content: '• ';
}
#secondary .widget li a:hover::before {
  content: '• ';
}
#secondary .widget li li a {
  font-size: 26px;
}
#secondary .widget li li a {
  background: none;
}
#secondary .widget li li a::before {
  font-size: 12px;
}
#secondary ul.menu li a {
  float: left;
  overflow: hidden;
  width: 308px;
  height: 110px;
  margin: 8px 0;
  white-space: nowrap;
  text-indent: -9999px;
  border-left: 9px solid #e1e1e1;
  background-color: #000;
}
#secondary ul.menu li:first-child a {
  margin-top: 15px;
}
#secondary ul.menu li a:hover {
  border-left: 9px solid #cc3;
}
/*** Widgets ***/
#widgets {
  margin-top: 40px;
}
.tagcloud {
  padding: 0 35px;
}
#widgets a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#widgets form {
  margin: 0;
}
#widgets ol, #widgets ul {
  padding: 0 0 0 20px;
}
#widgets ul li a {
  display: inline;
  text-decoration: none;
}
#widgets .widget-title img {
  position: relative;
  top: 4px;
  float: right;
  width: 11px;
  height: 11px;
}
#widgets .rss-date {
  line-height: 18px;
  padding: 6px 12px;
}
#widgets .rssSummary {
  padding: 10px;
}
#widgets cite {
  font-style: normal;
  line-height: 18px;
  padding: 6px 12px;
}
#widgets .tagcloud, #widgets .textwidget {
  line-height: 1.5em;
  display: block;
  margin: 0;
  word-wrap: break-word;
}
.textwidget {
  line-height: 20px;
}
.textwidget p.dedicated {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #c00;
}
.textwidget .dedicated span {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.textwidget img {
  display: block;
  margin: 0 auto;
}
.textwidget a.button {
  position: absolute;
  bottom: 25px;
  margin: 0 auto 0 60px;
}
.textwidget h5 {
  font-family: 'Verdana', Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #609ab5;
}
.textwidget h5 span {
  font-family: 'Verdana', Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #222;
}
#widgets .textwidget a {
  display: inline;
}
#widgets ul .children {
  padding: 0 0 0 10px;
}
#widgets .author {
  font-weight: 700;
  padding-top: 4px;
}
#cat, .widget_archive select {
  display: block;
  margin: 0 15px 0 0;
}
.widget-title a {
  padding: 0 !important;
  border-bottom: none;
}
/*** Footer *******/
#footer {
  position: relative;
  z-index: 0;
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.home #footer {
  position: relative;
  z-index: 3003;
}
#footer-info {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: left;
  background: #fff;
}
#footer-widgets {
  position: relative;
  display: block;
  clear: both;
  height: 380px;
  background-color: #ebebeb;
}
#footer-widgets .wrapper {
  overflow: hidden;
}
#footer-widgets .widget {
  float: left;
  width: 322px;
  height: auto;
  margin: 0 10px 10px;
  padding: 10px 10px 10px 20px;
  background: transparent url('img/sep.png') no-repeat left 40px;
}
#footer-widgets .widget:first-child {
  border: none;
  background: none;
}
#footer-widgets h3.widget-title {
  font-size: 30px;
  margin: 5px 0 10px;
  text-transform: none;
  color: #629080;
}
#footer-widgets h3.widget-title.blue {
  color: #619bb7;
}
.home #footer-widgets .aside-container {
  width: 1270px;
  margin: 0 auto;
}
#footer-widgets .aside-container {
  width: 1100px;
  margin: 0 auto;
}
#footer-widgets .widget.contact, #footer-widgets .widget.directions {
  width: 500px;
}
#footer-widgets .widget.directions {
  background: transparent url('img/map.jpg') no-repeat right center;
}
#footer-widgets .widget.locations a {
  font-size: 12px;
  padding: 22px;
  text-decoration: underline;
  color: #629080;
  background: url('img/map-icon.png') no-repeat left center;
}
#footer-widgets .widget.locations a:hover {
  color: #609ab5;
}
#footer-nav {
  font-size: 12px;
  overflow: hidden;
  padding: 0;
}
#footer-nav li {
  display: inline;
}
#footer-nav a {
  padding: 0;
  text-decoration: none;
}
#footer-nav a:hover {
  text-decoration: none;
}
#primary .wpcf7 input, #primary .wpcf7 textarea {
  font-size: 16px;
  width: 100%;
  padding: 5px;
  border: 1px solid #aaa;
}
#primary.wpcf7 textarea {
  float: none;
  height: 160px;
  margin: 0;
}
#primary .wpcf7 p {
  font-family: 'Open Sans', Helvetica, sans-serif;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#primary .wpcf7 input, #primary.wpcf7 textarea {
  display: block;
  float: left;
  width: 100%;
  height: 40px;
  margin: 0;
  border: 1px solid #aaa;
}
#primary .wpcf7 input[type='submit'] {
  height: auto;
}
#primary .wpcf7 input[type='checkbox'] {
  width: auto;
  border: 0;
}
.footer .wpcf7 input, .footer .wpcf7 textarea {
  font-size: 16px;
  padding: 5px;
}
.footer .wpcf7 textarea {
  float: none;
  width: 160px;
  height: 160px;
  margin: 0;
  border: none;
}
.footer .wpcf7 input {
  display: block;
  float: left;
  width: 208px;
  height: 40px;
  margin: 0 10px 10px 0;
  border: none;
}
/*** Footer Menu
 ****************************************************************/
.home .footer {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 14px;
  z-index: 99;
  top: 0;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2em 0;
  color: #072859;
  background: #fff;
}
.footer {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 14px;
  z-index: 99;
  top: 0;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2em 0;
  color: #072859;
  background: #ccd5e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccd5e3), to(#fff));
  background: -webkit-linear-gradient(#ccd5e3, #fff);
  background: -o-linear-gradient(#ccd5e3, #fff);
  background: linear-gradient(#ccd5e3, #fff);
}
.footer p {
  font-size: 16px;
  line-height: 1.2em;
  display: block;
  margin: 25px 0 0;
  text-align: center;
}
.footer p span {
  font-style: italic;
  color: #d5d4cf;
}
.footer .wrapper {
  width: 100%;
  min-width: 10px;
  max-width: 1366px;
  margin: 0 auto;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
  color: #4e6889;
}
#footer-nav {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  text-align: left;
}
#footer-nav .nav {
  display: block;
  margin: 0;
}
#footer-2 #footer-nav li {
  display: inline-block;
}
#footer-nav li {
  display: inline-block;
  float: none;
  clear: none;
  margin: 0 0.25rem;
  padding: 0;
  list-style-type: none;
}
#footer-nav li a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  display: inline;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  text-transform: none;
  color: rgba(255, 255, 255, 1);
}
#footer-nav li:first-child a {
  background: none;
}
.bottom {
  font-weight: 400;
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  background: #31373d;
  padding: 2rem 0;
}
.bottom .container {
  position: relative;
  z-index: 3;
}
.bottom p {
  font-size: 14px;
}
.bottom #footer-1 img, .bottom #footer-1 p {
  padding-right: 4rem;
}
.bottom #footer-1 p {
  line-height: 1.3rem;
}
.bottom h4 {
  font-family: 'Amazon Ember', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #c5b05f;
  margin-top: 3.2rem;
  margin-bottom: 1.5rem;
}
.bottom address {
  margin-bottom: 1rem;
}
.bottom address, .bottom address a {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  line-height: 1.5;
}
.bottom address span, .bottom address a span {
  font-weight: 600;
  text-transform: normal;
}
.bottom address a {
  font-weight: 400;
}
.bottom a {
  font-size: 16px;
  color: #c5b05f;
}
#footer-nav li a:hover, .bottom a:hover, .footer-copyright a:hover {
  color: rgba(197, 177, 95, 0.7);
}
#footer-nav li:first-child {
  border-left: none;
}
/************Footer Features*************************************************/
.footer-copyright {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 0;
  padding: 1rem 0;
  text-align: center;
  color: #6d6e71;
  background: #3f506e;
}
.footer-copyright, .footer-copyright a {
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 1);
}
.footer-copyright a {
  color: rgba(255, 255, 255, 1);
}
.footer-copyright a:hover {
  color: #c5b05f;
}
.footer-copyright p a {
  text-decoration: underline;
}
/*** Social Icons
 ****************************************************************/
.social-icons {
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#access .social-icons {
  position: absolute;
  top: 0;
  z-index: 999;
  height: 100%;
}
#access .social-icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0rem;
}
#access .social-icons li a {
  width: 40px;
  height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
}
.social-icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0;
  padding-right: 0.75rem;
}
.social-icons li a {
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.25rem;
  padding: 8px;
  color: #fff;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: #c5b05f;
}
header .social-icons li a {
  font-family: 'icomoon';
  font-size: 18px;
  line-height: 1em;
  display: inline-block;
  margin: 0;
  padding: 9px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 1);
  border: 1px solid #3f516e;
  border-radius: 0;
  background: #3f516e;
}
header .social-icons li a:hover {
  background: #c5b05f;
  border: 1px solid #c5b05f;
  color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 2px 3px rgba(33, 33, 33, 0.33);
          box-shadow: 0px 2px 3px rgba(33, 33, 33, 0.33);
}
.contact .social-icons li {
  padding: 0;
}
.contact .social-icons li a {
  background: rgba(197, 176, 95, 0);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0.5rem;
  font-size: 22px;
  padding: 11px;
}
.contact .social-icons li a:hover {
  background: rgba(255, 255, 255, 1);
  color: #3f516e;
  border: 2px solid rgba(255, 255, 255, 1);
}
@media only screen and (max-width: 1280px) {
  header .social-icons li a {
    font-size: 18px;
  }
}
.social-icons li a:hover {
  color: #c5b05f;
  background: rgba(255, 255, 255, 1);
}
.contact .btn {
  padding: 1rem 0;
}
#social-bg {
  padding: 0;
  background: #f5f5f5;
}
.container .icon-blogger, .container .icon-facebook, .container .icon-foursquare, .container .icon-google-plus, .container .icon-instagram, .container .icon-linkedin, .container .icon-pinterest, .container .icon-rss-feed, .container .icon-stumble-upon, .container .icon-twitter, .container .icon-vimeo, .container .icon-yelp, .container .icon-youtube {
  display: inline;
}
.social-icons h2 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 2px;
  float: left;
  padding-left: 0;
  color: white;
}
#footer-info .social-icons {
  line-height: normal;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: left;
}
#footer-info .social-icons {
  width: 100%;
  padding: 0.75rem 0;
  text-align: center;
  border: 0;
}
#footer-info .social-icons li {
  padding-right: 0.35rem;
}
#footer-info .social-icons li a {
  margin: 0;
  padding: 8px;
  background: #3f516e;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  border-radius: 50%;
  -webkit-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
#footer-info .social-icons li a:hover {
  background: rgba(255, 255, 255, 1);
  color: #3f516e;
}
@media screen and (max-width: 767px) {
  #footer-info .social-icons {
    border: 0;
  }
}
#footer-info .social-icons li {
  width: auto;
  margin: 0.5rem 0.25rem;
}
#footer-info .social-icons li a {
  font-size: 24px;
  padding: 12px;
  color: #31373d;
  background: #c5b05f;
  border: 1px solid #c5b05f;
  border-radius: 0;
}
#footer-info .social-icons li a:hover {
  color: #31373d;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
}
/*** Breadcrumb Lists
 ****************************************************************/
.breadcrumb-list {
  font-size: 14px;
}
/*** Primary Content Styles
 ****************************************************************/
#primary article.post {
  margin: 0 0 15px;
}
.post-data {
  margin-bottom: 60px;
}
.post-meta {
  margin: 1em 0;
}
.entry-title {
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
}
.entry-content {
  padding: 0 0 35px;
}
.entry-content p {
  margin: 0 0 1.5em;
}
.entry-title {
  font-family: 'Amazon Ember', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 60px;
  line-height: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #0c739e;
}
/*** Blog Stylings
 ****************************************************************/
 @media (max-width: 480px) {
 .single #primary h1.entry-title {
   font-size:36px;
 }
 }
 .single-post .container {
     display: flex;
 }
#nav-single {
  padding: 0 0 30px;
}
#nav-single .nav-previous {
  float: left;
}
#nav-single .nav-next {
  float: right;
}
.navigation {
  padding: 0 0 25px;
}
#comments-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 2.6em;
  padding: 0 0 2.6em;
  text-transform: uppercase;
  color: #666;
}
.nocomments, .nopassword {
  font-size: 24px;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
  color: #aaa;
}
.commentlist {
  width: 68.9%;
  margin: 0 auto;
  list-style: none;
}
.commentlist li {
  list-style: none !important;
}
.content .commentlist, .page-template-sidebar-page-php .commentlist {
  width: 100%;
  /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
  position: relative;
  margin: 0 0 1.625em;
  padding: 1.625em !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f6f6f6;
}
.commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em;
}
.commentlist .children {
  margin: 0;
  list-style: none;
}
.commentlist .children li.comment {
  position: relative;
  margin: 1.625em 0 0;
  padding: 1.625em !important;
  border-left: 1px solid #ddd;
  border-radius: 0 3px 3px 0;
  background: #fff;
}
.commentlist .children li.comment .fn {
  display: block;
}
.comment-meta .fn {
  font-style: normal;
}
.comment-meta {
  font-size: 12px;
  line-height: 2.2em;
  color: #666;
}
.commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
  margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0;
}
.comment-meta a {
  font-weight: bold;
}
.commentlist .avatar {
  position: absolute;
  top: 0;
  left: -102px;
  padding: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
}
.commentlist > li:before {
  position: absolute;
  left: -21px;
  content: url('img/comment-arrow.png');
}
.commentlist > li.pingback:before {
  content: '';
}
.commentlist .children .avatar {
  top: 2.2em;
  left: 2.2em;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.comment-reply-link {
  font-size: 12px;
  display: inline-block;
  padding: 0 8px;
  text-decoration: none;
  color: #666;
  border-radius: 3px;
  background: #eee;
}
a.comment-reply-link:active, a.comment-reply-link:focus, a.comment-reply-link:hover {
  color: #fff;
  background: #888;
}
a.comment-reply-link > span {
  position: relative;
  top: -1px;
  display: inline-block;
}
.nocomments {
  display: none;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
  border-color: #d3d3d3;
  background: #ddd;
}
.commentlist > li.bypostauthor .comment-meta {
  color: #575757;
}
.commentlist > li.bypostauthor:before {
  content: url('img/comment-arrow-bypostauthor.png');
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
  border-color: #d3d3d3;
  background: #ddd;
}
/* Comment Form */
#respond {
  position: relative;
  overflow: hidden;
  padding: 1.625em;
  border: 0;
  background: #f5f5f5;
}
#respond input[type='text'], #respond textarea {
  position: relative;
  padding: 10px;
  text-indent: 80px;
  border: 5px solid #eee;
  background: #fff;
}
#respond .comment-form-author, #respond .comment-form-comment, #respond .comment-form-email, #respond .comment-form-url {
  position: relative;
}
#respond .comment-form-author label, #respond .comment-form-comment label, #respond .comment-form-email label, #respond .comment-form-url label {
  font-size: 13px;
  position: relative;
  z-index: 1;
  top: 40px;
  left: 4px;
  display: inline-block;
  min-width: 60px;
  padding: 4px 10px;
  color: #555;
  background: #eee;
  -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, .8);
  box-shadow: 1px 2px 2px rgba(204, 204, 204, .8);
}
#respond input[type='text']:focus, #respond textarea:focus {
  z-index: 1;
  text-indent: 0;
}
#respond textarea {
  width: 95%;
  resize: vertical;
}
#respond .comment-form-author .required, #respond .comment-form-email .required {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 75%;
  color: #bd3500;
}
#respond .comment-notes, #respond .logged-in-as {
  font-size: 13px;
}
#respond p {
  margin: 10px 0;
}
#respond .form-submit {
  float: right;
  margin: -10px 0 0;
}
#respond input#submit:active {
  color: #fff;
  background: #3a4e7b;
}
#respond #cancel-comment-reply-link {
  margin-left: 10px;
  text-decoration: none;
  color: #666;
}
#respond #cancel-comment-reply-link:hover, #respond .logged-in-as a:hover {
  text-decoration: underline;
}
.commentlist #respond {
  width: auto;
  margin: 1.625em 0 0;
}
#reply-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #373737;
}
#cancel-comment-reply-link {
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2em;
  position: absolute;
  top: 1.1em;
  right: 1.625em;
  display: block;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #888;
}
#cancel-comment-reply-link:active, #cancel-comment-reply-link:focus, #cancel-comment-reply-link:hover {
  color: #ff4b33;
}
#respond label {
  line-height: 2.2em;
}
#respond input[type=text] {
  display: block;
  width: 75%;
  height: auto;
}
#respond p {
  font-size: 12px;
}
p.comment-form-comment {
  margin: 0;
}
.form-allowed-tags {
  display: none;
}
h1.page-title-cat {
  font-size: 30px !important;
}
/* ---------- Extended  ---------- */
.rpwe-block li {
  margin: 0 0 15px;
}
.rpwe-block a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: inline !important;
  width: 95px;
  text-decoration: none;
  color: #333;
}
.rpwe-block a.more-link {
  font-family: 'Open Sans', Verdana, Geneva, sans-serif;
  font-weight: normal;
  float: right;
  text-transform: lowercase;
  color: #fff;
}
.rpwe-block h3 {
  font-size: 16px;
  margin: 0;
}
.rpwe-summary {
  font-size: 14px;
  line-height: 18px;
}
.rpwe-clearfix:after, .rpwe-clearfix:before {
  display: table;
  content: '';
}
.rpwe-clearfix:after {
  clear: both;
}
.rpwe-clearfix {
  zoom: 1;
}
/*** Search Form
 ****************************************************************/
#searchform {
  float: right;
  margin: 15px 0;
}
#secondary #searchform {
  position: relative;
  float: none;
  margin: 0;
}
#searchform input[type='text'] {
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: 1px solid #ebebeb;
}
#searchform button[type='submit'] {
  position: absolute;
  right: 5px;
  top: 0;
  padding: 7px;
  border: 0;
  background: transparent;
}
#searchform button i {
  padding: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  border-radius: 50%;
  background: #333;
}
#searchform button:hover i {
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*** Slideshow
 ****************************************************************/
#slideshow {
  position: relative;
}
#slideshow img {
  border: 0 !important;
  background: transparent !important;
}
/*** Sidebar Contact Form
 ****************************************************************/
#sidebar-contact-form input[type='text'], #sidebar-contact-form textarea {
  width: 325px;
  padding: 5px;
  border: 1px solid #aaa;
}
#sidebar-contact-form textarea {
  height: 100px;
}
#sidebar-contact-form p {
  padding-bottom: 10px;
}
#sidebar-contact-form .row {
  margin: 0 0 10px;
}
.widget .wpcf7 .wpcf7-list-item-label, .widget .wpcf7 .wpcf7-list-item-label a, .widget .wpcf7 a {
  font-size: 12px;
  color: #666;
}
.widget .wpcf7 .wpcf7-checkbox {
  margin-left: 0;
}
.widget .wpcf7 a {
  text-decoration: underline;
  color: #666;
}
.widget .wpcf7 a:hover {
  color: #f7811b;
}
.widget .wpcf7 {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
div.wpcf7-validation-errors {
  z-index: 9999999999;
  color: red;
  border: 2px solid #f7e700;
  background: white;
}
.widget .wpcf7 input, .widget .wpcf7 p#captcha, .widget .wpcf7 textarea {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  padding: 15px;
  color: #404040;
  border: 0;
  background: #fff;
}
#secondary .widget .wpcf7 input, #secondary .widget .wpcf7 p#captcha, #secondary .widget .wpcf7 textarea {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  padding: 7px;
  border: none;
  border: 1px solid #b3b3b3;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
#secondary .widget .wpcf7 input[type='submit'], .widget .wpcf7 input[type='submit'] {
  padding: 1.25em 0;
  border-color: #c5b05f;
  border-radius: 0;
  background: #c5b05f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#secondary .widget .wpcf7 input[type='submit']:hover, .widget .wpcf7 input[type='submit']:hover {
  border-color: #3f516e;
  background: #3f516e !important;
}
.widget .wpcf7 input, .widget .wpcf7 textarea, .wpcf7 p#captcha {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 7px 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3), inset 0 3px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3), inset 0 3px 3px rgba(0, 0, 0, .3);
}
.widget .wpcf7 input[type='checkbox'] {
  width: 20px;
  height: 20px;
}
.widget .wpcf7 textarea {
  float: left;
  height: 100px;
  resize: none;
}
.wpcf7 p#captcha {
  float: left;
  height: 26px;
  padding: 7px;
  background: white;
}
.wpcf7 input.captcha-input {
  float: right;
  height: 25px;
}
.widget .wpcf7 p {
  font-size: 12px;
  line-height: 1.2em;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
/*** Slider Support ***/
.bx-slider, .bx-slider li, .bx-wrapper, .home .slider {
  height: 840px;
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
    .bx-slider, .bx-slider li, .bx-wrapper, .home .slider {
    		min-height: 1000px;
  	}
}
@media only screen and (max-width:1366px) {
  .bx-slider, .bx-slider li, .bx-wrapper, .home .slider {
    		min-height: 1000px;
  }
}
@media only screen and (max-width: 991px) {
  .bx-slider, .bx-slider li, .bx-wrapper, .home .slider {
    		min-height: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .bx-slider, .bx-slider li, .bx-wrapper, .home .slider {
    		min-height: 1000px;
  }
}
section.supporters .bx-slider-supporters, section.supporters .bx-slider li, section.supporters .bx-wrapper {
  height: 500px;
}
@media screen and (max-width : 1199px) {
	section.supporters .bx-slider-supporters, section.supporters .bx-slider li, section.supporters .bx-wrapper {
	  height: 560px;
	}
}
@media screen and (max-width : 991px) {
	section.supporters .bx-slider-supporters, section.supporters .bx-slider li, section.supporters .bx-wrapper {
	  height: 680px;
	}
}

@media screen and (max-width : 575px) {
	section.supporters .bx-slider-supporters, section.supporters .bx-slider li, section.supporters .bx-wrapper {
	  height: 800px;
	}
}
section.supporters .slide {
	background: #3f516d;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home .slider {
  position: relative;
  z-index: 99;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background: #fff;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .home .slider::after {
    position: absolute;
    z-index: 990;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, .7);
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .home .slider {
    background: #fff url('img/slider/slider1.jpg') no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 575px) {
  .home .slider .bx-slider {
    display: none !important;
  }
}
.home .slider .boxed {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 6rem 0;
}
.home .slider .boxed .container, .home .slider .boxed .container .row, .home .slider .boxed .container-fluid, .home .slider .boxed .container-fluid .row {
  position: relative;
  height: 100%;
}
.slider .boxed h3, .slider .boxed h4 {
  font-family: 'Amazon Ember', 'Open Sans', Helvetica, Arial, sans-serif;
}
.slider .boxed h3 {
  font-size: 36px;
  position: absolute;
  top: 67%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.slider .boxed h4 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #7d8589;
}
.slider .boxed h4::after {
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  margin: 1rem auto;
  content: '';
  background: #c5b05f;
}
@media screen and (max-width: 575px) {
  .slider .boxed nav {
    display: none;
  }
}
.slider .boxed nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider .boxed nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider .boxed nav ul li:last-child {
  border: 0;
}
.slider .boxed nav ul li a {
  font-family: 'Amazon Ember', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .5);
}
.slider .boxed nav ul li a:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  text-shadow: 0 8px 12px rgba(0, 0, 0, .5);
}
/*** Inside Page Styling ***/
.bg-container {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0;
  background: #fff center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #32373D;
}
.bg-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
}
.bg-container .entry-title {
  font-weight: 400;
  padding: 8rem 0;
  letter-spacing: 0.5rem;
  color: rgba(255, 255, 255, 1);
  font-size: 60px;
}
@media screen and (max-width: 991px) {
  .bg-container .entry-title {
    font-size: 32px;
    padding: 4rem 0;
  }
}
@media screen and (max-width: 575px) {
  .bg-container .entry-title {
    font-size: 24px;
    padding: 2rem 0;
  }
}
/*** Headroom ***/
.headroom {
  -webkit-transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  will-change: transform;
}
.headroom--pinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
/*** OVERRIDES ***/
/****************************************************************/
.g-recaptcha {
  float: left;
  width: 100%;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
div.wpcf7 .ajax-loader {
  position: absolute !important;
}
/* SECTIONS ** */
/** HERO - DONATE **/
div.ap-light div.ap-dw-main {
	opacity: 0;
}
.amazon-view-check div.ap-light div.ap-dw-main {
	opacity: 1;
}
#donate-hero {
  width: 47%;
  max-width: 640px;
  margin-left: 45%;
  text-align: center;
}

@media screen and (max-width : 991px) {
	#donate-hero {
	  width: 60%;
	  margin-left: 35%;
	}
}

@media screen and (max-width : 767px) {
	#donate-hero {
	  width: 90%;
	  margin-left: 0;
	  margin: 0 auto;
	}
}

#donate-hero #lead {
  color: #c6b158;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: -0.002em;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 1365px) {
  #donate-hero #lead {
    font-size: 62px;
  }
}


#donate-hero #lead .reg {
  font-size: 27px;
  top: 0px;
  position: absolute;
}
#donate-hero #lead-small {
  margin-top: 15px;
  font-size: 24px;
  color: #c6b158;
  position: relative;
}
@media screen and (min-width: 1365px) {
  #donate-hero #lead-small {
    font-size: 22px;
  }
}
#donate-hero #lead-small .reg {
  font-size: 22px;
  top: 0;
  position: absolute;
}
#donate-hero #para {
  margin-top: 40px;
  margin-bottom: 36px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 1365px) {
  #donate-hero #para {
    font-size: 18px;
  }
}

#payment.in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.ap-dw-list.ap-dw-cf {
  width: 100% !important;
}
div.ap-dw-container div.ap-dw-main {
  border-radius: 0 !important;
}
div.ap-dw-container li.ap-dw-list-item {
  width: 24.81752% !important;
  text-align: center;
}
div.ap-dw-container h4.ap-dw-optional-heading {
  text-align: left !important;
}
div.ap-dw-container div.ap-dw-optional-container:first-of-type {
  width: 21.42857% !important;
}
div.ap-dw-container div.ap-dw-optional {
  width: 49.555% !important;
}
div.ap-dw-container div.ap-dw-optional-container:last-of-type {
  width: 78.57143% !important;
  margin-top: 10px;
}
.ap-dw-button {
  position: absolute !important;
  right: 21px !important;
  bottom: 30px !important;
}
div.ap-light a.ap-dw-selected, div.ap-dark a.ap-dw-selected {
  border-color: #c6b158 !important;
  background: #dfdbcb !important;
}
div.ap-light a.ap-dw-selected:before, div.ap-dark a.ap-dw-selected:before {
  border-color: #c6b158 transparent transparent transparent !important;
}
div.ap-dw-container h3.ap-dw-main-heading {
  text-align: center !important;
  padding: 0 !important;
  color: #31373d !important;
  font-size: 18px !important;
  position: relative;
  text-shadow: none;
  letter-spacing: normal;
}
div.ap-dw-container h4.ap-dw-optional-heading {
  margin: 26px 0 0 2px !important;
}
div.ap-dw-container h4.ap-dw-optional-heading::after {
  content: "";
  display: none;
}
div.ap-dw-container h3.ap-dw-main-heading:before {
  background: none !important;
}
#thanks {
  display: none;
  border-color: #e5e5e5;
  background-color: #f7f7f7;
  padding: 10% 50px;
  border-radius: 4px;
  text-align: center;
}
#donate {
  margin-top: -3px;
  position: relative;
  background-color: #515d68;
  position: relative;
  color: #fff;
  font-family: "Amazon Ember", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}
#donate a {
  color: #fff;
}
#donate a:hover {
  text-decoration: underline;
}
#donate .cols {
  display: inline-block;
  padding: 20px 0;
  font-size: 1.17216vw;
  text-align: center;
}

@media screen and (min-width: 1365px) {
  #donate .cols {
    font-size: 16px;
  }
}
#donate .cols.hide-padding {
  padding: 10px 0 2px;
  vertical-align: middle;
}
#donate #text.cols.hide-padding, #donate #payments.cols.hide-padding {
  padding: 20px 0;
}
#donate .cols .arrow {
  margin-left: 6px;
}
#donate .cols#payments {
  width: calc(40% - 6px);
}
#donate .cols#text {
  border-left: solid 3px #394148;
  width: calc(35% - 6px);
}
#donate .cols#online {
  border-left: solid 3px #394148;
  width: calc(26% - 6px);
  cursor: pointer;
  cursor: hand;
}
#donate .cols span {
  font-weight: 700;
  color: #c6b158;
}
#donate #online.hide #more {
  display: none;
}
#donate #online #paypal {
  display: none;
}
#donate #online.hide #paypal {
  display: block;
}
#donate #online.hide #paypal input[type="image"]:hover {
  cursor: pointer;
}
#donate .cols .arrow {
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
#donate .cols:hover .arrow {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (max-width : 767px) {
	#donate .cols {
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	#donate #online #paypal #image {
	width: 95%;
    max-width: 107px;
	}
	#donate .cols {
		font-size: 12px;
	}
  #donate-hero #lead {
    font-size: 52px;
  }
  #donate-hero #lead-small {
	  font-size: 16px;
  }
  #donate-hero #para {
	  font-size: 16px;
  }
  div.ap-dw-container div.ap-dw-optional {
    width: 100% !important;
  }
  .ap-dw-button {
    position: relative !important;
    width: 100% !important;
    right: auto !important;
    bottom: auto !important;
   }
   .ap-dw-button img {
	   margin: 0 auto !important;
   }
}
/* Home Section ** */
section.home-content {
  background: rgba(255, 255, 255, 1) url('img/slider/slider1.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  padding: 0;
  max-height: 800px;
  z-index: 3;
}

@media screen and (max-width : 767px) {
	section.home-content {height: 1050px;}
}

section.home-content::after {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
section.home-content .container, section.home-content .container-fluid {
  position: absolute;
  z-index: 3;
  margin: 1.25rem 0;
}

/****************************************************************/
/*** #TeamDamon Section ***/
/****************************************************************/
section.home-content.damon {
	max-height: 10000px;
	overflow: hidden;
}

section.home-content.damon .embed-responsive-21by9::before {
	padding-top: 62.456789% !important;
}

section.home-content.damon .container {
  position: relative;
  z-index: 3;
  margin: 4rem 0;
}
section.home-content.damon .embed-responsive {
	position: absolute;
	width: 120%;
	top: -31%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (min-width : 2200px) {
	section.home-content.damon .embed-responsive {top: -60%;}
}

@media screen and (min-width : 2000px) {
	section.home-content.damon .embed-responsive {top: -40%;}
}

@media screen and (max-width : 1810px) {
	section.home-content.damon .embed-responsive {
		width: 145%;
	}	
}

@media screen and (max-width : 1280px) {
	section.home-content.damon .embed-responsive {
		width: 225%;
	}	
}

@media screen and (max-width : 991px) {
	section.home-content.damon .embed-responsive {
		width: 325%;
	}	
}

.featured-title, section.home-content #primary h1 {
  font-family: 'Amazon Ember', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: block;
  margin: 0 auto 1rem;
  padding: 0 0 1rem 0;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  color: #3f516e;
}
@media (max-width: 1199px) {
  .featured-title, section.home-content #primary h1 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .featured-title, section.home-content #primary h1 {
    font-size: 32px;
  }
}
.featured-title {
  text-align: center;
}

section.home-content #primary h1,
section.home-content.damon h1  {
  font-size: 52px;
  text-align: center;
  color: #c5b05f;
}
@media (max-width: 1199px) {
  section.home-content #primary h1,
  section.home-content.damon h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  section.home-content #primary h1,
  section.home-content.damon h1 {
    font-size: 24px;
  }
}
section.home-content h4 {
  font-weight: 700;
  font-size: 24px;
  margin: 1.2rem 0 0.35rem 0;
  color: rgba(255, 255, 255, 1);
}
section.home-content p {
  text-align: left;
  font-size: 16px;
  margin: 0 0 1rem 0;
  color: rgba(255, 255, 255, 1);
}
.featured-title span, section.home-content #primary h1 span.sub {
  font-family: 'Amazon Ember', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 25px;
  display: block;
  font-weight: 300;
  font-style: normal;
  padding-top: 1rem;
  padding-left: 0;
  text-transform: none;
  color: #212121;
}
@media (max-width: 1199px) {
  .featured-title span, section.home-content #primary h1 span.sub {
    font-size: 20px;
  }
}
section.home-content #primary h1 span.sub {
  color: rgba(255, 255, 255, 1);
}
.featured-title span {
  font-size: 24px;
}
#services {
  background: url(img/bg-services.jpg) no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-box-shadow: inset 0px 0px 40px rgba(33, 33, 33, 0.5);
          box-shadow: inset 0px 0px 40px rgba(33, 33, 33, 0.5);
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  #services {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 575px) {
  #services {
    padding: 4rem 0;
    background-position: right center;
  }
}
#services .square {
  background: #3f516e;
  background-image: -webkit-radial-gradient(#aab8cf, #3f516e);
  background-image: -o-radial-gradient(#aab8cf, #3f516e);
  background-image: radial-gradient(#aab8cf, #3f516e);
  height: 0;
  padding-bottom: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#services .square:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 10px 40px rgba(51, 51, 51, 0.3);
          box-shadow: 0px 10px 40px rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 575px) {
  #services .square {
    padding-bottom: 30%;
    margin: 1rem 0;
  }
}
#services .square .border {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  border: 0 !important;
}
#services .square .square-inn {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 1) !important;
  padding: 0;
  font-size: 2.5vw;
}
#services .square:hover::after {
  opacity: 1;
}
#services .square h3 {
  color: rgba(255, 255, 255, 1);
  font-family: 'Amazon Ember', 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
#services .square h3 span {
  display: block;
  font-size: 22px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1380px) {
  #services .square h3 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  #services .square h3 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #services .square h3 span {
    position: relative;
  }
}
@media screen and (max-width: 1380px) {
  #services .square h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  #services .square h3 {
    font-size: 24px;
  }
}
/* CTAS 1 */
section.ctas-1, section.ctas-2 {
  background-color: rgba(255, 255, 255, 1);
  padding: 0.5rem 0;
  overflow: hidden;
}
section.ctas-1 {
	padding: 4rem 0;
}
section.ctas-1 div[class^="col-"]:nth-child(odd) .box-inner, section.ctas-2 div[class^="col-"]:nth-child(odd) .box-inner {
  background-color: rgba(63, 81, 110, 0.8);
}
section.ctas-1 div[class^="col-"]:nth-child(even) .box-inner, section.ctas-2 div[class^="col-"]:nth-child(even) .box-inner {
  background-color: rgba(197, 176, 95, 0.8);
}
section.ctas-1 .box, section.ctas-2 .box {
  margin: 6px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.ctas-1 .box img, section.ctas-2 .box img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}
section.ctas-1 .box .box-inner, section.ctas-2 .box .box-inner {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 3;
  -webkit-transform: translateY(80%);
      -ms-transform: translateY(80%);
          transform: translateY(80%);
}
@media screen and (min-width: 1500px) {
  section.ctas-1 .box .box-inner, section.ctas-2 .box .box-inner {
    -webkit-transform: translateY(85%);
        -ms-transform: translateY(85%);
            transform: translateY(85%);
  }
}
section.ctas-1 .box .box-inner nav, section.ctas-2 .box .box-inner nav {
  opacity: 0;
  -webkit-transition: all 0.5s 0.2s ease;
  -o-transition: all 0.5s 0.2s ease;
  transition: all 0.5s 0.2s ease;
}
section.ctas-1 .box .box-inner nav .box-menu, section.ctas-2 .box .box-inner nav .box-menu {
  text-align: center;
}
section.ctas-1 .box .box-inner nav .box-menu li, section.ctas-2 .box .box-inner nav .box-menu li {
  margin: 0.5rem 0;
}
@media screen and (max-width: 1600px) {
  section.ctas-1 .box .box-inner nav .box-menu li, section.ctas-2 .box .box-inner nav .box-menu li {
    margin: 0;
  }
}
section.ctas-1 .box .box-inner nav .box-menu li a, section.ctas-2 .box .box-inner nav .box-menu li a {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1600px) {
  section.ctas-1 .box .box-inner nav .box-menu li a, section.ctas-2 .box .box-inner nav .box-menu li a {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
}
section.ctas-1 .box .box-inner nav .box-menu li a:hover, section.ctas-2 .box .box-inner nav .box-menu li a:hover {
  text-decoration: underline;
}
section.ctas-1 .box .box-inner h4, section.ctas-2 .box .box-inner h4 {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  letter-spacing: -0.05rem;
  position: relative;
  padding: 0.55rem 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  section.ctas-1 .box .box-inner h4, section.ctas-2 .box .box-inner h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  section.ctas-1 .box .box-inner h4, section.ctas-2 .box .box-inner h4 {
    font-size: 18px;
  }
}
section.ctas-1 .box .box-inner p, section.ctas-2 .box .box-inner p {
  padding: 0 1rem 1rem 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  opacity: 0;
  line-height: 1.2;
  -webkit-transition: all 0.5s 0.15s ease;
  -o-transition: all 0.5s 0.15s ease;
  transition: all 0.5s 0.15s ease;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  section.ctas-1 .box .box-inner p, section.ctas-2 .box .box-inner p {
    font-size: 14px;
  }
}
section.ctas-1 .box:hover .box-inner, section.ctas-2 .box:hover .box-inner {
  background-color: #c5b05f;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
section.ctas-1 .box:hover .box-inner p, section.ctas-2 .box:hover .box-inner p, section.ctas-1 .box:hover nav, section.ctas-2 .box:hover nav {
  opacity: 1;
}
section.ctas-2 {
  background-color: rgba(255, 255, 255, 1);
  padding: 4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  section.ctas-2 #cta-boxes [class*="col"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
section.ctas-2 a img {
  width: 100%;
}
section.ctas-2 a h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  height: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  section.ctas-2 a h4 {
    font-size: 16px;
  }
}
section.change {
  padding: 4rem 0;
  background: rgba(168, 168, 168, 0.2);
  overflow: hidden;
}
@media screen and (min-width: 1480px) {
  section.change .container {
    max-width: 1280px;
  }
}
section.change h2 {
  font-weight: bold;
}
section.news-feed {
  padding: 4rem 0;
  background: url("img/news-feed-bg.jpg") no-repeat 75% center;
  background-size: cover;
  background-attachment: scroll;
  overflow: hidden;
}
section.news-feed h5 {
  font-weight: bold;
}
section.news-feed .rss-aggregator li.feed-item {
  margin-bottom: 0.75rem;
}
section.news-feed .rss-aggregator li.feed-item a {
  font-weight: bold;
  color: #b79f3b;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
section.news-feed .rss-aggregator li.feed-item a:hover {
  color: #3f516e;
}
section.news-feed .rss-aggregator li.feed-item .feed-date {
  color: #3f516e;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  display: block;
}
section.latest-news {
  padding: 4rem 0;
}
section.latest-news .news-column {
  background: #3f516e;
}
section.latest-news .news-column h3 {
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-top: 2.5rem;
}
section.latest-news .news-column p {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-align: center;
  padding: 0 1.75rem;
}
section.latest-news .news-column .btn {
  color: #3f516e;
}
section.latest-news .news-column .btn:hover {
  background: rgba(255, 255, 255, 1) !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
section.latest-news .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
section.supporters {
  padding: 4rem 0;
  background: #3f516e;
}
section.supporters h2 {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 52px;
}
@media screen and (max-width : 991px) {
	section.supporters h2 {
		font-size: 32px;
	}
}
section.supporters .nav-pills .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  padding: 0;
  width: 25%;
  height: 110px;
  text-align: center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
section.supporters .nav-pills .nav-link:last-child {
  border-right: 0;
}
section.supporters .nav-pills .nav-link#v-pills-amazon-tab {
  background-image: url(img/logos/amazon-white.png);
  background-size: 80% auto;
}
section.supporters .nav-pills .nav-link.active#v-pills-amazon-tab {
  background-image: url(img/logos/amazon.png);
}
section.supporters .nav-pills .nav-link#v-pills-jelsert-tab {
  background-image: url(img/logos/jelsert-white.png);
  background-size: 45% auto;
}
section.supporters .nav-pills .nav-link.active#v-pills-jelsert-tab {
  background-image: url(img/logos/jelsert.png);
}
section.supporters .nav-pills .nav-link#v-pills-microsoft-tab {
  background-image: url(img/logos/microsoft-white.png);
  background-size: 75% auto;
}
section.supporters .nav-pills .nav-link.active#v-pills-microsoft-tab {
  background-image: url(img/logos/microsoft.png);
}
section.supporters .nav-pills .nav-link#v-pills-heart-tab {
  background-image: url(img/logos/heart-white.png);
  background-size: 45% auto;
}
section.supporters .nav-pills .nav-link.active#v-pills-heart-tab {
  background-image: url(img/logos/heart.png);
}
section.supporters .nav-pills .nav-link#v-pills-music-tab {
  background-image: url(/wp-content/uploads/2019/09/white.png);
  background-size: 50% auto;
}
section.supporters .nav-pills .nav-link.active#v-pills-music-tab {
  background-image: url(/wp-content/uploads/2019/09/0.png);
}
section.supporters .nav-pills .nav-link#v-pills-palmco-tab {
  background-image: url(img/logos/palm-white.png);
  background-size: 60% auto;
}
section.supporters .nav-pills .nav-link.active#v-pills-palmco-tab {
  background-image: url(img/logos/palm.png);
}
section.supporters .nav-pills .nav-link#v-pills-goorin-tab {
  background-image: url(img/logos/goorin-white.png);
  background-size: 55% auto;
}
section.supporters .nav-pills .nav-link.active#v-pills-goorin-tab {
  background-image: url(img/logos/goorin.png);
}
section.supporters .nav-pills .nav-link#v-pills-rock-tab {
  background-image: url(img/logos/rock-white.png);
  background-size: 75% auto;
}
section.supporters .nav-pills .nav-link.active#v-pills-rock-tab {
  background-image: url(img/logos/rock.png);
}


section.supporters .nav-pills .nav-link#v-pills-erimish-tab {
  background-image: url(img/logos/erimish-white.png);
  background-size: 75% auto;
}
section.supporters .nav-pills .nav-link.active#v-pills-erimish-tab {
  background-image: url(img/logos/erimish.png);
}

section.supporters .nav-pills .nav-link#v-pills-nipyata-tab {
  background-image: url(img/logos/nipyata-white.png);
  background-size: 75% auto;
}
section.supporters .nav-pills .nav-link.active#v-pills-nipyata-tab {
  background-image: url(img/logos/nipyata.png);
}






section.supporters .nav-pills .nav-link#v-pills-colorrun-tab {
  background-image: url(/wp-content/uploads/2019/07/0.png);
  background-size: 75% auto;
}
section.supporters .nav-pills .nav-link.active#v-pills-colorrun-tab {
  background-image: url(/wp-content/uploads/2019/07/0-1.png);
}



section.supporters .nav-pills .nav-link#v-pills-plat-tab {
  background-image: url(img/logos/logo-platinum-white.png);
  background-size: 75% auto;
}
section.supporters .nav-pills .nav-link.active#v-pills-plat-tab {
  background-image: url(img/logos/logo-platinum.png);
}



section.supporters .nav-pills .nav-link#v-pills-loft-tab {
  background-image: url(img/logos/the-loft-white.png);
  background-size: 75% auto;
}
section.supporters .nav-pills .nav-link.active#v-pills-loft-tab {
  background-image: url(img/logos/the-loft.png);
}


section.supporters .nav-pills #logo-rows > div:last-child .nav-link {
  border-bottom: 0;
}

section.supporters .nav-pills .nav-link.active, section.supporters .show > .nav-pills .nav-link {
  color: #3f516e;
  background-color: rgba(255, 255, 255, 1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.supporters .tab-content {
  background: rgba(255, 255, 255, 1);
  padding: 2rem 1.5rem;
  min-height: 300px;
}
section.supporters .tab-pane h3 {
  font-size: 27px;
  font-weight: 700;
}
section.supporters .tab-pane p {
  font-size: 14px;
}
/* CTA-Boxes */
section.cta-boxes {
  padding: 4rem 0;
  background: rgba(168, 168, 168, 0.3);
}

@media screen and (max-width: 991px) {
  section.cta-boxes .container {
	  width: 100%;
	  max-width: 100%;
  }
}

section.cta-boxes a {
  display: block;
}
section.cta-boxes a img {
  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
section.cta-boxes a img:hover {
  -webkit-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
          transform: translateY(-5%);
  -webkit-box-shadow: 0px 3px 10px rgba(33, 33, 33, 0.25);
          box-shadow: 0px 3px 10px rgba(33, 33, 33, 0.25);
}
section.cta-boxes .btn {
  padding: 2rem 0;
  font-size: 22px;
  letter-spacing: 0;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, left bottom, from(#c5b05f), to(#b79f3b));
  background: -webkit-linear-gradient(#c5b05f, #b79f3b);
  background: -o-linear-gradient(#c5b05f, #b79f3b);
  background: linear-gradient(#c5b05f, #b79f3b);
  -webkit-transition: -webkit-transform 0.33s;
  transition: -webkit-transform 0.33s;
  -o-transition: transform 0.33s;
  transition: transform 0.33s;
  transition: transform 0.33s, -webkit-transform 0.33s;
}
section.cta-boxes .btn i {
  padding-right: 1rem;
  font-size: 42px;
}
section.cta-boxes .btn span {
  padding-left: 0.45rem;
  font-weight: bold;
}
section.video-cta {
  background: url('img/slider/slider2.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 550px;
}

@media screen and (max-width : 767px) {	
	section.video-cta {
	  height: 900px;
	}
}


@media screen and (max-width : 1199px) {	
	section.cta-boxes .btn {
		font-size: 18px;
	}
	section.cta-boxes .btn i {
	  font-size: 22px;
	}	
}


section.video-cta::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section.video-cta #content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
section.video-cta #content h2, section.video-cta #content h4, section.video-cta #content p {
  color: rgba(255, 255, 255, 1);
  text-align: center;
}
section.video-cta #content h4 {
  font-weight: bold;
}

section.video-cta #content p {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
	section.video-cta #content p {
		font-size: 14px
	}
  section.video-cta #content h4 {
    font-size: 22px;
  }
}

section.video-cta #content .btn:hover {
  background: rgba(255, 255, 255, 1) !important;
  color: #3f516e;
}
section.video-cta #video-bg,
section.video-cta #video-bg-1,
section.video-cta #video-bg-2 {
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

section.video-cta #video-bg-2 {
	-webkit-transform: translateY(-200px);
	    -ms-transform: translateY(-200px);
	        transform: translateY(-200px);
}

section.video-cta .embed-responsive {
	overflow: visible;
}

/* Contact ** */
section.contact {
  background: url(img/bg-contact.jpg) no-repeat;
  background-size: cover;
  background-position: center -200px;
  padding: 0;
}
section.contact .contact-info {
  background: #3f516e url(img/bg-watermark.png) center 70% no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 3;
  margin-top: -8rem;
  margin-bottom: -8rem;
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  section.contact .contact-info {
    margin: 0;
  }
}
.contact-info h3, .contact-info h4 {
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 1);
}
.contact-info h3 {
  font-size: 45px;
  font-weight: 400;
}
.contact-info h3.featured-title::after {
  display: none;
}
@media screen and (max-width: 1199px) {
  .contact-info h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info h3 {
    font-size: 24px;
  }
}
.contact-info h4 {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  .contact-info h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info h4 {
    font-size: 18px;
  }
}
.contact-info .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-info .social-icons a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50px;
  background: transparent;
}
.contact-info .social-icons a:hover {
  color: #3f516e;
  border: 1px solid #3f516e;
  background: rgba(255, 255, 255, 1);
}
.contact-info .btn {
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 255, 255, 1);
  background: transparent;
}
.contact-info .btn:hover {
  color: #3f516e;
  border: 2px solid rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 1);
}
section.contact .contact-info p, section.contact .contact-info p a {
  font-family: 'Amazon Ember', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
section.contact .contact-info address {
  font-family: 'Amazon Ember', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 1rem 0 2rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 1);
}
section.contact .contact-info address span {
  font-weight: 600;
}
section.contact .contact-info address span.location {
  text-transform: uppercase;
}
section.contact .contact-info address span.phone {
  font-size: 42px;
}
@media screen and (max-width: 1199px) {
  section.contact .contact-info address span.phone {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  section.contact .contact-info address span.phone {
    font-size: 18px;
  }
}
section.contact .contact-info address span.phone a {
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
section.contact .contact-info address span.phone a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  text-shadow: 0px 6px 12px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1199px) {
  section.contact .contact-info address {
    font-size: 18px;
  }
}
section.logos {
  padding: 12rem 0 4rem;
}
section.logos h2.featured-title {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 3px;
}
/*
 Timeline
 */
.timeline-years-container {
  width: 800px;
  margin: 0 auto;
}
.page-id-1582 .bg-container {
  background: #fff url(img/timeline.jpg) no-repeat center center !important;
  background-size: cover !important;
  height: 490px;
}
.page-id-1582 #one-column {
  background: #f4f4f4;
  top: 50px;
  padding-bottom: 65px;
}
@media screen and (max-width: 600px) {
  .timeline-years-container {
    width: 96%;
    margin: 0 auto;
  }
  .page-id-1582 .bg-container {
    margin-bottom: 0;
    top: 0;
  }
  .page-id-1582 #one-column {
    top: 0;
    padding-bottom: 0;
  }
  .page-id-1582 #main {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.timeline-decades {
  position: relative;
  text-align: center;
  background: #002b4e;
  color: #fff;
}
.timeline-decade {
  display: inline-block;
  font-weight: bold;
  padding: 15px 20px;
  font-size: 150%;
  cursor: pointer;
}
.timeline-decade:hover {
  opacity: 0.8;
}
.timeline-decade-year {
  margin-bottom: 5px;
  background: #f3f3f3;
}
.timeline-decade-header {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 150%;
  color: #fff;
  background: #002b4e;
}
.timeline-years {
  display: none;
}
.timeline-year {
  background: #fff;
  border-radius: 10px;
  margin: 0 0 20px;
  -webkit-box-shadow: 0 0 35px #ccc;
          box-shadow: 0 0 35px #ccc;
}
.timeline-year-text {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 130%;
}
.timeline-year-title {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background: #eee;
}
.timeline-year-content {
  padding: 10px 25px;
}
.timeline-year-content li {
  list-style: disc outside !important;
  text-indent: 0 !important;
  padding-left: 0 !important;
}
.timeline-year-content li:before {
  content: "" !important;
  padding-right: 0 !important;
}
.timeline-bar {
  background: #002b4e;
  width: 5px;
  height: 100px;
  margin: 15px auto;
}
/** RESET AND LAYOUT
 ===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0;
  min-width: 100%;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/** THEME
 ===================================*/
.bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  background: transparent;
}
.bx-viewport {
  min-width: 100%;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 0;
  z-index: 999;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
  border: 1px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
  border: 1px solid #fff;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
/****************************************************************/
/*** Bx Slider Support ***/
/****************************************************************/
.bx-slider {
  overflow: hidden;
  min-width: 10px;
}
.bx-slider-reviews {
  width: 100%;
  margin: 0 auto;
}
.bx-slider li {
  position: relative;
  margin: 0 auto;
}
.bx-slider-reviews li {
  position: relative;
  margin: 0;
}
.bx-slider li#one {
  background: #fff url(img/slider/slider1.jpg) no-repeat center 0;
  background-size: cover;
  max-width: 100%;
  width: 100%;
}
.bx-slider li#two {
  background: #fff url(img/slider/slider2.jpg) no-repeat center 0;
  background-size: cover;
  min-width: 10px;
  max-width: 100%;
  width: 100%;
}
.bx-slider li#three {
  background: #fff url(img/slider/slider3.jpg) no-repeat center 0;
  background-size: cover;
  min-width: 10px;
  max-width: 100%;
  width: 100%;
}
.bx-slider li#four {
  background: #fff url(img/slider/slider4.jpg) no-repeat center 0;
  background-size: cover;
  min-width: 10px;
  max-width: 100%;
  width: 100%;
}


.bx-slider li#five {
  background: #fff url(img/slider/slider5.jpg) no-repeat center 0;
  background-size: cover;
  min-width: 10px;
  max-width: 100%;
  width: 100%;
}

.bx-slider li#six {
  background: #fff url(img/slider/slider6.jpg) no-repeat center 0;
  background-size: cover;
  min-width: 10px;
  max-width: 100%;
  width: 100%;
}

.bx-slider li#seven {
  background: #fff url(img/slider/slider7.jpg) no-repeat center 0;
  background-size: cover;
  min-width: 10px;
  max-width: 100%;
  width: 100%;
}

.bx-slider li#eight {
  background: #fff url(img/slider/slider8.jpg) no-repeat center 0;
  background-size: cover;
  min-width: 10px;
  max-width: 100%;
  width: 100%;
}



/* Slider One */
.bx-slider li#one .boxed {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* Slider two */
.bx-slider li#two .boxed {
  display: block;
  width: 100%;
  min-width: 10px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 150px 0 0 100px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bx-controls-direction {
  position: absolute;
  bottom: 50%;
  height: 35px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
section.supporters .bx-controls-direction {
  position: absolute;
  bottom: 0;
  left; 0;
  right: 0;
  height: 35px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
section.supporters .bx-wrapper .bx-pager, 
section.supporters .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bx-controls-direction {
    display: none;
  }
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  margin-top: 0;
  color: rgba(255, 255, 255, 1);
  outline: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 1);
  height: 40px;
  width: 40px;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  opacity: 1;
}
.review .bx-wrapper .bx-controls-direction a {
  background: #3f516e;
  border: 2px solid #3f516e;
}
.bx-wrapper .bx-prev {
  left: 2rem;
}
.bx-wrapper .bx-next {
  right: 2rem;
}
@media screen and (max-width: 1245px) {
  .bx-wrapper .bx-prev {

  }
  .bx-wrapper .bx-next {

  }
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
}
.slicknav_menu, .mobile-entry-header {
  display: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  /* SlickNav Support */
  /* 	End Slick Nav Support */
  #access .menu-slick {
    display: none;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: rgba(255, 255, 255, 1);
  }
  .slicknav_nav {
    background: #fff;
  }
  .slicknav_btn {
    background-color: transparent;
    float: right;
    margin: 1px 1rem 5px 0;
    padding: 15px;
  }
  .stuck .slicknav_btn {
    margin: 3px 1rem 3px 15px;
  }
  .slicknav_icon-bar {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .slicknav_open .slicknav_icon-bar {
    position: relative;
  }
  .slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    top: 9px;
  }
  .slicknav_open .slicknav_icon-bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  .slicknav_open .slicknav_icon-bar:nth-child(3) {
    opacity: 0;
  }
  .slicknav_menu {
    background: transparent;
    display: block;
  }
  .stuck .slicknav_menu {
    display: block;
  }
  ul.slicknav_nav {
    background: #e7e7e7;
    text-align: left;
    margin-top: 0;
  }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 30px;
    height: 1px;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 8px;
  }
  .slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 0.5rem 1rem;
    margin: 0;
  }
  .slicknav_nav a {
    color: #3f516e;
  }
  .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #c5b05f;
    color: rgba(255, 255, 255, 1);
  }
}

.btn.donate { 
	background-color: #ca921d !important;
    border: 1px solid #ca921d; 
    }

/****************************************************************/
/*** CTA Help ACCO ***/
/****************************************************************/
.cta.help {
	background: #3f516e;
	padding: 1rem 1.5rem;
	margin: 2rem 0;
	max-width: 100%;
}
 
.cta.help h2,
.cta.help a {
	color: #ffffff;
	text-transform:none;
} 

.cta.help h2 {
	font-weight: 600;
	line-height: 1.6;
	font-size: 48px;
	margin:0;
} 

.cta.help h2 span {
	font-weight: 400;
	font-size: 22px;
	line-height: 1.3;
	display: block;
} 

.cta.help h2 span a {
	color: #c5b05e;
}

.cta.help h2 span a:hover,
#primary .cta.help h2 span a:hover {
	color: #ffffff;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.cta.help h2 {
		font-size: 32px;
	}
}

/****************************************************************/
/*** Gold Heroes CTA ***/
/****************************************************************/

#primary .gold-heroes {
	padding: 0;
}

#primary ul.gold-heroes li {
	padding-left: 1.5em;
    text-indent: -0.7em;
    display: block;
    width: 33.33333%;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

@media screen and (max-width : 1199px) {
	#primary ul.gold-heroes li {
		font-size: 15px;
	}
}

@media screen and (max-width : 991px) {
	#primary ul.gold-heroes li {
		width: 49%;
	}
}

@media screen and (max-width: 767px) {
	#primary ul.gold-heroes li {
		width: 100%;
	}
}

#primary ul li::before {
        content: "■ ";
    font-size: 14px;
    left: -.5rem;
    color: rgb(201, 146, 27);
    position: relative;
}

/****************************************************************/
/*** Modal Box ***/
/****************************************************************/

.modal.show .modal-dialog {
    -webkit-transform: translate(0,30%);
    transform: translate(0,30%);
}

.modal {
	z-index: 99999;
}

.modal-backdrop {
	z-index: 9999;
}

.modal-dialog {
 	max-width: 800px;
    margin: 30px auto;
}

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

section.supporters .nav-pills .nav-link#v-pills-servier-tab {
    background-image: url(/wp-content/uploads/2019/06/servier.png);
    background-size: 75% auto;
}

section.supporters .nav-pills .nav-link.active#v-pills-servier-tab {
    background-image: url(/wp-content/uploads/2019/06/servier-color.png);
}