/*!
Theme Name: Equine Trust
Theme URI: http://blacksheepdesign.co.nz
Author: Blacksheepdesign 
Author URI: http://www.blacksheepdesign.co.nz/
Author Design: Clemens Bergmann - clemens@blacksheepdesign.co.nz
Author Front-end and Integration: Abbey Kroll - abbey@blacksheepdesign.co.nz
Description: Blacksheepdesign creates custom websites based on Wordpress using some really cool plugins. 
Version: 2.0
*/
body {
  color: #4e555d;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.5;
  font-size: 1.2em;
  background: #e1e4e4;
  /*p{line-height:$body-lh;}*/
}

p {
  margin-bottom: 1em;
}

@media (max-width: 560px) {
  .span-2 .item {
    float: none;
    display: block;
    width: 100%;
  }

  .span-3 .item {
    float: none;
    display: block;
    width: 100%;
  }

  .span-4 .item {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .span-2 .item {
    float: left;
    width: 50%;
  }

  .span-3 .item {
    float: left;
    width: 50%;
  }

  .span-4 .item {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 961px) {
  .span-2 .item {
    float: left;
    width: 50%;
  }

  .span-3 .item {
    float: left;
    width: 33.3333333333%;
  }

  .span-4 .item {
    float: left;
    width: 25%;
  }
}
.field .text {
  padding: 0;
}
.field .text,
.field .submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  border-radius: 0;
  width: 100%;
}
.field .text:focus,
.field .submit:focus {
  outline: 0 none;
}
.field .submit:hover {
  cursor: pointer;
}

button {
  border: 0 none;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
button:hover {
  cursor: pointer;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  a, a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
body {
  color: #4e555d;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.5;
  font-size: 1.2em;
  background: #e1e4e4;
  /*p{line-height:$body-lh;}*/
}

p {
  margin-bottom: 1em;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, nav {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.5;
}

a {
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}

a img {
  border: 0 none;
}

hr {
  border: 0 none;
  display: block;
}

ol {
  margin-left: 20px;
}

.chromeframe {
  position: relative;
  background: grey;
  color: #fff;
  border-bottom: 2px solid #DDD;
  padding: 25px;
  z-index: 1000;
  text-align: center;
}
.chromeframe a {
  text-decoration: underline;
}

blockquote {
  margin-left: 25px;
}

fieldset {
  border: none;
}

input[type=submit] {
  border: 0 none;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  font-family: "sofia-pro", sans-serif;
  font-size: 1.2em;
}
@media (max-width: 560px) {
  body {
    min-width: 17.7777777778rem;
  }
}

.slideIn {
  position: relative;
  top: 10vh;
  opacity: 0;
}

::selection {
  background: #f1f1f1;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: 0 0 1px #333;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.ul-horz > li {
  display: inline-block;
  position: relative;
}

.ul-vert {
  margin-left: 1rem;
}

.ul-vert li {
  line-height: 1.5;
}

.right, img.alignright {
  float: right;
}

.left, img.alignleft {
  float: left;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.inline {
  display: inline;
}

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

.none, .ui-tabs-hide {
  height: 0 !important;
  width: 0 !important;
  opacity: 0;
  display: none !important;
}

.hide {
  text-indent: -9999999px;
}

.hidden {
  visibility: hidden;
}

.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.block {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.field .text,
.field .submit {
  font-family: "sofia-pro", sans-serif;
  font-size: 1em;
  color: #4e555d;
}

div[class^=span-]:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.content-wrapper {
  width: 100%;
  height: 100%;
}

.padding-wrapper {
  width: 70%;
  /*max-width:955px;
  margin:72px 15% 130px;*/
  margin: 0 15%;
}
@media (max-width: 560px) {
  .padding-wrapper {
    width: 86%;
    margin: 0 7%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .padding-wrapper {
    width: 86%;
    margin: 0 7%;
  }
}

.section-wrapper {
  display: block;
  padding-top: 12%;
}
@media (max-width: 560px) {
  .section-wrapper {
    padding-top: 25%;
  }
}

.med-wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  margin: 8% auto;
}
@media (max-width: 560px) {
  .med-wrapper {
    width: 88%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .med-wrapper {
    width: 88%;
  }
}

.small-wrapper {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.full-span {
  width: 100%;
}

.half-span {
  width: 50%;
  float: left;
  padding: 144px;
}
.half-span:before {
  clear: both;
}
@media (max-width: 560px) {
  .half-span {
    float: none;
    width: 100%;
  }
}

.padding-top {
  padding-top: 224px;
}

.noTopMargin {
  margin-top: 0;
}

h1.large-title, h1 {
  font-size: 13em;
  opacity: 0.3;
  color: #cccccc;
  font-family: "jaf-lapture-display", sans;
  font-weight: 700;
}
@media (max-width: 560px) {
  h1.large-title, h1 {
    font-size: 3em;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  h1.large-title, h1 {
    font-size: 9em;
  }
}

h2 {
  font-size: 2.3em;
  margin: 0px 0 42px 0;
  text-align: center;
  font-family: "jaf-lapture-display", sans;
  font-size: 2.2em;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 560px) {
  h2 {
    font-size: 2em;
  }
}
@media (min-width: 961px) and (max-width: 1300px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 2.3em;
  margin: 0px 0 42px 0;
  text-align: center;
  font-family: "jaf-lapture-display", sans;
  font-family: "sofia-pro", sans-serif;
}
@media (max-width: 560px) {
  h3 {
    font-size: 2em;
  }
}

h4 {
  font-size: 1em;
  margin: 0 0 30px 0;
  border-bottom: 2px solid #fff;
  display: inline-block;
  font-family: "jaf-lapture-display", sans;
  font-weight: 700;
}

a.cta {
  border-bottom: 2px solid #4e555d;
  padding-bottom: 3px;
  color: #4e555d;
}

.small {
  font-size: 0.8em;
}

input[type=submit], button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

#internet-explorer-error {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("./img/ie-overlay.png") repeat 0 0;
  color: white;
  padding-top: 5%;
  padding-bottom: 5%;
  z-index: 2000;
}

.IEWrapper {
  height: auto;
  width: 100%;
}

#internet-explorer-error h2 {
  text-align: center;
  margin-bottom: 20px;
}

#internet-explorer-error p {
  max-width: 650px;
  margin: auto auto;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
#internet-explorer-error p a {
  text-decoration: underline;
}
#internet-explorer-error p a:hover {
  color: grey;
  border: none;
}

body {
  color: #4e555d;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.5;
  font-size: 1.2em;
  background: #e1e4e4;
  /*p{line-height:$body-lh;}*/
}

p {
  margin-bottom: 1em;
}

#header {
  color: #4e555d;
  width: 98%;
  padding: 24px 0 1% 24px;
  position: fixed;
  z-index: 50;
  z-index: 1;
}
#header .wrapper-menu {
  width: 40%;
  z-index: 5;
}
@media (max-width: 560px) {
  #header .wrapper-menu {
    width: 45%;
  }
}
#header > .logo {
  width: 9%;
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
  top: 21px;
  transition: width 0.2s linear;
}
#header > .logo img {
  width: 100%;
  min-width: 70px;
}
@media (max-width: 560px) {
  #header > .logo {
    width: 18%;
    left: 50%;
  }
}
@media (max-width: 560px) {
  #header {
    width: 100%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  #header {
    width: 95%;
  }
}

.Home #header {
  opacity: 0;
}
@media (max-width: 560px) {
  .Home #header {
    left: 0;
  }
}

.Home #header {
  color: #fff;
}
.Home #header .logo {
  display: none;
}
.Home #header .loggedin-message {
  color: #fff;
}
.Home #header .loggedin-message li {
  border-color: #fff;
}

#header.fixed {
  position: fixed;
  z-index: 50;
  /*top:144px;*/
  /*top:-71px;
  left:0;
  right:0;
  z-index:15;
  margin:0;
  padding:24px 0 0 24px;
  width:98%;
  transform: translateY(100%);
     transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
     background:none;
  height:auto;*/
}
#header.fixed .logo {
  width: 4.5%;
  top: 17px;
  left: 49%;
  transition: width 0.2s linear;
}
@media (max-width: 560px) {
  #header.fixed {
    position: absolute;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  #header.fixed {
    position: absolute;
  }
}

@media (max-width: 560px) {
  .Home #header.fixed .loggedin-message {
    position: absolute;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .Home #header.fixed .loggedin-message {
    position: absolute;
  }
}

body {
  color: #4e555d;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.5;
  font-size: 1.2em;
  background: #e1e4e4;
  /*p{line-height:$body-lh;}*/
}

p {
  margin-bottom: 1em;
}

#footer {
  background: #333333;
  padding: 15px 23px 8px;
}
#footer .text p {
  font-size: 13px;
  line-height: 2.3em;
  color: #a6a6a6;
  margin-bottom: 0;
}
@media (max-width: 560px) {
  #footer .text.left {
    width: 100%;
    text-align: center;
  }
}
#footer .image.right {
  width: 33px;
}
#footer .image.right img {
  width: 100%;
}
@media (max-width: 560px) {
  #footer .image.right {
    float: none;
    display: block;
    width: 30px;
    margin: 0 auto;
  }
}

