@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "PT Sans", Arial, serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #666666;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .signature-portal-body {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
}

a {
  color: #ff3b30;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #ff3b30;
  outline: none;
}

p {
  margin-bottom: 1.5em;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "PT Sans", Arial, serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #1fb5f6;
}

::-moz-selection {
  color: #fff;
  background: #1fb5f6;
}

::selection {
  color: #fff;
  background: #1fb5f6;
}

#athena-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
}
#athena-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#athena-header #navbar .navbar-right {
  margin-right: 8px;
}
@media screen and (max-width: 992px) {
  #athena-header #navbar .navbar-right {
    margin-right: -15px;
  }
}
#athena-header #navbar li a {
  font-family: "PT Sans", Arial, serif;
  color: #fff;  /* navbar text color home page */
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  #athena-header #navbar li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
#athena-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#athena-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #9db900;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#athena-header #navbar li a:hover {
  color: #fff;
}
#athena-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #fff;
}
#athena-header #navbar li.active a {
  background: transparent;
  background: none;
}
@media screen and (max-width: 480px) {
  #athena-header #navbar li.active a {
    color: #fff;
  }
}
#athena-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #fff;    /* This changes the color of the underline bar of the active navbar element */
}
@media screen and (max-width: 480px) {
  #athena-header #navbar li.active a span:before {
    background-color: transparent;
  }
}
#athena-header #navbar li.call-to-action a {
  border: 2px solid #ff3b30;
  padding: 5px 10px 3px 10px;
  margin: 12px 0 0 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#athena-header #navbar li.call-to-action a:hover {
  background-color: #ff3b30;
  color: #fff;
}
#athena-header #navbar li.call-to-action a span:before {
  background-color: transparent;
}
#athena-header .navbar-brand {
  float: left;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding-left: 0;
  color: #535659;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#athena-header .navbar-brand > span {
  color: #ff3b30;
}
@media screen and (max-width: 1111px) {
  #athena-header .navbar-brand {
    padding-left: 0px !important;
    padding-right: 0 !important;
  }
}

#athena-header .navbar-default {
  border: transparent;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 1111px) {
  #athena-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.navbar-default-background {
    background-color: #9db900;     /* Main background color for the home navbar */
    -webkit-box-shadow: 0 0 9px 0 rgba(157, 185, 0, 0.7);
    -moz-box-shadow: 0 0 9px 0 rgba(157, 185, 0, 0.7);
    -ms-box-shadow: 0 0 9px 0 rgba(157, 185, 0, 0.7);
    box-shadow: 0 0 9px 0 rgba(157, 185, 0, 0.7);
}
#athena-header.navbar-fixed-top li a:hover span:before {
  background-color: #9db900 !important;
}
#athena-header.navbar-fixed-top {
  position: fixed !important;
  margin-top: 0px;
  top: 0;
}
.navbar-fixed-top-background {
    background-color: #434342;     /* Main background color for the fixed-top navbar */
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.6);
}
#athena-header.navbar-fixed-top .navbar-brand {
  color: #9db900;
}
#athena-header.navbar-fixed-top #navbar {
    margin-right: 15px;
}
#athena-header.navbar-fixed-top #navbar li a {
  color: #fff !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#athena-header.navbar-fixed-top #navbar li a:hover {
  color: #fff;
}
#athena-header.navbar-fixed-top #navbar li.active a {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  #athena-header.navbar-fixed-top #navbar li.active a {
    color: #9db900 !important;
  }
}
#athena-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #9db900;
}
@media screen and (max-width: 768px) {
  #athena-header.navbar-fixed-top #navbar li.active a span:before {
    background-color: transparent;
  }
}
#athena-header.navbar-fixed-top #navbar li.call-to-action a {
  border: 2px solid #9db900;
  padding: 5px 10px 3px 10px;
  margin: 12px 0 0 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#athena-header.navbar-fixed-top #navbar li.call-to-action a:hover {
  background-color: #9db900;
  color: #fff !important;
}
#athena-header.navbar-fixed-top #navbar li.call-to-action a span:before {
  background-color: transparent;
}
.dropdown-menu {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    border-radius: 2px !important;
    border: 1px solid #000;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.6);
}
.dropdown-menu > li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.dropdown-menu-start-background {
    color: #fff !important;
    background-color: #9db900 !important;
}
.dropdown-menu-start-background  li a:hover, .dropdown-menu-start-background li a:active {
    color: #fff !important;
    background-color: #9db900 !important;
}
.dropdown-menu-fixed-top {
    color: #fff !important;
    background-color: #434342 !important;
}
.dropdown-menu-fixed-top  li a:hover, .dropdown-menu-fixed-top li a:active {
    color: #fff !important;
    background-color: #434342 !important;
}
.dropdown-toggle:focus {
    background-color: #9db900 !important;
}
.dropdown > a.external:focus {
    background-color: #9db900 !important;
}
@media (max-width: 1110px) {
    #navbar > .nav > .dropdown > .dropdown-menu > li {
        padding-left: 22px;
    }
}

.navbar-logo-small {
    /*width: 150px;*/
    height: 42px;
}
#navbar-logo-small-container {
    margin-left: 12px;
    margin-top: -11px;
}

/*::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}*/

