/* ==========================================================================
   Global
   ========================================================================== */ 
.container{
    position: relative;
}

.container.full{
    width:100%;
    /*min-width: 1150px;*/
    /*overflow: hidden;*/
}

.container.center{
    width:1024px;
    margin:0 auto;
}
.center-absolute {
    width: 1125px;
    position: absolute;
    left: 50%;
    margin-left: -562.5px;
}
img:not(.text img){
    width:100%;
    height:auto;
}
ul{
    list-style:none;
    padding: 0px;
    margin: 0;
}
*{
      margin: 0px;
    padding: 0px;
}
a:link {
    text-decoration: none;
    color:inherit;
}

a:visited {
    text-decoration: none;
    color:inherit;
}

a:hover {
    text-decoration: none; 
    color:inherit;
}

a:focus {
    text-decoration: none;
    color:inherit;
}

a:active {
    text-decoration: none;
    color:inherit;
}
body{
    font-family: 'trajana','Source Sans Pro', sans-serif;
      color: #A48A7B;
      font-weight: 400;
          font-kerning: normal;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased !important; 
    -moz-osx-font-smoothing: grayscale;
    background-color: white;
  font-size: 17px;
    line-height: 19px;
}
.no-overflow{
  overflow: hidden;
}
.hamburger{
  width: 30px;
  height: 27px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  display: none;
}
.no-transform{
  transform:none !important;
}
.hamburger div{
width: 100%;
    height: 2px;
    border-radius: 0px;
    margin: 17% auto;
    background-color: white;
}
.menu-button.close{
  display: none;
    width: 30px;
    height: 27px;
    position: fixed;
    right: 4vw;
    top:45px;
    z-index: 9999999999;
}
.menu-button.close:before{
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #FBF9F9;
  top: -18px;
    left: -5px;
}
.menu-button.close div {
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: white;
    transform: rotate(45deg);
}
.menu-button.close div:first-child {
    transform: rotate(-45deg);
}
.aligner {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -5px;
}
.align-middle{
    display: inline-block;
    vertical-align: middle;
}
.text ul{
    padding: 10px 0px 0px 27px;
    list-style: disc;
  }
.text ol {
    padding: 10px 0px 0px 27px;
}
ul.post-list {
  padding: 0px !important;
    list-style: none !important;
}
.text-align-right{
  text-align: right;
}
.text-align-center{
  text-align: center;
}
.uppercase{
  text-transform: uppercase;
}

.no-margin{
  margin:0px !important;
}

.purple-bg{
  background-color: #5C1A4D;
}
.cream-bg{
  background-color: #F6E7D9;
}
.of-hidden{
  overflow: hidden;
}

.button{
    display: inline-block;
    padding: 9px 10px 7px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #A48A7B;
    color: #A48A7B;
}
.button.white-border{
    border: 1px solid white;
    color: white;
}
.button.small{
  padding: 5px 7px 3px;
  font-size: 13px;
}
.button:hover{
  background-color: #A48A7B;
  color:white;
}
.button.white-border:hover{
  background-color:white;
  color:#A48A7B;
}
.button.white{
  background-color: white;
  color:#5C1A4D;
  border:none;
}
.button.white:hover{
  background-color: white;
}
.colfull2{
  width: 50%;
  float: left;
  height: 100%;
}

/* ==========================================================================
   typography
   ========================================================================== */
.text a {
    color: #588C08;
    text-decoration: underline;
}
.scp{
  font-family: 'Source Sans Pro';
}
.text{
  font-family: 'Source Sans Pro';
  font-size: 16px;
  line-height: 20px;
}
.size-1,
h1{
  font-weight:400;
  font-size:39px;
  line-height: 49px;
      line-height: 1.2em;
      font-family: 'trajana';
}
.text h1{
  font-weight:400;
  font-size:30px;
  line-height: 35px;
  line-height: 1.2em;
  font-family: 'trajana';
  text-transform: uppercase;
}
.size-2,
h2{
  font-weight:400;
  font-size:26px;
  line-height: 36px;
      line-height: 1.2em;
      font-family: 'trajana';
}

