/*

My Custom CSS
=============

Author:  Solomon Hsu
Updated: March 2015
Notes:  Hand coded for Vretta.com

*/
/* Fonts */
@font-face {
  font-family: 'GeosansLight';
  src: url(../fonts/geosanslight.ttf);
  font-weight: normal;
}
/* Font for Teacher Registration */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(http://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(http://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMYWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* Font Applications */
#teacher-reg,
#teacher-reg p,
#teacher-reg h4 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font: 18px/1.5 "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.login-text h2,
.login-text a,
.login-text li,
.login-text h6,
.login-text p,
.round-box input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* a stage default reset */
a:active,
a:hover {
  outline: none;
}
h1,
h3 {
  font-family: 'corbel', Helvetica, Arial;
}
h1 {
/*  text-transform: uppercase;
*/}
canvas { display: block; border:none; margin: 0px auto;}

.insight-link{
  color: #fea523 !important;
 }

.section-spacing {
  margin-bottom: 60px;
  padding-bottom: 20px;
}
.displaced-anchor {
  position: relative;
}
.displaced-anchor .anchor-positiioner {
  height: 0px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: -113px;
}
.works p {
  font-family: 'centric gothic', Helvetica, Arial;
  color: #888888;
}
.Our_partner_say p{
  font-family: 'centric gothic', Helvetica, Arial;
  font-size: 18px;
  color: #888888;
}
.Our_partner_say{
  position: relative;
  width: 800px;
  min-width: 800px;
  margin: 0 auto;
}
.timeline{
  width: 100%;
  height:340px;
  overflow: hidden;
}
.ib{
  display: inline-block;
}
.product_slider{
  width: 100%;
  height:365px;
  overflow: hidden;
  margin-bottom: 50px;
}

.portfolio-section {
}
.portfolio-box {
  position:relative;
  overflow:hidden;
  margin-bottom:20px;
}
.portfolio-box:hover .portfolio-caption {
  opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
}
.portfolio-image {
  margin:0;
}
.portfolio-image img {
  display: block;
    width: 100%;
  box-shadow:0 0 0 0 #000000;
}
.portfolio-caption:before, 
.portfolio-title {
    display: inline-block;
    vertical-align: middle;
}
.portfolio-caption:before {
    content: "";
    height: 100%;
}
.portfolio-caption {
  background: rgba(0,0,0,0.5);
  position:absolute;
  top:0;
  left:0;
  width:95%;
  height:100%;
  display:block;
  opacity:0;
  text-align:center;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition:0.2s all linear;
    -moz-transition:0.2s all linear;
      transition:0.2s all linear;
      backface-visibility:hidden;
}

.morepd{
  margin-top:0px;
}
.built_to{
  padding-top:100px;
}
.built_to_02{
  padding-top:60px;
}
.built_to_03{
  padding-top:80px;
}
#my-association{
  padding-bottom:80px;
}

.portfolio-box:hover .portfolio-sub {
  opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
}

.portfolio-sub:before, 
.portfolio-title {
    display: inline-block;
    vertical-align: middle;
}
.portfolio-sub:before {
    content: "";
    height: 100%;
}
.portfolio-sub {
  background: rgba(235,235,235,0.5);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:block;
  opacity:0;
  text-align:center;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition:0.2s all linear;
    -moz-transition:0.2s all linear;
      transition:0.2s all linear;
      backface-visibility:hidden;
}

.portfolio-title {
  color:#FFFFFF;
  margin:0;
  font-size:15px;
  font-weight: 800;
  font-family: 'lato';
  text-transform:uppercase;
  padding:0 10px;
}
.portfolio-category {
  display:block;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-top:5px;
}


/* Nav bar */
.navbar {
  background-color: rgba(255, 255, 255, 1);
  border-bottom-color: #eee;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand {
  padding-bottom: 0;
}


@media (min-width: 375px) {
  #works .item{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ipad_position{
    text-align: center;
  }
  .product_slider{
    width: 375px;
    height: 100%;
  }
  .menu-container{
    max-width: 100%;
  }
  .close-content{
    top:80px;
    left: 0px;
  }
  .slider-image-padding{
    padding-top: 150px;
  }
  .hero-title{
    font-size: 3em;
  }
  .slider-image-padding{
    padding-top:140px;
  }
}

.slider-image-padding{
  padding-top: 180px;
}

.hero-title {
  font-size:4em;
  margin-bottom:20px;
/*  text-transform:uppercase;
*/  text-align:center;
  color:#FFFFFF;
  padding-top:20px;
  text-shadow: 2px 2px rgba(33,33,33,0.3);
}

@media (max-width: 990px) {
  .navbar-brand {
    width: 150px;
    max-width: 150px;
  }
}
.navbar-nav {
  margin-top: 20px;
  padding-right: 50px;
}
.navbar-nav li {
  text-transform: uppercase;
}
.navbar-nav li a,
.navbar-nav li a:hover,
.navbar-nav li a:focus {
  color: #424242;
  font-size:0.8em;
  font-family: 'lato';
  padding-left: 10px;
}
/* Video BG */
video {
  min-width: 100%;
  min-height: 10%;
  height: auto;
  z-index: -100;
  background: url("images/slider/Built-to-raise.jpg");
  background-size: cover;
}
.video-outter {
  width: 100%;
  height: 60px;
}
.video-wrap {
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.video-wrap img{
  min-width: 100%;
}
/* Parallax */
#parallax {
  color: white;
  width: 100%;
  display: table;
}
.parallax-bg{
  height: 700px;
  margin-top:80px;
}

.parallax-text-wrap {
  position: relative;
  top: 10%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parallax .col-sm-4,
  .parallax .col-sm-8 {
    width: 100%;
    margin: initial auto;
  }
  .slider-image-padding{
    padding-top: 180px;
  }
}
.par-center {
  float: none;
  margin: auto;
}
.parallax-title {
  width: 100%;
  margin-left: 20%;
  position: relative;
  display: block;
  text-align: center;
  clear: both;
  text-shadow: 2px 2px 10px rgba(31,31,31,0.5);
}
.parallax-title h1 {
  line-height: 1em;
  font-size: 42px;
}
.parallax-copy {
  margin-top: 160px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-shadow: 3px 3px 10px #000;
}
@media (max-width: 800px) {
  .parallax-copy {
    margin-top: 0;
  }
}
.bg1 {
  background: url("../images/slider/vretta_bg.jpg");
  background-size: cover;
  background-position: 50% 39%;
}
@media (max-width: 767px) {
  .video-outter {
    display: none;
  }
  .hero-title{
    font-size: 3.5em;
    padding-top: 40px;
  }
}
.parallax #student-support,
.parallax #instructor-support {
  width: 50%;
  margin-left: 0;
  font-size: 14px;
  margin-bottom: 10px;
}