nav {
  position: relative;
}
nav .menu {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.2em;
}
nav .menu > li {
  width: 100px;
}
nav .menu > li i {
  font-size: 1.2em;
}
nav .menu > li:hover {
  cursor: pointer;
}
nav .menu-items {
  padding: 13px 0 5px 25px;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 10;
  width: 100%;
  left: -50vw;
  transition: left 0.1s ease 1s;
}
nav .menu-items li {
  list-style-type: none;
  display: inline-block;
  width: 44%;
  margin-right: 18.5px;
  margin-bottom: 23px;
  opacity: 0;
  transition: opacity 0.1s ease 0.8s;
}
nav .menu-items li a {
  width: 100%;
  display: inline-block;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  opacity: 0;
  margin-left: -15px;
  transition: all 0.8s ease;
}
@media (max-width: 560px) {
  nav .menu-items li {
    width: 77%;
  }
}
nav .menu-items li:after {
  content: "";
  width: 1px;
  height: 2px;
  background: #4e555d;
  display: block;
  transition: width 0.7s ease 0.1s;
}
@media (max-width: 560px) {
  nav .menu-items {
    margin: 0 0px;
    padding: 14px 0 0 20px;
  }
}
nav .menu-items.show {
  left: 0;
  transition: left 0.1s ease;
}
nav .menu-items.show li {
  opacity: 1;
  transition: opacity 0.3s ease;
}
nav .menu-items.show li a {
  opacity: 1;
  margin-left: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
nav .menu-items.show li:after {
  width: 100%;
  transition: width 0.5s ease 0.1s;
}
nav .menu-items.show li:nth-child(3n+1):after {
  transition: width 0.7s ease 0.1s;
}
nav .menu-items.show li:last-child:after {
  transition: width 0.7s ease 0.1s;
}

.Home nav .menu-items li:after {
  background: #fff;
}

.admin-login {
  width: 100%;
  height: auto;
  background: #fff;
  padding-bottom: 18%;
}
.admin-login .padding-wrapper p {
  margin: 5% 0;
  text-align: center;
  font-size: 18px;
}
.admin-login .section-wrapper {
  width: 87.5%;
  max-width: 1200px;
  margin: 0 auto;
  height: 30px;
}
.admin-login .section-wrapper h1 {
  line-height: 1;
  position: absolute;
  z-index: -1;
}
.admin-login .heading {
  background: #4e555d;
  min-height: 88px;
  padding: 3% 5% 0 8%;
  color: #fff;
}
.admin-login .heading #theme-my-login {
  width: 75%;
  float: right;
  margin-bottom: 4.5%;
}
.admin-login .heading #theme-my-login li {
  width: auto;
  display: inline-block;
  list-style-type: none;
  margin-right: 0;
  width: 100%;
  padding: 5px 12px;
  display: inline-block;
  border: 1px solid white;
}
.admin-login .heading #theme-my-login li:first-child {
  display: none;
}
.admin-login .heading #theme-my-login li:nth-child(2n) {
  display: none;
}
.admin-login .heading h2 {
  color: #fff;
  text-align: left;
  width: 110px;
  margin: 0;
  float: left;
  margin-right: 3%;
  vertical-align: bottom;
  margin-bottom: 6px;
}
@media (max-width: 560px) {
  .admin-login .heading {
    height: auto;
    min-height: 260px;
    padding-top: 6%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .admin-login .heading {
    min-height: 141px;
  }
}
.admin-login article {
  width: 100%;
  display: inline-block;
}

.tml-label {
  color: white;
}

form#loginform, form#loginform1, form[name=login] {
  height: auto;
  background: none;
  clear: both;
  position: relative;
  display: block;
}
form#loginform ::-webkit-input-placeholder, form#loginform1 ::-webkit-input-placeholder, form[name=login] ::-webkit-input-placeholder {
  color: #fff;
}
form#loginform :-moz-placeholder, form#loginform1 :-moz-placeholder, form[name=login] :-moz-placeholder {
  color: #fff;
}
form#loginform ::-moz-placeholder, form#loginform1 ::-moz-placeholder, form[name=login] ::-moz-placeholder {
  color: #fff;
}
form#loginform :-ms-input-placeholder, form#loginform1 :-ms-input-placeholder, form[name=login] :-ms-input-placeholder {
  color: #fff;
}
@media (max-width: 560px) {
  form#loginform, form#loginform1, form[name=login] {
    padding-top: 10px;
  }
}
form#loginform .validation_error, form#loginform1 .validation_error, form[name=login] .validation_error {
  display: none;
}
form#loginform > div, form#loginform1 > div, form[name=login] > div {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  border: none;
  position: relative;
  margin-right: 4%;
}
@media (max-width: 560px) {
  form#loginform > div, form#loginform1 > div, form[name=login] > div {
    float: none;
    width: 96%;
  }
}
form#loginform > div:last-child, form#loginform1 > div:last-child, form[name=login] > div:last-child {
  width: 20%;
}
@media (max-width: 560px) {
  form#loginform > div:last-child, form#loginform1 > div:last-child, form[name=login] > div:last-child {
    width: 96%;
  }
}
form#loginform > div input, form#loginform1 > div input, form[name=login] > div input {
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
  width: 100%;
  background: none;
  color: #fff;
  border: none;
  border-bottom: 1px solid white;
  padding: 3px 0 8px 15px;
  margin-bottom: 0;
}
@media (max-width: 560px) {
  form#loginform > div input, form#loginform1 > div input, form[name=login] > div input {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
}
form#loginform > div input:focus, form#loginform1 > div input:focus, form[name=login] > div input:focus {
  outline: none;
}
form#loginform > div input ::-webkit-input-placeholder, form#loginform1 > div input ::-webkit-input-placeholder, form[name=login] > div input ::-webkit-input-placeholder {
  color: #fff;
}
form#loginform > div input :-moz-placeholder, form#loginform1 > div input :-moz-placeholder, form[name=login] > div input :-moz-placeholder {
  color: #fff;
}
form#loginform > div input ::-moz-placeholder, form#loginform1 > div input ::-moz-placeholder, form[name=login] > div input ::-moz-placeholder {
  color: #fff;
}
form#loginform > div input :-ms-input-placeholder, form#loginform1 > div input :-ms-input-placeholder, form[name=login] > div input :-ms-input-placeholder {
  color: #fff;
}
form#loginform > div > #user_login, form#loginform1 > div > #user_login, form[name=login] > div > #user_login {
  width: 100%;
}
form#loginform > div > #user_pass, form#loginform1 > div > #user_pass, form[name=login] > div > #user_pass {
  width: 100%;
}
form#loginform > div > #wp-submit, form#loginform > div > #wp-submit1, form#loginform1 > div > #wp-submit, form#loginform1 > div > #wp-submit1, form[name=login] > div > #wp-submit, form[name=login] > div > #wp-submit1 {
  margin-right: 0;
  width: 100%;
  padding: 7px 20px;
  display: inline-block;
  background: none;
  color: #fff;
  border: 1px solid white;
  transition: background 0.3s ease;
}
form#loginform > div > #wp-submit:hover, form#loginform > div > #wp-submit1:hover, form#loginform1 > div > #wp-submit:hover, form#loginform1 > div > #wp-submit1:hover, form[name=login] > div > #wp-submit:hover, form[name=login] > div > #wp-submit1:hover {
  background: #cccccc;
  transition: background 0.3s ease;
}
@media (max-width: 560px) {
  form#loginform > div > #wp-submit, form#loginform > div > #wp-submit1, form#loginform1 > div > #wp-submit, form#loginform1 > div > #wp-submit1, form[name=login] > div > #wp-submit, form[name=login] > div > #wp-submit1 {
    width: 100%;
  }
}
form#loginform > div.tml-submit-wrap, form#loginform1 > div.tml-submit-wrap, form[name=login] > div.tml-submit-wrap {
  margin-top: 30px;
}
form#loginform > div.tml-submit-wrap input, form#loginform1 > div.tml-submit-wrap input, form[name=login] > div.tml-submit-wrap input {
  margin-right: 0;
  width: 100%;
  padding: 7px 20px;
  display: inline-block;
  background: none;
  color: #fff;
  border: 1px solid white;
  transition: background 0.3s ease;
}
form#loginform > div.tml-submit-wrap input:hover, form#loginform1 > div.tml-submit-wrap input:hover, form[name=login] > div.tml-submit-wrap input:hover {
  background: #cccccc;
  transition: background 0.3s ease;
}
@media (max-width: 560px) {
  form#loginform > div.tml-submit-wrap input, form#loginform1 > div.tml-submit-wrap input, form[name=login] > div.tml-submit-wrap input {
    width: 100%;
  }
}
form#loginform > div.login-remember, form#loginform1 > div.login-remember, form[name=login] > div.login-remember {
  display: none;
}
form#loginform > div.login-submit, form#loginform1 > div.login-submit, form[name=login] > div.login-submit {
  width: 20%;
}
form#loginform > div .validation_message, form#loginform1 > div .validation_message, form[name=login] > div .validation_message {
  border-bottom: none;
  color: white;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  padding-left: 15px;
}
form#loginform .tml-rememberme-wrap, form#loginform1 .tml-rememberme-wrap, form[name=login] .tml-rememberme-wrap {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
form#loginform .tml-rememberme-wrap input, form#loginform1 .tml-rememberme-wrap input, form[name=login] .tml-rememberme-wrap input {
  width: 20px;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}
form#loginform .tml-rememberme-wrap label, form#loginform1 .tml-rememberme-wrap label, form[name=login] .tml-rememberme-wrap label {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.tml-links {
  width: 100%;
  text-align: left;
  list-style-type: none;
  margin: 30px 0 0;
}

#home {
  background: #473e3a;
}

#intro-section {
  height: 100vh;
  opacity: 0;
  background-color: #473e3a;
  background-repeat: no-repeat;
  background-position: 0 0/100%;
  background-size: cover;
  background-position: center center;
}
#intro-section .inner-image {
  background-repeat: no-repeat;
  background-position: 0 0/100%;
  background-size: cover;
  background-position: center center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 0;
}
#intro-section .logo {
  position: absolute;
  bottom: 37%;
  text-align: center;
  height: 225px;
  width: 20%;
  min-width: 350px;
  left: 50%;
  transform: translateX(-50%);
}
#intro-section .logo img {
  opacity: 0.7;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
#intro-section .scroll-down {
  width: 100%;
  position: absolute;
  bottom: 3.5rem;
  z-index: 2;
  text-align: center;
}
#intro-section .scroll-down .scroll-btn {
  opacity: 0;
  color: #fff;
  font-size: 0.75em;
  /*a:hover{
  	cursor: pointer;
  }*/
}

#lead-in-section {
  background: #e1e4e4;
}
#lead-in-section .text {
  background: #fff;
  padding: 0 124px;
  text-align: center;
}
#lead-in-section .text p {
  color: #9da6a8;
}

.Home #lead-in-section {
  padding: 7% 0 0 0;
  position: relative;
  height: 100vh;
}
.Home #lead-in-section .text {
  padding: 6% 11%;
  position: absolute;
  bottom: 0%;
}
@media (min-width: 561px) and (max-width: 960px) {
  .Home #lead-in-section .text {
    position: relative;
  }
  .Home #lead-in-section .text h2 {
    font-size: 2em;
  }
}
@media (max-width: 560px) {
  .Home #lead-in-section .text {
    position: relative;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .Home #lead-in-section {
    height: auto;
    padding: 7% 0 10% 0;
  }
}
@media (max-width: 560px) {
  .Home #lead-in-section {
    height: auto;
    padding: 7% 0 10% 0;
  }
}

.Home #info-section {
  padding-top: 0;
}
.Home #info-section .item {
  padding-bottom: 5%;
  position: relative;
}
.Home #info-section .item .text > div {
  width: 50%;
  margin: 32% 19%;
}
@media (max-width: 560px) {
  .Home #info-section .item .text > div {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .Home #info-section .item .text > div {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 961px) {
  .Home #info-section .item .text > div {
    width: 70%;
    max-width: 320px;
  }
}
.Home #info-section .item .image {
  position: absolute;
  bottom: -30vh;
  z-index: 1;
}
@media (min-width: 561px) and (max-width: 960px) {
  .Home #info-section .item .image {
    position: static;
  }
}
@media (max-width: 560px) {
  .Home #info-section .item .image {
    position: static;
  }
}
.Home #info-section .item:first-child .image {
  left: 0;
}
.Home #info-section .item:nth-child(2n) .image {
  left: 68%;
  transform: translateX(-50%);
}
@media (min-width: 561px) and (max-width: 960px) {
  .Home #info-section .item:nth-child(2n) .image {
    left: 0;
    transform: none;
  }
}
@media (max-width: 560px) {
  .Home #info-section .item:nth-child(2n) .image {
    left: 0;
    transform: none;
  }
}