#athena-home {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-color: #434342;
  color: #575756;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 75% 97%;
  /* Small fix for the active Home navigation element to appear when loading index.php, since the height of the #athena-home element is provided by jQuery after loading the DOM */
}
#athena-home .svg-flex {
     width: 87%;
     margin-top: 70px;
     margin-left: auto;
     margin-right: auto;
}
#athena-home.signature-portal-variation .svg-flex {
     max-width: 920px;
     margin-top: 100px;
     margin-bottom: 0;
}
#athena-home .svg-flex-inner {
     width: 100%;
     position: relative;
     padding-top: 50%;
}
#athena-home .svg-flex .svg-flex-inner svg {
     width: 100%;
     position: absolute;
     left:0;
     margin-top: -50%;
}
.background-attachment-fixed {
    background-attachment: fixed;
}
#athena-home a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline;
}
#athena-home a:hover {
  color: #fff;
  text-decoration: none;
}
#athena-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
  height: 100vh;    /* Use 100vh in combination with the transition effects below to prevent our home div from "jumping" when the browser bar disappears on mobile phones */
  -webkit-transition: height 999999s;
  -moz-transition: height 999999s;
  -o-transition: height 999999s;
  transition: height 999999s;
}
#athena-home.signature-portal-variation .text-wrap {
     height: auto;
}
.athena-home-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
#athena-home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#athena-home .text-inner h1 {
  font-size: 38px;
  text-transform: uppercase;
  color: white;
  margin: 0 0 20px 0;
  font-weight: 700;
}
#athena-home .text-inner h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 60px 0;
}
#athena-home .text-inner .call-to-action {
  display: block;
  width: 100%;
}
#athena-home .text-inner .call-to-action a {
  width: 230px;
  display: inline-block;
  font-size: 20px;
  padding: 15px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
}
#athena-home .text-inner .call-to-action a.demo {
  border: 2px solid #fff;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  #athena-home .text-inner .call-to-action a.demo {
    margin-bottom: 20px;
  }
}
#athena-home .text-inner .call-to-action a.demo:hover {
  background: rgba(255, 255, 255, 0.2);
}
#athena-home .text-inner .call-to-action a.download {
  border: 2px solid #ff3b30;
  background: #ff3b30;
  text-decoration: none !important;
}
#athena-home-inner {
    text-align: center;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 87%;
    /*opacity: 0;*/
    /*border: 1px solid red;*/
    /*max-height: 10vh;*/
}
#athena-impressum p a, #athena-impressum p a:link, #athena-impressum p a:visited, #athena-pricing3 .section-heading a, #athena-pricing3 .section-heading a:link, #athena-pricing3 .section-heading a:visited {
    color: #9db900;
}
#athena-impressum p a:hover, #athena-impressum p a:active {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
}
#athena-pricing3 .section-heading a:hover, #athena-pricing3 .section-heading a:active {
    color: #434342 !important;
    text-decoration: none !important;
}

.modal-header {
    background-color: #9db900;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.modal-footer {
    background-color: #434342;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
}
.login-modal-button-container{
    margin-left: 40px;
    margin-right: 40px;
}
.login-modal-fail {
    color: red;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: bold;
}
.login-invisible {
    visibility: hidden;
}
.login-long-spacing {
    word-spacing: 12px;
    color: #fff;
    background-color: #434342;
}
.login-normal-spacing {
    word-spacing: 0;
}
#modal-header-top {
    padding: 15px;
    position: relative;
}
#modal-header-bottom {
    padding: 10px 22px 10px 20px;
    height: 50px;
    position: relative;
    vertical-align: middle;
}
#modal-header-bottom::after{
  content: '';
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -2px;
  border-bottom: 10px solid #fff;
  border-right: 10px solid rgba(0,0,0,0);
  border-left: 10px solid rgba(0,0,0,0);
  border-top: 10px solid rgba(0,0,0,0);
}

#login-modal-button {
	background: #ddd;
	border:2px solid #ddd;
	color: #434342;
	padding:10px;
	font-size: 16px;
    font-weight: bold;
	width: 100%;
	margin: 7px auto;
	display:block;
	cursor:pointer;
    -webkit-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 2px;
}

#login-modal-button:hover, #login-modal-button:active {
	background: #9db900;
    color: #434342;
	border:2px solid #9db900;
    -webkit-transition: all 0.4s;
	transition: all 0.4s;
}

/* Awesome floating labels adopted from https://codepen.io/simoberny/pen/gpddYQ?editors=0100#0 */
.box p{
	font-size:14px;
	text-align:center;
}
.login-group {
  position: relative;
}
.login-group-nomargin {
    display: inline-block;
}
#login .login-group {
    margin-top: 48px;
    margin-left: 40px;
    margin-right: 40px;
}
.inputMaterial {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width: 100%;
  border:none;
}
#login .inputMaterial {
  border-bottom:1px solid #757575;
}
.inputMaterial:focus {
    outline:none;
}
.login-group label {
  color:#999;
  font-size:14px;
  font-weight:normal;
  position:absolute;
  /*pointer-events:none;*/
  left:5px;
  top:10px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
.inputMaterial:focus:not(.inputMaterialDropdownSelect) ~ label, input.inputMaterial:valid ~ label, textarea.inputMaterial:valid ~ label 	{
  top:-20px;
  font-size:14px;
  color: #9db900;
}
.inputMaterialSelectValid {
    top:-20px !important;
    font-size:14px !important;
    color: #9db900 !important;
}
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:2px;
  width:0;
  bottom:1px;
  position:absolute;
  background: #9db900;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%;
}
.inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
  width:50%;
}
.inputMaterial:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}
.margin-top-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}
.athena-document-section p {
    color: #999 !important;
}

.athena-document-section a:hover {
    color: inherit !important;
}
.athena-document-section i {
    color: #9db900;
}

.top_tiles {
  margin-bottom: 0;
}

.top_tiles .tile h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 3px 0 7px;
  font-weight: bold;
}

.checkbox-extra-space {
  margin-right: 6px !important;
}
#signature-container {
  width: 100%;
  aspect-ratio: 3 / 1;
  background-color: #fff;
  border: 1px solid #333;
}
#signature-pad {
  width: 100%;
  height: 100%;
  display: block;
}
/* @media (min-width: 768px) {
    #signature-pad {
      width: 100%;
    }
} */

#sample-signature {
  width: 100%;
  max-width: 410px;
}