@media (max-width: 990px) {
  .parallax #student-support,
  .parallax #instructor-support {
    width: 47%;
    background-color: #999999;
    margin-right: 3%;
    border-radius: 5px;
  }
  .parallax #instructor-support {
    margin-right: 0;
    margin-left: 3%;
  }
  .parallax-text-wrap {
    position: initial;
  }
}
.white {
  color: white;
  font-weight: bold;
}
.round-box {
  padding: 15px;
  background-color: #ffffff;
  background-color: rgba(250, 250, 250, 0.9);
  border-radius: 6px;
  margin-bottom: 10px;
}
.round-box h2 {
  color: black;
  margin-top: 0;
}
.round-box #teacher-new {
  padding: 10px;
}
#parallax .round-box #support-content {
  color: black;
}
.video-style p{
  font-size: 12px;
  font-family: 'lato';
}

.video-style:hover,
.video-style:focus{
  text-decoration: none;
}

.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: white;
  padding: 0 15px;
}
#parallax input {
  padding: 3px 19px;
  margin: 1px;
  margin-bottom: 9px;
}
#parallax .btn-info,
#parallax .btn-success {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
/* Tour */
#tour {
  margin-bottom: 60px;
  padding-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}
#tour .btn,
footer .btn {
  padding: 13px 32px;
}
#tour .btn-primary,
footer .btn-primary {
  background-color: #2ab573;
  border-color: #2ab573;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
/* work section*/
.works {
  padding-top:30px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .works {
    margin-top: initial;
  }
}

.works .col-sm-11 {
  margin-left: auto;
  margin-right: auto;
}
.works .carousel-inner .col-sm-8 img,
.try .col-sm-8 img {
  max-width: 100%;
}
.works .work-title {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #27a9e1;
}
.works h2 {
  margin-bottom: 20px;
  margin-top: 50%;
  text-transform: uppercase;
}
.works p {
  font-size: 18px;
}
.carousel-indicators {
  bottom: 0;
  width: 125px;
}
.carousel-indicators li {
  border-color: #cccccc;
}
.carousel-indicators .active {
  background-color: #cccccc;
}
.carousel-caption p,
.carousel-caption h2,
.try .col-sm-4 h1,
.try .col-sm-4 p {
  color: black;
}
.carousel-caption {
  position: inherit;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  text-shadow: none;
}
.left {
  display: none;
}
.carousel-control {
  color: #727272;
}
.carousel-control .icon-prev {
  left: 15%;
  top:28%;
  background: #ffffff;
  opacity: 1;
}
.left-arrow{
  width:100px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  background-color: transparent;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #727272;
  text-decoration: none;
}
.licenter {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.vcenter {
  display: flex;
  align-items: center;
  padding: 20px;
}
.section-content {
  position: relative;
}
.work-sections {
  margin-top: 100px;
}
.assess-img .assess-link {
  margin-left: -70px;
  height: 145px;
}
.assess-img .assess-card {
  margin-bottom: -100px;
}
/*Try It Out Section*/
.try input {
  width: 100%;
  background-color: #2baae1;
  color: white;
  border: none;
  padding: 10px;
}
.try .btn-success {
  background-color: #bde5f6;
  color: #010101;
}
.try .try-form {
  margin: 10px 0;
}
.try .checkbox input {
  width: 20px;
  text-align: left;
}
.try-caption {
  font-size: 18px;
}
.try form input::-webkit-input-placeholder {
  color: white;
  text-align: center;
}
.try form input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  text-align: center;
}
.try form input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  text-align: center;
}
.try form input:-ms-input-placeholder {
  color: white;
  text-align: center;
}
/* partner Section */
.partner-wrap {
  margin: 40px auto 0;
  float: none;
  cursor: pointer;
}
.association_height{
  height:130px;
}
.partner-wrap h3 {
  font-size: 36px;
}
.partner-col-wraper {
  height: 480px;
}
.partner-col-wraper h4 {
  font-weight: bold;
}
.partner-col-bg {
  min-height: 20px;
  background: -webkit-linear-gradient(left, #e7e6e6, #f4f4f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #e7e6e6, #f4f4f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #e7e6e6, #f4f4f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(left, #e7e6e6, #f4f4f4);
  /* Standard syntax */
  margin: 10px auto;
}
.partner-col-wraper .plan-flag {
  color: #fff;
  font-family: Tungsten, 'Tungsten A', 'Tungsten B', 'Helvetica Neue', 'Segoe UI', Segoe, Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 16px;
  font-size: 1em;
  padding: 10px 20px;
  text-transform: uppercase;
  line-height: 1;
  background: url(../images/pricing-tag.png) no-repeat center center;
  background-size: 100%;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 70px;
  display: inline-block;
}
.partner-col-wraper .partner-info {
  height: 300px;
  padding-top: 40px;
}
.partner .partner-col-wraper .partner-info h4.partner-month {
  margin: 35px auto 25px;
}
.partner .partner-foot {
  padding-top: 15px;
  padding-bottom: 15px;
}
.partner .btn-primary {
  background-color: #2aa9e0;
  border-color: #2aa9e0;
  border-radius: 20px;
  padding: 0 45px;
  font-size: 36px;
  font-weight: bold;
}
.partner ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.partner ul li {
  display: inline-block;
  float: none;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
}

.video-list ul li {
  display: inline-block;
  float: none;
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
}

.partner ul li img {
  width: 100%;
}
.partner .carousel-control .icon-next {
  top: initial;
  bottom: 18%;
  left:48%;
}

.partner .carousel-control .icon-prev,{
  top: initial;
  bottom: 43%;
}

.partner .carousel-indicators {
  top: 100%;
}
#association .carousel-indicators {
  top: 90%;
}

@media (min-width: 1280px) {
  #association,
  #video-car {
    height: initial;
  }

  .close-content {
  position: fixed;
  z-index: 1000;
  top: 100px;
  left: 112px !important;
  font-size: 1.6em;
  color: #aaa;
  cursor: pointer;
  pointer-events: none;
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

}

@media (min-width: 1440px){
  #association,
  #video-car {
    height: initial;
  }
  .morepd{
    margin-top:0px;
  }
}

#video-car ul {
  margin: auto;
  width: 80%;
}
#video-car ul li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #eeeeee;
}

#our_product ul li {
  display: inline-block;
  vertical-align: top;
}

#video-car ul li p {
  margin-top: 15px;
}

.carousel-inner .car-wrap .car-item {
  width: 220px;
}
.carousel-inner .car-wrap .car-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
/*Pop up Form*/
.modal form {
  margin: auto;
}
.modal #pop-contact_form {
  width: 90%;
}
.modal form,
.modal #pop-contact_form .input-field {
  color: black;
}
#myModalLabel {
  min-height: 20px;
  color: #2AAAE1;
  font-weight: bold;
}
.modal .modal-header p {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
}
/* --------------------------------------
   Typography
   -------------------------------------- */
.text-blue {
  color: #424242;
  font-size: 27px;
}
/* Features */
.features {
  margin-bottom: 0px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
  background-size: cover;
}

.our_product {
  margin-bottom: 0px;
  padding-bottom: 20px;
  background-color: #ffffff;
  background-size: cover;
}
.our_product h1{
  font-family: 'lato';
  font-size:27px;
}