#info-section .item {
  padding-bottom: 5%;
  background: #faf0e7;
  position: relative;
}
#info-section .item .image {
  width: 63.4%;
  height: auto;
  float: left;
  margin-top: -43px;
  position: absolute;
}
#info-section .item .image img {
  width: 100%;
}
@media (max-width: 560px) {
  #info-section .item .image {
    width: 100%;
    float: none;
    margin-top: 0;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  #info-section .item .image {
    width: 100%;
    margin-top: -20px;
  }
}
#info-section .item .text {
  float: right;
  width: 36%;
  /*padding:12.5% 9.5%;*/
  display: table;
}
#info-section .item .text > div {
  display: table-cell;
  vertical-align: middle;
}
#info-section .item .text > div a {
  width: 64%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1300px) {
  #info-section .item .text > div a {
    width: 49%;
  }
}
#info-section .item .text h2 {
  margin-bottom: 34px;
  text-align: left;
}
@media (max-width: 560px) {
  #info-section .item .text h2 {
    text-align: center;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  #info-section .item .text h2 {
    text-align: center;
  }
}
#info-section .item .text p {
  color: #909c9c;
}
@media (max-width: 560px) {
  #info-section .item .text p {
    text-align: center;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  #info-section .item .text p {
    text-align: center;
  }
}
@media (max-width: 560px) {
  #info-section .item .text {
    width: 100%;
    float: none;
    height: auto !important;
  }
  #info-section .item .text > div {
    width: 100%;
    margin: 0;
    padding: 6% 11%;
  }
  #info-section .item .text > div a {
    width: 100%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  #info-section .item .text {
    width: 100%;
    float: none;
    clear: both;
    height: auto !important;
  }
  #info-section .item .text > div {
    width: 100%;
    margin: 0;
    padding: 6% 11%;
  }
  #info-section .item .text > div a {
    width: 100%;
  }
}
#info-section .item .image {
  right: 0;
}
#info-section .item:nth-child(2n) {
  background: #4e555d;
}
#info-section .item:nth-child(2n) .image {
  float: right;
  left: 0;
}
#info-section .item:nth-child(2n) .text {
  float: left;
}
#info-section .item:nth-child(2n) .text h2 {
  color: #909c9c;
}
#info-section .item:nth-child(2n) .text p {
  color: #e1e4e4;
}

#contact-section {
  display: table;
  height: 440px;
  width: 100%;
}
#contact-section a .item {
  background: #936a53;
  display: table-cell;
  vertical-align: middle;
  width: 49%;
}
#contact-section a .item div {
  /*width:50%;
  max-width:320px;
  margin:71px auto;
  margin:auto;*/
  color: black;
  text-align: center;
  width: 50%;
  margin: auto;
}
#contact-section a .item div h3 {
  font-size: 65px;
  margin: 0;
  color: #fff !important;
  opacity: 1;
  font-weight: 700;
}
#contact-section a .item .icon {
  width: 78px;
  height: 97px;
  /* Remove when image goes in */
  display: inline-block;
  vertical-align: middle;
  margin-right: 8%;
}
#contact-section a .item .icon img {
  width: 100%;
}
#contact-section a .item .icon:before {
  clear: both;
}
#contact-section a .item .text {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 211px;
  color: #fff;
}
#contact-section a .item .text h3 {
  font-size: 65px;
  margin: 0;
  color: #fff !important;
  opacity: 1;
  font-weight: 700;
}
#contact-section a:nth-child(2n) .item {
  background: #e1e4e4;
}
#contact-section a:nth-child(2n) .item img {
  margin-right: 4%;
}
#contact-section a:nth-child(2n) .item .text, #contact-section a:nth-child(2n) .item h1 {
  color: #4e555d !important;
}
#contact-section a:nth-child(2n) .item h1 {
  line-height: 1;
}

#contact-section.table {
  height: 440px;
  display: table;
  width: 100%;
}
#contact-section.table a {
  display: table-cell;
  vertical-align: middle;
  width: 49%;
  background: #936a53;
}
#contact-section.table a h3 {
  font-family: "jaf-lapture-display", sans;
  font-weight: 700;
  text-align: left;
  margin: 0;
  font-size: 65px;
  line-height: 1.2;
}
@media (max-width: 560px) {
  #contact-section.table a h3 {
    font-size: 2em;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  #contact-section.table a h3 {
    font-size: 2em;
  }
}
#contact-section.table a p {
  text-align: left;
  max-width: 234px;
}
@media (max-width: 560px) {
  #contact-section.table a {
    width: 100%;
    display: table;
    padding: 10% 0;
  }
}
#contact-section.table a:nth-child(2n) {
  background: #e1e4e4;
}
#contact-section.table .childcentereddiv {
  color: #fff;
  text-align: center;
  background-color: green;
  width: 65%;
  margin: auto;
}
#contact-section.table .childcentereddiv .image {
  width: 78px;
  float: left;
  margin-right: 7%;
  margin-top: 10px;
}
@media (max-width: 560px) {
  #contact-section.table .childcentereddiv .image {
    margin-top: 0;
  }
}
#contact-section.table .childcentereddiv .text {
  width: 62%;
  float: left;
}
@media (max-width: 560px) {
  #contact-section.table .childcentereddiv .text {
    width: 50%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  #contact-section.table .childcentereddiv .text {
    width: 50%;
  }
}
@media (max-width: 560px) {
  #contact-section.table .childcentereddiv {
    width: 74%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  #contact-section.table .childcentereddiv {
    width: 67%;
  }
}
#contact-section.table a:nth-child(2n) .childcentereddiv {
  color: #4e555d !important;
}
#contact-section.table a:nth-child(2n) .childcentereddiv .image {
  margin-top: -8px;
}
@media (min-width: 561px) and (max-width: 960px) {
  #contact-section.table a:nth-child(2n) .childcentereddiv .image img {
    margin-left: -41px;
  }
}
@media (max-width: 560px) {
  #contact-section.table {
    height: auto;
  }
}

.download-applications {
  text-align: center;
}
.download-applications h4 {
  margin: 0 auto;
  width: auto;
  border-color: #4e555d;
}
.download-applications .pdfs {
  display: block;
  margin-top: 30px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
#timeline {
  display: none\9 ;
  width: 100%;
  height: 673px;
  /* delete */
  margin: 10% 0 9%;
}
#timeline .swiper-container {
  width: 100%;
  position: relative;
}
#timeline .swiper-container .gallery-nav {
  display: block;
  position: relative;
}
#timeline .swiper-container .gallery-nav .swiper-button-next {
  background: url("./img/timeline-right-btn.png") no-repeat 0 0;
  top: 0;
  right: 5%;
  margin-top: 0;
}
#timeline .swiper-container .gallery-nav .swiper-button-prev {
  background: url("./img/timeline-left-btn.png") no-repeat 0 0;
  top: 0;
  left: 5%;
  margin-top: 0;
}
#timeline .swiper-container .gallery-nav .swiper-button-disabled {
  display: none;
}
#timeline .swiper-container .gallery-nav:after {
  height: 10px;
  display: block;
  width: 100%;
  margin-top: 3%;
  background: #ccc;
}
@media (max-width: 560px) {
  #timeline .swiper-container .gallery-nav:after {
    margin-top: 7.5%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  #timeline .swiper-container .gallery-nav:after {
    margin-top: 4.5%;
  }
}
#timeline .swiper-container .swiper-wrapper {
  width: 250%;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (max-width: 560px) {
  #timeline .swiper-container .swiper-wrapper {
    left: 8%;
  }
}
#timeline .swiper-container .swiper-slide {
  float: left;
  vertical-align: top;
  margin-right: 5% !important;
  width: auto !important;
}
#timeline .swiper-container .swiper-slide .year {
  font-size: 26px;
  height: auto;
  margin-bottom: 30px;
  font-family: "jaf-lapture-display", sans;
  font-weight: 700;
}
#timeline .swiper-container .swiper-slide .year .black-dash {
  width: 5px;
  height: 30px;
  background: #333;
  display: block;
  margin-top: 17px;
}
#timeline .swiper-container .swiper-slide .paragraph {
  min-width: 368px;
  max-width: 386px;
  /* remove */
  min-height: 357px;
  background: #333;
  padding: 35px 55px;
  color: #fff;
}
#timeline .swiper-container .swiper-slide .paragraph p {
  width: 100%;
  max-width: 250px;
}
#timeline .swiper-container .swiper-slide .paragraph.picture {
  background: url("./gallery/timeline-one.png") no-repeat 0 0;
  min-width: 557px;
  max-width: 557px;
  /* remove */
}
#timeline .swiper-container {
  height: 472px;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.Apply {
  height: auto;
}
.Apply .section-wrapper {
  width: 87.5%;
  max-width: 1200px;
  margin: 0 auto;
  height: 90px;
}
.Apply .section-wrapper h1 {
  line-height: 1;
  position: fixed;
  z-index: -2;
}
.Apply > .med-wrapper {
  margin-top: -1%;
}
.Apply p.loggedin-message {
  color: #fff;
  float: left;
  width: 80%;
}
.Apply a.logout {
  border: 1px solid #fff;
  background: none;
  width: 40%;
  padding: 8px 15px;
  color: #fff;
  float: right;
  width: 100px;
  text-align: center;
}
.Apply .loggedin-message {
  position: fixed;
  color: #fff;
  width: 20%;
  text-align: right;
  left: 200%;
  font-family: "sofia-pro", sans-serif;
  color: #4e555d;
  right: 14px;
  top: 24px;
  padding-right: 17px;
  z-index: 50;
  -webkit-transition: left 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Apply .loggedin-message p, .Apply .loggedin-message img {
  display: inline-block;
  width: auto;
}
.Apply .loggedin-message p {
  width: 85%;
}
.Apply .loggedin-message img {
  margin-left: 10px;
}
.Apply .loggedin-message li {
  display: none;
  list-style-type: none;
  float: right;
  width: 50%;
  border-bottom: 2px solid #4e555d;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  margin-right: 19px;
  margin-bottom: 20px;
}
.Apply .loggedin-message.open li {
  left: 0;
  -webkit-transition: left 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Apply .loggedin-message:hover {
  cursor: pointer;
}
.Apply a.logout {
  border: 1px solid #fff;
  background: none;
  width: 40%;
  padding: 8px 15px;
  color: #fff;
  float: right;
  width: 100px;
  text-align: center;
}
.Apply .loggedin_details a {
  font-size: 1.5em;
}
.Apply #lead-in-section {
  margin-bottom: 14%;
  background: none;
}
.Apply #lead-in-section h2 {
  margin-bottom: 15px;
}
.Apply #lead-in-section .small-wrapper {
  margin-top: 7%;
  text-align: center;
}
.Apply #lead-in-section .download-applications {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  text-align: center;
}
.Apply #lead-in-section .download-applications p {
  margin-bottom: 0;
}
@media (max-width: 560px) {
  .Apply #lead-in-section .download-applications {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .Apply #lead-in-section .download-applications {
    width: 100%;
    margin-bottom: 30px;
  }
}
.Apply #lead-in-section .download-applications > a img {
  margin: 8px 7px 0 0;
  vertical-align: top;
}
.Apply #lead-in-section .download-applications > a p {
  border-bottom: 2px solid #4e555d;
  padding-bottom: 3px;
  vertical-align: top;
}
.Apply #info-section .item .image {
  width: 43%;
  float: right;
}
@media (max-width: 560px) {
  .Apply #info-section .item .image {
    float: none;
    width: 100%;
    position: static;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .Apply #info-section .item .image {
    width: 59%;
  }
}
.Apply #info-section .item .text {
  width: 56%;
  float: left;
}
.Apply #info-section .item .text > div {
  width: 100%;
}
.Apply #info-section .item .text > div .inner {
  width: 56%;
  display: block;
  margin: 0 auto;
}
.Apply #info-section .item .text > div .inner a {
  margin: 0;
  width: auto;
  display: inline;
}
@media (max-width: 560px) {
  .Apply #info-section .item .text > div .inner a {
    text-align: center;
    display: block;
  }
}
@media (max-width: 560px) {
  .Apply #info-section .item .text > div .inner {
    width: 70%;
  }
}
.Apply #info-section .item .text > div h2 {
  font-size: 1.8em;
}
@media (max-width: 560px) {
  .Apply #info-section .item .text {
    float: none;
    width: 100%;
  }
  .Apply #info-section .item .text > div {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .Apply #info-section .item .text {
    float: none;
    width: 100%;
  }
  .Apply #info-section .item .text > div {
    width: 100%;
    margin: 0;
  }
}
.Apply #info-section .item:nth-child(2n) {
  background: #faf0e7;
}
.Apply #info-section .item:nth-child(2n) .image {
  float: left;
}
@media (max-width: 560px) {
  .Apply #info-section .item:nth-child(2n) .image {
    float: none;
    width: 100%;
  }
}
.Apply #info-section .item:nth-child(2n) .text {
  float: right;
}
.Apply #info-section .item:nth-child(2n) .text > div {
  margin: 8% 30% 5% 10%;
}
.Apply #info-section .item:nth-child(2n) .text h2 {
  color: #4e555d;
}
.Apply #info-section .item:nth-child(2n) .text p {
  color: #909c9c;
}
@media (max-width: 560px) {
  .Apply #info-section .item:nth-child(2n) .text {
    float: none;
    width: 100%;
  }
  .Apply #info-section .item:nth-child(2n) .text > div {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .Apply #info-section .item:nth-child(2n) .text {
    float: none;
    width: 100%;
  }
  .Apply #info-section .item:nth-child(2n) .text > div {
    width: 100%;
    margin: 0;
  }
}