/** tile stats **/
.tile-stats {
  position: relative;
  display: block;
  margin-bottom: 12px;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 5px;
  overflow: hidden;
  padding-bottom: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #FFF;
  transition: all 100ms; }

 .tile-stats:hover, .x_panel:hover {
     top: -2px;
     -webkit-box-shadow: 0px 3px 2px 0 rgba(0,0,0,0.45);
     -moz-box-shadow: 0px 3px 2px 0 rgba(0,0,0,0.45);
     box-shadow: 0px 3px 2px 0 rgba(0,0,0,0.45);
 }

.tile-stats .icon {
  width: 20px;
  height: 20px;
  color: #434342;
  position: absolute;
  right: 53px;
  top: 22px;
  z-index: 1; }

 .tile-stats .icon2 {
    width: 20px;
    height: 20px;
    color: #434342;
    position: absolute;
    right: 37px;
    top: 22px;
    z-index: 1; }

.tile-stats .icon i, .tile-stats .icon2 i  {
  margin: 0;
  font-size: 60px;
  line-height: 49px;
  vertical-align: bottom;
  padding: 0; }

.tile-stats .count {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.65857;
  padding-left: 3px !important; }

.tile-stats .count, .tile-stats h3, .tile-stats p {
  position: relative;
  margin: 0;
  margin-left: 10px !important;
  z-index: 5;
  padding: 0; }

.tile-stats h3 {
  color: #666;
    margin-top: 11px;
    margin-left: 11px; }

.tile-stats p {
  margin-top: 5px;
  font-size: 12px;
  margin-left: 18px; }

 .tile-stats p:last-child {
    margin-bottom: 11px;
 }

.tile-stats > .dash-box-footer {
  position: relative;
  text-align: center;
  margin-top: 5px;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none; }

.tile-stats > .dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15); }

.tile-stats > .dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15); }

#athena-signature-signature-form .checkbox,
.signature-bright-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #aaa;
}

#footer-box{
  width: 100%;
  height: 50px;
  background: #00695c;
  position: absolute;
  bottom: 0;
}

.athena-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.athena-counters .counter-wrap {
  border: 1px solid red !important;
}
.athena-counters .athena-counter-icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 38px;
  display: block;
}
.athena-counters .athena-counter {
  font-size: 44px;
  display: block;
  color: #9db900;
  font-family: "PT Sans", Arial, serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: .3em;
}
.athena-counters .athena-counter-label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 2em;
  display: block;
}
@media (max-width: 768px) {
    .margin-to-top {
        margin-top: 65px;
    }
}

.language-flags {
    width: 20px;
    position: absolute;
    top: 21px;
    right: 34px;
}
@media (max-width: 1111px) {
    #navbar-flag-nocollapse {
        display: none;
    }
    #navbar-flag-collapse {
        position: relative;
        right: 30px;
    }
}
@media (min-width: 1111px) {
    #navbar-flag-nocollapse {
        display: inline;
    }
    #navbar-flag-collapse {
        display: none;
    }
}
#navbar-flag-nocollapse img {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

#language-flags-second-flag:hover {
    opacity: 0;
}

@media (max-width: 992px) {
    .list-xs-offset {
        margin-left: 17%;
    }
}

#athena-faq, #athena-team, #athena-team2, #athena-team4 {
  padding: 5em 0;
}
#athena-team.signature-portal-variation,
#athena-team2.signature-portal-variation {
  padding-top: 3em;
  padding-bottom: 3em;
}
#athena-team2.signature-portal-variation {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #athena-faq, #athena-team, #athena-team2, #athena-team4 {
    padding: 2em 0;
  }
}
#athena-apply, #athena-explore, #athena-explore2, #athena-explore3, #athena-explore4, #athena-team3 {
  padding: 5em 0 0 0;
}
@media screen and (max-width: 768px) {
  #athena-apply, #athena-explore, #athena-explore2, #athena-explore3, #athena-explore4, #athena-team3 {
    padding: 2em 0 0 0;
  }
  
  #athena-team3.signature-portal-variation {
    padding: 5em 0 0 0;
  }
}
#athena-explore .athena-explore .smaller-textblock, #athena-explore2 .athena-explore .smaller-textblock, #athena-explore3 .athena-explore .smaller-textblock, #athena-explore4 .athena-explore .smaller-textblock {
    /* Note that hypenation unfortunetaly does not work in many browsers (Chrome, Android, Opera) as of Aug '16 */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.athena-explore.signature-portal-variation {
  padding-bottom: 0;
}
#athena-footer {
  padding: 5em 0 0.3em 0;
}
#athena-footer.signature-portal-variation {
  padding-top: 4em;
}
#athena-footer.signature-portal-variation-small {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #athena-footer, #athena-footer.signature-portal-variation {
    padding: 2em 0 1.1em 0;
  }
}
#athena-faq a, 
#athena-faq a:link, 
#athena-faq a:visited,
#athena-team4 a,
#athena-team4 a:link,
#athena-team4 a:visited {
    color: #9db900 !important;
}
#athena-faq a:hover, 
#athena-faq a:active {
    color: rgba(0, 0, 0, 0.6) !important;
    text-decoration: none !important;
}

#athena-team4 a:hover,
#athena-team4 a:active,
#athena-team4 a:focus {
    color: rgb(0, 0, 0) !important;
    text-decoration: none !important;
}

.inline-standard-link {
    color: #9db900;
    font-weight: 500 !important;
    transition: 0.3s;
    text-decoration: none !important;
}

.inline-standard-link:hover,
.inline-standard-link:focus,
.inline-standard-link:active {
    color: #000;
    text-decoration: none !important;
}

#athena-explore, #athena-explore2, #athena-explore3, #athena-explore4 {
    background-color: rgb(249,249,249);
}

#athena-counters {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #athena-counters {
    padding: 4em 0;
  }
}