.features h1 {
  font-family:'lato';
  font-size: 27px;
}
.features-inner {
  margin: 0 auto;
  float: none;
}
.carousel-caption {
  font-size: 24px;
}
.carousel-caption h4 {
  font-size: 32px;
}
.features .item {
  height: 550px;
}
.features ul {
  padding-left: 20px;
}
#slide1 .car-img-box {
  background: url('../images/product/foundations_mathematic.jpg') top center no-repeat;
  width: 380px;
  height: 320px;
  background-size: 100%;
  margin: 0 auto 30px;
}
#slide2 .car-img-box {
  background: url('../images/feature-2.png') top center no-repeat;
  width: 150px;
  height: 150px;
  background-size: 100%;
  margin: 0 auto 30px;
}
#slide3 .car-img-box {
  background: url('../images/feature-3.png') top center no-repeat;
  width: 150px;
  height: 150px;
  background-size: 100%;
  margin: 0 auto 30px;
}
#slide4 .car-img-box {
  background: url('../images/feature-4.png') top center no-repeat;
  width: 150px;
  height: 150px;
  background-size: 100%;
  margin: 0 auto 30px;
}
/* Numeracy */
#numeracy {
  margin-bottom: 60px;
  padding-bottom: 20px;
  margin-top: 60px;
  position: relative;
}
.numeracy-title {
  margin-bottom: 35px;
}
.numeracy-title h1 {
  margin-bottom: 25px;
}
.num-description {
  position: absolute;
  z-index: 99;
}
#numeracy img {
  width: 100%;
}
/* Footer */
.footer_title{
  font-size: 16px;
  font-weight: 900;
}
footer {
  background-color: #2aaae1;
  color: white;
  padding-top: 30px;
}
.vretta_bottom_text{
  font-size: 12px;
  color: #999999;
  font-family: 'lato';
  font-weight: 900;
}

.vretta_bottom_text_02{
  font-size: 13px;
  color: #999999;
  font-family: 'lato';
  font-weight: 500;
}

footer a,
footer a:hover,
footer a:focus {
  color: #999999;
  text-decoration: none;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer .social {
  display: inline-block;
  margin-top: 10px;
}
footer .social img {
  width: 45px;
}
.footer-left {
/*  height: 185px;*/
}
.social_links{
  margin-left:13px;
}
.address_header{
  font-family: 'corbel', 'Helvetica', 'Arial'!important;
  margin-bottom:3px;
  font-size: 17px;
}
.google_maps{
  font-family: 'corbel', 'Helvetica', 'Arial'!important;
  margin-top:5px;
}
.google_maps a{
  width:60px;
  color:rgba(255,255,255,0.5);
}

footer .map-icon {
  height: 0;
}
footer .footer-map {
  position: relative;
  top: 13px;
  left: 26%;
}
/* Contact */
footer .contact {
  text-align: center;
}
footer .contact h3 {
  text-align: left;
  font-size: 20px;
}
footer p {
  margin: 0;
  min-width: 105px;
}
#email-status {
  padding-left:10px;
  padding-right:10px;
  max-width: 100%;
}

#contact_form input,
#pop-contact_form input {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
}
#contact_form p,
#pop-contact_form p {
  text-align: right;
 /* padding-right: 5%;*/
}/*
#contact_form p .btn,
#pop-contact_form p .btn {
  padding: 5px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: none;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #5d5b5c, #3d393a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d5b5c), to(#3d393a));
  background-image: -webkit-linear-gradient(top, #5d5b5c, #3d393a);
  background-image: -o-linear-gradient(top, #5d5b5c, #3d393a);
  background-image: linear-gradient(to bottom, #5d5b5c, #3d393a);
  background-repeat: repeat-x;
  border-color: #999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5b5c', endColorstr='#ff3d393a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#contact_form p .btn:active,
#pop-contact_form p .btn:active,
#contact_form p .btn:selection,
#pop-contact_form p .btn:selection {
  background-color: black;
  border-color: #999999;
}*/
#contact_form .input-field,
#pop-contact_form .input-field {
/*  background-color: white;
  font-weight: bold;*/
  border: 1px solid #999999;
  padding: 5px 10px;
}
#contact_form textarea,
#pop-contact_form textarea {
  width: 100%;
  height: 130px;
}
#contact_form .btn-form,
#pop-contact_form .btn-form {
  width: auto;
  height: auto;
}
#contact_form .btn-form:hover,
#pop-contact_form .btn-form:hover {
  background-color: black;
  box-shadow: none;
}
#myModal .modal-content {
  background: white;
  border-top: 5px solid #2AAAE1;
  border-bottom: 5px solid #2AAAE1;
  border-radius: 0;
}
#contact_form form::-webkit-input-placeholder {
  color: #999999;
}
#contact_form form:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
#contact_form form::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
#contact_form form:-ms-input-placeholder {
  color: #999999;
}
#pop-contact_form .input-field::-webkit-input-placeholder {
  color: #999999;
}
#pop-contact_form .input-field:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
#pop-contact_form .input-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
#pop-contact_form .input-field:-ms-input-placeholder {
  color: #999999;
}
/* --------------------------------------
   Media Queries
   -------------------------------------- */
/* Portrait & landscape phone */
/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
  /* Work section */
  #works .carousel-inner .col-sm-8 {
    width: 50%;
    float: none;
    clear: both;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .parallax-title {
  width: 100%;
  margin: 40px 0 0;
  position: relative;
  display: block;
  text-align: center;
  clear: both;
  text-shadow: 2px 2px 10px rgba(31,31,31,0.5);
  }
  #works .item {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #works .carousel-indicators,
  #works .carousel-control {
    display: none;
  }
  #works .item .carousel-inner .col-sm-8 img {
    width: 100%;
  }
  #works .carousel-inner .carousel-caption {
    position: relative;
    right: auto;
    left: auto;
    padding-bottom: 0;
  }
  #works .carousel-inner .carousel-caption h2 {
    margin-top: 10px;
  }
  #works .carousel-inner .carousel-caption .assess-img {
    display: none;
  }
  #works .carousel-inner .carousel-caption .text-left {
    text-align: center;
  }
  #works .carousel-inner .vcenter {
    display: block;
    align-items: inherit;
  }
  #partner .semester {
    bottom: 0;
  }
  .footer-left {
    height: auto;
  }

  footer {
    text-align: center;
  }
  footer .map-icon {
    display: none;
  }
  footer .social {
    margin-top: 25px;
  }
  /*Numeracy Section */
  #numeracy .numeracy-content .num-description {
    position: relative;
    left: auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  #numeracy .numeracy-content img {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  #contact_form {
    width: 90%;
    margin: 10px auto;
  }
  .slider-image-padding{
    padding-top: 180px;
  }
}
/* Teacher Registration */
#teacher-reg #top-nav {
  vertical-align: middle;
  padding: 20px;
  position: relative;
  top: 0px;
  border-bottom: 1px solid #ccc;
}
.muted-branding {
  color: #aaa;
}
#teacher-reg .reg-instruct {
  color: #036;
  margin-top: 4px;
  margin-bottom: 20px;
}
#teacher-reg div.form-area {
  margin: auto;
  float: none;
  clear: both;
}
#teacher-reg div.form-left {
  width: 35%;
  display: inline-block;
  max-width: 900px;
  margin: auto;
  margin-bottom: 10px;
  font-size: 16px;
}
#teacher-reg div.form-right {
  width: 60%;
  display: inline-block;
}
#teacher-reg div.form-right div,
#teacher-reg input,
#teacher-reg textarea,
#teacher-reg .form-right select {
  width: 100%;
  display: inline;
}
#teacher-reg footer {
  background-color: white;
}
#teacher-reg .teacher-submit-btn {
  margin-top: 10px;
}