.login {
  width: 100%;
  height: auto;
  background: #fff;
  padding-bottom: 6%;
}
.login .heading {
  background: #4e555d;
  min-height: 88px;
  padding: 3% 5% 0 8%;
}
.login .heading h2 {
  color: #fff;
  text-align: left;
  width: 110px;
  margin: 0;
  float: left;
  margin-right: 3%;
  vertical-align: bottom;
  margin-bottom: 6px;
}
@media (max-width: 560px) {
  .login .heading {
    height: auto;
    min-height: 260px;
    padding-top: 6%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .login .heading {
    min-height: 141px;
  }
}
.login .heading #theme-my-login1 {
  width: 75%;
  float: right;
}
@media (max-width: 560px) {
  .login .heading #theme-my-login1 {
    float: none;
    width: 100%;
  }
}
.login .heading.loggedin #login {
  width: 100%;
  display: inline-block;
  padding-top: 28px;
}
.login .heading.loggedin #login p {
  display: inline-block;
  margin-left: -4px;
}
.login .heading.loggedin #login a {
  padding: 7px 20px;
  display: inline-block;
  background: none;
  color: #fff;
  border: 1px solid white;
  float: right;
  margin-top: -7px;
}
.login article {
  width: 70%;
  display: inline-block;
}
.login .gform_wrapper {
  display: inline-block;
  width: 76%;
  height: 40px;
  float: right;
}
@media (max-width: 560px) {
  .login .gform_wrapper {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .login .gform_wrapper {
    width: 100%;
    margin-top: 15px;
  }
}
.login #gform_wrapper_1 {
  height: auto;
}
.login #login {
  width: 72%;
  float: right;
  margin-top: -25px;
  margin-right: 20px;
  color: #fff;
}
.login #login nav {
  font-size: 12px;
  color: #fff;
  margin-left: 25px;
  clear: both;
}
.login #login .gform_wrapper {
  width: 100%;
}
.login #login .gform_wrapper ::-webkit-input-placeholder {
  color: #fff;
}
.login #login .gform_wrapper :-moz-placeholder {
  color: #fff;
}
.login #login .gform_wrapper ::-moz-placeholder {
  color: #fff;
}
.login #login .gform_wrapper :-ms-input-placeholder {
  color: #fff;
}
.login #login .gform_wrapper .gform_fields {
  float: left;
  width: 80%;
}
.login #login .gform_wrapper .gform_fields li {
  display: inline-block;
  width: 43%;
  margin-right: 20px;
}
.login #login .gform_wrapper .gform_fields li label {
  display: none;
}
.login #login .gform_wrapper .gform_fields li input {
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
  width: 100%;
  background: none;
  color: #fff;
  border: none;
  border-bottom: 1px solid white;
  padding: 3px 0 8px 15px;
  margin-bottom: 0;
}
.login #login .gform_wrapper .gform_footer {
  float: left;
  width: 20%;
}
.login #login .gform_wrapper .gform_footer input.button {
  margin-right: 0;
  width: 100%;
  padding: 5px 12px;
  display: inline-block;
  border: 1px solid white;
  background: none;
  color: #fff;
}
@media (max-width: 560px) {
  .login #login .gform_wrapper .gform_footer input.button {
    width: 100%;
  }
}
.login .half-span {
  padding: 8% 8% 0% 8%;
}
.login .half-span h2 {
  color: #abb4b4;
  margin-top: 8%;
}
.login .half-span h2 span {
  color: #4e555d;
}
.login .half-span #sign-up .validation_error, .login .half-span .registeration .validation_error {
  font-size: 15px;
  margin-bottom: 20px;
  color: #936a53;
}
.login .half-span #sign-up li, .login .half-span .registeration li {
  list-style-type: none;
  width: 100%;
  padding-left: 0;
  border: none;
  position: relative;
}
.login .half-span #sign-up li .validation_message, .login .half-span .registeration li .validation_message {
  margin-top: -10px;
  margin-left: 14px;
  font-size: 13px;
  color: #936a53;
}
.login .half-span #sign-up input, .login .half-span .registeration input {
  width: 100%;
  border: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #4e555d;
  padding: 5px 0 10px 14px;
}
.login .half-span #sign-up label, .login .half-span .registeration label {
  display: none;
}
.login .half-span #sign-up .button, .login .half-span .registeration .button {
  border: 1px solid #4e555d;
  background: #fff;
  transition: background 0.3s ease;
  width: 40%;
  padding: 8px 12px;
}
.login .half-span #sign-up .button:hover, .login .half-span .registeration .button:hover {
  cursor: pointer;
  background: #f1f1f1;
  transition: background 0.3s ease;
}
@media (max-width: 560px) {
  .login .half-span #sign-up .button, .login .half-span .registeration .button {
    width: 100%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .login .half-span #sign-up .button, .login .half-span .registeration .button {
    width: 100%;
  }
}
.login .half-span.form-wrap {
  padding-left: 3.5%;
  width: 44%;
}
@media (max-width: 560px) {
  .login .half-span.form-wrap {
    width: 100%;
    padding-left: 8%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .login .half-span.form-wrap {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .login {
    height: auto;
  }
}

.Application {
  height: auto;
}
.Application .login {
  padding-bottom: 0;
}
.Application .section-wrapper {
  width: 87.5%;
  max-width: 1200px;
  margin: 0 auto;
  height: 90px;
}
.Application .section-wrapper h1 {
  line-height: 1;
  position: absolute;
  z-index: -2;
}

.form .med-wrapper {
  max-width: 1100px;
}

.Application {
  min-height: 300px;
}
@media (max-width: 560px) {
  .Application {
    min-height: 100px;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .Application {
    min-height: 200px;
  }
}
.Application #header {
  margin-bottom: 3%;
}
.Application .section-wrapper h1 {
  line-height: 1;
  position: fixed;
  z-index: -1;
  font-size: 6em;
}
@media (min-width: 561px) and (max-width: 960px) {
  .Application .section-wrapper h1 {
    font-size: 4em;
  }
}
@media (max-width: 560px) {
  .Application .section-wrapper h1 {
    font-size: 2.3em;
  }
}
@media (max-width: 560px) {
  .Application .section-wrapper {
    margin: 0 auto;
    width: 87.5%;
    padding-top: 0;
  }
}
.Application > .General {
  padding: 8% 0%;
}
.Application > .General .text {
  text-align: left;
  width: 50%;
}
.Application > .General .text > div {
  margin-bottom: 5%;
}
.Application > .General .text h2 {
  text-align: left;
  font-size: 2em;
  margin-bottom: 17px;
}
@media (max-width: 560px) {
  .Application > .General .text {
    width: 85%;
    text-align: center;
  }
  .Application > .General .text h2 {
    text-align: center;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .Application > .General .text {
    width: 70%;
  }
}
.Application #lead-in-section .text {
  background: #e1e4e4;
  height: auto;
  overflow-y: hidden;
  padding: 0;
}
.Application #lead-in-section .text h2 {
  margin-bottom: 60px;
  font-size: 2.3em;
}
.Application #lead-in-section .text p.twoColumn {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -column-count: 2;
  text-align: left;
  color: #4e555d;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -column-gap: 20px;
}
@media (max-width: 560px) {
  .Application #lead-in-section .text p.twoColumn {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -column-count: 1;
  }
}
.Application .padding-wrapper {
  margin: 5% 15%;
  text-align: center;
}
@media (max-width: 560px) {
  .Application .padding-wrapper {
    margin: 5% 7%;
  }
}
.Application .loggedin-message {
  position: absolute;
  color: #fff;
  width: 20%;
  text-align: right;
  font-family: "sofia-pro", sans-serif;
  color: #4e555d;
  right: 14px;
  top: 24px;
  padding-right: 17px;
  z-index: 50;
}
.Application .loggedin-message li {
  opacity: 0;
  transition: opacity 0.3s ease 0.8s;
  list-style-type: none;
  float: right;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  margin-right: 19px;
  margin-bottom: 20px;
}
@media (max-width: 560px) {
  .Application .loggedin-message li {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .Application .loggedin-message.fixed {
    position: absolute;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .Application .loggedin-message.fixed {
    position: absolute;
  }
}
.Application .loggedin-message.show li {
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (min-width: 561px) and (max-width: 960px) {
  .Application .loggedin-message {
    width: 35%;
    position: absolute;
  }
}
@media (max-width: 560px) {
  .Application .loggedin-message {
    width: 47%;
    position: absolute;
  }
}
.Application .loggedin-message p, .Application .loggedin-message img {
  display: inline-block;
  width: auto;
}
.Application .loggedin-message p {
  width: 85%;
}
.Application .loggedin-message img {
  margin-left: 10px;
}
.Application .loggedin-message:hover {
  cursor: pointer;
}
.Application a.logout {
  border: 1px solid #fff;
  background: none;
  width: 40%;
  padding: 8px 15px;
  color: #fff;
  float: right;
  width: 100px;
  text-align: center;
}
.Application .loggedin_details a {
  font-size: 1.5em;
}

#gform_3 {
  position: relative;
}

.full-span.form {
  background: #faf0e7;
  margin-top: 9%;
  position: relative;
}
@media (min-width: 961px) {
  .full-span.form #gform_wrapper_3 form {
    width: 94%;
    margin: 0 auto;
  }
}
@media (min-width: 1300px) {
  .full-span.form #gform_wrapper_3 form {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .full-span.form #gform_wrapper_3::before {
    content: "Due to the size of this application form, we recommend completing it on a desktop computer.";
    width: 100%;
    height: auto;
    color: black;
    font-size: 1.15em;
    padding-top: 33px;
    display: block;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .full-span.form #gform_wrapper_3::before {
    content: "Due to the size of this application form, we recommend completing it on a desktop computer.";
    width: 100%;
    height: auto;
    color: black;
    font-size: 1.15em;
    padding-top: 13px;
    padding-bottom: 23px;
    display: block;
  }
}
.full-span.form #gform_wrapper_3 #form-nav-steps {
  width: 85%;
  margin: 4% auto 0;
}
.full-span.form #gform_wrapper_3 #form-nav-steps .form-nav > div {
  margin-right: 4%;
  clear: both;
  display: inline-block;
}
.full-span.form #gform_wrapper_3 #form-nav-steps .form-nav > div span:first-child {
  float: left;
  margin-right: 5px;
  font-size: 15px;
  color: #aaa;
}
.full-span.form #gform_wrapper_3 #form-nav-steps .form-nav > div span:last-child {
  float: left;
  font-size: 15px;
  border-bottom: 1px solid black;
}
.full-span.form #gform_wrapper_3 #form-nav-steps .form-nav:last-child > div {
  margin-right: 0;
}
.full-span.form #gform_wrapper_3 .validation_error {
  color: #936a53;
  margin-top: 28px;
  position: absolute;
  top: -70px;
}
.full-span.form #gform_wrapper_3 ul {
  padding: 0;
}
.full-span.form #gform_wrapper_3 ul li {
  list-style-type: none;
}
.full-span.form #gform_wrapper_3 .gform_page_footer {
  margin-top: 90px;
}
.full-span.form #gform_wrapper_3 .gform_page_footer .gform_next_button, .full-span.form #gform_wrapper_3 .gform_page_footer .gform_previous_button, .full-span.form #gform_wrapper_3 .gform_page_footer #gform_submit_button_3, .full-span.form #gform_wrapper_3 .gform_page_footer .gform_next_page_errors_button {
  float: right;
  background: none;
  margin-bottom: 0;
  color: #4e555d;
  border: 1px solid black;
  padding: 7px 14px;
  width: 20%;
  transition: background 0.3s ease;
}
.full-span.form #gform_wrapper_3 .gform_page_footer .gform_next_button:hover, .full-span.form #gform_wrapper_3 .gform_page_footer .gform_previous_button:hover, .full-span.form #gform_wrapper_3 .gform_page_footer #gform_submit_button_3:hover, .full-span.form #gform_wrapper_3 .gform_page_footer .gform_next_page_errors_button:hover {
  cursor: pointer;
  background: #cccccc;
  transition: background 0.3s ease;
}
@media (max-width: 560px) {
  .full-span.form #gform_wrapper_3 .gform_page_footer .gform_next_button, .full-span.form #gform_wrapper_3 .gform_page_footer .gform_previous_button, .full-span.form #gform_wrapper_3 .gform_page_footer #gform_submit_button_3, .full-span.form #gform_wrapper_3 .gform_page_footer .gform_next_page_errors_button {
    width: 100%;
    margin-bottom: 20px;
  }
}
.full-span.form #gform_wrapper_3 .gform_page_footer .gform_next_page_errors_button {
  width: 215px;
  margin-right: 20px;
  transition: background 0.3s ease;
}
.full-span.form #gform_wrapper_3 .gform_page_footer .gform_next_page_errors_button:hover {
  background: #cccccc;
  transition: background 0.3s ease;
}
@media (max-width: 560px) {
  .full-span.form #gform_wrapper_3 .gform_page_footer .gform_next_page_errors_button {
    width: 100%;
  }
}
.full-span.form #gform_wrapper_3 .gform_page_footer #gform_submit_button_3 {
  width: 183px;
  transition: background 0.3s ease;
}
.full-span.form #gform_wrapper_3 .gform_page_footer #gform_submit_button_3:hover {
  background: #cccccc;
  transition: background 0.3s ease;
}
@media (max-width: 560px) {
  .full-span.form #gform_wrapper_3 .gform_page_footer #gform_submit_button_3 {
    width: 100%;
  }
}
.full-span.form #gform_wrapper_3 .gform_page_footer .gform_previous_button {
  float: left;
  margin-right: 20px;
  transition: background 0.3s ease;
}
.full-span.form #gform_wrapper_3 .gform_page_footer .gform_previous_button:hover {
  background: #cccccc;
  transition: background 0.3s ease;
}
.full-span.form #gform_wrapper_3 .gform_page_footer .gform_save_link {
  margin-top: 9px;
  border-bottom: 2px solid #4e555d;
  float: left;
}
@media (max-width: 560px) {
  .full-span.form #gform_wrapper_3 .gform_page_footer .gform_save_link {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .full-span.form #gform_wrapper_3 .gform_page_footer .button {
    width: 25%;
  }
}
.full-span.form #gform_wrapper_3 .gform_page_footer:before,
.full-span.form #gform_wrapper_3 .gform_page_footer:after {
  content: " ";
  display: table;
}
.full-span.form #gform_wrapper_3 .gform_page_footer:after {
  clear: both;
}
.full-span.form #gform_wrapper_3 .gform_page_footer {
  *zoom: 1;
}
.full-span.form #gform_wrapper_3 .gf_progressbar_wrapper .gf_progressbar_title {
  font-size: 1em;
  margin-bottom: 20px;
}
.full-span.form #gform_wrapper_3 .gf_progressbar_wrapper .gf_progressbar {
  height: 10px;
  display: block;
  width: 100%;
  margin-top: 3%;
  background: #ccc;
}
.full-span.form #gform_wrapper_3 .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  width: 11%;
  height: 10px;
  background: #4E555D;
  opacity: 0.6;
  position: relative;
}
.full-span.form #gform_wrapper_3 .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  line-height: 48px;
  position: absolute;
  right: 0;
}
.full-span.form #gform_wrapper_3 .gf_page_steps {
  width: 23%;
  float: left;
  margin-top: 70px;
}
.full-span.form #gform_wrapper_3 .gf_page_steps .gf_step {
  margin-bottom: 25px;
}
.full-span.form #gform_wrapper_3 .gf_page_steps .gf_step:before {
  border-top: 2px solid #4e555d;
  width: 8px;
  transition: 0.5s ease;
  white-space: nowrap;
  content: "";
  display: block;
}
.full-span.form #gform_wrapper_3 .gf_page_steps .gf_step .gf_step_number {
  font-family: "jaf-lapture-display", sans;
  font-weight: 700;
  padding-right: 15px;
  padding-top: 2px;
  display: inline-block;
  width: 8px;
  vertical-align: top;
}
.full-span.form #gform_wrapper_3 .gf_page_steps .gf_step.gpmpn-step-current:before {
  border-top: 2px solid #4e555d;
  width: 100%;
}
@media (max-width: 560px) {
  .full-span.form #gform_wrapper_3 .gf_page_steps {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .full-span.form #gform_wrapper_3 .gf_page_steps {
    display: none;
  }
}
.full-span.form #gform_wrapper_3 .gform_body {
  width: 72%;
  float: right;
}
@media (max-width: 560px) {
  .full-span.form #gform_wrapper_3 .gform_body {
    width: 100%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .full-span.form #gform_wrapper_3 .gform_body {
    width: 100%;
  }
}
.full-span.form #gform_wrapper_3 .gform_body .gfield h3, .full-span.form #gform_wrapper_3 .gform_body .gfield p {
  text-align: left;
}
.full-span.form #gform_wrapper_3 .gform_body .gfield h3 {
  margin-bottom: 10px;
}
.full-span.form #gform_wrapper_3 .gform_body .gfield.intro {
  margin: 0 0 8% 0;
}
@media (max-width: 560px) {
  .full-span.form #gform_wrapper_3 .gform_body .gfield.intro {
    margin: 10% 0 0 0;
  }
}
.full-span.form #gform_wrapper_3 .gform_body .gfield.spacing {
  margin: 5% 0 5% 0;
}
.full-span.form #gform_wrapper_3 .gform_body .gfield h4 {
  border: none;
  display: block;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: left;
  font-family: "sofia-pro", sans-serif;
}
.full-span.form #gform_wrapper_3 .gform_body label {
  display: none;
}
.full-span.form #gform_wrapper_3 .gform_body input {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #4e555d;
  padding: 4px 0 10px 14px;
  background: none;
  width: 100%;
}
.full-span.form #gform_wrapper_3 .gform_body textarea {
  background: none;
  padding: 14px;
  width: 100%;
  max-width: 100%;
  height: 100px;
  min-height: 80px;
  max-height: 200px;
  margin: 20px 0;
  background: #fffefd;
  border: none;
}
.full-span.form #gform_wrapper_3 .gform_body li {
  position: relative;
  margin: 15px 0 0;
}
.full-span.form #gform_wrapper_3 .gform_body li.field_admin_only {
  margin: 0;
}
.full-span.form #gform_wrapper_3 .gform_body li.checkbox {
  margin: 0;
}
.full-span.form #gform_wrapper_3 .gform_body li span.gf-icon {
  position: absolute;
  top: 9px;
  right: -18px;
}
.full-span.form #gform_wrapper_3 .gform_body li .validation_message {
  color: #936a53;
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 12px;
  padding-left: 14px;
}
.full-span.form #gform_wrapper_3 .gform_body li.section-inner {
  font-size: 0;
  border-bottom: 1px solid #4e555d;
  margin: 4% 0 8%;
  opacity: 0.4;
}
.full-span.form #gform_wrapper_3 .gform_body li.upload-file {
  width: 100%;
}
.full-span.form #gform_wrapper_3 .gform_body li.upload-file > div {
  border: 1px solid black;
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
}
.full-span.form #gform_wrapper_3 .gform_body li.upload-file > div input[type=file] {
  border: none;
}
.full-span.form #gform_wrapper_3 .gform_body li.upload-file > div input.button {
  display: inline;
  width: auto;
  border: none;
}
.full-span.form #gform_wrapper_3 .gform_body li.upload-file > div:nth-of-type(2) {
  border: none;
  padding: 0;
  margin: 0;
}
.full-span.form #gform_wrapper_3 .gform_body li.name-field span {
  width: 47.5%;
  display: inline-block;
}
.full-span.form #gform_wrapper_3 .gform_body li.name-field span:first-child {
  margin-right: 4%;
}
@media (max-width: 560px) {
  .full-span.form #gform_wrapper_3 .gform_body li.name-field span {
    width: 100%;
    margin: 15px 0 25px;
  }
}
.full-span.form #gform_wrapper_3 .gform_body li.name-field select {
  width: 100%;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 10px 14px;
  border: none;
  background: none;
  border-bottom: 1px solid #4E555D;
  border-radius: 0px;
  font-size: 1em;
  font-family: sofia-pro;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url("./img/arrow_down.png") no-repeat 100% 50%;
}
@media (max-width: 560px) {
  .full-span.form #gform_wrapper_3 .gform_body li.name-field {
    margin-bottom: 0;
  }
}
.full-span.form #gform_wrapper_3 .gform_body li.show-label label {
  display: block;
  font-size: 1.2em;
}
.full-span.form #gform_wrapper_3 .gform_body li.show-label.checkbox label {
  display: inline;
  font-size: 1em;
}
.full-span.form #gform_wrapper_3 .gform_body li.show-label.checkbox > div {
  display: inline;
}
.full-span.form #gform_wrapper_3 .gform_body li.show-label.checkbox > div label {
  display: none;
}
.full-span.form #gform_wrapper_3 .gform_body li.show-label.cost-totals label {
  font-size: 1em;
  display: inline;
  margin-right: 5px;
}
.full-span.form #gform_wrapper_3 .gform_body li.show-label.cost-totals > div {
  display: inline-block;
  width: 100px;
}
.full-span.form #gform_wrapper_3 .gform_body li.show-label.cost-totals > div input {
  border: none;
}
.full-span.form #gform_wrapper_3 .gform_body li.large {
  width: 100%;
}
.full-span.form #gform_wrapper_3 .gform_body li.medium {
  width: 47.5%;
  display: inline-block;
}
.full-span.form #gform_wrapper_3 .gform_body li.medium.first {
  margin-right: 4%;
}
@media (max-width: 560px) {
  .full-span.form #gform_wrapper_3 .gform_body li.medium {
    width: 100%;
  }
  .full-span.form #gform_wrapper_3 .gform_body li.medium.first {
    margin-right: 0%;
  }
}
.full-span.form #gform_wrapper_3 .gform_body li table {
  width: 100%;
  margin: 20px 0 50px;
}
.full-span.form #gform_wrapper_3 .gform_body li table th {
  font-weight: normal !important;
}
.full-span.form #gform_wrapper_3 .gform_body li table .gfield_list_icons {
  position: absolute;
  right: 8.5px;
  bottom: -8px;
  width: 13px;
  opacity: 0.5;
}
.full-span.form #gform_wrapper_3 .gform_body li table input {
  width: 100%;
  background: #fffefd;
  border: none;
}
.full-span.form #gform_wrapper_3 .gform_body li table img.add_list_item, .full-span.form #gform_wrapper_3 .gform_body li table img.delete_list_item {
  margin-left: 17px;
}
.full-span.form #gform_wrapper_3 .gform_body li ul.gfield_checkbox {
  width: 20px;
  display: inline-block;
  margin-left: 11px;
}
.full-span.form #gform_wrapper_3 .gform_body li ul.gfield_checkbox li {
  margin: 0;
}