#athena-explore li i, #athena-explore2 li i, #athena-explore3 li i, #athena-explore4 li i {
  color: #9db900;
}
.athena-explore {
  padding-bottom: 40px;
}
#athena-explore3 #athena-rooms-owl, #athena-explore4 #athena-kitchen-owl {
    margin-top: 15px;
}
#athena-explore3 #athena-rooms-owl .item, #athena-explore4 #athena-kitchen-owl .item {
  margin: 3px;
}
#athena-explore3 #athena-rooms-owl .item img, #athena-explore4 #athena-kitchen-owl .item img {
  display: block;
  width: 100%;
  height: auto;
}
#athena-rooms-owl .item, #athena-kitchen-owl .item {
    cursor: pointer !important;
}
#athena-rooms-owl .item:active, #athena-kitchen-owl .item:active {
    cursor: grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: -webkit-grabbing !important;
}

.athena-content-splitters {
    background-position: center center;
    height: 410px;
}
@media (max-width: 1111px) {
    .athena-content-splitters {
        background-attachment: scroll;
    }
}
@media (min-width: 1111px) {
    .athena-content-splitters {
        background-attachment: fixed;
    }
}
#athena-content-splitter1 {
    background-image: url(../images/athena_trees.jpg);
}
#athena-content-splitter2 {
    background-image: url(../images/trainstation.jpg);
    background-size:cover;
}
#athena-content-splitter3 {
    background-image: url(../images/athena_back.jpg);
}
#athena-content-splitter4 {
    background-image: url(../images/athena_overview.jpg);
    background-size:cover;
}
.mt {
  margin-bottom: 50px;
}
.mt .list-nav {
  margin: 0;
  padding: 0;
}
.mt .list-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;

}
.mt .list-nav li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 18px;
  color: #1fb5f6;
}
.athena-green-text {
    color: #9db900;
}

.athena-dormitory-pictures {
    border-radius: 5px;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.athena-dormitory-pictures:hover {
    top: -2px;
    -webkit-box-shadow: 0px 12px 20px -1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 12px 20px -1px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0px 12px 20 20px -1px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 12px 20px -1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 12px 20px -1px rgba(0, 0, 0, 0.24);
}
.athena-modal-trigger-img {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.athena-modal-trigger-img:hover {

}
.athena-class-modal {
    display: none;
    position: fixed;
    z-index: 101;
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    cursor: pointer;
}
.athena-modal-content {
    margin: auto;
    display: block;
    max-width: 81vw;
    max-height: 81vh;
    width: auto;
    height: auto;
}
@media (max-width: 992px) and (orientation: landscape) {
    .athena-modal-content {
        max-width: 89vw !important;
        max-height: 89vh !important;
    }
}
.athena-class-modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.athena-modal-content, .athena-class-modal-caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.5s;
    animation-name: zoom;
    animation-duration: 0.5s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
.athena-modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.athena-modal-close:hover,
.athena-modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 700px){
    .athena-modal-content {
        width: 100%;
    }
}

.athena-get-application {
  background: #91ab00;
  padding: 60px 0 40px 0;
}
.athena-get-application h3 {
  color: #fff;
}
.athena-get-application p {
  color: rgba(255, 255, 255, 0.8);
}
.athena-get-application .call-to-action {
  display: block;
  width: 100%;
  float: left;
}
@media screen and (max-width: 992px) {
  .athena-get-application .call-to-action {
    float: none !important;
    width: 100%;
  }
}
.athena-get-application .call-to-action a.athena-apply-now {
  float: right;
  margin-top: 20px;
  padding: 18px 60px;
  background: #434342;
  color: rgba(255,255,255,0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 992px) {
  .athena-get-application .call-to-action a.athena-apply-now {
    display: inline-block;
    float: none !important;
    text-align: center !important;
  }
}
.athena-get-application .call-to-action a.athena-apply-now:hover, .athena-get-application .call-to-action a.athena-apply-now:focus, .athena-get-application .call-to-action a.athena-apply-now:active {
  text-decoration: none;
}
.athena-get-application .call-to-action a.athena-apply-now:hover {
  background: rgba(255,255,255,0.8);
  color: #434342;
}
.call-to-action input.athena-apply-now {
    font-weight: bold;
  margin-top: 38px;
  padding: 18px 120px;
  background: #434342;
  color: rgba(255,255,255,0.8);
  border: 2px solid #434342;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 992px) {
  .call-to-action input.athena-apply-now {
    display: inline-block;
    float: none !important;
    text-align: center !important;
    padding: 18px 50px;
  }
}
.call-to-action input.athena-apply-now:hover, .call-to-action input.athena-apply-now:focus, .call-to-action input.athena-apply-now:active {
  text-decoration: none;
}
.call-to-action input.athena-apply-now:hover {
    background: #9db900;
    color: #434342;
    border:2px solid #9db900;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#apply-form-privacy-link, #apply-form-amb-link, #apply-form-cancellation-link {
    color: #9db900;
}
.athena-apply-tooltips {
    border-bottom: 1px dotted #777;
    cursor: help;
}

.athena-pricing {
  padding: 4em 0 6em 0;
  background: #f2f2f2;
}
.athena-pricing .pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
}
.athena-pricing .price-box {
  text-align: center;
  padding: 30px;
  background: #434342;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.athena-pricing .price-box.popular .btn-select-plan {
  background: #ff3b30;
}
.athena-pricing .price-box .btn-select-plan {
  padding: 10px 20px;
  background: #1fb5f6;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
}
.athena-pricing .price-box:hover, .athena-pricing .price-box:focus {
    top: -2px;
    -webkit-box-shadow: 0px 12px 20px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 12px 20px -3px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 12px 20px -3px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 12px 20px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 12px 20px -3px rgba(0, 0, 0, 0.25);
}
.athena-pricing .price-box p {
    color: #ccc;
}
.athena-pricing .pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ddd;
}
.athena-pricing .pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
.athena-pricing .pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #999;
}
.athena-pricing .price {
  font-size: 72px;
  color: #9db900;
  line-height: 50px;
}
.athena-pricing .price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
.athena-pricing .price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #9db900;
}
.rent-change-container {
    height: 40px;
    line-height: 36px;
}
.rent-change-inner-container {
    cursor: pointer;
}
@media (max-width: 992px) {
    #rent-change-toggle-container {
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .deposit-small-lower-list {
        margin-bottom: 30px !important;
    }
}
#athena-explore2 .col-md-5p5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
@media (min-width: 992px) {
    #rent-change-left-container {
        text-align: right;
    }
    #rent-change-right-container {
        text-align: left;
    }
    .rent-change-inner-container {
        padding: 0;
        width: 83%;
        display: inline;
    }
    .col-md-offset-0p25 {
        margin-left: 2.1333333%;
    }
    .col-md-offset-0p25 {
        margin-left: 2.1333333%;
    }
    .col-md-offset-0p33 {
        margin-left: 2.77777777%;
    }
    .col-md-offset-0p5 {
        margin-left: 4.2666666%;
    }
    .col-md-offset-2p5 {
        margin-left: 20.83333333%;
    }
    .col-md-5p5 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 45.8333333%;
        padding: 0;
    }
    .col-md-10p5 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 87.5%;
    }
    .col-md-push-5p5 {
        left: 45.83333%;
    }
    .col-md-push-5p25 {
        left: 43.75%;
    }
    .col-md-push-7p5 {
        left: 62.5%;
    }
    .col-md-pull-3p5 {
        right: 29.16666%;
    }
}
@media (min-width: 992px) {
     .athena-apply-container {
         margin-bottom: 30px;
     }
 }
 @media (max-width: 992px) {
      .athena-apply-container {
          margin-bottom: 15px;
      }
  }
 .col-xs-4p5 {
    width: 37.5%;
 }