/* ======================================================================================== aden_style ========================= */
.hero-title{
  margin-bottom: 30px;
}
.howitworks{
  position: relative;
  width:800px;
  min-width: 800px;
  margin: 0 auto;
}
.our_story{
  position: relative;
  width:800px;
  min-width: 800px;
  margin: 0 auto;
}

.our_story p{
  font-size: 18px;
  font-family: 'centric gothic', Helvetica, Arial;
  color:#888888;
}

.hero-btn{
  font-family: 'lato';
  padding: 12px;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,1);
}

.hero-btn:hover,
.hero-btn:active, {
  color: #ffffff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.snapshot{
  font-family: 'lato';
  padding: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #999999;
  background-color: #f8f8f8;
  text-transform: uppercase;
  box-shadow: 1px 1px 3px 1px #dbdbdb;
}

.insight{
  font-family: 'lato';
  padding: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #999999;
  background-color: #ffffff;
  text-transform: uppercase;
  box-shadow: 1px 1px 3px 1px #dbdbdb;
}

.our_story_title{
  font-family: 'lato';
  margin-top: 30px;
  padding-top:30px;
}
.partners_style{
  border: 1px solid #eeeeee;
  margin-bottom:15px;
  margin-top:15px;
}
.association-style{
  height: 130px;
}

.portfolio-image {
  margin:0;
}
.portfolio-image img {
  display: block;
  width: 95%;
  box-shadow:0 0 0 0 #000000;
}

/* #Blog
================================================== */

