@charset "UTF-8";
.transition {
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.transition-delay {
  transition: all 250ms ease-in-out 250ms;
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
}
.no-transition {
  transition: all 0 ease-in-out 0;
  -webkit-transition: all 0 ease-in-out 0;
  -moz-transition: all 0 ease-in-out 0;
  -ms-transition: all 0 ease-in-out 0;
  -o-transition: all 0 ease-in-out 0;
  transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
}
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.no-blur {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.zoom {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.no-zoom {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.transparent {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.button-color {
  color: #ffffff;
  background-color: #25a6b1;
  text-decoration: none !important;
}
.button-color:hover {
  color: #ffffff;
  background-color: #28989f;
  text-decoration: none !important;
  background-image: none;
  box-shadow: none;
}
.button-background {
  text-decoration: none !important;
  max-height: 50px;
  background-color: #09BECB;
  background-image: url('../img/btn-background.jpg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url('../img/btn-background.jpg');
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.button-background:hover {
  text-decoration: none !important;
  background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url('../img/btn-background.jpg');
}
.section {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .section {
    padding: 0 20px;
  }
}
.section .section {
  padding: 0;
}
.container {
  margin: 0 auto;
  max-width: 1000px;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
}
.col {
  display: block;
  float: left;
  margin: 1% 0 0 1.6%;
}
.col:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}
.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 49.2%;
}
@media only screen and (max-width: 768px) {
  .span_2_of_2 {
    width: 100%;
  }
  .span_1_of_2 {
    width: 100%;
  }
}
.span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 66.13%;
}
.span_1_of_3 {
  width: 32.26%;
}
@media only screen and (max-width: 768px) {
  .span_3_of_3 {
    width: 100%;
  }
  .span_2_of_3 {
    width: 100%;
  }
  .span_1_of_3 {
    width: 100%;
  }
}
.span_4_of_4 {
  width: 100%;
}
.span_3_of_4 {
  width: 74.6%;
}
.span_2_of_4 {
  width: 49.2%;
}
.span_1_of_4 {
  width: 23.8%;
}
@media only screen and (max-width: 768px) {
  .span_4_of_4 {
    width: 100%;
  }
  .span_3_of_4 {
    width: 100%;
  }
  .span_2_of_4 {
    width: 100%;
  }
  .span_1_of_4 {
    width: 100%;
  }
}
.span_5_of_5 {
  width: 100%;
}
.span_4_of_5 {
  width: 79.68%;
}
.span_3_of_5 {
  width: 59.36%;
}
.span_2_of_5 {
  width: 39.04%;
}
.span_1_of_5 {
  width: 18.72%;
}
@media only screen and (max-width: 768px) {
  .span_5_of_5 {
    width: 100%;
  }
  .span_4_of_5 {
    width: 100%;
  }
  .span_3_of_5 {
    width: 100%;
  }
  .span_2_of_5 {
    width: 100%;
  }
  .span_1_of_5 {
    width: 100%;
  }
}
.span_6_of_6 {
  width: 100%;
}
.span_5_of_6 {
  width: 83.06%;
}
.span_4_of_6 {
  width: 66.13%;
}
.span_3_of_6 {
  width: 49.2%;
}
.span_2_of_6 {
  width: 32.26%;
}
.span_1_of_6 {
  width: 15.33%;
}
@media only screen and (max-width: 768px) {
  .span_6_of_6 {
    width: 100%;
  }
  .span_5_of_6 {
    width: 100%;
  }
  .span_4_of_6 {
    width: 100%;
  }
  .span_3_of_6 {
    width: 100%;
  }
  .span_2_of_6 {
    width: 100%;
  }
  .span_1_of_6 {
    width: 100%;
  }
}
.span_7_of_7 {
  width: 100%;
}
.span_6_of_7 {
  width: 85.48%;
}
.span_5_of_7 {
  width: 70.97%;
}
.span_4_of_7 {
  width: 56.45%;
}
.span_3_of_7 {
  width: 41.94%;
}
.span_2_of_7 {
  width: 27.42%;
}
.span_1_of_7 {
  width: 12.91%;
}
@media only screen and (max-width: 768px) {
  .span_7_of_7 {
    width: 100%;
  }
  .span_6_of_7 {
    width: 100%;
  }
  .span_5_of_7 {
    width: 100%;
  }
  .span_4_of_7 {
    width: 100%;
  }
  .span_3_of_7 {
    width: 100%;
  }
  .span_2_of_7 {
    width: 100%;
  }
  .span_1_of_7 {
    width: 100%;
  }
}
.span_8_of_8 {
  width: 100%;
}
.span_7_of_8 {
  width: 87.3%;
}
.span_6_of_8 {
  width: 74.6%;
}
.span_5_of_8 {
  width: 61.9%;
}
.span_4_of_8 {
  width: 49.2%;
}
.span_3_of_8 {
  width: 36.5%;
}
.span_2_of_8 {
  width: 23.8%;
}
.span_1_of_8 {
  width: 11.1%;
}
@media only screen and (max-width: 768px) {
  .span_8_of_8 {
    width: 100%;
  }
  .span_7_of_8 {
    width: 100%;
  }
  .span_6_of_8 {
    width: 100%;
  }
  .span_5_of_8 {
    width: 100%;
  }
  .span_4_of_8 {
    width: 100%;
  }
  .span_3_of_8 {
    width: 100%;
  }
  .span_2_of_8 {
    width: 100%;
  }
  .span_1_of_8 {
    width: 100%;
  }
}
.span_9_of_9 {
  width: 100%;
}
.span_8_of_9 {
  width: 88.71%;
}
.span_7_of_9 {
  width: 77.42%;
}
.span_6_of_9 {
  width: 66.13%;
}
.span_5_of_9 {
  width: 54.84%;
}
.span_4_of_9 {
  width: 43.55%;
}
.span_3_of_9 {
  width: 32.26%;
}
.span_2_of_9 {
  width: 20.97%;
}
.span_1_of_9 {
  width: 9.68%;
}
@media only screen and (max-width: 768px) {
  .span_9_of_9 {
    width: 100%;
  }
  .span_8_of_9 {
    width: 100%;
  }
  .span_7_of_9 {
    width: 100%;
  }
  .span_6_of_9 {
    width: 100%;
  }
  .span_5_of_9 {
    width: 100%;
  }
  .span_4_of_9 {
    width: 100%;
  }
  .span_3_of_9 {
    width: 100%;
  }
  .span_2_of_9 {
    width: 100%;
  }
  .span_1_of_9 {
    width: 100%;
  }
}
.span_10_of_10 {
  width: 100%;
}
.span_9_of_10 {
  width: 89.84%;
}
.span_8_of_10 {
  width: 79.68%;
}
.span_7_of_10 {
  width: 69.52%;
}
.span_6_of_10 {
  width: 59.36%;
}
.span_5_of_10 {
  width: 49.2%;
}
.span_4_of_10 {
  width: 39.04%;
}
.span_3_of_10 {
  width: 28.88%;
}
.span_2_of_10 {
  width: 18.72%;
}
.span_1_of_10 {
  width: 8.56%;
}
@media only screen and (max-width: 768px) {
  .span_10_of_10 {
    width: 100%;
  }
  .span_9_of_10 {
    width: 100%;
  }
  .span_8_of_10 {
    width: 100%;
  }
  .span_7_of_10 {
    width: 100%;
  }
  .span_6_of_10 {
    width: 100%;
  }
  .span_5_of_10 {
    width: 100%;
  }
  .span_4_of_10 {
    width: 100%;
  }
  .span_3_of_10 {
    width: 100%;
  }
  .span_2_of_10 {
    width: 100%;
  }
  .span_1_of_10 {
    width: 100%;
  }
}
.span_11_of_11 {
  width: 100%;
}
.span_10_of_11 {
  width: 90.76%;
}
.span_9_of_11 {
  width: 81.52%;
}
.span_8_of_11 {
  width: 72.29%;
}
.span_7_of_11 {
  width: 63.05%;
}
.span_6_of_11 {
  width: 53.81%;
}
.span_5_of_11 {
  width: 44.58%;
}
.span_4_of_11 {
  width: 35.34%;
}
.span_3_of_11 {
  width: 26.1%;
}
.span_2_of_11 {
  width: 16.87%;
}
.span_1_of_11 {
  width: 7.63%;
}
@media only screen and (max-width: 768px) {
  .span_11_of_11 {
    width: 100%;
  }
  .span_10_of_11 {
    width: 100%;
  }
  .span_9_of_11 {
    width: 100%;
  }
  .span_8_of_11 {
    width: 100%;
  }
  .span_7_of_11 {
    width: 100%;
  }
  .span_6_of_11 {
    width: 100%;
  }
  .span_5_of_11 {
    width: 100%;
  }
  .span_4_of_11 {
    width: 100%;
  }
  .span_3_of_11 {
    width: 100%;
  }
  .span_2_of_11 {
    width: 100%;
  }
  .span_1_of_11 {
    width: 100%;
  }
}
.span_12_of_12 {
  width: 100%;
}
.span_11_of_12 {
  width: 91.53%;
}
.span_10_of_12 {
  width: 83.06%;
}
.span_9_of_12 {
  width: 74.6%;
}
.span_8_of_12 {
  width: 66.13%;
}
.span_7_of_12 {
  width: 57.66%;
}
.span_6_of_12 {
  width: 49.2%;
}
.span_5_of_12 {
  width: 40.73%;
}
.span_4_of_12 {
  width: 32.26%;
}
.span_3_of_12 {
  width: 23.8%;
}
.span_2_of_12 {
  width: 15.33%;
}
.span_1_of_12 {
  width: 6.86%;
}
@media only screen and (max-width: 768px) {
  .span_12_of_12 {
    width: 100%;
  }
  .span_11_of_12 {
    width: 100%;
  }
  .span_10_of_12 {
    width: 100%;
  }
  .span_9_of_12 {
    width: 100%;
  }
  .span_8_of_12 {
    width: 100%;
  }
  .span_7_of_12 {
    width: 100%;
  }
  .span_6_of_12 {
    width: 100%;
  }
  .span_5_of_12 {
    width: 100%;
  }
  .span_4_of_12 {
    width: 100%;
  }
  .span_3_of_12 {
    width: 100%;
  }
  .span_2_of_12 {
    width: 100%;
  }
  .span_1_of_12 {
    width: 100%;
  }
}
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  color: #969da1;
}
@media only screen and (max-width: 768px) {
  #breadcrumbs {
    display: none;
  }
}
#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0;
}
#breadcrumbs li a {
  font-size: 12px;
  font-weight: 100 !important;
  text-decoration: none !important;
}
#breadcrumbs li a:hover {
  text-decoration: underline !important;
}
#breadcrumbs a.bread-home:hover {
  text-decoration: none !important;
}
#breadcrumbs li a span {
  font-size: 10px;
}
#breadcrumbs .separator img {
  width: 7px;
  height: 10px;
}
::-webkit-input-placeholder {
  color: #44555f;
}
:-moz-placeholder {
  color: #44555f;
}
::-moz-placeholder {
  color: #44555f;
}
:-ms-input-placeholder {
  color: #44555f;
}
form {
  margin: 0;
  padding: 0;
}
form br {
  display: none;
}
input,
input[type="text"],
input[type="email"],
textarea {
  background: #f1f4f4;
  color: #44555f;
  padding: 10px 20px;
  margin-bottom: 10px;
  width: 100%;
  border: 3px solid #f1f4f4;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 3px solid #23b2a9;
  outline: none;
}
textarea {
  max-height: 100px;
}
input[type="submit"] {
  border: 0;
  box-shadow: none;
  float: right;
  display: block;
  width: 50%;
  padding: 15px 12px;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
  text-shadow: none;
  font-size: 18px;
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  background-color: #25a6b1;
  text-decoration: none !important;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #28989f;
  text-decoration: none !important;
  background-image: none;
  box-shadow: none;
}
div.wpcf7 {
  margin: 0;
  padding: 0;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
}
span.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}
span.wpcf7-list-item {
  margin-left: 0.5em;
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #888;
}
.nav-wrapper {
  text-align: right;
}
.fixed {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  max-height: 60px;
  background: #ffffff;
}
.fixed h1 a:after {
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.fixed #header-contact-details {
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
nav {
  margin: 0;
  padding: 0;
  z-index: 101;
  position: relative;
}
nav ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: left;
  float: right;
}
@media only screen and (max-width: 768px) {
  nav ul {
    float: left;
  }
}
nav ul li {
  position: relative;
  float: left;
  list-style-type: none;
  margin: 0 10px;
}
nav ul li.menu-item-has-children > a {
  padding-right: 5px;
}
nav ul li.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 9px;
  margin: 10px 0 0 4px;
  background: url('../img/dropdown-arrows.png') 0 0;
  background-size: 9px auto;
}
nav ul li.menu-item-has-children > a:hover:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 9px;
  background: url('../img/dropdown-arrows.png') 0 -5px;
  background-size: 9px auto;
}
nav > ul > li > a,
nav > ul > li > a:visited {
  font-size: 16px;
  color: #273137;
  border-bottom: 2px solid #dbe0e4;
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  text-decoration: none;
  font-weight: 500;
  padding: 17px 0 17px 0;
}
nav > ul > li > a:hover,
nav > ul > li > a:active,
nav > ul > li > a:focus {
  color: #20a6b3;
  text-decoration: none;
  border-bottom: 2px solid #20a6b3;
  font-weight: 500;
}
nav > ul > li.current-menu-item a {
  color: #273137;
  text-decoration: none;
  border-bottom: 2px solid #20a6b3;
}
nav > ul > li.current-menu-item a:hover,
nav > ul > li.current-menu-item a:active,
nav > ul > li.current-menu-item a:focus {
  color: #20a6b3;
}
nav > ul > li.current-menu-item > ul.sub-menu a {
  border-bottom: 0 solid #20a6b3;
}
nav > ul > li > ul.sub-menu {
  background: #3c454b;
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  position: absolute;
  z-index: 101;
  width: auto;
  visibility: hidden;
  font-family: "Avenir LT W01_55 Roman", Sans-Serif;
  white-space: nowrap;
}
nav > ul > li > ul.sub-menu li {
  width: 100%;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity .05s 0s ease-in-out;
  -moz-transition: opacity .05s 0s ease-in-out;
  -ms-transition: opacity .05s 0s ease-in-out;
  -o-transition: opacity .05s 0s ease-in-out;
  transition: opacity .05s 0s ease-in-out;
}
@media only screen and (min-width: 960px) {
  nav > ul > li.menu-item-96 > ul.sub-menu {
    width: 290px;
    white-space: normal;
  }
}
nav > ul > li.flip > ul.sub-menu {
  right: 0;
}
nav > ul > li.menu-item-has-children > ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(1,0);
  -moz-transform: scale(1,0);
  -ms-transform: scale(1,0);
  -o-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform .14s 0s ease-in-out;
  -moz-transition: -moz-transform .14s 0s ease-in-out;
  -ms-transition: -ms-transform .14s 0s ease-in-out;
  -o-transition: -o-transform .14s 0s ease-in-out;
  transition: transform .14s 0s ease-in-out;
}
nav > ul > li.menu-item-has-children:hover > ul.sub-menu {
  max-height: 1000px;
  overflow: normal;
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
nav > ul > li.menu-item-has-children:hover > ul.sub-menu li {
  max-width: 300px;
  opacity: 1;
  -webkit-transition: opacity .14s .14s ease-in-out;
  -moz-transition: opacity .14s .14s ease-in-out;
  -ms-transition: opacity .14s .14s ease-in-out;
  -o-transition: opacity .14s .14s ease-in-out;
  transition: opacity .14s .14s ease-in-out;
}
nav > ul > li > ul.sub-menu {
  text-align: left;
}
nav > ul > li > ul.sub-menu .sub-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: 100%;
  float: left;
  visibility: visible;
  background: #273137;
  padding: 5px 0;
  font-family: "Avenir LT W01_55 Roman", Sans-Serif;
}
nav > ul > li > ul.sub-menu .sub-menu > li {
  width: 100%;
}
nav > ul > li > ul.sub-menu .sub-menu > li > a,
nav > ul > li > ul.sub-menu .sub-menu > li > a:visited {
  color: #ffffff;
  font-size: 0.85em;
  float: left;
  width: 100%;
  padding: 0px 45px;
  text-decoration: none;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
nav > ul > li > ul.sub-menu .sub-menu > li > a:before {
  content: '';
  position: absolute;
  height: 8px;
  width: 9px;
  margin: 9px 0 0 -16px;
  background: url('../img/dropdown-arrows.png') 0 17px;
  background-size: 9px auto;
}
nav > ul > li > ul.sub-menu .sub-menu > li > a:hover:before {
  content: '';
  position: absolute;
  height: 8px;
  width: 9px;
  margin: 9px 0 0 -16px;
  background: url('../img/dropdown-arrows.png') 0 8px;
  background-size: 9px auto;
}
nav > ul > li > ul.sub-menu .sub-menu > li > a:hover,
nav > ul > li > ul.sub-menu .sub-menu > li > a:active,
nav > ul > li > ul.sub-menu .sub-menu > li > a:focus {
  color: #10d9e7;
}
nav > ul > li:hover > ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
nav > ul > li > ul.sub-menu > li > a {
  color: #ffffff;
  font-size: 0.9em;
  float: left;
  width: auto;
  padding: 5px 30px;
  text-decoration: none;
}
nav > ul > li > ul.sub-menu > li > a:hover,
nav > ul > li > ul.sub-menu > li > a:active,
nav > ul > li > ul.sub-menu > li > a:focus {
  color: #10d9e7;
  padding: 5px 30px;
  text-decoration: none;
}
nav > ul > li > ul.sub-menu > li.menu-item-has-children > a {
  padding-right: 40px;
}
nav > ul > li > ul.sub-menu > li.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 9px;
  margin: 10px 0 0 4px;
  background: url('../img/dropdown-arrows.png') 0 -10px;
  background-size: 9px auto;
}
nav > ul > li > ul.sub-menu > li.menu-item-has-children > a:hover:after {
  background: url('../img/dropdown-arrows.png') 0 -15px;
  background-size: 9px auto;
}
@media only screen and (max-width: 960px) {
  #nav-span {
    width: 100%;
  }
  nav {
    display: block;
    overflow: normal;
    max-height: 2000px;
    width: 100%;
    margin: 0;
  }
  nav ul li {
    width: 100%;
    margin: 0;
  }
  nav > ul > li.menu-item-has-children > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
    overflow: normal;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
  nav > ul > li > ul.sub-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: 100%;
    visibility: visible;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
  nav > ul > li > a,
  nav > ul > li.menu-item-has-children > a {
    padding: 10px;
    text-align: left;
  }
  nav > ul > li > a:hover,
  nav > ul > li.menu-item-has-children > a:hover,
  nav > ul > li > a:active,
  nav > ul > li.menu-item-has-children > a:active,
  nav > ul > li > a:focus,
  nav > ul > li.menu-item-has-children > a:focus {
    padding: 10px;
    text-align: left;
  }
  nav > ul > li > a,
  nav > ul > li > a:visited,
  nav > ul > li > a:hover,
  nav > ul > li > a:active,
  nav > ul > li > a:focus,
  nav > ul > li.current-menu-item a,
  nav > ul > li.current-menu-item a:hover,
  nav > ul > li.current-menu-item a:active,
  nav > ul > li.current-menu-item a:focus {
    border-bottom: 0;
  }
  nav > ul > li > ul.sub-menu > li,
  nav > ul > li > ul.sub-menu > li > ul.sub-menu > li {
    visibility: visible;
    opacity: 1;
    transition: all 0 ease-in-out 0;
    -webkit-transition: all 0 ease-in-out 0;
    -moz-transition: all 0 ease-in-out 0;
    -ms-transition: all 0 ease-in-out 0;
    -o-transition: all 0 ease-in-out 0;
    transition-delay: 0;
    -moz-transition-delay: 0;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
  }
  nav > ul > li > ul.sub-menu .sub-menu {
    width: 100%;
    min-width: 100%;
    display: block;
  }
  nav > ul > li.menu-item-has-children:hover > ul.sub-menu li {
    max-width: 100%;
  }
  nav ul li.menu-item-has-children > a,
  nav ul li.menu-item-has-children > a:hover,
  nav ul li.menu-item-has-children > a:active,
  nav ul li.menu-item-has-children > a:focus {
    background-position: right 10px center;
  }
  nav ul li.menu-item-has-children > a:after {
    background: url('../img/dropdown-arrows.png') 0 -10px;
    background-size: 9px auto;
  }
  nav ul li.menu-item-has-children > a:hover:after {
    background: url('../img/dropdown-arrows.png') 0 -15px;
    background-size: 9px auto;
  }
  nav ul.sub-menu > li.menu-item-has-children > a:after {
    display: none;
  }
  nav > ul > li > a,
  nav > ul > li > a:visited,
  nav > ul > li.current-menu-item a {
    background: #3c454c;
    color: #ffffff;
  }
  nav > ul > li > a:hover,
  nav > ul > li.current-menu-item a:hover,
  nav > ul > li > a:active,
  nav > ul > li.current-menu-item a:active,
  nav > ul > li > a:focus,
  nav > ul > li.current-menu-item a:focus {
    color: #10d9e7;
  }
  nav > ul > li.menu-item-has-children > ul.sub-menu a,
  nav > ul > li > ul.sub-menu {
    background: #283138;
  }
  nav > ul > li > ul.sub-menu > li > a:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 9px;
    margin: 9px 0 0 -16px;
    background: url('../img/dropdown-arrows.png') 0 17px;
    background-size: 9px auto;
  }
  nav > ul > li > ul.sub-menu > li > a:hover:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 9px;
    margin: 9px 0 0 -16px;
    background: url('../img/dropdown-arrows.png') 0 8px;
    background-size: 9px auto;
  }
  nav > ul > li.menu-item-96 > ul.sub-menu {
    white-space: normal;
  }
  #toggle {
    width: 24px;
    height: 15px;
    margin: 0 10px;
    position: absolute;
    top: 17px;
    right: 0;
  }
  #toggle div {
    cursor: pointer;
    width: 100%;
    height: 3px;
    background: #5f6062;
    margin: 3px auto;
    transition: all 250ms ease-in-out 100ms;
    -webkit-transition: all 250ms ease-in-out 100ms;
    -moz-transition: all 250ms ease-in-out 100ms;
    -ms-transition: all 250ms ease-in-out 100ms;
    -o-transition: all 250ms ease-in-out 100ms;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    backface-visibility: hidden;
  }
  #toggle.on .one {
    transform: rotate(45deg) translate(5px,5px);
    -webkit-transform: rotate(45deg) translate(5px,5px);
    -moz-transform: rotate(45deg) translate(5px,5px);
  }
  #toggle.on .two {
    opacity: 0;
  }
  #toggle.on .three {
    transform: rotate(-45deg) translate(3px,-4px);
    -webkit-transform: rotate(-45deg) translate(3px,-4px);
    -moz-transform: rotate(-45deg) translate(3px,-4px);
  }
  .nav-wrapper {
    display: none;
    min-height: 760px;
  }
}
.site-content {
  padding-top: 120px;
}
@media screen and (max-width: 960px) {
  .site-content {
    padding-top: 0;
  }
}
#masthead {
  position: relative;
  z-index: 99;
  height: 120px;
  width: 100%;
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  #masthead {
    position: fixed;
  }
}
@media only screen and (max-width: 768px) {
  #masthead {
    height: 60px;
  }
}
#masthead .col {
  margin: 0;
  padding: 0;
}
#masthead #top {
  height: 60px;
  background: #ffffff;
  border-bottom: 2px solid #dbe0e4;
  margin: 0 auto;
  padding: 0;
}
#masthead #header-contact-details {
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  height: 40px;
  width: 100%;
  float: left;
  padding: 18px 10px;
  text-align: right;
  font-family: "Avenir LT W01_55 Roman", Sans-Serif;
  font-size: 14px;
  font-weight: 500;
  color: #273137;
}
#masthead #header-contact-details span {
  padding: 0 10px;
  margin: 0;
}
#masthead #header-contact-details #header-office-phone {
  border-left: 1px solid #a9b3ba;
  padding-right: 0;
}
@media only screen and (max-width: 960px) {
  #masthead #header-contact-details {
    padding: 18px 0 0 0;
    position: absolute;
    top: 0;
    right: 50px;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #masthead #header-contact-details {
    display: none !important;
  }
}
#masthead #logo,
#masthead h1 {
  margin: 0;
  line-height: 36px !important;
}
@media only screen and (max-width: 768px) {
  #masthead #logo,
  #masthead h1 {
    margin-right: 40px;
  }
}
#masthead #logo a,
#masthead h1 a {
  color: #087d8e;
  font-family: "Avenir LT W01_85 Heavy", Serif;
  font-weight: normal;
  letter-spacing: -1px;
  font-size: 24px;
  text-decoration: none;
  display: block;
  opacity: 1;
  height: 100px;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #masthead #logo a,
  #masthead h1 a {
    height: 40px;
    font-size: 22px;
    margin-right: 40px;
    display: inline;
    line-height: 60px;
  }
}
#masthead #logo a {
  padding: 10px;
}
#masthead #logo a:after,
#masthead h1 a:after {
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  content: " ";
  display: block;
  margin-top: -25px;
  height: 72px;
  width: 370px;
  background-image: url('../img/header-logo-line.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #masthead #logo a:after,
  #masthead h1 a:after {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #masthead #logo a:after,
  #masthead h1 a:after {
    background-image: url('../img/header-logo-line@2x.png');
    background-size: 370px 72px;
  }
}
.fixed #logo a:after {
  opacity: 0;
}
#big-footer {
  background: #273137;
  padding: 40px 0;
  color: #b6bec1;
}
#big-footer .col {
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 768px) {
  #big-footer .col {
    padding: 0 20px 50px 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #big-footer .last {
    padding-bottom: 0;
  }
}
#big-footer h2 {
  color: #ffffff;
}
#big-footer h5 {
  color: #13cfdd;
}
#big-footer a {
  display: block;
  color: #b6bec1;
  font-weight: 100;
  font-size: 14px;
  text-decoration: none !important;
}
#big-footer a h2 {
  color: #ffffff;
  font-weight: 100;
  margin: 0 0 20px 0;
  padding: 0;
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
#big-footer a h5 {
  color: #13cfdd;
  font-weight: 100;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