.rent-change-highlighted-text {
    font-weight: bold;
}
.rent-change-normal-text {
    font-weight: normal;
}
.make-invisible {
    display: none;
}
/* Pricing toggle switch (modified version of https://codepen.io/havardob/pen/EKMZbG) */
    *, *:before, *:after {
      box-sizing: border-box;
    }
    .toggle-switch {
      display: inline-block;
      width: 60px;
      height: 20px;
      position: relative;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      margin-left: 0px;
      margin-top: 9px;
    }
    .toggle-switch input {
      display: none;
    }
    .toggle-switch div {
      display: block;
      width: 48px;
      height: 12.5px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 14px;
    }
    .toggle-switch div:after {
      content: "";
      position: absolute;
      display: block;
      height: 20px;
      width: 48px;
      left: -1px;
      top: -5px;
      border-radius: 23px;
      background: #aaa;
      box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.8);
      -webkit-transition: .20s;
      transition: .20s;
    }
    .toggle-switch i {
      display: block;
      width: 22px;
      height: 22px;
      position: absolute;
      background: -webkit-linear-gradient(bottom, #9e9e9e 20%, #f4f4f4);
      background: linear-gradient(to top, #9e9e9e 20%, #f4f4f4);
      border-radius: 50%;
      top: -3px;
      left: 3px;
      -webkit-transition: .25s;
      transition: .25s;
    }
    .toggle-switch i:after {
      content: "";
      position: absolute;
      display: block;
      width: 18px;
      height: 18px;
      left: 2px;
      top: 2px;
      border-radius: 50%;
      background: #d5d4d4;
      z-index: 1;
    }
    .toggle-switch input:checked ~ i {
      top: -3px;
      left: 35px;
    }
    .toggle-switch input:checked + div:after {
      background: #9db900;
      box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.6);
    }
    .toggle-switch:hover {
      cursor: pointer;
    }
    .toggle-switch:focus, .toggle-switch:active {
      outline: 0;
    }
@media (min-width: 992px) {
    .toggle-switch i {
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
    }
}
@media (max-width: 992px) {
    .toggle-switch {
        transform: rotate(90deg);
    }
    .toggle-switch i {
      box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.7);
    }
}

#athena-pricing2 .athena-pricing {
    background-color: #434342 !important;
}
#athena-pricing2 .athena-pricing h2 {
    color: #eee !important;
}
#athena-pricing2 .athena-pricing h3 {
    color: #bbb !important;
}
#athena-pricing2 .athena-pricing li, #athena-pricing2 .athena-pricing p {
    color: #aaa !important;
}
#athena-pricing2 .athena-pricing li i {
    color: #9db900 !important;
}
#athena-pricing2 .athena-pricing p span {
    color: #9db900 !important;
    font-weight: bold;
}
#athena-pricing2 .rent-price-highlighted {
    color: #9db900 !important;
}

#athena-apply {
    background-color: #f6f6f6;
}
#athena-apply > .athena-apply {
    padding-bottom: 5em;
}
#athena-apply-success-block, #athena-apply-failure-block, #athena-contact-success-block, #athena-contact-failure-block, #athena-signature-failure-block, #athena-contact-success-block-message, #athena-contact-success-block-protocol, #athena-contact-success-block-damage, #athena-contact-success-block-protocol2 {
    display: none;
}
#athena-signature-failure-block {
  color: #f84d4d;
}
#athena-apply-success-block > span > i, #athena-contact-success-block > span > i {
    color: #9db900;
    font-size: 11em;
    padding: 0 !important;
    margin: 0 0 26px 0 !important;
}
#athena-apply-failure-block > span > i {
    color: #cc0000;
    font-size: 11em;
    padding: 0 !important;
    margin: 0 0 26px 0 !important;
}
#athena-contact-failure-block > span > i {
    color: #8e0000;
    font-size: 11em;
    padding: 0 !important;
    margin: 0 0 26px 0 !important;
}
#apply-failure-block-servertext, #apply-contact-failure-block-servertext {
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
}
#athena-apply-success-block a > i, #athena-contact-success-block a > i {
    margin-right: 20px;
}
#athena-apply-success-block .athena-apply-now, #athena-contact-success-block .athena-apply-now {
    display: inline-block;
    margin-top: 46px;
    margin-bottom: 46px;
    padding: 18px 60px;
    background: #434342;
    color: rgba(255,255,255,0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border: 2px solid #434342;
    -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
}
#athena-apply-success-block .athena-apply-now:hover, #athena-contact-success-block .athena-apply-now:hover {
    background: #9db900;
    color: #434342;
    border: 2px solid #9db900;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}
