/* Wake International - By Neill Harmer, @neillharmer */
@import url(https://fonts.googleapis.com/css?family=Alegreya:400,400italic,700,700italic);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/proxima-nova-webfont.eot");
  src: url("fonts/proxima-nova-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proxima-nova-webfont.woff") format("woff"), url("fonts/proxima-nova-webfont.ttf") format("truetype"), url("fonts/proxima-nova-webfont.svg#proxima_nova_rgregular") format("svg");
  font-style: normal !important;
  font-weight: normal !important; }
@font-face {
  font-family: 'Proxima Nova Italic';
  src: url("fonts/proxima-nova-italic-webfont.eot");
  src: url("fonts/proxima-nova-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proxima-nova-italic-webfont.woff") format("woff"), url("fonts/proxima-nova-italic-webfont.ttf") format("truetype"), url("fonts/proxima-nova-italic-webfont.svg#proxima_novaregular_italic") format("svg");
  font-style: normal !important;
  font-weight: normal !important; }
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("fonts/proxima-nova-semibold-webfont.eot");
  src: url("fonts/proxima-nova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proxima-nova-semibold-webfont.woff") format("woff"), url("fonts/proxima-nova-semibold-webfont.ttf") format("truetype"), url("fonts/proxima-nova-semibold-webfont.svg#proxima_novasemibold") format("svg");
  font-style: normal !important;
  font-weight: normal !important; }
@font-face {
  font-family: 'Proxima Nova Bold Italic';
  src: url("fonts/proxima-nova-semibold-italic-webfont.eot");
  src: url("fonts/proxima-nova-semibold-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proxima-nova-semibold-italic-webfont.woff") format("woff"), url("fonts/proxima-nova-semibold-italic-webfont.ttf") format("truetype"), url("fonts/proxima-nova-semibold-italic-webfont.svg#proxima_novasemibold_italic") format("svg");
  font-style: normal !important;
  font-weight: normal !important; }
@font-face {
  font-family: 'Proxima Nova Light';
  src: url("fonts/proximanova-light.eot");
  src: url("fonts/proximanova-light.eot") format("embedded-opentype"), url("fonts/proximanova-light.woff") format("woff"), url("fonts/proximanova-light.ttf") format("truetype"), url("fonts/proximanova-light.svg#ProximaNovaLight") format("svg"); }
@font-face {
  font-family: 'Proxima Nova Light Italic';
  src: url("fonts/proximanova-lightitalic.eot");
  src: url("fonts/proximanova-lightitalic.eot") format("embedded-opentype"), url("fonts/proximanova-lightitalic.woff") format("woff"), url("fonts/proximanova-lightitalic.ttf") format("truetype"), url("fonts/proximanova-lightitalic.svg#ProximaNovaLightItalic") format("svg"); }