h3 {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
      font-family: 'trajana';
}
h4{
  font-weight:600;
  font-size:20px;
}
b, strong {
  font-weight: 600;
}
p {
  margin: 0px;
}
.gray-cream-color{
  color:#A4897A;
}
.trajana{
  font-family: trajana;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
header{
  height: 122px;
  text-align: center;
  overflow: hidden;
  position: fixed !important;
  z-index: 1;
  top:0px;

}
.header-slider{
  margin-top: 120px;
}
.header-slider.no-banners {
    height: 0px;
}
   header .logo{
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 100%;
    position: relative;
        padding: 0px 40px;
   }
   header .logo h1{
    width:100%;
    height:100%;
    position: relative;
    text-indent: -99999px;
   
   }
   header .logo a{
    position: relative;
    display: block;
    width:100%;
    height:100%;
    background-image:url(../img/logo-white.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
header nav{
  display: inline-block;
    vertical-align: bottom;
    margin-bottom: 24px;
        width: 425px;
}
header nav.main-nav-left{
  text-align: right;
}
header nav.main-nav-right{
  text-align: left;
}
header nav > ul > li{
 display: inline-block;
 color:white;
    padding: 11px 11px 9px 11px;
 text-transform: uppercase;
 font-size: 15px;
border:1px solid #5C1A4D;
    -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
              margin: 0px 2px;
}
header nav li.current-menu-item{
  padding: 12px 12px 8px 12px;
font-weight: 600;
border:1px solid white;
font-weight: 600;
}
header nav li:hover{
border:1px solid white;
}
header .main-menu-mobile{
  display: none;
      position: fixed;
    z-index: 999999999;
    background-color: white;
    height: 100vh;
    width: 300px;
    top: 0px;
    right: 0px;
    text-align: left;
    padding: 30px;
    transform:translateX(100%);
        -webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.5s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
header .main-menu-mobile.active{
    transform:translateX(0%);
}
header .main-menu-mobile ul{}

header .main-menu-mobile li{
      margin: 16px 0px;
    text-transform: uppercase;
}

/* ==========================================================================
HOME
========================================================================== */
.featured-conditions{
  text-align: center;
}
.featured-conditions .condition-block{
  position: relative;
    display: inline-block;
    width: 40.5%;
    padding-top: 25.3%;
    vertical-align: top;
    margin: 4% 1.9%;
    margin: 3.6vw 1.7vw;
    color:#A4897A;
    /*cursor: pointer;*/
    overflow: hidden;
}
.featured-conditions .condition-block .background{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transform:translateX(0%) scale(1);
     -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.featured-conditions .condition-block:hover .background{
    transform:translateX(0.5%) scale(1.02);
     -webkit-transition: all 1s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 1s ease-out;  /* Firefox 4-15 */
       -o-transition: all 1s ease-out;  /* Opera 10.50–12.00 */
          transition: all 1s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.featured-conditions .condition-block .condition-text-wrapper{
  position: absolute;
  top: 33%;
  text-align: left;
  width: 53%;
  transform:translateX(0px);
   -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.featured-conditions .condition-block.right .condition-text-wrapper{
  width: 44%;
}
.featured-conditions .condition-block:hover .condition-text-wrapper{
  transform:translateX(3px);
   -webkit-transition: all 0.8s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.8s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.8s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.8s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */

}
.featured-conditions .condition-block.left .condition-text-wrapper{
  right: 9%;
}
.featured-conditions .condition-block.right .condition-text-wrapper{
  left: 9%;
}
.featured-conditions .condition-block .condition-title{
  text-transform: uppercase;
  font-size: 1.75vw;
  margin-bottom: 2%;

}
.featured-conditions .condition-block .condition-excerpt{
  font-size: 14px;
    font-size: 0.97vw;
    line-height: 1.4em;
}
.see-more {
    padding: 5px 10px 4px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #A48A7B;
    color: #A48A7B;
}

.other-conditions{
  text-align: center;
}
.other-conditions .condition-block{
  position: relative;
  display: inline-block;
  width: calc(((100% - 25px) - (5 * 1.7vw)) / 6);
  padding-top: calc(((100% - 25px) - (5 * 1.7vw)) / 6);
  vertical-align: top;
  margin-right: 1.7vw;
  background-size: cover;
  background-position: center;
  color: white;
}
.other-conditions .condition-block:last-child{
  margin-right: 0px;
}
.other-conditions .condition-block .overlay{
  background-color: #A4897A;
  position: absolute;
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 17px;
  text-transform: uppercase;
  word-wrap:break-word;
  opacity: 1;
}
.other-conditions .condition-block .overlay{
  background-color: rgba(164, 137, 122, 1);
  cursor: pointer;
}
.other-conditions .condition-block .overlay .align-middle{
  position: relative;
  width: 100%;
}
.other-conditions .condition-block.color2 .overlay{
  background-color: rgba(202, 187, 159,1);
}
.other-conditions .condition-block.even .overlay{
  background-color: rgba(164, 137, 122, 0.4);
}
.other-conditions .condition-block.even.color2 .overlay{
  background-color: rgba(202, 187, 159, 0.4);
}

.other-conditions .condition-block:hover .overlay{
  background-color: rgba(164, 137, 122, 0);
}
.other-conditions .condition-block.color2:hover .overlay{
  background-color: rgba(202, 187, 159,0);
}
.other-conditions .condition-block.even:hover .overlay{
  background-color: rgba(164, 137, 122, 0);
}
.other-conditions .condition-block.even.color2:hover .overlay{
  background-color: rgba(202, 187, 159, 0);
}


.curriculum-cta{
  margin-top: 120px;
  height: 590px;
}
.curriculum-cta .colfull2{
  text-align: left;
  overflow: hidden
}
.curriculum-cta .colfull2:first-child{
  text-align: center;
}
.curriculum-cta .colfull2 img.photo{
  height: 100%;
  width: auto;
}
.curriculum-cta .colfull2 img.logo{
    width: 260px;
    display: block;
    margin-bottom: 35px;
}
.std-page-content{
  text-align: center;
  margin-top: 80px;    margin-bottom: 80px;
}
.std-page-content .text-wrapper{
  width: 80%;
  display: inline-block;
  font-size: 16px;
}
/* ==========================================================================
  PAGE STD
========================================================================== */
.page-std, .std-area{
  text-align: center;
}
.page-std .text,
.std-area .text{
  display: inline-block;
  text-align: center;
  width: 90%;
  margin: 72px 0px 105px;
  max-width: 630px;
}
/* ==========================================================================
  PAGE ARCHIVE
========================================================================== */
.quick-access-post {
    text-align: center;
        margin-top: 15px;
}
.post-anchor{
  display: inline-block;
  margin: 3px 1px;
  padding: 9px 10px 7px;
  border: 1px solid #A48A7B;
  text-transform: uppercase;
  font-size: 15px;
}

.post-anchor a{
  color: inherit;
  text-decoration: inherit;
}
.archive-item{
  margin-bottom: 60px;
  background-color: #cabb9f;
  opacity: 1;
  transform:translateY(0px);
}
.page-archive .std-area .text {
    max-width: 700px;
}
.archive-item.before-load{
  opacity: 0.2;
  transform:translateY(15px);
}
.archive-item .col2full{
  width: 50%;
  height: 600px;
  height: 50vw;
  position: relative;
  float:left;
  background-color: #cabb9f;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.page-archive .go-up{
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    width: 49px;
    height: 49px;
    border: 2px solid white;
  background-color: white;
    cursor: pointer;
}
.page-archive .go-up svg{
      top: 11px;
    left: 13px;
    position: absolute;
}
.page-archive .go-up polygon{
  fill:#cabb9f;
}
.archive-item .col2full .text{
  padding: 0px 100px;
  color:white;
  opacity: 1;
}
.archive-item.before-load .col2full .text{
  opacity: 0;
}

.text .ver-mais{
  display: inline-block;
  margin: 26px 0px 0px;
  text-transform: uppercase;
/*  text-decoration: none;
  color:inherit;
  font-weight: 600;
  font-family: 'trajana';
  margin: 10px auto;
  display: block;*/
}
.text .ver-mais div{
  font-size: 15px;
}
.archive-item .col2full .related{
  margin-top: 40px;
}
.archive-item .col2full .related .related-title{
  text-transform: uppercase;
}
.archive-item .col2full .related .quick-access-post{
text-align: left;
}
.archive-item .col2full .related .quick-access-post .post-anchor{

}
.archive-item.active{
  transform:none !important;
  -webkit-transition: none;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: none;  /* Firefox 4-15 */
       -o-transition: none;  /* Opera 10.50–12.00 */
          transition: none;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.archive-item .overlay{
  position: fixed;
  width: 100%;
  width: 100vw;
  height: 100%;
  top:0px;
  left:0px;
  background-color: rgba(255,255,255,0.9);
  z-index: 999999999;
  overflow-y: scroll;
  display: none;
  opacity: 0;
  transform:scale(1.3);
   -webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.5s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.archive-item .active.overlay{
  opacity: 1;
  transform:scale(1);
}
.archive-item .overlay .overlay-container{
  margin: 3%;
  min-height: 100%;
  text-align: center;
  padding: 50px;
  position: relative;
  background-color: #cabb9f;
}
.archive-item .overlay .overlay-img{
  width: 30vw;
  height: 30vw;
  position: relative;
  margin: 0 auto;
    background-size: cover;
    background-position: center;
}
.archive-item .overlay .text{
  position: relative;
  margin: 50px auto;
  width: 50%;
  color:white;
}
.archive-item .overlay .text .related{
  margin-top: 60px;
}
.archive-item .overlay .close{
  position: fixed;
  z-index: 100;
  right: 6%;
  top: 12%;
  width: 49px;
  height: 49px;
  border: 2px solid white;
  background-color: white;
  cursor: pointer;
}
.archive-item .overlay .close svg{
  top: 13px;
  position: relative;
}
.archive-item .overlay .close svg polygon{
  fill:#cabb9f;
}
/* ==========================================================================
  HEADER SLIDER
========================================================================== */


.main-slider{
  height: 450px;
  height: calc(100vh - 122px);
}
.std-page-slider{
    height: 490px;
    height: 67vh;
}
.header-slider .item,
.header-slider .item .image,
.owl-wrapper-outer,
.owl-wrapper,
.owl-item{
  height: 100%;
}
.header-slider .item .image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.header-slider .caption-wrapper{
  height: 100%;
}
.header-slider .caption{
  bottom:50%;
}
.header-slider .caption-wrapper .caption-title{
    font-size: 39px;
    line-height: 1.2em;
    font-weight: 400;
    color: #A4897A;
    margin-bottom: 10px;
}
.header-slider .caption-wrapper .caption-text{
  font-size: 18px;
    line-height: 1.2em;
  font-weight: 400;
  color:#7A6958;
}
.header-slider .owl-controls {
  z-index: 1000;

  position: absolute;

}
.header-slider .owl-page{
  width: 13px;
  height: 13px;
  background-color: white;
  display: inline-block;
  opacity: 0.75;
  border-radius: 100%;
  margin-right: 8px;
}

.header-slider .owl-page.active{
  opacity: 1;
}
/* ==========================================================================
   CONTACTOS wpcf7 FORM
   ========================================================================== */


.wpcf7 input{
  background-color:#F6E7D9;
  outline: none;
  border:none;
  width:400px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 15px;
font-family: trajana;
}

.wpcf7 input[type="submit"]{
  display: inline-block;
  padding: 9px 30px 7px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #A48A7B;
  color: #A48A7B;    margin-top: 10px;
  outline: none;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  cursor:pointer;
      font-size: 14px;
font-family: trajana;
      -webkit-transition: all 0.2s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s;  /* Firefox 4-15 */
       -o-transition: all 0.2s;  /* Opera 10.50–12.00 */
          transition: all 0.2s;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.wpcf7 input[type="submit"]:hover{
  background-color: #A48A7B !important;
  color:white;
}    

.wpcf7 textarea{
  background-color:#F6E7D9;
font-family: trajana;
  outline: none;
  border:none;
  width:400px;
  padding: 10px;
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 15px;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus{
      background-color: #F5EFE8;
      color:;
}
.wpcf7 input[type="submit"]:focus{
      background-color: transparent;
}
::-webkit-input-placeholder {
  text-transform: uppercase;
  font-family: trajana;
  color:#A48A7B;
}

:-moz-placeholder { /* Firefox 18- */
  text-transform: uppercase;  
  font-family: trajana;
  color:#A48A7B;
}

::-moz-placeholder {  /* Firefox 19+ */
  text-transform: uppercase;  
  font-family: trajana;
  color:#A48A7B;
}

:-ms-input-placeholder {  
  text-transform: uppercase;  
  font-family: trajana;
  color:#A48A7B;
}
.wpcf7 form .ajax-loader{
position: absolute;
  width: 17px;
  margin-left: 12px !important;
  margin-top: 19px;
}
.wpcf7 form .wpcf7-not-valid-tip {
  color: #ED6464;
font-size: 13px;
    line-height: 14px;
    background: white;
    font-weight: 400;
    padding: 1px 7px;
    display: block;
    margin: 0px 0px 12px;
}
.wpcf7 form .wpcf7-validation-errors {
  border: none;
  border-left: 4px solid #f7e700;
background: #F7F7F7;
    color: #909090;
  font-weight: 400;
  margin: 0px;
  padding: 7px;
}
.wpcf7 form .wpcf7-mail-sent-ng {
  border: none;
  border-left: 4px solid #F23B3B;
background: #F7F7F7;
    color: #909090;
  font-weight: 400;
  margin: 0px;
  padding: 7px;
}
.wpcf7 form .wpcf7-mail-sent-ok{
  border: none;
  border-left: 4px solid #398f14;
background: #F7F7F7;
    color: #909090;
  font-weight: 400;
  margin: 0px;
  padding: 7px;
}
.wpcf7 form .wpcf7-response-output{
  width: 50%;
  position: relative;
  display: inline-block !important;
  margin-top: 25px !important;
}

  /* ==========================================================================
   FOOTER
   ========================================================================== */
  footer{
        padding: 50px 0px !important;
        text-align: center;
  }

  footer .col3{
    display: inline-block;
    color:white;
    width: 19%;
    margin-right: 60px;
    text-align: left;
    vertical-align: middle;
  }
  .facebook-icon {
    position: absolute;
    right: 40px;
    bottom: 52px;
}
  footer .col3:last-child{
    margin-right: 0px;
  }
  footer .col3 .text{
    font-size: 12px;
    line-height: 16px;
  }
  footer .col3.center{
    width: 400px;
    padding: 0px 70px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    text-align: center;
  }
  footer .col3.center img.logo {
    width: 110px;
    display: inline-block;
    margin-bottom: 12px;
}
footer .col3 a{
  color:inherit !important;
  text-decoration: none;
}
footer .col3 .button{
  margin-top: 10px;
}
  /* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
    
  @media only screen and (max-width: 1340px){
    footer .col3{
      display: inline-block;
      color:white;
      width: 20%;
    }
    footer .col3.center{
      width: 33%;
      padding: 0px 51px;
    } 
    .other-conditions .condition-block .overlay{
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 1200px){
    footer .col3 {
      width: 20%;
      margin-right: 3%;
    }
    footer .col3.center{
      width: 35%;
      padding: 0px 3%;
    }
    .other-conditions .condition-block .overlay{
      font-size: 15px;
    }
    .featured-conditions .condition-block .condition-title {
      text-transform: uppercase;
          font-size: 1.9vw;
      margin-bottom: 2%;
    }
    .featured-conditions .condition-block .condition-excerpt {
          font-size: 1.25vw;
    line-height: 1.4em;
    }
  }
  @media only screen and (max-width: 1100px){
    .archive-item .overlay .overlay-img{
      width: 45vw;
      height: 45vw;
    }
    .other-conditions .condition-block .overlay{
      font-size: 15px;
    }
    .archive-item .overlay .text{
      width: 70%;
    }
    footer .col3 {
      width: 25%;
      margin-right: 3%;
    }
    header .logo{
      padding: 0px 32px;
    }
    header nav {
      width: 354px;
    }
    header nav > ul > li{
      font-size: 13px;
      padding: 8px 7px 6px 7px;
    }
    header nav li.current-menu-item{
      padding: 8px 7px 6px 7px;
    }
    .container.center{
      width: 90%;
    }
    .archive-item .col2full .text {
      padding: 0px 60px;
    }
    .size-1,
    h1{
      font-weight:400;
      font-size:34px;
      line-height: 40px;
          line-height: 1.11em;
          font-family: 'trajana';
    }
    .text h1{
      font-weight:400;
      font-size:30px;
      line-height: 35px;
      line-height: 1.2em;
      font-family: 'trajana';
    }
    .size-2,
    h2{
      font-weight:400;
      font-size:24px;
      line-height: 36px;
          line-height: 1.2em;
          font-family: 'trajana';
    }

    h3{
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
          font-family: 'trajana';
    }
    .header-slider .caption-wrapper .caption-title{
      font-size: 34px;
      line-height: 1.1em;
    }
    .header-slider .caption-wrapper .caption-text{
      font-size: 18px;
        line-height: 1.2em;
    }

    .other-conditions .condition-block:nth-child(4n){
      margin-right: 0px;
    }
    .other-conditions .condition-block:nth-child(n+5){
      display: none;
    }
  }
  @media only screen and (max-width: 1024px){
    .other-conditions .condition-block{
      width: 22%;
      padding-top: 22%;
    }
    .other-conditions .condition-block:last-child{
      margin-right: 1.7vw;
    }
    .other-conditions .condition-block:nth-child(4n){
      margin-right: 0px;
    }
    .other-conditions .condition-block:nth-child(n+5){
      display: none;
    }
  }



  @media only screen and (max-width: 950px){
    header{
      height: 122px;
      text-align: center;
      overflow: visible;
      position: relative !important;
      z-index: 1;
      top:0px;

    }
    .header-slider{
      margin-top: 0px;
    }
    header{
      height:160px;
    }
    header .logo{
      height: 72%;
    }
    header nav{
      display: none;
    }
    header .main-menu-mobile{
      display: block;
    }
    .hamburger{
      display: block;
    }
    .main-slider {
      height: 450px;
      height: calc(60vh - 160px);
    } 
     .header-slider .caption-wrapper .caption-title{
      font-size: 26px;
      line-height: 1.1em;
    }
    .header-slider .caption-wrapper .caption-text{
      font-size: 14px;
        line-height: 1.2em;
    } 
    footer{
      display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    }
    footer .col3 {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      box-ordinal-group: 1;
      display: block;
      width: 70% !important;
      margin: 0 auto !important;
      text-align: center;
      padding-bottom: 50px;
      border: none !important;
    }
    footer .col3.center {
      padding-top: 20px;
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      box-ordinal-group: 2;
    }
    .facebook-icon {
      position: relative;
      right: 0px;
      bottom: 0px;
      display: inline-block;
      margin-top: 30px;
    }
    .archive-item .col2full {
      width: 100%;
      height: 100vw;
      position: relative;
      float: none;
    }
    .archive-item.odd{
       display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    }
    .archive-item.odd .col2full{
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      box-ordinal-group: 2;
      display: block;    }

    .archive-item.odd .col2full.background{
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      box-ordinal-group: 1;
    }
  }

  @media only screen and (max-width: 700px){
    .curriculum-cta .colfull2.photo {
      height: auto !important;
    }
    .curriculum-cta .colfull2 img.photo {
      height: auto;
      width: 100vw;
    }
    .text h1 {
        font-weight: 400;
        font-size: 26px;
        line-height: 35px;
        line-height: 1.2em;
        font-family: 'trajana';
    }
    .page-std .text,
    .std-area .text{
      width: 96%;
    }
    .wpcf7 input, .wpcf7 textarea {
      width: 92%;
    }
    .other-conditions {
    text-align: center;
    margin-top: 20px;
}
    .other-conditions .condition-block {
      width: calc((100% / 2) - 10px);
      padding-top: calc((100% / 2) - 10px);
      margin-bottom: 19px;
          margin-right: 15px;
          display: inline-block !important;
    }
    .other-conditions .condition-block:nth-child(2n) {
    margin-right: 0px;
}
.curriculum-cta {
    margin-top: 120px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.curriculum-cta .colfull2:first-child{

    -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      box-ordinal-group: 2;
      display: block;
}
.curriculum-cta .colfull2 {
    width: 100%;
    float: none;
    height: 420px;
    -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      box-ordinal-group: 1;
      display: block;
}
    .main-slider {
      height: 450px;
          height: calc(100vh - 160px);
    } 
     .header-slider .caption-wrapper .caption-title{
      display: none;
    }
    .header-slider .caption-wrapper .caption-text{
      display: none;
    } 
header .main-menu-mobile {
    position: fixed;
    z-index: 999999999;
    background-color: white;
    height: 100vh;
    width: 189px;
}
header .main-menu-mobile li {
    margin: 16px 0px;
    text-transform: uppercase;
    font-size: 13px;
}
.featured-conditions .condition-block{
  width: 90%;
    padding-top: 48%;
}
.featured-conditions .condition-block.left{
  margin-bottom: 0px !important;
}
.featured-conditions .condition-block.left .condition-text-wrapper {
    right: 15%;
    text-align: right;
}
.featured-conditions .condition-block.right .condition-text-wrapper {
    left: 15%;
  }
.featured-conditions .condition-block .condition-title {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 0%;
}
.featured-conditions .condition-block .condition-excerpt {
    font-size: 16px;
    line-height: 1.4em;
    display: block;
}
.see-more {
    font-size: 16px;
}
}
@media only screen and (max-width: 565px){
.featured-conditions .condition-block .condition-title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0%;
}
.featured-conditions .condition-block .condition-excerpt {
    display: none;
}
.see-more {
    font-size: 16px;
}
  .item-content{
    display: none;
  }
  .archive-item .overlay .text {
      width: 100%;
  }
  .archive-item .overlay .overlay-img {
    width: 65vw;
    height: 65vw;
  }
  .archive-item .col2full .text {
    padding: 0px 10px;
  }
  .archive-item .overlay .close svg {
    top: 9px;
    position: relative;
  }

  .archive-item .overlay .close {
    position: fixed;
    z-index: 100;
    right: 6%;
    top: 4.3%;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    background-color: white;
    cursor: pointer;
  }
}

.ball-nav{
  position: fixed;
  z-index: 1;
  right: 0px;
  top: 50%;
  height: 300px;
  margin-top: -100px;
  opacity: 0;
}
.ball-nav.active{
  opacity: 1;
}
.ball-nav .ball{
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: white;
  color: transparent;
  display: block;
  margin: 15px 30px;
  position: relative;
  transform:scale(1);
}
.ball-nav .ball.active{
  background-color: #5C1A4D;
  transform:scale(1.3);
}
.ball-nav .ball:hover{
  
  transform:scale(1.3);
}  
.ball-nav .ball .ball-title{
  position: absolute;
  width: auto;
  text-transform: lowercase;
  font-size: 13px;
  min-width: 220px;
  text-align: right;
  right: 21px;
  top: -4px;
  color: white;
  opacity: 0;
  transform:translateX(5px);
}
.ball-nav .ball .ball-title div{
    display: inline;
    background-color: white;
    color: #cabb9f;
    padding: 0px 4px;
}
.ball-nav .ball:hover .ball-title{
  opacity: 1;
  transform:translateX(0px);
}

.sk-fading-circle {
  margin: 100px auto;
  width: 70px;
  height: 70px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 10%;
  height: 10%;
  background-color: rgba(192, 147, 73, 0.49);
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
/* ==========================================================================
   ANIMATIONS & TRANSITIONS
   ========================================================================== */
.delay{
  transition-delay:0.2s !important;
}
.delay-c1{
  transition-delay:0.5s !important;
}
.delay-c2{
  transition-delay:1s !important;
}
.anim-fast{
    -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-medium{
    -webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.5s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-slow{
    -webkit-transition: all 0.7s ease-in-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.7s ease-in-out;  /* Firefox 4-15 */
       -o-transition: all 0.7s ease-in-out;  /* Opera 10.50–12.00 */
          transition: all 0.7s ease-in-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-slow-opacity{
    -webkit-transition: opacity 0.7s ease-in-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: opacity 0.7s ease-in-out;  /* Firefox 4-15 */
       -o-transition: opacity 0.7s ease-in-out;  /* Opera 10.50–12.00 */
          transition: opacity 0.7s ease-in-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-slower{
    -webkit-transition: all 0.9s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.9s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.9s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.9s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-so-slow{
    -webkit-transition: all 6s ease-in-out;;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 6s ease-in-out;;  /* Firefox 4-15 */
       -o-transition: all 6s ease-in-out;;  /* Opera 10.50–12.00 */
          transition: all 6s ease-in-out;;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-super-slow{
    -webkit-transition: all 10s ease-in-out;;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 10s ease-in-out;;  /* Firefox 4-15 */
       -o-transition: all 10s ease-in-out;;  /* Opera 10.50–12.00 */
          transition: all 10s ease-in-out;;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