.full-span.form #gform_wrapper_3 .fix-menu .gf_page_steps {
  position: fixed;
  top: -2%;
  width: 11.5% !important;
}
@media (min-width: 961px) {
  .full-span.form #gform_wrapper_3 .fix-menu .gf_page_steps {
    width: 18.5% !important;
  }
}
@media (min-width: 1300px) {
  .full-span.form #gform_wrapper_3 .fix-menu .gf_page_steps {
    width: 14% !important;
  }
}

#gform_ajax_spinner_3 {
  margin-top: 4px;
  margin-left: 20px;
}

.gform_resubmit_button {
  display: none;
}

span.gf-icon {
  vertical-align: top !important;
}

.hint--top:after, .hint--base:after {
  width: 350px;
  white-space: normal !important;
  text-align: center;
}

.form_saved_message_emailform #gform_3 {
  margin-top: 20px;
}
.form_saved_message_emailform #gform_3 input[name=gform_resume_email] {
  background: none;
  border: none;
  border-bottom: 1px solid #4E555D;
  height: 38px;
  width: 35%;
  margin-right: 20px;
}
.form_saved_message_emailform #gform_3 input#gform_send_resume_link_button_3 {
  margin-right: 0;
  padding: 7px 20px;
  display: inline-block;
  background: none;
  color: #4E555D;
  border: 1px solid #4E555D;
}