.site-header {
  margin-bottom:70px;
}
#primary {
  padding-top:0px;
  padding-bottom:60px;
}
#primary > .post:last-child {
  border-bottom:0;
  margin-bottom:0;
  padding-bottom:0;
}
.blog #primary {
  padding-top:80px;
}
.search .hentry, .post {
  margin-bottom:50px;
  padding-bottom:30px;
  border-bottom:1px solid #EFEFEF;
}
.single-post .post {
  margin:0;
  padding:0;
  border:none;
}
.entry-title {
  margin:0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-transform:uppercase;
  font-size:22px;
}
h1.entry-title {
  font-size:22px;
  line-height: 1.4em;
}
.entry-header {
  margin-bottom:20px;
}
.ut-post-thumbnail {
  margin-bottom:20px;
}
.entry-thumbnail {
  margin:0;
  position:relative;
}
.entry-thumbnail img {
  margin:0;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.page-links {
  margin:0 0 20px 0;
  font-size:11px;
  letter-spacing:0.5px;
  text-transform:uppercase;
}
.page-links ul {
  list-style:none;
  margin:0;
  padding:0;
}
.page-links ul li {
  display:inline;
  margin-right:10px;
}
.page-links ul li a {
  font-weight:bold;
}
/* #Blog Posts & Post Formats
================================================== */

.ut-sticky {
  display:none;
}
.sticky .entry-meta .ut-sticky {
  display:block;
}
.entry-meta {
  font-size:11px;
  text-align:right;
  margin-bottom:20px;
  color:#222222;
}
.entry-header .entry-meta {
  text-align:left;
  margin-top:5px;
  margin-bottom:0;
}
.reply-link i, .edit-link i, .tags-links i, .entry-meta i {
  padding-right:5px;
  color:#222222;
}
.entry-meta .author-links, .entry-meta .cat-links, .entry-meta .comments-link, .entry-meta .edit-link {
  color:#222222;
  display:block;
  text-transform:uppercase;
  letter-spacing:0.5px;
}
.entry-header .entry-meta .date-format, .entry-header .entry-meta .author-links, .entry-header .entry-meta .cat-links, .entry-header .entry-meta .comments-link {
  display:inline-block;
  margin-right:10px;
  text-transform:uppercase;
  letter-spacing:0.5px;
}
.tags-links a, .entry-meta a {
  color:#888888;
  cursor: pointer;
}
.permalink {
  text-transform:uppercase;
  letter-spacing:0.5px;
}
.tags-links {
  margin-bottom:20px;
  font-size:11px;
  color:#222222;
  display:block;
  text-transform:uppercase;
  letter-spacing:0.5px;
}
.date-format {
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #EFEFEF;
  font-family:'Helvetica', Arial, Sans-serif !important;
}
.entry-header .date-format {
  margin:0;
  padding:0;
  border:none;
  font-family:inherit;
}
.date-format .day {
  font-size:60px;
  display:block;
  line-height:50px;
  font-weight:bold;
  color:#222222;
}
.date-format .month {
  color:#222222;
  display:block;
  text-transform:uppercase;
  font-size:14px;
}
a.more-link {
  color:#222222;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.5px;
}
a.more-link .more-link {
  text-align:right;
  display:block;
  width:auto;
}
.author-link i, a.more-link i {
  -webkit-transition:0.3s all ease;
  -moz-transition:0.3s all ease;
  transition:0.3s all ease;
  padding-left:5px;
}
.author-link:hover i, a.more-link:hover i {
  padding-left:10px;
}
/* About the Author */

.author-info {
  margin-top:30px;
  padding-top:50px;
  margin-bottom:20px;
  border-top:1px solid #EFEFEF;
}
.author-avatar {
  float:left;
  margin-right:20px;
}
.author-avatar img {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.author-bio {
  color:#222222;
}
.the-author {
  display:block;
  font-weight:bold;
}
/* Format chat */

.format-chat p {
  margin:0;
  padding:3px;
}
.format-chat p:nth-child(2n+1) {
  background:#F0F0F0;
}
.format-chat .entry-content {
  margin-bottom:20px;
}
/* Format gallery */ 

.ut-gallery-wrap {
  overflow:hidden;
}
.ut-gallery-slider {
  margin: 0;
  padding: 0;
}
.ut-gallery-slider {
  height:320px;
  background:url("images/loaders/ajax-loader.gif");
  background-repeat:no-repeat;
  background-position:center center;
}
.ut-gallery-slider.loaded {
  background:none;
}
.ut-gallery-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.ut-gallery-slider .slides > li img {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.ut-gallery-slider .slides {
  zoom: 1;
}
.ut-gallery-slider {
  margin: 0 0 20px;
  background: #FFFFFF;
  position: relative;
  zoom: 1;
}
.ut-gallery-slider .flex-direction-nav {
  *height: 0;
  list-style:none;
}
.ut-gallery-slider .flex-direction-nav a  { 
  display: block; 
  width: 30px; 
  height: 30px; 
  margin: 0; 
  position: absolute;
  bottom:10px; 
  z-index: 10; 
  overflow: hidden; 
  opacity: 1; 
  cursor: pointer; 
  color:#ffffff; 
  -webkit-transition: all .3s ease; 
  -moz-transition: all .3s ease; 
  transition: all .3s ease; 
  text-align:center;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px; 
}
.ut-gallery-slider .flex-direction-nav a:before  { font-family: 'FontAwesome'; font-size: 20px; line-height:30px; display: inline-block; content: '\f104'; }
.ut-gallery-slider .flex-direction-nav a.flex-next:before  { content: '\f105'; }

.ut-gallery-slider .flex-direction-nav .flex-prev { right:45px !important; }
.ut-gallery-slider .flex-direction-nav .flex-next { right:10px; }

.ut-gallery-slider .flex-direction-nav .flex-prev:hover { background:#121212; }
.ut-gallery-slider .flex-direction-nav .flex-next:hover { background:#121212; }

/* Format Audio */

.mejs-container, .mejs-embed, .mejs-embed body {
  background:#222222 !important;
  margin-bottom:20px;
}
.mejs-container .mejs-controls {
  background:none !important;
}
.mejs-controls .mejs-button button:focus {
  outline:none !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background:none !important;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  background:#222222 !important;
  color:#FFFFFF !important;
  border-color:#222222 !important;
}
/* Format Quote */
.format-quote blockquote {
  text-transform:uppercase;
  font-size:22px;
}
/* Format Link */ 

.format-link .entry-header a {
  padding:20px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  display:block;
  -webkit-transition:0.3s all ease;
  -moz-transition:0.3s all ease;
  transition:0.3s all ease;
}
.format-link .entry-header a .entry-title,
.format-link .entry-header .entry-title a {
  color:#FFFFFF;
}
.format-link .entry-header a:hover {
  background:#222222 !important;
  color:#FFFFFF;
}
.format-link .entry-header .entry-title i {
  padding-right:5px;
}
/* #Blog Navigation
================================================== */

#ut-blog-navigation {
  margin:0;
  padding:10px 0;
  color:#222222;
  background:#F1F1F1;
}
#ut-blog-navigation a {
  color:#222222;
  font-size:60px;
  line-height:60px;
}
#ut-blog-navigation .nav-previous {
  float:left;
}
#ut-blog-navigation .nav-next {
  float:right;
}
/* #Comments
================================================== */

#comments {
  padding-top:50px;
  margin-top:30px;
  border-top:1px solid #EFEFEF;
}
.author-title, #reply-title, .comments-title {
  text-transform:uppercase;
  font-size:17px;
  margin-bottom:20px;
}
#reply-title {
  margin-bottom:10px;
}
.comment-body {
  background:#F1F1F1;
  overflow:hidden;
  padding:20px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  position:relative;
}
.ut-arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right:10px solid #F1F1F1;
  position:absolute;
  left:90px;
  top:40px;
}
.comment-list {
  margin-left:0;
  padding-bottom:30px;
  margin-bottom:50px;
  border-bottom:1px solid #EFEFEF;
}
.comment-list li.comment {
  position:relative;
}
.comment-list li article {
  margin-bottom:20px;
}
#comment-nav-above, #comment-nav-below {
  margin-bottom:50px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.5px;
  padding-bottom:50px;
  border-bottom:1px solid #EFEFEF;
}
.comment-avatar {
  float:left;
  margin-right:20px;
  margin-bottom:20px;
}
.comment-avatar .avatar {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.bypostauthor {
  color:inherit;
}
.fn {
  font-size:inherit;
  color:#222222;
  font-style:inherit;
  font-weight:bold;
}
.fn a {
  color:#222222;
}
.comment-footer {
  font-size:11px;
  text-transform:uppercase;
  text-align:right;
}
.comment-footer .edit-link {
  margin-left:10px;
}
.comment-footer a {
  color:#222222;
}
.comment-metadata {
  font-size:11px;
  color:#888888;
  letter-spacing:0.5px;
  text-transform:uppercase;
}
.comment-metadata a {
  color:#888888;
}
.comment-header, .comment-metadata, .comment-footer {
}
.comment-header {
  margin-bottom:20px;
}
#commentform p.comment-form-author, #commentform p.comment-form-email {
  float: left;
  margin-right: 2%;
  width: 32%;
}
#commentform p.comment-form-url {
  float: left;
  width: 32%;
}
#commentform input#author, #commentform input#email, #commentform input#url {
  width:100%;
  display:block;
  margin-bottom:0;
}
#commentform textarea {
  width:100%;
  display:block;
  min-height:200px;
}
#commentform #submit {
  margin:0;
}
#searchform label, .comment-awaiting-moderation, #commentform label {
  color:#222222;
}
#searchform label, .comment-awaiting-moderation, #cancel-comment-reply-link, #commentform label {
  font-size:11px;
  letter-spacing:0.5px;
  text-transform:uppercase;
}
#cancel-comment-reply-link:hover {
  color:#222222;
}
.comment-edit-link:hover, .comment-reply-link:hover {
  color:#888888;
}
.pingback {
  margin-bottom:20px;
}

/* #Sidebar & Widgets
================================================== */

