.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;
}
@media only screen and (max-width: 667px) {
  .desktop,
  header,
  #bannerWrapper,
  aside {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .mobile.inline,
  .mobile.terms {
    display: inline;
  }
  p.top {
    display: none;
  }
  html {
    -webkit-text-size-adjust: 100%;
  }
  body {
    padding: 0;
    background: #fff;
    font-size: 15px;
    line-height: 1.5em;
  }
  body.home {
    padding: 0;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  hr {
    margin: 20px 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;
  }
  a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
  }
  a.button {
    padding: 10px 15px;
    font-size: 17px;
    line-height: 1.1em;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    border: 2px solid #fff;
  }
  a.button.buttonWide {
    margin: 0;
    padding: 0 0 0 15px;
    height: 46px;
    line-height: 46px;
    text-align: left;
    display: block;
  }
  a.button.buttonWide:hover {
    background: #47979a;
  }
  a.button.buttonWide:after {
    margin-right: 15px;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 30px;
    line-height: 46px;
    text-indent: 0;
    float: right;
  }
  .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,
  .checkboxes .invalid {
    border-color: #f00;
  }
  .checkboxes .invalid a {
    color: #f00;
  }
  input,
  select,
  textarea {
    margin: 0 0 5px;
    padding: 13px;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 1.5em;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  select {
    -webkit-appearance: none;
    background: #fff;
  }
  textarea {
    height: 131px;
    overflow: auto;
    resize: none;
  }
  button[type=submit] {
    padding: 0 20px;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    height: 50px;
    cursor: pointer;
    float: right;
    text-align: left;
  }
  input[type="checkbox"] {
    border-radius: 0;
    margin: 0 0 5px 1px;
    vertical-align: middle;
    padding: 0;
    width: 23px;
    height: 23px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-image-outset: none;
  }
  input:checked {
    -moz-appearance: none;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/mobile/checkmark.gif) no-repeat left bottom;
  }
  button[type=submit] {
    float: left;
    padding: 0 20px;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 52px;
    height: 52px;
    color: #fff;
    cursor: pointer;
    float: right;
    text-align: center;
    text-transform: uppercase;
    background: #223e69;
  }
  section .validation-summary-errors {
    color: #f00;
    background: #efefef;
  }
  section .validation-summary-errors ul {
    margin: 0 0 20px;
    padding: 15px;
    list-style-type: none;
  }
  section .validation-summary-errors ul li {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.5em;
  }
  .warning {
    margin: 0 0 25px;
    padding: 15px;
    color: #fff;
    background: #efefef;
    background: #172946;
  }
  .warning h2 {
    margin: 0 0 10px;
  }
  .warning p {
    margin: 0 0 20px;
  }
  .warning ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .warning li {
    margin: 0 0 5px;
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 1.25em;
    color: #f00;
    position: relative;
    display: block;
  }
  .warning li:before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 7px;
    line-height: 1.0em;
    position: absolute;
    top: 6px;
    left: 0;
  }
  #contactMobile input#Address,
  #contactMobile input#City {
    display: none;
  }
  #contactMobile select#State,
  #contactMobile select#Interest,
  #contactMobile select#BestTime,
  #contactMobile select#PreferContact {
    display: none;
  }
  #contactMobile .newslettersignup {
    display: none;
  }
  body.home #headerMobile {
    position: absolute;
    z-index: 100;
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/mobile/headerMobile-background.png);
  }
  #headerMobile {
    margin: 0;
    padding: 53px 0 0;
    width: 100%;
    height: 82px;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/mobile/headerMobile-background.gif) repeat-x left bottom;
  }
  #headerMobile a.logo {
    margin: 0 auto;
    width: 244px;
    height: 57px;
    background: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/mobile/logo.png) no-repeat left top;
    display: block;
    background-size: 244px 57px;
  }
  /
	#contentWrapper,
  #contentContainer {
    margin: 0;
    padding: 0;
  }
  #contentWrapper {
    background: #fff url(/wp-content/themes/etna-interactive/images/mobile/contentWrapper-background.gif) repeat-x left top;
    overflow: hidden;
  }
  #contentContainer {
    padding: 0;
    width: 100%;
  }
  body.home #contentWrapper {
    background: #fff;
  }
  body.home #contentContainer {
    padding-top: 0;
  }
  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: 18px;
    line-height: 1.1em;
    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 15px;
    font-size: 13px;
    line-height: 1.25em;
  }
  body.blog article,
  body.single article,
  body.archive article,
  body.search article {
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ccc;
  }
  body.single h1 {
    margin: 0;
  }
  section {
    padding: 25px 15px 30px;
    width: auto;
    text-align: left;
    float: none;
  }
  section a.button.mobile {
    padding: 15px 0;
    background: #213c65;
    color: #fff;
  }
  section h1 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.25em;
  }
  section h2 {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.1em;
  }
  section h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.1em;
  }
  section p {
    margin: 0 0 25px;
  }
  section p.top {
    display: none;
  }
  section p.fl,
  section p.fr {
    float: none;
    display: block;
  }
  section blockquote {
    margin: 0;
    color: #000;
  }
  section blockquote:before,
  section blockquote:after {
    content: "";
    display: table;
  }
  section blockquote:after {
    clear: both;
  }
  section blockquote p {
    margin: 0 0 25px;
    padding: 0 30px;
    text-align: justify;
    font-size: 1.0em;
    line-height: 1.25em;
    font-style: italic;
  }
  section blockquote p:before,
  section blockquote p:after {
    content: "";
    display: table;
  }
  section blockquote p:after {
    clear: both;
  }
  section blockquote span {
    padding: 5px 0;
    display: block;
    font-style: normal;
    float: right;
  }
  section img {
    padding: 5px;
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    background: #fff;
  }
  section img.alignleft {
    margin: 0 15px 5px 0;
    width: 40%;
    height: auto;
    float: left;
  }
  section img.alignright {
    margin: 0 0 5px 15px;
    width: 40%;
    height: auto;
    float: right;
  }
  section img.aligncenter {
    margin: 0 auto 15px;
    width: 40%;
    height: auto;
    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 #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  section .wp-caption {
    margin: 0;
    padding: 5px 5px 0;
    background: none;
    border: 1px solid #ccc;
    background: #fff;
  }
  section .wp-caption.alignleft,
  section .wp-caption.aligncenter {
    margin: 0 15px 5px 0 !important;
    width: 40% !important;
    float: left;
  }
  section .wp-caption.alignright {
    margin: 0 0 5px 15px !important;
    width: 40% !important;
    float: right;
  }
  section .wp-caption.alignleft img,
  section .wp-caption.alignright img,
  section .wp-caption.aligncenter img {
    width: 100%;
    height: auto;
  }
  section .wp-caption img {
    margin: 0 0 2px 0;
    padding: 0;
    border: none;
    background: none;
  }
  section .wp-caption p {
    margin: 0 0 6px 0;
    font-size: 11px;
    line-height: 1.250em;
    text-align: left;
  }
  section #takeOurTest {
    margin: 0 -15px;
    width: auto;
    background: #cf4e08;
  }
  section #takeOurTest:before,
  section #takeOurTest:after {
    content: "";
    display: table;
  }
  section #takeOurTest:after {
    clear: both;
  }
  section #takeOurTest h2 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 1.25em;
    font-weight: 400;
  }
  section #takeOurTest p {
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 1.375em;
  }
  section #contactUs {
    margin: 0 -15px 20px;
    width: auto;
    background: #213c65;
  }
  section #contactUs:before,
  section #contactUs:after {
    content: "";
    display: table;
  }
  section #contactUs:after {
    clear: both;
  }
  section #contactUs h2 {
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 1.25em;
    font-weight: 400;
    white-space: nowrap;
  }
  section .feature {
    margin: 0;
    padding: 25px 15px;
    width: auto;
    color: #fff;
    float: none;
  }
  section .feature a.button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  section .feature p {
    color: #fff;
  }
  section ul {
    padding: 0 0 0 20px;
    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 20px;
    list-style-type: none !important;
  }
  section ul.site-map li {
    margin: 0 0 5px;
  }
  section ul.site-map a {
    font-weight: 400 !important;
    text-decoration: none;
  }
  section ul#comment-list {
    padding: 0 0 0 20px;
  }
  section ul#comment-list > li > ul {
    padding: 0 0 0 20px;
  }
  section ul#comment-list > li > ul > li > ul {
    padding: 0 0 0 20px;
  }
  section ul#comment-list > li > ul > li > ul > li ul {
    padding: 0;
  }
  section table {
    margin: 0 0 25px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dcdcdc;
  }
  section table th {
    padding: 10px;
    width: 50%;
    font-size: 16px;
    line-height: 1.25em;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background: #444;
    color: #fff;
  }
  section table td {
    padding: 10px 20px;
    width: 50%;
    font-size: 14px;
    line-height: 1.25em;
    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 {
    border: none;
  }
  section #formSubmission table td {
    padding: 2px 0;
    width: auto;
    display: block;
    background: none !important;
    border: none !important;
  }
  section #formSubmission table td.first {
    padding: 15px 0 0;
  }
  section #formSubmission table td p {
    margin: 0 0 2px;
  }
  section #formSubmission table select {
    padding-right: 50px;
  }
  section #formSubmission table input[type=radio] {
    margin: 0 0 0 15px;
    width: auto;
  }
  section #formSubmission table input[type=radio] {
    padding: 12px 2%;
    width: 90%;
  }
  section #formSubmission table iframe {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  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: 15px 20px 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;
  }
  #takeOurTestHMWrapper {
    margin: 0;
    width: auto;
    background: #cf4e08;
  }
  #takeOurTestHMWrapper:before,
  #takeOurTestHMWrapper:after {
    content: "";
    display: table;
  }
  #takeOurTestHMWrapper:after {
    clear: both;
  }
  #takeOurTestHMWrapper #takeOurTestHM {
    margin: 0;
    padding: 25px 15px;
    width: auto;
  }
  #takeOurTestHMWrapper #takeOurTestHM .fl,
  #takeOurTestHMWrapper #takeOurTestHM .fr {
    float: none;
  }
  #takeOurTestHMWrapper #takeOurTestHM h2 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 1.25em;
    font-weight: 400;
    color: #fff;
  }
  #takeOurTestHMWrapper #takeOurTestHM p {
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 1.375em;
    color: #fff;
  }
  #takeOurTestHMWrapper #takeOurTestHM a.button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  #contentHM {
    padding: 15px;
    background: #f7f6f1;
  }
  #contentHM h2 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.1em;
    color: #000;
  }
  #contentHM h3 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.1em;
    color: #213c65;
  }
  #contentHM p {
    margin: 0 0 25px;
  }
  #contentHM p.top {
    display: none;
  }
  #contentHM a.button {
    color: #213c65;
    border-color: #213c65;
  }
  #infoSliderPager,
  #infoSliderWrapper {
    display: none;
  }
  #bannerWrapper {
    display: none;
  }
  ul#hmSlider {
    height: 225px;
  }
  ul#hmSlider li {
    height: 225px;
  }
  #bannerWrapper .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    top: 43%;
    width: 14px;
    height: 32px;
    text-indent: 0;
    outline: 0;
    position: absolute;
    z-index: 9999;
  }
  ul#hmSlider li div {
    padding: 64px 0 0 40px;
    width: auto;
    height: 225px;
  }
  ul#hmSlider li h2 {
    width: 120px;
    font-size: 18px;
  }
  ul#hmSlider li p {
    display: none;
  }
  #bannerWrapper .bx-wrapper .bx-controls-direction a {
    width: 7px;
    height: 16px;
  }
  #bannerWrapperMobile {
    padding-top: 127px;
    height: 255px;
  }
  #bannerWrapperMobile #bannerContainer {
    height: 255px;
  }
  #bannerWrapperMobile #bannerContainer ul#hmSlider {
    height: 2555px;
  }
  #bannerWrapperMobile #bannerContainer ul#hmSlider li {
    background-repeat: no-repeat;
    background-position: center top;
  }
  #bannerWrapperMobile #bannerContainer ul#hmSlider li div {
    margin: 0 auto;
    padding: 130px 15px 0;
    width: auto;
    height: 125px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
  }
  #bannerWrapperMobile #bannerContainer ul#hmSlider li div h3 {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.25em;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: left;
    display: inline-block;
  }
  #bannerWrapperMobile #bannerContainer ul#hmSlider li div a.button {
    background: #d2a007;
    border-color: #d2a007;
  }
  #bannerWrapperMobile #bannerContainer ul#hmSlider li.placement,
  #bannerWrapperMobile #bannerContainer ul#hmSlider li.placement div {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/mobile/bannerHM-placement.jpg);
  }
  #bannerWrapperMobile #bannerContainer ul#hmSlider li.environment,
  #bannerWrapperMobile #bannerContainer ul#hmSlider li.environment div {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/mobile/bannerHM-solar.jpg);
  }
  #bannerWrapperMobile #bannerContainer ul#hmSlider li.academics,
  #bannerWrapperMobile #bannerContainer ul#hmSlider li.academics div {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/mobile/bannerHM-girls.jpg);
  }
  #bannerWrapperMobile #bannerContainer ul#hmSlider li.stories,
  #bannerWrapperMobile #bannerContainer ul#hmSlider li.stories div {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/mobile/bannerHM-stories.jpg);
  }
  #bannerWrapperMobile #bannerContainer ul#hmSlider li.test,
  #bannerWrapperMobile #bannerContainer ul#hmSlider li.test div {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/mobile/bannerHM-test.jpg);
  }
  #bannerWrapperMobile .bx-wrapper,
  #bannerWrapperMobile .bx-viewport {
    height: 255px !important;
  }
  #bannerWrapperMobile .bx-wrapper .bx-controls {
    margin-top: -25px;
    position: relative;
    z-index: 100;
  }
  #bannerWrapperMobile .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 0;
    z-index: 1000;
  }
  #bannerWrapperMobile .bx-wrapper .bx-pager .bx-pager-item,
  #bannerWrapperMobile .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  #bannerWrapperMobile .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  #bannerWrapperMobile .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #d2a007;
  }
  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;
  }
  .bx-wrapper .bx-prev {
    left: 15px;
  }
  .bx-wrapper .bx-prev:after {
    font-size: 20px;
  }
  .bx-wrapper .bx-next {
    right: 15px;
  }
  .bx-wrapper .bx-next:after {
    font-size: 20px;
  }
  .bx-wrapper .bx-controls-direction a {
    width: 7px;
    height: 16px;
    text-indent: 0;
    outline: 0;
    position: absolute;
    z-index: 9999;
  }
  #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: 30px 15px 0;
    width: auto;
  }
  #featureBlockHM:before,
  #featureBlockHM:after {
    content: "";
    display: table;
  }
  #featureBlockHM:after {
    clear: both;
  }
  #featureBlockHM .col {
    margin: 0 0 30px;
    width: 46%;
    text-align: center;
    float: left;
  }
  #featureBlockHM .col.even {
    float: right;
  }
  #featureBlockHM .col.last {
    margin: 0;
  }
  #featureBlockHM .col.break:before {
    clear: both;
  }
  #featureBlockHM .col h2 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.0em;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
  }
  #featureBlockHM .col p {
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.375em;
  }
  #featureBlockHM .diff-item {
    margin: 0 auto 20px;
    width: 115px;
    height: 115px;
    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);
    border: 6px solid #fff;
    background-size: 115px 115px;
  }
  #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: 115px;
    height: 115px;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
  }
  #featureBlockHM .diff-info a {
    margin: 0;
    padding: 0;
    height: 115px;
    line-height: 115px;
    color: #fff;
    font-size: 20px;
    font-family: "pragmatica-web", Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: 200;
    display: block;
    position: relative;
  }
  dl.accordion {
    margin: 0 0 25px;
    border-bottom: 1px solid #bed9dc;
  }
  dl.accordion a {
    padding: 0 15px 0 0;
    font-size: 1.33em;
    line-height: 1.25em;
    font-weight: 400;
    text-decoration: none;
    color: #cf6565;
    background: none;
    position: relative;
  }
  dl.accordion a:hover,
  dl.accordion a.selected,
  dl.accordion dt a.selected:after {
    color: #4c4844;
  }
  dl.accordion dt,
  dl.accordion dd {
    width: auto !important;
    float: none !important;
  }
  dl.accordion dt {
    margin: 0 0 20px;
    padding: 20px 40px 0 0;
    border-top: 1px solid #ccc;
    font-size: 16px;
    position: relative;
  }
  dl.accordion dd {
    padding: 0;
  }
  dl.accordion dt:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0;
    float: right;
    content: "\F107";
    font-size: 24px;
    color: #47979A;
  }
  dl.accordion dt:hover:after {
    color: #4c4844;
  }
  dl.accordion dt.selected:after {
    content: "\F106";
    color: #4c4844;
  }
  #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: 25px 15px;
    width: auto;
    height: auto;
    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: 22px;
    line-height: 1.25em;
  }
  #newsletterWrapper #newsletter h2 span {
    color: #fff;
  }
  #newsletterWrapper #newsletter form input {
    margin: 0 0 10px;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #fff;
    border: 2px solid #fff;
    float: none;
    box-sizing: border-box;
  }
  #newsletterWrapper #newsletter form input[type=submit] {
    margin: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    background: none;
    cursor: pointer;
  }
  #newsletterWrapper #newsletter form label {
    display: none;
  }
  #questionsWrapper {
    width: 100%;
    background: #223e69;
  }
  #questionsWrapper #questions {
    margin: 0 auto;
    padding: 25px 15px;
    width: auto;
    height: auto;
  }
  #questionsWrapper #questions:before,
  #questionsWrapper #questions:after {
    content: "";
    display: table;
  }
  #questionsWrapper #questions:after {
    clear: both;
  }
  #questionsWrapper #questions .fl,
  #questionsWrapper #questions .fr {
    float: none;
    display: block;
  }
  #questionsWrapper #questions .fl:before,
  #questionsWrapper #questions .fl:after,
  #questionsWrapper #questions .fr:before,
  #questionsWrapper #questions .fr:after {
    content: "";
    display: table;
  }
  #questionsWrapper #questions .fl:after,
  #questionsWrapper #questions .fr:after {
    clear: both;
  }
  #questionsWrapper #questions .fl {
    margin: 0 0 20px;
    width: 100%;
  }
  #questionsWrapper #questions .fl img {
    margin: 0 20px 0 0;
    width: 110px;
    height: 110px;
    border: 3px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
  }
  #questionsWrapper #questions .fl h2 {
    margin: 25px 0 10px;
    font-size: 16px;
    line-height: 1.25em;
    color: #fff;
    white-space: normal;
  }
  #questionsWrapper #questions .fl h3 {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.0em;
    color: #d2a007;
    white-space: nowrap;
  }
  #questionsWrapper #questions .fr {
    padding: 0;
  }
  #logosWrapper {
    width: 100%;
    background: #f7f6f1;
  }
  #logosWrapper #logos {
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
  }
  #logosWrapper #logos img {
    width: 100%;
  }
  .socialMobile i {
    color: #fff;
    font-size: 30px;
    margin: 0 25px 15px 0;
  }
  #footerWrapper {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  footer {
    padding: 20px 15px 50px;
    font-size: 13px;
    line-height: 1.25em;
  }
  footer .fl,
  footer .fr {
    margin: 0 0 20px;
    float: none;
    display: block;
  }
  footer .fl:before,
  footer .fl:after,
  footer .fr:before,
  footer .fr:after {
    content: "";
    display: table;
  }
  footer .fl:after,
  footer .fr:after {
    clear: both;
  }
  footer h2 {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.25em;
  }
  footer a {
    color: #000;
    text-decoration: none !important;
  }
  footer a:hover {
    color: #000;
  }
  footer ul.links {
    margin: 0 0 5px;
    float: none;
  }
  footer ul.links li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #000;
    float: none;
  }
  footer ul.links li a {
    color: #000;
  }
  footer .call {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.25em;
  }
  footer p.etna {
    margin: 0 0 30px;
    padding: 0 0 10px;
  }
  footer p.copyright {
    margin: 0 0 20px;
  }
  #mobileToolbar {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    background: #172946;
    border-bottom: 1px solid #fff;
    z-index: 9999;
  }
  #mobileToolbar a {
    padding: 0 15px 0 15px;
    height: 40px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    z-index: 9999;
  }
  #mobileToolbar a:before {
    font-size: 24px;
    line-height: 40px;
    font-family: 'FontAwesome';
    position: relative;
  }
  #mobileToolbar a.contact:before {
    font-size: 24px;
    line-height: 40px;
    font-family: 'FontAwesome';
    position: absolute;
    right: 45px;
  }
  #mobileToolbar a.contact:after {
    font-size: 24px;
    line-height: 40px;
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
  }
  #mobileToolbar a.menu {
    width: auto;
    float: left;
  }
  #mobileToolbar a.menu:before {
    content: "\f0C9";
    padding-right: 10px;
    float: left;
  }
  #mobileToolbar a.contact {
    width: 60px;
    float: right;
    -webkit-font-smoothing: antialiased;
  }
  #mobileToolbar a.contact:before {
    content: "\f124";
  }
  #mobileToolbar a.contact:after {
    content: "\f098";
  }
  #mobileToolbar a.phone {
    font-size: 16px;
    line-height: 40px;
    float: right;
  }
  #extension #mobilemenu,
  #extension #mobilecontactmenu {
    display: none;
  }
  #mobilemenu {
    text-align: left;
    background: #172946;
  }
  #mobilemenu > ul {
    border-right: 1px solid #fff;
  }
  #mobilemenu li a {
    text-align: left;
    color: #fff !important;
    font-weight: 400;
  }
  #mobilemenu li.mm-selected > a {
    color: #fff !important;
    background: none !important;
  }
  #mobilemenu li.label.mm-selected > a {
    background: none;
  }
  #mobilemenu li:after {
    border-color: rgba(255,255,255,0.5);
  }
  #mobilemenu li a.mm-subclose {
    background: #202020;
    background: #D3A100;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700;
  }
  #mobilemenu li a.mm-subclose:before {
    border-color: #fff;
  }
  #mobilemenu li a.mm-subopen:before {
    border-color: rgba(255,255,255,0.5);
  }
  #mobilemenu li a.mm-subopen:after {
    border-color: #fff;
  }
  #mobilemenu li a.mm-subopen.mm-supersub {
    width: 100% !important;
    border: none !important;
  }
  #mobilecontactmenu {
    color: #fff;
    background: #202020;
  }
  #mobilecontactmenu li {
    padding: 0 30px;
    text-align: left;
  }
  #mobilecontactmenu li span.grey {
    color: #666;
  }
  #mobilecontactmenu li a {
    padding: 10px 0;
    font-size: 16px;
    position: relative;
  }
  #mobilecontactmenu li a.call,
  #mobilecontactmenu li a.email,
  #mobilecontactmenu li a.direction {
    padding: 10px 0 10px 36px;
  }
  #mobilecontactmenu li a.map {
    padding: 0;
  }
  #mobilecontactmenu li a.map:after {
    display: none;
  }
  #mobilecontactmenu li:after {
    margin: 0 !important;
    border-color: #666;
  }
  #mobilecontactmenu li.last:after {
    border: none;
  }
  #mobilecontactmenu li a:after {
    font-size: 24px;
    font-family: "FontAwesome";
    position: absolute;
    -webkit-font-smoothing: antialiased;
  }
  #mobilecontactmenu li a.call:after {
    content: "\f095";
    top: 50%;
    left: 0;
    margin: -10px 0 0;
  }
  #mobilecontactmenu li a.email:after {
    font-size: 18px;
    content: "\f0e0";
    top: 50%;
    left: 0;
    margin: -10px 0 0;
  }
  #mobilecontactmenu li a.direction:after {
    content: "\f041";
    top: 50%;
    left: 0;
    margin: -10px 0 0;
  }
  #mobilecontactmenu li.intro {
    margin: 0 0 20px;
  }
  #mobilecontactmenu li.intro:after {
    border: none;
  }
  #mobilecontactmenu li.intro img {
    margin: 0 0 15px;
    height: 150px;
  }
  #mobilecontactmenu li.intro h2 {
    margin: 0 0 15px;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
  }
  #mobilecontactmenu li.intro h2 span {
    font-size: 12px;
  }
  #mobilecontactmenu li.intro p strong {
    display: block;
    margin: 0 0 5px;
  }
  #mobilecontactmenu li.consultation {
    margin: 20px 0 0;
  }
  #mobilecontactmenu li.consultation:after {
    border: none;
  }
  #mobilecontactmenu li.consultation a {
    padding: 10px 0;
    margin: 20px 0 0;
    height: auto;
    line-height: 1.25em;
  }
  #mobilecontactmenu img.wide {
    width: 100%;
    height: auto !important;
  }
  .mm-list > li > a,
  .mm-list > li > span {
    text-overflow: inherit !important;
    white-space: normal !important;
  }
  #mobilemenu a.label.mm-subopen {
    padding: 10px 10px 10px 20px;
    width: auto;
    height: auto;
    position: relative;
  }
  #mobilemenu a.label.mm-subopen:after {
    content: '';
    display: none;
  }
  .mm-fixed-top {
    position: fixed !important;
    top: 0;
    left: 0;
  }
  #test {
    padding: 10px 20px;
  }
  #test #question {
    font-size: 16px;
    line-height: 1.5em;
  }
  #test .btnDiv {
    width: auto;
    padding: 10px;
    background: #efefef;
  }
  #test .btnDiv:hover,
  #test #test .btn1:active {
    background-color: #EFEFEF;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  input:checked {
    background-image: url(https://www.turningwinds.com/wp-content/themes/etna-interactive-full/css/../images/mobile/checkmark@2x.gif);
    background-size: 23px 23px;
  }
}