.openDates {
  background: #936a53;
  color: #ffffff;
}
.openDates h4 {
  border: none;
}
.openDates p.underline {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  font-size: 14px;
  display: inline-block;
}
.openDates p {
  font-size: 12px;
}

.three-col {
  width: 33%;
  float: left;
}

.loggedin-message {
  position: absolute;
  color: #fff;
  width: 20%;
  text-align: right;
  font-family: "sofia-pro", sans-serif;
  color: #4e555d;
  right: 0;
  top: 24px;
  height: auto;
}
.loggedin-message li {
  opacity: 0;
  transition: opacity 0.3s ease 0.1s;
  list-style-type: none;
  float: right;
  width: 80%;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  margin-right: 19px;
  margin-bottom: 22px;
  position: relative;
}
.loggedin-message li a {
  width: 100%;
  display: inline-block;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.2em;
  opacity: 0;
  margin-right: -15px;
  transition: all 0.3s ease;
}
.loggedin-message li:after {
  content: "";
  width: 1px;
  height: 2px;
  background: #4e555d;
  display: block;
  position: absolute;
  right: 0;
  transition: width 0.7s ease;
}
@media (max-width: 560px) {
  .loggedin-message li {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .loggedin-message.fixed {
    position: absolute;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .loggedin-message.fixed {
    position: absolute;
  }
}
.loggedin-message.show li {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.loggedin-message.show li a {
  opacity: 1;
  margin-right: 0;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.loggedin-message.show li:after {
  width: 100%;
  transition: width 0.5s ease 0.1s;
}
@media (min-width: 561px) and (max-width: 960px) {
  .loggedin-message {
    width: 30%;
    position: absolute;
  }
}
@media (max-width: 560px) {
  .loggedin-message {
    width: 28%;
    position: absolute;
    right: 24px;
  }
  .loggedin-message.show {
    width: 50%;
  }
}
.loggedin-message p, .loggedin-message i {
  display: inline-block;
  width: auto;
}
.loggedin-message p {
  width: 80%;
  float: right;
  margin-bottom: 1.7em;
}
@media (max-width: 560px) {
  .loggedin-message p {
    width: auto;
  }
}
.loggedin-message i {
  margin-left: 10px;
  font-size: 1.3em;
  float: right;
  margin-top: 4px;
}

.loggedin-message:hover {
  cursor: pointer;
}

a.logout {
  border: 1px solid #fff;
  background: none;
  width: 40%;
  padding: 8px 15px;
  color: #fff;
  float: right;
  width: 100px;
  text-align: center;
}

.loggedin_details a {
  font-size: 1.5em;
}

#home .loggedin-message li:after {
  background: #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fixed-menu .gf_page_steps {
    top: -7%;
    left: 13%;
    width: 13% !important;
  }
}
.Contact {
  height: auto;
}
.Contact .section-wrapper {
  width: 87.5%;
  max-width: 1200px;
  margin: 0 auto;
  height: 90px;
}
.Contact .section-wrapper h1 {
  line-height: 1;
  position: fixed;
  z-index: -2;
}
.Contact .med-wrapper {
  margin-top: 0;
}
.Contact .med-wrapper .contact-details {
  margin: 0 auto 75px;
  max-width: 778px;
}
.Contact .med-wrapper .contact-details .name {
  font-family: "jaf-lapture-display", sans;
  text-align: left;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 15px;
}
.Contact .med-wrapper .contact-details .innerwrap {
  padding: 0;
  float: none;
  display: inline-block;
  width: 48%;
}
.Contact .med-wrapper .contact-details .innerwrap .email, .Contact .med-wrapper .contact-details .innerwrap .phone, .Contact .med-wrapper .contact-details .innerwrap .fax, .Contact .med-wrapper .contact-details .innerwrap .address {
  width: 100%;
}
@media (max-width: 560px) {
  .Contact .med-wrapper .contact-details .innerwrap {
    display: block;
    width: 100%;
  }
  .Contact .med-wrapper .contact-details .innerwrap .email, .Contact .med-wrapper .contact-details .innerwrap .phone, .Contact .med-wrapper .contact-details .innerwrap .fax, .Contact .med-wrapper .contact-details .innerwrap .address {
    margin-bottom: 20px;
  }
}
.Contact .med-wrapper .contact-details .title {
  color: #b3bbbb;
  display: inline-block;
  width: 72px;
  vertical-align: top;
}
.Contact .med-wrapper .contact-details .title.job {
  width: 35%;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 560px) {
  .Contact .med-wrapper .contact-details .title.job {
    width: 100%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .Contact .med-wrapper .contact-details .title.job {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .Contact .med-wrapper .contact-details .title {
    width: 100px;
  }
}
.Contact .med-wrapper .contact-details .content {
  display: inline-block;
}
@media (max-width: 560px) {
  .Contact .med-wrapper .contact-details {
    margin-top: 65px;
  }
}
.Contact .contact-form {
  background: #fff;
  padding: 55px 65px;
}
.Contact .contact-form h3 {
  font-family: "jaf-lapture-display", sans;
  font-weight: 700;
  margin-top: 25px;
}
@media (max-width: 560px) {
  .Contact .contact-form {
    padding: 6% 11%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .Contact .contact-form {
    padding: 3% 7%;
  }
}

#send-message, form {
  width: 100%;
}
#send-message input, #send-message textarea, form input, form textarea {
  margin-bottom: 40px;
  font-size: 1em;
  font-family: sofia-pro;
}
#send-message ::-webkit-input-placeholder, form ::-webkit-input-placeholder {
  color: #4e555d;
}
#send-message :-moz-placeholder, form :-moz-placeholder {
  /* Firefox 18- */
  color: #4e555d;
}
#send-message ::-moz-placeholder, form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #4e555d;
}
#send-message :-ms-input-placeholder, form :-ms-input-placeholder {
  color: #4e555d;
}
#send-message .message, form .message {
  min-height: 318px;
  border: 1px solid #4e555d;
  padding: 14px;
  height: 100%;
}
#send-message span.message, form span.message {
  border: none;
  padding: 0;
  min-height: 1px;
  width: 100%;
}
#send-message .half-span, #send-message .name, #send-message .email, #send-message .password, form .half-span, form .name, form .email, form .password {
  width: 48%;
  padding: 0;
  border: none;
  border-bottom: 1px solid #4e555d;
  padding: 0 0 10px 14px;
}
#send-message .half-span.name, #send-message .name.name, #send-message .email.name, #send-message .password.name, form .half-span.name, form .name.name, form .email.name, form .password.name {
  margin-right: 4%;
  width: 100%;
}
@media (max-width: 560px) {
  #send-message .half-span, #send-message .name, #send-message .email, #send-message .password, form .half-span, form .name, form .email, form .password {
    width: 100%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  #send-message .half-span, #send-message .name, #send-message .email, #send-message .password, form .half-span, form .name, form .email, form .password {
    width: 100%;
  }
}
#send-message .contact .contact, form .contact .contact {
  width: 100%;
}
#send-message .button, form .button {
  border: 1px solid #4e555d;
  background: #fff;
  width: 18%;
  padding: 8px 12px;
  transition: background 0.3s ease;
}
#send-message .button:hover, form .button:hover {
  cursor: pointer;
  background: #f1f1f1;
  transition: background 0.3s ease;
}
@media (max-width: 560px) {
  #send-message .button, form .button {
    width: 100%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  #send-message .button, form .button {
    width: 100%;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
}
.wpcf7-form-control-wrap.contact {
  float: right;
}
.wpcf7-form-control-wrap.Name {
  float: left;
}
@media (max-width: 560px) {
  .wpcf7-form-control-wrap.Name {
    float: none;
    width: 100%;
  }
}
.wpcf7-form-control-wrap.Name, .wpcf7-form-control-wrap.contact {
  width: 45%;
}
@media (max-width: 560px) {
  .wpcf7-form-control-wrap.Name, .wpcf7-form-control-wrap.contact {
    float: none;
    width: 100%;
  }
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 13px;
  left: 0;
  font-size: 12px;
}

