@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,700|Lato:700,900');
.cms {
  /* basic elements */
  /* links */
  /* styled elements */
  /* alignment */
}
.cms h1 {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
}
.cms h1:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .cms h1:after {
    display: none;
  }
}
@media (min-width: 1055px) {
  .cms h1 {
    font-size: 40px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .cms h1 {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .cms h1 {
    font-size: 21px;
  }
}
.cms h2 {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
}
.cms h2:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .cms h2:after {
    display: none;
  }
}
@media (min-width: 600px) {
  .cms h2 {
    font-size: 25px;
  }
}
@media (max-width: 599px) {
  .cms h2 {
    font-size: 18px;
  }
}
.cms h3 {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
}
.cms h3:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .cms h3:after {
    display: none;
  }
}
@media (min-width: 600px) {
  .cms h3 {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .cms h3 {
    font-size: 16px;
  }
}
.cms h4 {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
}
.cms h4:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .cms h4:after {
    display: none;
  }
}
@media (min-width: 600px) {
  .cms h4 {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .cms h4 {
    font-size: 16px;
  }
}
.cms h5 {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
  font: 700 16px "Lato", "Open Sans", Verdana, sans-serif;
  text-transform: uppercase;
  line-height: 140%;
  padding: 20px 0;
  margin: 1em 0;
}
.cms h5:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .cms h5:after {
    display: none;
  }
}
.cms h6 {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
  color: #fdb813;
  margin: 1em 0;
}
.cms h6:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .cms h6:after {
    display: none;
  }
}
@media (min-width: 600px) {
  .cms h6 {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .cms h6 {
    font-size: 16px;
  }
}
.cms p,
.cms li {
  font: 300 15px "Open Sans", Verdana, sans-serif;
  line-height: 140%;
}
.cms ol {
  counter-reset: li;
  list-style: none;
  margin: 0;
}
.cms ol li {
  margin-bottom: 8px;
  padding-left: 30px;
  list-style: none;
  counter-increment: step-counter;
}
.cms ol li:before {
  font: 500 17px "Lato", "Open Sans", Verdana, sans-serif;
  content: counter(step-counter);
  position: absolute;
  left: 0;
  padding: 0px 8px;
}
.cms ul {
  margin-left: 20px;
}
.cms ul li {
  line-height: 180%;
}
.cms a {
  color: #fdb813;
  font-weight: bold;
  text-decoration: none;
  transition: color 200ms;
}
.cms a:hover,
.cms a:focus,
.cms a:active {
  color: #db9b02;
  text-decoration: underline;
}
.cms a.styled-link {
  color: #fdb813;
  font-weight: bold;
  text-decoration: none;
  transition: color 200ms;
}
.cms a.styled-link:hover,
.cms a.styled-link:focus,
.cms a.styled-link:active {
  color: #db9b02;
  text-decoration: underline;
}
.cms a.styled-link:before {
  content: "\00BB";
  padding-right: 5px;
}
.cms a.button {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 50px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  position: relative;
}
.cms a.button:hover,
.cms a.button:focus,
.cms a.button:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.cms a.button:hover:after,
.cms a.button:focus:after,
.cms a.button:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.cms a.button:after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-image: url('/media/img/icon-arrow-right-black.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.cms img {
  max-width: 100%;
  height: auto;
}
.cms img.styled-image {
  padding: 5px;
  border: 1px solid #fdb813;
}
.cms blockquote p {
  font: 300 18px "Open Sans", Verdana, sans-serif;
  font-style: italic;
  max-width: 800px;
}
@media (min-width: 600px) {
  .cms blockquote p {
    padding: 0 0 20px 100px;
  }
}
@media (max-width: 599px) {
  .cms blockquote p {
    padding: 0 0 20px 30px;
  }
}
.cms blockquote p:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  background: url('/media/img/img-quote-front.png?2af625781f74') left top no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
}
@media (min-width: 600px) {
  .cms blockquote p:before {
    width: 65px;
    height: 50px;
  }
}
@media (max-width: 599px) {
  .cms blockquote p:before {
    width: 35px;
    height: 20px;
  }
}
.cms table {
  font: 300 16px "Open Sans", Verdana, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.cms table td,
.cms table th {
  font: 300 15px "Open Sans", Verdana, sans-serif;
  line-height: 140%;
  border: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.cms table td h1,
.cms table th h1,
.cms table td h2,
.cms table th h2,
.cms table td h3,
.cms table th h3,
.cms table td h4,
.cms table th h4 {
  margin-top: 0;
}
.cms table.styled-table {
  font: 300 16px "Open Sans", Verdana, sans-serif;
  margin: .5em 0 3em;
  width: 100%;
}
.cms table.styled-table th,
.cms table.styled-table td {
  font: 300 15px "Open Sans", Verdana, sans-serif;
  line-height: 140%;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 5px;
  text-align: left;
  vertical-align: top;
}
.cms table.styled-table caption {
  text-align: left;
}
.cms hr {
  background: #dfdfdf;
  border: none;
  height: 1px;
  margin: 2em 0;
  padding: 0;
}
.cms .alignleft {
  text-align: left;
}
.cms .alignright {
  text-align: right;
}
.cms .aligncenter {
  text-align: center;
}
.cms img.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 30px;
}
.cms img.alignright {
  clear: right;
  float: right;
  margin-bottom: 20px;
  margin-left: 30px;
}
.cms img.aligncenter {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
/** Test elements */
.test1 {
  background: orange;
}
.test2 {
  background: turquoise;
}
.test3 {
  background: lime;
}
.border1 {
  outline: 2px solid lightseagreen;
}
.border2 {
  outline: 2px solid mediumorchid;
}
/* fonts */
/** page headings */
.mainheading {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
}
.mainheading:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .mainheading:after {
    display: none;
  }
}
@media (min-width: 1055px) {
  .mainheading {
    font-size: 40px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .mainheading {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .mainheading {
    font-size: 21px;
  }
}
.subheading {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
}
.subheading:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .subheading:after {
    display: none;
  }
}
@media (min-width: 600px) {
  .subheading {
    font-size: 25px;
  }
}
@media (max-width: 599px) {
  .subheading {
    font-size: 18px;
  }
}
.smallheading {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
}
.smallheading:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .smallheading:after {
    display: none;
  }
}
@media (min-width: 600px) {
  .smallheading {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .smallheading {
    font-size: 16px;
  }
}
.tinyheading {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
}
.tinyheading:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .tinyheading:after {
    display: none;
  }
}
@media (min-width: 600px) {
  .tinyheading {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .tinyheading {
    font-size: 16px;
  }
}
.para {
  font: 300 15px "Open Sans", Verdana, sans-serif;
  line-height: 140%;
}
/* styled elements in cms */
.styled-image {
  padding: 5px;
  border: 1px solid #fdb813;
}
.text-shadow {
  text-shadow: -2px 2px 5px #000000, 0px 0px 22px #000000;
}
.styled-table {
  font: 300 16px "Open Sans", Verdana, sans-serif;
  margin: .5em 0 3em;
  width: 100%;
}
.styled-table th,
.styled-table td {
  font: 300 15px "Open Sans", Verdana, sans-serif;
  line-height: 140%;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 5px;
  text-align: left;
  vertical-align: top;
}
.styled-table caption {
  text-align: left;
}
.styled-hr {
  background: #dfdfdf;
  border: none;
  height: 1px;
  margin: 2em 0;
  padding: 0;
}
/** resets */
.clear {
  clear: both;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/** layout mixins */
.full-width {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
}
.full-width:after {
  clear: both;
  content: '';
  display: table;
}
.full-width:after {
  clear: both;
  content: '';
  display: table;
}
.column {
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
}
.left {
  float: left;
}
.right {
  float: right;
}
.aligncenter {
  text-align: center;
}
.box {
  background: #ededed;
  padding: 20px 30px;
}
.box h1:first-child,
.box h2:first-child,
.box h3:first-child,
.box h4:first-child,
.box h5:first-child,
.box h6:first-child {
  margin-top: 0;
}
/** shadow elements */
.text-shadow-light {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.text-shadow-dark {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.box-shadow {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
/** Transitions */
/* brand colours */
/** colour definitions */
/* clickable elements */
/* fonts */
/* decoration */
/* panels and blocks */
/** grid */
/** Responsive breakpoints
+----------+----------+----------+-----------...
+    XS    |    SM    |    MD    |   LG
+   Phone  |  Tablet  |  Desktop |  Large desktop
+   0-480  | 481-768  |  769-992 |  993+
+----------+----------+----------+-----------...
*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
html,
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  background: #fff;
}
body {
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #000;
}
@media (min-width: 1055px) {
  .body {
    margin: 105px 20px 0;
  }
}
@media (max-width: 1054px) {
  .body {
    margin: 94px 20px 0;
  }
}
.body.search-active {
  margin-top: 0;
}
.body.search-active .header-wrapper,
.body.search-active .branch {
  position: relative;
}
.vw100 {
  width: 100vw;
}
/** --------------------------------------------------------------------------------------- */
.container,
.content-container,
.header-container,
.sub-nav-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px;
  max-width: 1200px;
}
.container:after,
.content-container:after,
.header-container:after,
.sub-nav-container:after {
  clear: both;
  content: '';
  display: table;
}
.container:after,
.content-container:after,
.header-container:after,
.sub-nav-container:after {
  clear: both;
  content: '';
  display: table;
}
.row,
.main-content,
.header,
.footer-wrapper .footer,
.mtstyleguide .grid-overlay,
.js .grid-overlay,
.why-choose-outer-container .why-choose-icon-video-container,
.why-choose-outer-container .why-choose-icon-container,
.contact-section-outer-container .contact-section-inner-container .contact-section-content-container,
.widget-4-in-a-row-container,
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles,
.news-list-container,
.news-list-container .news-articles-list-news .news-articles,
body.news-category .news-articles,
.photo_gallery,
.cms-banner-outer-container .cms-banner-top-content,
.static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-content-container {
  margin-left: -2px;
  margin-right: -2px;
}
.row:after,
.main-content:after,
.header:after,
.footer-wrapper .footer:after,
.mtstyleguide .grid-overlay:after,
.js .grid-overlay:after,
.why-choose-outer-container .why-choose-icon-video-container:after,
.why-choose-outer-container .why-choose-icon-container:after,
.contact-section-outer-container .contact-section-inner-container .contact-section-content-container:after,
.widget-4-in-a-row-container:after,
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles:after,
.news-list-container:after,
.news-list-container .news-articles-list-news .news-articles:after,
body.news-category .news-articles:after,
.photo_gallery:after,
.cms-banner-outer-container .cms-banner-top-content:after,
.static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-content-container:after {
  clear: both;
  content: '';
  display: table;
}
.row:after,
.main-content:after,
.header:after,
.footer-wrapper .footer:after,
.mtstyleguide .grid-overlay:after,
.js .grid-overlay:after,
.why-choose-outer-container .why-choose-icon-video-container:after,
.why-choose-outer-container .why-choose-icon-container:after,
.contact-section-outer-container .contact-section-inner-container .contact-section-content-container:after,
.widget-4-in-a-row-container:after,
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles:after,
.news-list-container:after,
.news-list-container .news-articles-list-news .news-articles:after,
body.news-category .news-articles:after,
.photo_gallery:after,
.cms-banner-outer-container .cms-banner-top-content:after,
.static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-content-container:after {
  clear: both;
  content: '';
  display: table;
}
/** --------------------------------------------------------------------------------------- */
.content-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px;
  max-width: 1200px;
  position: relative;
}
.content-container:after {
  clear: both;
  content: '';
  display: table;
}
.content-container:after {
  clear: both;
  content: '';
  display: table;
}
/** --------------------------------------------------------------------------------------- */
.main-content {
  margin-left: -2px;
  margin-right: -2px;
  /** two column layout */
  /** full with layout */
}
.main-content:after {
  clear: both;
  content: '';
  display: table;
}
.main-content:after {
  clear: both;
  content: '';
  display: table;
}
.main-content .content-column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .main-content .content-column {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1055px) {
  .main-content .content-column {
    margin-left: 8.33333333%;
  }
}
.main-content .full-width-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 20px;
}
/* header layout */
.header-wrapper {
  background: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid #cfcfcf;
  padding-left: 20px;
  -webkit-transition: top 500ms;
  -moz-transition: top 500ms;
  -o-transition: top 500ms;
  -ms-transition: top 500ms;
  transition: top 500ms;
  -webkit-transition: top 500ms 0;
  -moz-transition: top 500ms 0;
  -ms-transition: top 500ms 0;
  -o-transition: top 500ms 0;
  transition: top 500ms 0;
}
.nav-up {
  top: -120px;
}
.header-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px;
  max-width: 1200px;
}
.header-container:after {
  clear: both;
  content: '';
  display: table;
}
.header-container:after {
  clear: both;
  content: '';
  display: table;
}
.header {
  margin-left: -2px;
  margin-right: -2px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.header:after {
  clear: both;
  content: '';
  display: table;
}
.header:after {
  clear: both;
  content: '';
  display: table;
}
.header .site-logo {
  float: left;
  width: 41.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 600px) {
  .header .site-logo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1055px) {
  .header .site-logo {
    float: left;
    width: 8.33333333%;
  }
}
.header .header-content {
  float: left;
  width: 58.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 600px) {
  .header .header-content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1055px) {
  .header .header-content {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1055px) {
  .header .header-content {
    margin-left: 4.16666667%;
  }
}
@media (max-width: 1054px) {
  .header .header-content {
    text-align: right;
  }
}
.header .header-content-survey-button {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1054px) {
  .header .header-content-survey-button .button-medium {
    display: none;
  }
}
/* header elements */
.site-logo {
  text-align: left;
}
.site-logo img {
  height: auto;
  padding: 5px 0;
}
@media (min-width: 600px) {
  .site-logo img {
    width: 105px;
    margin-left: 10px;
  }
}
@media (max-width: 599px) {
  .site-logo img {
    margin-left: 0;
    width: 100px;
    margin-top: 0px;
  }
}
/* footer layout */
.footer-wrapper {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #fdb813;
}
.footer-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.footer-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.footer-wrapper .footer {
  margin-left: -2px;
  margin-right: -2px;
  padding: 15px 0;
}
.footer-wrapper .footer:after {
  clear: both;
  content: '';
  display: table;
}
.footer-wrapper .footer:after {
  clear: both;
  content: '';
  display: table;
}
.footer-wrapper .footer .footer-accreditation-nav-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .footer-wrapper .footer .footer-accreditation-nav-wrapper {
    float: left;
    width: 75%;
  }
}
.footer-wrapper .footer .footer-social-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .footer-wrapper .footer .footer-social-wrapper {
    float: left;
    width: 25%;
  }
}
/* footer elements */
.footer-accreditations {
  padding: 20px 0 10px 0;
}
@media (max-width: 1054px) {
  .footer-accreditations {
    text-align: center;
  }
}
.footer-accreditations img {
  width: 93px;
  height: 93px;
  margin-right: 5px;
}
.copyright {
  padding: 10px 0;
}
@media (max-width: 1054px) {
  .copyright {
    text-align: center;
  }
}
.copyright p {
  margin: 0;
  padding: 0;
  font: 400 11px "Open Sans", Verdana, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.footer-nav ul,
.footer-nav ol {
  margin: 0;
  padding: 0;
}
.footer-nav ul li,
.footer-nav ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 1054px) {
  .footer-nav {
    text-align: center;
  }
}
.footer-nav a {
  color: #fdb813;
  font-weight: bold;
  text-decoration: none;
  transition: color 200ms;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-right: 10px;
}
.footer-nav a:hover,
.footer-nav a:focus,
.footer-nav a:active {
  color: #db9b02;
  text-decoration: underline;
}
.footer-nav a:hover,
.footer-nav a:focus,
.footer-nav a:active {
  text-decoration: underline;
}
.footer-nav a.selected {
  text-decoration: underline;
}
.social-media {
  text-align: center;
  padding: 20px 0 10px 0;
}
.social-media h3 {
  margin: 0;
  border-bottom: none;
  padding-bottom: 15px;
  display: block;
}
.social-media h3:after {
  display: none;
}
.social-media p {
  margin-bottom: 15px !important;
}
.social-media img {
  width: 36px;
  height: 36px;
  margin: 0 8px;
}
.social-media img:hover {
  opacity: 0.6;
}
.footer-newsletter {
  text-align: center;
}
/* responsive menu button */
@media (min-width: 1055px) {
  .navigation-menu-button {
    display: none;
  }
}
/* responsive navigation show/hide
	two options to choose from, animate form the top or from the left
*/
.body {
  /* choose to animate form the top or the left */
}
@media (max-width: 1054px) {
  .body.navigation-menu-open .header-content {
    -webkit-transition: max-height 250ms, visibility 250ms;
    -moz-transition: max-height 250ms, visibility 250ms;
    -ms-transition: max-height 250ms, visibility 250ms;
    -o-transition: max-height 250ms, visibility 250ms;
    transition: max-height 250ms, visibility 250ms;
    max-height: 900px;
    overflow: hidden;
    visibility: visible;
  }
  .body.navigation-menu-closed .header-content {
    -webkit-transition: max-height 250ms, visibility 250ms;
    -moz-transition: max-height 250ms, visibility 250ms;
    -ms-transition: max-height 250ms, visibility 250ms;
    -o-transition: max-height 250ms, visibility 250ms;
    transition: max-height 250ms, visibility 250ms;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}
/* individual link styling */
.navigation-menu-button {
  background: #fdb813;
  color: #fff;
  position: absolute;
  right: 0px;
  text-decoration: none;
  text-transform: uppercase;
  top: 10px;
}
.navigation-menu-button:hover,
.navigation-menu-button:active {
  text-decoration: none;
}
.navigation-menu-button:before {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  width: 50px;
}
.navigation-menu-button.navigation-menu-button-open:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  content: "\00d7";
}
.navigation-menu-button.navigation-menu-button-closed:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  content: "\2261";
}
/* navigation style bar */
/* navigation style sitemap */
/* main navigation (responsive) */
@media (max-width: 1054px) {
  .main-nav {
    display: inline-block;
    vertical-align: middle;
  }
  .main-nav ul,
  .main-nav ol {
    margin: 0;
    padding: 0;
  }
  .main-nav ul li,
  .main-nav ol li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
  }
  .main-nav > .navigation > li.services > a:after,
  .main-nav > .navigation > li.branch > a:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: url('/media/img/icon-arrow-down-black.png?2af625781f74') no-repeat;
    background-size: 7px 5px;
    width: 7px;
    height: 5px;
    margin: -2px 0 0 12px;
  }
  .main-nav > .navigation > li.search > a,
  .main-nav > .navigation > li.call > a {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
  }
  .main-nav > .navigation > li.search > a {
    background: url('/media/img/icon-search.png?2af625781f74') no-repeat;
  }
  .main-nav > .navigation > li.last > a {
    background: url('/media/img/icon-phone.png?2af625781f74') no-repeat;
  }
  .main-nav > .navigation > li:hover,
  .main-nav > .navigation > li:focus,
  .main-nav > .navigation > li:active {
    background: #fdb813;
  }
  html.open-services .main-nav > .navigation > li.services,
  html.open-branch .main-nav > .navigation > li.branch,
  html.open-search .main-nav > .navigation > li.search,
  html.open-call .main-nav > .navigation > li.call {
    background: #fdb813;
  }
  .main-nav > .navigation > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 90%;
  }
  .main-nav > .navigation > li.current > a {
    color: #fff;
  }
  .main-nav > .navigation > li > .navigation {
    display: none;
  }
}
@media (max-width: 1054px) and (min-width: 1055px) {
  .main-nav .navigation-icons {
    background-size: 30px 30px;
    background-position: 50% 50%;
  }
}
@media (max-width: 1054px) and (min-width: 600px) and (max-width: 1054px) {
  .main-nav .navigation-icons {
    background-size: 30px 30px;
    background-position: 50% 50%;
  }
}
@media (max-width: 1054px) and (max-width: 599px) {
  .main-nav .navigation-icons {
    background-size: 25px 25px;
    background-position: 50% 50%;
  }
}
@media (max-width: 1054px) and (max-width: 1054px) {
  .main-nav > .navigation {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
}
@media (max-width: 1054px) and (min-width: 1055px) {
  .main-nav > .navigation > li {
    border-left: 1px solid #cfcfcf;
  }
}
@media (max-width: 1054px) and (max-width: 1054px) {
  .main-nav > .navigation > li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1054px) and (max-width: 599px) {
  .main-nav > .navigation > li.services > a {
    background: url('/media/img/icon-services.png?2af625781f74') no-repeat;
    background-size: 25px 25px;
    background-position: 50% 50%;
  }
  .main-nav > .navigation > li.branch > a {
    background: url('/media/img/icon-location.png?2af625781f74') no-repeat;
    background-size: 25px 25px;
    background-position: 50% 50%;
  }
}
@media (max-width: 1054px) and (min-width: 1201px) {
  .main-nav > .navigation > li.services > a,
  .main-nav > .navigation > li.branch > a {
    padding: 40px 70px;
  }
}
@media (max-width: 1054px) and (min-width: 1055px) and (max-width: 1200px) {
  .main-nav > .navigation > li.services > a,
  .main-nav > .navigation > li.branch > a {
    padding: 40px 35px;
  }
}
@media (max-width: 1054px) and (min-width: 600px) and (max-width: 1054px) {
  .main-nav > .navigation > li.services > a,
  .main-nav > .navigation > li.branch > a {
    padding: 35px 20px;
  }
  .main-nav > .navigation > li.services > a:after,
  .main-nav > .navigation > li.branch > a:after {
    display: none;
  }
}
@media (max-width: 1054px) and (max-width: 599px) {
  .main-nav > .navigation > li.services > a,
  .main-nav > .navigation > li.branch > a {
    text-indent: -9999px;
    text-align: left !important;
    padding: 41px 20px;
    white-space: nowrap;
    overflow: hidden;
  }
  .main-nav > .navigation > li.services > a:after,
  .main-nav > .navigation > li.branch > a:after {
    display: none;
  }
}
@media (max-width: 1054px) and (min-width: 1055px) {
  .main-nav > .navigation > li.search > a,
  .main-nav > .navigation > li.call > a {
    background-size: 30px 30px;
    background-position: 50% 50%;
  }
}
@media (max-width: 1054px) and (min-width: 600px) and (max-width: 1054px) {
  .main-nav > .navigation > li.search > a,
  .main-nav > .navigation > li.call > a {
    background-size: 30px 30px;
    background-position: 50% 50%;
  }
}
@media (max-width: 1054px) and (max-width: 599px) {
  .main-nav > .navigation > li.search > a,
  .main-nav > .navigation > li.call > a {
    background-size: 25px 25px;
    background-position: 50% 50%;
  }
}
@media (max-width: 1054px) and (min-width: 1055px) {
  .main-nav > .navigation > li.search > a,
  .main-nav > .navigation > li.call > a {
    padding: 40px 40px;
  }
}
@media (max-width: 1054px) and (min-width: 600px) and (max-width: 1054px) {
  .main-nav > .navigation > li.search > a,
  .main-nav > .navigation > li.call > a {
    padding: 35px 30px;
  }
}
@media (max-width: 1054px) and (max-width: 599px) {
  .main-nav > .navigation > li.search > a,
  .main-nav > .navigation > li.call > a {
    padding: 41px 20px;
  }
}
@media (max-width: 1054px) and (min-width: 1055px) {
  .main-nav > .navigation > li.last > a {
    border-right: 1px solid #cfcfcf;
  }
}
@media (max-width: 1054px) and (min-width: 600px) and (max-width: 1054px) {
  .main-nav > .navigation > li.last > a {
    border-right: none;
  }
}
@media (max-width: 1054px) and (max-width: 599px) {
  .main-nav > .navigation > li.last > a {
    border-right: none;
  }
}
@media (max-width: 1054px) and (min-width: 1055px) {
  .main-nav > .navigation > li > a {
    font: 700 21px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (max-width: 1054px) and (max-width: 1054px) {
  .main-nav > .navigation > li > a {
    font: 700 19px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (max-width: 1054px) {
  .main-nav {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1055px) {
  .main-nav {
    display: inline-block;
    vertical-align: middle;
  }
  .main-nav ul,
  .main-nav ol {
    margin: 0;
    padding: 0;
  }
  .main-nav ul li,
  .main-nav ol li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
  }
  .main-nav > .navigation > li.services > a:after,
  .main-nav > .navigation > li.branch > a:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: url('/media/img/icon-arrow-down-black.png?2af625781f74') no-repeat;
    background-size: 7px 5px;
    width: 7px;
    height: 5px;
    margin: -2px 0 0 12px;
  }
  .main-nav > .navigation > li.search > a,
  .main-nav > .navigation > li.call > a {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
  }
  .main-nav > .navigation > li.search > a {
    background: url('/media/img/icon-search.png?2af625781f74') no-repeat;
  }
  .main-nav > .navigation > li.last > a {
    background: url('/media/img/icon-phone.png?2af625781f74') no-repeat;
  }
  .main-nav > .navigation > li:hover,
  .main-nav > .navigation > li:focus,
  .main-nav > .navigation > li:active {
    background: #fdb813;
  }
  html.open-services .main-nav > .navigation > li.services,
  html.open-branch .main-nav > .navigation > li.branch,
  html.open-search .main-nav > .navigation > li.search,
  html.open-call .main-nav > .navigation > li.call {
    background: #fdb813;
  }
  .main-nav > .navigation > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 90%;
  }
  .main-nav > .navigation > li.current > a {
    color: #fff;
  }
  .main-nav > .navigation > li > .navigation {
    display: none;
  }
}
@media (min-width: 1055px) and (min-width: 1055px) {
  .main-nav .navigation-icons {
    background-size: 30px 30px;
    background-position: 50% 50%;
  }
}
@media (min-width: 1055px) and (min-width: 600px) and (max-width: 1054px) {
  .main-nav .navigation-icons {
    background-size: 30px 30px;
    background-position: 50% 50%;
  }
}
@media (min-width: 1055px) and (max-width: 599px) {
  .main-nav .navigation-icons {
    background-size: 25px 25px;
    background-position: 50% 50%;
  }
}
@media (min-width: 1055px) and (max-width: 1054px) {
  .main-nav > .navigation {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
}
@media (min-width: 1055px) and (min-width: 1055px) {
  .main-nav > .navigation > li {
    border-left: 1px solid #cfcfcf;
  }
}
@media (min-width: 1055px) and (max-width: 1054px) {
  .main-nav > .navigation > li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1055px) and (max-width: 599px) {
  .main-nav > .navigation > li.services > a {
    background: url('/media/img/icon-services.png?2af625781f74') no-repeat;
    background-size: 25px 25px;
    background-position: 50% 50%;
  }
  .main-nav > .navigation > li.branch > a {
    background: url('/media/img/icon-location.png?2af625781f74') no-repeat;
    background-size: 25px 25px;
    background-position: 50% 50%;
  }
}
@media (min-width: 1055px) and (min-width: 1201px) {
  .main-nav > .navigation > li.services > a,
  .main-nav > .navigation > li.branch > a {
    padding: 40px 70px;
  }
}
@media (min-width: 1055px) and (min-width: 1055px) and (max-width: 1200px) {
  .main-nav > .navigation > li.services > a,
  .main-nav > .navigation > li.branch > a {
    padding: 40px 35px;
  }
}
@media (min-width: 1055px) and (min-width: 600px) and (max-width: 1054px) {
  .main-nav > .navigation > li.services > a,
  .main-nav > .navigation > li.branch > a {
    padding: 35px 20px;
  }
  .main-nav > .navigation > li.services > a:after,
  .main-nav > .navigation > li.branch > a:after {
    display: none;
  }
}
@media (min-width: 1055px) and (max-width: 599px) {
  .main-nav > .navigation > li.services > a,
  .main-nav > .navigation > li.branch > a {
    text-indent: -9999px;
    text-align: left !important;
    padding: 41px 20px;
    white-space: nowrap;
    overflow: hidden;
  }
  .main-nav > .navigation > li.services > a:after,
  .main-nav > .navigation > li.branch > a:after {
    display: none;
  }
}
@media (min-width: 1055px) and (min-width: 1055px) {
  .main-nav > .navigation > li.search > a,
  .main-nav > .navigation > li.call > a {
    background-size: 30px 30px;
    background-position: 50% 50%;
  }
}
@media (min-width: 1055px) and (min-width: 600px) and (max-width: 1054px) {
  .main-nav > .navigation > li.search > a,
  .main-nav > .navigation > li.call > a {
    background-size: 30px 30px;
    background-position: 50% 50%;
  }
}
@media (min-width: 1055px) and (max-width: 599px) {
  .main-nav > .navigation > li.search > a,
  .main-nav > .navigation > li.call > a {
    background-size: 25px 25px;
    background-position: 50% 50%;
  }
}
@media (min-width: 1055px) and (min-width: 1055px) {
  .main-nav > .navigation > li.search > a,
  .main-nav > .navigation > li.call > a {
    padding: 40px 40px;
  }
}
@media (min-width: 1055px) and (min-width: 600px) and (max-width: 1054px) {
  .main-nav > .navigation > li.search > a,
  .main-nav > .navigation > li.call > a {
    padding: 35px 30px;
  }
}
@media (min-width: 1055px) and (max-width: 599px) {
  .main-nav > .navigation > li.search > a,
  .main-nav > .navigation > li.call > a {
    padding: 41px 20px;
  }
}
@media (min-width: 1055px) and (min-width: 1055px) {
  .main-nav > .navigation > li.last > a {
    border-right: 1px solid #cfcfcf;
  }
}
@media (min-width: 1055px) and (min-width: 600px) and (max-width: 1054px) {
  .main-nav > .navigation > li.last > a {
    border-right: none;
  }
}
@media (min-width: 1055px) and (max-width: 599px) {
  .main-nav > .navigation > li.last > a {
    border-right: none;
  }
}
@media (min-width: 1055px) and (min-width: 1055px) {
  .main-nav > .navigation > li > a {
    font: 700 21px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (min-width: 1055px) and (max-width: 1054px) {
  .main-nav > .navigation > li > a {
    font: 700 19px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
.cms .navigation {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #252525;
}
.cms .navigation:after {
  clear: both;
  content: '';
  display: table;
}
.cms .navigation:after {
  clear: both;
  content: '';
  display: table;
}
.cms .navigation > li.first {
  padding-top: 20px;
}
.cms .navigation > li.last {
  padding-bottom: 20px;
}
.cms .navigation > li:last-child {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.cms .navigation > li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  background: url('/media/img/icon-arrow-right-white.png?2af625781f74') 0 0 no-repeat;
  background-size: 5px 7px;
  width: 5px;
  height: 7px;
  margin-top: 6px;
}
@media (max-width: 1054px) {
  .cms .navigation > li:before {
    margin-left: 10px;
  }
}
.cms .navigation > li > a {
  color: #fff;
  text-transform: uppercase;
}
.cms .navigation > li > a:hover,
.cms .navigation > li > a:focus,
.cms .navigation > li > a:active {
  text-decoration: underline;
}
.cms .navigation > li > .navigation li {
  padding: 0;
  margin-left: 20px;
}
@media (max-width: 599px) {
  html body {
    transition: all 400ms;
  }
  html.open-services,
  html.open-branch,
  html.open-search,
  html.open-call {
    overflow: hidden;
    position: fixed;
  }
  html.open-services body,
  html.open-branch body,
  html.open-search body,
  html.open-call body {
    overflow: hidden;
    margin-left: 280px;
    margin-right: -280px;
  }
  html.open-services .nav-overlay,
  html.open-branch .nav-overlay,
  html.open-search .nav-overlay,
  html.open-call .nav-overlay {
    display: block;
  }
  html .nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .2;
    z-index: 999;
    cursor: pointer;
  }
}
@media (min-width: 1055px) {
  .nav-tel-number {
    font: 700 45px "Lato", "Open Sans", Verdana, sans-serif;
    display: block;
    margin-bottom: 40px;
    text-decoration: none;
  }
}
@media (max-width: 1054px) {
  .nav-tel-number {
    font: 700 45px "Lato", "Open Sans", Verdana, sans-serif;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
  }
}
@media (max-width: 599px) {
  .nav-tel-number {
    font: 700 30px "Lato", "Open Sans", Verdana, sans-serif;
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
  }
}
.sub-nav-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px;
  max-width: 1200px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.sub-nav-container:after {
  clear: both;
  content: '';
  display: table;
}
.sub-nav-container:after {
  clear: both;
  content: '';
  display: table;
}
.main-sub-nav {
  background: #fdb813;
  z-index: 1000;
  -webkit-transition: margin-top 500ms;
  -moz-transition: margin-top 500ms;
  -o-transition: margin-top 500ms;
  -ms-transition: margin-top 500ms;
  transition: margin-top 500ms;
  -webkit-transition: margin-top 500ms 0;
  -moz-transition: margin-top 500ms 0;
  -ms-transition: margin-top 500ms 0;
  -o-transition: margin-top 500ms 0;
  transition: margin-top 500ms 0;
}
@media (min-width: 600px) {
  .main-sub-nav {
    position: fixed;
    left: 0;
    right: 0;
    margin-top: -2px;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
  }
  html.open-services .main-sub-nav.services,
  html.open-branch .main-sub-nav.branch,
  html.open-search .main-sub-nav.search,
  html.open-call .main-sub-nav.call {
    max-height: 900px;
    visibility: visible;
  }
}
@media (min-width: 599px) and (max-width: 665px) {
  .main-sub-nav {
    margin-top: 20px;
  }
}
@media (max-width: 599px) {
  .main-sub-nav {
    bottom: 0;
    left: -280px;
    overflow-y: auto;
    padding: 20px 10px;
    position: fixed;
    top: 0;
    width: 280px;
    z-index: 1000;
    transition: all 400ms;
  }
  html.open-services .main-sub-nav.services,
  html.open-branch .main-sub-nav.branch,
  html.open-search .main-sub-nav.search,
  html.open-call .main-sub-nav.call {
    display: block;
    left: 0;
  }
}
.main-sub-nav .main-sub-nav-close {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  height: 40px;
  z-index: 170;
  background: #fdb813;
  border: none;
}
@media (min-width: 600px) {
  .main-sub-nav .main-sub-nav-close {
    top: 0px;
    right: 20px;
  }
}
@media (max-width: 599px) {
  .main-sub-nav .main-sub-nav-close {
    top: -20px;
    right: 0;
  }
}
.main-sub-nav .main-sub-nav-close .main-sub-nav-close-img {
  width: 30px;
  height: 30px;
}
.main-sub-nav .nav-services-links {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .main-sub-nav .nav-services-links {
    float: left;
    width: 66.66666667%;
  }
}
.main-sub-nav .nav-services-links ul,
.main-sub-nav .nav-services-links ol {
  margin: 0;
  padding: 0;
}
.main-sub-nav .nav-services-links ul li,
.main-sub-nav .nav-services-links ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-sub-nav .nav-services-links > .navigation {
  padding: 10px;
}
@media (min-width: 600px) {
  .main-sub-nav .nav-services-links > .navigation {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
.main-sub-nav .nav-services-links > .navigation > li ul,
.main-sub-nav .nav-services-links > .navigation > li ol {
  margin: 0;
  padding: 0;
}
.main-sub-nav .nav-services-links > .navigation > li ul li,
.main-sub-nav .nav-services-links > .navigation > li ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.main-sub-nav .nav-services-links > .navigation > li > a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-decoration: none;
  line-height: 90%;
  padding: 5px 0 5px 20px;
  text-transform: uppercase;
  background: url('/media/img/icon-black-arrow.png?2af625781f74') 0 15px no-repeat;
  padding-left: 20px;
}
@media (min-width: 1055px) {
  .main-sub-nav .nav-services-links > .navigation > li > a {
    font: 700 21px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (max-width: 1054px) {
  .main-sub-nav .nav-services-links > .navigation > li > a {
    font: 700 19px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
.main-sub-nav .nav-services-links > .navigation > li > a:hover,
.main-sub-nav .nav-services-links > .navigation > li > a:focus,
.main-sub-nav .nav-services-links > .navigation > li > a:active {
  color: #fff;
  background: url('/media/img/icon-black-arrow.png?2af625781f74') 0 -40px no-repeat;
}
.main-sub-nav .nav-services-links > .navigation > li.current > a {
  color: #fff;
}
.main-sub-nav .nav-services-links > .navigation > li > .navigation {
  padding: 5px;
  background: #db9b02;
}
.main-sub-nav .nav-services-links > .navigation > li > .navigation > li > a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 90%;
  padding: 5px;
}
@media (min-width: 1055px) {
  .main-sub-nav .nav-services-links > .navigation > li > .navigation > li > a {
    font: 700 21px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (max-width: 1054px) {
  .main-sub-nav .nav-services-links > .navigation > li > .navigation > li > a {
    font: 700 19px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
.main-sub-nav .nav-services-links > .navigation > li > .navigation > li.current > a {
  color: #fff;
}
@media (min-width: 1055px) {
  .main-sub-nav .nav-services-links {
    padding-top: 60px;
  }
}
.main-sub-nav .nav-contact-number {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .main-sub-nav .nav-contact-number {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1055px) {
  .main-sub-nav .nav-contact-number {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .main-sub-nav .nav-contact-number {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
@media (max-width: 599px) {
  .main-sub-nav .nav-contact-number {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.main-sub-nav .nav-contact-number .nav-services-text {
  font: 700 21px "Lato", "Open Sans", Verdana, sans-serif;
  color: #000;
  margin: 0;
}
.main-sub-nav .nav-contact-number .nav-services-number {
  color: #000;
}
@media (min-width: 1055px) {
  .main-sub-nav .nav-contact-number .nav-services-number {
    font: 700 45px "Lato", "Open Sans", Verdana, sans-serif;
    display: block;
    margin-bottom: 40px;
    text-decoration: none;
  }
}
@media (max-width: 1054px) {
  .main-sub-nav .nav-contact-number .nav-services-number {
    font: 700 45px "Lato", "Open Sans", Verdana, sans-serif;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
  }
}
@media (max-width: 599px) {
  .main-sub-nav .nav-contact-number .nav-services-number {
    font: 700 30px "Lato", "Open Sans", Verdana, sans-serif;
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
  }
}
@media (max-width: 739px) {
  .main-sub-nav .nav-contact-number .nav-services-number {
    margin: 0 15px 15px 0;
  }
}
@media (min-width: 740px) and (max-width: 1054px) {
  .main-sub-nav .nav-contact-number .nav-services-button {
    float: right;
  }
}
@media (max-width: 739px) {
  .main-sub-nav .nav-contact-number .nav-services-button {
    float: none;
  }
}
.main-sub-nav.search .nav-search-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.main-sub-nav.search .nav-site-search-title {
  font: 700 21px "Lato", "Open Sans", Verdana, sans-serif;
  padding-top: 20px;
}
@media (min-width: 1055px) {
  .main-sub-nav.search .nav-site-search-title {
    display: none;
  }
}
.main-sub-nav.branch .nav-find-branch-text {
  font: 700 21px "Lato", "Open Sans", Verdana, sans-serif;
}
@media (min-width: 1055px) {
  .main-sub-nav.branch .nav-find-branch-text {
    padding-bottom: 20px;
  }
}
.main-sub-nav.branch .nav-find-branch-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 20px;
}
@media (min-width: 600px) {
  .main-sub-nav.branch .nav-find-branch-wrapper {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1055px) {
  .main-sub-nav.branch .nav-find-branch-wrapper {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1055px) {
  .main-sub-nav.branch .nav-find-branch-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .main-sub-nav.branch .nav-find-branch-wrapper {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1054px) {
  .main-sub-nav.branch .nav-find-branch-wrapper {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.main-sub-nav.branch .nav-find-branch-wrapper .styled-search {
  padding-bottom: 0 !important;
}
.main-sub-nav.branch .nav-find-branch-wrapper .site-search-component-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}
.main-sub-nav.branch .nav-find-branch-links {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .main-sub-nav.branch .nav-find-branch-links {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1055px) {
  .main-sub-nav.branch .nav-find-branch-links {
    margin-left: 8.33333333%;
  }
}
.main-sub-nav.branch .nav-find-branch-links ul,
.main-sub-nav.branch .nav-find-branch-links ol {
  margin: 0;
  padding: 0;
}
.main-sub-nav.branch .nav-find-branch-links ul li,
.main-sub-nav.branch .nav-find-branch-links ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-sub-nav.branch .nav-find-branch-links > .navigation {
  padding: 10px;
}
@media (min-width: 600px) {
  .main-sub-nav.branch .nav-find-branch-links > .navigation {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
.main-sub-nav.branch .nav-find-branch-links > .navigation > li ul,
.main-sub-nav.branch .nav-find-branch-links > .navigation > li ol {
  margin: 0;
  padding: 0;
}
.main-sub-nav.branch .nav-find-branch-links > .navigation > li ul li,
.main-sub-nav.branch .nav-find-branch-links > .navigation > li ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.main-sub-nav.branch .nav-find-branch-links > .navigation > li > a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-decoration: none;
  line-height: 90%;
  padding: 5px 0 5px 20px;
  text-transform: uppercase;
  background: url('/media/img/icon-black-arrow.png?2af625781f74') 0 15px no-repeat;
  padding-left: 20px;
}
@media (min-width: 1055px) {
  .main-sub-nav.branch .nav-find-branch-links > .navigation > li > a {
    font: 700 21px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (max-width: 1054px) {
  .main-sub-nav.branch .nav-find-branch-links > .navigation > li > a {
    font: 700 19px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
.main-sub-nav.branch .nav-find-branch-links > .navigation > li > a:hover,
.main-sub-nav.branch .nav-find-branch-links > .navigation > li > a:focus,
.main-sub-nav.branch .nav-find-branch-links > .navigation > li > a:active {
  color: #fff;
  background: url('/media/img/icon-black-arrow.png?2af625781f74') 0 -40px no-repeat;
}
.main-sub-nav.branch .nav-find-branch-links > .navigation > li.current > a {
  color: #fff;
}
.main-sub-nav.branch .nav-find-branch-links > .navigation > li > .navigation {
  padding: 5px;
  background: #db9b02;
}
.main-sub-nav.branch .nav-find-branch-links > .navigation > li > .navigation > li > a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 90%;
  padding: 5px;
}
@media (min-width: 1055px) {
  .main-sub-nav.branch .nav-find-branch-links > .navigation > li > .navigation > li > a {
    font: 700 21px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (max-width: 1054px) {
  .main-sub-nav.branch .nav-find-branch-links > .navigation > li > .navigation > li > a {
    font: 700 19px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
.main-sub-nav.branch .nav-find-branch-links > .navigation > li > .navigation > li.current > a {
  color: #fff;
}
@media (min-width: 1055px) {
  .main-sub-nav.branch .nav-find-branch-links {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .main-sub-nav.call .button-inverted {
    float: right;
    margin-top: 10px;
  }
}
.main-sub-nav.call .nav-services-number {
  color: #000;
  display: block;
  margin-right: 30px;
}
@media (min-width: 1055px) {
  .main-sub-nav.call .nav-services-number {
    font: 700 45px "Lato", "Open Sans", Verdana, sans-serif;
    display: block;
    margin-bottom: 40px;
    text-decoration: none;
  }
}
@media (max-width: 1054px) {
  .main-sub-nav.call .nav-services-number {
    font: 700 45px "Lato", "Open Sans", Verdana, sans-serif;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
  }
}
@media (max-width: 599px) {
  .main-sub-nav.call .nav-services-number {
    font: 700 30px "Lato", "Open Sans", Verdana, sans-serif;
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
  }
}
.main-sub-nav.call .nav-contact-form {
  margin-top: 20px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
.main-sub-nav.call .nav-contact-form .standard_form .inner_wrapper,
.main-sub-nav.call .nav-contact-form .field_errors .inner_wrapper {
  width: 100%;
}
.main-sub-nav.call .nav-contact-form .standard_form .field_wrapper,
.main-sub-nav.call .nav-contact-form .field_errors .field_wrapper {
  float: right;
  clear: none;
}
@media (min-width: 600px) {
  .main-sub-nav.call .nav-contact-form .standard_form .field_wrapper,
  .main-sub-nav.call .nav-contact-form .field_errors .field_wrapper {
    width: 49%;
  }
}
@media (max-width: 599px) {
  .main-sub-nav.call .nav-contact-form .standard_form .field_wrapper,
  .main-sub-nav.call .nav-contact-form .field_errors .field_wrapper {
    width: 100%;
  }
}
.main-sub-nav.call .nav-contact-form .standard_form .field_wrapper#field_name,
.main-sub-nav.call .nav-contact-form .field_errors .field_wrapper#field_name,
.main-sub-nav.call .nav-contact-form .standard_form .field_wrapper#field_email,
.main-sub-nav.call .nav-contact-form .field_errors .field_wrapper#field_email,
.main-sub-nav.call .nav-contact-form .standard_form .field_wrapper#field_number,
.main-sub-nav.call .nav-contact-form .field_errors .field_wrapper#field_number {
  float: left;
  clear: both;
}
@media (min-width: 600px) {
  .main-sub-nav.call .nav-contact-form .standard_form .field_wrapper#field_enquiry,
  .main-sub-nav.call .nav-contact-form .field_errors .field_wrapper#field_enquiry {
    margin-top: -100px;
  }
}
@media (max-width: 599px) {
  .main-sub-nav.call .nav-contact-form .standard_form .field_wrapper#field_enquiry,
  .main-sub-nav.call .nav-contact-form .field_errors .field_wrapper#field_enquiry {
    margin: 0;
  }
}
.main-sub-nav.call .nav-contact-form .standard_form .field_wrapper#field_enquiry .inner_wrapper .textarea textarea,
.main-sub-nav.call .nav-contact-form .field_errors .field_wrapper#field_enquiry .inner_wrapper .textarea textarea {
  height: 140px;
}
.main-sub-nav.call .nav-contact-form .standard_form .field_wrapper .field_name,
.main-sub-nav.call .nav-contact-form .field_errors .field_wrapper .field_name {
  display: none;
}
@media (min-width: 600px) {
  .main-sub-nav.call .nav-contact-form .standard_form .buttons,
  .main-sub-nav.call .nav-contact-form .field_errors .buttons {
    float: right;
    clear: both;
  }
}
@media (max-width: 599px) {
  .main-sub-nav.call .nav-contact-form .standard_form .buttons,
  .main-sub-nav.call .nav-contact-form .field_errors .buttons {
    margin: 0;
    float: none;
  }
}
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 50px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  position: relative;
  font: 700 16px "Lato", "Open Sans", Verdana, sans-serif;
  background: #252525;
  color: #fff;
}
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button:hover,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button:hover,
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button:focus,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button:focus,
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button:active,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button:hover:after,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button:hover:after,
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button:focus:after,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button:focus:after,
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button:active:after,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button:after,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button:after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-image: url('/media/img/icon-arrow-right-black.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button:hover,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button:hover,
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button:focus,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button:focus,
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button:active,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button:active {
  background: #555555;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button:hover:after,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button:hover:after,
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button:focus:after,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button:focus:after,
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button:active:after,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.main-sub-nav.call .nav-contact-form .standard_form .buttons .button:after,
.main-sub-nav.call .nav-contact-form .field_errors .buttons .button:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
@media (max-width: 599px) {
  .main-sub-nav.call .nav-contact-form .standard_form .buttons .button,
  .main-sub-nav.call .nav-contact-form .field_errors .buttons .button {
    width: 100%;
  }
}
@media (min-width: 1055px) {
  .main-sub-nav.call .nav-contact-form {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1055px) {
  .main-sub-nav.call .nav-contact-form {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1055px) {
  .main-sub-nav.call .nav-contact-form {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.main-sub-nav.nav-up {
  margin-top: -500px;
}
/** links */
.styled-link {
  color: #fdb813;
  font-weight: bold;
  text-decoration: none;
  transition: color 200ms;
}
.styled-link:hover,
.styled-link:focus,
.styled-link:active {
  color: #db9b02;
  text-decoration: underline;
}
.styled-link:before {
  content: "\00BB";
  padding-right: 5px;
}
.tel {
  color: #000;
}
@media (max-width: 599px) {
  .tel {
    text-decoration: underline;
  }
}
.tel:hover,
.tel:focus,
.tel:active {
  text-decoration: underline;
}
.social-link {
  display: inline-block;
  vertical-align: middle;
  curstor: pointer;
}
/** main button style */
.button,
a.button,
input.button,
button.button {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 50px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  position: relative;
}
.button:hover,
a.button:hover,
input.button:hover,
button.button:hover,
.button:focus,
a.button:focus,
input.button:focus,
button.button:focus,
.button:active,
a.button:active,
input.button:active,
button.button:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.button:hover:after,
a.button:hover:after,
input.button:hover:after,
button.button:hover:after,
.button:focus:after,
a.button:focus:after,
input.button:focus:after,
button.button:focus:after,
.button:active:after,
a.button:active:after,
input.button:active:after,
button.button:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.button:after,
a.button:after,
input.button:after,
button.button:after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-image: url('/media/img/icon-arrow-right-black.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.btn-tab,
a.btn-tab,
input.btn-tab,
button.btn-tab {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  background-color: #fdb813;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn-tab.selected,
a.btn-tab.selected,
input.btn-tab.selected,
button.btn-tab.selected {
  background: #000;
  color: #fff;
}
.btn-tab:hover,
a.btn-tab:hover,
input.btn-tab:hover,
button.btn-tab:hover,
.btn-tab:focus,
a.btn-tab:focus,
input.btn-tab:focus,
button.btn-tab:focus,
.btn-tab:active,
a.btn-tab:active,
input.btn-tab:active,
button.btn-tab:active {
  background-image: none;
}
.button-inverted,
a.button-inverted button.button-inverted {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 50px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  position: relative;
  font: 700 16px "Lato", "Open Sans", Verdana, sans-serif;
  background: #252525;
  color: #fff;
}
.button-inverted:hover,
a.button-inverted button.button-inverted:hover,
.button-inverted:focus,
a.button-inverted button.button-inverted:focus,
.button-inverted:active,
a.button-inverted button.button-inverted:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.button-inverted:hover:after,
a.button-inverted button.button-inverted:hover:after,
.button-inverted:focus:after,
a.button-inverted button.button-inverted:focus:after,
.button-inverted:active:after,
a.button-inverted button.button-inverted:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.button-inverted:after,
a.button-inverted button.button-inverted:after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-image: url('/media/img/icon-arrow-right-black.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.button-inverted:hover,
a.button-inverted button.button-inverted:hover,
.button-inverted:focus,
a.button-inverted button.button-inverted:focus,
.button-inverted:active,
a.button-inverted button.button-inverted:active {
  background: #555555;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.button-inverted:hover:after,
a.button-inverted button.button-inverted:hover:after,
.button-inverted:focus:after,
a.button-inverted button.button-inverted:focus:after,
.button-inverted:active:after,
a.button-inverted button.button-inverted:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.button-inverted:after,
a.button-inverted button.button-inverted:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.button-large,
a.button-large,
button.button-large {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 50px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  position: relative;
  font: 700 25px "Lato", "Open Sans", Verdana, sans-serif;
  padding: 20px 55px 20px 50px;
}
.button-large:hover,
a.button-large:hover,
button.button-large:hover,
.button-large:focus,
a.button-large:focus,
button.button-large:focus,
.button-large:active,
a.button-large:active,
button.button-large:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.button-large:hover:after,
a.button-large:hover:after,
button.button-large:hover:after,
.button-large:focus:after,
a.button-large:focus:after,
button.button-large:focus:after,
.button-large:active:after,
a.button-large:active:after,
button.button-large:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.button-large:after,
a.button-large:after,
button.button-large:after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-image: url('/media/img/icon-arrow-right-black.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.button-large:after,
a.button-large:after,
button.button-large:after {
  margin-bottom: 3px;
}
.button-medium,
a.button-medium,
button.button-medium {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  position: relative;
  font: 700 16px "Lato", "Open Sans", Verdana, sans-serif;
  padding: 15px 50px 15px 30px;
}
.button-medium:hover,
a.button-medium:hover,
button.button-medium:hover,
.button-medium:focus,
a.button-medium:focus,
button.button-medium:focus,
.button-medium:active,
a.button-medium:active,
button.button-medium:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.button-medium:hover:after,
a.button-medium:hover:after,
button.button-medium:hover:after,
.button-medium:focus:after,
a.button-medium:focus:after,
button.button-medium:focus:after,
.button-medium:active:after,
a.button-medium:active:after,
button.button-medium:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.button-medium:after,
a.button-medium:after,
button.button-medium:after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-image: url('/media/img/icon-arrow-right-black.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.button-large-secondary,
a.button-large-secondary button.button-large-secondary {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 50px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  position: relative;
  font: 700 16px "Lato", "Open Sans", Verdana, sans-serif;
  background: #252525;
  color: #fff;
  font: 700 25px "Lato", "Open Sans", Verdana, sans-serif;
  padding: 20px 50px;
}
.button-large-secondary:hover,
a.button-large-secondary button.button-large-secondary:hover,
.button-large-secondary:focus,
a.button-large-secondary button.button-large-secondary:focus,
.button-large-secondary:active,
a.button-large-secondary button.button-large-secondary:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.button-large-secondary:hover:after,
a.button-large-secondary button.button-large-secondary:hover:after,
.button-large-secondary:focus:after,
a.button-large-secondary button.button-large-secondary:focus:after,
.button-large-secondary:active:after,
a.button-large-secondary button.button-large-secondary:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.button-large-secondary:after,
a.button-large-secondary button.button-large-secondary:after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-image: url('/media/img/icon-arrow-right-black.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.button-large-secondary:hover,
a.button-large-secondary button.button-large-secondary:hover,
.button-large-secondary:focus,
a.button-large-secondary button.button-large-secondary:focus,
.button-large-secondary:active,
a.button-large-secondary button.button-large-secondary:active {
  background: #555555;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.button-large-secondary:hover:after,
a.button-large-secondary button.button-large-secondary:hover:after,
.button-large-secondary:focus:after,
a.button-large-secondary button.button-large-secondary:focus:after,
.button-large-secondary:active:after,
a.button-large-secondary button.button-large-secondary:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.button-large-secondary:after,
a.button-large-secondary button.button-large-secondary:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.button-large-secondary:after,
a.button-large-secondary button.button-large-secondary:after {
  margin-bottom: 3px;
}
.survey-facetime,
.survey-upload {
  margin-bottom: 20px !important;
}
input.button,
input.button-medium {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 40px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  background-image: url('/media/img/icon-arrow-right.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 85% -115px;
}
input.button:hover,
input.button-medium:hover,
input.button:focus,
input.button-medium:focus,
input.button:active,
input.button-medium:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-image: url('/media/img/icon-arrow-right.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 85% 16px;
}
input.button-large {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 40px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  background-image: url('/media/img/icon-arrow-right.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 85% -115px;
  font: 700 25px "Lato", "Open Sans", Verdana, sans-serif;
  padding: 20px 55px 20px 50px;
  background-position: 85% -105px;
}
input.button-large:hover,
input.button-large:focus,
input.button-large:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-image: url('/media/img/icon-arrow-right.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 85% 16px;
}
input.button-large:hover,
input.button-large:focus,
input.button-large:active {
  background-position: 85% 27px;
}
input.button-large-secondary {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 40px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  background-image: url('/media/img/icon-arrow-right.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 85% -115px;
  font: 700 25px "Lato", "Open Sans", Verdana, sans-serif;
  padding: 20px 55px 20px 50px;
  background: #252525;
  color: #fff;
  background-position: 85% 27px;
}
input.button-large-secondary:hover,
input.button-large-secondary:focus,
input.button-large-secondary:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-image: url('/media/img/icon-arrow-right.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 85% 16px;
}
input.button-large-secondary:hover,
input.button-large-secondary:focus,
input.button-large-secondary:active {
  background-position: 85% -105px;
}
input.button-inverted {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 40px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  background-repeat: no-repeat;
  background-position: 85% -115px;
  background-color: #252525;
  color: #fff;
  background-image: url('/media/img/icon-arrow-right.png?2af625781f74');
  background-position: 85% 17px;
}
input.button-inverted:hover,
input.button-inverted:focus,
input.button-inverted:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-image: url('/media/img/icon-arrow-right.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 85% 16px;
}
input.button-inverted:hover,
input.button-inverted:focus,
input.button-inverted:active {
  background-position: 85% 17px;
}
.banner-btn {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 50px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  position: relative;
  font: 700 16px "Lato", "Open Sans", Verdana, sans-serif;
  padding: 12px 20px;
  margin: 0;
  background: #252525;
  color: #fff !important;
}
.banner-btn:hover,
.banner-btn:focus,
.banner-btn:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.banner-btn:hover:after,
.banner-btn:focus:after,
.banner-btn:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.banner-btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-image: url('/media/img/icon-arrow-right-black.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.banner-btn:hover,
.banner-btn:focus,
.banner-btn:active {
  background: #555555;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.banner-btn:hover:after,
.banner-btn:focus:after,
.banner-btn:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.banner-btn:after {
  display: none;
}
.banner-btn:hover {
  text-decoration: none !important;
}
.banner-btn.fake {
  pointer-events: none;
  padding: 12px 20px 12px 35px;
}
/* grid overlay setup */
.mtstyleguide .grid-overlay,
.js .grid-overlay {
  margin-left: -2px;
  margin-right: -2px;
  max-width: 1200px;
  opacity: .25;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.mtstyleguide .grid-overlay:after,
.js .grid-overlay:after {
  clear: both;
  content: '';
  display: table;
}
.mtstyleguide .grid-overlay:after,
.js .grid-overlay:after {
  clear: both;
  content: '';
  display: table;
}
.mtstyleguide .grid-overlay .grid-column,
.js .grid-overlay .grid-column {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  outline: 1px dashed pink;
}
.mtstyleguide .grid-overlay .grid-column .grid-column-content,
.js .grid-overlay .grid-column .grid-column-content {
  background: #ededed;
  height: 100vh;
}
iframe.mtdynamiccontent_vimeo {
  width: 100%;
}
@media (max-width: 599px) {
  iframe.mtdynamiccontent_vimeo {
    height: 250px;
  }
}
.mtgooglemap {
  max-width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .mtgooglemap {
    height: 200px !important;
  }
}
.mtgooglemap img {
  max-width: none;
}
@media (max-width: 599px) {
  #widget {
    margin: 0 -20px !important;
  }
}
.styled-search {
  position: relative;
}
.site-search-component-wrapper {
  padding-bottom: 60px;
}
@media (min-width: 1055px) {
  .site-search-component-wrapper {
    padding-top: 60px;
  }
}
@media (max-width: 1054px) {
  .site-search-component-wrapper {
    padding-top: 10px;
  }
}
.site-search-component-wrapper .field_wrapper .inner_wrapper {
  width: 100%;
}
.site-search-component-wrapper input[type="text"] {
  border: 1px solid #dfdfdf;
  padding: 10px;
  border-radius: 50px;
  padding: 0 20px;
  width: 100%;
}
.site-search-component-wrapper input[type="text"]:hover {
  border: 1px solid #acacac;
}
.site-search-component-wrapper input[type="text"]:focus {
  background: #fffce9;
  border: 1px solid #acacac;
}
.site-search-component-wrapper input[type="text"]:focus {
  outline: none;
  box-shadow: inset 0px 0px 2px 2px #0091d6;
  border-radius: 50px;
}
@media (min-width: 1055px) {
  .site-search-component-wrapper input[type="text"] {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
    font-size: 25px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .site-search-component-wrapper input[type="text"] {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
    font-size: 25px;
  }
}
@media (max-width: 599px) {
  .site-search-component-wrapper input[type="text"] {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 16px;
  }
}
.site-search-button {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background: url('/media/img/icon-search-right-arrow.png?2af625781f74') left center no-repeat;
  border: none;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 5px;
  position: absolute;
}
.site-search-button:focus {
  outline: none;
}
@media (min-width: 600px) {
  .site-search-button {
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 599px) {
  .site-search-button {
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.no-js-msg {
  background: #fdb813;
  color: #000;
  padding: 10px;
  text-align: center;
  margin: 0;
}
.no-js-msg a {
  color: #000;
}
/* items and widgets styling in full width */
.full-width-content {
  /* items layout */
}
.full-width-content .item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 600px) {
  .full-width-content .item {
    float: left;
    width: 50%;
  }
}
.mailout-subscription-wrapper {
  border: 10px solid #ededed;
  padding: 20px;
  margin-bottom: 40px;
}
.mailout-subscription-wrapper .standard_form {
  padding-bottom: 0;
}
.manage-subscriptions-button-wrapper {
  padding: 10px 0;
}
/** misc */
#version_info {
  font: normal 11px "Lato", "Open Sans", Verdana, sans-serif;
  background: #110c00;
  color: #fff;
  left: 10px;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  z-index: 100;
}
#version_info span {
  text-transform: uppercase;
}
#quicklinks {
  position: relative;
  text-align: right;
}
#quicklinks ul {
  position: absolute;
  right: 0px;
  top: -20px;
  width: 300px;
  z-index: 1000;
}
#quicklinks li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#quicklinks a {
  background: #fdb813;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  position: absolute;
  right: 0;
  top: -100px;
  white-space: nowrap;
  width: auto;
}
#quicklinks a:hover,
#quicklinks a:focus,
#quicklinks a:active {
  top: 30px;
}
.social-media-share {
  margin-bottom: 20px;
  min-height: 170px;
}
.social-media-share ul {
  margin: 0;
  padding: 0;
}
.social-media-share ul ul,
.social-media-share ul ol {
  margin: 0;
  padding: 0;
}
.social-media-share ul ul li,
.social-media-share ul ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.social-media-share ul li {
  list-style: none;
  margin-right: 5px;
  float: left;
}
.social-media-share ul li a {
  position: relative;
  width: 40px;
  height: 40px;
}
.sitemap a {
  color: #fdb813;
  font-weight: bold;
  text-decoration: none;
  transition: color 200ms;
}
.sitemap a:hover,
.sitemap a:focus,
.sitemap a:active {
  color: #db9b02;
  text-decoration: underline;
}
/* pagination */
.pagination-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.paginator {
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.paginator ul,
.paginator ol {
  margin: 0;
  padding: 0;
}
.paginator ul li,
.paginator ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.paginator div {
  display: none;
}
.paginator strong {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 50px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  position: relative;
  font-size: 16px;
  padding: 27% 13%;
  color: #fff;
  background-image: none;
  background-color: #252525;
  margin: 5px;
  width: 54px;
  height: 54px;
  border-radius: 27px;
}
.paginator strong:hover,
.paginator strong:focus,
.paginator strong:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.paginator strong:hover:after,
.paginator strong:focus:after,
.paginator strong:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.paginator strong:after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-image: url('/media/img/icon-arrow-right-black.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.paginator strong:hover {
  background-image: none;
}
.paginator strong:after {
  display: none;
}
.paginator a {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 50px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  position: relative;
  font-size: 16px;
  padding: 27% 13%;
  background-image: none;
  margin: 5px;
  width: 54px;
  height: 54px;
  border-radius: 27px;
}
.paginator a:hover,
.paginator a:focus,
.paginator a:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.paginator a:hover:after,
.paginator a:focus:after,
.paginator a:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.paginator a:after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-image: url('/media/img/icon-arrow-right-black.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.paginator a:hover {
  background-image: none;
}
.paginator a:after {
  display: none;
}
.paginator .next a,
.paginator .previous a {
  padding: 17px 23px !important;
  width: 130px;
}
.paginator .break {
  margin-right: 5px;
  padding: 5px;
}
.home .main-content {
  margin-top: 0;
  margin-bottom: 0;
}
.service-tile-title-wrapper {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #ededed;
}
.service-tile-title-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.service-tile-title-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.service-tile-title-wrapper .service-tile-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
  border-bottom: none;
  margin: 0;
  padding: 40px;
  text-align: center;
}
.service-tile-title-wrapper .service-tile-title:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .service-tile-title-wrapper .service-tile-title:after {
    display: none;
  }
}
@media (min-width: 1055px) {
  .service-tile-title-wrapper .service-tile-title {
    font-size: 40px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .service-tile-title-wrapper .service-tile-title {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .service-tile-title-wrapper .service-tile-title {
    font-size: 21px;
  }
}
.homepage-slogan {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #ededed;
  text-align: center;
}
.homepage-slogan:after {
  clear: both;
  content: '';
  display: table;
}
.homepage-slogan:after {
  clear: both;
  content: '';
  display: table;
}
.homepage-slogan p {
  font: 300 20px "Open Sans", Verdana, sans-serif;
  max-width: 800px;
  margin: 0 auto;
}
.homepage-slogan p:first-of-type {
  padding: 60px 0 40px 0;
}
.homepage-slogan p:last-of-type {
  padding-bottom: 60px;
}
.tile-outer-container {
  margin: 0 -9999px;
}
.tile-outer-container .tile-inner-container {
  position: relative;
  margin: 0 auto;
}
.tile-outer-container .tile-inner-container ul,
.tile-outer-container .tile-inner-container ol {
  margin: 0;
  padding: 0;
}
.tile-outer-container .tile-inner-container ul li,
.tile-outer-container .tile-inner-container ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.tile-outer-container .tile-inner-container .tile-row-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
.tile-outer-container .tile-inner-container .tile-row-container .service-tile-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  float: left;
  list-style: none;
  border: 1px solid #fff;
}
@media (min-width: 1055px) {
  .tile-outer-container .tile-inner-container .tile-row-container .service-tile-wrapper {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .tile-outer-container .tile-inner-container .tile-row-container .service-tile-wrapper {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .tile-outer-container .tile-inner-container .tile-row-container .service-tile-wrapper {
    min-height: 250px;
  }
}
.service-tile-title-wrapper {
  text-align: center;
}
.service-tile-title-wrapper .service-tile-title {
  display: block;
}
.service-tile-title-wrapper .service-tile-title:after {
  display: none;
}
.service-tile {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: block;
  text-decoration: none;
  align-items: stretch;
  overflow: hidden;
  min-height: 280px;
  cursor: pointer;
}
.service-tile:hover .service-tile-text,
.service-tile:focus .service-tile-text,
.service-tile:active .service-tile-text {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #fdb813;
  opacity: 1;
}
.service-tile:hover .service-tile-title,
.service-tile:focus .service-tile-title,
.service-tile:active .service-tile-title {
  background: #fdb813;
  color: #000;
  cursor: pointer;
}
.service-tile:hover .service-tile-title:after,
.service-tile:focus .service-tile-title:after,
.service-tile:active .service-tile-title:after {
  background: url('/media/img/icon-arrow-right-black.png?2af625781f74') no-repeat;
  background-size: cover;
}
.service-tile .service-tile-content-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: url('/media/img/placeholders/service-placeholder.jpg?2af625781f74') 0 0 no-repeat;
  background-size: cover;
}
.service-tile .service-tile-text {
  font: 300 13px "Open Sans", Verdana, sans-serif;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  transition: all 400ms;
  background: #000;
  color: #000;
  padding: 20px 20px 0;
  margin: 0;
  min-height: 250px;
  opacity: 0;
}
@media (max-width: 1054px) {
  .service-tile .service-tile-text {
    visibility: hidden;
  }
}
.service-tile .service-tile-title {
  font: 700 25px "Lato", "Open Sans", Verdana, sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 72px;
  transition: all 400ms;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 20px;
  line-height: 90%;
  position: relative;
  z-index: 1;
}
.service-tile .service-tile-title:after {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  background: url('/media/img/icon-arrow-right-yellow.png?2af625781f74') no-repeat;
  background-size: cover;
  width: 9px;
  height: 16px;
  right: 20px;
  position: absolute;
  top: 50%;
}
.testimonial-outer-container {
  margin: 0 -9999px;
}
.testimonial-outer-container .testimonial-background-wrapper {
  background: url('/media/img/img-background-testimonials.jpg?2af625781f74') center center no-repeat;
  background-size: cover;
  height: 470px;
  position: relative;
  margin: 0 auto;
}
.testimonial-outer-container .testimonial-inner-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  position: relative;
}
.testimonial-outer-container .testimonial-inner-container .testimonial-content-container {
  padding-left: 10px;
  padding-right: 10px;
}
.testimonial-outer-container .testimonial-inner-container .testimonial-recommendation-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .testimonial-outer-container .testimonial-inner-container .testimonial-recommendation-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1201px) {
  .testimonial-outer-container .testimonial-inner-container .testimonial-recommendation-wrapper {
    float: left;
    width: 25%;
  }
}
.testimonial-outer-container .testimonial-inner-container .testimonial-main-content-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .testimonial-outer-container .testimonial-inner-container .testimonial-main-content-wrapper {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1201px) {
  .testimonial-outer-container .testimonial-inner-container .testimonial-main-content-wrapper {
    margin-left: 8.33333333%;
  }
}
.testimonial-recommendation {
  background: #fdb813;
  position: relative;
  margin-top: 80px;
  padding: 10px;
}
@media (max-width: 1054px) {
  .testimonial-recommendation {
    display: none;
  }
}
@media (min-width: 1055px) {
  .testimonial-recommendation {
    display: block;
  }
}
.testimonial-recommendation .testimonial-recommendation-content {
  width: 100%;
}
.testimonial-recommendation .testimonial-recommendation-tick {
  background: url('/media/img/icon-large-tick.png?2af625781f74') 0 0 no-repeat;
  background-size: 170px 115px;
  width: 170px;
  height: 115px;
  margin: 40px auto 10px auto;
}
.testimonial-recommendation p {
  font: 900 19px "Lato", "Open Sans", Verdana, sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
}
.testimonial-main-content {
  text-align: center;
}
@media (min-width: 600px) {
  .testimonial-main-content {
    margin-top: 60px;
  }
}
@media (max-width: 599px) {
  .testimonial-main-content {
    margin-top: 40px;
  }
}
.testimonial-main-content img {
  width: 170px;
  height: 30px;
}
.testimonial-main-content p {
  font-style: italic !important;
  color: #fff;
  padding: 20px;
  margin: 0;
}
@media (min-width: 1055px) {
  .testimonial-main-content p {
    font: 300 23px "Open Sans", Verdana, sans-serif;
  }
}
@media (max-width: 1054px) {
  .testimonial-main-content p {
    font: 300 18px "Open Sans", Verdana, sans-serif;
  }
}
.testimonial-main-content .testimonial-section-reviews-widget {
  width: 200px;
  margin: 0 auto;
}
.why-choose-outer-container {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #252525;
}
.why-choose-outer-container:after {
  clear: both;
  content: '';
  display: table;
}
.why-choose-outer-container:after {
  clear: both;
  content: '';
  display: table;
}
.why-choose-outer-container .why-choose-content-container {
  text-align: center;
}
.why-choose-outer-container .why-choose-title {
  display: inline-block;
  vertical-align: middle;
  color: #fdb813;
  border-bottom: 1px solid #fdb813;
  margin: 13px 0 0 0;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  .why-choose-outer-container .why-choose-title {
    font: 400 30px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (max-width: 599px) {
  .why-choose-outer-container .why-choose-title {
    font: 400 17px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
.why-choose-outer-container .why-choose-icon-video-container {
  margin-left: -2px;
  margin-right: -2px;
}
.why-choose-outer-container .why-choose-icon-video-container:after {
  clear: both;
  content: '';
  display: table;
}
.why-choose-outer-container .why-choose-icon-video-container:after {
  clear: both;
  content: '';
  display: table;
}
.why-choose-outer-container .why-choose-icon-video-container .why-choose-icon-outer-container {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 600px) {
  .why-choose-outer-container .why-choose-icon-video-container .why-choose-icon-outer-container {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1055px) {
  .why-choose-outer-container .why-choose-icon-video-container .why-choose-icon-outer-container {
    float: left;
    width: 58.33333333%;
  }
}
.why-choose-outer-container .why-choose-icon-video-container .why-choose-icon-outer-container .why-choose-icon-container .why-choose-icon {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  list-style: none;
  text-align: center;
}
@media (min-width: 600px) {
  .why-choose-outer-container .why-choose-icon-video-container .why-choose-icon-outer-container .why-choose-icon-container .why-choose-icon {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1055px) {
  .why-choose-outer-container .why-choose-icon-video-container .why-choose-icon-outer-container .why-choose-icon-container .why-choose-icon {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 600px) {
  .why-choose-outer-container .why-choose-icon-video-container .why-choose-icon-outer-container .why-choose-icon-container .why-choose-icon {
    min-height: 130px;
  }
}
.why-choose-outer-container .why-choose-icon-video-container .why-choose-icon-outer-container .why-choose-icon-container .why-choose-icon .why-choose-icon-text {
  margin-bottom: 20px;
}
.why-choose-outer-container .why-choose-icon-video-container .why-choose-video-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 27%;
}
@media (min-width: 600px) {
  .why-choose-outer-container .why-choose-icon-video-container .why-choose-video-wrapper {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1055px) {
  .why-choose-outer-container .why-choose-icon-video-container .why-choose-video-wrapper {
    float: left;
    width: 41.66666667%;
  }
}
@media (max-width: 599px) {
  .why-choose-outer-container .why-choose-icon-video-container .why-choose-video-wrapper {
    padding-bottom: 60%;
    margin-bottom: 20px;
  }
}
.why-choose-outer-container .why-choose-icon-video-container .why-choose-video-wrapper .why-choose-video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 1055px) {
  .why-choose-outer-container .why-choose-icon-video-container .why-choose-video-wrapper .why-choose-video {
    padding-top: 53px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .why-choose-outer-container .why-choose-icon-video-container .why-choose-video-wrapper .why-choose-video {
    padding-top: 40px;
  }
}
@media (max-width: 599px) {
  .why-choose-outer-container .why-choose-icon-video-container .why-choose-video-wrapper .why-choose-video {
    padding-top: 10px;
  }
}
.why-choose-outer-container .why-choose-icon-container {
  margin-left: -2px;
  margin-right: -2px;
  padding-top: 20px;
}
.why-choose-outer-container .why-choose-icon-container:after {
  clear: both;
  content: '';
  display: table;
}
.why-choose-outer-container .why-choose-icon-container:after {
  clear: both;
  content: '';
  display: table;
}
.why-choose-outer-container .why-choose-icon-container ul,
.why-choose-outer-container .why-choose-icon-container ol {
  margin: 0;
  padding: 0;
}
.why-choose-outer-container .why-choose-icon-container ul li,
.why-choose-outer-container .why-choose-icon-container ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.why-choose-outer-container .why-choose-icon-container .why-choose-icon {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  list-style: none;
  text-align: center;
}
@media (min-width: 600px) {
  .why-choose-outer-container .why-choose-icon-container .why-choose-icon {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1055px) {
  .why-choose-outer-container .why-choose-icon-container .why-choose-icon {
    float: left;
    width: 16.66666667%;
  }
}
.why-choose-outer-container .why-choose-icon-container .why-choose-icon-img {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1054px) {
  .why-choose-outer-container .why-choose-icon-container .why-choose-icon-img {
    width: 35px;
    height: 35px;
    margin: 0 auto;
  }
}
@media (min-width: 1055px) {
  .why-choose-outer-container .why-choose-icon-container .why-choose-icon-img {
    width: 55px;
    height: 55px;
    margin: 10px auto;
  }
}
.why-choose-outer-container .why-choose-icon-container .why-choose-icon-text {
  color: #fdb813;
  max-width: 160px;
  line-height: 115%;
}
@media (max-width: 1054px) {
  .why-choose-outer-container .why-choose-icon-container .why-choose-icon-text {
    font: 400 12px "Open Sans", Verdana, sans-serif;
    margin: 0 auto 20px auto;
  }
}
@media (min-width: 1055px) {
  .why-choose-outer-container .why-choose-icon-container .why-choose-icon-text {
    font: 400 15px "Open Sans", Verdana, sans-serif;
    margin: 0 auto 35px auto;
  }
}
.cta-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.service-call-to-action-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .service-call-to-action-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1055px) {
  .service-call-to-action-wrapper {
    float: left;
    width: 50%;
  }
}
.service-call-to-action-background {
  background: url('/media/img/img-call-to-action-back.jpg?2af625781f74') 0 0 no-repeat;
  background-size: cover;
  padding: 30px;
  word-wrap: break-word;
}
.service-call-to-action-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
  border-bottom: none !important;
  margin: 0;
  line-height: 30px;
  max-height: 120px;
  padding-bottom: 0px !important;
  display: block;
}
.service-call-to-action-title:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .service-call-to-action-title:after {
    display: none;
  }
}
@media (min-width: 600px) {
  .service-call-to-action-title {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .service-call-to-action-title {
    font-size: 16px;
  }
}
.service-call-to-action-title:after {
  display: none;
}
.service-call-to-action-button {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 50px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  position: relative;
  font: 700 16px "Lato", "Open Sans", Verdana, sans-serif;
  background: #252525;
  color: #fff;
  color: #fff !important;
  margin-top: 15px;
}
.service-call-to-action-button:hover,
.service-call-to-action-button:focus,
.service-call-to-action-button:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.service-call-to-action-button:hover:after,
.service-call-to-action-button:focus:after,
.service-call-to-action-button:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.service-call-to-action-button:after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-image: url('/media/img/icon-arrow-right-black.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.service-call-to-action-button:hover,
.service-call-to-action-button:focus,
.service-call-to-action-button:active {
  background: #555555;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.service-call-to-action-button:hover:after,
.service-call-to-action-button:focus:after,
.service-call-to-action-button:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.service-call-to-action-button:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.service-call-to-action-button:hover {
  text-decoration: none !important;
}
.service-call-to-action-text {
  font: 500 17px "Open Sans", Verdana, sans-serif;
  max-width: 380px;
  line-height: 20px;
  max-height: 105px;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 1055px) {
  .service-call-to-action-text {
    padding: 20px 0 15px 0;
  }
}
@media (max-width: 1054px) {
  .service-call-to-action-text {
    padding: 20px 0;
  }
}
.service-video-outer-container {
  background: #fdb813;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
}
.service-video-outer-container:after {
  clear: both;
  content: '';
  display: table;
}
.service-video-outer-container:after {
  clear: both;
  content: '';
  display: table;
}
@media (max-width: 900px) {
  .service-video-outer-container {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.service-video-outer-container .service-video-wrapper {
  margin-top: 2px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.service-video-outer-container .service-video-wrapper .service-video {
  padding: 7px 8px 7px 8px;
}
@media (max-width: 599px) {
  .service-video-outer-container .service-video-wrapper .service-video {
    width: 100%;
    height: 200px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .service-video-outer-container .service-video-wrapper .service-video {
    width: 100%;
    height: 250px;
  }
}
@media (min-width: 901px) {
  .service-video-outer-container .service-video-wrapper .service-video {
    width: 400px;
    height: 230px;
  }
}
.service-video-outer-container .service-video-text-wrapper {
  float: left;
  max-width: 900px;
}
@media (max-width: 599px) {
  .service-video-outer-container .service-video-text-wrapper {
    padding: 10px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .service-video-outer-container .service-video-text-wrapper {
    padding: 20px;
  }
}
@media (min-width: 1055px) {
  .service-video-outer-container .service-video-text-wrapper {
    padding: 50px;
  }
}
.service-video-outer-container .service-video-text-wrapper .service-video-title {
  text-transform: uppercase;
  border-bottom: none !important;
  display: block;
}
.service-video-outer-container .service-video-text-wrapper .service-video-title:after {
  display: none;
}
@media (max-width: 599px) {
  .service-video-outer-container .service-video-text-wrapper .service-video-title {
    font: 400 20px "Lato", "Open Sans", Verdana, sans-serif;
    margin: 0 0 10px;
  }
}
@media (min-width: 600px) {
  .service-video-outer-container .service-video-text-wrapper .service-video-title {
    font: 400 25px "Lato", "Open Sans", Verdana, sans-serif;
    margin: 0 0 15px;
  }
}
@media (max-width: 599px) {
  .service-video-outer-container .service-video-text-wrapper .service-video-text {
    font: 400 14px "Open Sans", Verdana, sans-serif;
    margin: 0 0 10px;
  }
}
@media (min-width: 600px) {
  .service-video-outer-container .service-video-text-wrapper .service-video-text {
    font: 400 16px "Open Sans", Verdana, sans-serif;
    margin: 0 0 10px;
  }
}
.contact-section-outer-container {
  margin: 0 -9999px;
}
.contact-section-outer-container .contact-section-background-wrapper {
  background: url('/media/img/img-background-contact.jpg?2af625781f74');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 520px;
  position: relative;
  margin: 0 auto;
}
.contact-section-outer-container .contact-section-inner-container {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1200px;
  position: relative;
}
@media (min-width: 1200px) {
  .contact-section-outer-container .contact-section-inner-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media (max-width: 1200px) {
  .contact-section-outer-container .contact-section-inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-section-outer-container .contact-section-inner-container .contact-section-content-container {
  margin-left: -2px;
  margin-right: -2px;
}
.contact-section-outer-container .contact-section-inner-container .contact-section-content-container:after {
  clear: both;
  content: '';
  display: table;
}
.contact-section-outer-container .contact-section-inner-container .contact-section-content-container:after {
  clear: both;
  content: '';
  display: table;
}
.contact-section-outer-container .contact-section-inner-container .contact-section-form-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 600px) {
  .contact-section-outer-container .contact-section-inner-container .contact-section-form-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1055px) {
  .contact-section-outer-container .contact-section-inner-container .contact-section-form-wrapper {
    float: left;
    width: 50%;
  }
}
.contact-section-outer-container .contact-section-inner-container .contact-section-reviews-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 600px) {
  .contact-section-outer-container .contact-section-inner-container .contact-section-reviews-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1055px) {
  .contact-section-outer-container .contact-section-inner-container .contact-section-reviews-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 600px) {
  .contact-section-outer-container .contact-section-inner-container .contact-section-reviews-wrapper {
    text-align: right;
    margin-top: 20px;
  }
}
@media (max-width: 599px) {
  .contact-section-outer-container .contact-section-inner-container .contact-section-reviews-wrapper {
    text-align: center;
    margin-top: 40px;
  }
}
.contact-section-form-wrapper h1,
.contact-section-form-wrapper h2,
.contact-section-form-wrapper h3,
.contact-section-form-wrapper h4,
.contact-section-form-wrapper h5,
.contact-section-form-wrapper h6 {
  border-bottom: none !important;
  display: block;
}
.contact-section-form-wrapper h1:after,
.contact-section-form-wrapper h2:after,
.contact-section-form-wrapper h3:after,
.contact-section-form-wrapper h4:after,
.contact-section-form-wrapper h5:after,
.contact-section-form-wrapper h6:after {
  display: none !important;
}
@media (max-width: 599px) {
  .contact-section-form-wrapper {
    text-align: center;
  }
}
.contact-section-form-wrapper .contact-section-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
  text-shadow: -2px 2px 5px #000000, 0px 0px 22px #000000;
  color: #fff;
  border-bottom: none;
  margin: 18px 0;
  display: block;
}
.contact-section-form-wrapper .contact-section-title:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .contact-section-form-wrapper .contact-section-title:after {
    display: none;
  }
}
@media (min-width: 600px) {
  .contact-section-form-wrapper .contact-section-title {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .contact-section-form-wrapper .contact-section-title {
    font-size: 16px;
  }
}
.contact-section-form-wrapper .contact-section-title:after {
  display: none;
}
@media (max-width: 1200px) {
  .contact-section-form-wrapper .standard_form,
  .contact-section-form-wrapper .contact-section-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contact-section-form-wrapper .standard_form .field_wrapper .field_name {
  display: none;
}
.contact-section-form-wrapper .standard_form .buttons {
  padding-left: 0;
}
.contact-section-reviews-wrapper .contact-section-reviews-widget {
  height: 175px;
  overflow: hidden;
  width: 200px;
}
@media (min-width: 600px) {
  .contact-section-reviews-wrapper .contact-section-reviews-widget {
    float: right;
    margin-bottom: 100px;
  }
}
@media (max-width: 599px) {
  .contact-section-reviews-wrapper .contact-section-reviews-widget {
    float: none;
    margin: 0 auto 20px;
  }
}
.contact-section-reviews-wrapper .contact-section-reviews-text {
  font: 400 21px "Lato", "Open Sans", Verdana, sans-serif;
  color: #fff;
  margin: 0 !important;
}
.contact-section-reviews-wrapper .contact-section-reviews-number {
  font: 400 45px "Lato", "Open Sans", Verdana, sans-serif;
  color: #fff;
  line-height: 100%;
  margin-bottom: 0 !important;
}
.contact-section-reviews-wrapper .contact-section-reviews-number:hover,
.contact-section-reviews-wrapper .contact-section-reviews-number:focus,
.contact-section-reviews-wrapper .contact-section-reviews-number:hover {
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 599px) {
  .contact-section-reviews-wrapper .contact-section-reviews-number {
    text-decoration: underline;
  }
}
.contact-section-reviews-wrapper .contact-section-reviews-text,
.contact-section-reviews-wrapper .contact-section-reviews-number {
  text-shadow: -2px 2px 5px #000000, 0px 0px 22px #000000;
  clear: both;
}
@media (max-width: 1200px) {
  .contact-section-reviews-wrapper .contact-section-reviews-text,
  .contact-section-reviews-wrapper .contact-section-reviews-number {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.widget-branch-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  margin-right: 10px;
  margin-bottom: 30px;
}
@media (min-width: 1055px) {
  .widget-branch-wrapper {
    width: 30%;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .widget-branch-wrapper {
    width: 40%;
  }
}
@media (max-width: 599px) {
  .widget-branch-wrapper {
    width: 100%;
  }
}
.widget-branch-wrapper a,
.widget-branch-wrapper strong {
  display: block;
  padding: 10px 0;
}
.widget-branch-wrapper p {
  margin: 10px 0 !important;
}
.widget-branch-wrapper a.button {
  margin: 10px 0;
}
.service-img-outer-container {
  background: #fdb813;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.service-img-outer-container:after {
  clear: both;
  content: '';
  display: table;
}
.service-img-outer-container:after {
  clear: both;
  content: '';
  display: table;
}
@media (max-width: 599px) {
  .service-img-outer-container {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.service-img-outer-container .service-img-link {
  display: block;
  cursor: pointer;
}
.service-img-outer-container .service-img-wrapper {
  line-height: 0;
  float: left;
}
@media (max-width: 1054px) {
  .service-img-outer-container .service-img-wrapper {
    text-align: center;
  }
}
.service-img-outer-container .service-img-wrapper .service-img {
  padding: 5px;
  line-height: 0;
}
@media (max-width: 599px) {
  .service-img-outer-container .service-img-wrapper .service-img {
    width: 100%;
  }
}
.service-img-outer-container .service-img-text-wrapper {
  float: left;
  max-width: 600px;
}
@media (max-width: 599px) {
  .service-img-outer-container .service-img-text-wrapper {
    padding: 10px;
    text-align: center;
  }
}
@media (min-width: 600px) {
  .service-img-outer-container .service-img-text-wrapper {
    padding: 20px;
    text-align: left;
  }
}
@media (max-width: 599px) {
  .service-img-outer-container .service-img-text-wrapper {
    padding: 20px;
    text-align: center;
  }
}
@media (min-width: 1055px) {
  .service-img-outer-container .service-img-text-wrapper {
    padding: 50px;
  }
}
.service-img-outer-container .service-img-text-wrapper .service-img-title {
  text-transform: uppercase;
  border-bottom: none !important;
  display: block;
}
.service-img-outer-container .service-img-text-wrapper .service-img-title:after {
  display: none;
}
@media (max-width: 599px) {
  .service-img-outer-container .service-img-text-wrapper .service-img-title {
    font: 400 20px "Lato", "Open Sans", Verdana, sans-serif;
    margin: 0 0 10px;
  }
}
@media (min-width: 600px) {
  .service-img-outer-container .service-img-text-wrapper .service-img-title {
    font: 400 25px "Lato", "Open Sans", Verdana, sans-serif;
    margin: 0 0 15px;
  }
}
@media (max-width: 599px) {
  .service-img-outer-container .service-img-text-wrapper .service-img-text {
    font: 400 14px "Open Sans", Verdana, sans-serif;
    margin: 0 0 10px;
  }
}
@media (min-width: 600px) {
  .service-img-outer-container .service-img-text-wrapper .service-img-text {
    font: 400 16px "Open Sans", Verdana, sans-serif;
    margin: 0 0 10px;
  }
}
.sub-menu-wrapper {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #252525;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sub-menu-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.sub-menu-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.sub-menu-wrapper .sub-menu-navigation {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 600px) {
  .sub-menu-wrapper .sub-menu-navigation {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1055px) {
  .sub-menu-wrapper .sub-menu-navigation {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 599px) {
  .sub-menu-wrapper .sub-menu-navigation:last-child li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .sub-menu-wrapper .sub-menu-navigation > li:last-child {
    margin-bottom: 0;
  }
}
.sub-menu-wrapper .sub-menu-navigation > li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  background: url('/media/img/icon-arrow-right-white.png?2af625781f74') 0 0 no-repeat;
  background-size: 5px 7px;
  width: 5px;
  height: 7px;
  margin-top: 6px;
}
@media (max-width: 1054px) {
  .sub-menu-wrapper .sub-menu-navigation > li:before {
    margin-left: 10px;
  }
}
.sub-menu-wrapper .sub-menu-navigation > li > a {
  color: #fff;
  text-transform: uppercase;
}
.sub-menu-wrapper .sub-menu-navigation > li > a:hover,
.sub-menu-wrapper .sub-menu-navigation > li > a:focus,
.sub-menu-wrapper .sub-menu-navigation > li > a:active {
  text-decoration: underline;
}
.sub-menu-wrapper.inverted {
  background: #fff;
}
.sub-menu-wrapper.inverted .sub-menu-navigation > li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  background: url('/media/img/icon-arrow-right-yellow.png?2af625781f74') 0 0 no-repeat;
  background-size: 5px 7px;
  width: 5px;
  height: 7px;
  margin-top: 6px;
}
.sub-menu-wrapper.inverted .sub-menu-navigation > li > a {
  color: #fdb813;
}
.widget-orange-bar-container-wrapper {
  margin: 0 -99999px;
  padding: 0 99999px;
  background: #fdb813;
}
.widget-orange-bar-container-wrapper .widget-orange-bar-content {
  padding: 40px 0;
}
.widget-orange-bar-container-wrapper .orange-bar-title {
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media (min-width: 600px) {
  .widget-orange-bar-container-wrapper .orange-bar-title {
    font: normal 25px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (max-width: 599px) {
  .widget-orange-bar-container-wrapper .orange-bar-title {
    font: normal 18px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
.widget-orange-bar-container-wrapper .orange-bar-title:after {
  display: none;
}
.widget-orange-bar-container-wrapper .orange-bar-copy {
  font: 400 16px "Open Sans", Verdana, sans-serif;
}
.widget-orange-bar-container-wrapper .orange-bar-list {
  margin: 20px;
}
.widget-orange-bar-container-wrapper .orange-bar-list li {
  font: 700 16px "Open Sans", Verdana, sans-serif;
}
.widget-orange-bar-container-wrapper .orange-bar-button {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 50px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  position: relative;
  font: 700 16px "Lato", "Open Sans", Verdana, sans-serif;
  background: #252525;
  color: #fff;
}
.widget-orange-bar-container-wrapper .orange-bar-button:hover,
.widget-orange-bar-container-wrapper .orange-bar-button:focus,
.widget-orange-bar-container-wrapper .orange-bar-button:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.widget-orange-bar-container-wrapper .orange-bar-button:hover:after,
.widget-orange-bar-container-wrapper .orange-bar-button:focus:after,
.widget-orange-bar-container-wrapper .orange-bar-button:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.widget-orange-bar-container-wrapper .orange-bar-button:after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-image: url('/media/img/icon-arrow-right-black.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.widget-orange-bar-container-wrapper .orange-bar-button:hover,
.widget-orange-bar-container-wrapper .orange-bar-button:focus,
.widget-orange-bar-container-wrapper .orange-bar-button:active {
  background: #555555;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.widget-orange-bar-container-wrapper .orange-bar-button:hover:after,
.widget-orange-bar-container-wrapper .orange-bar-button:focus:after,
.widget-orange-bar-container-wrapper .orange-bar-button:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.widget-orange-bar-container-wrapper .orange-bar-button:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
@media (min-width: 1055px) {
  .widget-4-in-a-row-container-wrapper {
    margin: 0 calc(-25% - 1px);
  }
}
@media (min-width: 1055px) and (max-width: 1200px) {
  .widget-4-in-a-row-container-wrapper {
    margin: 0 calc(-10% - 0.4px);
  }
}
@media (min-width: 1055px) {
  .widget-4-in-a-row-container-wrapper {
    margin: 0 calc(-10%) !important;
  }
}
.widget-4-in-a-row-container {
  margin-left: -2px;
  margin-right: -2px;
  /* text alignment */
  /* box alignment */
}
.widget-4-in-a-row-container:after {
  clear: both;
  content: '';
  display: table;
}
.widget-4-in-a-row-container:after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 600px) {
  .widget-4-in-a-row-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 20px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
@media (min-width: 600px) {
  .widget-4-in-a-row-container .widget-4-in-a-row-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1055px) {
  .widget-4-in-a-row-container .widget-4-in-a-row-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 600px) {
  .widget-4-in-a-row-container .widget-4-in-a-row-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row-title {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row-copy {
    -webkit-flex-grow: 10;
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    flex-grow: 10;
  }
}
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  color: #000 !important;
  /* override on the default cms link styling */
  text-decoration: none;
  width: 100%;
}
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-image-container,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-image-container {
  margin-top: 10px;
}
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-title,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
  display: block;
  border-bottom: none;
  margin: 15px 0 0;
  padding-bottom: 0;
}
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-title:after,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-title:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-title:after,
  .widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-title:after {
    display: none;
  }
}
@media (min-width: 600px) {
  .widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-title,
  .widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-title {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-title,
  .widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-title {
    font-size: 16px;
  }
}
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-title:after,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-title:after {
  display: none;
}
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-copy,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-copy {
  font: 300 15px "Open Sans", Verdana, sans-serif;
  line-height: 140%;
  display: block;
  margin: 15px 0 10px;
}
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-link,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-link {
  -webkit-appearance: none;
  font: 700 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdb813;
  border-radius: 50px;
  border: 0;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 15px 50px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms;
  position: relative;
  margin: 10px 0 10px;
}
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-link:hover,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-link:hover,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-link:focus,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-link:focus,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-link:active,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-link:active {
  background: #3f3f3f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-link:hover:after,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-link:hover:after,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-link:focus:after,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-link:focus:after,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-link:active:after,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-link:active:after {
  background-image: url('/media/img/icon-arrow-right-white.png?2af625781f74');
}
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .widget-4-in-a-row .widget-4-in-a-row-link:after,
.widget-4-in-a-row-container .widget-4-in-a-row-wrapper .cms a.widget-4-in-a-row .widget-4-in-a-row-link:after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-image: url('/media/img/icon-arrow-right-black.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.widget-4-in-a-row-container.text-alignment-left {
  text-align: left;
}
.widget-4-in-a-row-container.text-alignment-left .widget-4-in-a-row-link {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.widget-4-in-a-row-container.text-alignment-center {
  text-align: center;
}
.widget-4-in-a-row-container.text-alignment-center .widget-4-in-a-row-link {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.widget-4-in-a-row-container.box-alignment-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.widget-4-in-a-row-container.image-orientation-landscape .widget-4-in-a-row-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 600px) {
  .widget-4-in-a-row-container.image-orientation-landscape .widget-4-in-a-row-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1055px) {
  .widget-4-in-a-row-container.image-orientation-landscape .widget-4-in-a-row-wrapper {
    float: left;
    width: 25%;
  }
}
.widget-4-in-a-row-container.image-orientation-landscape .widget-4-in-a-row-image-container .widget-4-in-a-row-image-wrapper {
  display: block;
  padding-bottom: 43.75%;
  position: relative;
  width: 100%;
}
.widget-4-in-a-row-container.image-orientation-landscape .widget-4-in-a-row-image-container .widget-4-in-a-row-image-wrapper img {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.widget-4-in-a-row-container.image-orientation-portrait .widget-4-in-a-row-wrapper {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .widget-4-in-a-row-container.image-orientation-portrait .widget-4-in-a-row-wrapper {
    float: left;
    width: 25%;
  }
}
.widget-4-in-a-row-container.image-orientation-portrait .widget-4-in-a-row-image-container .widget-4-in-a-row-image-wrapper {
  display: block;
  padding-bottom: 133.33333333%;
  position: relative;
  width: 100%;
}
.widget-4-in-a-row-container.image-orientation-portrait .widget-4-in-a-row-image-container .widget-4-in-a-row-image-wrapper img {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.reviews-container {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #252525;
}
.reviews-container:after {
  clear: both;
  content: '';
  display: table;
}
.reviews-container:after {
  clear: both;
  content: '';
  display: table;
}
.reviews-container .reviews-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.reviews-container .reviews-wrapper .widget-reviews {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.news-outer-container {
  margin: 0 -9999px;
}
.news-outer-container .news-inner-container {
  position: relative;
  margin: 0 auto;
}
.news-outer-container .news-inner-container .news-row-container {
  margin-top: 0;
  margin-bottom: 0;
}
.news-outer-container .news-inner-container .news-row-container ul,
.news-outer-container .news-inner-container .news-row-container ol {
  margin: 0;
  padding: 0;
}
.news-outer-container .news-inner-container .news-row-container ul li,
.news-outer-container .news-inner-container .news-row-container ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper {
    float: left;
    width: 75%;
  }
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles {
  margin: 0;
  padding: 0;
  margin-left: -2px;
  margin-right: -2px;
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles:after {
  clear: both;
  content: '';
  display: table;
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles:after {
  clear: both;
  content: '';
  display: table;
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  list-style: none;
  padding-bottom: 4px;
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 600px) {
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1055px) {
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(1),
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(2) {
  padding-top: 4px;
}
@media (max-width: 599px) {
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(2) {
    padding-top: 0;
  }
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(1),
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(5),
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(7) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 600px) {
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(1),
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(5),
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(7) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1055px) {
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(1),
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(5),
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(7) {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1055px) {
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(1) .article-thumbnail-wrapper,
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(5) .article-thumbnail-wrapper,
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(7) .article-thumbnail-wrapper {
    padding-bottom: calc(75% + 1px);
  }
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(4),
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(7) {
    clear: both;
  }
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(5) {
    float: right;
  }
}
@media (min-width: 1055px) {
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(1) .article-thumbnail-wrapper,
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(4) .article-thumbnail-wrapper,
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(6) .article-thumbnail-wrapper,
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(7) .article-thumbnail-wrapper {
    border-left: 5px solid #fff !important;
  }
}
@media (min-width: 1055px) {
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(1) .article-thumbnail-wrapper,
  .news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article-wrapper:nth-child(2) .article-thumbnail-wrapper {
    border-top: 5px solid #fff !important;
  }
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article {
  text-decoration: none;
  display: block;
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article:focus .article-link,
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article:hover .article-link {
  color: #252525;
  background: #fdb813;
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article .article-thumbnail-wrapper {
  display: block;
  padding-bottom: 75%;
  position: relative;
  width: 100%;
  height: 0;
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article .article-thumbnail-wrapper .article-thumbnail {
  height: 100%;
  position: absolute;
  width: 100%;
  border: 5px solid #fff;
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article .article-link {
  font: 900 17px "Open Sans", Verdana, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  color: #fff;
  padding: 25px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.news-outer-container .news-inner-container .news-row-container .news-articles-wrapper .news-articles .article .article-abstract {
  font: 300 16px "Open Sans", Verdana, sans-serif;
  color: #000;
  padding-top: 10px;
}
.news-outer-container .news-inner-container .news-row-container .social-media-stream-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}
@media (min-width: 1055px) {
  .news-outer-container .news-inner-container .news-row-container .social-media-stream-wrapper {
    float: left;
    width: 25%;
  }
}
.news-title-wrapper {
  clear: both;
  text-align: center;
}
.publications-title-wrapper {
  text-align: center;
  margin-top: 40px;
}
.news-share-wrapper {
  padding-left: 10px;
}
.news-list-container {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 40px;
}
.news-list-container:after {
  clear: both;
  content: '';
  display: table;
}
.news-list-container:after {
  clear: both;
  content: '';
  display: table;
}
@media (max-width: 599px) {
  .news-list-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.news-list-container .news-articles-list-news ul,
.news-list-container .news-articles-list-news ol {
  margin: 0;
  padding: 0;
}
.news-list-container .news-articles-list-news ul li,
.news-list-container .news-articles-list-news ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.news-list-container .news-articles-list-news.news-index {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .news-list-container .news-articles-list-news.news-index {
    float: left;
    width: 75%;
  }
}
.news-list-container .news-articles-list-news.news-search .news-articles .article-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 600px) {
  .news-list-container .news-articles-list-news.news-search .news-articles .article-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1055px) {
  .news-list-container .news-articles-list-news.news-search .news-articles .article-wrapper {
    float: left;
    width: 50%;
  }
}
@media (max-width: 599px) {
  .news-list-container .news-articles-list-news {
    text-align: center;
  }
}
.news-list-container .news-articles-list-news .news-articles-list-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.news-list-container .news-articles-list-news .news-articles-list-title:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .news-list-container .news-articles-list-news .news-articles-list-title:after {
    display: none;
  }
}
@media (min-width: 600px) {
  .news-list-container .news-articles-list-news .news-articles-list-title {
    font-size: 25px;
  }
}
@media (max-width: 599px) {
  .news-list-container .news-articles-list-news .news-articles-list-title {
    font-size: 18px;
  }
}
.news-list-container .news-articles-list-news .news-articles-list-title:after {
  display: none;
}
.news-list-container .news-articles-list-news .news-articles {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 20px;
}
.news-list-container .news-articles-list-news .news-articles:after {
  clear: both;
  content: '';
  display: table;
}
.news-list-container .news-articles-list-news .news-articles:after {
  clear: both;
  content: '';
  display: table;
}
.news-list-container .news-articles-list-news .news-articles .article-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 600px) {
  .news-list-container .news-articles-list-news .news-articles .article-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1055px) {
  .news-list-container .news-articles-list-news .news-articles .article-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 600px) {
  .news-list-container .news-articles-list-news .news-articles .article-wrapper .article {
    padding-right: 10px;
  }
}
.news-list-container .news-articles-list-news .news-articles .article-wrapper .article-link {
  text-decoration: none;
}
.news-list-container .news-articles-list-news .news-articles .article-wrapper .article-link:hover .article-abstract {
  text-decoration: underline;
}
.news-list-container .news-articles-list-news .news-articles .article-wrapper .article-thumbnail-wrapper .article-thumbnail {
  width: 100%;
}
.news-list-container .news-articles-list-news .news-articles .article-abstract {
  font: 400 20px "Open Sans", Verdana, sans-serif;
  color: #fdb813;
  margin-top: 15px;
}
@media (max-width: 599px) {
  .news-list-container .news-articles-list-news .news-articles .article-abstract {
    margin-left: 10px;
  }
}
.news-list-container .news-articles-list-news .news-articles-list-link {
  border-top: 1px solid #c6c6c6;
  padding-top: 10px;
}
.news-list-container .news-articles-list-news .news-articles-list-link .news-articles-list-link-slogan {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
  border-bottom: none;
  padding-bottom: 0;
}
.news-list-container .news-articles-list-news .news-articles-list-link .news-articles-list-link-slogan:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .news-list-container .news-articles-list-news .news-articles-list-link .news-articles-list-link-slogan:after {
    display: none;
  }
}
@media (min-width: 600px) {
  .news-list-container .news-articles-list-news .news-articles-list-link .news-articles-list-link-slogan {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .news-list-container .news-articles-list-news .news-articles-list-link .news-articles-list-link-slogan {
    font-size: 16px;
  }
}
@media (min-width: 1055px) {
  .news-list-container .news-articles-list-news .news-articles-list-link .news-articles-list-link-slogan {
    display: inline-block;
    vertical-align: middle;
    padding-right: 150px;
  }
}
@media (max-width: 1054px) {
  .news-list-container .news-articles-list-news .news-articles-list-link .news-articles-list-link-slogan {
    display: block;
    padding-right: 0px;
  }
}
.news-list-container .news-articles-list-news .news-articles-list-link .news-articles-list-link-button-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.news-list-container .news-articles-list-popular {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .news-list-container .news-articles-list-popular {
    float: left;
    width: 20.83333333%;
  }
}
@media (min-width: 1055px) {
  .news-list-container .news-articles-list-popular {
    margin-left: 4.16666667%;
  }
}
@media (max-width: 599px) {
  .news-list-container .news-articles-list-popular {
    text-align: center;
  }
}
.news-list-container .news-articles-list-popular-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
  border-bottom: none;
  margin-bottom: 0;
}
.news-list-container .news-articles-list-popular-title:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .news-list-container .news-articles-list-popular-title:after {
    display: none;
  }
}
@media (min-width: 600px) {
  .news-list-container .news-articles-list-popular-title {
    font-size: 25px;
  }
}
@media (max-width: 599px) {
  .news-list-container .news-articles-list-popular-title {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .news-list-container .news-articles-list-popular-title {
    padding-bottom: 0;
  }
}
body.news-category .news-articles {
  margin: 0;
  padding: 0;
  margin-left: -2px;
  margin-right: -2px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.news-category .news-articles:after {
  clear: both;
  content: '';
  display: table;
}
body.news-category .news-articles:after {
  clear: both;
  content: '';
  display: table;
}
body.news-category .news-articles .article-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  list-style: none;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  body.news-category .news-articles .article-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1055px) {
  body.news-category .news-articles .article-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
body.news-category .news-articles .article-wrapper .article {
  text-decoration: none;
}
body.news-category .news-articles .article-wrapper .article:hover .article-link,
body.news-category .news-articles .article-wrapper .article:focus .article-link,
body.news-category .news-articles .article-wrapper .article:active .article-link {
  background: #fdb813;
  color: #000;
}
body.news-category .news-articles .article-wrapper .article-thumbnail {
  width: 100%;
  height: 100%;
}
body.news-category .news-articles .article-wrapper .article-link {
  font: 900 17px "Open Sans", Verdana, sans-serif;
  background: black;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 25px;
  margin-top: -3px;
}
.article-copy .article-para {
  font: 400 21px "Lato", "Open Sans", Verdana, sans-serif;
  line-height: 140%;
  padding-top: 30px;
}
.article-copy .social-media-share ul {
  margin: 0;
}
.article-copy .social-media-share ul ul,
.article-copy .social-media-share ul ol {
  margin: 0;
  padding: 0;
}
.article-copy .social-media-share ul ul li,
.article-copy .social-media-share ul ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.article-copy .social-media-share ul li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
.article-copy .social-media-share ul li a img {
  width: 35px;
  height: 35px;
  margin-bottom: 20px;
}
.article-copy .social-media-share .social-media-heading {
  font: 500 25px "Lato", "Open Sans", Verdana, sans-serif;
  text-transform: uppercase;
  line-height: 140%;
  border-bottom: none;
  margin: 0;
}
.social-media-stream-title {
  font: 500 17px "Lato", "Open Sans", Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #c94200;
  padding: 20px;
  display: block;
}
.social-media-stream-title:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 31px;
  height: 31px;
  margin-right: 10px;
}
.social-media-stream-facebook,
.social-media-stream-twitter,
.social-media-stream-linkedin {
  font: 500 17px "Lato", "Open Sans", Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #c94200;
  padding: 20px;
  display: block;
}
.social-media-stream-facebook:before,
.social-media-stream-twitter:before,
.social-media-stream-linkedin:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 31px;
  height: 31px;
  margin-right: 10px;
}
.social-media-stream-facebook:before {
  background: url('/media/img/icon-facebook-news.png?2af625781f74') 0 0 no-repeat;
  background-size: cover;
}
.social-media-stream-twitter:before {
  background: url('/media/img/icon-twitter-news.png?2af625781f74') 0 0 no-repeat;
  background-size: cover;
}
.social-media-stream-linkedin:before {
  background: url('/media/img/icon-linkedin-news.png?2af625781f74') 0 0 no-repeat;
  background-size: cover;
}
.news .static-thin-share-inner {
  margin: 0 !important;
}
.branch-error .error {
  background: #c94200;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
.branch-error .branches {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.branch-error .branches .branch {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 600px) {
  .branch-error .branches .branch {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1055px) {
  .branch-error .branches .branch {
    float: left;
    width: 33.33333333%;
  }
}
.branch-error h1,
.branch-error h2,
.branch-error h3 {
  display: block;
}
.branch-error h3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 0;
}
.search-results-page-list {
  margin: 0 !important;
}
.search-results-page-list-item {
  list-style: none;
}
.search-results-page-title {
  font: 400 20px "Lato", "Open Sans", Verdana, sans-serif;
  text-transform: uppercase;
  padding: 10px 0;
}
.search-results-page-description {
  padding: 10px 0 30px 0;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px !important;
}
.search-page-results {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .search-page-results {
    float: left;
    width: 41.66666667%;
  }
}
.search-news-results {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .search-news-results {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1055px) {
  .search-news-results {
    margin-left: 8.33333333%;
  }
}
.search-results .article-wrapper {
  margin-bottom: 20px;
}
.search-results .article-wrapper .article-link {
  height: 50px;
  overflow: hidden;
}
.form-section-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 14px "Lato", "Open Sans", Verdana, sans-serif;
  color: #252525;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
  display: block;
  margin-top: 0;
}
.form-section-title:after {
  content: '\00a0';
  flex: 1;
  background-color: #fff;
  margin-bottom: -31px;
}
@media (max-width: 599px) {
  .form-section-title:after {
    display: none;
  }
}
@media (min-width: 600px) {
  .form-section-title {
    font-size: 25px;
  }
}
@media (max-width: 599px) {
  .form-section-title {
    font-size: 18px;
  }
}
.request-survey-btn-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.request-survey-button {
  margin-bottom: 20px;
}
.survey-facetime-form.open {
  -webkit-transition: opacity 250ms, visibility 250ms;
  -moz-transition: opacity 250ms, visibility 250ms;
  -ms-transition: opacity 250ms, visibility 250ms;
  -o-transition: opacity 250ms, visibility 250ms;
  transition: opacity 250ms, visibility 250ms;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  display: block;
}
.survey-facetime-form.closed {
  -webkit-transition: opacity 250ms, visibility 250ms;
  -moz-transition: opacity 250ms, visibility 250ms;
  -ms-transition: opacity 250ms, visibility 250ms;
  -o-transition: opacity 250ms, visibility 250ms;
  transition: opacity 250ms, visibility 250ms;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  display: none;
}
#mtform_request_survey_form .field_wrapper .inner_wrapper .textarea textarea {
  margin-bottom: 0 !important;
}
.survey-upload-video.open {
  -webkit-transition: opacity 250ms, visibility 250ms;
  -moz-transition: opacity 250ms, visibility 250ms;
  -ms-transition: opacity 250ms, visibility 250ms;
  -o-transition: opacity 250ms, visibility 250ms;
  transition: opacity 250ms, visibility 250ms;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  display: block;
}
.survey-upload-video.closed {
  -webkit-transition: opacity 250ms, visibility 250ms;
  -moz-transition: opacity 250ms, visibility 250ms;
  -ms-transition: opacity 250ms, visibility 250ms;
  -o-transition: opacity 250ms, visibility 250ms;
  transition: opacity 250ms, visibility 250ms;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  display: none;
}
.survey-upload-video .upload-warning {
  font-size: 18px;
  text-align: center;
  background: #fbb0b0;
  padding: 1em;
  margin-bottom: 1em;
}
.survey-upload-video .upload-fields .optional {
  display: none;
}
.survey-upload-video .upload-fields .delete-row {
  display: none !important;
}
.survey-upload-video .smallheading:after,
.survey-upload-video .form-section-title:after {
  display: none;
}
.photo_gallery {
  margin-left: -2px;
  margin-right: -2px;
  list-style: none !important;
}
.photo_gallery ol li:before {
  display: none;
}
.photo_gallery:after {
  clear: both;
  content: '';
  display: table;
}
.photo_gallery:after {
  clear: both;
  content: '';
  display: table;
}
.photo_gallery ul,
.photo_gallery ol {
  margin: 0;
  padding: 0;
}
.photo_gallery ul li,
.photo_gallery ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.photo_gallery .gallery-list-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.photo_gallery .gallery-list-item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .photo_gallery .gallery-list-item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1055px) {
  .photo_gallery .gallery-list-item {
    float: left;
    width: 25%;
  }
}
.photo_gallery .gallery-link {
  display: block;
  padding-bottom: 100%;
  position: relative;
  cursor: pointer;
}
.photo_gallery .gallery-list-item-img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.photo_gallery .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 10px 0 0;
  font: 400 14px "Open Sans", Verdana, sans-serif;
  display: block;
  color: #000;
}
.animated-banner-container {
  margin: 0 -9999px;
}
.animated-banner-container .animated-banner-main-wrapper {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1055px) {
  .animated-banner-container .animated-banner-main-wrapper {
    height: 575px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .animated-banner-container .animated-banner-main-wrapper {
    height: 320px;
  }
}
@media (max-width: 599px) {
  .animated-banner-container .animated-banner-main-wrapper {
    height: 280px;
  }
}
.animated-banner-container .tick {
  bottom: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 1055px) {
  .animated-banner-container .tick {
    background: url('/media/img/banner-background-tick.png?2af625781f74') bottom right no-repeat;
    height: 346px;
  }
}
@media (max-width: 1054px) {
  .animated-banner-container .tick {
    background: #fdb813;
  }
}
.animated-banner-container .tick .animated-banner-tick-content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
@media (min-width: 1055px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper {
    top: 247px;
  }
}
@media (max-width: 1054px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
}
@media (min-width: 1055px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .message-button {
    display: none;
  }
}
@media (min-width: 600px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .message-button {
    order: 1;
  }
}
@media (max-width: 599px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .message-button {
    order: 2;
  }
}
.animated-banner-container .tick .animated-banner-tick-content-wrapper .message-button a:before {
  content: '';
  background-image: url('/media/img/email-white.png?2af625781f74');
  background-repeat: no-repeat;
  background-size: 15px 12px;
  width: 15px;
  height: 12px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
@media (max-width: 1054px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-freephone-content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 600px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-freephone-content {
    order: 2;
  }
}
@media (max-width: 599px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-freephone-content {
    order: 1;
  }
}
.animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-img {
  display: inline-block;
  vertical-align: top;
  background: url('/media/img/icon-circle-phone.png?2af625781f74') 0 0 no-repeat;
  background-size: cover;
}
@media (min-width: 1055px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-img {
    top: 247px;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-left: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-img {
    width: 40px;
    height: 40px;
    margin: 0;
  }
}
@media (max-width: 599px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-img {
    display: none;
  }
}
.animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1055px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content {
    padding-left: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content {
    padding-left: 10px;
  }
}
@media (max-width: 599px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content {
    padding-left: 0px;
  }
}
.animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-title {
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1201px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-title {
    font: 700 36px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (max-width: 1200px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-title {
    font: 700 27px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (max-width: 1054px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-title {
    font: 700 27px "Lato", "Open Sans", Verdana, sans-serif;
    display: flex;
    align-items: center;
  }
}
.animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-title .banner-btn:before {
  content: '';
  background-image: url('/media/img/phone-white.png?2af625781f74');
  background-repeat: no-repeat;
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  display: block;
  margin-right: 5px;
  position: absolute;
  transform: translate(-20px, 3px);
}
@media (max-width: 1054px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-title .freephone-text {
    font: 700 25px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (max-width: 599px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-title .freephone-text {
    display: none;
  }
}
.animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-title .animated-banner-tick-content-number {
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-title .animated-banner-tick-content-number {
    font: 900 37px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (max-width: 1054px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-title .animated-banner-tick-content-number {
    font: 700 25px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (min-width: 600px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-title .animated-banner-tick-content-number a {
    color: black !important;
  }
}
@media (max-width: 599px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-title .animated-banner-tick-content-number {
    display: block;
    padding-left: 0;
  }
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-title .animated-banner-tick-content-number a {
    color: #fdb813 !important;
  }
}
.animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-title .animated-banner-tick-content-number.fake-hide {
  background: #fdb813;
  color: #fdb813 !important;
  position: absolute;
  min-width: 130px;
  font-size: 21px;
}
.animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-tagline {
  font: 700 21px "Lato", "Open Sans", Verdana, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1054px) {
  .animated-banner-container .tick .animated-banner-tick-content-wrapper .animated-banner-tick-content .animated-banner-tick-content-tagline {
    display: none;
  }
}
.animated-banner-container .animated-banner {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  /* banner animations*/
}
.animated-banner-container .animated-banner .animated-banner-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transition: all 2s;
  z-index: 0;
}
.animated-banner-container .animated-banner .animated-banner-video {
  opacity: 0;
  transition: all 2s;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .animated-banner-container .animated-banner .animated-banner-video-bg {
    background: url('/media/img/placeholders/banner-home-placeholder.jpg?2af625781f74');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0
	    		right:0;
    bottom: 0;
    height: 100%;
  }
  .animated-banner-container .animated-banner .animated-banner-video {
    display: none;
  }
}
.animated-banner-container .animated-banner .animated-banner-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: 325px;
  position: relative;
}
.animated-banner-container .animated-banner .animated-banner-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  opacity: 0;
  z-index: 30;
}
@media (min-width: 1055px) {
  .animated-banner-container .animated-banner .animated-banner-content {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1055px) {
  .animated-banner-container .animated-banner .animated-banner-content {
    padding-left: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .animated-banner-container .animated-banner .animated-banner-content {
    padding-top: 15px;
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  .animated-banner-container .animated-banner .animated-banner-content {
    padding-top: 10px;
    text-align: center;
  }
}
.animated-banner-container .animated-banner .animated-banner-content .animated-banner-content-title {
  text-shadow: -2px 2px 5px #000000, 0px 0px 22px #000000;
  font: 700 60px "Lato", "Open Sans", Verdana, sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 90% !important;
  max-width: 600px;
  display: block;
}
.animated-banner-container .animated-banner .animated-banner-content .animated-banner-content-title:after {
  display: none;
}
@media (min-width: 1055px) {
  .animated-banner-container .animated-banner .animated-banner-content .animated-banner-content-title {
    font: 700 60px "Lato", "Open Sans", Verdana, sans-serif;
    margin-bottom: 50px;
    margin-top: 90px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .animated-banner-container .animated-banner .animated-banner-content .animated-banner-content-title {
    font: 700 30px "Lato", "Open Sans", Verdana, sans-serif;
    margin-bottom: 50px;
  }
}
@media (max-width: 599px) {
  .animated-banner-container .animated-banner .animated-banner-content .animated-banner-content-title {
    font: 700 25px "Lato", "Open Sans", Verdana, sans-serif;
    margin-bottom: 30px;
  }
}
.animated-banner-container .animated-banner .animated-banner-content .button-large {
  background-position: 93% -105px;
}
.animated-banner-container .animated-banner .animated-banner-content .button-large:hover {
  background-position: 93% 27px;
}
@media (max-width: 1054px) {
  .animated-banner-container .animated-banner .animated-banner-content .button-large {
    font: 700 19px "Lato", "Open Sans", Verdana, sans-serif;
  }
}
@media (max-width: 599px) {
  .animated-banner-container .animated-banner .animated-banner-content .button-large {
    padding: 10px 40px 10px 30px;
    background-position: 93% -117px;
  }
  .animated-banner-container .animated-banner .animated-banner-content .button-large:hover {
    background-position: 93% 15px;
  }
}
.animated-banner-container .animated-banner.in {
  z-index: 1;
}
.animated-banner-container .animated-banner.in .animated-banner-background,
.animated-banner-container .animated-banner.in .animated-banner-video {
  opacity: 1;
  transition: all 500ms;
}
.animated-banner-container .animated-banner.in .animated-banner-content {
  opacity: 1;
  transition: all 500ms 500ms;
}
.cms-banner-outer-container {
  margin: 0 -9999px;
}
.cms-banner-outer-container .cms-banner-background-wrapper {
  background: #ededed;
  margin: 0 auto;
  position: relative;
}
.cms-banner-outer-container .cms-banner-inner-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px;
  max-width: 1200px;
  position: relative;
}
.cms-banner-outer-container .cms-banner-content-container {
  background-size: cover !important;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.cms-banner-outer-container .cms-banner-top-content {
  margin-left: -2px;
  margin-right: -2px;
}
.cms-banner-outer-container .cms-banner-top-content:after {
  clear: both;
  content: '';
  display: table;
}
.cms-banner-outer-container .cms-banner-top-content:after {
  clear: both;
  content: '';
  display: table;
}
.cms-banner-outer-container .cms-banner-top-content.ie-fix {
  min-height: 300px;
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 1055px) {
  .cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 1054px) {
  .cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper {
    text-align: center;
  }
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper .cms-banner-title {
  text-shadow: -2px 2px 5px #000000, 0px 0px 22px #000000;
  color: #fff;
  text-transform: uppercase;
  border-bottom: none;
  display: block;
  padding: 0 0 0 40px;
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper .cms-banner-title:after {
  display: none;
}
@media (max-width: 1054px) {
  .cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper .cms-banner-title {
    font: 700 35px "Lato", "Open Sans", Verdana, sans-serif;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 599px) {
  .cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper .cms-banner-title {
    margin-top: 30px;
  }
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper .cms-banner-video-wrapper {
  position: relative;
}
@media (min-width: 1055px) {
  .cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper .cms-banner-video-wrapper {
    margin-left: 40px;
    width: 80%;
    padding-bottom: 45.25%;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper .cms-banner-video-wrapper {
    width: 60%;
    left: 50%;
    margin-left: -30%;
    padding-bottom: 34.25%;
  }
}
@media (max-width: 599px) {
  .cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper .cms-banner-video-wrapper {
    width: 80%;
    left: 50%;
    margin-left: -40%;
    padding-bottom: 45.25%;
  }
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper .cms-banner-support-text {
  padding-right: 30px;
  padding-bottom: 90px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 2px 1px #000,
								 2px 2px 1px #333;
}
@media (min-width: 1055px) {
  .cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper .cms-banner-support-text {
    margin-left: 40px;
    width: 85%;
  }
}
@media (max-width: 1054px) {
  .cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper .cms-banner-support-text {
    margin-left: 0px;
    width: 100%;
    padding-left: 30px;
  }
}
@media (max-width: 599px) {
  .cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper .cms-banner-support-text {
    padding-left: 30px;
  }
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-title-video-wrapper .service-video {
  border: 4px solid #252525;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 130px;
}
@media (min-width: 1055px) {
  .cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 1054px) {
  .cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper {
    display: none;
  }
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper .standard_form .field_wrapper .inner_wrapper {
  width: 90%;
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper .standard_form .field_wrapper .inner_wrapper .textarea {
  height: 80px;
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper .standard_form .field_wrapper .inner_wrapper .textarea textarea {
  height: 80px;
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper .standard_form .field_wrapper .field_name {
  display: none;
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper .standard_form .buttons {
  padding-left: 0 !important;
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper .standard_form .buttons .button {
  background-color: #252525;
  color: #fff;
  background-image: url('/media/img/icon-arrow-right.png?2af625781f74');
  background-position: 90% 17px;
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper .standard_form .buttons .button:hover,
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper .standard_form .buttons .button:focus,
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper .standard_form .buttons .button:active {
  background: #3f3f3f;
  background-image: url('/media/img/icon-arrow-right.png?2af625781f74');
  background-repeat: no-repeat;
  background-position: 90% 17px;
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper .cms-banner-form-button {
  width: 85%;
  text-align: center;
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper .ajax-contact-thanks h1,
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper h2,
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper h3,
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper h4,
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper h5,
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper h6 {
  border-bottom: none;
}
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper .ajax-contact-thanks h1:after,
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper h2:after,
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper h3:after,
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper h4:after,
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper h5:after,
.cms-banner-outer-container .cms-banner-top-content .cms-banner-form-wrapper h6:after {
  display: none;
}
.cms-banner-outer-container .cms-banner-bottom-content {
  background: #fdb813;
  padding: 10px;
  margin-top: 30px;
}
.cms-banner-outer-container .cms-banner-bottom-content .cms-banner-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 599px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-content-wrapper {
    padding: 0 10px;
  }
}
.cms-banner-outer-container .cms-banner-bottom-content .cms-banner-content-wrapper .message-button a:before {
  content: '';
  background-image: url('/media/img/email-white.png?2af625781f74');
  background-repeat: no-repeat;
  background-size: 15px 12px;
  width: 15px;
  height: 12px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
@media (min-width: 1055px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-content-wrapper .message-button {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-content-wrapper .message-button {
    order: 1;
  }
}
@media (max-width: 599px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-content-wrapper .message-button {
    order: 2;
  }
}
@media (min-width: 600px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-content-wrapper .cms-banner-freephone-content {
    order: 2;
  }
}
@media (max-width: 599px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-content-wrapper .cms-banner-freephone-content {
    order: 1;
  }
}
.cms-banner-outer-container .cms-banner-bottom-content .cms-banner-share-content {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1054px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-share-content {
    display: none;
  }
}
.cms-banner-outer-container .cms-banner-bottom-content .cms-banner-share-content .cms-banner-share-link {
  display: inline-block;
  vertical-align: middle;
}
.cms-banner-outer-container .cms-banner-bottom-content .cms-banner-share-content .cms-banner-share {
  font: 400 16.4px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (min-width: 1055px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-share-content .cms-banner-share {
    margin: 20px 35px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-share-content .cms-banner-share {
    margin: 20px 5px;
  }
}
@media (max-width: 599px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-share-content .cms-banner-share {
    margin: 5px;
  }
}
@media (min-width: 1055px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-share-content .cms-banner-share-icon {
    width: 35px;
    height: 35px;
    margin-left: 5px;
  }
}
@media (max-width: 1054px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-share-content .cms-banner-share-icon {
    width: 25px;
    height: 25px;
    margin-left: 3px;
  }
}
.cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content {
    text-align: center;
    display: block;
    float: none;
  }
}
.cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content .cms-banner-freephone-text {
  color: #000 !important;
  position: relative;
}
.cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content .cms-banner-freephone-text .banner-btn {
  position: absolute;
  min-width: 140px;
}
.cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content .cms-banner-freephone-text .banner-btn:before {
  content: '';
  background-image: url('/media/img/phone-white.png?2af625781f74');
  background-repeat: no-repeat;
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  display: block;
  margin-right: 5px;
  position: absolute;
  transform: translate(-20px, 3px);
}
.cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content .cms-banner-freephone-text .freephone-text {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content .cms-banner-freephone-text .freephone-text {
    display: none;
  }
}
@media (min-width: 1055px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content .cms-banner-freephone-text {
    font: 700 32.4px "Lato", "Open Sans", Verdana, sans-serif;
    margin: 0 30px 0;
    text-align: right;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content .cms-banner-freephone-text {
    font: 700 25px "Lato", "Open Sans", Verdana, sans-serif;
    margin: 10px 0;
    text-align: right;
  }
}
@media (max-width: 1054px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content .cms-banner-freephone-text {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 599px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content .cms-banner-freephone-text {
    font: 700 16.4px "Lato", "Open Sans", Verdana, sans-serif;
    text-align: center;
    margin: 0;
  }
}
.cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content .cms-banner-freephone-text:before {
  content: '';
  background: url('/media/img/icon-circle-phone.png?2af625781f74') 0 0 no-repeat;
  background-size: cover;
}
@media (min-width: 1055px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content .cms-banner-freephone-text:before {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content .cms-banner-freephone-text:before {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}
@media (max-width: 599px) {
  .cms-banner-outer-container .cms-banner-bottom-content .cms-banner-freephone-content .cms-banner-freephone-text:before {
    display: none;
  }
}
.cms-banner-outer-container .cms-banner-bottom-content .freephone-number {
  display: inline-block;
}
@media (min-width: 600px) {
  .cms-banner-outer-container .cms-banner-bottom-content .freephone-number a {
    color: #000 !important;
  }
}
@media (max-width: 599px) {
  .cms-banner-outer-container .cms-banner-bottom-content .freephone-number a {
    color: #fdb813 !important;
  }
}
.cms-banner-outer-container .cms-banner-bottom-content .freephone-number.fake-hide {
  background: #fdb813;
  color: #fdb813 !important;
  position: absolute;
  min-width: 130px;
}
@media (max-width: 599px) {
  .cms-banner-outer-container .cms-banner-bottom-content .freephone-number {
    text-decoration: none !important;
  }
}
.cms-banner-outer-container .cms-banner-bottom-content .freephone-number:hover,
.cms-banner-outer-container .cms-banner-bottom-content .freephone-number:focus,
.cms-banner-outer-container .cms-banner-bottom-content .freephone-number:active {
  text-decoration: underline;
}
.static-thin-banner-share-container {
  background: #fdb813;
  margin: 0 -9999px;
  padding: 0 9999px;
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper {
  background: #fdb813;
  position: relative;
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper .static-thin-share-inner {
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1055px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .static-thin-share-inner {
    margin: 0 -10%;
  }
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper .static-thin-share-inner .message-button a:before {
  content: '';
  background-image: url('/media/img/email-white.png?2af625781f74');
  background-repeat: no-repeat;
  background-size: 15px 12px;
  width: 15px;
  height: 12px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
@media (min-width: 1055px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .static-thin-share-inner .message-button {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .static-thin-share-inner .message-button {
    order: 1;
  }
}
@media (max-width: 599px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .static-thin-share-inner .message-button {
    order: 2;
  }
}
@media (min-width: 600px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .static-thin-share-inner .cms-banner-freephone-content {
    order: 2;
  }
}
@media (max-width: 599px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .static-thin-share-inner .cms-banner-freephone-content {
    order: 1;
  }
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-share-content {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1054px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-share-content {
    display: none;
  }
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-share-content .cms-banner-share-link {
  display: inline-block;
  vertical-align: middle;
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-share-content .cms-banner-share {
  font: 400 16.4px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (min-width: 1055px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-share-content .cms-banner-share {
    margin: 20px 35px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-share-content .cms-banner-share {
    margin: 20px 5px;
  }
}
@media (max-width: 599px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-share-content .cms-banner-share {
    margin: 5px;
  }
}
@media (min-width: 1055px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-share-content .cms-banner-share-icon {
    width: 35px;
    height: 35px;
    margin-left: 5px;
  }
}
@media (max-width: 1054px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-share-content .cms-banner-share-icon {
    width: 25px;
    height: 25px;
    margin-left: 3px;
  }
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content {
    text-align: center;
    display: block;
    float: none;
  }
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content .cms-banner-freephone-text {
  position: relative;
}
@media (min-width: 1054px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content .cms-banner-freephone-text {
    color: #000 !important;
  }
}
@media (max-width: 1054px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content .cms-banner-freephone-text {
    display: flex;
    align-items: center;
  }
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content .cms-banner-freephone-text .banner-btn {
  position: absolute;
  min-width: 140px;
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content .cms-banner-freephone-text .banner-btn:before {
  content: '';
  background-image: url('/media/img/phone-white.png?2af625781f74');
  background-repeat: no-repeat;
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  display: block;
  margin-right: 5px;
  position: absolute;
  transform: translate(-20px, 3px);
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content .cms-banner-freephone-text .freephone-text {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content .cms-banner-freephone-text .freephone-text {
    display: none;
  }
}
@media (min-width: 1055px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content .cms-banner-freephone-text {
    font: 700 32.4px "Lato", "Open Sans", Verdana, sans-serif;
    margin: 0 30px 0;
    text-align: right;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content .cms-banner-freephone-text {
    font: 700 25px "Lato", "Open Sans", Verdana, sans-serif;
    margin: 10px 0;
    text-align: right;
  }
}
@media (max-width: 599px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content .cms-banner-freephone-text {
    font: 700 16.4px "Lato", "Open Sans", Verdana, sans-serif;
    text-align: center;
    margin: 0;
  }
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content .cms-banner-freephone-text:before {
  content: '';
  background: url('/media/img/icon-circle-phone.png?2af625781f74') 0 0 no-repeat;
  background-size: cover;
}
@media (min-width: 1055px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content .cms-banner-freephone-text:before {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content .cms-banner-freephone-text:before {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}
@media (max-width: 599px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .cms-banner-freephone-content .cms-banner-freephone-text:before {
    display: none;
  }
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper .freephone-number {
  color: #000;
  display: inline-block;
}
@media (min-width: 600px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .freephone-number a {
    color: #000 !important;
  }
}
@media (max-width: 599px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .freephone-number a {
    color: #fdb813 !important;
  }
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper .freephone-number.fake-hide {
  background: #fdb813;
  color: #fdb813 !important;
  position: absolute;
  min-width: 130px;
}
@media (max-width: 599px) {
  .static-thin-banner-share-container .static-thin-banner-share-wrapper .freephone-number {
    text-decoration: none !important;
  }
}
.static-thin-banner-share-container .static-thin-banner-share-wrapper .freephone-number:hover,
.static-thin-banner-share-container .static-thin-banner-share-wrapper .freephone-number:focus,
.static-thin-banner-share-container .static-thin-banner-share-wrapper .freephone-number:active {
  text-decoration: underline;
}
.static-thin-banner-image-wrapper {
  margin: 0 -9999px;
  position: relative;
}
.static-thin-banner-image-wrapper .static-thin-banner-background {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1055px) {
  .static-thin-banner-image-wrapper .static-thin-banner-background {
    min-height: 250px;
  }
}
@media (max-width: 1054px) {
  .static-thin-banner-image-wrapper .static-thin-banner-background {
    min-height: 210px;
  }
}
.static-thin-banner-image-wrapper .static-thin-banner-inner-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px;
  max-width: 1200px;
  position: relative;
  z-index: 5;
}
.static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-content-container {
  margin-left: -2px;
  margin-right: -2px;
}
.static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-content-container:after {
  clear: both;
  content: '';
  display: table;
}
.static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-content-container:after {
  clear: both;
  content: '';
  display: table;
}
.static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-content-container .static-thin-banner-content-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-content-container .static-thin-banner-content-wrapper {
    text-align: center;
  }
}
.static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-title {
  text-shadow: -2px 2px 5px #000000, 0px 0px 22px #000000;
  display: block;
  text-transform: uppercase;
  color: #fff;
  border-bottom: none;
  margin-top: 50px;
}
.static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-title:after {
  display: none;
}
@media (min-width: 1055px) {
  .static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-title {
    font: 700 51px "Lato", "Open Sans", Verdana, sans-serif;
    margin-bottom: 25px;
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-title {
    font: 700 35px "Lato", "Open Sans", Verdana, sans-serif;
    margin-bottom: 25px;
  }
}
@media (max-width: 599px) {
  .static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-title {
    font: 700 27px "Lato", "Open Sans", Verdana, sans-serif;
    margin-bottom: 15px;
  }
}
.static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-text {
  text-shadow: -2px 2px 5px #000000, 0px 0px 22px #000000;
  font: 400 25px "Open Sans", Verdana, sans-serif;
  color: #fff;
  margin: 0 40px 0 0;
}
@media (min-width: 600px) {
  .static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px 0 0;
  }
}
@media (max-width: 599px) {
  .static-thin-banner-image-wrapper .static-thin-banner-inner-container .static-thin-banner-text {
    margin: 0 0 20px 0;
    display: block;
  }
}
/* forms and messages */
/** form styling */
/** cancel out webkit default styles */
input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}
.form-field {
  border: 1px solid #dfdfdf;
  padding: 10px;
}
.form-field:hover {
  border: 1px solid #acacac;
}
.form-field:focus {
  background: #fffce9;
  border: 1px solid #acacac;
}
.standard_form,
.rows_form {
  padding-bottom: 20px;
}
.standard_form ul,
.rows_form ul {
  margin: 0;
  padding: 0;
}
.standard_form ul li,
.rows_form ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.standard_form fieldset,
.rows_form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.standard_form .field_wrapper,
.rows_form .field_wrapper {
  clear: both;
  margin-bottom: 10px;
}
.standard_form .field_wrapper .field_name,
.rows_form .field_wrapper .field_name {
  font: normal 15px "Lato", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  vertical-align: middle;
  clear: both;
  color: #000;
  vertical-align: top;
}
.standard_form .field_wrapper .inner_wrapper,
.rows_form .field_wrapper .inner_wrapper {
  display: inline-block;
  vertical-align: middle;
}
.standard_form .text_input input,
.rows_form .text_input input,
.standard_form .password_input input,
.rows_form .password_input input,
.standard_form .other_choice_widget input,
.rows_form .other_choice_widget input,
.standard_form .select select,
.rows_form .select select,
.standard_form .select_date_widget select,
.rows_form .select_date_widget select,
.standard_form .select_date_widget input,
.rows_form .select_date_widget input,
.standard_form .select_date_time_widget select,
.rows_form .select_date_time_widget select,
.standard_form .select_date_time_widget input,
.rows_form .select_date_time_widget input,
.standard_form .select_time_widget select,
.rows_form .select_time_widget select,
.standard_form .select_time_widget input,
.rows_form .select_time_widget input,
.standard_form .file_input input[type=text],
.rows_form .file_input input[type=text] {
  border: 1px solid #dfdfdf;
  padding: 10px;
  margin: 1px 0;
}
.standard_form .text_input input:hover,
.rows_form .text_input input:hover,
.standard_form .password_input input:hover,
.rows_form .password_input input:hover,
.standard_form .other_choice_widget input:hover,
.rows_form .other_choice_widget input:hover,
.standard_form .select select:hover,
.rows_form .select select:hover,
.standard_form .select_date_widget select:hover,
.rows_form .select_date_widget select:hover,
.standard_form .select_date_widget input:hover,
.rows_form .select_date_widget input:hover,
.standard_form .select_date_time_widget select:hover,
.rows_form .select_date_time_widget select:hover,
.standard_form .select_date_time_widget input:hover,
.rows_form .select_date_time_widget input:hover,
.standard_form .select_time_widget select:hover,
.rows_form .select_time_widget select:hover,
.standard_form .select_time_widget input:hover,
.rows_form .select_time_widget input:hover,
.standard_form .file_input input[type=text]:hover,
.rows_form .file_input input[type=text]:hover {
  border: 1px solid #acacac;
}
.standard_form .text_input input:focus,
.rows_form .text_input input:focus,
.standard_form .password_input input:focus,
.rows_form .password_input input:focus,
.standard_form .other_choice_widget input:focus,
.rows_form .other_choice_widget input:focus,
.standard_form .select select:focus,
.rows_form .select select:focus,
.standard_form .select_date_widget select:focus,
.rows_form .select_date_widget select:focus,
.standard_form .select_date_widget input:focus,
.rows_form .select_date_widget input:focus,
.standard_form .select_date_time_widget select:focus,
.rows_form .select_date_time_widget select:focus,
.standard_form .select_date_time_widget input:focus,
.rows_form .select_date_time_widget input:focus,
.standard_form .select_time_widget select:focus,
.rows_form .select_time_widget select:focus,
.standard_form .select_time_widget input:focus,
.rows_form .select_time_widget input:focus,
.standard_form .file_input input[type=text]:focus,
.rows_form .file_input input[type=text]:focus {
  background: #fffce9;
  border: 1px solid #acacac;
}
.standard_form .textarea textarea,
.rows_form .textarea textarea {
  border: 1px solid #dfdfdf;
  padding: 10px;
  height: 120px;
  line-height: 140%;
  resize: none;
  margin-bottom: 20px;
}
.standard_form .textarea textarea:hover,
.rows_form .textarea textarea:hover {
  border: 1px solid #acacac;
}
.standard_form .textarea textarea:focus,
.rows_form .textarea textarea:focus {
  background: #fffce9;
  border: 1px solid #acacac;
}
.standard_form .select_date_widget,
.rows_form .select_date_widget {
  white-space: nowrap;
}
.standard_form .radio_select ul,
.rows_form .radio_select ul,
.standard_form .checkbox_select_multiple ul,
.rows_form .checkbox_select_multiple ul {
  width: 100%;
}
.standard_form .radio_select ul li,
.rows_form .radio_select ul li,
.standard_form .checkbox_select_multiple ul li,
.rows_form .checkbox_select_multiple ul li {
  line-height: 140%;
  margin-bottom: 5px;
}
.standard_form .radio_select ul li label,
.rows_form .radio_select ul li label,
.standard_form .checkbox_select_multiple ul li label,
.rows_form .checkbox_select_multiple ul li label {
  position: relative;
  line-height: 20px;
  margin-left: 30px;
  display: block;
}
.standard_form .radio_select ul li label input,
.rows_form .radio_select ul li label input,
.standard_form .checkbox_select_multiple ul li label input,
.rows_form .checkbox_select_multiple ul li label input {
  width: 20px !important;
  position: absolute;
  left: -30px;
  top: 3px;
}
.standard_form .select select,
.rows_form .select select {
  border: 1px solid #dfdfdf;
  padding: 10px;
}
.standard_form .select select:hover,
.rows_form .select select:hover {
  border: 1px solid #acacac;
}
.standard_form .select select:focus,
.rows_form .select select:focus {
  background: #fffce9;
  border: 1px solid #acacac;
}
.standard_form .boolean_select_widget:after,
.rows_form .boolean_select_widget:after {
  clear: both;
  content: '';
  display: table;
}
.standard_form .boolean_select_widget:after,
.rows_form .boolean_select_widget:after {
  clear: both;
  content: '';
  display: table;
}
.standard_form .boolean_select_widget li,
.rows_form .boolean_select_widget li {
  float: left;
  padding-right: 20px;
  width: auto;
}
.standard_form .errorlist li,
.rows_form .errorlist li {
  background: #c94200;
  color: #fff;
  line-height: 100%;
  margin-bottom: 5px;
  padding: 5px 10px;
  position: relative;
}
.standard_form .errorlist li:before,
.rows_form .errorlist li:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #c94200;
  bottom: -7px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  width: 0;
}
.standard_form .help_text,
.rows_form .help_text {
  margin: 0;
  padding: 0;
  display: block;
  font-style: italic;
  font-size: 11px;
  line-height: 140%;
  margin-top: 5px;
  margin-bottom: 10px !important;
}
/** standard form */
.standard_form .field_name {
  padding-right: 20px;
  padding-bottom: 5px;
}
.standard_form .field_name strong {
  font-weight: normal;
}
.standard_form .help_text {
  text-align: left !important;
  margin-bottom: 10px !important;
}
.standard_form .checkbox_input input {
  width: auto;
}
/** form messages */
.system-messages .message-notification {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  margin-bottom: 20px;
  padding: 20px 30px;
  text-align: center;
  background: #fdb813;
}
.system-messages .message-notification p:last-child {
  margin: 0;
  padding: 0;
}
.system-messages .message-warning {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  margin-bottom: 20px;
  padding: 20px 30px;
  text-align: center;
  background: #fbb0b0;
}
.system-messages .message-warning p:last-child {
  margin: 0;
  padding: 0;
}
.system-messages .message-error {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  margin-bottom: 20px;
  padding: 20px 30px;
  text-align: center;
  background: #c94200;
}
.system-messages .message-error p:last-child {
  margin: 0;
  padding: 0;
}
/* on mobil edevices both forms take the same styling 
with label above the field for better accessibility */
.errors {
  display: inline-block;
  vertical-align: middle;
  float: left;
  background: #c94200;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.errors p {
  margin: 0 !important;
}
/** breakpoint specific styling */
@media (max-width: 1054px) {
  .standard_form .inner_wrapper,
  .standard_form .help_text,
  .standard_form .field_name,
  .standard_form .textarea textarea {
    width: 100%;
  }
  .standard_form .text_input input,
  .standard_form .password_input input,
  .standard_form .no_label input,
  .standard_form .select select,
  .standard_form .field_errors .errorlist {
    width: 100%;
  }
}
@media (min-width: 1055px) {
  .standard_form .errorlist,
  .standard_form .help_text,
  .standard_form .text_input input,
  .standard_form .password_input input,
  .standard_form .no_label input,
  .standard_form .select select {
    width: 100%;
  }
  .standard_form .field_name {
    width: 35%;
  }
  .standard_form .textarea textarea {
    width: 100%;
  }
  .standard_form .inner_wrapper {
    width: 64%;
  }
  .standard_form .buttons {
    padding-left: 35%;
  }
}
@media (max-width: 1054px) {
  .rows_form .inner_wrapper,
  .rows_form .help_text,
  .rows_form .field_name,
  .rows_form .textarea textarea {
    width: 100%;
  }
  .rows_form .text_input input,
  .rows_form .password_input input,
  .rows_form .no_label input,
  .rows_form .select select,
  .rows_form .field_errors .errorlist {
    width: 100%;
  }
}
@media (min-width: 1055px) {
  .rows_form .field_wrapper .field_name {
    width: 100%;
  }
  .rows_form .field_wrapper .text_input input,
  .rows_form .field_wrapper .password_input input,
  .rows_form .field_wrapper .select select,
  .rows_form .field_wrapper .errorlist {
    max-width: 350px;
  }
  .rows_form .field_wrapper .textarea textarea {
    width: 100%;
  }
  .rows_form .field_wrapper .inner_wrapper {
    min-width: 350px;
    width: 62%;
  }
}
/* centred forms */
.aligncenter form .errorlist {
  margin: 0 auto;
}
.formSection {
  background: #ededed;
  padding: 20px;
  margin-bottom: 20px;
}
.formSection .smallheading {
  border-bottom: 0;
  margin: 0;
}
.ajax-contact-thanks {
  display: none;
}
.ajax-contact-thanks h1,
.ajax-contact-thanks h2,
.ajax-contact-thanks h3 {
  border: none;
}
.ajax-contact-thanks h1:after,
.ajax-contact-thanks h2:after,
.ajax-contact-thanks h3:after {
  content: '';
}
/* colour swatches */
.mtstyleguide-swatch-brand-primary {
  background-color: #fdb813;
  color: #0247ec;
}
.mtstyleguide-swatch-brand-primary:before {
  content: 'brand-primary';
  display: block;
}
.mtstyleguide-swatch-brand-primary:after {
  content: '#fdb813';
}
.mtstyleguide-swatch-brand-secondary {
  background-color: #252525;
  color: #dadada;
}
.mtstyleguide-swatch-brand-secondary:before {
  content: 'brand-secondary';
  display: block;
}
.mtstyleguide-swatch-brand-secondary:after {
  content: '#252525';
}
.mtstyleguide-swatch-brand-background-light-grey {
  background-color: #ededed;
  color: #121212;
}
.mtstyleguide-swatch-brand-background-light-grey:before {
  content: 'brand-background-light-grey';
  display: block;
}
.mtstyleguide-swatch-brand-background-light-grey:after {
  content: '#ededed';
}
.mtstyleguide-swatch-brand-light-grey {
  background-color: #c6c6c6;
  color: #393939;
}
.mtstyleguide-swatch-brand-light-grey:before {
  content: 'brand-light-grey';
  display: block;
}
.mtstyleguide-swatch-brand-light-grey:after {
  content: '#c6c6c6';
}
.mtstyleguide-swatch-brand-text {
  background-color: #000;
  color: #ffffff;
}
.mtstyleguide-swatch-brand-text:before {
  content: 'brand-text';
  display: block;
}
.mtstyleguide-swatch-brand-text:after {
  content: '#000';
}
.mtstyleguide-swatch-brand-title {
  background-color: #252525;
  color: #dadada;
}
.mtstyleguide-swatch-brand-title:before {
  content: 'brand-title';
  display: block;
}
.mtstyleguide-swatch-brand-title:after {
  content: '#252525';
}
/* fonts */
.mtstyleguide-preview-brand-font-medium {
  font: 700 20px "Lato", "Open Sans", Verdana, sans-serif;
  margin-bottom: 15px;
}
.mtstyleguide-preview-brand-font-bold {
  font: 900 20px "Lato", "Open Sans", Verdana, sans-serif;
  margin-bottom: 15px;
}
.mtstyleguide-preview-brand-font-para {
  font: 700 20px "Lato", "Open Sans", Verdana, sans-serif;
}
.mtstyleguide-preview-default-font-light {
  font: 300 20px "Open Sans", Verdana, sans-serif;
  margin-bottom: 15px;
}
.mtstyleguide-preview-default-font-normal {
  font: 400 20px "Open Sans", Verdana, sans-serif;
  margin-bottom: 15px;
}
.mtstyleguide-preview-default-font-bold {
  font: 700 20px "Open Sans", Verdana, sans-serif;
  margin-bottom: 15px;
}
.mtstyleguide-preview-default-font-italic {
  font: 400 20px "Open Sans", Verdana, sans-serif;
  font-style: italic;
  margin-bottom: 15px;
}
.mtstyleguide-preview-default-font {
  font: 400 20px "Open Sans", Verdana, sans-serif;
}
.mtstyleguide-link {
  color: #fdb813;
  font-weight: bold;
  text-decoration: none;
  transition: color 200ms;
}
.mtstyleguide-link:hover,
.mtstyleguide-link:focus,
.mtstyleguide-link:active {
  color: #db9b02;
  text-decoration: underline;
}
/* preview panes */
.mtstyleguide-preview {
  position: relative;
}
.mtstyleguide-preview-box {
  background: #ededed;
  padding: 20px 30px;
}
.mtstyleguide-preview-box h1:first-child,
.mtstyleguide-preview-box h2:first-child,
.mtstyleguide-preview-box h3:first-child,
.mtstyleguide-preview-box h4:first-child,
.mtstyleguide-preview-box h5:first-child,
.mtstyleguide-preview-box h6:first-child {
  margin-top: 0;
}
/* breakpoint display */
@media (max-width: 599px) {
  .mtstyleguide-breakpoint-name:after {
    content: 'Phone \00a0 (up to 599px)';
  }
}
@media (min-width: 600px) and (max-width: 1054px) {
  .mtstyleguide-breakpoint-name:after {
    content: 'Tablet \00a0 (600px - 1054px)';
  }
}
@media (min-width: 1055px) and (max-width: 1200px) {
  .mtstyleguide-breakpoint-name:after {
    content: 'Desktop \00a0 (1055px - 1200px)';
  }
}
@media (min-width: 1201px) {
  .mtstyleguide-breakpoint-name:after {
    content: 'Large desktop \00a0 (over 1200px)';
  }
}
@media (max-width: 1054px) {
  .sh_sourceCode {
    display: none;
  }
}
/*@import "page-sitemap.less";*/
