.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.placeholderStyle {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
}
.openSans {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.openSansLight {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.openSansBold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
* {
  margin: 0;
  border: none;
  padding: 0;
}
html,
body {
  width: 100%;
}
dl,
menu,
ol,
ul {
  margin: 0;
}
menu,
ol,
ul {
  padding: 0;
}
h1,
h2,
h3 {
  font-size: 1.0em;
}
ol,
ul {
  list-style-type: none;
}
li {
  margin: 0 0 20px;
}
a {
  color: #213c65;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  color: #213c65;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
hr {
  margin: 40px 0;
  height: 1px;
  border-bottom: 1px solid #bcbec0;
  display: block;
}
hr:after,
hr:before {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.no-break {
  white-space: nowrap;
}
body {
  margin: 0;
  padding: 207px 0 0;
  font-size: 1.0em;
  line-height: 1.375em;
  color: #000;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.bx-wrapper,
.bx-viewport {
  height: 435px !important;
}
.bx-wrapper .bx-controls {
  margin-top: -25px;
  position: relative;
  z-index: 100;
}
.bx-wrapper .bx-pager {
  text-align: center;
  color: #666;
  padding-top: 0;
  z-index: 1000;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 2px;
  width: 10px;
  height: 10px;
  background: #999;
  text-indent: -9999px;
  display: block;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #d2a007;
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-prev {
  left: 20px;
}
.bx-wrapper .bx-prev:after {
  font-family: FontAwesome;
  content: "\f104";
  color: #fff;
  font-size: 40px;
  line-height: 0;
  text-indent: 0;
}
.bx-wrapper .bx-next {
  right: 20px;
}
.bx-wrapper .bx-next:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #fff;
  font-size: 40px;
  line-height: 0;
  text-indent: 0;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  text-decoration: none;
}
.bx-wrapper .bx-controls-direction a {
  margin-top: -240px;
  top: 60px;
  width: 14px;
  height: 32px;
  text-indent: 0;
  outline: 0;
  position: absolute;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.inactive {
  display: none;
}
#test {
  margin: 0 0 25px;
  padding: 20px 50px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}
#test .start {
  font-size: 1.1em;
  color: #FFF;
  font-weight: bold;
  width: 100%;
  margin: 1em auto;
  padding: .75em;
  background-color: #213c65;
  cursor: pointer;
}
#test #askEmail {
  margin: 1em auto;
}
#test #askEmail input {
  widrth: 230px;
}
#test #question {
  font-size: 1.15em;
  line-height: 1.5em;
}
#test #answers ul {
  margin: 0 0 50px;
  padding: 0;
  font-weight: bold;
  text-align: center;
  list-style-type: none;
}
#test #answers ul li {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  background-color: #213c65;
}
#test #answers ul li:hover,
#test #answers ul li:active {
  color: #fff;
  background-color: #cf4e08;
}
#test #answers ul a {
  color: #fff;
  text-decoration: none;
}
#test .btnDiv {
  color: #000;
  width: 30%;
  margin: 0 auto;
  text-align: center;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
}
#test .btnDiv:hover,
#test #test .btn1:active {
  background-color: #EFEFEF;
}
#test .loading {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #FFF;
  background-color: rgba(255,255,255,0.9);
}
#test .loading img {
  padding: 8px !important;
  margin-left: -20px;
  margin-top: -20px;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: none !important;
  background: #fff !important;
}
#test .center {
  text-align: center;
}
#test .ajfixed {
  color: #808080;
}
#test .title {
  margin: 0 0 20px;
  font-size: 1.75em;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
}
#test .clear {
  clear: both;
}
#test .right {
  text-align: right;
}
#test .title.tGreen {
  color: #8c0;
  color: #213c65;
}
#test .title.tOrange {
  color: #dd9300;
  color: #213c65;
}
#test .title.tPink {
  color: #E00000;
  color: #213c65;
}
#test .bar_bck {
  margin-bottom: 10px;
  height: 20px;
  background: #EFEFEF;
  border: 1px solid #ccc;
}
#test .progress {
  height: 19px;
  background: #FFF;
  float: left;
  background: -moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);
  background: -webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);
  background: -o-linear-gradient(top,#fff 0%,#e5e5e5 100%);
  background: -ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);
  background: linear-gradient(top,#fff 0%,#e5e5e5 100%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #999;
}
#test .progress .center {
  text-align: center;
}
#test .green,
#test .orange,
#test .pink {
  background: #af0;
  background: -moz-linear-gradient(top,#af0 0%,#8c0 100%);
  background: -webkit-linear-gradient(top,#af0 0%,#8c0 100%);
  background: -o-linear-gradient(top,#af0 0%,#8c0 100%);
  background: -ms-linear-gradient(top,#af0 0%,#8c0 100%);
  background: linear-gradient(top,#af0 0%,#8c0 100%);
  border-top-color: #e8ffbb;
  border-bottom-color: #690;
}
#test .orange {
  background: #fa0;
  background: -moz-linear-gradient(top,#fa0 0%,#dd9300 100%);
  background: -webkit-linear-gradient(top,#fa0 0%,#dd9300 100%);
  background: -o-linear-gradient(top,#fa0 0%,#dd9300 100%);
  background: -ms-linear-gradient(top,#fa0 0%,#dd9300 100%);
  background: linear-gradient(top,#fa0 0%,#dd9300 100%);
  border-top-color: #ffd277;
  border-bottom-color: #960;
}
#test .pink {
  background: #FF0000;
  background: -moz-linear-gradient(top,#FF0000 0%,#E60000 100%);
  background: -webkit-linear-gradient(top,#FF0000 0%,#E60000 100%);
  background: -o-linear-gradient(top,#FF0000 0%,#E60000 100%);
  background: -ms-linear-gradient(top,#FF0000 0%,#E60000 100%);
  background: linear-gradient(top,#FF0000 0%,#E60000 100%);
  border-top-color: #f6c;
  border-bottom-color: #906;
}
#test .purple {
  background: #a0f;
  background: -moz-linear-gradient(top,#A0F 0%,#9300dd 100%);
  background: -webkit-linear-gradient(top,#A0F 0%,#9300dd 100%);
  background: -o-linear-gradient(top,#A0F 0%,#9300dd 100%);
  background: -ms-linear-gradient(top,#A0F 0%,#9300dd 100%);
  background: linear-gradient(top,#A0F 0%,#9300dd 100%);
  border-top-color: #c655ff;
  border-bottom-color: #5b0088;
}
#test .blue {
  background: #0af;
  background: -moz-linear-gradient(top,#0af 0%,#0093dd 100%);
  background: -webkit-linear-gradient(top,#0af 0%,#0093dd 100%);
  background: -o-linear-gradient(top,#0af 0%,#0093dd 100%);
  background: -ms-linear-gradient(top,#0af 0%,#0093dd 100%);
  background: linear-gradient(top,#0af 0%,#0093dd 100%);
  border-top-color: #88d7ff;
  border-bottom-color: #069;
  margin-bottom: 15px;
}
@media only screen and (min-width: 668px) {
  .mobile,
  .mobile-inline,
  #mobileNav,
  #mobileToolbar,
  #headerMobile {
    display: none;
  }
  a.button {
    margin: 0;
    padding: 15px 40px;
    font-size: 20px;
    line-height: 1.0em;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #fff;
    display: inline-block;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  a.button:hover {
    color: #fff;
    cursor: pointer;
  }
  a.button.no-margin {
    margin-left: 0;
    margin-right: 0;
  }
  a.anchor {
    display: block;
    position: relative;
    top: -165px;
    visibility: hidden;
  }
  header {
    width: 100%;
    height: 207px;
    background: #223e69;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  header .shadow {
    margin: 0 0 0 -809px;
    padding: 0;
    width: 1618px;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/header-shadow.png) no-repeat center top;
    z-index: -1;
  }
  header.fixed {
    height: 155px;
  }
  header.fixed #intro {
    height: 95px;
  }
  header.fixed #intro a#logo {
    width: 270px;
    height: 62px;
  }
  header.fixed #intro a#logo .icon {
    width: 62px;
    height: 62px;
  }
  header.fixed #intro a#logo .txt {
    padding: 15px 0;
    width: 196px;
    height: 30px;
  }
  header.fixed #intro .fr {
    padding: 20px 0 0;
  }
  header.fixed #intro ul.socialIcons {
    margin: 0 0 5px;
  }
  #introContainer {
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/header-intro-background.jpg) no-repeat center top;
    background-size: 1800px 100%;
  }
  #intro {
    margin: 0 auto;
    padding: 0 32px;
    width: 960px;
    height: 147px;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/header-intro-background.jpg) no-repeat center top;
    background-size: 1800px 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  #intro a#logo {
    margin: 15px 0 0;
    width: 358px;
    height: 114px;
    float: left;
    overflow: hidden;
    display: block;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  #intro a#logo .icon {
    width: 114px;
    height: 114px;
    line-height: 114px;
    float: left;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  #intro a#logo .txt {
    margin: 0;
    padding: 39px 0;
    width: 230px;
    height: 36px;
    line-height: 114px;
    display: block;
    float: right;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  #intro .fr {
    padding: 44px 0 0;
    text-align: right;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  #intro ul.socialIcons {
    margin: 0 0 10px;
    list-style-type: none;
    float: right;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  #intro ul.socialIcons:before,
  #intro ul.socialIcons:after {
    content: "";
    display: table;
  }
  #intro ul.socialIcons:after {
    clear: both;
  }
  #intro ul.socialIcons li {
    margin: 0 0 0 4px;
    float: left;
  }
  #intro ul.socialIcons li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background: #213c65;
    display: block;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  #intro ul.socialIcons li a:after {
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-family: FontAwesome;
    font-weight: 400;
    transition: all .4s;
    -webkit-transition: all .4s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #intro ul.socialIcons li a:hover {
    background: #1b3153;
  }
  #intro ul.socialIcons li a:hover:after {
    font-size: 21px;
  }
  #intro ul.socialIcons li.facebook a:after {
    content: '\f09a';
  }
  #intro ul.socialIcons li.twitter a:after {
    content: '\f099';
  }
  #intro ul.socialIcons li.googlePlus a:after {
    content: '\f0d5';
  }
  #intro ul.socialIcons li.youTube a:after {
    content: '\f167';
  }
  #intro ul.socialIcons li.flickr a:after {
    content: '\f16e';
    content: '\f111  \f111';
    font-size: 7px;
    line-height: 0;
  }
  #intro ul.socialIcons li.pinterest a:after {
    content: '\f231';
  }
  #intro ul.socialIcons li.linkedin a:after {
    content: '\f0e1';
  }
  #intro ul.socialIcons li.search {
    margin: 0 0 0 15px;
    background: none;
  }
  #intro ul.socialIcons li.search form {
    margin: 0;
  }
  #intro ul.socialIcons li.flickr a:hover:after {
    font-size: 8px;
  }
  #intro p.phone {
    font-size: 20px;
    line-height: 1.0em;
    font-weight: 300;
    color: #f3ba0a;
  }
  #intro p.phone:before,
  #intro p.phone:after {
    content: "";
    display: table;
  }
  #intro p.phone:after {
    clear: both;
  }
  #navWrapper {
    width: 100%;
    background: #d2a007 url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/nav-background.gif) no-repeat center top;
  }
  nav {
    margin: 0 auto;
    padding: 0;
    width: 1024px;
    height: 60px;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/nav-background.gif) no-repeat center top;
  }
  nav a {
    text-decoration: none;
  }
  nav > ul {
    margin: 0;
    padding: 0;
    width: 1024px;
    list-style-type: none;
  }
  nav > ul > li {
    margin: 0;
    padding: 0;
    height: 60px;
    line-height: 60px;
    border-right: 2px solid #bc900a;
    float: left;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  nav > ul > li > a {
    margin: 0;
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    display: block;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  nav > ul > li:hover {
    background: #f5c534;
  }
  nav > ul > li:hover > a,
  nav > ul > li > a:hover {
    color: #213c65;
    font-weight: 700;
    text-decoration: none;
  }
  nav > ul > li:hover > ul.sub-menu {
    display: block;
    cursor: pointer;
  }
  nav > ul > li > ul.sub-menu {
    display: none;
    padding: 10px 32px 25px;
    width: auto;
    text-align: left;
    z-index: 9999;
    position: absolute;
    top: 60px;
    left: 0;
    background: #f5c534;
  }
  nav > ul > li > ul.sub-menu:before,
  nav > ul > li > ul.sub-menu:after {
    content: "";
    display: table;
  }
  nav > ul > li > ul.sub-menu:after {
    clear: both;
  }
  nav > ul > li.current_page_item > a,
  nav > ul > li.current_page_ancestor > a {
    color: #213c65;
    font-weight: 700;
  }
  nav > ul > li.about > a {
    width: 110px;
  }
  nav > ul > li.program > a {
    width: 135px;
  }
  nav > ul > li.admissions > a {
    width: 150px;
  }
  nav > ul > li.directory > a {
    width: 125px;
  }
  nav > ul > li.stories > a {
    width: 188px;
  }
  nav > ul > li.photos > a {
    width: 119px;
  }
  nav > ul > li.resources > a {
    width: 146px;
  }
  nav > ul > li.contact {
    float: right;
    border: none;
  }
  nav > ul > li.contact > a {
    width: 160px;
  }
  nav > ul > li.about > a {
    width: 115px;
  }
  nav > ul > li.program > a {
    width: 135px;
  }
  nav > ul > li.admissions > a {
    width: 147px;
  }
  nav > ul > li.directory > a {
    width: 125px;
  }
  nav > ul > li.stories > a {
    width: 105px;
  }
  nav > ul > li.photos > a {
    width: 105px;
  }
  nav > ul > li.resources > a {
    width: 135px;
  }
  nav > ul > li.blog > a {
    width: 92px;
  }
  nav > ul > li.contact {
    float: right;
    border: none;
  }
  nav > ul > li.contact > a {
    width: 155px;
  }
  nav > ul ul {
    display: none;
  }
  nav ul.sub-menu li {
    margin: 0 0 5px;
    text-align: left;
    position: static;
    color: #fff;
    font-size: 15px;
    line-height: 1.1em;
    font-weight: 400;
    float: none;
  }
  nav ul.sub-menu li a {
    padding: 10px 30px 10px 0;
    color: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
    border-color: rgba(255,255,255,0.4);
    display: block;
    position: relative;
  }
  nav ul.sub-menu li a:hover {
    color: #000;
    text-decoration: none;
  }
  nav ul.sub-menu li a:after {
    margin-top: -8px;
    padding-left: 20px;
    font-family: FontAwesome;
    content: '\f105';
    font-size: 16px;
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .placeholder {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
  }
  ::-webkit-input-placeholder {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
  }
  :-moz-placeholder {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
  }
  ::-moz-placeholder {
    opacity: 1;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
  }
  input:focus,
  select:focus,
  textarea:focus {
    border-color: #213c65;
  }
  .invalid input {
    border-color: #f00;
  }
  .checkboxes .invalid a {
    color: #f00;
  }
  section .fl.terms {
    width: 300px;
  }
  section input,
  section select,
  section textarea {
    margin: 0 10px 10px 0;
    padding: 15px 20px;
    font: 1.0em Arial, Helvetica, sans-serif;
    border-radius: 0;
    outline: none;
    border: 1px solid #d5d5d5;
  }
  section input.input {
    width: 290px;
  }
  section input#LastName,
  section input#Phone {
    margin-right: 0;
  }
  section input#Address {
    margin-right: 0;
    width: 636px;
  }
  section input#City {
    width: 208px;
  }
  section input#Zip {
    margin-right: 0;
    width: 138px;
  }
  section input.last {
    margin-right: 0 !important;
  }
  section input[type=checkbox] {
    margin: 5px 10px 0 0;
    padding: 0;
    width: auto;
    border: none;
    float: left;
  }
  section button[type=submit] {
    margin: 0 0 10px;
    width: 113px;
    height: 49px;
    font-size: 16px;
    line-height: 49px;
    color: #fff;
    text-transform: uppercase;
    float: right;
    background: #213C65;
    color: white;
    cursor: pointer;
  }
  section button[type=submit]:before {
    content: '';
    display: block;
    clear: both;
  }
  section button[type=submit]:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 1.0em;
  }
  section select {
    padding: 15px 14px 15px 20px;
    background: #fff url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/select-arrow.png) no-repeat right center;
    -webkit-appearance: none;
  }
  section select#State {
    width: 220px;
  }
  section select#Interest {
    width: 250px;
  }
  section select#BestTime {
    width: 220px;
  }
  section select#PreferContact {
    margin-right: 0;
    width: 180px;
  }
  section select.placeholder {
    color: #999;
  }
  section textarea {
    width: 636px;
    height: 150px;
    background-color: #fff;
    overflow: auto;
    resize: none;
    display: block;
    color: #2b2828;
  }
  section .warning {
    margin: 0 0 25px;
    padding: 20px 30px;
    background: #efefef;
    background: #172946;
  }
  section .warning h2 {
    margin: 0 0 10px;
    color: #fff;
  }
  section .warning p {
    margin: 0 0 20px;
    color: #fff;
  }
  section .warning ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  section .warning li {
    margin: 0 0 5px;
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 1.25em;
    color: #f00;
    position: relative;
    display: block;
  }
  section .warning li:before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 7px;
    line-height: 1.0em;
    position: absolute;
    top: 6px;
    left: 0;
  }
  section .checkboxes {
    width: 360px;
    float: left;
  }
  section .submitContainer {
    margin: 0 0 40px;
    width: 300px;
    float: right;
  }
  section #Interest {
    display: none;
  }
  section #BestTime {
    display: none;
  }
  section #PreferContact {
    display: none;
  }
  section .newslettersignup {
    display: none;
  }
  #searchform {
    margin: 0;
    display: block;
  }
  #searchform input {
    margin: 0;
    padding: 0 8px;
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    display: block;
    border: none;
    -moz-border-radius: 19px 0 0 19px;
    -webkit-border-radius: 19px 0 0 19px;
    border-radius: 19px 0 0 19px;
    float: left;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  #searchform input:focus {
    width: 180px;
  }
  #searchform button {
    width: 27px;
    height: 28px;
    background: #fff;
    float: right;
    -moz-border-radius: 0 19px 19px 0;
    -webkit-border-radius: 0 19px 19px 0;
    border-radius: 0 19px 19px 0;
  }
  #searchform button:after {
    content: '\f002';
    font-family: FontAwesome;
    color: #333;
    font-size: 14px;
    line-height: 1.0em;
    cursor: pointer;
  }
  #searchform button:hover {
    color: #fff;
  }
  #respond {
    margin: 0;
  }
  #respond:before,
  #respond:after {
    content: "";
    display: table;
  }
  #respond:after {
    clear: both;
  }
  #respond h3 {
    padding: 0;
    margin: 0;
  }
  #commentform input,
  #commentform textarea {
    margin-bottom: 5px;
    font-family: "futura-pt", Arial, sans-serif;
    font-size: 1.0em;
    border: 1px solid #ccc;
  }
  #commentform input[type=text] {
    margin: 0 0 10px;
    padding: 2%;
    width: 45%;
  }
  #commentform input#author {
    margin-right: 0;
    float: left;
  }
  #commentform input#email {
    float: right;
  }
  #commentform textarea {
    margin: 0 0 10px;
    padding: 2%;
    width: 96%;
    height: 120px;
    resize: vertical;
  }
  #commentform input[type=submit] {
    margin: 0 0 40px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #fff;
    background: #213c65;
    cursor: pointer;
    display: block;
    float: right;
    border: none;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  #commentform input[type=submit]:hover {
    background: #000;
  }
  nav.navigation {
    width: auto;
    background: none;
  }
  #nav-above,
  #nav-below {
    margin: 0;
    clear: both;
  }
  #nav-above {
    border: none;
    border-bottom: 1px solid #bcbec0;
  }
  #nav-below {
    border: none;
    border-top: 1px solid #bcbec0;
  }
  #nav-above .nav-previous,
  #nav-below .nav-previous {
    float: left;
  }
  #nav-above .nav-next,
  #nav-below .nav-next {
    float: right;
  }
  #nav-above a,
  #nav-below a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
  }
  #nav-above a:hover,
  #nav-below a:hover {
    color: #000;
  }
  #bannerWrapperMobile {
    display: none;
  }
  #bannerWrapper {
    height: 215px;
    overflow: hidden;
    position: relative;
  }
  #bannerWrapper .shadow {
    margin: 0 0 0 -651px;
    padding: 0;
    width: 1302px;
    height: 17px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/banner-shadow.png) no-repeat center top;
    z-index: 1;
  }
  #bannerWrapper #bannerContainer ul#bannerSlider {
    width: 100%;
    height: 215px;
    list-style-type: none;
    position: relative;
    overflow: hidden;
  }
  #bannerWrapper #bannerContainer ul#bannerSlider li {
    margin: 0;
    padding: 0;
    width: auto !important;
    height: 215px;
    display: block;
    float: left;
  }
  #bannerWrapper #bannerContainer ul#bannerSlider li img {
    width: auto;
    height: 215px;
    display: block;
  }
  #bannerWrapper.home {
    height: 435px;
  }
  #bannerWrapper.home .shadow {
    width: 0;
    height: 0;
    background: none;
    display: none;
  }
  #bannerWrapper.home #bannerContainer {
    height: 435px;
  }
  #bannerWrapper.home #bannerContainer ul#hmSlider {
    height: 435px;
  }
  #bannerWrapper.home #bannerContainer ul#hmSlider li {
    height: 435px;
    background-repeat: no-repeat;
    background-position: center top;
  }
  #bannerWrapper.home #bannerContainer ul#hmSlider li div {
    margin: 0 auto;
    padding: 340px 32px 0;
    width: 960px;
    height: 435px;
    background-repeat: no-repeat;
    background-position: center top;
  }
  #bannerWrapper.home #bannerContainer ul#hmSlider li div h3 {
    width: 660px;
    font-size: 26px;
    line-height: 1.25em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-weight: 300;
    color: #fff;
    text-align: left;
    display: inline-block;
    float: left;
  }
  #bannerWrapper.home #bannerContainer ul#hmSlider li div a.button {
    margin-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
    border-color: #d2a007;
    background: #d2a007;
    font-weight: 400;
    float: right;
  }
  #bannerWrapper.home #bannerContainer ul#hmSlider li div a.button:hover {
    background: none;
    color: #f3ba0a;
  }
  #bannerWrapper.home #bannerContainer ul#hmSlider li.placement,
  #bannerWrapper.home #bannerContainer ul#hmSlider li.placement div {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/bannerHM-placement.jpg);
  }
  #bannerWrapper.home #bannerContainer ul#hmSlider li.environment,
  #bannerWrapper.home #bannerContainer ul#hmSlider li.environment div {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/bannerHM-solar.jpg);
  }
  #bannerWrapper.home #bannerContainer ul#hmSlider li.academics,
  #bannerWrapper.home #bannerContainer ul#hmSlider li.academics div {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/bannerHM-girls.jpg);
  }
  #bannerWrapper.home #bannerContainer ul#hmSlider li.stories,
  #bannerWrapper.home #bannerContainer ul#hmSlider li.stories div {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/bannerHM-stories.jpg);
  }
  #bannerWrapper.home #bannerContainer ul#hmSlider li.test,
  #bannerWrapper.home #bannerContainer ul#hmSlider li.test div {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/bannerHM-test.jpg);
  }
  #contentWrapper {
    width: 100%;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/contentWrapper-background.png) repeat-y center top;
    border-bottom: 6px solid #fff;
    position: relative;
    oveflow: hidden;
  }
  #contentContainer {
    margin: 0 auto;
    padding: 0 0 50px;
    width: 1024px;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/contentWrapper-background.png) repeat-y center top;
    position: relative;
    z-index: 1;
  }
  #contentContainer p.top {
    position: absolute;
    bottom: 30px;
    right: 32px;
  }
  body.blog h1,
  body.single h1,
  body.archive h1,
  body.search h1 {
    margin: 0 0 40px;
  }
  body.blog h2,
  body.single h2,
  body.archive h2,
  body.search h2 {
    margin: 0;
    font-size: 1.4em;
    line-height: 1.25em;
    color: #000;
  }
  body.blog h2 a,
  body.single h2 a,
  body.archive h2 a,
  body.search h2 a {
    text-decoration: none;
  }
  body.blog h2 a:hover,
  body.single h2 a:hover,
  body.archive h2 a:hover,
  body.search h2 a:hover {
    text-decoration: underline;
  }
  body.blog .entry-meta,
  body.single .entry-meta,
  body.archive .entry-meta,
  body.search .entry-meta {
    margin: 0 0 20px;
    font-size: 0.875em;
    line-height: 1.5em;
  }
  body.blog article,
  body.single article,
  body.archive article,
  body.search article {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
  }
  body.single h1 {
    margin: 0;
  }
  #sectionWrapper {
    width: 752px;
    float: right;
  }
  section {
    margin: 0;
    padding: 55px 32px 40px 40px;
    width: 680px;
  }
  section a {
    text-decoration: underline;
  }
  section a:hover {
    color: #000;
  }
  section a.button.mobile {
    display: none;
  }
  section h1,
  section h2,
  section h3 {
    color: #000;
    font-weight: 600;
  }
  section h1 {
    margin: 0 0 40px;
    font-size: 1.75em;
    line-height: 1.25em;
    color: #000;
  }
  section h2 {
    margin: 40px 0 25px;
    font-size: 1.375em;
    line-height: 1.25em;
    color: #213c65;
  }
  section h3 {
    margin: 0 0 10px;
    font-size: 1.125em;
    line-height: 1.25em;
    color: #000;
  }
  section p {
    margin: 0 0 25px;
  }
  section blockquote {
    margin: 0 0 25px;
    padding: 20px 0 0;
    color: #000;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  section blockquote:before,
  section blockquote:after {
    content: "";
    display: table;
  }
  section blockquote:after {
    clear: both;
  }
  section blockquote p {
    margin: 0 0 25px;
    padding: 0 40px;
    text-align: justify;
    font-size: 1.15em;
    line-height: 1.5em;
    font-style: italic;
    position: relative;
  }
  section blockquote span {
    margin: 0;
    padding: 5px 0;
    display: block;
    font-style: normal;
    float: right;
  }
  section blockquote p:before {
    content: '\f10d';
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1.0em;
    position: absolute;
    color: rgba(33,60,100,0.2);
    top: -5px;
    left: 15px;
    z-index: -1;
  }
  section blockquote p:after {
    content: '\f10e';
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1.0em;
    position: relative;
    color: rgba(33,60,100,0.2);
    bottom: 0px;
    right: -7px;
    z-index: -1;
  }
  section img {
    padding: 10px;
    max-width: 658px;
    height: auto;
    border: 1px solid #ccc;
    background: #fff;
  }
  section img.alignleft {
    margin: 0 30px 10px 0;
    float: left;
  }
  section img.alignright {
    margin: 0 0 10px 30px;
    float: right;
  }
  section img.aligncenter {
    margin: 0 auto 15px;
    display: inline-block;
  }
  section img.excerpt_thumbnail {
    margin: 0 15px 10px 0;
    float: left;
  }
  section img.fl {
    float: left;
  }
  section img.fr {
    float: right;
  }
  section img.wp-smiley {
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
  section img.staff-photo {
    padding: 0;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
  }
  section .wp-caption {
    margin: 0;
    padding: 10px 10px 0;
    background: none;
    border: 1px solid #ccc;
    background: #fff;
  }
  section .wp-caption.alignleft {
    margin: 0 25px 10px 0 !important;
    float: left;
  }
  section .wp-caption.alignright {
    margin: 0 0 10px 25px !important;
    float: right;
  }
  section .wp-caption img {
    margin: 0 0 4px 0;
    padding: 0;
    border: none;
    background: none;
  }
  section .wp-caption p {
    margin: 0 0 8px 0;
    font-size: 12px;
    line-height: 1.250em;
    text-align: left;
  }
  section ul {
    padding: 0 0 0 50px;
    list-style-type: disc;
  }
  section ul.terms {
    padding: 0;
    list-style-type: none !important;
  }
  section ul.terms li strong {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
  }
  section ul.site-map {
    padding: 0;
    list-style-type: none !important;
  }
  section ul.site-map ul {
    margin: 0 0 40px;
    padding: 0 0 0 40px;
  }
  section ul.site-map li {
    margin: 0 0 5px;
  }
  section ul.site-map a {
    font-weight: 400 !important;
  }
  section ul#comment-list {
    padding: 0 0 0 30px;
  }
  section ul#comment-list > li > ul {
    padding: 0 0 0 30px;
  }
  section ul#comment-list > li > ul > li > ul {
    padding: 0 0 0 30px;
  }
  section ul#comment-list > li > ul > li > ul > li ul {
    padding: 0;
  }
  section table {
    margin: 0 0 25px;
    border-collapse: collapse;
    border: 1px solid #dcdcdc;
  }
  section table th {
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background: #444;
    color: #fff;
  }
  section table td {
    padding: 10px 20px;
    width: 50%;
    vertical-align: top;
    background: #f7f6f1;
  }
  section table td.first,
  section table th.first {
    border-right: 1px solid #ccc;
  }
  section table tr.odd td {
    background: #eeece0;
  }
  section #formSubmission table td.first,
  section #formSubmission table th.first {
    width: 20%;
    border: none;
  }
  section #formSubmission table tr.odd td {
    background: #f7f6f1;
  }
  section #formSubmission table select {
    padding-right: 50px;
  }
  section #formSubmission table input[type=radio] {
    margin: 0 0 0 15px;
  }
  section #videoFrame:before,
  section #videoFrame:after {
    content: "";
    display: table;
  }
  section #videoFrame:after {
    clear: both;
  }
  section #videoFrame .vid {
    margin: 0 0 15px;
    float: left;
  }
  section #videoFrame .vid.odd {
    float: right;
  }
  section #videoFrame .vid.odd:before,
  section #videoFrame .vid.odd:after {
    content: "";
    display: table;
  }
  section #videoFrame .vid.odd:after {
    clear: both;
  }
  section .testimonial {
    margin: 0 0 25px;
    padding: 20px;
    border: 1px solid #dcdcdc;
  }
  section .block {
    margin: 25px;
    padding: 20px;
    font-size: 0.875em;
    line-height: 1.5em;
    border: 1px solid #ccc;
  }
  section hr {
    margin: 40px 0;
    display: block;
    clear: both;
  }
  section hr:before,
  section hr:after {
    content: "";
    display: table;
  }
  section hr:after {
    clear: both;
  }
  section .toc {
    margin: 0 0 25px;
    padding: 20px 40px 0;
    border: 1px solid #213c65;
    background: #213c65;
  }
  section .toc:before,
  section .toc:after {
    content: "";
    display: table;
  }
  section .toc:after {
    clear: both;
  }
  section .toc ul {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
  }
  section .toc ul li a {
    color: #fff;
    font-size: 1.1em;
    text-decoration: none;
  }
  section .toc ul li a:after {
    padding-left: 15px;
    content: '\f105';
    font-family: FontAwesome;
    line-height: 1.0em;
  }
  section .toc ul li a:hover {
    color: #f3ba0a;
  }
  section #takeOurTest {
    display: none;
  }
  section #contactUs {
    display: none;
  }
  ul#infoSliderPager {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 38px;
    list-style-type: none;
    background: #213c65;
    border-bottom: 2px solid #fff;
    white-space: nowrap;
  }
  ul#infoSliderPager li {
    width: 24%;
    height: 38px;
    position: relative;
    float: left;
  }
  ul#infoSliderPager li.active {
    background: #d2a007;
  }
  ul#infoSliderPager li.first,
  ul#infoSliderPager li.last {
    width: 38%;
  }
  ul#infoSliderPager li.first a {
    padding-right: 120px;
    text-align: right;
    border-left: none;
  }
  ul#infoSliderPager li.last a {
    padding-left: 120px;
    text-align: left;
    border-right: none;
  }
  ul#infoSliderPager li a {
    width: auto;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    position: relative;
  }
  ul#infoSliderPager li a:hover {
    text-decoration: none;
  }
  ul#infoSliderPager li .arrow {
    margin: 0;
    margin-left: -13px;
    padding: 0;
    width: 26px;
    height: 15px;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/infoSliderPager-arrow.png) no-repeat left top;
    position: absolute;
    left: 50%;
    bottom: -15px;
    z-index: 1;
    display: none;
  }
  ul#infoSliderPager li.active .arrow {
    display: block;
  }
  ul#infoSliderPager li.active.first .arrow {
    left: auto;
    right: 140px;
  }
  ul#infoSliderPager li.active.last .arrow {
    right: auto;
    left: 160px;
  }
  #infoSliderWrapper {
    width: 100%;
    background: #213c65 url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/infoSliderWrapper-background.jpg) repeat-x center top;
  }
  #infoSliderContainer {
    width: 100%;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/infoSlider-background.jpg) no-repeat center top;
  }
  #infoSlider {
    margin: 0 auto;
    padding: 0 32px;
    width: 960px;
    height: 231px;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/infoSlider-background.jpg) no-repeat center top;
  }
  #infoSlider ul {
    padding-top: 20px;
    height: 210px;
    list-style-type: none;
  }
  #infoSlider ul li {
    padding: 5px 0 0;
    width: 960px;
    color: #fff !important;
    float: left;
  }
  #infoSlider ul li .col {
    width: 240px;
    text-align: center;
    float: left;
  }
  #infoSlider ul li .col img {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  #infoSlider ul li .col h3 {
    margin: 0 0 5px;
    padding: 0;
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    font-weight: 400;
  }
  #infoSlider ul li .col p {
    padding: 0 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
  }
  #infoSlider ul li.students .col.one {
    width: 220px;
  }
  #infoSlider ul li.students .col.two {
    width: 270px;
  }
  #infoSlider ul li.students .col.three {
    width: 210px;
  }
  #infoSlider ul li.students .col.four {
    width: 258px;
  }
  #infoSlider ul li.faculty {
    padding-top: 10px;
  }
  #infoSlider ul li.faculty .col.one {
    width: 240px;
  }
  #infoSlider ul li.faculty .col.two {
    width: 250px;
  }
  #infoSlider ul li.faculty .col.three {
    width: 300px;
  }
  #infoSlider ul li.faculty .col.four {
    width: 169px;
  }
  #infoSlider ul li.academics .col.one {
    width: 250px;
  }
  #infoSlider ul li.academics .col.two {
    width: 200px;
  }
  #infoSlider ul li.academics .col.three {
    width: 280px;
  }
  #infoSlider ul li.academics .col.four {
    width: 228px;
  }
  #infoSlider .bx-wrapper,
  #infoSlider .bx-viewport {
    height: 231px !important;
    overflow: visible !important;
  }
  #contentHMWrapper {
    width: 100%;
    background: #f7f6f1 url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/sectionWrapper-background.gif) repeat-y left top;
  }
  #contentHM {
    margin: 0 auto;
    padding: 60px 32px;
    width: 960px;
  }
  #contentHM h2 {
    margin: 0 0 25px;
    font-size: 28px;
    line-height: 1.0em;
  }
  #contentHM h3 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.0em;
  }
  #contentHM p {
    margin: 0 0 35px;
    font-size: 18px;
    line-height: 1.37em;
  }
  #contentHM a.button {
    border-color: #213c65;
    color: #213c65;
  }
  #contentHM a.button:hover {
    background: #213c65;
    color: #fff;
  }
  #takeOurTestHMWrapper {
    width: 100%;
    background: #cf4e08;
  }
  #takeOurTestHM {
    margin: 0 auto;
    padding: 50px 32px;
    width: 960px;
  }
  #takeOurTestHM:before,
  #takeOurTestHM:after {
    content: "";
    display: table;
  }
  #takeOurTestHM:after {
    clear: both;
  }
  #takeOurTestHM .fl {
    width: 620px;
  }
  #takeOurTestHM .fl h2 {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.0em;
    color: #fff;
    white-space: nowrap;
  }
  #takeOurTestHM .fl p {
    font-size: 18px;
    line-height: 1.375em;
    color: #fff;
  }
  #takeOurTestHM .fr {
    padding: 80px 0 0;
  }
  #takeOurTestHM .fr a.button:hover {
    background: #fff;
    color: #cf4e08;
  }
  #featureBlockHMWrapper {
    width: 100%;
    background: #f7f6f1 url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/footer-logos-background.png) repeat center center;
  }
  #featureBlockHM {
    margin: 0 auto;
    padding: 50px 32px 60px;
    width: 960px;
  }
  #featureBlockHM:before,
  #featureBlockHM:after {
    content: "";
    display: table;
  }
  #featureBlockHM:after {
    clear: both;
  }
  #featureBlockHM .col {
    margin: 0 20px 0 0;
    width: 225px;
    text-align: center;
    float: left;
  }
  #featureBlockHM .col.last {
    margin: 0;
  }
  #featureBlockHM .col h2 {
    margin: 0 0 15px;
    font-size: 26px;
    line-height: 1.0em;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
  }
  #featureBlockHM .col p {
    padding: 0 5px;
    font-size: 18px;
    line-height: 1.375em;
  }
  #featureBlockHM .diff-item {
    margin: 0 0 20px;
    width: 213px;
    height: 213px;
    border-radius: 50%;
    position: relative;
    display: block;
    background-position: center center;
    box-shadow: inset 0 0 0 0 rgba(207,78,8,0.8), 0 0 1px 0 rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 6px solid #fff;
  }
  #featureBlockHM .diff-item.diff-img-1 {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/featureBlockHM-background-placement.jpg);
  }
  #featureBlockHM .diff-item.diff-img-2 {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/featureBlockHM-background-faq.jpg);
  }
  #featureBlockHM .diff-item.diff-img-3 {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/featureBlockHM-background-videos.jpg);
  }
  #featureBlockHM .diff-item.diff-img-4 {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/featureBlockHM-background-blog.jpg);
  }
  #featureBlockHM .diff-info {
    width: 213px;
    height: 213px;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
  }
  #featureBlockHM .diff-info a {
    margin: 0;
    padding: 0;
    height: 213px;
    line-height: 213px;
    color: #fff;
    font-size: 20px;
    font-family: "pragmatica-web", Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: 200;
    display: block;
    position: relative;
  }
  #featureBlockHM .diff-info a:after {
    font-family: FontAwesome;
    content: '\f105';
    font-size: 90px;
  }
  #featureBlockHM .diff-item:hover {
    box-shadow: inset 0px 0px 0px 207px rgba(207,78,8,0.8), 0 0 1px 0 rgba(0,0,0,0.1);
  }
  #featureBlockHM .diff-item:hover .diff-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .diff-grid {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
    cursor: pointer;
  }
  .diff-grid:after,
  .diff-item:before {
    content: '';
    display: table;
  }
  .diff-grid:after {
    clear: both;
  }
  .diff-grid li {
    margin: 0 18px;
    width: 156px;
    height: 156px;
    display: inline-block;
  }
  aside {
    margin: 0;
    padding: 60px 0;
    width: 272px;
    float: right;
    float: left;
  }
  aside a {
    text-decoration: none;
  }
  aside ul.nav {
    margin: 0 0 30px;
    padding: 0 32px;
    width: 208px;
    float: right;
  }
  aside ul.nav:before,
  aside ul.nav:after {
    content: "";
    display: table;
  }
  aside ul.nav:after {
    clear: both;
  }
  aside ul.nav > li {
    display: none;
  }
  aside ul.nav > li.current_page_item,
  aside ul.nav > li.current-menu-ancestor {
    display: block;
  }
  aside ul.nav > li.current_page_item > a,
  aside ul.nav > li.current-menu-ancestor > a {
    margin: 0 0 40px;
    display: inline-block;
  }
  aside ul.nav > li.current_page_item li.menu-item-has-children ul,
  aside ul.nav > li.current-menu-ancestor li.menu-item-has-children ul {
    display: none;
  }
  aside ul.nav > li.current_page_item li.menu-item-has-children.current-menu-ancestor ul,
  aside ul.nav > li.current_page_item li.menu-item-has-children.current_page_item ul,
  aside ul.nav > li.current-menu-ancestor li.menu-item-has-children.current-menu-ancestor ul,
  aside ul.nav > li.current-menu-ancestor li.menu-item-has-children.current_page_item ul {
    display: block;
  }
  aside ul.nav > li.current_page_item li.menu-item-has-children.current-menu-ancestor > a,
  aside ul.nav > li.current_page_item li.menu-item-has-children.current_page_item > a,
  aside ul.nav > li.current-menu-ancestor li.menu-item-has-children.current-menu-ancestor > a,
  aside ul.nav > li.current-menu-ancestor li.menu-item-has-children.current_page_item > a {
    margin: 0 0 20px;
    display: inline-block;
  }
  aside ul.nav > li.photos,
  aside ul.nav >li.contact,
  aside ul.nav >li.blog {
    display: none !important;
  }
  aside ul.nav > li {
    font-size: 23px;
    line-height: 1.2em;
  }
  aside ul.nav > li > ul > li {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.2em;
  }
  aside ul.nav > li > ul > li > ul {
    padding-left: 30px;
  }
  aside ul.nav > li > ul > li > ul > li {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.2em;
    position: relative;
  }
  aside ul.nav > li > ul > li > ul > li > ul {
    padding-left: 30px;
  }
  aside ul.nav > li > ul > li > ul > li > ul > li {
    position: relative;
  }
  aside ul.nav > li > ul > li > ul > li > ul > li:before {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    top: 0;
    left: -15px;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  aside ul.nav > li > ul > li > ul > li > ul > li:hover:before {
    left: -10px;
  }
  aside ul.nav > li > ul > li > ul > li:before {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    top: 0;
    left: -15px;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  aside ul.nav > li > ul > li > ul > li:hover:before {
    left: -10px;
  }
  aside ul.nav > li > ul > li > ul > li.menu-item-has-children > a {
    margin: 0 0 3px !important;
    display: inline-block;
  }
  aside ul.nav > li > ul > li > ul > li.menu-item-has-children.current-menu-ancestor > a,
  aside ul.nav > li > ul > li > ul li.menu-item-has-children.current_page_item > a {
    margin: 0 0 3px !important;
  }
  aside ul.nav li.current_page_item > a {
    color: #213c65;
    font-weight: 700;
  }
  aside ul.nav li a {
    color: #000;
    font-weight: 400;
  }
  aside ul.nav li a:hover {
    text-decoration: none;
    color: #213c65;
  }
  aside ul.nav.blog > li {
    display: block;
  }
  aside ul.nav.blog > li > a {
    margin: 0 0 40px;
    display: inline-block;
  }
  aside ul.nav.blog > li h2 {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.2em;
  }
  aside #takeOurTest {
    width: 100%;
    background: #cf4e08;
  }
  aside #takeOurTest:before,
  aside #takeOurTest:after {
    content: "";
    display: table;
  }
  aside #takeOurTest:after {
    clear: both;
  }
  aside #takeOurTest h2 {
    margin: 0 0 25px;
    font-size: 22px;
    line-height: 1.25em;
    font-weight: 600;
    color: #fff;
  }
  aside #takeOurTest p {
    margin: 0 0 0px;
    font-size: 18px;
    line-height: 1.375em;
  }
  aside #takeOurTest a.button:hover {
    margin: 0 0 25px;
    background: #fff;
    color: #cf4e08;
  }
  aside #contactUs {
    width: 100%;
    background: #213c65;
  }
  aside #contactUs:before,
  aside #contactUs:after {
    content: "";
    display: table;
  }
  aside #contactUs:after {
    clear: both;
  }
  aside #contactUs h2 {
    margin: 0 0 25px;
    font-size: 34px;
    line-height: 1.25em;
    font-weight: 600;
    white-space: nowrap;
    color: #fff;
  }
  aside #contactUs a.button:hover {
    background: #fff;
    color: #213c65;
  }
  aside .feature {
    margin: 0;
    padding: 40px 32px;
    width: 208px;
    color: #fff;
    float: right;
  }
  aside .feature a.button {
    margin: 0 0 25px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  #newsletterWrapper {
    width: 100%;
    background: #d2a007 url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/newsletter-background.gif) no-repeat center top;
  }
  #newsletterWrapper #newsletter {
    margin: 0 auto;
    padding: 40px 32px 0;
    width: 960px;
    height: 143px;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/newsletter-background.gif) no-repeat center top;
  }
  #newsletterWrapper #newsletter h2 {
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 1.0em;
  }
  #newsletterWrapper #newsletter h2 span {
    color: #fff;
  }
  #newsletterWrapper #newsletter form input {
    margin: 0 10px 0 0;
    padding: 0 20px;
    width: 204px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: #fff;
    border: 2px solid #fff;
    float: left;
  }
  #newsletterWrapper #newsletter form label {
    display: none;
  }
  #newsletterWrapper #newsletter form input[name=fnm] {
    content: "First Name";
  }
  #newsletterWrapper #newsletter form input[type=submit] {
    margin: 0;
    width: 142px;
    color: #fff;
    text-transform: uppercase;
    background: none;
    cursor: pointer;
    float: right;
    box-sizing: content-box;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  #newsletterWrapper #newsletter form input[type=submit]:hover {
    background: #fff;
    color: #d2a007;
  }
  #questionsWrapper {
    width: 100%;
    background: #223e69 url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/infoSlider-background.jpg) repeat-x center top;
    background-size: auto 286px;
  }
  #questionsWrapper #questions {
    margin: 0 auto;
    padding: 57px 32px 0;
    width: 960px;
    height: 229px;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/infoSlider-background.jpg) no-repeat center top;
    background-size: auto 286px;
  }
  #questionsWrapper #questions .fl {
    width: 700px;
  }
  #questionsWrapper #questions .fl img {
    margin: 0 23px 0 0;
    border: 6px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
  }
  #questionsWrapper #questions .fl h2 {
    margin: 50px 0 10px;
    font-size: 26px;
    line-height: 1.0em;
    color: #fff;
    white-space: nowrap;
  }
  #questionsWrapper #questions .fl h3 {
    margin: 0 0 5px;
    font-size: 36px;
    line-height: 1.0em;
    color: #d2a007;
    white-space: nowrap;
  }
  #questionsWrapper #questions .fr {
    padding: 64px 0 0;
  }
  #questionsWrapper #questions .fr a.button:hover {
    background: #fff;
    color: #213c65;
  }
  #logosWrapper {
    width: 100%;
    background: #f7f6f1 url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/footer-logos-background.png) repeat center center;
  }
  #logosWrapper #logos {
    margin: 0 auto;
    padding: 22px 32px;
    width: 960px;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/footer-logos-background.png) repeat center center;
  }
  #footerWrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  footer {
    text-align: left;
    color: #fff;
  }
  footer {
    margin: 30px auto 0;
    padding: 0 32px 50px;
    width: 960px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 1.25em;
    color: #282828;
  }
  footer:before,
  footer:after {
    content: "";
    display: table;
  }
  footer:after {
    clear: both;
  }
  footer .fl {
    width: 300px;
  }
  footer .fr {
    width: 580px;
  }
  footer p {
    margin: 0 0 30px;
  }
  footer p.address {
    margin: 0 0 30px;
    float: left;
  }
  footer p.address strong {
    margin: 0 0 4px;
    display: inline-block;
  }
  footer p.copyright {
    margin: 0 0 5px;
    white-space: nowrap;
    float: right;
  }
  footer p.copyright:before,
  footer p.copyright:after {
    content: "";
    display: table;
  }
  footer p.copyright:after {
    clear: both;
  }
  footer p.etna {
    margin: 0;
    white-space: nowrap;
    float: right;
  }
  footer p.etna:before,
  footer p.etna:after {
    content: "";
    display: table;
  }
  footer p.etna:after {
    clear: both;
  }
  footer ul.links {
    margin: 0 0 25px;
    text-align: left;
    list-style-type: none;
    float: right;
  }
  footer ul.links li {
    margin: 0 9px 0 0;
    padding: 0 9px 0 0;
    border-right: 1px solid #000;
    float: left;
    background: none;
  }
  footer ul.links li.last {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  footer ul.links li.stretch {
    margin: 0;
    width: 100%;
    border: none;
  }
  footer a {
    color: #282828;
    text-decoration: none;
  }
  footer a:hover {
    text-decoration: underline;
  }
  footer .addressFooter {
    float: left;
  }
  footer .regional {
    margin-right: 50px;
  }
  footer .regional a:link {
    text-decoration: underline;
  }
  footer .regional a:link:hover {
    text-decoration: none;
  }
  footer .address {
    margin: 0 0 20px;
    display: block;
  }
}
@media only screen and (min-width: 1800px) {
  #bannerContainer ul#hmSlider li {
    background-color: #213c65;
    background-size: 100% auto !important;
    background-position: center bottom !important;
  }
  #bannerContainer ul#hmSlider li div {
    background: none !important;
  }
}