#big-footer a span {
  display: block;
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
#big-footer a:hover {
  text-decoration: none;
}
#big-footer a:hover h2,
#big-footer a:hover h5,
#big-footer a:hover span {
  opacity: 0.75;
}
footer {
  background: #273137;
  font-size: 12px;
  color: #b6bec1;
}
footer a {
  color: #b6bec1;
  text-decoration: none;
  font-weight: 100;
}
footer a:hover {
  color: #b6bec1;
  font-weight: 100;
}
@media only screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
}
footer .right {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .right {
    text-align: center;
    display: none;
  }
}
.sidebar {
  padding-top: 15px;
}
.widget {
  padding: 0;
  margin: 0;
}
.widget .widget-title {
  border-bottom: 2px solid #44555f;
  display: inline-block;
}
.widget .widget-inner {
  margin: -2px 0 0 0;
  padding: 8px 30px;
  border-top: 2px solid #dbe0e4;
  background: #f1f4f4;
  color: #273137;
  font-size: 14px;
}
.widget a {
  color: #000000;
}
.widget a:hover {
  color: #ffffff;
}
.widget .button {
  position: relative;
  display: block;
  padding: 12px;
  margin: 0 -30px -30px -30px;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px !important;
  font-family: "Avenir LT W01_55 Roman", Sans-Serif !important;
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  background-color: #25a6b1;
  text-decoration: none !important;
}
.widget .button:hover {
  color: #ffffff;
  background-color: #28989f;
  text-decoration: none !important;
  background-image: none;
  box-shadow: none;
}
.sidebar-left .widget-inner {
  background: #ffffff;
}
.sidebar-left .span_9_of_12 {
  float: right;
  margin: 1% 0 0 0;
}
.sidebar-left .span_3_of_12 {
  float: left;
  margin: 1% 1.6% 0 0;
}
@media only screen and (max-width: 768px) {
  .sidebar-left .span_3_of_12 {
    display: none;
  }
}
.widget_categories {
  margin-bottom: 20px;
}
.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_categories ul li a {
  color: #000000;
  text-decoration: none;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: block;
}
.widget_categories ul li a:hover,
.widget_categories ul li.current-cat a {
  color: #ffffff;
}
.widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_recent_entries ul li {
  padding: 10px 5px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: block;
}
.widget_recent_entries ul li .post-date {
  font-size: 0.7em;
  display: block;
}
.widget_recent_entries ul li a {
  color: #000000;
  text-decoration: none;
}
.widget_recent_entries ul li a:hover,
.widget_recent_entries ul li.current-cat a {
  color: #ffffff;
}
.widget_calendar {
  padding: 20px 0;
}
#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  background: #f5f5f5;
  padding: 4px;
  border: 1px solid #ffffff;
  text-align: center;
}
#wp-calendar tbody td:hover {
  background: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar a {
  text-decoration: none;
}
#wp-calendar tfoot #next {
  text-align: right;
  font-style: normal;
}
#wp-calendar tfoot #prev {
  padding-top: 10px;
  font-style: normal;
}
#wp-calendar tfoot #next {
  text-align: right;
  font-style: normal;
}
.widget_tag_cloud a {
  line-height: 1.5em;
  padding-right: 5px;
  text-decoration: none;
}
.widget_tag_cloud a:hover {
  text-decoration: underline;
}
.widget .menu {
  margin: 0 -30px 0 -30px;
  padding: 0;
  font-size: 13px;
  font-family: "Avenir LT W01_35 Light", Sans-Serif;
}
.widget .menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget .menu li a {
  display: block;
  padding: 8px 30px;
  background: #f2f4f3;
  color: #273137;
  text-decoration: none !important;
}
.widget .menu li a:hover {
  color: #00979a;
  text-decoration: none !important;
}
.widget .menu ul {
  background: #e8eae9;
  margin: 0;
  padding: 4px 0;
}
.widget .menu ul li a,
.widget .menu ul li a:visited {
  display: block;
  margin: 0;
  padding: 4px 30px 4px 45px;
  background: #e8eae9;
  color: #273137;
  font-size: 0.9em;
}
.widget .menu ul li a:before {
  content: '';
  position: absolute;
  height: 7px;
  width: 4px;
  margin: 9px 0 0 -12px;
  background: url('../img/sidebar-arrows.png') 0 -7px;
  background-size: 4px auto;
}
.widget .menu ul li a:hover,
.widget .menu ul li.current-menu-item > a {
  color: #00979a;
}
.widget .menu ul li a:hover:before {
  background: url('../img/sidebar-arrows.png') 0 -15px;
  background-size: 4px auto;
}
.widget .menu li.current-menu-item > a:before,
.widget .menu li.current-menu-item > a:hover:before {
  background: url('../img/sidebar-arrows.png') 0 -15px;
  background-size: 4px auto;
}
.widget .menu ul ul li a,
.widget .menu ul ul li a:visited {
  display: block;
  margin: 0;
  padding: 4px 30px 4px 60px;
  background: #e8eae9;
  color: #273137;
  font-size: 0.9em;
}
.widget .menu li.current-menu-item > a {
  color: #00979a;
  background: #ffffff;
  border-left: 4px solid #00979a;
  padding-top: 8px;
  padding-bottom: 8px;
}
.widget .menu li.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 9px;
  margin: 10px 0 0 5px;
  background: url('../img/sidebar-arrows.png') 0 0;
  background-size: 9px auto;
}
.widget .menu li.menu-item-has-children > a:hover:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 9px;
  margin: 10px 0 0 5px;
  background: url('../img/sidebar-arrows.png') 0 -5px;
  background-size: 9px auto;
}
.widget .menu li.current-menu-item.menu-item-has-children > a:after,
.widget .menu li.current-menu-item.menu-item-has-children > a:hover:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 9px;
  margin: 10px 0 0 5px;
  background: url('../img/sidebar-arrows.png') 0 -10px;
  background-size: 9px auto;
}
.widget .menu ul li.current-menu-item > a,
.widget .menu ul ul li.current-menu-item > a {
  color: #00979a;
  border-left: 0;
}
body {
  font-family: "Avenir LT W01_55 Roman", Sans-Serif;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #273137;
  line-height: 1em;
  margin: 0;
  padding: 10px 0;
}
h1 {
  font-family: "Minion W01 Regular", Serif;
  font-size: 60px;
  font-weight: 700;
  color: #273137;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: calc(42px);
    padding-top: 30px;
  }
}
.home article h1 {
  font-family: "Minion W01 Regular", Serif;
  font-size: 30px;
  font-weight: 700;
  color: #273137;
}
@media only screen and (max-width: 768px) {
  .home article h1 {
    font-size: calc(27px);
  }
}
h2 {
  font-family: "Minion W01 Regular", Serif;
  font-size: 30px;
  font-weight: 700;
  color: #273137;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: calc(21px);
  }
}
.page-grid h2,
.latest-posts h2 {
  font-size: 60px;
}
@media only screen and (max-width: 768px) {
  .page-grid h2,
  .latest-posts h2 {
    font-size: calc(42px);
  }
}
h3 {
  font-family: "Minion W01 Regular", Serif;
  font-size: 22px;
  font-weight: 800;
  color: #44555f;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: calc(17.6px);
  }
}
h4 {
  font-family: "Avenir LT W01_55 Roman", Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  color: #44555f;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: calc(14.4px);
  }
}
@media only screen and (max-width: 768px) {
  .home h4 {
    font-size: calc(14.4px);
  }
}
h5 {
  font-family: "Avenir LT W01_55 Roman", Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  color: #44555f;
}
h6 {
  font-family: "Minion W01 Regular", Serif;
  font-size: 14px;
  font-weight: 500;
  color: #44555f;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover,
a h6:hover {
  text-decoration: none !important;
}
a,
a:visited,
a:focus {
  color: #00979a;
  font-weight: 800;
  text-decoration: underline;
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
a:hover,
a:active {
  color: #20a6b3;
  font-weight: 800;
  text-decoration: underline;
}
@font-face {
  font-family: "SSStandard";
  src: url('../webfonts/ss-standard.eot');
  src: url('../webfonts/ss-standard.eot?#iefix') format('embedded-opentype'), url('../webfonts/ss-standard.woff') format('woff'), url('../webfonts/ss-standard.ttf') format('truetype'), url('../webfonts/ss-standard.svg#SSStandard') format('svg');
  font-weight: normal;
  font-style: normal;
}
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}
.ss-icon,
.ss-icon.ss-standard,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"].ss-standard:before,
[class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after,
[class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}
.ss-cursor:before,
.ss-cursor.right:after {
  content: '';
}
.ss-crosshair:before,
.ss-crosshair.right:after {
  content: '⌖';
}
.ss-search:before,
.ss-search.right:after {
  content: '🔎';
}
.ss-zoomin:before,
.ss-zoomin.right:after {
  content: '';
}
.ss-zoomout:before,
.ss-zoomout.right:after {
  content: '';
}
.ss-view:before,
.ss-view.right:after {
  content: '👀';
}
.ss-attach:before,
.ss-attach.right:after {
  content: '📎';
}
.ss-link:before,
.ss-link.right:after {
  content: '🔗';
}
.ss-move:before,
.ss-move.right:after {
  content: '';
}
.ss-write:before,
.ss-write.right:after {
  content: '✎';
}
.ss-writingdisabled:before,
.ss-writingdisabled.right:after {
  content: '';
}
.ss-erase:before,
.ss-erase.right:after {
  content: '✐';
}
.ss-compose:before,
.ss-compose.right:after {
  content: '📝';
}
.ss-lock:before,
.ss-lock.right:after {
  content: '🔒';
}
.ss-unlock:before,
.ss-unlock.right:after {
  content: '🔓';
}
.ss-key:before,
.ss-key.right:after {
  content: '🔑';
}
.ss-backspace:before,
.ss-backspace.right:after {
  content: '⌫';
}
.ss-ban:before,
.ss-ban.right:after {
  content: '🚫';
}
.ss-trash:before,
.ss-trash.right:after {
  content: '';
}
.ss-target:before,
.ss-target.right:after {
  content: '◎';
}
.ss-tag:before,
.ss-tag.right:after {
  content: '';
}
.ss-bookmark:before,
.ss-bookmark.right:after {
  content: '🔖';
}
.ss-flag:before,
.ss-flag.right:after {
  content: '⚑';
}
.ss-like:before,
.ss-like.right:after {
  content: '👍';
}
.ss-dislike:before,
.ss-dislike.right:after {
  content: '👎';
}
.ss-heart:before,
.ss-heart.right:after {
  content: '♥';
}
.ss-halfheart:before,
.ss-halfheart.right:after {
  content: '';
}
.ss-star:before,
.ss-star.right:after {
  content: '⋆';
}
.ss-halfstar:before,
.ss-halfstar.right:after {
  content: '';
}
.ss-sample:before,
.ss-sample.right:after {
  content: '';
}
.ss-crop:before,
.ss-crop.right:after {
  content: '';
}
.ss-layers:before,
.ss-layers.right:after {
  content: '';
}
.ss-fill:before,
.ss-fill.right:after {
  content: '';
}
.ss-stroke:before,
.ss-stroke.right:after {
  content: '';
}
.ss-phone:before,
.ss-phone.right:after {
  content: '📞';
}
.ss-phonedisabled:before,
.ss-phonedisabled.right:after {
  content: '';
}
.ss-rss:before,
.ss-rss.right:after {
  content: '';
}
.ss-facetime:before,
.ss-facetime.right:after {
  content: '';
}
.ss-reply:before,
.ss-reply.right:after {
  content: '↩';
}
.ss-send:before,
.ss-send.right:after {
  content: '';
}
.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}
.ss-inbox:before,
.ss-inbox.right:after {
  content: '📥';
}
.ss-chat:before,
.ss-chat.right:after {
  content: '💬';
}
.ss-ellipsischat:before,
.ss-ellipsischat.right:after {
  content: '';
}
.ss-ellipsis:before,
.ss-ellipsis.right:after {
  content: '…';
}
.ss-user:before,
.ss-user.right:after {
  content: '👤';
}
.ss-femaleuser:before,
.ss-femaleuser.right:after {
  content: '👧';
}
.ss-users:before,
.ss-users.right:after {
  content: '👥';
}
.ss-cart:before,
.ss-cart.right:after {
  content: '';
}
.ss-creditcard:before,
.ss-creditcard.right:after {
  content: '💳';
}
.ss-dollarsign:before,
.ss-dollarsign.right:after {
  content: '💲';
}
.ss-barchart:before,
.ss-barchart.right:after {
  content: '📊';
}
.ss-piechart:before,
.ss-piechart.right:after {
  content: '';
}
.ss-box:before,
.ss-box.right:after {
  content: '📦';
}
.ss-home:before,
.ss-home.right:after {
  content: '⌂';
}
.ss-buildings:before,
.ss-buildings.right:after {
  content: '🏢';
}
.ss-warehouse:before,
.ss-warehouse.right:after {
  content: '';
}
.ss-globe:before,
.ss-globe.right:after {
  content: '🌎';
}
.ss-navigate:before,
.ss-navigate.right:after {
  content: '';
}
.ss-compass:before,
.ss-compass.right:after {
  content: '';
}
.ss-signpost:before,
.ss-signpost.right:after {
  content: '';
}
.ss-map:before,
.ss-map.right:after {
  content: '';
}
.ss-location:before,
.ss-location.right:after {
  content: '';
}
.ss-pin:before,
.ss-pin.right:after {
  content: '📍';
}
.ss-database:before,
.ss-database.right:after {
  content: '';
}
.ss-hdd:before,
.ss-hdd.right:after {
  content: '';
}
.ss-music:before,
.ss-music.right:after {
  content: '♫';
}
.ss-mic:before,
.ss-mic.right:after {
  content: '🎤';
}
.ss-volume:before,
.ss-volume.right:after {
  content: '🔈';
}
.ss-lowvolume:before,
.ss-lowvolume.right:after {
  content: '🔉';
}
.ss-highvolume:before,
.ss-highvolume.right:after {
  content: '🔊';
}
.ss-airplay:before,
.ss-airplay.right:after {
  content: '';
}
.ss-camera:before,
.ss-camera.right:after {
  content: '📷';
}
.ss-picture:before,
.ss-picture.right:after {
  content: '🌄';
}
.ss-video:before,
.ss-video.right:after {
  content: '📹';
}
.ss-play:before,
.ss-play.right:after {
  content: '▶';
}
.ss-pause:before,
.ss-pause.right:after {
  content: '';
}
.ss-stop:before,
.ss-stop.right:after {
  content: '■';
}
.ss-record:before,
.ss-record.right:after {
  content: '●';
}
.ss-rewind:before,
.ss-rewind.right:after {
  content: '⏪';
}
.ss-fastforward:before,
.ss-fastforward.right:after {
  content: '⏩';
}
.ss-skipback:before,
.ss-skipback.right:after {
  content: '⏮';
}
.ss-skipforward:before,
.ss-skipforward.right:after {
  content: '⏭';
}
.ss-eject:before,
.ss-eject.right:after {
  content: '⏏';
}
.ss-repeat:before,
.ss-repeat.right:after {
  content: '🔁';
}
.ss-replay:before,
.ss-replay.right:after {
  content: '↺';
}
.ss-shuffle:before,
.ss-shuffle.right:after {
  content: '🔀';
}
.ss-book:before,
.ss-book.right:after {
  content: '📕';
}
.ss-openbook:before,
.ss-openbook.right:after {
  content: '📖';
}
.ss-notebook:before,
.ss-notebook.right:after {
  content: '📓';
}
.ss-newspaper:before,
.ss-newspaper.right:after {
  content: '📰';
}
.ss-grid:before,
.ss-grid.right:after {
  content: '';
}
.ss-rows:before,
.ss-rows.right:after {
  content: '';
}
.ss-columns:before,
.ss-columns.right:after {
  content: '';
}
.ss-thumbnails:before,
.ss-thumbnails.right:after {
  content: '';
}
.ss-filter:before,
.ss-filter.right:after {
  content: '';
}
.ss-desktop:before,
.ss-desktop.right:after {
  content: '💻';
}
.ss-laptop:before,
.ss-laptop.right:after {
  content: '';
}
.ss-tablet:before,
.ss-tablet.right:after {
  content: '';
}
.ss-cell:before,
.ss-cell.right:after {
  content: '📱';
}
.ss-battery:before,
.ss-battery.right:after {
  content: '🔋';
}
.ss-highbattery:before,
.ss-highbattery.right:after {
  content: '';
}
.ss-mediumbattery:before,
.ss-mediumbattery.right:after {
  content: '';
}
.ss-lowbattery:before,
.ss-lowbattery.right:after {
  content: '';
}
.ss-emptybattery:before,
.ss-emptybattery.right:after {
  content: '';
}
.ss-lightbulb:before,
.ss-lightbulb.right:after {
  content: '💡';
}
.ss-downloadcloud:before,
.ss-downloadcloud.right:after {
  content: '';
}
.ss-download:before,
.ss-download.right:after {
  content: '';
}
.ss-uploadcloud:before,
.ss-uploadcloud.right:after {
  content: '';
}
.ss-upload:before,
.ss-upload.right:after {
  content: '';
}
.ss-fork:before,
.ss-fork.right:after {
  content: '';
}
.ss-merge:before,
.ss-merge.right:after {
  content: '';
}
.ss-transfer:before,
.ss-transfer.right:after {
  content: '⇆';
}
.ss-refresh:before,
.ss-refresh.right:after {
  content: '↻';
}
.ss-sync:before,
.ss-sync.right:after {
  content: '';
}
.ss-loading:before,
.ss-loading.right:after {
  content: '';
}
.ss-wifi:before,
.ss-wifi.right:after {
  content: '';
}
.ss-connection:before,
.ss-connection.right:after {
  content: '';
}
.ss-file:before,
.ss-file.right:after {
  content: '📄';
}
.ss-folder:before,
.ss-folder.right:after {
  content: '📁';
}
.ss-quote:before,
.ss-quote.right:after {
  content: '“';
}
.ss-text:before,
.ss-text.right:after {
  content: '';
}
.ss-font:before,
.ss-font.right:after {
  content: '';
}
.ss-print:before,
.ss-print.right:after {
  content: '⎙';
}
.ss-fax:before,
.ss-fax.right:after {
  content: '📠';
}
.ss-list:before,
.ss-list.right:after {
  content: '';
}
.ss-layout:before,
.ss-layout.right:after {
  content: '';
}
.ss-action:before,
.ss-action.right:after {
  content: '';
}
.ss-redirect:before,
.ss-redirect.right:after {
  content: '↪';
}
.ss-expand:before,
.ss-expand.right:after {
  content: '⤢';
}
.ss-contract:before,
.ss-contract.right:after {
  content: '';
}
.ss-help:before,
.ss-help.right:after {
  content: '❓';
}
.ss-info:before,
.ss-info.right:after {
  content: 'ℹ';
}
.ss-alert:before,
.ss-alert.right:after {
  content: '⚠';
}
.ss-caution:before,
.ss-caution.right:after {
  content: '⛔';
}
.ss-logout:before,
.ss-logout.right:after {
  content: '';
}
.ss-plus:before,
.ss-plus.right:after {
  content: '+';
}
.ss-hyphen:before,
.ss-hyphen.right:after {
  content: '-';
}
.ss-check:before,
.ss-check.right:after {
  content: '✓';
}
.ss-delete:before,
.ss-delete.right:after {
  content: '␡';
}
.ss-settings:before,
.ss-settings.right:after {
  content: '⚙';
}
.ss-dashboard:before,
.ss-dashboard.right:after {
  content: '';
}
.ss-notifications:before,
.ss-notifications.right:after {
  content: '🔔';
}
.ss-notificationsdisabled:before,
.ss-notificationsdisabled.right:after {
  content: '🔕';
}
.ss-clock:before,
.ss-clock.right:after {
  content: '⏲';
}
.ss-stopwatch:before,
.ss-stopwatch.right:after {
  content: '⏱';
}
.ss-calendar:before,
.ss-calendar.right:after {
  content: '📅';
}
.ss-addcalendar:before,
.ss-addcalendar.right:after {
  content: '';
}
.ss-removecalendar:before,
.ss-removecalendar.right:after {
  content: '';
}
.ss-checkcalendar:before,
.ss-checkcalendar.right:after {
  content: '';
}
.ss-deletecalendar:before,
.ss-deletecalendar.right:after {
  content: '';
}
.ss-briefcase:before,
.ss-briefcase.right:after {
  content: '💼';
}
.ss-cloud:before,
.ss-cloud.right:after {
  content: '☁';
}
.ss-droplet:before,
.ss-droplet.right:after {
  content: '💧';
}
.ss-flask:before,
.ss-flask.right:after {
  content: '';
}
.ss-up:before,
.ss-up.right:after {
  content: '⬆';
}
.ss-upright:before,
.ss-upright.right:after {
  content: '⬈';
}
.ss-right:before,
.ss-right.right:after {
  content: '➡';
}
.ss-downright:before,
.ss-downright.right:after {
  content: '⬊';
}
.ss-down:before,
.ss-down.right:after {
  content: '⬇';
}
.ss-downleft:before,
.ss-downleft.right:after {
  content: '⬋';
}
.ss-left:before,
.ss-left.right:after {
  content: '⬅';
}
.ss-upleft:before,
.ss-upleft.right:after {
  content: '⬉';
}
.ss-navigateup:before,
.ss-navigateup.right:after {
  content: '';
}
.ss-navigateright:before,
.ss-navigateright.right:after {
  content: '▻';
}
.ss-navigatedown:before,
.ss-navigatedown.right:after {
  content: '';
}
.ss-navigateleft:before,
.ss-navigateleft.right:after {
  content: '◅';
}
.ss-directup:before,
.ss-directup.right:after {
  content: '▴';
}
.ss-directright:before,
.ss-directright.right:after {
  content: '▹';
}
.ss-dropdown:before,
.ss-dropdown.right:after {
  content: '▾';
}
.ss-directleft:before,
.ss-directleft.right:after {
  content: '◃';
}
.ss-retweet:before,
.ss-retweet.right:after {
  content: '';
}
.ss-volumelow:before,
.ss-volumelow.right:after {
  content: '🔉';
}
.ss-volumehigh:before,
.ss-volumehigh.right:after {
  content: '🔊';
}
.ss-batteryhigh:before,
.ss-batteryhigh.right:after {
  content: '';
}
.ss-batterymedium:before,
.ss-batterymedium.right:after {
  content: '';
}
.ss-batterylow:before,
.ss-batterylow.right:after {
  content: '';
}
.ss-batteryempty:before,
.ss-batteryempty.right:after {
  content: '';
}
.ss-clouddownload:before,
.ss-clouddownload.right:after {
  content: '';
}
.ss-cloudupload:before,
.ss-cloudupload.right:after {
  content: '';
}
.ss-calendaradd:before,
.ss-calendaradd.right:after {
  content: '';
}
.ss-calendarremove:before,
.ss-calendarremove.right:after {
  content: '';
}
.ss-calendarcheck:before,
.ss-calendarcheck.right:after {
  content: '';
}
.ss-calendardelete:before,
.ss-calendardelete.right:after {
  content: '';
}
@font-face {
  font-family: "SSSymbolicons";
  src: url('../webfonts/ss-symbolicons-block.eot');
  src: url('../webfonts/ss-symbolicons-block.eot?#iefix') format('embedded-opentype'), url('../webfonts/ss-symbolicons-block.woff') format('woff'), url('../webfonts/ss-symbolicons-block.ttf') format('truetype'), url('../webfonts/ss-symbolicons-block.svg#SSSymboliconsBlock') format('svg');
  font-weight: normal;
  font-style: normal;
}
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}
.ss-icon,
.ss-icon.ss-symbolicons-block,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"].ss-symbolicons-block:before,
[class*=" ss-"].ss-symbolicons-block:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"].ss-symbolicons-block.right:after,
[class*=" ss-"].ss-symbolicons-block.right:after {
  font-family: "SSSymbolicons";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}