#secondary {
  padding-top:0px;
  font-size:12px;
  color:#888888;
  margin-bottom:80px;
}
#secondary ul.sidebar {
  padding-left:25px;
}
#secondary ul.sidebar li:last-child {
    margin-bottom:0;
    padding-bottom:0;
}
.blog #secondary {
  padding-top:80px;
}
.page-template-templatestemplate-archive-php a, 
#secondary a {
  color:#222222;
}
ul.sidebar, .widget-container ul {
  margin:0;
  padding:0;
  list-style:none;
}
.widget-title {
  font-size:13px;
  color:#222222;
  text-transform:uppercase;
  margin-bottom:20px;
}
.widget-container {
  margin-bottom:30px;
}
.widget-container select, 
.widget-container ul {
  margin-bottom:20px;
}
.widget-container ul.sub-menu, 
.widget-container ul.children {
  margin:0;
}
.widget_tag_cloud {
  margin-bottom:45px;
}
.ut-archive-tags a, .widget_tag_cloud a {
  display:inline-block;
  font-size:10px !important;
  border:1px solid #888888;
  color:#888888 !important;
  padding:3px 6px;
  margin:0 2px 5px 0;
  text-transform:uppercase;
  -webkit-transition:0.2s all linear;
  -moz-transition:0.2s all linear;
  transition:0.2s all linear;
  font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
}
.ut-footer-dark .ut-footer-area .widget_tag_cloud a {
  border:1px solid #777777;
  color:#777777 !important;
}
.ut-archive-tags a:hover, .widget_tag_cloud a:hover {
  border-color:#222222;
  color:#222222 !important;
}
.widget_categories ul, .widget_pages ul, .widget_nav_menu ul, .widget_recent_entries ul, .widget_recent_comments ul, .widget_meta ul, .widget_archive ul {
  margin-bottom:15px;
}
.widget_categories li, .widget_pages li, .widget_nav_menu li, .widget_recent_entries li, .widget_recent_comments li, .widget_meta li, .widget_archive li {
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom:1px solid #EFEFEF;
  padding-left:10px;
  position:relative;
}
.ut-footer-dark .ut-footer-area .widget_categories li, 
.ut-footer-dark .ut-footer-area .widget_pages li, 
.ut-footer-dark .ut-footer-area .widget_nav_menu li, 
.ut-footer-dark .ut-footer-area .widget_recent_entries li, 
.ut-footer-dark .ut-footer-area .widget_recent_comments li, 
.ut-footer-dark .ut-footer-area .widget_meta li, 
.ut-footer-dark .ut-footer-area .widget_archive li {
  border-bottom:1px solid #222222;
}
.widget_recent_comments li {
  padding-left:0;
}
.widget_categories li:before, 
.widget_pages li:before, 
.widget_nav_menu li:before, 
.widget_recent_entries li:before, 
.widget_meta li:before, 
.widget_archive li:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-weight: normal;
  font-style: normal;
  position:absolute;
  top:0;
  left:0;
  color:#222222;
}
.ut-footer-dark .ut-footer-area .widget_categories li:before, 
.ut-footer-dark .ut-footer-area .widget_pages li:before, 
.ut-footer-dark .ut-footer-area .widget_nav_menu li:before, 
.ut-footer-dark .ut-footer-area .widget_recent_entries li:before, 
.ut-footer-dark .ut-footer-area .widget_meta li:before, 
.ut-footer-dark .ut-footer-area .widget_archive li:before {
    color:#777777;
}
.widget_pages li.page_item_has_children, 
.widget_nav_menu li.menu-item-has-children {
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0;
}
.ut-footer-dark .ut-footer-area .widget_pages li.page_item_has_children, 
.ut-footer-dark .ut-footer-area .widget_nav_menu li.menu-item-has-children {
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0;
}
.widget_pages li.page_item_has_children .children, 
.widget_nav_menu li.menu-item-has-children .sub-menu {
  margin:0;
}
.widget_pages li.page_item_has_children .children li:first-child, 
.widget_nav_menu li.menu-item-has-children .sub-menu li:first-child {
  padding-top:5px;
  margin-top:5px;
  border-top:1px solid #EFEFEF;
}
.ut-footer-dark .ut-footer-area .widget_pages li.page_item_has_children .children li:first-child, 
.ut-footer-dark .ut-footer-area .widget_nav_menu li.menu-item-has-children .sub-menu li:first-child {
  border-top:1px solid #222222;
}
.widget_pages li.page_item_has_children .children li:first-child:before, 
.widget_nav_menu li.menu-item-has-children .sub-menu li:first-child:before {
  top:5px;
}
.ut-flickr-item {
  width:75px;
  height:75px;
  background:url("images/loaders/ajax-loader.gif");
  background-repeat:no-repeat;
  background-position:center center;
}
.ut-flickr-item.loaded {
  background:none;
}
.ut_widget_flickr .flickr_items {
  margin-bottom:15px;
}
.ut_widget_flickr li {
  float:left;
  margin:0 5px 5px 0;
}
.ut_widget_flickr li img {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  opacity:1;
  -webkit-transition:0.2s all linear;
  -moz-transition:0.2s all linear;
  transition:0.2s all linear;
}
.ut_widget_flickr li img:hover {
  opacity:0.5;
}
.widget_rss .rsswidget img {
  vertical-align:middle;
}
.widget_rss li {
  margin-bottom:10px;
}
.widget_rss .rss-date {
  display:block;
}
.tweet-left {
  display:none;
}
.tweet_list li {
  padding-left:20px;
  position:relative;
}
.ut-footer-dark .tweet_list li {
    border-color:#222222;
}
.tweet_list li:before {
  font-family: 'FontAwesome';
  content: "\f099";
  font-weight: normal;
  font-style: normal;
  position:absolute;
  top:0;
  left:0;
  color:#222222;
}
.ut-footer-dark .tweet_list li:before { 
    color:#777777;
}

/* #Default Pages
================================================== */

.page-header .entry-meta {
  text-align:center;
}

/* #Archive Template
================================================== */