#athena-apply-success-block .athena-apply-now a:hover, #athena-apply-success-block .athena-apply-now a:focus, #athena-apply-success-block .athena-apply-now a:active, #athena-contact-success-block .athena-apply-now a:hover, #athena-contact-success-block .athena-apply-now a:focus, #athena-contact-success-block .athena-apply-now a:active {
    text-decoration: none;
}
.athena-apply-header {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 90%;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-top-left-radius: 5px;
}
@media (max-width: 420px) {
    .athena-apply-header {
        font-size: 0.8em;
        padding-top: 10px;
    }
}
.athena-apply-header-complete {
    background-color: rgba(157, 185, 0, 1);
    color: #fff;
}
.athena-apply-check {
    display: inline-block;
    position: relative;
    width: 10%;
    padding: 1px 6px 1px 6px;
    font-size: 25px;
    text-align: center;
    visibility: hidden;
    background-color: rgba(157, 185, 0, 1);
    color: #fff;
    border-top-right-radius: 5px;
}
.athena-apply-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    border-top: 1px dotted #666;
}
.athena-apply-content-complete {
    background-color: rgba(157, 185, 0, 0.15);
}
.athena-apply-container {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bbb;
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.col-md-5p5 > .col-xs-12.athena-apply-container {
    padding: 0;
}
/*.athena-apply-container:hover, .athena-apply-container:focus {
    top: -2px;
    -webkit-box-shadow: 0px 12px 20px -6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 12px 20px -6px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 12px 20px -6px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 12px 20px -6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 12px 20px -6px rgba(0, 0, 0, 0.25);
}*/
.athena-apply-content label, .athena-apply-notes {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.athena-apply-notes {
    padding-top: 8px;
    font-weight: normal;
}
.athena-apply-content .row {
    margin-bottom: 6px;
}
.athena-apply-content .col-xs-2, .athena-apply-content .col-xs-3, .athena-apply-content .col-xs-4, .athena-apply-content .col-xs-4p5, .athena-apply-content .col-xs-5, .athena-apply-content .col-xs-6, .athena-apply-content .col-xs-7, .athena-apply-content .col-xs-8, .athena-apply-content .col-xs-9, .athena-apply-content .col-xs-10 {
    padding-left: 5px;
    padding-right: 5px;
}
.athena-apply-first-in-row {
    padding-left: 18px !important;
}
.athena-apply-last-in-row {
    padding-right: 18px !important;
}
.athena-apply-birthday-easteregg {
    font-weight: bold;
    display: none;
}
.athena-apply-iban-wrong {
    font-weight: bold;
    color: #ff5d5d;
    display: none;
}
.form-control-disable-banking-label, .form-control-disable-representative-label {
    opacity: 0.5;
}
#athena-apply form input[type=text], #athena-apply form input[type=email], #athena-apply form select, #athena-apply form textarea {
    padding: 2px 8px;
    font-size: 0.65em;
    height: auto;
}
#athena-representative-upper-radio, #athena-banking-upper-radio {
    margin-top: 0 !important;
}
#athena-representative-lower-radio, #athena-banking-lower-radio {
    margin-bottom: 0 !important;
}
#athena-apply form label {
    font-size: 0.6em;
}
#athena-apply form input:active, #athena-apply form input:focus, #athena-apply form select:active, #athena-apply form select:focus, #athena-apply form textarea:active, #athena-apply form textarea:focus {
    border: 1px solid green !important;
}
#athena-apply form textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.athena-apply-study-checkbox {
    margin: 2px 0 3px 0;
}
#athena-apply-study-container .col-xs-5 div.radio {
    margin-top: 3px;
    margin-bottom: 2px;
}
#athena-apply .login-group-errormessageapply, #athena-apply .login-group-errormessageapply2 {
    font-size: 0.9em;
    color: #ff5d5d;
    display: none;
}