.ss-crosshair:before,
.ss-crosshair.right:after {
  content: '⌖';
}
.ss-search:before,
.ss-search.right:after {
  content: '🔍';
}
.ss-zoomin:before,
.ss-zoomin.right:after {
  content: '';
}
.ss-zoomout:before,
.ss-zoomout.right:after {
  content: '';
}
.ss-binoculars:before,
.ss-binoculars.right:after {
  content: '';
}
.ss-incognito:before,
.ss-incognito.right:after {
  content: '';
}
.ss-radar:before,
.ss-radar.right:after {
  content: '';
}
.ss-raisedhand:before,
.ss-raisedhand.right:after {
  content: '✋';
}
.ss-attach:before,
.ss-attach.right:after {
  content: '📎';
}
.ss-link:before,
.ss-link.right:after {
  content: '🔗';
}
.ss-write:before,
.ss-write.right:after {
  content: '✎';
}
.ss-compose:before,
.ss-compose.right:after {
  content: '📝';
}
.ss-lock:before,
.ss-lock.right:after {
  content: '🔒';
}
.ss-unlock:before,
.ss-unlock.right:after {
  content: '🔓';
}
.ss-key:before,
.ss-key.right:after {
  content: '🔑';
}
.ss-backspace:before,
.ss-backspace.right:after {
  content: '⌫';
}
.ss-ban:before,
.ss-ban.right:after {
  content: '🚫';
}
.ss-nosmoking:before,
.ss-nosmoking.right:after {
  content: '🚭';
}
.ss-trash:before,
.ss-trash.right:after {
  content: '🗑';
}
.ss-target:before,
.ss-target.right:after {
  content: '◎';
}
.ss-stopsign:before,
.ss-stopsign.right:after {
  content: '';
}
.ss-radioactive:before,
.ss-radioactive.right:after {
  content: '☢';
}
.ss-skull:before,
.ss-skull.right:after {
  content: '💀';
}
.ss-skullandcrossbones:before,
.ss-skullandcrossbones.right:after {
  content: '☠';
}
.ss-lightning:before,
.ss-lightning.right:after {
  content: '☇';
}
.ss-tag:before,
.ss-tag.right:after {
  content: '🏷';
}
.ss-newtag:before,
.ss-newtag.right:after {
  content: '';
}
.ss-flag:before,
.ss-flag.right:after {
  content: '⚑';
}
.ss-like:before,
.ss-like.right:after {
  content: '👍';
}
.ss-dislike:before,
.ss-dislike.right:after {
  content: '👎';
}
.ss-heart:before,
.ss-heart.right:after {
  content: '♥';
}
.ss-addheart:before,
.ss-addheart.right:after {
  content: '';
}
.ss-deleteheart:before,
.ss-deleteheart.right:after {
  content: '💔';
}
.ss-star:before,
.ss-star.right:after {
  content: '⋆';
}
.ss-trophy:before,
.ss-trophy.right:after {
  content: '🏆';
}
.ss-award:before,
.ss-award.right:after {
  content: '';
}
.ss-ribbon:before,
.ss-ribbon.right:after {
  content: '🎀';
}
.ss-medal:before,
.ss-medal.right:after {
  content: '🎖';
}
.ss-badge:before,
.ss-badge.right:after {
  content: '📛';
}
.ss-crown:before,
.ss-crown.right:after {
  content: '👑';
}
.ss-bullseye:before,
.ss-bullseye.right:after {
  content: '🎯';
}
.ss-sample:before,
.ss-sample.right:after {
  content: '';
}
.ss-crop:before,
.ss-crop.right:after {
  content: '';
}
.ss-layers:before,
.ss-layers.right:after {
  content: '';
}
.ss-magicwand:before,
.ss-magicwand.right:after {
  content: '';
}
.ss-cut:before,
.ss-cut.right:after {
  content: '✂';
}
.ss-cutpaste:before,
.ss-cutpaste.right:after {
  content: '';
}
.ss-clipboard:before,
.ss-clipboard.right:after {
  content: '📋';
}
.ss-rules:before,
.ss-rules.right:after {
  content: '📏';
}
.ss-rulerpencil:before,
.ss-rulerpencil.right:after {
  content: '';
}
.ss-gridlines:before,
.ss-gridlines.right:after {
  content: '';
}
.ss-pen:before,
.ss-pen.right:after {
  content: '✒';
}
.ss-pencilbrush:before,
.ss-pencilbrush.right:after {
  content: '';
}
.ss-pencilbrushpen:before,
.ss-pencilbrushpen.right:after {
  content: '';
}
.ss-brush:before,
.ss-brush.right:after {
  content: '';
}
.ss-paintroller:before,
.ss-paintroller.right:after {
  content: '';
}
.ss-fill:before,
.ss-fill.right:after {
  content: '';
}
.ss-stroke:before,
.ss-stroke.right:after {
  content: '';
}
.ss-ink:before,
.ss-ink.right:after {
  content: '';
}
.ss-crayons:before,
.ss-crayons.right:after {
  content: '';
}
.ss-palette:before,
.ss-palette.right:after {
  content: '🎨';
}
.ss-fliphorizontally:before,
.ss-fliphorizontally.right:after {
  content: '';
}
.ss-flipvertically:before,
.ss-flipvertically.right:after {
  content: '';
}
.ss-effects:before,
.ss-effects.right:after {
  content: '';
}
.ss-bezier:before,
.ss-bezier.right:after {
  content: '';
}
.ss-pixels:before,
.ss-pixels.right:after {
  content: '';
}
.ss-phone:before,
.ss-phone.right:after {
  content: '📞';
}
.ss-rotaryphone:before,
.ss-rotaryphone.right:after {
  content: '☎';
}
.ss-touchtonephone:before,
.ss-touchtonephone.right:after {
  content: '☏';
}
.ss-phonebook:before,
.ss-phonebook.right:after {
  content: '';
}
.ss-voicemail:before,
.ss-voicemail.right:after {
  content: '⌕';
}
.ss-headset:before,
.ss-headset.right:after {
  content: '';
}
.ss-megaphone:before,
.ss-megaphone.right:after {
  content: '📢';
}
.ss-rss:before,
.ss-rss.right:after {
  content: '';
}
.ss-satellitedish:before,
.ss-satellitedish.right:after {
  content: '📡';
}
.ss-podcast:before,
.ss-podcast.right:after {
  content: '';
}
.ss-mailbox:before,
.ss-mailbox.right:after {
  content: '📫';
}
.ss-send:before,
.ss-send.right:after {
  content: '🖅';
}
.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}
.ss-incomingmail:before,
.ss-incomingmail.right:after {
  content: '📩';
}
.ss-inbox:before,
.ss-inbox.right:after {
  content: '📥';
}
.ss-inboxes:before,
.ss-inboxes.right:after {
  content: '';
}
.ss-outbox:before,
.ss-outbox.right:after {
  content: '📤';
}
.ss-stamp:before,
.ss-stamp.right:after {
  content: '';
}
.ss-chat:before,
.ss-chat.right:after {
  content: '💬';
}
.ss-chats:before,
.ss-chats.right:after {
  content: '🗪';
}
.ss-textchat:before,
.ss-textchat.right:after {
  content: '';
}
.ss-exclamationchat:before,
.ss-exclamationchat.right:after {
  content: '';
}
.ss-questionchat:before,
.ss-questionchat.right:after {
  content: '';
}
.ss-ellipsischat:before,
.ss-ellipsischat.right:after {
  content: '';
}
.ss-sleep:before,
.ss-sleep.right:after {
  content: '💤';
}
.ss-ampersand:before,
.ss-ampersand.right:after {
  content: '&';
}
.ss-smile:before,
.ss-smile.right:after {
  content: '☻';
}
.ss-frown:before,
.ss-frown.right:after {
  content: '☹';
}
.ss-toothsmile:before,
.ss-toothsmile.right:after {
  content: '😃';
}
.ss-toothlesssmile:before,
.ss-toothlesssmile.right:after {
  content: '😀';
}
.ss-user:before,
.ss-user.right:after {
  content: '👤';
}
.ss-users:before,
.ss-users.right:after {
  content: '👥';
}
.ss-usergroup:before,
.ss-usergroup.right:after {
  content: '';
}
.ss-adduser:before,
.ss-adduser.right:after {
  content: '';
}
.ss-removeuser:before,
.ss-removeuser.right:after {
  content: '';
}
.ss-deleteuser:before,
.ss-deleteuser.right:after {
  content: '';
}
.ss-heartuser:before,
.ss-heartuser.right:after {
  content: '';
}
.ss-males:before,
.ss-males.right:after {
  content: '👬';
}
.ss-females:before,
.ss-females.right:after {
  content: '👭';
}
.ss-malefemale:before,
.ss-malefemale.right:after {
  content: '👫';
}
.ss-userportrait:before,
.ss-userportrait.right:after {
  content: '';
}
.ss-userframe:before,
.ss-userframe.right:after {
  content: '';
}
.ss-usersframe:before,
.ss-usersframe.right:after {
  content: '';
}
.ss-baby:before,
.ss-baby.right:after {
  content: '👶';
}
.ss-swaddledbaby:before,
.ss-swaddledbaby.right:after {
  content: '';
}
.ss-robot:before,
.ss-robot.right:after {
  content: '';
}
.ss-happyrobot:before,
.ss-happyrobot.right:after {
  content: '';
}
.ss-alien:before,
.ss-alien.right:after {
  content: '👽';
}
.ss-ghost:before,
.ss-ghost.right:after {
  content: '👻';
}
.ss-userprofile:before,
.ss-userprofile.right:after {
  content: '';
}
.ss-contacts:before,
.ss-contacts.right:after {
  content: '📇';
}
.ss-addressbook:before,
.ss-addressbook.right:after {
  content: '📑';
}
.ss-footsteps:before,
.ss-footsteps.right:after {
  content: '👣';
}
.ss-cart:before,
.ss-cart.right:after {
  content: '';
}
.ss-shoppingbag:before,
.ss-shoppingbag.right:after {
  content: '🛍';
}
.ss-gift:before,
.ss-gift.right:after {
  content: '🎁';
}
.ss-store:before,
.ss-store.right:after {
  content: '🏪';
}
.ss-cashregister:before,
.ss-cashregister.right:after {
  content: '';
}
.ss-safe:before,
.ss-safe.right:after {
  content: '';
}
.ss-bill:before,
.ss-bill.right:after {
  content: '';
}
.ss-creditcard:before,
.ss-creditcard.right:after {
  content: '💳';
}
.ss-dollarsign:before,
.ss-dollarsign.right:after {
  content: '$';
}
.ss-eurosign:before,
.ss-eurosign.right:after {
  content: '€';
}
.ss-poundsign:before,
.ss-poundsign.right:after {
  content: '£';
}
.ss-yensign:before,
.ss-yensign.right:after {
  content: '¥';
}
.ss-banknote:before,
.ss-banknote.right:after {
  content: '💵';
}
.ss-eurobanknote:before,
.ss-eurobanknote.right:after {
  content: '💶';
}
.ss-poundbanknote:before,
.ss-poundbanknote.right:after {
  content: '💷';
}
.ss-yenbanknote:before,
.ss-yenbanknote.right:after {
  content: '💴';
}
.ss-coins:before,
.ss-coins.right:after {
  content: '';
}
.ss-moneybag:before,
.ss-moneybag.right:after {
  content: '💰';
}
.ss-calculator:before,
.ss-calculator.right:after {
  content: '🖩';
}
.ss-bank:before,
.ss-bank.right:after {
  content: '🏦';
}
.ss-scales:before,
.ss-scales.right:after {
  content: '⚖';
}
.ss-gavel:before,
.ss-gavel.right:after {
  content: '';
}
.ss-meeting:before,
.ss-meeting.right:after {
  content: '';
}
.ss-barchart:before,
.ss-barchart.right:after {
  content: '📊';
}
.ss-piechart:before,
.ss-piechart.right:after {
  content: '';
}
.ss-activity:before,
.ss-activity.right:after {
  content: '';
}
.ss-flowchart:before,
.ss-flowchart.right:after {
  content: '';
}
.ss-box:before,
.ss-box.right:after {
  content: '📦';
}
.ss-crate:before,
.ss-crate.right:after {
  content: '';
}
.ss-hook:before,
.ss-hook.right:after {
  content: '';
}
.ss-weight:before,
.ss-weight.right:after {
  content: '';
}
.ss-home:before,
.ss-home.right:after {
  content: '⌂';
}
.ss-fence:before,
.ss-fence.right:after {
  content: '';
}
.ss-buildings:before,
.ss-buildings.right:after {
  content: '🏢';
}
.ss-bridge:before,
.ss-bridge.right:after {
  content: '';
}
.ss-barn:before,
.ss-barn.right:after {
  content: '';
}
.ss-lodging:before,
.ss-lodging.right:after {
  content: '🏨';
}
.ss-warehouse:before,
.ss-warehouse.right:after {
  content: '';
}
.ss-school:before,
.ss-school.right:after {
  content: '🏫';
}
.ss-castle:before,
.ss-castle.right:after {
  content: '🏰';
}
.ss-earth:before,
.ss-earth.right:after {
  content: '🌎';
}
.ss-globe:before,
.ss-globe.right:after {
  content: '🌐';
}
.ss-compass:before,
.ss-compass.right:after {
  content: '';
}
.ss-signpost:before,
.ss-signpost.right:after {
  content: '';
}
.ss-map:before,
.ss-map.right:after {
  content: '';
}
.ss-location:before,
.ss-location.right:after {
  content: '';
}
.ss-pushpin:before,
.ss-pushpin.right:after {
  content: '📌';
}
.ss-code:before,
.ss-code.right:after {
  content: '';
}
.ss-floppydisk:before,
.ss-floppydisk.right:after {
  content: '💾';
}
.ss-script:before,
.ss-script.right:after {
  content: '';
}
.ss-playscript:before,
.ss-playscript.right:after {
  content: '';
}
.ss-stopscript:before,
.ss-stopscript.right:after {
  content: '';
}
.ss-recordscript:before,
.ss-recordscript.right:after {
  content: '';
}
.ss-bug:before,
.ss-bug.right:after {
  content: '🐛';
}
.ss-puzzle:before,
.ss-puzzle.right:after {
  content: '';
}
.ss-window:before,
.ss-window.right:after {
  content: '🗔';
}
.ss-database:before,
.ss-database.right:after {
  content: '';
}
.ss-adddatabase:before,
.ss-adddatabase.right:after {
  content: '';
}
.ss-deletedatabase:before,
.ss-deletedatabase.right:after {
  content: '';
}
.ss-hdd:before,
.ss-hdd.right:after {
  content: '';
}
.ss-networkhdd:before,
.ss-networkhdd.right:after {
  content: '';
}
.ss-downloadhdd:before,
.ss-downloadhdd.right:after {
  content: '';
}
.ss-airplay:before,
.ss-airplay.right:after {
  content: '';
}
.ss-music:before,
.ss-music.right:after {
  content: '♫';
}
.ss-guitar:before,
.ss-guitar.right:after {
  content: '🎸';
}
.ss-mic:before,
.ss-mic.right:after {
  content: '🎤';
}
.ss-headphones:before,
.ss-headphones.right:after {
  content: '🎧';
}
.ss-volume:before,
.ss-volume.right:after {
  content: '🔈';
}
.ss-radio:before,
.ss-radio.right:after {
  content: '📻';
}
.ss-phonograph:before,
.ss-phonograph.right:after {
  content: '';
}
.ss-disc:before,
.ss-disc.right:after {
  content: '💿';
}
.ss-discs:before,
.ss-discs.right:after {
  content: '';
}
.ss-playlist:before,
.ss-playlist.right:after {
  content: '';
}
.ss-musichome:before,
.ss-musichome.right:after {
  content: '';
}
.ss-itunes:before,
.ss-itunes.right:after {
  content: '';
}
.ss-camera:before,
.ss-camera.right:after {
  content: '📷';
}
.ss-picture:before,
.ss-picture.right:after {
  content: '🌄';
}
.ss-pictures:before,
.ss-pictures.right:after {
  content: '';
}
.ss-searchpicture:before,
.ss-searchpicture.right:after {
  content: '';
}
.ss-video:before,
.ss-video.right:after {
  content: '📹';
}
.ss-clapboard:before,
.ss-clapboard.right:after {
  content: '🎬';
}
.ss-film:before,
.ss-film.right:after {
  content: '🎞';
}
.ss-filmroll:before,
.ss-filmroll.right:after {
  content: '';
}
.ss-playfilm:before,
.ss-playfilm.right:after {
  content: '';
}
.ss-tv:before,
.ss-tv.right:after {
  content: '📺';
}
.ss-flatscreen:before,
.ss-flatscreen.right:after {
  content: '';
}
.ss-projector:before,
.ss-projector.right:after {
  content: '';
}
.ss-videogame:before,
.ss-videogame.right:after {
  content: '🎮';
}
.ss-joystick:before,
.ss-joystick.right:after {
  content: '🕹';
}
.ss-cartridge:before,
.ss-cartridge.right:after {
  content: '';
}
.ss-play:before,
.ss-play.right:after {
  content: '▶';
}
.ss-pause:before,
.ss-pause.right:after {
  content: '';
}
.ss-stop:before,
.ss-stop.right:after {
  content: '■';
}
.ss-record:before,
.ss-record.right:after {
  content: '●';
}
.ss-rewind:before,
.ss-rewind.right:after {
  content: '⏪';
}
.ss-fastforward:before,
.ss-fastforward.right:after {
  content: '⏩';
}
.ss-skipback:before,
.ss-skipback.right:after {
  content: '⏮';
}
.ss-skipforward:before,
.ss-skipforward.right:after {
  content: '⏭';
}
.ss-eject:before,
.ss-eject.right:after {
  content: '⏏';
}
.ss-shuffle:before,
.ss-shuffle.right:after {
  content: '🔀';
}
.ss-filecabinet:before,
.ss-filecabinet.right:after {
  content: '🗄';
}
.ss-storagebox:before,
.ss-storagebox.right:after {
  content: '';
}
.ss-books:before,
.ss-books.right:after {
  content: '📚';
}
.ss-bookspencil:before,
.ss-bookspencil.right:after {
  content: '';
}
.ss-openbook:before,
.ss-openbook.right:after {
  content: '📖';
}
.ss-bookinsert:before,
.ss-bookinsert.right:after {
  content: '';
}
.ss-notebook:before,
.ss-notebook.right:after {
  content: '📓';
}
.ss-ledger:before,
.ss-ledger.right:after {
  content: '📒';
}
.ss-album:before,
.ss-album.right:after {
  content: '';
}
.ss-newspaper:before,
.ss-newspaper.right:after {
  content: '📰';
}
.ss-spiralbound:before,
.ss-spiralbound.right:after {
  content: '🗒';
}
.ss-notepad:before,
.ss-notepad.right:after {
  content: '';
}
.ss-notice:before,
.ss-notice.right:after {
  content: '';
}
.ss-grid:before,
.ss-grid.right:after {
  content: '';
}
.ss-thumbnails:before,
.ss-thumbnails.right:after {
  content: '';
}
.ss-menu:before,
.ss-menu.right:after {
  content: '';
}
.ss-filter:before,
.ss-filter.right:after {
  content: '';
}
.ss-desktop:before,
.ss-desktop.right:after {
  content: '💻';
}
.ss-laptop:before,
.ss-laptop.right:after {
  content: '';
}
.ss-tablet:before,
.ss-tablet.right:after {
  content: '';
}
.ss-cell:before,
.ss-cell.right:after {
  content: '📱';
}
.ss-cellbars:before,
.ss-cellbars.right:after {
  content: '📶';
}
.ss-battery:before,
.ss-battery.right:after {
  content: '🔋';
}
.ss-mediumbattery:before,
.ss-mediumbattery.right:after {
  content: '';
}
.ss-emptybattery:before,
.ss-emptybattery.right:after {
  content: '';
}
.ss-chargingbattery:before,
.ss-chargingbattery.right:after {
  content: '';
}
.ss-screwdrivermobile:before,
.ss-screwdrivermobile.right:after {
  content: '';
}
.ss-brushmobile:before,
.ss-brushmobile.right:after {
  content: '';
}
.ss-pencilmobile:before,
.ss-pencilmobile.right:after {
  content: '';
}
.ss-door:before,
.ss-door.right:after {
  content: '🚪';
}
.ss-washer:before,
.ss-washer.right:after {
  content: '';
}
.ss-dryer:before,
.ss-dryer.right:after {
  content: '';
}
.ss-birdhouse:before,
.ss-birdhouse.right:after {
  content: '';
}
.ss-toilet:before,
.ss-toilet.right:after {
  content: '🚽';
}
.ss-toiletpaper:before,
.ss-toiletpaper.right:after {
  content: '';
}
.ss-spraybottle:before,
.ss-spraybottle.right:after {
  content: '';
}
.ss-lightbulb:before,
.ss-lightbulb.right:after {
  content: '💡';
}
.ss-cfl:before,
.ss-cfl.right:after {
  content: '';
}
.ss-flashlight:before,
.ss-flashlight.right:after {
  content: '🔦';
}
.ss-candle:before,
.ss-candle.right:after {
  content: '';
}
.ss-flame:before,
.ss-flame.right:after {
  content: '';
}
.ss-campfire:before,
.ss-campfire.right:after {
  content: '🔥';
}
.ss-fireplace:before,
.ss-fireplace.right:after {
  content: '';
}
.ss-lamp:before,
.ss-lamp.right:after {
  content: '';
}
.ss-chair:before,
.ss-chair.right:after {
  content: '';
}
.ss-seat:before,
.ss-seat.right:after {
  content: '💺';
}
.ss-picnictable:before,
.ss-picnictable.right:after {
  content: '';
}
.ss-frame:before,
.ss-frame.right:after {
  content: '🖼';
}
.ss-heartframe:before,
.ss-heartframe.right:after {
  content: '💟';
}
.ss-starframe:before,
.ss-starframe.right:after {
  content: '';
}
.ss-treeframe:before,
.ss-treeframe.right:after {
  content: '';
}
.ss-flowerframe:before,
.ss-flowerframe.right:after {
  content: '';
}
.ss-questionframe:before,
.ss-questionframe.right:after {
  content: '';
}
.ss-utensilsframe:before,
.ss-utensilsframe.right:after {
  content: '';
}
.ss-rings:before,
.ss-rings.right:after {
  content: '💍';
}
.ss-balloons:before,
.ss-balloons.right:after {
  content: '🎈';
}
.ss-fireworks:before,
.ss-fireworks.right:after {
  content: '🎆';
}
.ss-easteregg:before,
.ss-easteregg.right:after {
  content: '';
}
.ss-jackolantern:before,
.ss-jackolantern.right:after {
  content: '🎃';
}
.ss-menorah:before,
.ss-menorah.right:after {
  content: '';
}
.ss-christmastree:before,
.ss-christmastree.right:after {
  content: '🎄';
}
.ss-teddy:before,
.ss-teddy.right:after {
  content: '';
}
.ss-blocks:before,
.ss-blocks.right:after {
  content: '';
}
.ss-rattle:before,
.ss-rattle.right:after {
  content: '';
}
.ss-diaper:before,
.ss-diaper.right:after {
  content: '';
}
.ss-pailshovel:before,
.ss-pailshovel.right:after {
  content: '';
}
.ss-sweep:before,
.ss-sweep.right:after {
  content: '';
}
.ss-headstone:before,
.ss-headstone.right:after {
  content: '⛼';
}
.ss-chess:before,
.ss-chess.right:after {
  content: '♞';
}
.ss-onedie:before,
.ss-onedie.right:after {
  content: '⚀';
}
.ss-twodie:before,
.ss-twodie.right:after {
  content: '⚁';
}
.ss-threedie:before,
.ss-threedie.right:after {
  content: '⚂';
}
.ss-fourdie:before,
.ss-fourdie.right:after {
  content: '⚃';
}
.ss-fivedie:before,
.ss-fivedie.right:after {
  content: '⚄';
}
.ss-sixdie:before,
.ss-sixdie.right:after {
  content: '⚅';
}
.ss-fuzzydice:before,
.ss-fuzzydice.right:after {
  content: '';
}
.ss-slingshot:before,
.ss-slingshot.right:after {
  content: '';
}
.ss-bomb:before,
.ss-bomb.right:after {
  content: '💣';
}
.ss-knife:before,
.ss-knife.right:after {
  content: '🔪';
}
.ss-swords:before,
.ss-swords.right:after {
  content: '⚔';
}
.ss-download:before,
.ss-download.right:after {
  content: '';
}
.ss-downloadbox:before,
.ss-downloadbox.right:after {
  content: '';
}
.ss-downloadcrate:before,
.ss-downloadcrate.right:after {
  content: '';
}
.ss-upload:before,
.ss-upload.right:after {
  content: '';
}
.ss-uploadbox:before,
.ss-uploadbox.right:after {
  content: '';
}
.ss-uploadcrate:before,
.ss-uploadcrate.right:after {
  content: '';
}
.ss-transfer:before,
.ss-transfer.right:after {
  content: '⇆';
}
.ss-refresh:before,
.ss-refresh.right:after {
  content: '↻';
}
.ss-sync:before,
.ss-sync.right:after {
  content: '';
}
.ss-wifi:before,
.ss-wifi.right:after {
  content: '';
}
.ss-connection:before,
.ss-connection.right:after {
  content: '';
}
.ss-usb:before,
.ss-usb.right:after {
  content: '';
}
.ss-files:before,
.ss-files.right:after {
  content: '';
}
.ss-addfile:before,
.ss-addfile.right:after {
  content: '';
}
.ss-removefile:before,
.ss-removefile.right:after {
  content: '';
}
.ss-deletefile:before,
.ss-deletefile.right:after {
  content: '';
}
.ss-searchfile:before,
.ss-searchfile.right:after {
  content: '';
}
.ss-folder:before,
.ss-folder.right:after {
  content: '📁';
}
.ss-addfolder:before,
.ss-addfolder.right:after {
  content: '';
}
.ss-removefolder:before,
.ss-removefolder.right:after {
  content: '';
}
.ss-deletefolder:before,
.ss-deletefolder.right:after {
  content: '';
}
.ss-downloadfolder:before,
.ss-downloadfolder.right:after {
  content: '';
}
.ss-uploadfolder:before,
.ss-uploadfolder.right:after {
  content: '';
}
.ss-undo:before,
.ss-undo.right:after {
  content: '⎌';
}
.ss-redo:before,
.ss-redo.right:after {
  content: '';
}
.ss-quote:before,
.ss-quote.right:after {
  content: '“';
}
.ss-font:before,
.ss-font.right:after {
  content: '';
}
.ss-anchor:before,
.ss-anchor.right:after {
  content: '';
}
.ss-print:before,
.ss-print.right:after {
  content: '⎙';
}
.ss-fax:before,
.ss-fax.right:after {
  content: '📠';
}
.ss-shredder:before,
.ss-shredder.right:after {
  content: '';
}
.ss-typewriter:before,
.ss-typewriter.right:after {
  content: '';
}
.ss-list:before,
.ss-list.right:after {
  content: '';
}
.ss-action:before,
.ss-action.right:after {
  content: '';
}
.ss-redirect:before,
.ss-redirect.right:after {
  content: '↪';
}
.ss-expand:before,
.ss-expand.right:after {
  content: '⤢';
}
.ss-contract:before,
.ss-contract.right:after {
  content: '';
}
.ss-scaleup:before,
.ss-scaleup.right:after {
  content: '';
}
.ss-scaledown:before,
.ss-scaledown.right:after {
  content: '';
}
.ss-power:before,
.ss-power.right:after {
  content: '';
}
.ss-lifepreserver:before,
.ss-lifepreserver.right:after {
  content: '';
}
.ss-help:before,
.ss-help.right:after {
  content: '❓';
}
.ss-info:before,
.ss-info.right:after {
  content: 'ℹ';
}
.ss-alert:before,
.ss-alert.right:after {
  content: '⚠';
}
.ss-caution:before,
.ss-caution.right:after {
  content: '⛔';
}
.ss-plus:before,
.ss-plus.right:after {
  content: '+';
}
.ss-hyphen:before,
.ss-hyphen.right:after {
  content: '-';
}
.ss-check:before,
.ss-check.right:after {
  content: '✓';
}
.ss-delete:before,
.ss-delete.right:after {
  content: '␡';
}
.ss-dogface:before,
.ss-dogface.right:after {
  content: '🐶';
}
.ss-catface:before,
.ss-catface.right:after {
  content: '🐱';
}
.ss-rabbitface:before,
.ss-rabbitface.right:after {
  content: '🐰';
}
.ss-bearface:before,
.ss-bearface.right:after {
  content: '🐻';
}
.ss-fish:before,
.ss-fish.right:after {
  content: '🐟';
}
.ss-bird:before,
.ss-bird.right:after {
  content: '🐦';
}
.ss-dog:before,
.ss-dog.right:after {
  content: '🐕';
}
.ss-sheep:before,
.ss-sheep.right:after {
  content: '🐑';
}
.ss-pig:before,
.ss-pig.right:after {
  content: '🐖';
}
.ss-turtle:before,
.ss-turtle.right:after {
  content: '🐢';
}
.ss-snake:before,
.ss-snake.right:after {
  content: '🐍';
}
.ss-elephant:before,
.ss-elephant.right:after {
  content: '🐘';
}
.ss-whale:before,
.ss-whale.right:after {
  content: '🐋';
}
.ss-bone:before,
.ss-bone.right:after {
  content: '';
}
.ss-tooth:before,
.ss-tooth.right:after {
  content: '';
}
.ss-feather:before,
.ss-feather.right:after {
  content: '';
}
.ss-poo:before,
.ss-poo.right:after {
  content: '💩';
}
.ss-palmtree:before,
.ss-palmtree.right:after {
  content: '🌴';
}
.ss-tree:before,
.ss-tree.right:after {
  content: '🌲';
}
.ss-cactus:before,
.ss-cactus.right:after {
  content: '🌵';
}
.ss-leaf:before,
.ss-leaf.right:after {
  content: '🍂';
}
.ss-mapleleaf:before,
.ss-mapleleaf.right:after {
  content: '🍁';
}
.ss-flower:before,
.ss-flower.right:after {
  content: '⚘';
}
.ss-bouquet:before,
.ss-bouquet.right:after {
  content: '💐';
}
.ss-chestnut:before,
.ss-chestnut.right:after {
  content: '🌰';
}
.ss-mushroom:before,
.ss-mushroom.right:after {
  content: '🍄';
}
.ss-gem:before,
.ss-gem.right:after {
  content: '💎';
}
.ss-snowman:before,
.ss-snowman.right:after {
  content: '☃';
}
.ss-settings:before,
.ss-settings.right:after {
  content: '⚙';
}
.ss-dashboard:before,
.ss-dashboard.right:after {
  content: '';
}
.ss-notifications:before,
.ss-notifications.right:after {
  content: '🔔';
}
.ss-toggles:before,
.ss-toggles.right:after {
  content: '🎚';
}
.ss-switch:before,
.ss-switch.right:after {
  content: '';
}
.ss-switchoff:before,
.ss-switchoff.right:after {
  content: '';
}
.ss-brightness:before,
.ss-brightness.right:after {
  content: '🔆';
}
.ss-flashoff:before,
.ss-flashoff.right:after {
  content: '';
}
.ss-magnet:before,
.ss-magnet.right:after {
  content: '';
}
.ss-toolbox:before,
.ss-toolbox.right:after {
  content: '';
}
.ss-tools:before,
.ss-tools.right:after {
  content: '';
}
.ss-hammer:before,
.ss-hammer.right:after {
  content: '🔨';
}
.ss-wrench:before,
.ss-wrench.right:after {
  content: '🔧';
}
.ss-wrenches:before,
.ss-wrenches.right:after {
  content: '';
}
.ss-wrenchpencil:before,
.ss-wrenchpencil.right:after {
  content: '';
}
.ss-screwdriverpencil:before,
.ss-screwdriverpencil.right:after {
  content: '';
}
.ss-hammerscrewdriver:before,
.ss-hammerscrewdriver.right:after {
  content: '';
}
.ss-tapemeasure:before,
.ss-tapemeasure.right:after {
  content: '';
}
.ss-hourglass:before,
.ss-hourglass.right:after {
  content: '⏳';
}
.ss-clock:before,
.ss-clock.right:after {
  content: '⏲';
}
.ss-stopwatch:before,
.ss-stopwatch.right:after {
  content: '⏱';
}
.ss-alarmclock:before,
.ss-alarmclock.right:after {
  content: '⏰';
}
.ss-mantelpiececlock:before,
.ss-mantelpiececlock.right:after {
  content: '🕰';
}
.ss-watch:before,
.ss-watch.right:after {
  content: '⌚';
}
.ss-counterclockwise:before,
.ss-counterclockwise.right:after {
  content: '⥀';
}
.ss-calendar:before,
.ss-calendar.right:after {
  content: '📅';
}
.ss-keyboardup:before,
.ss-keyboardup.right:after {
  content: '';
}
.ss-keyboarddown:before,
.ss-keyboarddown.right:after {
  content: '';
}
.ss-heavyasterisk:before,
.ss-heavyasterisk.right:after {
  content: '✱';
}
.ss-egg:before,
.ss-egg.right:after {
  content: '';
}
.ss-cheese:before,
.ss-cheese.right:after {
  content: '';
}
.ss-sausage:before,
.ss-sausage.right:after {
  content: '';
}
.ss-hotdog:before,
.ss-hotdog.right:after {
  content: '';
}
.ss-burger:before,
.ss-burger.right:after {
  content: '🍔';
}
.ss-chickenleg:before,
.ss-chickenleg.right:after {
  content: '🍗';
}
.ss-turkey:before,
.ss-turkey.right:after {
  content: '';
}
.ss-steak:before,
.ss-steak.right:after {
  content: '';
}
.ss-birthdaycake:before,
.ss-birthdaycake.right:after {
  content: '🎂';
}
.ss-cupcake:before,
.ss-cupcake.right:after {
  content: '';
}
.ss-pancakes:before,
.ss-pancakes.right:after {
  content: '';
}
.ss-doughnut:before,
.ss-doughnut.right:after {
  content: '🍩';
}
.ss-pizzapie:before,
.ss-pizzapie.right:after {
  content: '';
}
.ss-pizza:before,
.ss-pizza.right:after {
  content: '🍕';
}
.ss-frenchfries:before,
.ss-frenchfries.right:after {
  content: '🍟';
}
.ss-apple:before,
.ss-apple.right:after {
  content: '🍏';
}
.ss-carrot:before,
.ss-carrot.right:after {
  content: '';
}
.ss-grapes:before,
.ss-grapes.right:after {
  content: '🍇';
}
.ss-bread:before,
.ss-bread.right:after {
  content: '🍞';
}
.ss-cookie:before,
.ss-cookie.right:after {
  content: '🍪';
}
.ss-chocolatebar:before,
.ss-chocolatebar.right:after {
  content: '🍫';
}
.ss-candy:before,
.ss-candy.right:after {
  content: '🍬';
}
.ss-mug:before,
.ss-mug.right:after {
  content: '☕';
}
.ss-coffee:before,
.ss-coffee.right:after {
  content: '';
}
.ss-tea:before,
.ss-tea.right:after {
  content: '🍵';
}
.ss-growler:before,
.ss-growler.right:after {
  content: '';
}
.ss-beer:before,
.ss-beer.right:after {
  content: '🍺';
}
.ss-bottle:before,
.ss-bottle.right:after {
  content: '';
}
.ss-wine:before,
.ss-wine.right:after {
  content: '';
}
.ss-wineglass:before,
.ss-wineglass.right:after {
  content: '🍷';
}
.ss-cocktail:before,
.ss-cocktail.right:after {
  content: '🍸';
}
.ss-soda:before,
.ss-soda.right:after {
  content: '';
}
.ss-cup:before,
.ss-cup.right:after {
  content: '';
}
.ss-babybottle:before,
.ss-babybottle.right:after {
  content: '🍼';
}
.ss-jug:before,
.ss-jug.right:after {
  content: '';
}
.ss-pitcher:before,
.ss-pitcher.right:after {
  content: '';
}
.ss-kettle:before,
.ss-kettle.right:after {
  content: '';
}
.ss-pot:before,
.ss-pot.right:after {
  content: '';
}
.ss-salt:before,
.ss-salt.right:after {
  content: '';
}
.ss-pepper:before,
.ss-pepper.right:after {
  content: '';
}
.ss-toaster:before,
.ss-toaster.right:after {
  content: '';
}
.ss-oven:before,
.ss-oven.right:after {
  content: '';
}
.ss-bbq:before,
.ss-bbq.right:after {
  content: '';
}
.ss-takeout:before,
.ss-takeout.right:after {
  content: '';
}
.ss-paperbag:before,
.ss-paperbag.right:after {
  content: '';
}
.ss-utensils:before,
.ss-utensils.right:after {
  content: '🍴';
}
.ss-cookingutensils:before,
.ss-cookingutensils.right:after {
  content: '';
}
.ss-apron:before,
.ss-apron.right:after {
  content: '';
}
.ss-chef:before,
.ss-chef.right:after {
  content: '';
}
.ss-helmet:before,
.ss-helmet.right:after {
  content: '';
}
.ss-graduationcap:before,
.ss-graduationcap.right:after {
  content: '🎓';
}
.ss-tophat:before,
.ss-tophat.right:after {
  content: '🎩';
}
.ss-glasses:before,
.ss-glasses.right:after {
  content: '👓';
}
.ss-sunglasses:before,
.ss-sunglasses.right:after {
  content: '🕶';
}
.ss-tie:before,
.ss-tie.right:after {
  content: '';
}
.ss-tshirt:before,
.ss-tshirt.right:after {
  content: '👕';
}
.ss-dress:before,
.ss-dress.right:after {
  content: '👗';
}
.ss-bikini:before,
.ss-bikini.right:after {
  content: '👙';
}
.ss-backpack:before,
.ss-backpack.right:after {
  content: '🎒';
}
.ss-hanger:before,
.ss-hanger.right:after {
  content: '';
}
.ss-comb:before,
.ss-comb.right:after {
  content: '';
}
.ss-fabric:before,
.ss-fabric.right:after {
  content: '';
}
.ss-swatch:before,
.ss-swatch.right:after {
  content: '';
}
.ss-weave:before,
.ss-weave.right:after {
  content: '';
}
.ss-thread:before,
.ss-thread.right:after {
  content: '';
}
.ss-yarn:before,
.ss-yarn.right:after {
  content: '';
}
.ss-crochet:before,
.ss-crochet.right:after {
  content: '';
}
.ss-needles:before,
.ss-needles.right:after {
  content: '';
}
.ss-scissorsneedles:before,
.ss-scissorsneedles.right:after {
  content: '';
}
.ss-button:before,
.ss-button.right:after {
  content: '';
}
.ss-zipper:before,
.ss-zipper.right:after {
  content: '';
}
.ss-sunface:before,
.ss-sunface.right:after {
  content: '🌞';
}
.ss-sun:before,
.ss-sun.right:after {
  content: '☀';
}
.ss-partlycloudy:before,
.ss-partlycloudy.right:after {
  content: '⛅';
}
.ss-snowflake:before,
.ss-snowflake.right:after {
  content: '❄';
}
.ss-rainbow:before,
.ss-rainbow.right:after {
  content: '🌈';
}
.ss-umbrella:before,
.ss-umbrella.right:after {
  content: '☂';
}
.ss-crescentmoon:before,
.ss-crescentmoon.right:after {
  content: '🌙';
}
.ss-newmoon:before,
.ss-newmoon.right:after {
  content: '🌑';
}
.ss-waxingcrescentmoon:before,
.ss-waxingcrescentmoon.right:after {
  content: '🌒';
}
.ss-firstquartermoon:before,
.ss-firstquartermoon.right:after {
  content: '🌓';
}
.ss-waxinggibbousmoon:before,
.ss-waxinggibbousmoon.right:after {
  content: '🌔';
}
.ss-fullmoon:before,
.ss-fullmoon.right:after {
  content: '🌕';
}
.ss-waninggibbousmoon:before,
.ss-waninggibbousmoon.right:after {
  content: '🌖';
}
.ss-lastquartermoon:before,
.ss-lastquartermoon.right:after {
  content: '🌗';
}
.ss-waningcrescentmoon:before,
.ss-waningcrescentmoon.right:after {
  content: '🌘';
}
.ss-planet:before,
.ss-planet.right:after {
  content: '';
}
.ss-fan:before,
.ss-fan.right:after {
  content: '';
}
.ss-plug:before,
.ss-plug.right:after {
  content: '🔌';
}
.ss-outlet:before,
.ss-outlet.right:after {
  content: '';
}
.ss-policecar:before,
.ss-policecar.right:after {
  content: '🚔';
}
.ss-car:before,
.ss-car.right:after {
  content: '🚘';
}
.ss-carrepair:before,
.ss-carrepair.right:after {
  content: '';
}
.ss-taxi:before,
.ss-taxi.right:after {
  content: '🚖';
}
.ss-train:before,
.ss-train.right:after {
  content: '🚆';
}
.ss-bus:before,
.ss-bus.right:after {
  content: '🚍';
}
.ss-truck:before,
.ss-truck.right:after {
  content: '🚚';
}
.ss-trailer:before,
.ss-trailer.right:after {
  content: '';
}
.ss-trailerdump:before,
.ss-trailerdump.right:after {
  content: '';
}
.ss-plane:before,
.ss-plane.right:after {
  content: '✈';
}
.ss-bike:before,
.ss-bike.right:after {
  content: '🚲';
}
.ss-motorcycle:before,
.ss-motorcycle.right:after {
  content: '';
}
.ss-boat:before,
.ss-boat.right:after {
  content: '🚢';
}
.ss-sailboat:before,
.ss-sailboat.right:after {
  content: '⛵';
}
.ss-rocket:before,
.ss-rocket.right:after {
  content: '🚀';
}
.ss-ufo:before,
.ss-ufo.right:after {
  content: '';
}
.ss-squarekey:before,
.ss-squarekey.right:after {
  content: '';
}
.ss-steeringwheel:before,
.ss-steeringwheel.right:after {
  content: '';
}
.ss-helm:before,
.ss-helm.right:after {
  content: '⎈';
}
.ss-tire:before,
.ss-tire.right:after {
  content: '';
}
.ss-fuel:before,
.ss-fuel.right:after {
  content: '⛽';
}
.ss-jerrycan:before,
.ss-jerrycan.right:after {
  content: '';
}
.ss-parking:before,
.ss-parking.right:after {
  content: '';
}
.ss-wheelchair:before,
.ss-wheelchair.right:after {
  content: '♿';
}
.ss-restroom:before,
.ss-restroom.right:after {
  content: '🚻';
}
.ss-elevator:before,
.ss-elevator.right:after {
  content: '';
}
.ss-passport:before,
.ss-passport.right:after {
  content: '';
}
.ss-briefcase:before,
.ss-briefcase.right:after {
  content: '💼';
}
.ss-theatre:before,
.ss-theatre.right:after {
  content: '🎭';
}
.ss-ticket:before,
.ss-ticket.right:after {
  content: '🎫';
}
.ss-bowling:before,
.ss-bowling.right:after {
  content: '';
}
.ss-golf:before,
.ss-golf.right:after {
  content: '';
}
.ss-billiards:before,
.ss-billiards.right:after {
  content: '🎱';
}
.ss-baseball:before,
.ss-baseball.right:after {
  content: '⚾';
}
.ss-tennis:before,
.ss-tennis.right:after {
  content: '🎾';
}
.ss-basketball:before,
.ss-basketball.right:after {
  content: '🏀';
}
.ss-football:before,
.ss-football.right:after {
  content: '🏈';
}
.ss-soccer:before,
.ss-soccer.right:after {
  content: '⚽';
}
.ss-hockeymask:before,
.ss-hockeymask.right:after {
  content: '';
}
.ss-flaginhole:before,
.ss-flaginhole.right:after {
  content: '⛳';
}
.ss-paddles:before,
.ss-paddles.right:after {
  content: '';
}
.ss-skiboot:before,
.ss-skiboot.right:after {
  content: '';
}
.ss-skis:before,
.ss-skis.right:after {
  content: '🎿';
}
.ss-dumbbell:before,
.ss-dumbbell.right:after {
  content: '';
}
.ss-hiker:before,
.ss-hiker.right:after {
  content: '';
}
.ss-runner:before,
.ss-runner.right:after {
  content: '🏃';
}
.ss-shower:before,
.ss-shower.right:after {
  content: '🚿';
}
.ss-bathtub:before,
.ss-bathtub.right:after {
  content: '🛁';
}
.ss-hottub:before,
.ss-hottub.right:after {
  content: '';
}
.ss-exercise:before,
.ss-exercise.right:after {
  content: '';
}
.ss-hospital:before,
.ss-hospital.right:after {
  content: '⛨';
}
.ss-medicalcross:before,
.ss-medicalcross.right:after {
  content: '';
}
.ss-medicalbag:before,
.ss-medicalbag.right:after {
  content: '';
}
.ss-bandage:before,
.ss-bandage.right:after {
  content: '';
}
.ss-stethoscope:before,
.ss-stethoscope.right:after {
  content: '';
}
.ss-syringe:before,
.ss-syringe.right:after {
  content: '💉';
}
.ss-bathroomscale:before,
.ss-bathroomscale.right:after {
  content: '';
}
.ss-flask:before,
.ss-flask.right:after {
  content: '';
}
.ss-testtube:before,
.ss-testtube.right:after {
  content: '';
}
.ss-microscope:before,
.ss-microscope.right:after {
  content: '🔬';
}
.ss-telescope:before,
.ss-telescope.right:after {
  content: '🔭';
}
.ss-atom:before,
.ss-atom.right:after {
  content: '⚛';
}
.ss-dna:before,
.ss-dna.right:after {
  content: '';
}
.ss-fluxcapacitor:before,
.ss-fluxcapacitor.right:after {
  content: '';
}
.ss-up:before,
.ss-up.right:after {
  content: '⬆';
}
.ss-right:before,
.ss-right.right:after {
  content: '➡';
}
.ss-down:before,
.ss-down.right:after {
  content: '⬇';
}
.ss-left:before,
.ss-left.right:after {
  content: '⬅';
}
.ss-navigateup:before,
.ss-navigateup.right:after {
  content: '';
}
.ss-navigateright:before,
.ss-navigateright.right:after {
  content: '▻';
}
.ss-navigatedown:before,
.ss-navigatedown.right:after {
  content: '';
}
.ss-navigateleft:before,
.ss-navigateleft.right:after {
  content: '◅';
}
.ss-share:before,
.ss-share.right:after {
  content: '';
}
.PHC,
.PHC .rsOverflow,
.PHC .rsSlide,
.PHC .rsVideoFrameHolder,
.PHC .rsThumbs {
  background: #222;
  color: #FFF;
}
.PHC .rsArrow {
  height: 100%;
  width: 60px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.PHC.rsVer .rsArrow {
  width: 100%;
  height: 60px;
}
.PHC.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.PHC.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.PHC.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.PHC.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.PHC .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url('../royalslider/rs-universal.png');
  opacity: 1;
  border-radius: 2px;
}
.PHC .rsArrow:hover .rsArrowIcn {
  opacity: 1;
}
.PHC.rsHor .rsArrowRight,
.PHC.rsHor .rsArrowLeft {
  height: 80px;
  width: 50px;
  top: 50%;
  margin-top: -40px;
  background-color: #1FA5B3;
  background-image: -moz-linear-gradient(bottom,#1FA5B3 0%,#23B1A9 100%);
  background-image: -o-linear-gradient(bottom,#1FA5B3 0%,#23B1A9 100%);
  background-image: -webkit-linear-gradient(bottom,#1FA5B3 0%,#23B1A9 100%);
  background-image: linear-gradient(to top,#1FA5B3 0%,#23B1A9 100%);
}
.PHC.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.PHC.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.PHC.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.PHC.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.PHC .rsArrowDisabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  *display: none;
}
.PHC .rsBullets {
  position: relative;
  z-index: 35;
  width: 100%;
  height: auto;
  margin: 0 auto;
  top: -70px;
  text-align: center;
  line-height: 5px;
  overflow: hidden;
}
.PHC .rsBullets * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.PHC .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px;
}
.PHC .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e5e9ed;
}
.PHC .rsBullet.rsNavSelected span {
  background-color: #23b1a9;
}
.PHC .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.PHC .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.PHC.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.PHC.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.PHC .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.PHC .rsThumb img {
  width: 100%;
  height: 100%;
}
.PHC .rsThumb.rsNavSelected {
  background: #333;
}
.PHC .rsThumb.rsNavSelected img {
  opacity: 0.7;
  filter: alpha(opacity=30);
}
.PHC .rsThumb.rsNavSelected .thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255,255,255,0.9);
  -webkit-backface-visibility: hidden;
}
.PHC .rsTmb {
  display: block;
}
.PHC .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.PHC .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
.PHC .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.PHC.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.PHC.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.PHC.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.PHC.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.PHC.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.PHC .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('../royalslider/rs-universal.png') transparent;
}
.PHC.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.PHC.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.PHC.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.PHC.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.PHC .rsThumbsArrowDisabled {
  display: none !important;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .PHC .rsThumb {
    width: 59px;
    height: 44px;
  }
  .PHC .rsThumbsHor {
    height: 44px;
  }
  .PHC .rsThumbsVer {
    width: 59px;
  }
}
.PHC .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.PHC .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  text-decoration: none;
  background: #FFF;
  border-right: none;
  *display: inline;
  *zoom: 1;
  *border-right: 1px solid #d9d9d9;
}
.PHC .rsTab:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.PHC .rsTab:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-right: 1px solid #D9D9DD;
}
.PHC .rsTab:active {
  background-color: #f4f4f4;
}
.PHC .rsTab.rsNavSelected {
  color: #FFF;
  background: #383838;
  border-color: #383838;
}
.PHC .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.PHC .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('../royalslider/rs-universal.png') 0 0 transparent;
  opacity: 0.7;
  border-radius: 2px;
}
.PHC .rsFullscreenBtn:hover .rsFullscreenIcn {
  opacity: 1;
}
.PHC.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
.PHC .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.PHC .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(../royalslider/rs-universal.png) no-repeat 0 -32px;
  background-color: #383838;
  background-color: rgba(0,0,0,0.75);
  *background-color: #383838;
}
.PHC .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0,0,0,0.9);
}
.PHC .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}
.PHC .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.PHC .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.PHC .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('../royalslider/rs-universal.png') -64px 0;
  background-color: #383838;
  background-color: rgba(0,0,0,0.75);
  *background-color: #383838;
}
.PHC .rsCloseVideoIcn:hover {
  background-color: rgba(0,0,0,0.9);
}
.PHC .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../royalslider/preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.PHC .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #222;
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
.PHC-Heading {
  margin: 0;
  padding: 0;
  color: #ffffff !important;
  font-family: "Minion Pro";
  font-size: 100px;
  font-weight: 500;
  text-shadow: 0 0 30px #000000;
  text-align: center;
  font-weight: 100 !important;
}
.PHC-Description {
  margin: 0;
  padding: 0;
  color: #ffffff !important;
  font-family: "Avenir LT W01_55 Roman", Sans-Serif;
  font-size: 24px;
  text-shadow: 0 0 20px #000000;
  text-align: center;
  font-weight: 400 !important;
}
@media all and (max-width: 768px) {
  .PHC-Heading {
    font-size: 42px !important;
    margin-top: -5%;
  }
  .PHC-Description {
    margin-top: -5%;
    font-size: 14px !important;
  }
  .PHC .rsBullets {
    display: none;
  }
  .royalSlider {
    height: 300px !important;
  }
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 50%;
  height: 28px;
  width: 18px;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  background-color: rgba(0,0,0,0) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: #ffffff url('../img/icon-lightbox-x@2x.png') no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url('../img/icon-lightbox-arrows.png');
  background-size: auto 56px;
  background-position: 0 0;
  left: 20px;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url('../img/icon-lightbox-arrows.png');
  background-size: auto 56px;
  background-position: -17px 0;
  right: 20px;
}
.team-grid-wrapper {
  margin-top: 40px;
  float: left;
}
.team-grid {
  float: left;
  overflow: hidden;
  margin-bottom: 8px;
}
.team-grid a {
  text-decoration: none !important;
}
.team-grid a:hover {
  text-decoration: none !important;
}
.team-grid img {
  width: 100%;
  height: auto;
}
.team-grid .no-tmb {
  width: 100%;
  height: auto;
  padding: 0 0 80% 0;
  margin: 0 0 7px 0;
  background: #f1f4f4;
}
.team-grid .no-tmb:after {
  position: absolute;
  margin: 50%;
  top: -30px;
  left: -50px;
  font-size: 100px;
  font-family: "SSStandard";
  content: '🌄';
  color: #cccccc;
}
.team-grid .team-link {
  background: #f1f4f4;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .team-grid .team-link {
    padding-bottom: 99999px;
    margin-bottom: -99999px;
  }
}
.team-grid .team-lightbox {
  display: none;
}
.team-grid .team-1 {
  margin: 1% 0 0 0;
}
.team-grid .team-title {
  background-color: #23b2a9;
  background-image: -moz-linear-gradient(bottom,#23b2a9 0%,#20a6b3 100%);
  background-image: -o-linear-gradient(bottom,#23b2a9 0%,#20a6b3 100%);
  background-image: -webkit-linear-gradient(bottom,#23b2a9 0%,#20a6b3 100%);
  background-image: linear-gradient(to top,#23b2a9 0%,#20a6b3 100%);
  display: block;
  position: relative;
}
.team-grid .team-title h3 {
  color: #ffffff;
  font-weight: 100;
  padding: 10px 20px 0 20px;
}
.team-grid .team-title .position {
  color: #ffffff;
  font-weight: 100;
  padding: 0 20px 10px 20px;
}
.team-grid .team-title:hover:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 5px solid #23b2a9;
}
.team-grid .excerpt {
  position: relative;
  height: 100%;
  color: #273137;
  font-size: 14px;
  font-weight: 100;
  padding: 20px 20px 0 20px;
}
.team-grid .excerpt p {
  margin-top: 0;
}
.team-grid .excerpt strong {
  font-family: "Avenir LT W01_65 Medium", Serif;
  font-weight: 300;
}
.team-grid .excerpt:after {
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 140px;
  background: -moz-linear-gradient(top,rgba(241,244,244,0) 0%,#f1f4f4 75%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(241,244,244,0)),color-stop(75%,#f1f4f4));
  background: -webkit-linear-gradient(top,rgba(241,244,244,0) 0%,#f1f4f4 75%);
  background: -o-linear-gradient(top,rgba(241,244,244,0) 0%,#f1f4f4 75%);
  background: -ms-linear-gradient(top,rgba(241,244,244,0) 0%,#f1f4f4 75%);
  background: linear-gradient(to bottom,rgba(241,244,244,0) 0%,#f1f4f4 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f4f4',endColorstr='#f1f4f4',GradientType=0);
}
.team-lightbox .team-title {
  background-color: #23b2a9;
  background-image: -moz-linear-gradient(bottom,#23b2a9 0%,#20a6b3 100%);
  background-image: -o-linear-gradient(bottom,#23b2a9 0%,#20a6b3 100%);
  background-image: -webkit-linear-gradient(bottom,#23b2a9 0%,#20a6b3 100%);
  background-image: linear-gradient(to top,#23b2a9 0%,#20a6b3 100%);
  display: block;
  position: relative;
  border: 5px solid #23b2a9;
  max-width: 300px;
  float: left;
  margin: 0 30px 30px 0;
}
@media only screen and (max-width: 768px) {
  .team-lightbox .team-title {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .team-lightbox .team-title img {
    width: 100%;
    max-width: 100%;
  }
}
.team-lightbox .team-title .no-tmb {
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding: 0 0 80% 0;
  margin: 0 0 20px 0;
  background: #f1f4f4;
}
@media only screen and (max-width: 768px) {
  .team-lightbox .team-title .no-tmb {
    width: 100%;
    max-width: 100%;
  }
}
.team-lightbox .team-title .no-tmb:after {
  position: absolute;
  margin: 50%;
  top: -20px;
  left: -50px;
  font-size: 100px;
  font-family: "SSStandard";
  content: '🌄';
  color: #cccccc;
}
.team-lightbox .team-title h3 {
  color: #ffffff;
  font-weight: 100;
  padding: 10px 20px 0 20px;
}
.team-lightbox .team-title .position {
  color: #ffffff;
  font-weight: 100;
  padding: 0 20px 10px 20px;
}
.team-lightbox .content {
  font-size: 14px;
  padding: 20px 0;
}
.team-lightbox .content strong {
  font-family: "Avenir LT W01_65 Medium", Serif;
  font-weight: 300;
}
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin: 20px 0 0 0;
  padding-left: 3%;
}
@media only screen and (max-width: 768px) {
  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.one-half,
.three-sixths,
.two-fourths {
  width: 48%;
}
.one-third,
.two-sixths {
  width: 31%;
}
.four-sixths,
.two-thirds {
  width: 65%;
}
.one-fourth {
  width: 22.5%;
}
.three-fourths {
  width: 73.5%;
}
.one-fifth {
  width: 17.4%;
}
.two-fifths {
  width: 37.8%;
}
.three-fifths {
  width: 58.2%;
}
.four-fifths {
  width: 78.6%;
}
.one-sixth {
  width: 14%;
}
.five-sixths {
  width: 82%;
}
.first {
  clear: both;
  padding-left: 0;
}
.clear {
  clear: both;
}
.clear-line {
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    width: 100%;
    padding-left: 0;
  }
}
html {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.admin-bar .fixed {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .fixed {
    top: 32px;
  }
}
#preload-01 {
  background: url('../img/icon-lightbox-arrows.png') no-repeat -9999px -9999px;
}
#preload-02 {
  background: url('../img/dropdown-arrows.png') no-repeat -9999px -9999px;
}
#preload-03 {
  background: url('../img/sidebar-arrows.png') no-repeat -9999px -9999px;
}
#preload-04 {
  background: url('../img/icon-lightbox-x@2x.png') no-repeat -9999px -9999px;
}
#preload-05 {
  background: url('../img/icon-lightbox-x@2x.png') no-repeat -9999px -9999px;
}
body {
  background: #ffffff;
  color: #44555f;
  overflow-x: hidden;
}
b,
strong {
  font-family: "Avenir LT W01_65 Medium", Serif;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
@media only screen and (max-width: 768px) {
  ul,
  ol {
    margin: 0 0 1.5em 1em;
  }
}
.notification {
  display: block;
  clear: both;
  width: 100%;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
  background: #f9f9f9;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .notification {
    height: auto;
    line-height: 1.4em;
    text-align: center;
  }
}
.notification a {
  color: #ffffff;
}
.news {
  background-color: #F9B74F;
  background-image: -moz-linear-gradient(bottom,#F5932D 0%,#F9AB45 100%);
  background-image: -o-linear-gradient(bottom,#F5932D 0%,#F9AB45 100%);
  background-image: -webkit-linear-gradient(bottom,#F5932D 0%,#F9AB45 100%);
  background-image: linear-gradient(to top,#F5932D 0%,#F9AB45 100%);
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 200;
}
.news span {
  text-transform: uppercase;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .news span {
    padding-left: 0;
  }
}
.news img.arrow {
  float: right;
  margin: 16px 0 0 0;
  height: 28px;
  width: 17px;
}
.news .ss-newspaper {
  font-size: 32px;
  float: left;
  margin: 5px 0 0 0;
  padding: 0;
}
.news img.icon {
  float: left;
  margin: 16px 0 0 0;
  height: 32px;
  width: 32px;
}
@media only screen and (max-width: 768px) {
  .news {
    padding: 20px;
    width: 90%;
    margin: 0 auto 10px auto;
  }
  .news .ss-newspaper,
  .news img {
    display: none;
  }
}
.news div {
  margin: 0;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .news div {
    padding-left: 0;
  }
}
.news .orange-dark {
  padding: 0 20px;
  margin: 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  float: right;
  text-align: left;
  background-color: #EFA635;
  background-image: -moz-linear-gradient(bottom,#f47d24 0%,#f89b38 100%);
  background-image: -o-linear-gradient(bottom,#f47d24 0%,#f89b38 100%);
  background-image: -webkit-linear-gradient(bottom,#f47d24 0%,#f89b38 100%);
  background-image: linear-gradient(to top,#f47d24 0%,#f89b38 100%);
}
@media only screen and (max-width: 768px) {
  .news .orange-dark {
    text-align: center;
    padding: 0;
    background-color: transparent;
    background-image: none;
  }
}
.news .orange-dark a {
  font-weight: 200;
}
.heartbeat {
  width: 100%;
  height: 72px;
  margin: 60px 0 0 0;
  text-align: center;
}
.heartbeat hr {
  margin: 0 !important;
  padding: 0;
  height: 0;
  width: 100%;
  border-top: 2px solid #d3d8dc;
}
.heartbeat img {
  margin: -40px auto 0 auto;
  height: 72px;
  width: 41px;
}
.page-grid h2 {
  text-align: center;
}
.page-grid h5 {
  line-height: 1.4em;
  padding: 10px 0 7px 0 !important;
}
.page-grid a {
  display: block;
  text-decoration: none;
}
.page-grid a > h5 {
  color: #44555f;
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.page-grid a:hover > h5 {
  color: #00979a;
}
.page-grid img {
  width: 100%;
}
.page-grid .tint {
  position: relative;
  line-height: 0;
}
.page-grid a .tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(68,85,96,0.2);
  opacity: 0;
  z-index: 21;
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.page-grid a:hover .tint:before {
  opacity: 1;
}
.page-grid .no-tmb {
  width: 100%;
  height: 100%;
  padding: 0 0 72.7% 0;
  margin: 0 0 7px 0;
  background: #f1f1f1;
}
.latest-posts h2 {
  text-transform: capitalize;
  text-align: center;
}
.latest-posts h3 {
  margin: 20px 0 10px 0;
  padding: 0;
}
.latest-posts a {
  display: block;
  text-decoration: none;
}
.latest-posts img {
  width: 100%;
}
.latest-posts .tint {
  position: relative;
  line-height: 0;
}
.latest-posts a .tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(68,85,96,0.2);
  opacity: 0;
  z-index: 21;
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.latest-posts a:hover .tint:before {
  opacity: 1;
}
.latest-posts .no-tmb {
  width: 100%;
  height: 100%;
  padding: 0 0 60.9% 0;
  margin: 0 0 16px 0;
  background: #f1f1f1;
}
.latest-posts .excerpt {
  border-bottom: 2px solid #dbe0e4;
  font-size: 14px;
  margin: 0;
  padding: 0;
  min-height: 95px;
}
.latest-posts a {
  display: block;
  font-size: 14px;
  color: #44555f;
}
.latest-posts a .readmore-text {
  display: inline-block;
  border-top: 2px solid #44555f;
  margin-top: -2px;
  padding: 12px 0;
}
.latest-posts a .readmore-arrow {
  display: block;
  float: right;
  margin-top: 17px;
  height: 11px;
  width: 7px;
  background-image: url('../img/arrow-right-readmore@2x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 7px auto;
}
.latest-posts a:hover {
  color: #00979a;
}
.latest-posts a:hover .readmore-text {
  display: inline-block;
  border-top: 2px solid #00979a;
  margin-top: -2px;
  padding: 12px 0;
}
.latest-posts a:hover .readmore-arrow {
  display: block;
  float: right;
  margin-top: 17px;
  height: 11px;
  width: 7px;
  background-image: url('../img/arrow-right-readmore@2x.png');
  background-position: 0 -11px;
  background-repeat: no-repeat;
  background-size: 7px auto;
}
#contact-us-row {
  background: #3c454b;
  width: 100%;
  margin: 70px 0 0 0;
  padding: 10px 0;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #contact-us-row {
    text-align: center;
    padding: 20px 0 40px 0;
  }
}
#contact-us-row .col {
  margin-bottom: 1%;
}
#contact-us-row a {
  color: #10d9e7;
  text-decoration: none !important;
}
#contact-us-row a:hover {
  color: #10d9e7;
  text-decoration: underline !important;
}
#contact-us-row p {
  vertical-align: middle;
  padding: 12px 0;
  margin: 0;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #contact-us-row p {
    padding-bottom: 24px;
  }
}
#contact-us-row .button {
  float: right;
  display: block;
  width: 100%;
  padding: 12px;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  text-decoration: none !important;
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  color: #ffffff;
  background-color: #25a6b1;
  background-color: #1abfca;
  color: #273137 !important;
}
#contact-us-row .button:hover {
  color: #ffffff;
  background-color: #28989f;
  text-decoration: none !important;
  background-image: none;
  box-shadow: none;
}
#contact-us-row .button:hover {
  color: #273137 !important;
}
@media only screen and (max-width: 768px) {
  #contact-us-row .button {
    width: auto;
    float: none;
    display: inline;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#video-link {
  max-width: 220px;
  position: relative;
  margin: 0 auto 0 auto;
  top: -42px;
  clear: both;
}
@media only screen and (max-width: 768px) {
  #video-link {
    top: -25px;
  }
}
#video-link img {
  float: right;
  margin: -5px 0 0 0;
  padding: 0;
  height: 22px;
  width: 22px;
}
#video-link .ss-play {
  font-size: 22px;
  margin: 2px 0 0 6px;
  float: right;
}
#video-link .button {
  display: block;
  width: auto;
  padding: 18px;
  margin: 0 auto;
  text-align: center;
  line-height: 1em;
  color: #ffffff;
  font-family: "Avenir LT W01_55 Roman";
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  background-color: #25a6b1;
  text-decoration: none !important;
}
#video-link .button:hover {
  color: #ffffff;
  background-color: #28989f;
  text-decoration: none !important;
  background-image: none;
  box-shadow: none;
}
html,
body {
  overflow-x: hidden;
}
.video-container {
  position: relative;
  margin: 0 -30px 0 -30px;
  padding: 30px;
  background: #e7eaea;
  text-align: center;
  clear: both;
}
.video-container .player .video-wrapper .video {
  margin: 0 auto;
}
.video-container:before,
.video-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9600px;
  right: 100%;
  background: #e7eaea;
}
.video-container:after {
  width: 320px;
  left: 100%;
  background: #e7eaea;
}
@media only screen and (max-width: 768px) {
  .video-container {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
  }
}
.video-before {
  display: block;
  clear: both;
  height: 80px;
}
@media only screen and (max-width: 768px) {
  .video-before {
    height: 0;
  }
}
#page-title-wrapper .col {
  padding: 0;
  margin: 0;
}
#page-title-wrapper .page-title {
  color: #ffffff;
  font-family: "Minion Pro";
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  padding: 50px 0;
  margin: 0 -20px;
  position: relative;
  overflow: hidden;
  background-color: #23b2a9;
  background-image: -moz-linear-gradient(bottom,#23b2a9 0%,#20a6b3 100%);
  background-image: -o-linear-gradient(bottom,#23b2a9 0%,#20a6b3 100%);
  background-image: -webkit-linear-gradient(bottom,#23b2a9 0%,#20a6b3 100%);
  background-image: linear-gradient(to top,#23b2a9 0%,#20a6b3 100%);
}
@media only screen and (max-width: 768px) {
  #page-title-wrapper .page-title {
    font-size: 36px;
    height: 160px;
    line-height: 60px;
  }
}
#page-title-wrapper .page-title .left-symbol {
  position: absolute;
  left: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 960px) {
  #page-title-wrapper .page-title .left-symbol {
    margin-left: -120px;
  }
}
@media only screen and (max-width: 768px) {
  #page-title-wrapper .page-title .left-symbol {
    margin-left: -220px;
  }
}
#page-title-wrapper .page-title .right-symbol {
  position: absolute;
  right: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 960px) {
  #page-title-wrapper .page-title .right-symbol {
    margin-right: -120px;
  }
}
@media only screen and (max-width: 768px) {
  #page-title-wrapper .page-title .right-symbol {
    margin-right: -220px;
  }
}
.panel {
  position: relative;
  z-index: 20;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .panel {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.panel .button {
  display: inline;
  width: auto;
  padding: 16px 30px;
  max-height: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 1em;
  color: #ffffff;
  font-family: "Avenir LT W01_35 Light", Sans-Serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  background-color: #25a6b1;
  text-decoration: none !important;
}
.panel .button:hover {
  color: #ffffff;
  background-color: #28989f;
  text-decoration: none !important;
  background-image: none;
  box-shadow: none;
}
.panel:before,
.panel:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9600px;
  right: 100%;
  background: #f3f4f4;
}
.panel:after {
  width: 320px;
  left: 100%;
  background: #f3f4f4;
}
.team {
  background: #f3f4f4 url('../img/team-bg@2x.png') bottom center no-repeat;
  background-size: 720px 80px;
}
.entry-content .wp-post-image {
  width: 100%;
  height: auto;
}
.entry-content .excerpt-bold {
  font-family: "Avenir LT W01_65 Medium", Serif;
}
.entry-content {
  margin: 0 0 40px 0;
}
.entry-content h1 {
  padding-bottom: 0;
  margin-bottom: -5px;
}
.archive article {
  padding-bottom: 80px;
}
.archive article img {
  width: 100%;
  height: auto;
}
.archive article .tint {
  position: relative;
  line-height: 0;
}
.archive article a .tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(68,85,96,0.2);
  opacity: 0;
  z-index: 21;
  transition: all 250ms ease-in-out 100ms;
  -webkit-transition: all 250ms ease-in-out 100ms;
  -moz-transition: all 250ms ease-in-out 100ms;
  -ms-transition: all 250ms ease-in-out 100ms;
  -o-transition: all 250ms ease-in-out 100ms;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.archive article a:hover .tint:before {
  opacity: 1;
}
.archive article .posted-on {
  font-size: 14px;
  display: block;
  padding-bottom: 5px;
  color: #748285;
}
.archive article .excerpt {
  border-bottom: 2px solid #dbe0e4;
  margin: 0;
  padding: 0;
  min-height: 95px;
}
.archive article a {
  display: block;
  font-size: 14px;
  color: #44555f;
}
.archive article a .readmore-text {
  display: inline-block;
  border-top: 2px solid #44555f;
  margin-top: -2px;
  padding: 12px 0;
}
.archive article a .readmore-arrow {
  display: block;
  float: right;
  margin-top: 17px;
  height: 11px;
  width: 7px;
  background-image: url('../img/arrow-right-readmore@2x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 7px auto;
}
.archive article a:hover {
  color: #00979a;
}
.archive article a:hover .readmore-text {
  display: inline-block;
  border-top: 2px solid #00979a;
  margin-top: -2px;
  padding: 12px 0;
}
.archive article a:hover .readmore-arrow {
  display: block;
  float: right;
  margin-top: 17px;
  height: 11px;
  width: 7px;
  background-image: url('../img/arrow-right-readmore@2x.png');
  background-position: 0 -11px;
  background-repeat: no-repeat;
  background-size: 7px auto;
}
.archive h2 {
  font-size: 40px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .odd > .section > #a {
    float: right;
    padding-right: 20px;
  }
  .odd > .section > #b {
    float: left;
    margin-left: 0;
    padding-right: 20px;
  }
  .even > .section > #a {
    padding-right: 20px;
  }
  .even > .section > #b {
    padding-right: 20px;
  }
}
.post img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .post img {
    margin-top: 20px;
  }
}
.single #single-post h1 {
  text-align: center;
}
.single #single-post {
  background: #ffffff;
  max-width: 780px;
  margin: -100px auto 0 auto;
  position: relative;
  z-index: 21;
  padding: 30px 60px;
}
@media only screen and (max-width: 768px) {
  .single #single-post {
    margin-top: 0 !important;
    padding: 10px 0;
  }
}
.single #single-post a,
.single #single-post a:visited,
.single #single-post a:focus {
  color: #00979a;
}
.single #single-post a:hover,
.single #single-post a:active {
  color: #20a6b3;
}
.single #single-post .meta-wrapper {
  width: 100%;
  text-align: center;
}
.single #single-post .meta-wrapper hr {
  height: 0px;
  width: 100%;
  max-width: 200px;
  border: 0;
  border-top: 2px solid #dbe0e4;
}
.single #single-post .entry-meta {
  display: inline-block;
  margin-top: 40px;
  color: #44555f;
  font-size: 14px;
}
.single #single-post .entry-meta span {
  float: left;
  color: #44555f;
}
@media only screen and (max-width: 768px) {
  .single #single-post .entry-meta span {
    float: none;
  }
}
.single #single-post .posted-on {
  padding-right: 5px;
  color: #44555f;
}
.single #single-post .posted-on:before {
  font-family: "SSStandard";
  content: '⏲';
  padding-right: 5px;
  color: #44555f;
  font-size: 0.9em;
}
.single #single-post .author {
  padding-left: 5px;
  color: #44555f;
}
.single #single-post .ss-user {
  font-size: 0.9em;
}
.single #single-post .byline {
  padding-left: 5px;
  padding-right: 5px;
}
.single #single-post .byline .url {
  display: inline;
  padding-left: 5px;
}
.single #single-post .cat-links {
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .single #single-post .cat-links {
    padding-right: 10px;
  }
}
.single #single-post .cat-links a {
  display: inline;
}
.underlined {
  position: relative;
  border-bottom: 2px solid #dbe0e4;
  display: block;
  padding: 10px 0;
  margin: 0;
  margin: 10px 0 20px 0;
  line-height: 1;
  line-height: 42px \9;
  line-height: 42px \9 \0;
}
@media only screen and (max-width: 768px) {
  .underlined {
    padding: 10px 0 4px 0;
  }
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .underlined {
    line-height: 42px;
  }
}
.underlined span {
  border-bottom: 2px solid #44555f;
  display: inline;
  padding: 10px 0;
  line-height: 42px;
}
.ie10 .underlined {
  line-height: 42px;
}
.directions {
  font-size: 14px;
  background: #f1f4f4;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 13px;
}
.google_map_canvas {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .google_map_canvas {
    max-height: 200px;
  }
}
footer {
  padding-bottom: 40px;
}
#comments {
  margin-bottom: 100px;
}
.comment-meta {
  background: transparent;
}
ol.comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comment {
  background: #f9f9f9;
  padding: 20px;
}
.error-404 {
  padding-top: 40px;
}
.error-404 .page-title {
  text-align: center;
}
.error-404 .page-content {
  text-align: center;
}
ul#allpages {
  margin-left: 0 !important;
  padding-left: 10px;
  text-align: left;
}
ul#allpages li.pagenav,
ul#allpages li.categories {
  list-style-type: none !important;
}
.nivo-lightbox-wrap {
  background: #ffffff;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 90%;
  max-width: 760px;
  height: 56.3%;
  max-height: 56.3%;
}
@media only screen and (max-width: 768px) {
  .nivo-lightbox-wrap {
    width: 90%;
    height: auto;
    max-height: auto;
    margin: auto;
    position: absolute;
  }
}
.nivo-lightbox-wrap .nivo-lightbox-content {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .nivo-lightbox-wrap .nivo-lightbox-content {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-meet-the-team .nivo-lightbox-wrapper {
    overflow: scroll;
  }
  .page-meet-the-team .nivo-lightbox-wrap {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 90%;
    max-width: 760px;
    height: 56.3%;
    max-height: 56.3%;
  }
  .page-meet-the-team .nivo-lightbox-content {
    position: fixed;
    padding: 70px 10px 10px 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .page-meet-the-team .nivo-lightbox-inline {
    padding: 0;
  }
  .page-meet-the-team .nivo-lightbox-close {
    right: 20px;
  }
  .page-meet-the-team .nivo-lightbox-nav {
    top: 20px;
    height: 28px;
    width: 18px;
  }
  .page-meet-the-team .nivo-lightbox-prev {
    left: 20px;
    background-image: url('../img/icon-lightbox-arrows@2x.png');
    background-size: auto 56px;
    background-position: 0 -28px;
  }
  .page-meet-the-team .nivo-lightbox-next {
    left: 60px;
    background-image: url('../img/icon-lightbox-arrows@2x.png');
    background-size: auto 56px;
    background-position: -17px -28px;
  }
}