.ut-archive-tags {
  margin-bottom:45px;
}
.ut-daily-archive-list, .ut-monthly-archive-list, .ut-monthly-archive-list, .ut-yearly-archive-list, .ut-contributors-archive-list, .ut-categories-archive-list, .ut-latest-posts-list {
  list-style:none;
  margin:0 0 20px 0;
}
.ut-daily-archive-list li, .ut-monthly-archive-list li, .ut-monthly-archive-list li, .ut-yearly-archive-list li, .ut-contributors-archive-list li, .ut-categories-archive-list li, .ut-latest-posts-list li {
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom:1px solid #EFEFEF;
  padding-left:10px;
  position:relative;
  list-style:none;
}
.ut-daily-archive-list li:before, .ut-monthly-archive-list li:before, .ut-monthly-archive-list li:before, .ut-yearly-archive-list li:before, .ut-contributors-archive-list li:before, .ut-categories-archive-list li:before, .ut-latest-posts-list li:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-weight: normal;
  font-style: normal;
  position:absolute;
  top:0;
  left:0;
}
.ut-archive-template-title {
  text-transform:uppercase;
  font-size:17px;
}
.dark .wpcf7-form input, .dark .wpcf7-form textarea,
input, textarea {
  background: rgba(0,0,0,0.5);
  border: 1px solid #DDDDDD;
  color: #b2b2b6;
  letter-spacing:0.5px;
  padding: 10px;
  outline: none;
  margin: 0;
  width:100%;
  max-width:100%;
  display: block;
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
  margin-bottom: 20px;
  -webkit-transition:0.2s border linear;
  -moz-transition:0.2s border linear;
  transition:0.2s border linear;
  -webkit-transform: translateZ(0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius: 0;
  -webkit-appearance: none;
}
.comment-content ul, .entry-content ul {
  list-style-type: disc;
}



.page-content img.wp-smiley, 
.entry-content img.wp-smiley, 
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  vertical-align:middle;
}
.wp-caption {
  position:relative;
  height:auto !important;
  overflow:hidden;
  max-width: 100%;
  padding:0;
  text-align:left;
  margin-bottom:20px;
}
.gallery-item a img, 
.wp-caption a img {
  -webkit-box-shadow:0 0 0 #222222;
  -moz-box-shadow:0 0 0 #222222;
  box-shadow:0 0 0 #222222;
}
.gallery-item {
  margin-left:0 !important;
}
.gallery-item a img:hover, 
.wp-caption a img:hover {
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption img, img[class*="wp-image-"] {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin:0;
  padding:5px;
}
.wp-caption-text {
  background: #222222;
  bottom: -50px;
  left: 0;
  margin: 0 !important;
  opacity: 0;
  padding: 1em 0;
  position: absolute;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  width: auto;
  color:#FFFFFF;
  font-size:11px;
  -webkit-border-radius:0 0 0 3px;
  -moz-border-radius:0 0 0 3px;
  border-radius:0 0 0 3px;
}
.wp-caption:hover .wp-caption-text {
  bottom:0;
  opacity:0.8;
}
.gallery-caption {
  position:inherit !important;
  -webkit-transition:inherit !important;
  -moz-transition:inherit !important;
  transition:inherit !important;
  opacity:1 !important;
  background:none !important;
  color:#999999;
}
.site-content .gallery {
  margin-bottom: 20px;
}
.gallery-caption {
}
.gallery img {
  border:none !important;
}
.gallery-item {
  margin-top:0 !important;
  overflow:hidden;
}
.site-content .gallery a img {
  border: none;
  height: auto;
  width: 100%;
}
.site-content .gallery dd {
  margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto;
}
embed, iframe, object {
  max-width: 100%;
}
.ut-video {
  margin-bottom:20px;
}

/* UNITED THEMES Columns */

.ut-one-half,
.ut-one-third,
.ut-two-thirds,
.ut-three-fourths,
.ut-one-fourth,
.ut-one-fifth,
.ut-two-fifth,
.ut-three-fifth,
.ut-four-fifth,
.ut-one-sixth,
.ut-five-sixth {
  float:left;
  margin-bottom:0;
  margin-right:4%;
  position:relative;
  display:inline;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.ut-column-last {
  clear:right;
  margin-right:0;
}
.ut-one-half {
  width:48%;
}
.ut-one-third {
  width:30.66%;
}
.ut-two-thirds {
  width:65.33%;
}
.ut-three-fourths {
  width:74%;
}
.ut-one-fourth {
  width:22%;
}
.ut-one-fifth {
  width:16.8%;
}
.ut-two-fifth {
  width:37.6%;
}
.ut-three-fifth {
  width:58.4%;
}
.ut-four-fifth {
  width:79.2%;
}
.ut-one-sixth {
  width:13.33%;
}
.ut-five-sixth {
  width:82.67%;
}


/* #Images & Media
================================================== */

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  width: auto\9; /* ie8 */
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align:bottom;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
i.alignleft, img.alignleft {
  margin: 5px 20px 5px 0;
}
i.alignright, img.alignright {
  margin: 5px 0 5px 20px;
}
.alignright.ut-custom-icon {
  margin:0 0 0 10px;
}
.alignleft.ut-custom-icon {
  margin:0 10px 0 0;
}
img.aligncenter {
  margin: 5px auto;
}
img.alignnone {
  margin: 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 5px 0;
}
.wp-caption.alignright {
  margin: 5px 0 5px 20px;
}
.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}
img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
  list-style-position: inside;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  width: 100% !important;
  margin:0 0 20px !important;
}
/* =Media

----------------------------------------------- */



/****************************************************

--------CSS Added by Igor Trushevsky, 2017-----------

****************************************************/

#clients {
  margin-bottom: 40px;
}

.brooklyn-header {
    margin-bottom: 20px;
    background-attachment: scroll;
    background-image: url(../images/divider1.png);
    background-repeat: repeat-x;
    background-position: center center;
    text-transform: uppercase;
}


/******* Team and Experts pages *********/

.mp-holder figure { 
    /* max-height: 240px; */
    /* overflow: hidden; */
}
.mp-holder img {
    /* object-fit: contain; */
}/* So we can add any size image and it doesn't chagne the size of the element */

.member-box.ut-member-style-3 { /* To avoid overflow issues with some elements being too long */
    /* height: 300px; */
}

.member-description-style-3 { /* To bring mail-to icons closer to their owner */
    padding: 8px;
    text-align: center;
}

.member-photo-style-3 img {
  width: 100%;
}



/********* Product Section (home page) *************/

.productGrid__link {
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
}

.productGrid__title {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-size: 48px;
  border-bottom: 3px solid currentColor;
  color: #fff;
  display: block;
  padding-bottom: 10px;
  white-space: nowrap;
}

.productGrid__image {
  opacity: 0.7;
  transition: 0.2s linear all;

}

.productGrid__link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  background-color: #000;
  pointer-events: none;
}

.productGrid__link:hover .productGrid__image {
  opacity: 0.4;
  transform: scale(1.1);
}

.productGrid__link:after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  width: 95%;
  height: 95%;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.7;
  pointer-events: none;
}



/************ Product Category Page ****************/

.productCategoryHeader {
  margin-bottom: 24px;
}

.productListing {
  position: relative;
  // display: flex;
  // align-items: center;
  min-height: 189px; /* height of icon plus 24px margin */
  color: #666;
  position: relative;
  padding: 18px 0;
}

.productListing:after {
  content: "";
  display: table;
  clear: both;
}

.productListing:nth-of-type(odd):before {
  content: "";
  display: block;
  width: 30000px;
  height: 100%;
  background-color: #f3f3f3;
  position: absolute;
  left: -200%;
  top: 0;
}

.productListing__text {
 /* top: 50%;
  transform: translateY(-50%);*/
}

.productList__icon {
  /*float: left;*/
}

.productListing__iconWrap {
 /* top: 50%;
  transform: translateY(-50%);*/
  // display: flex;
  // display: -ms-flex;
  // justify-content: center;
  // align-items: center;
  // width: 172px;
  // height: 172px;
  // border-radius: 50%;
  // background-color: #085d74;
}

.productListing__icon {
  position: relative;
  top:50%;
  transform: translateY(-50%);
}