.screen-reader-response {
  margin-bottom: 25px;
}
.screen-reader-response ul {
  display: none;
}

.wpcf7-form-control-wrap:before, .wpcf7-form-control-wrap:after {
  content: " ";
  display: table;
}

.wpcf7-form-control-wrap:after {
  clear: both;
}

.wpcf7-form-control-wrap {
  *zoom: 1;
}

/* About Page / Section */
.About, .information-page {
  background: #e1e4e4;
  height: auto;
  overflow-y: hidden;
}
.About > h1, .information-page > h1 {
  position: fixed;
  top: 450px;
  left: 14.5%;
  z-index: -1;
  opacity: 0;
}
.About .section-wrapper, .information-page .section-wrapper {
  /*height:157px;*/
  opacity: 0;
}
.About .section-wrapper h1, .information-page .section-wrapper h1 {
  position: fixed;
  line-height: 0.82;
  z-index: 0;
}
.About h3, .information-page h3 {
  margin-bottom: 100px;
}
.About .section-wrapper, .information-page .section-wrapper {
  width: 87.5%;
  max-width: 1200px;
  margin: 0 auto 5%;
}
.About .page-image, .information-page .page-image {
  width: 80%;
  height: 576px;
  margin: 10% auto 0;
}
.About .page-image img, .information-page .page-image img {
  width: 100%;
}
@media (max-width: 560px) {
  .About .page-image, .information-page .page-image {
    margin-top: 10%;
    height: auto;
    width: 100%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .page-image, .information-page .page-image {
    margin-top: 10%;
    height: auto;
    width: 100%;
  }
}
.About .board-members, .information-page .board-members {
  position: relative;
  z-index: 0;
  margin-top: 7%;
  margin-bottom: 13%;
}
.About .board-members .section-wrapper, .information-page .board-members .section-wrapper {
  height: 160px;
  overflow: hidden;
}
@media (max-width: 560px) {
  .About .board-members, .information-page .board-members {
    margin-top: 10%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .board-members, .information-page .board-members {
    margin-top: 10%;
  }
}
.About #lead-in-section, .information-page #lead-in-section {
  background: none;
  margin-top: 5%;
}
.About #lead-in-section .text, .information-page #lead-in-section .text {
  background: none;
  width: auto;
  margin: 0;
  /*padding:94px 7%;*/
  padding-top: 0;
  color: #4e555d;
}
.About #lead-in-section .text h2, .information-page #lead-in-section .text h2 {
  margin-bottom: 60px;
  font-size: 2.3em;
}
@media (max-width: 560px) {
  .About #lead-in-section .text h2, .information-page #lead-in-section .text h2 {
    font-size: 2em;
  }
}
.About #lead-in-section .text p.twoColumn, .information-page #lead-in-section .text p.twoColumn {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -column-count: 2;
  text-align: left;
  color: #4e555d;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -column-gap: 20px;
}
@media (max-width: 560px) {
  .About #lead-in-section .text p.twoColumn, .information-page #lead-in-section .text p.twoColumn {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -column-count: 1;
    text-align: center;
  }
}
.About #lead-in-section .text p.large, .information-page #lead-in-section .text p.large {
  font-size: 1.5em;
  color: #4e555d;
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 560px) {
  .About #lead-in-section .text p.large, .information-page #lead-in-section .text p.large {
    font-size: 1em;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .About #lead-in-section .text, .information-page #lead-in-section .text {
    padding: 0;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About #lead-in-section .text, .information-page #lead-in-section .text {
    padding: 0 0;
  }
}
.About .board-members-duties.full-span, .information-page .board-members-duties.full-span {
  background: #faf0e7;
}
.About .board-members-duties.full-span .med-wrapper, .information-page .board-members-duties.full-span .med-wrapper {
  margin-top: 50px;
  position: relative;
}
.About .board-members-duties.full-span .med-wrapper > img, .information-page .board-members-duties.full-span .med-wrapper > img {
  margin-top: 15%;
  width: 100%;
}
@media (max-width: 560px) {
  .About .board-members-duties.full-span .med-wrapper > img, .information-page .board-members-duties.full-span .med-wrapper > img {
    margin-top: 0;
    width: 100%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .board-members-duties.full-span .med-wrapper > img, .information-page .board-members-duties.full-span .med-wrapper > img {
    margin-top: 0;
    width: 100%;
  }
}
.About .board-members-duties.full-span #lead-in-section, .information-page .board-members-duties.full-span #lead-in-section {
  background: none;
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .board-members-duties.full-span #lead-in-section, .information-page .board-members-duties.full-span #lead-in-section {
    width: 100%;
  }
}
.About .research-list, .information-page .research-list {
  width: 290px;
  float: left;
  margin-top: 15px;
  margin-left: -60px;
  opacity: 0;
}
.About .research-list ul li, .information-page .research-list ul li {
  margin-bottom: 35px;
  list-style-type: none;
}
.About .research-list ul li div.line-top, .About .research-list ul li .start, .information-page .research-list ul li div.line-top, .information-page .research-list ul li .start {
  border-top: 2px solid #4e555d;
  width: 0px;
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  white-space: nowrap;
}
.About .research-list ul li div.line-top.extend, .About .research-list ul li .start.extend, .information-page .research-list ul li div.line-top.extend, .information-page .research-list ul li .start.extend {
  border-top: 2px solid #4e555d;
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.About .research-list ul li span.ul-number, .information-page .research-list ul li span.ul-number {
  font-family: "jaf-lapture-display", sans;
  font-weight: 700;
  padding-right: 15px;
  padding-top: 2px;
  display: inline-block;
  width: 8px;
  vertical-align: top;
}
.About .research-list ul li span.ul-name, .information-page .research-list ul li span.ul-name {
  width: 84%;
  display: inline-block;
  vertical-align: top;
}
.About .research-list ul li:hover, .information-page .research-list ul li:hover {
  cursor: pointer;
}
.About .research-list .active-menu, .information-page .research-list .active-menu {
  width: 100%;
}
@media (max-width: 560px) {
  .About .research-list, .information-page .research-list {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .research-list, .information-page .research-list {
    display: none;
  }
}
.About .research-details, .information-page .research-details {
  width: 670px;
  height: 634px;
  /* remove */
  float: right;
  background: #fff;
  padding: 5%;
  margin-top: -15px;
  position: relative;
  opacity: 0;
}
.About .research-details h4, .information-page .research-details h4 {
  font-size: 1.8em;
  font-weight: normal;
}
.About .research-details .item-child, .information-page .research-details .item-child {
  position: absolute;
  top: 10%;
  left: 8%;
  width: 84%;
  height: 0;
  overflow-y: scroll;
  opacity: 0;
  /*p{margin-bottom:1em;}*/
}
.About .research-details .item-child > img, .information-page .research-details .item-child > img {
  width: 200px;
}
@media (max-width: 560px) {
  .About .research-details .item-child > img, .information-page .research-details .item-child > img {
    width: 100%;
    float: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .research-details .item-child > img, .information-page .research-details .item-child > img {
    margin: 0 3% 8% 0;
  }
}
.About .research-details .item-child p, .information-page .research-details .item-child p {
  color: #9da6a8;
}
.About .research-details .item-child > div.right, .information-page .research-details .item-child > div.right {
  width: 290px;
  overflow: hidden;
}
.About .research-details .item-child > div.right > div.wrap, .information-page .research-details .item-child > div.right > div.wrap {
  color: #9da6a8;
  height: 380px;
  overflow-y: scroll;
  padding-right: 20px;
  width: 110%;
}
.About .research-details .item-child > div.right > div.wrap p, .information-page .research-details .item-child > div.right > div.wrap p {
  height: auto;
  padding-right: 34px;
}
@media (max-width: 560px) {
  .About .research-details .item-child > div.right, .information-page .research-details .item-child > div.right {
    width: 100%;
    float: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .research-details .item-child > div.right, .information-page .research-details .item-child > div.right {
    width: 44%;
  }
}
.About .research-details .item-child > div.right .scroll-down, .information-page .research-details .item-child > div.right .scroll-down {
  margin-top: 20px;
}
.About .research-details .item-child > div.right .scroll-down .scroll-btn img, .information-page .research-details .item-child > div.right .scroll-down .scroll-btn img {
  margin: 0 auto;
  display: block;
  margin-right: 53%;
  width: 20px;
}
@media (max-width: 560px) {
  .About .research-details .item-child, .information-page .research-details .item-child {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 20%;
    height: auto !important;
    opacity: 1 !important;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .research-details .item-child, .information-page .research-details .item-child {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 20%;
    clear: both;
    height: auto !important;
    opacity: 1 !important;
  }
}
.About .research-details .active-content, .information-page .research-details .active-content {
  display: block;
  position: absolute;
  top: 10%;
  left: 8%;
  width: 81%;
  /*p{margin-bottom:1em;}*/
}
.About .research-details .active-content h2, .information-page .research-details .active-content h2 {
  margin-bottom: 30px;
}
@media (max-width: 560px) {
  .About .research-details .active-content, .information-page .research-details .active-content {
    position: static;
    width: 100%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .research-details .active-content, .information-page .research-details .active-content {
    position: static;
    width: 100%;
  }
}
.About .research-details .show-me, .information-page .research-details .show-me {
  height: 78%;
  transition: opacity 0.7s ease;
}
.About .research-details .show-me p, .information-page .research-details .show-me p {
  color: #9da6a8;
}
@media (max-width: 560px) {
  .About .research-details, .information-page .research-details {
    width: 100%;
    height: auto !important;
    opacity: 1 !important;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .research-details, .information-page .research-details {
    width: 100%;
    height: auto !important;
    opacity: 1 !important;
  }
}
.About .board-members-details, .information-page .board-members-details {
  height: 630px;
  padding: 5% 3% 4% 5%;
}
.About .board-members-details .item-child, .information-page .board-members-details .item-child {
  top: 9%;
}
.About .board-members-details .right, .information-page .board-members-details .right {
  height: auto;
  margin: auto auto;
}
@media (max-width: 560px) {
  .About .board-members-details, .information-page .board-members-details {
    height: auto;
    opacity: 1;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .board-members-details, .information-page .board-members-details {
    height: auto;
    opacity: 1;
  }
}
.About .projects h3, .information-page .projects h3 {
  font-weight: normal;
}
.About .projects .half-span, .About .projects .full-span, .information-page .projects .half-span, .information-page .projects .full-span {
  padding: 0 0 0 0;
  margin-right: 8%;
  width: 41%;
}
.About .projects .half-span h2, .About .projects .full-span h2, .information-page .projects .half-span h2, .information-page .projects .full-span h2 {
  margin-bottom: 28%;
  text-align: left;
}
@media (max-width: 560px) {
  .About .projects .half-span h2, .About .projects .full-span h2, .information-page .projects .half-span h2, .information-page .projects .full-span h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .projects .half-span h2, .About .projects .full-span h2, .information-page .projects .half-span h2, .information-page .projects .full-span h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .About .projects .half-span, .About .projects .full-span, .information-page .projects .half-span, .information-page .projects .full-span {
    padding: 20px 0 0 0;
  }
}
.About .projects .half-span:nth-child(2n), .About .projects .full-span:nth-child(2n), .information-page .projects .half-span:nth-child(2n), .information-page .projects .full-span:nth-child(2n) {
  margin-right: 0;
}
.About .projects .project, .information-page .projects .project {
  position: relative;
  min-height: 167px;
  margin: 40px 0 0;
}
.About .projects .project:hover, .information-page .projects .project:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .About .projects .project, .information-page .projects .project {
    display: none;
  }
}
.About .projects .project.hover:hover, .information-page .projects .project.hover:hover {
  cursor: pointer;
}
.About .projects .project .name, .About .projects .project-details-wrap .name, .About .projects .project-details-wrap-display .name, .information-page .projects .project .name, .information-page .projects .project-details-wrap .name, .information-page .projects .project-details-wrap-display .name {
  border-bottom: 2px solid #4e555d;
  width: auto;
  display: inline-block;
  float: left;
  max-width: 50% !important;
  font-family: "jaf-lapture-display", sans;
  font-weight: 700;
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .projects .project .name, .About .projects .project-details-wrap .name, .About .projects .project-details-wrap-display .name, .information-page .projects .project .name, .information-page .projects .project-details-wrap .name, .information-page .projects .project-details-wrap-display .name {
    max-width: 70% !important;
  }
}
.About .projects .project .detail:nth-child(2n), .About .projects .project-details-wrap .detail:nth-child(2n), .About .projects .project-details-wrap-display .detail:nth-child(2n), .information-page .projects .project .detail:nth-child(2n), .information-page .projects .project-details-wrap .detail:nth-child(2n), .information-page .projects .project-details-wrap-display .detail:nth-child(2n) {
  padding-top: 5%;
}
.About .projects .project .amount, .About .projects .project-details-wrap .amount, .About .projects .project-details-wrap-display .amount, .information-page .projects .project .amount, .information-page .projects .project-details-wrap .amount, .information-page .projects .project-details-wrap-display .amount {
  color: #9da6a8;
  float: right;
  font-family: "sofia-pro", sans-serif;
}
.About .projects a.cta, .information-page .projects a.cta {
  color: #999;
  border-color: #999;
}
.About .projects .project-details-wrap, .About .projects .project-details-wrap-display, .information-page .projects .project-details-wrap, .information-page .projects .project-details-wrap-display {
  width: 100%;
  background: #4e555d;
  color: #fff;
  margin: 0;
  padding: 0 6%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 0;
  z-index: 3;
  -webkit-transition: height 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  /* remove this */
}
.About .projects .project-details-wrap .close, .About .projects .project-details-wrap-display .close, .information-page .projects .project-details-wrap .close, .information-page .projects .project-details-wrap-display .close {
  position: absolute;
  right: 1%;
  top: 2%;
  width: 20px;
}
.About .projects .project-details-wrap .close:hover, .About .projects .project-details-wrap-display .close:hover, .information-page .projects .project-details-wrap .close:hover, .information-page .projects .project-details-wrap-display .close:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .About .projects .project-details-wrap .close, .About .projects .project-details-wrap-display .close, .information-page .projects .project-details-wrap .close, .information-page .projects .project-details-wrap-display .close {
    right: 6.5%;
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .projects .project-details-wrap .close, .About .projects .project-details-wrap-display .close, .information-page .projects .project-details-wrap .close, .information-page .projects .project-details-wrap-display .close {
    right: 6%;
  }
}
.About .projects .project-details-wrap .project-details, .About .projects .project-details-wrap-display .project-details, .information-page .projects .project-details-wrap .project-details, .information-page .projects .project-details-wrap-display .project-details {
  width: 100%;
  max-width: 940px;
  margin: 5% auto;
  position: relative;
}
.About .projects .project-details-wrap .project-details .title, .About .projects .project-details-wrap-display .project-details .title, .information-page .projects .project-details-wrap .project-details .title, .information-page .projects .project-details-wrap-display .project-details .title {
  margin-bottom: 3%;
}
.About .projects .project-details-wrap .project-details .title .name, .About .projects .project-details-wrap-display .project-details .title .name, .information-page .projects .project-details-wrap .project-details .title .name, .information-page .projects .project-details-wrap-display .project-details .title .name {
  border-color: #fff;
  font-size: 1.3em;
}
.About .projects .project-details-wrap .project-details .title .amount, .About .projects .project-details-wrap-display .project-details .title .amount, .information-page .projects .project-details-wrap .project-details .title .amount, .information-page .projects .project-details-wrap-display .project-details .title .amount {
  font-size: 1.3em;
}
.About .projects .project-details-wrap .project-details .heading, .About .projects .project-details-wrap-display .project-details .heading, .information-page .projects .project-details-wrap .project-details .heading, .information-page .projects .project-details-wrap-display .project-details .heading {
  margin-bottom: 8%;
}
.About .projects .project-details-wrap .project-details .heading h3, .About .projects .project-details-wrap-display .project-details .heading h3, .information-page .projects .project-details-wrap .project-details .heading h3, .information-page .projects .project-details-wrap-display .project-details .heading h3 {
  text-align: left;
  font-weight: normal;
  max-width: 70%;
  margin-bottom: 2%;
}
@media (max-width: 560px) {
  .About .projects .project-details-wrap .project-details .heading h3, .About .projects .project-details-wrap-display .project-details .heading h3, .information-page .projects .project-details-wrap .project-details .heading h3, .information-page .projects .project-details-wrap-display .project-details .heading h3 {
    max-width: 100%;
    font-size: 1.2em;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .projects .project-details-wrap .project-details .heading h3, .About .projects .project-details-wrap-display .project-details .heading h3, .information-page .projects .project-details-wrap .project-details .heading h3, .information-page .projects .project-details-wrap-display .project-details .heading h3 {
    max-width: 100%;
    font-size: 1.2em;
  }
}
.About .projects .project-details-wrap .project-details .download-pdf, .About .projects .project-details-wrap-display .project-details .download-pdf, .information-page .projects .project-details-wrap .project-details .download-pdf, .information-page .projects .project-details-wrap-display .project-details .download-pdf {
  width: 80px;
  height: 74px;
  /* remove */
  float: left;
  vertical-align: top;
}
.About .projects .project-details-wrap .project-details .download-pdf img, .About .projects .project-details-wrap-display .project-details .download-pdf img, .information-page .projects .project-details-wrap .project-details .download-pdf img, .information-page .projects .project-details-wrap-display .project-details .download-pdf img {
  display: block;
  margin-bottom: 9%;
}
@media (max-width: 560px) {
  .About .projects .project-details-wrap .project-details .download-pdf, .About .projects .project-details-wrap-display .project-details .download-pdf, .information-page .projects .project-details-wrap .project-details .download-pdf, .information-page .projects .project-details-wrap-display .project-details .download-pdf {
    height: 150px;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .projects .project-details-wrap .project-details .download-pdf, .About .projects .project-details-wrap-display .project-details .download-pdf, .information-page .projects .project-details-wrap .project-details .download-pdf, .information-page .projects .project-details-wrap-display .project-details .download-pdf {
    height: 150px;
  }
}
.About .projects .project-details-wrap .project-details .full-description, .About .projects .project-details-wrap-display .project-details .full-description, .information-page .projects .project-details-wrap .project-details .full-description, .information-page .projects .project-details-wrap-display .project-details .full-description {
  float: right;
  width: 80%;
  vertical-align: top;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -column-count: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  -column-gap: 25px;
}
.About .projects .project-details-wrap .project-details .full-description span, .About .projects .project-details-wrap-display .project-details .full-description span, .information-page .projects .project-details-wrap .project-details .full-description span, .information-page .projects .project-details-wrap-display .project-details .full-description span {
  border-bottom: 2px solid #fff;
}
@media (max-width: 560px) {
  .About .projects .project-details-wrap .project-details .full-description, .About .projects .project-details-wrap-display .project-details .full-description, .information-page .projects .project-details-wrap .project-details .full-description, .information-page .projects .project-details-wrap-display .project-details .full-description {
    width: 100%;
    float: none;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -column-count: 1;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .projects .project-details-wrap .project-details .full-description, .About .projects .project-details-wrap-display .project-details .full-description, .information-page .projects .project-details-wrap .project-details .full-description, .information-page .projects .project-details-wrap-display .project-details .full-description {
    width: 100%;
    float: none;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -column-count: 1;
  }
}
@media (max-width: 560px) {
  .About .projects .project-details-wrap .project-details, .About .projects .project-details-wrap-display .project-details, .information-page .projects .project-details-wrap .project-details, .information-page .projects .project-details-wrap-display .project-details {
    margin-top: 15%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .projects .project-details-wrap .project-details, .About .projects .project-details-wrap-display .project-details, .information-page .projects .project-details-wrap .project-details, .information-page .projects .project-details-wrap-display .project-details {
    margin-top: 15%;
  }
}
@media (max-width: 767px) {
  .About .projects .project-details-wrap, .About .projects .project-details-wrap-display, .information-page .projects .project-details-wrap, .information-page .projects .project-details-wrap-display {
    padding: 1% 6.5%;
    display: inline-block;
    position: static;
    opacity: 1;
    visibility: visible;
    height: auto;
    margin: 6% 0;
  }
}
.About .project-details-wrap-display.show, .information-page .project-details-wrap-display.show {
  height: 90%;
  overflow: scroll;
  -webkit-transition: height 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 767px) {
  .About .project-details-wrap-display.show, .information-page .project-details-wrap-display.show {
    height: auto;
  }
}
.About .projects {
  background: #faf0e7;
}
.About .projects .med-wrapper {
  /*margin-top:8%;*/
}
.About .projects .med-wrapper .project {
  float: left;
  width: 40%;
  /*margin-bottom:30px;*/
  min-height: 140px;
  /* maybe remove */
}
@media (max-width: 560px) {
  .About .projects .med-wrapper .project {
    width: 100%;
    float: none;
    min-height: auto;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .projects .med-wrapper .project {
    min-height: 210px;
  }
}
.About .projects .med-wrapper .project:hover {
  cursor: default;
}
.About .projects .med-wrapper .project p {
  color: #333333;
}
.About .projects .med-wrapper .project:nth-child(2n) {
  float: right;
}
@media (min-width: 561px) and (max-width: 960px) {
  .About .projects .med-wrapper {
    width: 94%;
  }
}

/*# sourceMappingURL=style.css.map */