#athena-team, #athena-team4 {
  background: #f2f2f2;
}
#athena-team3 {
  background: #434342;
}
#athena-team .team-box {
  position: relative;
  padding: 30px;
  padding-top: 5em;
  background: rgba(157,185,0,0.8);
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgba(157,185,0,0.9);
  min-height:430px;
}
#athena-team .team-box:hover, #athena-team .team-box:hover {
  top: -2px;
  -webkit-box-shadow: 0px 12px 20px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 12px 20px -5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 12px 20px -5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 12px 20px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 12px 20px -5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 992px) {
  #athena-team .team-box {
    margin-bottom: 110px;
  }
}
#athena-team .team-box .user {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -73px;
  margin-left: -73px;
  width: 147px;
  height: 147px;
}
#athena-team .team-list {
    padding: 0;
}
#athena-team .team-box li {
  font-size: 16px;
  list-style: none;
  position: relative;
  padding: 0 0 8px 0;
}
#athena-team .team-box .user img {
  width: 147px;
  height: 147px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 15px solid #f2f2f2;
}
#athena-team .team-box h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #434342;
}
#athena-team .team-box .position {
  font-size: 16px;
  color: #f2f2f2;
  display: block;
  margin-bottom: 30px;
}
#athena-team .team-box i {
  color: #f2f2f2;
  position: relative;
  top: 3px;
  font-size: 18px;
}
#athena-team .team-box .icon-no-offset {
    top: 2px !important;
}
#athena-team .team-box a, #athena-team .team-box .team-phones {
  color: #434342;
  font-size: 16px;
  margin-left: 12px;
}
#athena-team .team-box p {
  color: #666;
}
#athena-team .team-box a:hover, #athena-team .team-box li a:focus, #athena-team .team-box a:active {
  text-decoration: none;
  color: #f2f2f2 !important;
}
@media (min-width: 992px) {
    .athena-team-row-distance {
        margin-top: 100px;
    }
}
#athena-team2 {
    background-color: #434342;
}
#athena-team2 .section-heading h2, #athena-team3 .section-heading h2 {
    color: #fff;
}
#athena-team2 .section-heading h3, #athena-team3 .section-heading h3 {
    color: #aaa;
}
#athena-team2 textarea {
    resize: none;
    overflow: hidden;
}
#athena-team2 .athena-not-visible-option {
    display: none;
}
#athena-team2 .inputMaterial {
    background-color: transparent;
}
#athena-team2 .inputMaterial {
    border-bottom: 1px solid #aaa !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#athena-team2 .inputMaterial:focus {
    border-bottom: 1px solid #9db900 !important;
}
#athena-team2 input, #athena-team2 select, #athena-team2 textarea {
    position: relative;
    z-index: 12;
    color: #aaa;
}
#athena-team2 select option {
    background-color: #434342;
}
#athena-team2 .inputMaterialDropdownSelect {
    cursor: pointer;
}
#athena-team2 .inputMaterialDropdownOptionContainer {
    position: absolute;
    z-index: 13 !important;
    top: 48px;
    width: 100%;
    -webkit-box-shadow: 0px 5px 12px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 12px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 12px 3px rgba(0,0,0,0.75);
    background-color: #434342;
    cursor: pointer;
    border: 1px solid #000;
    display: none;
}
#athena-team2 .inputMaterialDropdownOption {
    padding: 7px 10px;
    width: 100%;
    color: #aaa;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#athena-team2 .inputMaterialDropdownOption:hover {
    background-color: #9db900;
    color: #434342;
}
#athena-team2 .inputMaterialDropdownOption:not(:last-child) {
    border-bottom:1px solid #999;
}
#athena-team2 .inputMaterialDropdownArrow {
    position: absolute;
    right: 10px;
    top: 12px;
}
#athena-team2 .col-md-containsDropdown {
    z-index: 13 !important;
}
#athena-team2 label {
    z-index: 11;
}
#athena-team2 .login-group {
    margin-top: 38px;
    margin-left: 4px;
    margin-right: 4px;
}
#athena-team2 .login-group-smaller-text {
    font-size: 0.8em;
    color: #aaa;
}
#athena-team2 .login-group-margin-top {
    margin-top: 74px !important;
}
#athena-team2 .movein-group-margin-top {
    margin-top: 44px !important;
}
#athena-team2 .movein-group-extra-row {
    margin-left: 2px !important;
    margin-right: 2px !important;
}
#athena-team2 .login-group-errormessage, #athena-team2 .login-group-errormessage2, #athena-team2 .login-group-errormessage3, #athena-team2 .login-group-errormessage4 {
    font-size: 0.9em;
    color: #ff5d5d;
    display: none;
}
#athena-team2 .login-group label.radio-inline-left {
    position: absolute;
    right: 30px;
}
#athena-team2 .login-group label.radio-inline-right {
    position: absolute;
    left: 30px;
    width: 80%;
}
#athena-team2 .login-group input[type="radio"] {
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
#athena-team2 .dropdown-hidden-inputs {
    display: none;
}
#athena-team2 #athena-contact-submit {
  font-weight: bold;
  /*margin-top: 15px;*/
  padding: 10px 0;
  width: 100%;
  background: #aaa;
  color: #434342;
  border: 2px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  #athena-team2 #athena-contact-submit {
    /*display: inline-block;
    float: none !important;
    text-align: center !important;
    padding: 18px 50px;*/
  }
}
#athena-team2 #athena-contact-submit:hover, #athena-team2 #athena-contact-submit:focus, #athena-team2 #athena-contact-submit:active {
  text-decoration: none;
}
#athena-team2 #athena-contact-submit:hover {
    background: #9db900;
    color: #434342;
    border: 2px solid #9db900;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: inset 7px 6px 19px -5px rgba(0,0,0,0.19);
    -moz-box-shadow: inset 7px 6px 19px -5px rgba(0,0,0,0.19);
    box-shadow: inset 7px 6px 19px -5px rgba(0,0,0,0.19);
}
#athena-team.signature-portal-variation .section-heading,
#athena-team2.signature-portal-variation .section-heading,
#athena-team3 .section-heading {
    padding-bottom: 0 !important;
}
#athena-team3 #athena-team-map {
  line-height: 0;
}
#athena-team3 #athena-approach-adress {
    font-weight: bold;
    /*margin-bottom: 90px;*/
    padding-top: 25px;
    padding-bottom: 75px;
    font-size: 1.1em;
    /*background-color: #434342;*/
    color: #ddd;
}
/*#athena-team3 .section-heading h3:after {
  height: 0 !important;
  background: #000 !important;
}*/
#athena-team4 .athena-emergency-adress {
  font-weight: normal;
  /*margin-bottom: 90px;*/
  padding-top: 25px;
  padding-bottom: 75px;
  font-size: 1em;
  /*background-color: #434342;*/
  color: rgb(88, 88, 88);
}
#athena-team4 .emergency-contact-header {  
  font-weight: bold;
  margin-bottom: 10px;
}

.box-faq {
  margin-bottom: 60px;
}
.box-faq h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.box-faq p {
    color: rgb(0,0,0,0.8);
}