/* ANIMATIONS
------------------------------------------------------------ */
@-webkit-keyframes zoominlogin {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@-moz-keyframes zoominlogin {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes zoominlogin {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes fade {
  0% {
    -webkit-transform: translateY(-50px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes fade {
  0% {
    -moz-transform: translateY(-50px); }
  100% {
    -moz-transform: translateY(0); } }
@keyframes fade {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
/* BODY and CONTAINERS
------------------------------------------------------------ */
html {
  height: 100%;
  min-height: 100%; }

body {
  font: 16px/1.6 "Proxima Nova", serif;
  color: #424243;
  background-color: #000;
  text-rendering: optimizeLegibility;
  height: 100%;
  margin: 0;
  padding: 0; }
  body.no-scroll {
    overflow: hidden; }

section {
  background: #f7f7f7; }

article {
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 500; }
  @media screen and (max-width: max-width 960px 4) {
    article {
      width: 98%; } }

.hide {
  display: none; }

/* SELECTION AND LINKS
------------------------------------------------------------ */
::-moz-selection {
  background: #fa7614;
  color: #fff; }

::selection {
  background: #fa7614;
  color: #fff; }

a {
  color: #000;
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  a:hover {
    color: #295cb7; }

/* HEADINGS
------------------------------------------------------------ */
h1,
h2,
.eventsList ul li > a,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.875rem;
  font: 300 1.25rem "Proxima Nova", sans-serif;
  line-height: 1.2;
  color: #000; }
  h1 a,
  h2 a,
  .eventsList ul li > a a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    text-decoration: underline; }
    h1 a:hover,
    h2 a:hover,
    .eventsList ul li > a a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: #fa7614; }
  h1.title,
  h2.title,
  .eventsList ul li > a.title,
  h3.title,
  h4.title,
  h5.title,
  h6.title {
    margin-bottom: 0.625rem;
    font-size: 1.75rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px; }

h1 {
  font-size: 1.5625rem; }

h2, .eventsList ul li > a {
  font-size: 1.3125rem; }

h3 {
  font-size: 1.3125rem;
  color: #fa7614; }

h4 {
  font-size: 1.0625rem; }

h5 {
  font-size: 1.0625rem;
  color: #fa7614; }

/* GENERAL CALLINGS
------------------------------------------------------------ */
.contents {
  font-size: 1rem; }
  .contents .container {
    margin: 0 0 1.5625rem 0; }
  .contents .element {
    margin: 0 0 1.5625rem 0; }
  .contents p {
    margin: 0 0 1.5625rem 0; }

blockquote {
  color: #fa7614;
  font: 400 italic 18px/1.5 "Proxima Nova", sans-serif; }

.contents img {
  vertical-align: bottom; }
  @media screen and (max-width: 480px) {
    .contents img {
      max-width: 100%;
      height: auto; } }

.element ul,
.postBody ul,
.element ol {
  margin: 0 0 1.5625rem 0;
  padding: 0; }
  .element ul:last-child,
  .postBody ul:last-child,
  .element ol:last-child {
    margin: 0; }
  .element ul li,
  .postBody ul li,
  .element ol li {
    margin-bottom: 1.5625rem;
    margin-left: 35px; }
  .element ul ol,
  .element ul ul,
  .postBody ul ol,
  .postBody ul ul,
  .element ol ol,
  .element ol ul {
    margin-top: 10px;
    margin-bottom: 10px; }
    .element ul ol li,
    .element ul ul li,
    .postBody ul ol li,
    .postBody ul ul li,
    .element ol ol li,
    .element ol ul li {
      list-style: disc;
      background-image: none; }

.element ol {
  counter-reset: section; }
  .element ol li {
    display: block; }
  .element ol li::before {
    content: counters(section,".") ".";
    counter-increment: section;
    margin-right: 8px;
    color: #fa7614;
    font: 700 1rem "Proxima Nova", serif; }

ul.team-grid {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-line-pack: start; }
  ul.team-grid li {
    -webkit-flex-basis: 23%;
    -moz-flex-basis: 23%;
    flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
    margin: 0 2% 35px 0;
    padding: 0 !important;
    background: none !important; }
    ul.team-grid li span {
      display: block;
      cursor: pointer;
      font-size: 17px; }
    ul.team-grid li img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-bottom: 10px;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    ul.team-grid li strong {
      display: block; }
    ul.team-grid li:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
    @media screen and (max-width: 600px) {
      ul.team-grid li {
        -webkit-flex-basis: 48%;
        -moz-flex-basis: 48%;
        flex-basis: 48%;
        -ms-flex-preferred-size: 48%; } }
    @media screen and (max-width: 480px) {
      ul.team-grid li {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        margin-right: 0; } }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none; }
  .modal > div {
    width: 95%;
    max-width: 600px;
    position: relative;
    margin: 20% auto;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5); }
    .modal > div .content {
      padding: 40px 50px 20px;
      overflow-y: auto;
      max-height: 400px; }
    .modal > div h3 {
      font-size: 25px;
      margin-bottom: 0; }
  .modal .base {
    background: #424243;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin: 0;
    font-size: smaller; }
    .modal .base a {
      color: #fff;
      display: inline-block;
      margin: 0 20px; }
  .modal .close {
    background: url("../../images/close.jpg") no-repeat scroll top left;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-indent: -9999px;
    display: block;
    z-index: 20; }

.show-modal .modal {
  display: block;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

input,
textarea,
select {
  font: 300 0.875rem "Proxima Nova", sans-serif;
  line-height: 1.5;
  color: #777;
  background: #fff;
  border: 1px solid #ddd !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  input:focus,
  textarea:focus,
  select:focus {
    outline: 0;
    -moz-outline-style: none;
    border-color: #bbb !important; }

.button-default, .commentsForm .submitComment, .form_container .submitButton, .loginElement .button,
.btn {
  display: inline-block;
  width: auto !important;
  height: 0;
  margin: 0 20px 0 0;
  padding: 20px;
  border: 2px solid #fa7614 !important;
  border-radius: 2px;
  background: #fff;
  font: 600 16px "Proxima Nova", sans-serif;
  line-height: 0;
  color: #fa7614 !important;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  .button-default:hover, .commentsForm .submitComment:hover, .form_container .submitButton:hover, .loginElement .button:hover,
  .btn:hover {
    background: #fa7614;
    color: #fff !important; }
  .button-default:active, .commentsForm .submitComment:active, .form_container .submitButton:active, .loginElement .button:active,
  .btn:active {
    box-shadow: inset 0 5px 30px rgba(0, 0, 0, 0.25); }
  .button-default a, .commentsForm .submitComment a, .form_container .submitButton a, .loginElement .button a,
  .btn a {
    color: inherit;
    text-decoration: none; }

.btn--rounded {
  border-radius: 25px; }

table {
  border-collapse: collapse;
  margin: 15px 0 1.5625rem;
  max-width: 100%;
  background: #f7f7f7; }
  table tr:nth-child(even) {
    background: #fff; }
  table th {
    background: #295cb7;
    color: #fff;
    font: 400 1rem "Proxima Nova", sans-serif;
    text-align: left;
    padding: 15px; }
  table td {
    padding: 15px;
    font-size: 0.9375rem; }

dl {
  margin-bottom: 1.5625rem; }
  dl dt {
    font: 700 1.125rem "Proxima Nova", serif; }

pre {
  margin-bottom: 1.5625rem;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all; }

code {
  display: block;
  margin-bottom: 2.5rem; }

hr {
  border: 1px solid #acadac;
  border-width: 0 0 1px;
  border-collapse: collapse;
  clear: both;
  margin: 1.5625rem 0; }

p hr {
  margin: 0; }

.fr-video {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .fr-video iframe,
  .fr-video object,
  .fr-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* FEATURED
------------------------------------------------------------ */
.featured {
  max-height: 650px;
  overflow: hidden; }
  .featured .featured-image__image img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  @media screen and (min-width: 959px) {
    .featured .photoGalleryElement .sldw_caption {
      background: none !important;
      top: 50%;
      text-align: center; }
      .featured .photoGalleryElement .sldw_caption h3 {
        text-align: center;
        background-color: transparent !important;
        font-size: 25px; } }
  .featured .social-media {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 400; }
  .featured .imageElement {
    position: relative;
    max-height: 650px; }
  .featured .SlideShowContainer,
  .featured .SlideShow,
  .featured .SlideShowImage,
  .featured .captionContainer {
    max-height: 650px; }

@media screen and (min-width: 768px) {
  .sec-page .featured {
    max-height: 366px; } }
@media screen and (min-width: 959px) {
  .sldw_caption {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px; }
    .sldw_caption::after {
      clear: both;
      content: "";
      display: table; }
    .sldw_caption h3 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-left: 42.6490214991%;
      text-align: left !important;
      font: 18px/1.4 "Proxima Nova", serif !important; }
      .sldw_caption h3:last-child {
        margin-right: 0; }
      .sldw_caption h3 strong {
        font: 40px/1.2 "Proxima Nova", sans-serif;
        display: block;
        margin-bottom: 25px;
        mix-blend-mode: screen;
        opacity: .6; }
      .sldw_caption h3 a {
        font-size: smaller;
        text-decoration: underline !important;
        margin-left: 5px; } }
@media screen and (max-width: 959px) {
  .sldw_caption h3 {
    text-align: left !important;
    font: 18px/1.4 "Proxima Nova", serif !important; }
    .sldw_caption h3 strong {
      font: 20px/1.2 "Proxima Nova", sans-serif; }
    .sldw_caption h3 a {
      font-size: smaller;
      text-decoration: underline !important;
      margin-left: 5px; } }
.sec-page .featured .imgDescription {
  position: absolute;
  top: 15%;
  text-align: center;
  color: #fff;
  left: 0;
  right: 0;
  font: 34px/1.4 "Proxima Nova", sans-serif; }
  @media screen and (max-width: 780px) {
    .sec-page .featured .imgDescription p {
      margin: 0 !important; } }
  .sec-page .featured .imgDescription strong {
    font-size: 2.875rem;
    display: block;
    mix-blend-mode: screen;
    opacity: .8; }
    @media screen and (max-width: 780px) {
      .sec-page .featured .imgDescription strong {
        font-size: 24px !important; } }

/* SOCIAL MEDIA
------------------------------------------------------------ */
.social-media {
  list-style: none;
  margin: 0;
  padding: 0; }
  .social-media li {
    display: inline-block;
    vertical-align: top;
    height: 25px;
    width: 25px;
    margin-left: 3px; }
  .social-media a {
    display: block;
    background: url(../../images/sprite.png) 0 0 no-repeat;
    height: 100%;
    width: 100%;
    opacity: .6; }
    .social-media a:hover {
      opacity: 1; }
  .social-media .social-media-icon--in a {
    background-position: 0 -402px; }
  .social-media .social-media-icon--ig a {
    background-position: 0 -350px; }
  .social-media .social-media-icon--tw a {
    background-position: 0 -450px; }
  .social-media .social-media-icon--fb a {
    background-position: 0 -501px; }
  .social-media .social-media-icon--em a {
    background-position: 0 -547px; }
  .social-media .social-media-icon--yt a {
    background-position: 0 -948px; }

@media screen and (min-width: 959px) {
  .admin header.fixed {
    top: 50px !important; } }
/* HEADER
------------------------------------------------------------ */
header {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  height: 121px;
  z-index: 9995;
  text-align: center;
  padding: 23px 2.5rem;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2); }
  header.hidden {
    display: none; }
  header.fixed {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0; }
  @media screen and (max-width: 600px) {
    header {
      padding: 22px 1.25rem 22px 0.125rem; } }
  header .branding {
    float: left;
    margin: 3px 40px 0 0; }
    @media screen and (max-width: 600px) {
      header .branding {
        margin: 10px 10px 0 0; }
        header .branding img {
          width: 80%;
          height: auto; } }

.btn--donate {
  float: right;
  margin: 17px 0 0 20px;
  padding-right: 40px;
  background: url(../../images/sprite.png) 88px 12px no-repeat; }
  .btn--donate:hover {
    background: #fa7614 url(../../images/heart-hover.png) 88px 12px no-repeat; }
  @media screen and (max-width: 480px) {
    .btn--donate {
      display: none; } }

nav {
  text-align: right; }
  nav ul {
    height: 120px;
    margin: -22px 0;
    padding: 0;
    width: 100%; }
    nav ul li {
      display: inline-block;
      font: 400 1rem "Proxima Nova", sans-serif;
      text-transform: uppercase;
      padding-top: 54px;
      position: relative; }
      nav ul li.selectedPage > a, nav ul li.selectedPagePath > a, nav ul li.selectedPageRoot > a, nav ul li.selectedPageParent > a {
        color: #295cb7;
        border-bottom: 2px solid #fa7614; }
        nav ul li.selectedPage > a::after, nav ul li.selectedPagePath > a::after, nav ul li.selectedPageRoot > a::after, nav ul li.selectedPageParent > a::after {
          opacity: 0 !important; }
      nav ul li a {
        color: #000;
        display: block;
        margin: 0 0.875rem;
        padding-bottom: 50px;
        text-decoration: none;
        position: relative;
        white-space: nowrap;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s; }
        nav ul li a::after {
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          background: #295cb7;
          content: '';
          opacity: 0;
          bottom: 0;
          -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
          -moz-transition: opacity 0.3s, -webkit-transform 0.3s;
          transition: opacity 0.3s, -webkit-transform 0.3s;
          -webkit-transform: translateY(2px);
          -moz-transform: translateY(2px);
          -ms-transform: translateY(2px);
          -o-transform: translateY(2px);
          transform: translateY(2px); }
        nav ul li a:hover, nav ul li a:focus {
          color: #295cb7; }
          nav ul li a:hover::after, nav ul li a:focus::after {
            opacity: 1;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px); }
  nav .level2 {
    display: none;
    background: #fff;
    position: absolute;
    top: 120px;
    left: 0;
    width: 250px;
    z-index: 100;
    height: auto;
    margin: 0;
    padding: 30px 30px 10px; }
    nav .level2 li {
      display: block;
      text-transform: none;
      text-align: left;
      font-size: 14px;
      padding: 0;
      margin-bottom: 15px; }
      nav .level2 li a {
        padding: 0 0 8px 0;
        margin: 0;
        display: inline-block; }
  nav li:hover ul.level2,
  nav li:focus ul.level2 {
    display: block;
    -webkit-animation: fade 0.35s;
    -moz-animation: fade 0.35s;
    animation: fade 0.35s; }

/* MOBILE NAV (for under 1024px)
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .nav-icon {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 25px 0 0 30px;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 9999; }
    .nav-icon span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #000;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
      .nav-icon span:nth-child(1) {
        top: 0; }
      .nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
        top: 10px; }
      .nav-icon span:nth-child(4) {
        top: 20px; }

  .nav-icon.open {
    top: 20px;
    right: 20px;
    position: fixed; }
    .nav-icon.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%; }
    .nav-icon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .nav-icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .nav-icon.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }

  nav {
    visibility: hidden; }

  nav.open {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    z-index: 888;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto !important;
    background: #f0f0f0;
    -webkit-animation: zoominlogin 0.1s ease-in-out both;
    -moz-animation: zoominlogin 0.1s ease-in-out both;
    animation: zoominlogin 0.1s ease-in-out both; }
    nav.open ul {
      margin: 0 !important;
      padding: 0 !important; }
      nav.open ul li {
        display: block;
        font-size: 1.25rem;
        padding-top: 25px !important; }
      nav.open ul a {
        padding: 0;
        margin-bottom: 20px; }
        nav.open ul a::after {
          display: none; }
      nav.open ul li.hasChildren > a {
        padding: 1.25rem 1.875rem 0.625rem; }
    nav.open .level2 {
      position: relative;
      top: auto;
      left: auto;
      visibility: visible;
      display: block;
      opacity: 1;
      padding: 0;
      width: auto;
      background-color: transparent;
      margin: 0 0 0.9375rem !important;
      -webkit-animation: fade 0;
      -moz-animation: fade 0;
      animation: fade 0; }
      nav.open .level2 li {
        font-size: 0.9375rem;
        text-align: center;
        margin-bottom: 5px;
        padding-top: 0 !important; }
        nav.open .level2 li a {
          color: #000; }
      nav.open .level2 .selectedPage a,
      nav.open .level2 .selectedPageRoot a,
      nav.open .level2 .selectedPagePath a,
      nav.open .level2 .selectedPageParent a {
        color: #fa7614; }
    nav.open.open {
      visibility: visible;
      opacity: 1;
      padding-top: 4.6875rem; } }
/* CONTENTS 
------------------------------------------------------------ */
.contents {
  padding: 6.25rem 0 7.5rem;
  overflow: hidden; }

.two-column,
.three-column,
.five-column {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .two-column::after,
  .three-column::after,
  .five-column::after {
    clear: both;
    content: "";
    display: table; }
  .two-column .box,
  .three-column .box,
  .five-column .box {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    vertical-align: top; }
    .two-column .box:last-child,
    .three-column .box:last-child,
    .five-column .box:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .two-column .box,
      .three-column .box,
      .five-column .box {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-left: 0%; }
        .two-column .box:last-child,
        .three-column .box:last-child,
        .five-column .box:last-child {
          margin-right: 0; } }
    .two-column .box.omega,
    .three-column .box.omega,
    .five-column .box.omega {
      margin-right: 0;
      margin-right: 0 !important; }

.three-column .box {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .three-column .box:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .three-column .box {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%;
      margin-left: 17.0596085997%; }
      .three-column .box:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .three-column .box {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-left: 0%; }
      .three-column .box:last-child {
        margin-right: 0; } }

.five-column .box {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 18.1138787216%; }
  .five-column .box:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .five-column .box {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .five-column .box:last-child {
        margin-right: 0; } }

.contents.contents--text .fully,
.contents.contents--text .two-column,
.contents.contents--text .three-column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%; }
  .contents.contents--text .fully:last-child,
  .contents.contents--text .two-column:last-child,
  .contents.contents--text .three-column:last-child {
    margin-right: 0; }
  @media screen and (max-width: 959px) {
    .contents.contents--text .fully,
    .contents.contents--text .two-column,
    .contents.contents--text .three-column {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-left: 0%; }
      .contents.contents--text .fully:last-child,
      .contents.contents--text .two-column:last-child,
      .contents.contents--text .three-column:last-child {
        margin-right: 0; } }
.contents.contents--text.contents--toppadding {
  padding-top: 220px; }

.contents.contents--blue {
  background: url(../../images/flower-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  color: #fff; }
  .contents.contents--blue .title {
    color: #fff; }
  .contents.contents--blue .imageElement {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .contents.contents--blue .imageElement:hover {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }

.contents.contents--picture.contents--t2e {
  background: url(../../images/joanna-chwastowska-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  color: #fff;
  font: 300 italic 16px/2 "Proxima Nova", sans-serif;
  text-align: center; }
  .contents.contents--picture.contents--t2e .title {
    color: #fff;
    font-size: 26px;
    text-transform: none;
    max-width: 80%;
    line-height: 1.6;
    margin: 0 auto 30px; }

.contents--standout {
  background-color: #424289;
  color: #fff; }
  .contents--standout .title {
    color: #fff; }
  .contents--standout .fully,
  .contents--standout .two-column,
  .contents--standout .three-column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 17.0596085997%; }
    .contents--standout .fully:last-child,
    .contents--standout .two-column:last-child,
    .contents--standout .three-column:last-child {
      margin-right: 0; }

.contents--our-team {
  background: url(../../images/team-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9997; }
  .contents--our-team .two-column .box {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .contents--our-team .two-column .box:last-child {
      margin-right: 0; }
    @media screen and (max-width: 680px) {
      .contents--our-team .two-column .box {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .contents--our-team .two-column .box:last-child {
          margin-right: 0; } }
    .contents--our-team .two-column .box.omega {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%;
      padding-top: 10px; }
      .contents--our-team .two-column .box.omega:last-child {
        margin-right: 0; }
      @media screen and (max-width: 680px) {
        .contents--our-team .two-column .box.omega {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .contents--our-team .two-column .box.omega:last-child {
            margin-right: 0; } }
    .contents--our-team .two-column .box.box-team, .contents--our-team .two-column .box.box-board, .contents--our-team .two-column .box.box-advisors {
      display: none; }
      .contents--our-team .two-column .box.box-team.active, .contents--our-team .two-column .box.box-board.active, .contents--our-team .two-column .box.box-advisors.active {
        display: block;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both; }
  .contents--our-team .alpha {
    padding: 15px 20px; }
    @media screen and (max-width: 680px) {
      .contents--our-team .alpha {
        padding: 0; } }
    .contents--our-team .alpha span {
      font: 16px/1 "Proxima Nova", sans-serif;
      color: #000;
      display: block;
      margin-bottom: 25px;
      text-align: right;
      padding-right: 20px;
      cursor: pointer;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
      @media screen and (max-width: 680px) {
        .contents--our-team .alpha span {
          text-align: center;
          display: inline-block;
          margin-right: 25px; } }
      .contents--our-team .alpha span.active, .contents--our-team .alpha span:hover {
        color: #fa7614;
        background: url(../../images/sprite.png) 100% -898px no-repeat; }

.contents--wide.contents--toppadding {
  padding-top: 220px; }
.contents--wide .element {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px; }
  .contents--wide .element:empty {
    margin-bottom: 0; }
.contents--wide .textElement {
  width: 94%;
  max-width: 1280px;
  margin: 0 auto; }
  .contents--wide .textElement p {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 17.0596085997%; }
    .contents--wide .textElement p:last-child {
      margin-right: 0; }

/* FOOTER
------------------------------------------------------------ */
footer {
  clear: both;
  background: #acadac;
  min-height: 450px;
  position: relative;
  background: #3A3A3A url("../../images/footer-bg.jpg") 0 0;
  background-size: cover; }
  footer article {
    overflow: hidden;
    font: 300 14px/1.5 "Proxima Nova", sans-serif;
    color: #fff;
    padding: 6.25rem 0 3.75rem; }
    @media screen and (max-width: 480px) {
      footer article {
        padding: 3.125rem 0 6.25rem; } }
    footer article div.block {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%;
      vertical-align: top;
      margin-bottom: 20px; }
      footer article div.block:last-child {
        margin-right: 0; }
      @media screen and (max-width: 960px) {
        footer article div.block {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          footer article div.block:last-child {
            margin-right: 0; }
          footer article div.block:nth-child(2n) {
            margin-right: 0; }
          footer article div.block:nth-child(2n+1) {
            clear: left; } }
      @media screen and (max-width: 640px) {
        footer article div.block {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          footer article div.block:last-child {
            margin-right: 0; } }
      footer article div.block.block--signup {
        margin-right: 0;
        margin-top: -10px; }
        @media screen and (max-width: 480px) {
          footer article div.block.block--signup {
            display: none; } }
      footer article div.block.block--connect, footer article div.block.block--address {
        padding-top: 10px; }
      footer article div.block p {
        margin: 0 0 10px 0; }
      footer article div.block a {
        color: #fff;
        text-decoration: none; }
        footer article div.block a:hover {
          color: #fff;
          text-decoration: underline; }
    footer article input {
      background: transparent !important;
      border-width: 0 0 1px 0 !important;
      border-color: #2d2d2d !important;
      padding: 2px !important; }
    footer article .fieldNote {
      display: none !important; }
    footer article .submitButtonContainer input.submitButton {
      background: #343435 !important;
      color: #fff !important;
      padding: 10px 15px !important;
      border: 1px solid #343435 !important;
      text-transform: none !important;
      border-radius: 20px !important; }

.signup-form {
  background: rgba(62, 62, 62, 0.7);
  padding: 20px 20px 10px; }

/* COPYRIGHT
------------------------------------------------------------ */
.copyright {
  background: #000;
  padding: 30px;
  clear: both;
  text-align: center;
  color: #fff;
  font: 13px/1.4 "Proxima Nova", sans-serif; }

/* BLOG ITEM
------------------------------------------------------------ */
.blogList .postFeaturedImage {
  overflow: hidden;
  height: 160px;
  margin: 0 0 1.5625rem 0; }
  .blogList .postFeaturedImage img {
    min-height: 160px; }
.blogList ul {
  margin: 0 0 1.5625rem;
  padding: 0; }
  .blogList ul li {
    margin: 0 0 1.5625rem;
    padding: 0; }
  .blogList ul .postTitle, .blogList .eventsList ul li > a, .eventsList .blogList ul li > a {
    margin-bottom: 6px; }
    .blogList ul .postTitle a, .blogList .eventsList ul li > a a, .eventsList .blogList ul li > a a {
      text-decoration: none; }
  .blogList ul .postInfo {
    font-size: 15px;
    color: #acadac;
    margin-bottom: 6px;
    font-style: italic; }
    .blogList ul .postInfo a {
      color: #acadac; }
  .blogList ul .postThumb {
    width: 200px;
    margin-bottom: 1.5625rem; }
    @media screen and (max-width: 640px) {
      .blogList ul .postThumb {
        float: none;
        width: 95%;
        margin-bottom: 10px; } }
  .blogList ul .postThumb + .postContent {
    margin-left: 225px; }
    @media screen and (max-width: 667px) {
      .blogList ul .postThumb + .postContent {
        margin-left: 0; } }
.blogList div.pagination ul li.page.current,
.blogList div.pagination ul li.selected {
  color: #fff;
  background-color: #acadac; }
.blogList div.pagination ul li a:hover {
  background-color: #295cb7;
  color: #000; }
.blogList.archive .postArchiveGroup ul {
  margin: 30px 0 0 45px !important; }
.blogList.archive .postArchiveGroup h2, .blogList.archive .postArchiveGroup .eventsList ul li > a, .eventsList ul .blogList.archive .postArchiveGroup li > a, .blogList.archive .postArchiveGroup h3, .blogList.archive .postArchiveGroup h4, .blogList.archive .postArchiveGroup h5 {
  font-size: 1.25rem; }

.box .blogList ul .postThumb {
  float: none;
  width: 95%;
  margin-bottom: 10px; }
.box .blogList ul .postThumb + .postContent {
  margin-left: 0; }

.blogBack,
.rss {
  display: none !important; }

.blogList ul li ul, .eventsList ul li ul, .blogList ol li ul, .eventsList ol li ul {
  margin: 0 0 30px 45px !important; }

.blogList ul li li, .eventsList ul li li {
  list-style: circle !important;
  margin: 0 0 8px !important; }

/* Post detail page
------------------------------------------------------------ */
.postViewInfo {
  border-width: 0;
  padding: 15px 0 35px;
  color: #797a79;
  font-size: 0.875rem !important;
  font-style: italic; }

.commentsHead {
  padding: 55px 0 0;
  color: #fa7614; }
  .commentsHead span {
    font-size: 0.9375rem;
    font-family: "Proxima Nova", sans-serif; }
    .commentsHead span a {
      color: #424243;
      text-decoration: underline; }
      .commentsHead span a:hover {
        color: #295cb7; }

div.comments dt.comment {
  background: transparent;
  margin: 0;
  padding: 0 0 5px 0;
  border: 0;
  font: 0.625rem "Proxima Nova", sans-serif;
  color: #acadac; }
  div.comments dt.comment a {
    text-decoration: none;
    font: 700 18px/2 "Proxima Nova", serif; }
div.comments dd.comment {
  background: transparent;
  margin: 0 0 55px;
  border: 0;
  padding: 0 0 20px 0; }
  div.comments dd.comment .commentDate {
    font-size: 0.875rem;
    color: #acadac;
    margin-bottom: -5px;
    padding-top: 10px; }
div.comments dt.authorComment,
div.comments dd.authorComment {
  border-left-color: #acadac; }

.commentsForm {
  clear: both;
  background: #fff;
  padding: 30px 30px 25px;
  max-width: 600px; }
  .commentsForm label,
  .commentsForm span {
    display: block;
    font: 15px "Proxima Nova", sans-serif;
    margin: 5px 15px 5px 0; }
  .commentsForm h3.addComment + p + p + p + span + br,
  .commentsForm h3.addComment + p + p + p + span + br + img + br + input + span {
    display: none; }
  .commentsForm input,
  .commentsForm textarea {
    clear: both;
    border: none;
    padding: 9px 10px;
    width: 90% !important; }
  .commentsForm textarea {
    width: 100% !important; }
  .commentsForm h3.addComment + p + p + p + span + br + img + br + input {
    max-width: 150px;
    margin: 15px 0 20px 0; }
  .commentsForm .note {
    display: none; }

/* EVENTS / CALENDAR 
------------------------------------------------------------ */
.event h2, .event .eventsList ul li > a, .eventsList ul .event li > a {
  margin-bottom: 0; }
.event .eventDate {
  margin: 0 0 30px !important;
  font-size: 15px;
  color: #acadac;
  font-style: italic; }
.event .eventTime {
  color: #acadac; }
.event .eventBack {
  display: none; }

.eventsList ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none; }
  .eventsList ul li {
    margin: 0 0 1.5625rem !important;
    padding: 0 !important; }
    .eventsList ul li .eventDate {
      margin: 0 0 5px 0;
      font-size: 15px;
      color: #acadac;
      font-style: italic; }
  .eventsList ul li > a {
    text-decoration: none; }
    .eventsList ul li > a:hover {
      color: #fa7614; }

/* FORMS
------------------------------------------------------------ */
.form_container {
  margin: 20px 0 !important; }
  .form_container .fieldItemInner,
  .form_container .submitButtonContainer {
    padding: 0 !important; }
    .form_container .fieldItemInner .submitButton,
    .form_container .submitButtonContainer .submitButton {
      font-size: 14px !important; }
  .form_container .fieldItem .fieldTitle {
    margin-bottom: -10px !important; }
    .form_container .fieldItem .fieldTitle .title {
      font-size: 15px; }
  .form_container .fieldItem .fieldContent {
    font-family: "Proxima Nova", sans-serif; }
  .form_container .fieldItem .fieldRow {
    display: block; }
  .form_container .fieldItem .fieldBlock {
    margin: 0 0 10px;
    padding: 0;
    width: 98.5%; }
  .form_container .textField,
  .form_container select {
    color: #acadac;
    padding: 11px 13px;
    margin: 0; }
  .form_container select {
    padding: 3px 5px;
    max-width: 90% !important; }
  .form_container .choice-option {
    background: #fff;
    display: inline-block !important;
    padding: 10px 18px 10px 12px !important;
    border: 1px solid #dedede;
    margin: 0 12px 12px 0 !important;
    -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out; }
    .form_container .choice-option input {
      margin-right: 10px; }
    .form_container .choice-option label {
      font-size: 13px;
      color: #acadac !important; }
    .form_container .choice-option:hover {
      border-color: #c4c4c4; }
  .form_container .fieldNote,
  .form_container .fieldName,
  .form_container .fieldInstructions {
    font-size: 13px !important;
    font-style: italic !important;
    margin: 5px 0 0 0; }
  .form_container img {
    display: block;
    max-width: 170px;
    max-height: 40px;
    margin-top: 10px;
    position: relative;
    border: 2px solid #fff;
    z-index: 9; }
  .form_container .errorSummary {
    margin: 2rem 0; }

.type-text input,
.type-address input,
.type-email input,
.type-website input,
.type-captcha input,
.type-fileupload input,
.type-paragraph textarea,
.type-name input,
.type-date input,
.type-phone input,
.type-time input,
.type-time select,
.type-sectionbreak {
  width: 100% !important; }

.type-name .fieldBlock {
  width: 47% !important;
  margin: 0 4.5% 0 0 !important; }

.type-name .fieldBlock:last-child {
  margin: 0 !important; }

.type-date .fieldBlock,
.type-phone .fieldBlock,
.type-time .fieldBlock {
  width: 20% !important;
  margin: 0 4.5% 0 0 !important; }
  .type-date .fieldBlock:last-child,
  .type-phone .fieldBlock:last-child,
  .type-time .fieldBlock:last-child {
    margin: 0 !important; }
  @media screen and (max-width: 640px) {
    .type-date .fieldBlock,
    .type-phone .fieldBlock,
    .type-time .fieldBlock {
      width: 30% !important; } }

.type-address .fieldRow:nth-child(3) .fieldBlock {
  width: 30%; }

.type-address .fieldRow:nth-child(3) .fieldBlock input {
  width: 80% !important; }

.type-address .fieldRow:nth-child(3) .fieldBlock select {
  width: 100% !important; }

.fieldItem.type-sectionbreak {
  padding: 2.5rem 0 !important; }
  .fieldItem.type-sectionbreak .fieldTitle,
  .fieldItem.type-sectionbreak .fieldContent,
  .fieldItem.type-sectionbreak .fieldInstructions {
    display: none; }
  .fieldItem.type-sectionbreak .fieldItemInner {
    display: block;
    border-top: 1px solid #e9e9eb; }

.fieldSelected {
  background: transparent !important;
  border-color: transparent !important; }

.fieldItemError {
  padding-left: 10px !important; }

.confirmation-content {
  height: 100px !important;
  min-height: 200px; }

.confirmation-content-message {
  padding: 25px !important;
  position: relative; }
  .confirmation-content-message p {
    margin-bottom: 20px; }
    .confirmation-content-message p a {
      color: #000;
      font-weight: normal;
      text-decoration: underline; }

/* LOGIN
------------------------------------------------------------ */
.login-page {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background: #efefef; }

.loginElement {
  background: #fff;
  padding: 40px 50px;
  box-sizing: border-box;
  width: auto;
  max-width: 325px;
  -webkit-animation: zoominlogin 0.8s ease-in-out both;
  -moz-animation: zoominlogin 0.8s ease-in-out both;
  animation: zoominlogin 0.8s ease-in-out both; }
  .loginElement h1.title {
    display: none; }
  .loginElement input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 10px 40px;
    border: none;
    max-width: 225px; }
    .loginElement input.username {
      background: #fff url(../../images/user.svg) no-repeat 10px 12px !important;
      background-size: 19px 17px !important; }
    .loginElement input.password {
      background: #fff url(../../images/lock.svg) no-repeat 10px 12px !important;
      background-size: 19px 15px !important; }
  .loginElement p {
    margin-bottom: 25px; }
    .loginElement p label {
      display: none; }
    .loginElement p.forgot {
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 12px; }
      .loginElement p.forgot a {
        color: #acadac;
        text-decoration: none; }
        .loginElement p.forgot a:hover {
          color: #000;
          text-decoration: underline; }
  .loginElement .remember {
    display: none;
    font-size: 13px;
    color: #acadac; }
    .loginElement .remember label {
      display: inline-block; }
    .loginElement .remember input {
      width: auto;
      padding: 0;
      margin-right: 10px; }
  .loginElement .button {
    padding: 20px 0px !important;
    width: 100% !important;
    text-transform: uppercase;
    font-size: 13px !important; }