.productListing__mainContent {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.productListing__text {
  /*margin-left: 24px;*/
}

.productListing__header {
  margin-bottom: 6px;
  font-weight: 900;
  color: #666;
}

.productListing__description {
  margin-bottom: 12px;
}

.productListing__links {
  display: block;
}

.productListing__links:after {
  content: "";
  display: table;
  clear: both;
}


.productListing__link {
  border: 2px solid #666;
  border-radius: 20px;
  padding: 6px 18px;
  color: #fff;
  background-color: #666;
  font-weight: 900;
  display: inline-block;
  float: right;
  margin-left: 12px;
  margin-right: 12px;
}

.productListing__link--inverse {
  color: #666;
  background-color: #fff;
}

@media (max-width: 767px) {
  .productListing__icon,
  .productListing__mainContent {
    top: unset;
    transform: none;
  }

  .productListing__icon {
    max-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 24px;
  }

  .productListing__links {
    margin: 20px 0 24px;
  }
}



/*********** Product Page **************/

.productPage .section-title {
  margin-bottom: 0;
}

.productContent {
  margin-bottom: 24px;
}

.productContent__description {
  margin-bottom: 24px;
}

.productContent__description p {
  margin-bottom: 8px;
  color: #666;
}

.productContent__image {
  margin-bottom: 18px;
}

.productContent__keyInfoWrap {
  color: #666;
  margin-bottom: 48px;
}

.productContent__keyInfoEntry {
  margin-bottom: 18px;
}

// .productContent__keyInfoNav {
//   display: flex;
//   justify-content: center;
//   margin-bottom: 24px;
// }

// .productContent__keyInfoLink {
//   display: flex;
//   flex-direction: column;
//   align-items: center;
//   cursor: pointer;
//   max-width: 70px;
//   margin: 0 12px;
// }

.productContent__keyInfoNav {
  display: block;
  // max-width: 530px;
  margin: 0 auto 24px;
  // text-align: center;
}

.productContent__keyInfoLink {
  display: inline-block;
  cursor: pointer;
  width: 80px;
  text-align: center;
  margin: 0 12px 6px;
  vertical-align: top;
}

.productContent__keyInfoIcon {
  opacity: 0.4;
  // max-width: 70px;
  max-height: 100%;
}

.productContent__keyInfoLink.active .productContent__keyInfoIcon {
  opacity: 1;
}

.productContent__keyInfoTitle {
  text-align: center;
  font-weight: 900;
}

.productContent__links {
  display: block;
  // text-align: center;
}

.productContent__link {
  border: 2px solid #666;
  border-radius: 20px;
  padding: 6px 18px;
  color: #fff;
  background-color: #666;
  font-weight: 900;
  display: inline-block;
  text-align: center;
  margin: 0 12px;
  min-width: 200px;
  margin-bottom: 12px;
}

.productContent__link--inverse {
  color: #666;
  background-color: #fff;
}

.productSection__keyInfoHeader {
  font-size: 30px;
  color: #666;
  font-weight: normal;
  margin-bottom: 12px;
}

.productContent__inlineLink {
  color: #80dfff;
}

.bookInfo__key {
  font-weight: bold;
}

.bookInfo__value {
  font-weight: 100;
}

.productContent__keyInfoEntry ul { list-style: disc; margin-bottom: 18px; }
.productContent__keyInfoEntry li { margin-left: 24px; }
.productContent__keyInfoEntry b { font-weight: bold; }
.productSection i,
.productCategoryPage i { font-style: italic; }
.productContent__keyInfoEntry p { margin-bottom: 12px; }

@media (max-width: 1200px) {
  .productContent__keyInfoNav {
    flex-wrap: wrap;
  }
  .productContent__keyInfoLink {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .productContent__links {
    text-align: center;    
  }
  .productContent__image {
    display: none !important;
  }
}

@media (max-width: 360px) {

  // .productContent__keyInfoLink {
  //   max-width: 90px;
  // }
}

/************** Request Access Modal ***************/

.requestForm {
  background-color: #f3f3f2;
  text-align: center;
  font: 14px/22px"Helvetica Neue", "ralewayregular", Helvetica, Arial, sans-serif;
}

.requestForm__header {
  display: block;
  background: linear-gradient(65deg, #344144, #1e839c);
  /*margin-bottom: 24px;*/
}

.requestForm__headerLogo {
  max-height: 80px;
}

.requestForm__body {
  padding: 24px;
  background-color: #f3f3f2;
}

.requestForm h2 {
  color: #888;
  font-size: 20px;
  margin-bottom: 6px;
}

.requestForm p {
  color: #333;
  margin-bottom: 18px;
}

.requestForm input[type="text"],
.requestForm textarea,
.requestForm__selectInput {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 10px;
  border-color: #ccc;
}

.requestForm input[type="submit"] {
  display: inline-block;
  border-radius: 4px;
  background-color: #056b86;
  color: #fff;
  width: auto;
  font-size: 1.2em;
  font-weight: 600;
  padding: 8px 48px;
  margin-bottom: 0;
}

.requestForm__close {
  position: absolute;
  top: 0; right: 0;
  background-color: #fff;
  border-radius: 50%;
  color: #157f9a;
  cursor: pointer;
  height: 32px; width: 32px;
  margin: 4px;
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
  // border: 1px solid currentColor;
}

.requestForm__close:hover {
  opacity: 1;
}

.requestForm__close:after {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6em;
}


/****** Product Slider *************/
.moreProductsSection {
  margin-top: 48px;
  margin-bottom: 48px;
}
.moreProducts__item {
  position: relative;
  text-align: center;
}
.moreProducts__title {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);;
  color: #fff;
  text-align: center;
  pointer-events: none;
}

.moreProducts__image {
  filter: brightness(0.4);
  max-width: 220px;
  margin: 18px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  transform-origin: left center;
  transition: 0.2s ease-in-out all;
}

.moreProducts__item:hover .moreProducts__image {
  transform: scale(1.05) translateX(-50%);
  filter: brightness(0.2) blur(1px);
}

.moreProducts__arrow,
.moreProducts__arrow:hover,
.moreProducts__arrow:focus {
  background-color: transparent;
  color: #7caeb5;
  font-size: 2em;
  position: absolute;
  top: 50%;
  opacity: 0.7;
  transition: 0.2s ease-in opacity;
  line-height: unset;
  letter-spacing: unset;
  border: none;
}

.moreProducts__arrow i {
  font-style: normal;
}

/*.moreProducts__arrow:hover {
  opacity: 1;
}*/

.moreProducts__arrow--left {
  left: 0;
  transform: translate(-100%, -50%);
}

.moreProducts__arrow--right {
  right: 0;
  transform: translate(100%, -50%);
}

i.fa {
  font-style: normal;
}



/************* Product Demo Request Form Page ***************/

.prodcutDemoFormPage .requestForm {
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 768px) {

  .requestForm__shorterInputsWrap {
    display: flex;
  }

  .requestForm__shorterInputsWrap > * {
    flex: 1;
    width: 100%;
  }

  .requestForm__shorterInputsWrap > input:first-child {
    margin-right: 8px;
  }



}

.productContactAlert {
  color: #5aab1f;
  display: block;
  border: 1px solid currentColor;
  border-radius: 4px;
  margin-top: 16px;
  padding: 16px;
}

.productContactAlert--fail {
  color: #f34b12;
}



//////************* UTILS ********************////

.centerVertical {
  top:50%;
  transform: translateY(-50%);
}

.posRel { position: relative; }
.posAbs { position: absolute; }

.clearAfter:after {
  content: "";
  display: table;
  clear: both;
}


/************** Privacy Pages ******************/

.privacy-page-format .entry-content p {
  margin-bottom: 20px;
}

.privacy-page-format .entry-content h4 {
  margin: 48px 0 24px;
  font-size: 18px;
  text-transform: uppercase;
}

.privacy-page-format .entry-content h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
}



.privacy-page-format .entry-content ul {
  margin-bottom: 24px;
}


.footer .footer_title {
  text-transform: uppercase;
}

.widget_recent_entries li > a {
  text-transform: capitalize;
}