.partner-logo {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.bigger-margin-top {
    margin-top: 80px;
}
.bigger-margin-bottom {
    margin-bottom: 50px;
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 0px;
  clear: both;
}
.section-heading-smaller-padding {
    padding-bottom: 20px !important;
}
.section-heading-smaller-padding {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0px;
  clear: both;
}
.section-heading h2 {
  margin: 0 0 0 0;
  font-size: 40px;
  font-weight: 400;
  color: #333;
  position: relative;
  display: block;
  padding-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
.section-heading h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #8f989f;
  position: relative;
  display: block;
  padding-bottom: 30px;
}
@media (max-width: 1111px) {
    .section-heading h3 {
      text-align: justify;
    }
}
.section-heading h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #9db900;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 16px !important;
    line-height: 28px;
  }
}
.smaller-textblock {
    font-size: 20px;
}
@media (max-width: 768px) {
    .smaller-textblock {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .smaller-textblock {
        margin-top: 12px;
    }
}
.rooms-list-description {
    padding-bottom: 17px;
}
@media (min-width: 992px) {
    .distance-to-bottom {
        padding-bottom: 24px;
    }
}

#athena-footer {
  background: #434342;
  color: rgba(255,255,255,0.8);
}
#athena-footer a {
  color: rgba(255,255,255,0.8);
}
#athena-footer a:hover {
  color: #9db900 !important;
  text-decoration: underline;
}
#athena-footer h2 {
    color: #fff;
}
#athena-footer .section-title {
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
#athena-footer .section-title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 2px;
  background: #9db900;
}
#athena-footer .copy-right {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 50px;
}
#athena-footer .copy-right > a {
  color: rgba(255, 255, 255, 0.4);
}
#athena-footer .copy-right:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -25px;
  display: block;
  width: 50px;
  height: 2px;
  background: #9db900;
}
#athena-footer .contact-info {
  margin: 0 0 60px 0;
  padding: 0;
}
#athena-footer .contact-info li {
  font-size: 16px;
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#athena-footer .contact-info li i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 22px;
  color: #9db900;
}
#athena-footer .contact-info li a:hover, #athena-footer .contact-info li a:active {
  text-decoration: none !important;
}
#athena-footer .social-media {
  margin: 0 0 30px 0;
  padding: 0;
}
#athena-footer .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}
#athena-footer .social-media li a {
  color: #9db900;
}
#athena-footer .social-media li a:hover, #athena-footer .social-media li a:focus, #athena-footer .social-media li a:active {
  text-decoration: none;
}
#athena-footer .contact-form .form-group input[type="name"],
#athena-footer .contact-form .form-group input[type="text"],
#athena-footer .contact-form .form-group input[type="email"],
#athena-footer .contact-form .form-group textarea {
  font-size: 16px;
}
#athena-footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
#athena-footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
#athena-footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
#athena-footer .contact-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#athena-footer .contact-form .form-group input[type="name"]:-moz-placeholder,
#athena-footer .contact-form .form-group input[type="text"]:-moz-placeholder,
#athena-footer .contact-form .form-group input[type="email"]:-moz-placeholder,
#athena-footer .contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
#athena-footer .contact-form .form-group input[type="name"]::-moz-placeholder,
#athena-footer .contact-form .form-group input[type="text"]::-moz-placeholder,
#athena-footer .contact-form .form-group input[type="email"]::-moz-placeholder,
#athena-footer .contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
#athena-footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
#athena-footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
#athena-footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
#athena-footer .contact-form .form-group textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#athena-footer .contact-form .form-group input {
  color: #fff;
  background: transparent;
  border: none;
  background: #485b71;
  box-shadow: none;
}
#athena-footer .contact-form .form-group textarea {
  color: #fff;
  background: transparent;
  border: none;
  background: #485b71;
  box-shadow: none;
}
#athena-footer #btn-submit {
  color: rgba(255, 255, 255, 0.9) !important;
  background: #ff3b30 !important;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.athena-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.athena-nav-toggle.active i::before, .athena-nav-toggle.active i::after {
  background: #5f6366;
}
.athena-nav-toggle:hover, .athena-nav-toggle:focus, .athena-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.athena-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #5f6366;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #5f6366;
  transition: all .2s ease-out;
}
.athena-nav-toggle i::before, .athena-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #5f6366;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.athena-nav-toggle i::before {
  top: -7px;
}

.athena-nav-toggle i::after {
  bottom: -7px;
}

.athena-nav-toggle:hover i::before {
  top: -10px;
}

.athena-nav-toggle:hover i::after {
  bottom: -10px;
}

.athena-nav-toggle.active i {
  background: transparent;
}

.athena-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.athena-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.athena-nav-toggle {
  position: absolute;
  top: 2px;
  right: 15px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
@media screen and (max-width: 1110px) {
  .athena-nav-toggle {
    display: block;
  }
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #ff3b30;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #ff3b30;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #ff3b30;
  color: #fff;
}
.social li a.social-circle {
  background: #ff3b30;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #ff3b30;
  color: #fff;
}
.social.social-circle a {
  background: #ff3b30;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-without-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.athena-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #ff3b30;
}

.failure-display {
  display: block !important;
}

.small-button {
    margin: 12px 0;
    padding: 6px 10px;
    background: #aaa;
    color: #434342;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 16px;
    border-radius: 4px;
}
.small-button:hover {
    background: #9db900;
    color: #434342;
    border: 1px solid #9db900;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.large-button {
    margin: 12px 0;
    padding: 16px 32px;
    background: #9db900;
    color: #434342 !important;
    border: 1px solid #9db900;
    -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: bold;
    border-radius: 4px;
}
.large-button:hover {
    background: #aaa;
    color: #434342 !important;
    border: 1px solid #aaa;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.large-button:disabled {
    background: #aaa;
    color: #434342 !important;
    border: 1px solid #aaa;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: not-allowed;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}