/* line 5, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 9, ../sass/_base.scss */
::-moz-selection {
  background: #43cdec;
  color: #fff;
}

/* line 13, ../sass/_base.scss */
::selection {
  background: #43cdec;
  color: #fff;
}

/* line 17, ../sass/_base.scss */
img::-moz-selection {
  background: #43cdec;
  color: #fff;
}

/* line 21, ../sass/_base.scss */
img::selection {
  background: #43cdec;
  color: #fff;
}

/* line 27, ../sass/_base.scss */
a {
  outline: none !important;
  text-decoration: none;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

/* line 34, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 1, ../sass/_forms.scss */
input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 7, ../sass/_forms.scss */
label .form-required {
  color: #43cdec;
}

/* line 9, ../sass/_forms.scss */
input,
textarea,
.form-managed-file,
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
  border: none;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 1em;
  color: #606060;
  background: #c7c7c7;
}
/* line 22, ../sass/_forms.scss */
input.error,
textarea.error,
.form-managed-file.error,
select.error {
  outline: 3px solid red;
}
/* line 26, ../sass/_forms.scss */
input:focus,
textarea:focus,
.form-managed-file:focus,
select:focus {
  color: #c7c7c7;
  background: #444444;
}

/* line 32, ../sass/_forms.scss */
textarea {
  padding: 1em;
}

/* line 35, ../sass/_forms.scss */
.form-item {
  margin-bottom: 30px;
}
/* line 38, ../sass/_forms.scss */
.form-item input,
.form-item select {
  line-height: 1.2em;
}
/* line 43, ../sass/_forms.scss */
.form-item label {
  display: block;
  font-weight: 700;
}
/* line 48, ../sass/_forms.scss */
.form-item .description {
  font-size: 0.8em;
  line-height: 1.4em;
}

/* line 55, ../sass/_forms.scss */
input[type=submit],
button {
  display: inline-block;
  padding: 1em 2em;
  border: none;
  background: #43cdec;
  color: #fff;
  font-weight: 700;
}
/* line 64, ../sass/_forms.scss */
input[type=submit]:hover,
button:hover {
  background: #203f42;
}

/* line 70, ../sass/_forms.scss */
.webform-component-radios,
.webform-component-checkboxes,
#edit-submitted-time-ampm {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.webform-component-radios:after,
.webform-component-checkboxes:after,
#edit-submitted-time-ampm:after {
  content: "";
  display: table;
  clear: both;
}
/* line 82, ../sass/_forms.scss */
.webform-component-radios .form-item,
.webform-component-checkboxes .form-item,
#edit-submitted-time-ampm .form-item {
  float: none;
  width: auto;
  margin: 5px 0;
  margin-right: 0.25em;
  display: inline-block;
  text-align: center;
}
/* line 92, ../sass/_forms.scss */
.webform-component-radios .form-item input,
.webform-component-checkboxes .form-item input,
#edit-submitted-time-ampm .form-item input {
  display: none;
}
/* line 94, ../sass/_forms.scss */
.webform-component-radios .form-item .input-link,
.webform-component-checkboxes .form-item .input-link,
#edit-submitted-time-ampm .form-item .input-link {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #fff;
  background: #c7c7c7;
  border: 10px solid #c7c7c7;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
  vertical-align: middle;
}
/* line 104, ../sass/_forms.scss */
.webform-component-radios .form-item label,
.webform-component-checkboxes .form-item label,
#edit-submitted-time-ampm .form-item label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 1em;
}
/* line 115, ../sass/_forms.scss */
.webform-component-radios .form-item.inputChecked .input-link,
.webform-component-checkboxes .form-item.inputChecked .input-link,
#edit-submitted-time-ampm .form-item.inputChecked .input-link {
  background: #9b9b9b;
}

/* line 124, ../sass/_forms.scss */
.webform-component-checkboxes .form-item {
  display: block;
  text-align: left;
}
/* line 127, ../sass/_forms.scss */
.webform-component-checkboxes .form-item .input-link {
  border-radius: 0;
}

/* line 133, ../sass/_forms.scss */
.g-recaptcha {
  margin-bottom: 30px;
}
/* line 136, ../sass/_forms.scss */
.g-recaptcha > div > div {
  margin: auto;
}

/* line 141, ../sass/_forms.scss */
.webform-client-form {
  max-width: 1200px;
  margin: auto;
}
/* line 146, ../sass/_forms.scss */
.webform-client-form .webform-component-markup {
  font-size: 0.8em;
  line-height: 1.4em;
}
/* line 149, ../sass/_forms.scss */
.webform-client-form .webform-component-markup strong {
  font-weight: 700;
}
/* line 152, ../sass/_forms.scss */
.webform-client-form > div > fieldset {
  margin: 60px 0;
}
/* line 155, ../sass/_forms.scss */
.webform-client-form > div > fieldset > .fieldset-wrapper {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.webform-client-form > div > fieldset > .fieldset-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 480px) {
  /* line 160, ../sass/_forms.scss */
  .webform-client-form > div {
    *zoom: 1;
  }
  /* line 38, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .webform-client-form > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 162, ../sass/_forms.scss */
  .webform-client-form > div > fieldset {
    float: left;
    width: 100%;
  }
  /* line 170, ../sass/_forms.scss */
  .webform-client-form .form-actions,
  .webform-client-form .captcha {
    float: left;
    width: 96%;
    margin: 0 2%;
  }
  /* line 177, ../sass/_forms.scss */
  .webform-client-form > div > .form-item,
  .webform-client-form > div > fieldset > .fieldset-wrapper > .form-item {
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 186, ../sass/_forms.scss */
  .webform-client-form > div > .form-item.webform-component-textarea, .webform-client-form > div > .form-item.webform-component--preferred-doctor, .webform-client-form > div > .form-item.webform-component-markup, .webform-client-form > div > .form-item.webform-component--email-consent--appointment-reminders-electronic-consent,
  .webform-client-form > div > fieldset > .fieldset-wrapper > .form-item.webform-component-textarea,
  .webform-client-form > div > fieldset > .fieldset-wrapper > .form-item.webform-component--preferred-doctor,
  .webform-client-form > div > fieldset > .fieldset-wrapper > .form-item.webform-component-markup,
  .webform-client-form > div > fieldset > .fieldset-wrapper > .form-item.webform-component--email-consent--appointment-reminders-electronic-consent {
    width: 96%;
  }
}
/* line 196, ../sass/_forms.scss */
.webform-client-form .webform-component-date {
  padding-bottom: 0.6px;
}
/* line 199, ../sass/_forms.scss */
.webform-client-form .webform-component-date .webform-container-inline {
  display: flex;
}
/* line 203, ../sass/_forms.scss */
.webform-client-form .webform-component-date .webform-container-inline .form-item {
  float: none;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0;
}
/* line 209, ../sass/_forms.scss */
.webform-client-form .webform-component-date .webform-container-inline .form-item[class*="-month"] {
  order: 2;
}
/* line 212, ../sass/_forms.scss */
.webform-client-form .webform-component-date .webform-container-inline .form-item[class*="-day"] {
  order: 1;
}
/* line 215, ../sass/_forms.scss */
.webform-client-form .webform-component-date .webform-container-inline .form-item[class*="-year"] {
  order: 3;
}
/* line 219, ../sass/_forms.scss */
.webform-client-form .webform-component-date .webform-container-inline .form-item:last-child {
  margin-right: 0;
}
/* line 226, ../sass/_forms.scss */
.webform-client-form .webform-component-time .webform-container-inline {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.webform-client-form .webform-component-time .webform-container-inline:after {
  content: "";
  display: table;
  clear: both;
}
/* line 229, ../sass/_forms.scss */
.webform-client-form .webform-component-time .webform-container-inline .form-item {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 0;
}
/* line 235, ../sass/_forms.scss */
.webform-client-form .webform-component-time .webform-container-inline .form-item:last-child {
  margin-right: 0;
}

/* line 242, ../sass/_forms.scss */
.webform-component--contact-consent--contact-consent-information {
  font-size: 1.25em !important;
  line-height: 1.6em;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 265, ../sass/_forms.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100% !important;
}

/* line 274, ../sass/_forms.scss */
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 279, ../sass/_forms.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
}

/* line 290, ../sass/_forms.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 293, ../sass/_forms.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 296, ../sass/_forms.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 304, ../sass/_forms.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 312, ../sass/_forms.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1.2em;
  padding: 1em;
  background: #c7c7c7;
  background-clip: padding-box;
  color: #606060;
  text-decoration: none;
  white-space: nowrap;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 331, ../sass/_forms.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 334, ../sass/_forms.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 341, ../sass/_forms.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 344, ../sass/_forms.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 354, ../sass/_forms.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 357, ../sass/_forms.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 360, ../sass/_forms.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  right: 1em;
  top: 50%;
  width: 0;
  height: 0;
  border: 0.7em solid #606060;
  border-color: #606060 transparent transparent transparent;
  margin-top: -0.35em;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 398, ../sass/_forms.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 403, ../sass/_forms.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 410, ../sass/_forms.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 420, ../sass/_forms.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 429, ../sass/_forms.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 433, ../sass/_forms.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 438, ../sass/_forms.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 447, ../sass/_forms.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 452, ../sass/_forms.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 457, ../sass/_forms.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 460, ../sass/_forms.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 467, ../sass/_forms.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

/* line 484, ../sass/_forms.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 488, ../sass/_forms.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 493, ../sass/_forms.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 507, ../sass/_forms.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 528, ../sass/_forms.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 531, ../sass/_forms.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 541, ../sass/_forms.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 544, ../sass/_forms.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

/* line 555, ../sass/_forms.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 558, ../sass/_forms.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 561, ../sass/_forms.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 565, ../sass/_forms.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 573, ../sass/_forms.scss */
.chosen-container-active .chosen-single {
  color: #c7c7c7;
  background: #444444;
}
/* line 579, ../sass/_forms.scss */
.chosen-container-active .chosen-single div {
  border-top-color: #c7c7c7;
}

/* line 600, ../sass/_forms.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 603, ../sass/_forms.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 607, ../sass/_forms.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 613, ../sass/_forms.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 617, ../sass/_forms.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 620, ../sass/_forms.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 626, ../sass/_forms.scss */
.chosen-rtl {
  text-align: right;
}

/* line 629, ../sass/_forms.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 633, ../sass/_forms.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 638, ../sass/_forms.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 641, ../sass/_forms.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 645, ../sass/_forms.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 649, ../sass/_forms.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 652, ../sass/_forms.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 655, ../sass/_forms.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 659, ../sass/_forms.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 663, ../sass/_forms.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 667, ../sass/_forms.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 671, ../sass/_forms.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 675, ../sass/_forms.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 678, ../sass/_forms.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

/* line 684, ../sass/_forms.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 687, ../sass/_forms.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 694, ../sass/_forms.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* line 10, ../sass/screen.scss */
input,
textarea,
button {
  font-size: 1em;
  line-height: 1.4em;
}

/* line 17, ../sass/screen.scss */
html {
  font-family: "effra", sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.6em;
  color: #444444;
}
@media screen and (min-width: 640px) {
  /* line 17, ../sass/screen.scss */
  html {
    font-size: 1em;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 960px) {
  /* line 17, ../sass/screen.scss */
  html {
    font-size: 1.25em;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1600px) {
  /* line 17, ../sass/screen.scss */
  html {
    font-size: 1.375em;
    line-height: 1.8em;
  }
}

/* line 41, ../sass/screen.scss */
a {
  color: #43cdec;
}
/* line 44, ../sass/screen.scss */
a:hover {
  color: #bdd430;
}

/* line 47, ../sass/screen.scss */
.button,
button {
  display: inline-block;
  padding: 0.75em 2em;
  line-height: 1.1em;
  color: #fff;
  background: #43cdec;
  text-align: center;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 10, ../sass/_mixins.scss */
.button:hover,
button:hover {
  cursor: pointer;
  color: #fff;
  background: #bdd430;
}

/* line 1, ../sass/_header.scss */
#header {
  position: relative;
  background: #bcbcbc;
  color: #fff;
}
/* line 7, ../sass/_header.scss */
#header #site-title {
  width: 246px;
  position: relative;
  z-index: 500;
}
/* line 12, ../sass/_header.scss */
#header #site-title a {
  display: block;
}
/* line 16, ../sass/_header.scss */
#header #site-title img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 23, ../sass/_header.scss */
.adminimal-menu #header {
  top: 29px;
}
@media screen and (min-width: 768px) {
  /* line 28, ../sass/_header.scss */
  #header #site-title {
    width: 328px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1, ../sass/_header.scss */
  #header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  /* line 40, ../sass/_header.scss */
  #header.stuck {
    position: fixed;
  }
  /* line 43, ../sass/_header.scss */
  #header.stuck.hide {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 1200px) {
  /* line 1, ../sass/_header.scss */
  #header {
    *zoom: 1;
    line-height: 80px;
    background: #161616;
    background-clip: content-box;
  }
  /* line 38, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  #header:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 1400px) {
  /* line 1, ../sass/_header.scss */
  #header {
    height: 120px;
    line-height: 120px;
  }
  /* line 61, ../sass/_header.scss */
  #header #site-title {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
  }
}

/* line 72, ../sass/_header.scss */
#nav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
/* line 78, ../sass/_header.scss */
#nav h2 {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -60px;
  width: 60px;
  height: 60px;
}
/* line 86, ../sass/_header.scss */
#nav h2 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  line-height: 0;
}
/* line 92, ../sass/_header.scss */
#nav h2 a .icon {
  display: block;
  position: absolute;
  left: 12px;
  top: 15px;
  width: 36px;
  height: 30px;
}
/* line 101, ../sass/_header.scss */
#nav h2 a .icon .l {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background: #272828;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 109, ../sass/_header.scss */
#nav h2 a .icon .l.t {
  top: 0;
}
/* line 110, ../sass/_header.scss */
#nav h2 a .icon .l.m {
  top: 12px;
}
/* line 111, ../sass/_header.scss */
#nav h2 a .icon .l.b {
  top: 24px;
}
/* line 121, ../sass/_header.scss */
#nav.open h2 a .icon .l {
  top: 12px !important;
  background: red;
}
/* line 125, ../sass/_header.scss */
#nav.open h2 a .icon .l.t {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 126, ../sass/_header.scss */
#nav.open h2 a .icon .l.b, #nav.open h2 a .icon .l.m {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1199px) {
  /* line 134, ../sass/_header.scss */
  #nav ul {
    position: absolute;
    background: #272828;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500;
    padding: 1em 0 1em 0;
    margin-left: -100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  /* line 148, ../sass/_header.scss */
  #nav.open ul {
    margin-left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 152, ../sass/_header.scss */
  #nav li {
    padding: 0.25em 1em;
    font-size: 1.5em;
  }
}
/* line 160, ../sass/_header.scss */
#nav ul a {
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 1.8em;
}
/* line 166, ../sass/_header.scss */
#nav ul a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0.125em;
  background: #43cdec;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin-top: 0.125em;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 183, ../sass/_header.scss */
#nav ul a:hover:after, #nav ul a:focus:after, #nav ul a.active:after {
  margin-top: -0.125em;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 190, ../sass/_header.scss */
#nav li:nth-child(3n+1) a:after {
  background: #43cdec;
}
/* line 191, ../sass/_header.scss */
#nav li:nth-child(3n+2) a:after {
  background: #bdd430;
}
/* line 192, ../sass/_header.scss */
#nav li:nth-child(3n+3) a:after {
  background: #f1d100;
}
/* line 194, ../sass/_header.scss */
#nav li.last a {
  color: #43cdec;
}
@media screen and (min-width: 768px) {
  /* line 201, ../sass/_header.scss */
  #nav h2 {
    width: 80px;
    height: 80px;
    margin-top: -80px;
  }
  /* line 206, ../sass/_header.scss */
  #nav h2 a .icon {
    left: 22px;
    top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 72, ../sass/_header.scss */
  #nav {
    right: 0;
    left: auto;
    bottom: 0;
    text-align: right;
    font-size: 0.75em;
    line-height: 80px;
    top: auto;
    text-transform: uppercase;
    font-weight: 400;
  }
  /* line 224, ../sass/_header.scss */
  #nav h2 {
    display: none;
  }
  /* line 226, ../sass/_header.scss */
  #nav ul {
    display: block;
  }
  /* line 228, ../sass/_header.scss */
  #nav li {
    display: inline-block;
    padding: 0 1em;
  }
  /* line 232, ../sass/_header.scss */
  #nav li.last a {
    display: inline-block;
    padding: 0.75em 2em;
    line-height: 1.1em;
    color: #fff;
    background: #43cdec;
    text-align: center;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    color: #161616;
    padding: 1em 1.5em;
  }
  /* line 10, ../sass/_mixins.scss */
  #nav li.last a:hover {
    cursor: pointer;
    color: #fff;
    background: #bdd430;
  }
}
@media screen and (min-width: 1400px) {
  /* line 72, ../sass/_header.scss */
  #nav {
    line-height: 80px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 1400px) {
  /* line 72, ../sass/_header.scss */
  #nav {
    line-height: 120px;
  }
}

/* line 2, ../sass/_banner.scss */
#banner {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  /* line 2, ../sass/_banner.scss */
  #banner {
    margin-top: 0;
  }
}

/* line 13, ../sass/_banner.scss */
.front #banner .video {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 22, ../sass/_banner.scss */
.front #banner .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}

/* line 37, ../sass/_banner.scss */
.not-front #banner {
  position: relative;
  background: url('/sites/all/themes/twenty2016/img/banner-1.jpg?1578782120') 50% 50% no-repeat;
  background-size: cover;
}
/* line 42, ../sass/_banner.scss */
.not-front #banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.5);
}
/* line 52, ../sass/_banner.scss */
.not-front #banner h1 {
  position: relative;
  font-size: 3em;
  font-weight: 700;
  color: #fff;
  line-height: 1.4em;
  padding: 80px 15px;
  max-width: 12em;
  margin: auto;
}
@media screen and (min-width: 768px) {
  /* line 67, ../sass/_banner.scss */
  .not-front #banner h1 {
    font-size: 4em;
    line-height: 1.4em;
    padding: 160px 15px;
  }
}
@media screen and (min-width: 960px) {
  /* line 37, ../sass/_banner.scss */
  .not-front #banner {
    padding-top: 80px;
  }
  /* line 77, ../sass/_banner.scss */
  .not-front #banner h1 {
    padding: 250px 15px;
  }
}

/* line 85, ../sass/_banner.scss */
.view-home-banner {
  position: relative;
  z-index: 200;
}
/* line 89, ../sass/_banner.scss */
.view-home-banner .view-content {
  position: relative;
  height: 360px;
  overflow: hidden;
}
/* line 95, ../sass/_banner.scss */
.view-home-banner .views-row {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: 100%;
}
/* line 103, ../sass/_banner.scss */
.view-home-banner .views-row.current {
  margin-left: 0;
}
/* line 108, ../sass/_banner.scss */
.view-home-banner .pager {
  display: none;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
/* line 116, ../sass/_banner.scss */
.view-home-banner .pager li {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  padding: 10px;
}
/* line 122, ../sass/_banner.scss */
.view-home-banner .pager li a {
  display: inline-block;
  width: 12px;
  height: 12px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background: #fff;
}
/* line 130, ../sass/_banner.scss */
.view-home-banner .pager li.current {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 136, ../sass/_banner.scss */
.view-home-banner .arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 142, ../sass/_banner.scss */
  .view-home-banner .view-content {
    height: 500px;
  }
}
@media screen and (min-width: 960px) {
  /* line 149, ../sass/_banner.scss */
  .view-home-banner .view-content {
    height: 100vh;
  }
  /* line 153, ../sass/_banner.scss */
  .view-home-banner .pager {
    bottom: 20px;
  }
  /* line 156, ../sass/_banner.scss */
  .view-home-banner .pager li {
    padding: 15px;
  }
  /* line 159, ../sass/_banner.scss */
  .view-home-banner .pager li a {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 169, ../sass/_banner.scss */
  .view-home-banner .pager {
    bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 174, ../sass/_banner.scss */
  .view-home-banner .pager {
    bottom: 40px;
  }
}

@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
/* line 187, ../sass/_banner.scss */
.node-home-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 100%;
}
/* line 194, ../sass/_banner.scss */
.front .node-home-banner {
  background: transparent !important;
}
/* line 198, ../sass/_banner.scss */
.node-home-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 40, 40, 0.5);
}
/* line 208, ../sass/_banner.scss */
.node-home-banner .content {
  position: relative;
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 700px;
  margin: auto;
  padding: 15px;
}
@media screen and (min-width: 1600px) {
  /* line 208, ../sass/_banner.scss */
  .node-home-banner .content {
    max-width: 800px;
  }
}
/* line 224, ../sass/_banner.scss */
.node-home-banner .text {
  max-width: 16em;
}
/* line 227, ../sass/_banner.scss */
.node-home-banner .text .info {
  font-weight: 300;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.6em;
}
/* line 238, ../sass/_banner.scss */
.node-home-banner h2 {
  font-size: 1.75em;
  margin-bottom: 0.25em;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
}
/* line 249, ../sass/_banner.scss */
.node-home-banner .link {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  margin-top: 2em;
}
/* line 253, ../sass/_banner.scss */
.node-home-banner .link a {
  display: block;
  padding: 1em 0;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
/* line 263, ../sass/_banner.scss */
.node-home-banner .link a::after, .node-home-banner .link a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border: 3px solid #43cdec;
  border-style: solid solid none none;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 276, ../sass/_banner.scss */
.node-home-banner .link a:hover {
  color: #fff;
}
/* line 278, ../sass/_banner.scss */
.node-home-banner .link a:hover::after, .node-home-banner .link a:hover::before {
  border-color: #fff;
}
/* line 280, ../sass/_banner.scss */
.node-home-banner .link a:hover::after {
  right: -3px;
}
/* line 283, ../sass/_banner.scss */
.node-home-banner .link a:hover::before {
  right: 3px;
}
@media screen and (min-width: 768px) {
  /* line 187, ../sass/_banner.scss */
  .node-home-banner {
    font-size: 1.5em;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 960px) {
  /* line 300, ../sass/_banner.scss */
  .node-home-banner > .content {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 308, ../sass/_banner.scss */
  .node-home-banner > .content {
    padding: 80px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 318, ../sass/_banner.scss */
  .node-home-banner .text {
    max-width: 26em;
  }
  /* line 322, ../sass/_banner.scss */
  .node-home-banner h2 {
    font-size: 2em;
    line-height: 1.1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 960px) {
  /* line 332, ../sass/_banner.scss */
  .node-home-banner h2 {
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  /* line 336, ../sass/_banner.scss */
  .node-home-banner .text .info {
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  /* line 342, ../sass/_banner.scss */
  .loaded .node-home-banner h2,
  .loaded .node-home-banner .text .info {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
  }
  /* line 348, ../sass/_banner.scss */
  .loaded .node-home-banner .text .info {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

/* line 1, ../sass/_panels.scss */
.panel-pane {
  padding: 30px 15px;
}
/* line 5, ../sass/_panels.scss */
.panel-pane.pane-node-field-basic-html {
  padding-bottom: 0;
}
/* line 9, ../sass/_panels.scss */
.panel-pane .pane-title {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
/* line 17, ../sass/_panels.scss */
.panel-pane .panel-pane {
  padding: 0;
}
@media screen and (min-width: 640px) {
  /* line 22, ../sass/_panels.scss */
  .panel-pane > .pane-content > .field-name-field-basic-html,
  .panel-pane > .pane-content > .field-name-body {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/_panels.scss */
  .panel-pane {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 1, ../sass/_panels.scss */
  .panel-pane {
    padding: 120px 20px;
  }
}

/* line 3, ../sass/_services.scss */
.view-services .view-content,
.view-services .all-button {
  overflow: hidden;
  *zoom: 1;
  max-width: 1400px;
  margin: auto;
}
/* line 11, ../sass/_services.scss */
.view-services .header {
  max-width: 1320px;
  margin: auto;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
@media screen and (min-width: 960px) {
  /* line 11, ../sass/_services.scss */
  .view-services .header {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 11, ../sass/_services.scss */
  .view-services .header {
    padding: 0 30px;
  }
}
/* line 38, ../sass/_services.scss */
.view-services .header h2 {
  font-size: 1.75em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* line 46, ../sass/_services.scss */
.view-services .header a {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* line 53, ../sass/_services.scss */
.view-services .views-row {
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  /* line 82, ../sass/_services.scss */
  .view-services .views-row {
    float: left;
    width: 33.33%;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  /* line 1, ../sass/_services.scss */
  .view-services {
    font-size: 0.8em;
    line-height: 1.6em;
  }
}

@media screen and (min-width: 640px) {
  /* line 94, ../sass/_services.scss */
  .view-services .all-button {
    padding: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  /* line 101, ../sass/_services.scss */
  .view-services .all-button.ready {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  /* line 105, ../sass/_services.scss */
  .view-services .all-button.ready.loaded {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  /* line 115, ../sass/_services.scss */
  .view-services .all-button {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 121, ../sass/_services.scss */
  .view-services .all-button {
    padding: 0 30px;
  }
  /* line 124, ../sass/_services.scss */
  .view-services .all-button a {
    font-size: 2em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 1400px) {
  /* line 132, ../sass/_services.scss */
  .view-services .all-button {
    padding: 0 40px;
  }
}

/* line 146, ../sass/_services.scss */
.node-service.node-teaser a.page-link {
  display: block;
  position: relative;
  color: #444444;
  padding-bottom: 90px;
}
/* line 153, ../sass/_services.scss */
.node-service.node-teaser .content {
  position: relative;
}
/* line 157, ../sass/_services.scss */
.node-service.node-teaser .icon {
  margin-bottom: 15px;
  position: relative;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}
/* line 165, ../sass/_services.scss */
.node-service.node-teaser h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0.25em;
}
/* line 172, ../sass/_services.scss */
.node-service.node-teaser .rollover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 40px solid transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 60px 40px;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
/* line 189, ../sass/_services.scss */
.node-service.node-teaser .rollover .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
/* line 199, ../sass/_services.scss */
.node-service.node-teaser .rollover .thumb,
.node-service.node-teaser .rollover .thumb > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 211, ../sass/_services.scss */
.node-service.node-teaser .rollover .thumb > div {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* line 217, ../sass/_services.scss */
.node-service.node-teaser .rollover .more-text {
  position: relative;
  margin-bottom: 1em;
}
/* line 222, ../sass/_services.scss */
.node-service.node-teaser .rollover .icon {
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
/* line 228, ../sass/_services.scss */
.node-service.node-teaser .more-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  overflow: hidden;
  background: #43cdec;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 238, ../sass/_services.scss */
.views-row:nth-child(3n+2) .node-service.node-teaser .more-bar {
  background: #bdd430;
}
/* line 239, ../sass/_services.scss */
.views-row:nth-child(3n+3) .node-service.node-teaser .more-bar {
  background: #f1d100;
}
/* line 241, ../sass/_services.scss */
.node-service.node-teaser .more-bar > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 259, ../sass/_services.scss */
.node-service.node-teaser a.page-link:hover .rollover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  height: 100%;
}
/* line 264, ../sass/_services.scss */
.node-service.node-teaser a.page-link:hover .more-bar {
  height: 40px;
}
@media screen and (min-width: 640px) {
  /* line 138, ../sass/_services.scss */
  .node-service.node-teaser {
    padding: 5px;
  }
  /* line 272, ../sass/_services.scss */
  .node-service.node-teaser a.page-link {
    padding-bottom: 0;
  }
  /* line 274, ../sass/_services.scss */
  .node-service.node-teaser .content {
    height: 0;
    padding-bottom: 125%;
  }
  /* line 280, ../sass/_services.scss */
  .node-service.node-teaser .icon {
    height: 0;
    padding-bottom: 50%;
  }
  /* line 284, ../sass/_services.scss */
  .node-service.node-teaser .icon > div {
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 291, ../sass/_services.scss */
  .node-service.node-teaser .rollover {
    padding: 60px 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 298, ../sass/_services.scss */
  .node-service.node-teaser.ready {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  /* line 302, ../sass/_services.scss */
  .node-service.node-teaser.ready.loaded {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 307, ../sass/_services.scss */
  .views-row:nth-child(3n+2) .node-service.node-teaser.ready.loaded {
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  /* line 308, ../sass/_services.scss */
  .views-row:nth-child(3n+3) .node-service.node-teaser.ready.loaded {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
@media screen and (min-width: 960px) {
  /* line 138, ../sass/_services.scss */
  .node-service.node-teaser {
    padding: 15px;
  }
  /* line 316, ../sass/_services.scss */
  .node-service.node-teaser .icon {
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  /* line 320, ../sass/_services.scss */
  .node-service.node-teaser .more-bar > div {
    line-height: 60px;
  }
  /* line 326, ../sass/_services.scss */
  .node-service.node-teaser a.page-link:hover .more-bar {
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 138, ../sass/_services.scss */
  .node-service.node-teaser {
    padding: 30px;
  }
  /* line 336, ../sass/_services.scss */
  .node-service.node-teaser .content {
    padding-bottom: 125%;
  }
}
@media screen and (min-width: 1400px) {
  /* line 138, ../sass/_services.scss */
  .node-service.node-teaser {
    padding: 40px;
  }
  /* line 344, ../sass/_services.scss */
  .node-service.node-teaser .icon {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  /* line 348, ../sass/_services.scss */
  .node-service.node-teaser .more-bar {
    height: 30px;
  }
  /* line 351, ../sass/_services.scss */
  .node-service.node-teaser .more-bar > div {
    line-height: 80px;
    height: 80px;
  }
  /* line 359, ../sass/_services.scss */
  .node-service.node-teaser a.page-link:hover .more-bar {
    height: 80px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 368, ../sass/_services.scss */
  .node-service.node-teaser .content {
    padding-bottom: 125%;
  }
  /* line 371, ../sass/_services.scss */
  .node-service.node-teaser .field-name-body {
    font-size: 0.9em;
  }
}

/* line 379, ../sass/_services.scss */
.node-service.node-full .field-name-body {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
/* line 385, ../sass/_services.scss */
.node-service.node-full .field-name-body h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
/* line 393, ../sass/_services.scss */
.node-service.node-full .pane-node-field-photos {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
}
/* line 399, ../sass/_services.scss */
.node-service.node-full .field-name-field-photos {
  overflow: hidden;
  *zoom: 1;
}
/* line 402, ../sass/_services.scss */
.node-service.node-full .field-name-field-photos .field-item {
  float: left;
  width: 33.33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
/* line 409, ../sass/_services.scss */
.node-service.node-full .field-name-field-photos .field-item img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 480px) {
  /* line 418, ../sass/_services.scss */
  .node-service.node-full .pane-node-field-photos {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  /* line 425, ../sass/_services.scss */
  .node-service.node-full .field-name-field-basic-html,
  .node-service.node-full .links {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 960px) {
  /* line 433, ../sass/_services.scss */
  .node-service.node-full .pane-node-field-photos .field-item {
    padding: 15px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 440, ../sass/_services.scss */
  .node-service.node-full .field-name-field-basic-html,
  .node-service.node-full .links {
    padding: 120px 20px;
  }
}

/* line 3, ../sass/_news.scss */
.view-news .view-content {
  overflow: hidden;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 10, ../sass/_news.scss */
.view-news .form-item-field-categories-tid {
  text-align: center;
  padding: 30px 0 0 0;
}
/* line 14, ../sass/_news.scss */
.view-news .form-item-field-categories-tid .description {
  display: none;
}
/* line 16, ../sass/_news.scss */
.view-news .form-item-field-categories-tid .form-item {
  margin-bottom: 0;
}
/* line 20, ../sass/_news.scss */
.view-news .form-item-field-categories-tid .form-type-bef-link {
  display: inline-block;
  padding: 5px;
}
/* line 23, ../sass/_news.scss */
.view-news .form-item-field-categories-tid .form-type-bef-link a {
  display: inline-block;
  padding: 0.75em 2em;
  background: #bfbfbf;
  color: #676767;
  font-weight: 700;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 31, ../sass/_news.scss */
.view-news .form-item-field-categories-tid .form-type-bef-link a:hover {
  background: #676767;
  color: #bfbfbf;
}
/* line 40, ../sass/_news.scss */
.view-news.view-display-id-page_1 .view-content {
  padding: 30px 15px;
}
@media screen and (min-width: 640px) {
  /* line 47, ../sass/_news.scss */
  .view-news .view-content {
    padding: 0 5px;
  }
  /* line 51, ../sass/_news.scss */
  .view-news .views-row {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  /* line 1, ../sass/_news.scss */
  .view-news {
    font-size: 0.8em;
    line-height: 1.6em;
  }
}

@media screen and (min-width: 768px) {
  /* line 65, ../sass/_news.scss */
  .view-news.view-display-id-page_1 .view-content {
    padding: 80px 20px;
  }
  /* line 68, ../sass/_news.scss */
  .view-news .form-item-field-categories-tid {
    padding: 80px 25px 0 25px;
  }
}
@media screen and (min-width: 960px) {
  /* line 75, ../sass/_news.scss */
  .view-news .view-content {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 82, ../sass/_news.scss */
  .view-news .view-content {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 89, ../sass/_news.scss */
  .view-news .view-content {
    padding: 0 40px;
  }
}

/* line 95, ../sass/_news.scss */
.pane-news-panel-pane-1 {
  padding: 0 !important;
}
/* line 97, ../sass/_news.scss */
.pane-news-panel-pane-1 .view-content {
  padding: 0 !important;
}

/* line 102, ../sass/_news.scss */
.node-article.node-teaser a.page-link {
  display: block;
  position: relative;
}
/* line 106, ../sass/_news.scss */
.node-article.node-teaser a.page-link .field-name-field-thumb {
  overflow: hidden;
}
/* line 109, ../sass/_news.scss */
.node-article.node-teaser a.page-link .field-name-field-thumb img {
  display: block;
  width: 100%;
  height: auto;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 116, ../sass/_news.scss */
.node-article.node-teaser a.page-link .field-name-field-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
}
/* line 129, ../sass/_news.scss */
.node-article.node-teaser a.page-link .field-name-field-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  z-index: 200;
}
/* line 141, ../sass/_news.scss */
.node-article.node-teaser a.page-link .thumb-placeholder {
  padding-bottom: 40%;
  background: #f1d100;
}
/* line 145, ../sass/_news.scss */
.views-row:nth-child(4n+2) .node-article.node-teaser a.page-link .thumb-placeholder, .views-row:nth-child(4n+3) .node-article.node-teaser a.page-link .thumb-placeholder {
  background: #bdd430;
}
/* line 151, ../sass/_news.scss */
.node-article.node-teaser a.page-link .date {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  z-index: 201;
}
/* line 158, ../sass/_news.scss */
.node-article.node-teaser a.page-link .date span {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  background: #43cdec;
  padding: 0.5em;
}
/* line 169, ../sass/_news.scss */
.node-article.node-teaser a.page-link .content {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 201;
}
/* line 176, ../sass/_news.scss */
.node-article.node-teaser a.page-link .content h2 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.6em;
  max-width: 18em;
  color: #fff;
}
/* line 200, ../sass/_news.scss */
.node-article.node-teaser a.page-link:hover .field-name-field-thumb::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 204, ../sass/_news.scss */
.node-article.node-teaser a.page-link:hover .field-name-field-thumb img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 396, ../sass/_news.scss */
.node-article.view-mode-full > .paragraphs-items-field-body {
  padding: 30px 15px;
}
/* line 25, ../sass/_mixins.scss */
.node-article.view-mode-full > .paragraphs-items-field-body p, .node-article.view-mode-full > .paragraphs-items-field-body ul, .node-article.view-mode-full > .paragraphs-items-field-body ol {
  margin: 1em 0;
}
/* line 29, ../sass/_mixins.scss */
.node-article.view-mode-full > .paragraphs-items-field-body ul li {
  list-style: disc;
}
/* line 30, ../sass/_mixins.scss */
.node-article.view-mode-full > .paragraphs-items-field-body ol li {
  list-style: decimal;
}
/* line 32, ../sass/_mixins.scss */
.node-article.view-mode-full > .paragraphs-items-field-body ul, .node-article.view-mode-full > .paragraphs-items-field-body ol {
  padding-left: 1em;
}
/* line 34, ../sass/_mixins.scss */
.node-article.view-mode-full > .paragraphs-items-field-body li {
  padding: 0.25em 0;
}
/* line 402, ../sass/_news.scss */
.node-article.view-mode-full .entity-paragraphs-item {
  margin-bottom: 30px;
}
/* line 406, ../sass/_news.scss */
.node-article.view-mode-full .footer {
  background: #ececec;
  padding: 30px 15px;
}
/* line 411, ../sass/_news.scss */
.node-article.view-mode-full .footer > .inner {
  margin: auto;
  max-width: 1200px;
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.node-article.view-mode-full .footer > .inner:after {
  content: "";
  display: table;
  clear: both;
}
/* line 420, ../sass/_news.scss */
.node-article.view-mode-full .footer .nav > div,
.node-article.view-mode-full .footer .nav > a,
.node-article.view-mode-full .footer .nav > span {
  display: inline-block;
  margin: 5px;
}
/* line 429, ../sass/_news.scss */
.node-article.view-mode-full .footer .nav div {
  display: inline-block;
}
/* line 430, ../sass/_news.scss */
.node-article.view-mode-full .footer .nav a,
.node-article.view-mode-full .footer .nav span {
  display: inline-block;
  padding: 0 1.5em;
  line-height: 60px;
  background: #b7b7b7;
  color: #6e6c6c;
  font-weight: 700;
  width: 5em;
  text-align: center;
}
/* line 444, ../sass/_news.scss */
.node-article.view-mode-full .footer .nav a:hover,
.node-article.view-mode-full .footer .nav span:hover {
  background: #6e6c6c;
  color: #b7b7b7;
}
/* line 451, ../sass/_news.scss */
.node-article.view-mode-full .footer h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.25em;
}
/* line 458, ../sass/_news.scss */
.node-article.view-mode-full .footer .sharethis-wrapper {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 30px;
}
/* line 462, ../sass/_news.scss */
.node-article.view-mode-full .footer .sharethis-wrapper span {
  display: block;
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  margin: 5px;
  background: #b7b7b7 url('/sites/all/themes/twenty2016/img/share.png?1578782120') 0px 0px no-repeat;
}
/* line 472, ../sass/_news.scss */
.node-article.view-mode-full .footer .sharethis-wrapper span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #6e6c6c url('/sites/all/themes/twenty2016/img/share.png?1578782120') 0px -80px no-repeat;
  opacity: 0;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 486, ../sass/_news.scss */
.node-article.view-mode-full .footer .sharethis-wrapper span:hover:after {
  opacity: 1;
}
/* line 491, ../sass/_news.scss */
.node-article.view-mode-full .footer .sharethis-wrapper span.st_pinterest_custom {
  background-position: -320px 0px;
}
/* line 494, ../sass/_news.scss */
.node-article.view-mode-full .footer .sharethis-wrapper span.st_pinterest_custom:after {
  background-position: -320px -80px;
}
/* line 496, ../sass/_news.scss */
.node-article.view-mode-full .footer .sharethis-wrapper span.st_googleplus_custom {
  background-position: -160px 0px;
}
/* line 499, ../sass/_news.scss */
.node-article.view-mode-full .footer .sharethis-wrapper span.st_googleplus_custom:after {
  background-position: -160px -80px;
}
/* line 501, ../sass/_news.scss */
.node-article.view-mode-full .footer .sharethis-wrapper span.st_twitter_custom {
  background-position: -240px 0px;
}
/* line 504, ../sass/_news.scss */
.node-article.view-mode-full .footer .sharethis-wrapper span.st_twitter_custom:after {
  background-position: -240px -80px;
}
/* line 506, ../sass/_news.scss */
.node-article.view-mode-full .footer .sharethis-wrapper span.st_facebook_custom {
  background-position: -400px 0;
}
/* line 509, ../sass/_news.scss */
.node-article.view-mode-full .footer .sharethis-wrapper span.st_facebook_custom:after {
  background-position: -400px -80px;
}
/* line 511, ../sass/_news.scss */
.node-article.view-mode-full .footer .sharethis-wrapper span.st_linkedin_custom {
  background-position: -80px 0;
}
/* line 514, ../sass/_news.scss */
.node-article.view-mode-full .footer .sharethis-wrapper span.st_linkedin_custom:after {
  background-position: -80px -80px;
}
@media screen and (min-width: 768px) {
  /* line 521, ../sass/_news.scss */
  .node-article.view-mode-full > .paragraphs-items-field-body,
  .node-article.view-mode-full .footer {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 960px) {
  /* line 527, ../sass/_news.scss */
  .node-article.view-mode-full .share,
  .node-article.view-mode-full .nav {
    float: left;
    width: 50%;
  }
  /* line 534, ../sass/_news.scss */
  .node-article.view-mode-full .footer .nav a,
  .node-article.view-mode-full .footer .nav span {
    line-height: 80px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 542, ../sass/_news.scss */
  .node-article.view-mode-full > .paragraphs-items-field-body,
  .node-article.view-mode-full .footer {
    padding: 120px 20px;
  }
}

/* line 549, ../sass/_news.scss */
.paragraphs-item-embeded-content iframe {
  display: block;
  margin: auto;
}

/* line 556, ../sass/_news.scss */
.media-youtube-video,
.media-vimeo-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
/* line 562, ../sass/_news.scss */
.media-youtube-video iframe,
.media-vimeo-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 3, ../sass/_brands.scss */
.view-brands .view-content,
.view-brands .all-button {
  *zoom: 1;
  max-width: 1400px;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 38, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.view-brands .view-content:after,
.view-brands .all-button:after {
  content: "";
  display: table;
  clear: both;
}
/* line 11, ../sass/_brands.scss */
.view-brands .views-row {
  float: left;
  width: 50%;
}
@media screen and (max-width: 639px) {
  /* line 16, ../sass/_brands.scss */
  .view-brands .views-row.views-row-odd {
    clear: left;
  }
}
/* line 20, ../sass/_brands.scss */
.view-brands .all-button {
  padding: 0;
  max-width: 1360px;
}
/* line 23, ../sass/_brands.scss */
.view-brands .all-button a {
  display: block;
  padding: 1em 2em;
  background: #e2e2e2;
  color: #6f6f6f;
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: center;
  font-weight: 700;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 34, ../sass/_brands.scss */
.view-brands .all-button a:hover {
  background: #6f6f6f;
  color: #e2e2e2;
}
@media screen and (min-width: 640px) {
  /* line 42, ../sass/_brands.scss */
  .view-brands .views-row {
    width: 25%;
    margin-bottom: 30px;
  }
  /* line 46, ../sass/_brands.scss */
  .view-brands .views-row:nth-child(4n+1) {
    clear: left;
  }
  /* line 49, ../sass/_brands.scss */
  .view-brands .all-button {
    padding: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  /* line 56, ../sass/_brands.scss */
  .view-brands .all-button.ready {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  /* line 60, ../sass/_brands.scss */
  .view-brands .all-button.ready.loaded {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  /* line 70, ../sass/_brands.scss */
  .view-brands .all-button {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 77, ../sass/_brands.scss */
  .view-brands .view-content {
    padding: 0 10px;
  }
  /* line 80, ../sass/_brands.scss */
  .view-brands .all-button {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 86, ../sass/_brands.scss */
  .view-brands .view-content {
    padding: 0 20px;
  }
  /* line 87, ../sass/_brands.scss */
  .view-brands .all-button {
    padding: 0 20px;
  }
}
/* line 93, ../sass/_brands.scss */
.view-brands .header {
  max-width: 1320px;
  margin: auto;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
@media screen and (min-width: 960px) {
  /* line 93, ../sass/_brands.scss */
  .view-brands .header {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 93, ../sass/_brands.scss */
  .view-brands .header {
    padding: 0 30px;
  }
}
/* line 120, ../sass/_brands.scss */
.view-brands .header h2 {
  font-size: 1.75em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* line 128, ../sass/_brands.scss */
.view-brands .header a {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 136, ../sass/_brands.scss */
.node-brand.node-teaser {
  padding-bottom: 15px;
}
@media screen and (max-width: 639px) {
  /* line 140, ../sass/_brands.scss */
  .views-row-odd .node-brand.node-teaser {
    padding-right: 7px;
  }
  /* line 141, ../sass/_brands.scss */
  .views-row-even .node-brand.node-teaser {
    padding-left: 8px;
  }
}
/* line 144, ../sass/_brands.scss */
.node-brand.node-teaser a {
  display: block;
  position: relative;
  color: #444444;
  text-align: left;
}
/* line 150, ../sass/_brands.scss */
.node-brand.node-teaser a .field-name-field-thumb {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
/* line 155, ../sass/_brands.scss */
.node-brand.node-teaser a .field-name-field-thumb img {
  display: block;
  width: 100%;
  height: auto;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 162, ../sass/_brands.scss */
.node-brand.node-teaser a .field-name-field-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 175, ../sass/_brands.scss */
.node-brand.node-teaser a .logo {
  position: relative;
}
/* line 178, ../sass/_brands.scss */
.node-brand.node-teaser a .logo h2 {
  margin: 0 !important;
}
/* line 192, ../sass/_brands.scss */
.node-brand.node-teaser a .logo > div img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 199, ../sass/_brands.scss */
.node-brand.node-teaser a .logo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 213, ../sass/_brands.scss */
.node-brand.node-teaser a h2 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-top: 0.5em;
}
/* line 222, ../sass/_brands.scss */
.node-brand.node-teaser a:hover .field-name-field-thumb::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 226, ../sass/_brands.scss */
.node-brand.node-teaser a:hover .field-name-field-thumb img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media screen and (min-width: 640px) {
  /* line 136, ../sass/_brands.scss */
  .node-brand.node-teaser {
    padding: 5px;
  }
}
@media screen and (min-width: 768px) {
  /* line 239, ../sass/_brands.scss */
  .node-brand.node-teaser.ready {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  /* line 243, ../sass/_brands.scss */
  .node-brand.node-teaser.ready.loaded {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 248, ../sass/_brands.scss */
  .views-row:nth-child(4n+2) .node-brand.node-teaser.ready.loaded {
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  /* line 249, ../sass/_brands.scss */
  .views-row:nth-child(4n+3) .node-brand.node-teaser.ready.loaded {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  /* line 250, ../sass/_brands.scss */
  .views-row:nth-child(4n+4) .node-brand.node-teaser.ready.loaded {
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
}
@media screen and (min-width: 960px) {
  /* line 136, ../sass/_brands.scss */
  .node-brand.node-teaser {
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 136, ../sass/_brands.scss */
  .node-brand.node-teaser {
    padding: 20px;
  }
}

/* line 267, ../sass/_brands.scss */
.node-brand.view-mode-full .field-name-field-basic-html {
  padding: 30px 15px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
/* line 274, ../sass/_brands.scss */
.node-brand.view-mode-full .field-name-field-basic-html h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
/* line 282, ../sass/_brands.scss */
.node-brand.view-mode-full .field-name-field-photos {
  overflow: hidden;
  *zoom: 1;
}
/* line 285, ../sass/_brands.scss */
.node-brand.view-mode-full .field-name-field-photos .field-item {
  float: left;
  width: 33.33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
/* line 292, ../sass/_brands.scss */
.node-brand.view-mode-full .field-name-field-photos .field-item img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 300, ../sass/_brands.scss */
.node-brand.view-mode-full .links {
  text-align: center;
  padding: 30px 15px;
}
/* line 305, ../sass/_brands.scss */
.node-brand.view-mode-full .links > div {
  display: inline-block;
}
/* line 310, ../sass/_brands.scss */
.node-brand.view-mode-full .links a {
  display: inline-block;
  padding: 0 2em;
  line-height: 60px;
  background: #b7b7b7;
  color: #6e6c6c;
  font-weight: 700;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 327, ../sass/_brands.scss */
.node-brand.view-mode-full .links a:hover {
  background: #6e6c6c;
  color: #b7b7b7;
}
@media screen and (min-width: 480px) {
  /* line 335, ../sass/_brands.scss */
  .node-brand.view-mode-full .field-name-field-photos {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  /* line 341, ../sass/_brands.scss */
  .node-brand.view-mode-full .field-name-field-basic-html,
  .node-brand.view-mode-full .links {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 960px) {
  /* line 349, ../sass/_brands.scss */
  .node-brand.view-mode-full .field-name-field-photos .field-item {
    padding: 15px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 356, ../sass/_brands.scss */
  .node-brand.view-mode-full .field-name-field-basic-html,
  .node-brand.view-mode-full .links {
    padding: 120px 20px;
  }
}

/* line 1, ../sass/_companies.scss */
.pane-companies-panel-pane-insurance {
  padding-top: 0 !important;
}

/* line 7, ../sass/_companies.scss */
.view-companies .view-content {
  *zoom: 1;
  max-width: 1400px;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 38, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.view-companies .view-content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 14, ../sass/_companies.scss */
.view-companies .views-row {
  float: left;
  width: 50%;
}
@media screen and (max-width: 639px) {
  /* line 19, ../sass/_companies.scss */
  .view-companies .views-row.views-row-odd {
    clear: left;
  }
}
@media screen and (min-width: 640px) {
  /* line 24, ../sass/_companies.scss */
  .view-companies .views-row {
    width: 25%;
    margin-bottom: 30px;
  }
  /* line 28, ../sass/_companies.scss */
  .view-companies .views-row:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  /* line 34, ../sass/_companies.scss */
  .view-companies .view-content {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 40, ../sass/_companies.scss */
  .view-companies .view-content {
    padding: 0 20px;
  }
}

/* line 45, ../sass/_companies.scss */
.view-companies .views-field-field-logo {
  padding-bottom: 15px;
}
@media screen and (max-width: 639px) {
  /* line 50, ../sass/_companies.scss */
  .views-row-odd .view-companies .views-field-field-logo {
    padding-right: 7px;
  }
  /* line 51, ../sass/_companies.scss */
  .views-row-even .view-companies .views-field-field-logo {
    padding-left: 8px;
  }
}
@media screen and (min-width: 640px) {
  /* line 45, ../sass/_companies.scss */
  .view-companies .views-field-field-logo {
    padding: 5px;
  }
}
@media screen and (min-width: 960px) {
  /* line 45, ../sass/_companies.scss */
  .view-companies .views-field-field-logo {
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 45, ../sass/_companies.scss */
  .view-companies .views-field-field-logo {
    padding: 20px;
  }
}

/* line 1, ../sass/_announcement.scss */
#block-block-3 {
  background: #ebeaea;
  text-align: center;
}
/* line 5, ../sass/_announcement.scss */
#block-block-3 > div {
  max-width: 40em;
  margin: auto;
  padding: 30px 15px;
  color: #7a7a7a;
}
@media screen and (min-width: 768px) {
  /* line 5, ../sass/_announcement.scss */
  #block-block-3 > div {
    padding: 80px 20px;
    font-size: 1.25em;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1400px) {
  /* line 5, ../sass/_announcement.scss */
  #block-block-3 > div {
    padding: 120px 20px;
  }
}
/* line 21, ../sass/_announcement.scss */
#block-block-3 > div h2 {
  font-size: 1.75em;
  line-height: 1.2em;
  font-weight: 700;
  color: #161616;
  margin-bottom: 0.5em;
}
/* line 29, ../sass/_announcement.scss */
#block-block-3 > div p {
  margin-bottom: 1em;
}
/* line 31, ../sass/_announcement.scss */
#block-block-3 > div p:last-child {
  margin-bottom: 0;
}
/* line 36, ../sass/_announcement.scss */
#block-block-3 > div strong a,
#block-block-3 > div a strong {
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #161616;
}

/* line 1, ../sass/_testimonials.scss */
.bean-testimonial-cta {
  max-width: 1400px;
  margin: auto;
}
/* line 7, ../sass/_testimonials.scss */
.bean-testimonial-cta > .inner .content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  /* line 7, ../sass/_testimonials.scss */
  .bean-testimonial-cta > .inner .content {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 7, ../sass/_testimonials.scss */
  .bean-testimonial-cta > .inner .content {
    padding: 30px;
  }
}
/* line 20, ../sass/_testimonials.scss */
.bean-testimonial-cta > .inner .content > h2 {
  font-size: 1.75em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
/* line 29, ../sass/_testimonials.scss */
.bean-testimonial-cta > .inner .content .field-name-field-basic-html {
  padding-bottom: 2em;
  background: url("/sites/all/themes/twenty2016/img/stars.png") 0 100% no-repeat;
  background-size: auto 1.5em;
}
/* line 35, ../sass/_testimonials.scss */
.bean-testimonial-cta > .inner .content .field-name-field-title {
  font-weight: 700;
  margin-top: 2em;
}
/* line 38, ../sass/_testimonials.scss */
.bean-testimonial-cta > .inner .content .field-name-field-title::before {
  content: "- ";
}
/* line 42, ../sass/_testimonials.scss */
.bean-testimonial-cta > .inner .content .field-name-field-title * {
  display: inline-block;
}
/* line 45, ../sass/_testimonials.scss */
.bean-testimonial-cta > .inner .content .field-name-field-website a {
  display: inline-block;
  padding: 0.75em 2em;
  line-height: 1.1em;
  color: #fff;
  background: #43cdec;
  text-align: center;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin-top: 2em;
}
/* line 10, ../sass/_mixins.scss */
.bean-testimonial-cta > .inner .content .field-name-field-website a:hover {
  cursor: pointer;
  color: #fff;
  background: #bdd430;
}
/* line 50, ../sass/_testimonials.scss */
.bean-testimonial-cta > .inner .field-name-field-media-single {
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  /* line 50, ../sass/_testimonials.scss */
  .bean-testimonial-cta > .inner .field-name-field-media-single {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 50, ../sass/_testimonials.scss */
  .bean-testimonial-cta > .inner .field-name-field-media-single {
    padding: 30px;
  }
}
/* line 63, ../sass/_testimonials.scss */
.bean-testimonial-cta > .inner .field-name-field-media-single img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  /* line 5, ../sass/_testimonials.scss */
  .bean-testimonial-cta > .inner {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
  }
  /* line 74, ../sass/_testimonials.scss */
  .bean-testimonial-cta > .inner .content {
    width: 60%;
  }
  /* line 77, ../sass/_testimonials.scss */
  .bean-testimonial-cta > .inner .field-name-field-media-single {
    width: 40%;
  }
}

/* line 65, ../sass/screen.scss */
.node-page.panelizer-view-mode .pane-node-body {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
/* line 71, ../sass/screen.scss */
.node-page.panelizer-view-mode .pane-node-body h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

/* line 82, ../sass/screen.scss */
.node-webform.panelizer-view-mode .pane-node-field-basic-html {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
/* line 88, ../sass/screen.scss */
.node-webform.panelizer-view-mode .pane-node-field-basic-html h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

/* line 1, ../sass/_team.scss */
.pane-team-panel-pane-1 {
  padding: 0;
}

/* line 7, ../sass/_team.scss */
.view-team .views-row-odd {
  background: #e9e9e9;
}

/* line 12, ../sass/_team.scss */
.node-team-member {
  padding: 60px 15px;
  max-width: 1200px;
  margin: auto;
}
/* line 18, ../sass/_team.scss */
.node-team-member > .content {
  overflow: hidden;
  *zoom: 1;
}
/* line 20, ../sass/_team.scss */
.node-team-member .body {
  margin-bottom: 30px;
}
/* line 23, ../sass/_team.scss */
.node-team-member .body .field {
  overflow: hidden;
}
/* line 27, ../sass/_team.scss */
.node-team-member .body .more-link {
  position: relative;
  font-weight: 700;
}
/* line 30, ../sass/_team.scss */
.node-team-member .body .more-link span {
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 32, ../sass/_team.scss */
.node-team-member .body .more-link .less {
  position: absolute;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 38, ../sass/_team.scss */
.node-team-member .body .more-link:hover span {
  color: #3eaec7;
}
/* line 42, ../sass/_team.scss */
.node-team-member .body.open .more-link .more {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 43, ../sass/_team.scss */
.node-team-member .body.open .more-link .less {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 47, ../sass/_team.scss */
.node-team-member .photo {
  width: 40%;
}
/* line 51, ../sass/_team.scss */
.node-team-member .photo > div {
  padding-bottom: 1em;
}
/* line 59, ../sass/_team.scss */
.node-team-member .photo img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 81, ../sass/_team.scss */
.node-team-member h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
}
/* line 87, ../sass/_team.scss */
.node-team-member .field-name-field-title {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 1em;
}
/* line 95, ../sass/_team.scss */
.node-team-member .field-name-body p {
  margin-bottom: 1em;
}
/* line 101, ../sass/_team.scss */
.node-team-member .links {
  overflow: hidden;
  *zoom: 1;
  width: 290px;
  margin: auto;
}
/* line 106, ../sass/_team.scss */
.node-team-member .links .field {
  display: block;
  float: left;
  vertical-align: top;
}
/* line 116, ../sass/_team.scss */
.node-team-member .links a {
  display: inline-block;
  padding: 0 2em;
  line-height: 60px;
  background: #b7b7b7;
  color: #6e6c6c;
  font-weight: 700;
}
/* line 126, ../sass/_team.scss */
.node-team-member .links .field-name-field-email {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
/* line 132, ../sass/_team.scss */
.node-team-member .links .field-name-field-email > div {
  padding-left: 0;
}
/* line 137, ../sass/_team.scss */
.node-team-member .links .field-name-field-email a {
  display: block;
  text-align: center;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 142, ../sass/_team.scss */
.node-team-member .links .field-name-field-email a:hover {
  background: #6e6c6c;
  color: #b7b7b7;
}
/* line 149, ../sass/_team.scss */
.node-team-member .links .field-name-field-twitter,
.node-team-member .links .field-name-field-facebook,
.node-team-member .links .field-name-field-linkedin {
  width: 80px;
}
/* line 155, ../sass/_team.scss */
.node-team-member .links .field-name-field-twitter > div,
.node-team-member .links .field-name-field-facebook > div,
.node-team-member .links .field-name-field-linkedin > div {
  padding-right: 0;
}
/* line 158, ../sass/_team.scss */
.node-team-member .links .field-name-field-twitter a,
.node-team-member .links .field-name-field-facebook a,
.node-team-member .links .field-name-field-linkedin a {
  display: block;
  position: relative;
  text-indent: -9999px;
  line-height: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  background: #b7b7b7 url('/sites/all/themes/twenty2016/img/social.png?1578782120') 0px 0px no-repeat;
}
/* line 168, ../sass/_team.scss */
.node-team-member .links .field-name-field-twitter a:after,
.node-team-member .links .field-name-field-facebook a:after,
.node-team-member .links .field-name-field-linkedin a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #6e6c6c url('/sites/all/themes/twenty2016/img/social.png?1578782120') 0px -80px no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 181, ../sass/_team.scss */
.node-team-member .links .field-name-field-twitter a:hover:after,
.node-team-member .links .field-name-field-facebook a:hover:after,
.node-team-member .links .field-name-field-linkedin a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 185, ../sass/_team.scss */
.node-team-member .links .field-name-field-twitter,
.node-team-member .links .field-name-field-facebook {
  margin-right: 25px;
}
/* line 187, ../sass/_team.scss */
.node-team-member .links .field-name-field-facebook a {
  background-position: -80px 0px;
}
/* line 189, ../sass/_team.scss */
.node-team-member .links .field-name-field-facebook a:after {
  background-position: -80px -80px;
}
/* line 191, ../sass/_team.scss */
.node-team-member .links .field-name-field-linkedin a {
  background-position: -160px  0;
}
/* line 193, ../sass/_team.scss */
.node-team-member .links .field-name-field-linkedin a:after {
  background-position: -160px -80px;
}
@media screen and (min-width: 480px) {
  /* line 201, ../sass/_team.scss */
  .node-team-member .photo {
    float: left;
  }
  /* line 204, ../sass/_team.scss */
  .node-team-member .photo > div {
    padding-right: 15px;
  }
  /* line 209, ../sass/_team.scss */
  .node-team-member .links {
    float: left;
    width: 100%;
  }
  /* line 213, ../sass/_team.scss */
  .node-team-member .links .field-name-field-twitter,
  .node-team-member .links .field-name-field-facebook {
    margin-right: 15px;
  }
  /* line 218, ../sass/_team.scss */
  .node-team-member .links .field-name-field-email {
    width: 40%;
    margin-bottom: 0;
  }
  /* line 223, ../sass/_team.scss */
  .node-team-member .links .field-name-field-email > div {
    padding-right: 15px;
  }
  /* line 225, ../sass/_team.scss */
  .node-team-member .links .field-name-field-email a {
    line-height: 80px;
  }
}
@media screen and (min-width: 768px) {
  /* line 12, ../sass/_team.scss */
  .node-team-member {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 960px) {
  /* line 237, ../sass/_team.scss */
  .node-team-member .info {
    float: left;
    width: 60%;
  }
  /* line 241, ../sass/_team.scss */
  .node-team-member .info > div {
    padding-left: 15px;
  }
  /* line 247, ../sass/_team.scss */
  .node-team-member .links .field-name-field-email {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 12, ../sass/_team.scss */
  .node-team-member {
    padding: 120px 20px;
  }
}

/* line 109, ../sass/screen.scss */
.entity-paragraphs-item {
  max-width: 1200px;
  margin: auto;
}
/* line 114, ../sass/screen.scss */
.entity-paragraphs-item h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  margin-top: 2em;
  font-weight: 700;
}
/* line 122, ../sass/screen.scss */
.entity-paragraphs-item h2:first-child {
  margin-top: 0;
}
/* line 127, ../sass/screen.scss */
.entity-paragraphs-item p {
  margin: 1em 0;
}

/* line 135, ../sass/screen.scss */
.paragraphs-item-media .field-name-field-media .field-items {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.paragraphs-item-media .field-name-field-media .field-items:after {
  content: "";
  display: table;
  clear: both;
}
/* line 140, ../sass/screen.scss */
.paragraphs-item-media .field-name-field-media.items-2 .field-item {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 145, ../sass/screen.scss */
.paragraphs-item-media .field-name-field-media.items-2 .field-item.even {
  padding-right: 5px;
}
/* line 148, ../sass/screen.scss */
.paragraphs-item-media .field-name-field-media.items-2 .field-item.odd {
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  /* line 153, ../sass/screen.scss */
  .paragraphs-item-media .field-name-field-media.items-2 .field-item.even {
    padding-right: 15px;
  }
  /* line 156, ../sass/screen.scss */
  .paragraphs-item-media .field-name-field-media.items-2 .field-item.odd {
    padding-left: 15px;
  }
}
/* line 163, ../sass/screen.scss */
.paragraphs-item-media .field-name-field-media.items-3 .field-item {
  float: left;
  width: 33.33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  /* line 163, ../sass/screen.scss */
  .paragraphs-item-media .field-name-field-media.items-3 .field-item {
    padding: 15px;
  }
}
/* line 175, ../sass/screen.scss */
.paragraphs-item-media img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 184, ../sass/screen.scss */
.paragraphs-item-text-media img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 480px) {
  /* line 192, ../sass/screen.scss */
  .paragraphs-item-text-media > .content {
    overflow: hidden;
    *zoom: 1;
  }
  /* line 194, ../sass/screen.scss */
  .paragraphs-item-text-media .field-name-field-media-single {
    width: 50%;
  }
  /* line 195, ../sass/screen.scss */
  .paragraphs-item-text-media .field-name-field-basic-html {
    width: 50%;
  }
  /* line 198, ../sass/screen.scss */
  .paragraphs-item-text-media.image-right .field-name-field-media-single {
    float: left;
  }
  /* line 200, ../sass/screen.scss */
  .paragraphs-item-text-media.image-right .field-name-field-media-single > div {
    padding-right: 7px;
  }
  /* line 202, ../sass/screen.scss */
  .paragraphs-item-text-media.image-right .field-name-field-basic-html {
    float: left;
  }
  /* line 204, ../sass/screen.scss */
  .paragraphs-item-text-media.image-right .field-name-field-basic-html > div {
    padding-left: 8px;
  }
}
@media screen and (min-width: 480px) and (min-width: 768px) {
  /* line 208, ../sass/screen.scss */
  .paragraphs-item-text-media.image-right .field-name-field-media-sigle > div {
    padding-right: 15px;
  }
  /* line 209, ../sass/screen.scss */
  .paragraphs-item-text-media.image-right .field-name-field-basic-html > div {
    padding-left: 15px;
  }
}
@media screen and (min-width: 480px) {
  /* line 214, ../sass/screen.scss */
  .paragraphs-item-text-media.image-left .field-name-field-media-sigle {
    float: right;
  }
  /* line 216, ../sass/screen.scss */
  .paragraphs-item-text-media.image-left .field-name-field-media-sigle > div {
    padding-right: 7px;
  }
  /* line 218, ../sass/screen.scss */
  .paragraphs-item-text-media.image-left .field-name-field-basic-html {
    float: right;
  }
  /* line 220, ../sass/screen.scss */
  .paragraphs-item-text-media.image-left .field-name-field-basic-html > div {
    padding-left: 8px;
  }
}
@media screen and (min-width: 480px) and (min-width: 768px) {
  /* line 225, ../sass/screen.scss */
  .paragraphs-item-text-media.image-left .field-name-field-media-single > div {
    padding-right: 15px;
  }
  /* line 228, ../sass/screen.scss */
  .paragraphs-item-text-media.image-left .field-name-field-basic-html > div {
    padding-left: 15px;
  }
}

/* line 112, ../sass/_footer.scss */
.block-mailchimp-signup {
  background: #161616;
  color: #fff;
}
/* line 116, ../sass/_footer.scss */
.block-mailchimp-signup > div {
  padding: 60px 20px;
  max-width: 1540px;
  margin: auto;
}
/* line 121, ../sass/_footer.scss */
.block-mailchimp-signup h2 {
  font-size: 1.75em;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
/* line 130, ../sass/_footer.scss */
.block-mailchimp-signup form .form-item {
  margin-bottom: 0;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  /* line 136, ../sass/_footer.scss */
  .block-mailchimp-signup form > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /* line 144, ../sass/_footer.scss */
  .block-mailchimp-signup form .mailchimp-newsletter-mergefields {
    width: 70%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 154, ../sass/_footer.scss */
  .block-mailchimp-signup form .mailchimp-newsletter-mergefields .form-item {
    width: 50%;
    padding: 10px;
  }
  /* line 158, ../sass/_footer.scss */
  .block-mailchimp-signup form .mailchimp-newsletter-mergefields .form-item input {
    height: 80px;
    line-height: 80px;
    background: #4e4e4e;
  }
  /* line 162, ../sass/_footer.scss */
  .block-mailchimp-signup form .mailchimp-newsletter-mergefields .form-item input::placeholder, .block-mailchimp-signup form .mailchimp-newsletter-mergefields .form-item input::-moz-placeholder, .block-mailchimp-signup form .mailchimp-newsletter-mergefields .form-item input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8;
  }
  /* line 171, ../sass/_footer.scss */
  .block-mailchimp-signup form .form-actions {
    width: 30%;
    padding: 10px;
  }
  /* line 175, ../sass/_footer.scss */
  .block-mailchimp-signup form .form-actions input {
    padding-top: 0;
    padding-bottom: 0;
    height: 80px;
  }
}

/* line 188, ../sass/_footer.scss */
#footer .contact {
  font-size: 1.5em;
  line-height: 1.2em;
}
/* line 192, ../sass/_footer.scss */
#footer .contact ul {
  overflow: hidden;
  *zoom: 1;
}
/* line 199, ../sass/_footer.scss */
#footer .contact a {
  display: block;
  padding: 30px;
  text-align: left;
  background: #212121;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 208, ../sass/_footer.scss */
#footer .contact a > span {
  display: block;
  text-align: right;
  position: relative;
  padding-left: 80px;
}
/* line 215, ../sass/_footer.scss */
#footer .contact a .icon {
  position: absolute;
  left: 0;
  top: 50%;
  background: url('/sites/all/themes/twenty2016/img/contact-icons.png?1578782120') 0px 0px no-repeat;
}
/* line 221, ../sass/_footer.scss */
#footer .contact a .icon > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('/sites/all/themes/twenty2016/img/contact-icons.png?1578782120') 0px -50% no-repeat;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 233, ../sass/_footer.scss */
#footer .contact a:hover {
  color: #212121 !important;
}
/* line 235, ../sass/_footer.scss */
#footer .contact a:hover .icon > span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 239, ../sass/_footer.scss */
#footer .contact li.email a {
  color: #43cdec;
}
/* line 242, ../sass/_footer.scss */
#footer .contact li.email a .icon {
  width: 52px;
  height: 52px;
  margin-top: -26px;
}
/* line 247, ../sass/_footer.scss */
#footer .contact li.email a .icon > span {
  background-position: 0 -52px;
}
/* line 252, ../sass/_footer.scss */
#footer .contact li.email a:hover {
  background: #43cdec;
}
/* line 254, ../sass/_footer.scss */
#footer .contact li.directions a {
  color: #bdd430;
}
/* line 257, ../sass/_footer.scss */
#footer .contact li.directions a .icon {
  width: 47px;
  height: 57px;
  background-position: -52px 0px;
  margin-top: -28px;
}
/* line 263, ../sass/_footer.scss */
#footer .contact li.directions a .icon > span {
  background-position: -52px -57px;
}
/* line 268, ../sass/_footer.scss */
#footer .contact li.directions a:hover {
  background: #bdd430;
}
/* line 270, ../sass/_footer.scss */
#footer .contact li.appointment a {
  color: #f1d100;
}
/* line 273, ../sass/_footer.scss */
#footer .contact li.appointment a .icon {
  width: 46px;
  height: 45px;
  background-position: -99px 0px;
  margin-top: -23px;
}
/* line 279, ../sass/_footer.scss */
#footer .contact li.appointment a .icon > span {
  background-position: -99px -45px;
}
/* line 284, ../sass/_footer.scss */
#footer .contact li.appointment a:hover {
  background: #f1d100;
}
@media screen and (min-width: 768px) {
  /* line 289, ../sass/_footer.scss */
  #footer .contact li {
    float: left;
    width: 33.33%;
  }
  /* line 293, ../sass/_footer.scss */
  #footer .contact li a {
    padding: 40px 10px;
    text-align: center;
  }
  /* line 297, ../sass/_footer.scss */
  #footer .contact li a > span {
    display: inline-block;
    padding-left: 20px;
  }
  /* line 302, ../sass/_footer.scss */
  #footer .contact li a .icon {
    left: auto;
    right: 100%;
  }
}

/* line 313, ../sass/_footer.scss */
#footer-second {
  background: #292929;
  padding: 15px 0;
  color: #fff;
}
/* line 318, ../sass/_footer.scss */
#footer-second a {
  color: #fff;
}
/* line 320, ../sass/_footer.scss */
#footer-second > .inner {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  max-width: 1600px;
  margin: auto;
  padding-bottom: 80px;
}
/* line 330, ../sass/_footer.scss */
#footer-second #block-block-2 p {
  color: #a7a7a7;
  margin-bottom: 1em;
}
/* line 336, ../sass/_footer.scss */
#footer-second .block {
  padding: 15px;
}
/* line 339, ../sass/_footer.scss */
#footer-second .block > div {
  display: inline-block;
  text-align: left;
}
/* line 345, ../sass/_footer.scss */
#footer-second h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  /* line 313, ../sass/_footer.scss */
  #footer-second {
    padding: 80px 20px;
  }
  /* line 368, ../sass/_footer.scss */
  #footer-second > .inner {
    padding-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-justify-content: space-between;
    -moz-box-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 382, ../sass/_footer.scss */
  #footer-second .block {
    padding: 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #444444;
    margin-bottom: 30px;
  }
  /* line 392, ../sass/_footer.scss */
  #footer-second .block:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
}

/* line 410, ../sass/_footer.scss */
#footer-last {
  padding: 0px 15px;
  background: #292929;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  /* line 410, ../sass/_footer.scss */
  #footer-last {
    padding: 0px 20px;
  }
}
/* line 421, ../sass/_footer.scss */
#footer-last > div {
  padding: 20px 0;
  max-width: 1600px;
  margin: auto;
  border-top: 2px solid #444444;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 438, ../sass/_footer.scss */
#footer-last a {
  color: #fff;
}

/* line 269, ../sass/screen.scss */
#tour .iframe-wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 30%;
}
/* line 276, ../sass/screen.scss */
#tour iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

/* line 290, ../sass/screen.scss */
#primary-content .view ul.pager {
  background: #ececec;
  padding: 80px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.2em;
}
/* line 297, ../sass/screen.scss */
#primary-content .view ul.pager li {
  display: inline-block;
  margin: 10px;
}
/* line 302, ../sass/screen.scss */
#primary-content .view ul.pager li.pager-current,
#primary-content .view ul.pager li a {
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1em;
  background: #b1b1b1;
  color: #6a6a6a;
  font-weight: 700;
}

/* line 1, ../sass/_admin.scss */
body.admin-menu {
  margin-top: 29px !important;
}

/* line 6, ../sass/_admin.scss */
.page-user #page-content {
  background: #fff;
}
/* line 9, ../sass/_admin.scss */
.page-user #main #primary-content {
  padding: 160px 40px;
  max-width: 960px;
  margin: auto;
}

/* line 24, ../sass/_admin.scss */
#user-login {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#user-login:after {
  content: "";
  display: table;
  clear: both;
}
/* line 27, ../sass/_admin.scss */
#user-login .form-item {
  float: left;
  width: 48%;
}
/* line 31, ../sass/_admin.scss */
#user-login .form-item:nth-child(odd) {
  margin-right: 4%;
}

/* line 35, ../sass/_admin.scss */
.actions {
  padding: 80px 0 0 0;
  text-align: center;
}

/* line 43, ../sass/_admin.scss */
ul.tabs li {
  display: inline-block;
}
/* line 46, ../sass/_admin.scss */
ul.tabs li a {
  display: inline-block;
  height: auto;
  line-height: 1em;
  padding: 0.75em 2em;
  background: #43cdec;
  color: #fff;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 55, ../sass/_admin.scss */
ul.tabs li a:hover {
  background: #203f42;
}

/* line 66, ../sass/_admin.scss */
#banner div.tabs {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  z-index: 500;
  padding: 0 80px;
}

/* line 75, ../sass/_admin.scss */
.contextual-links-wrapper {
  font-size: 0.8em;
  line-height: 1em;
}
/* line 79, ../sass/_admin.scss */
.contextual-links-wrapper .contextual-links-trigger {
  display: none !important;
}
/* line 81, ../sass/_admin.scss */
.contextual-links-wrapper li {
  display: inline-block;
}
/* line 84, ../sass/_admin.scss */
.contextual-links-wrapper li a {
  display: inline-block;
  height: auto;
  line-height: 1em;
  padding: 0.75em 2em;
  background: #43cdec;
  color: #fff !important;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 94, ../sass/_admin.scss */
.contextual-links-wrapper li a:hover {
  background: #203f42;
}

/* line 105, ../sass/_admin.scss */
.file .contextual-links-wrapper {
  display: none;
}

/* line 320, ../sass/screen.scss */
#dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900;
}
/* line 329, ../sass/screen.scss */
#dialog.hide {
  display: none;
}
/* line 331, ../sass/screen.scss */
#dialog > .inner {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 70%;
  max-width: 900px;
  height: 100%;
  max-height: 80%;
  background: #fff;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 901;
}
/* line 344, ../sass/screen.scss */
#dialog > .inner > .content {
  overflow-y: scroll;
  height: 100%;
}
/* line 350, ../sass/screen.scss */
#dialog .close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  background: #000;
}
/* line 358, ../sass/screen.scss */
#dialog .close:hover {
  cursor: pointer;
}
/* line 362, ../sass/screen.scss */
#dialog .close::before, #dialog .close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 3px;
  background: #fff;
}
/* line 372, ../sass/screen.scss */
#dialog .close::before {
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 375, ../sass/screen.scss */
#dialog .close::after {
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* line 380, ../sass/screen.scss */
#dialog h2 {
  text-align: center;
  font-size: 1.25em;
  color: red;
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 0.5em;
}
/* line 389, ../sass/screen.scss */
#dialog p {
  margin-bottom: 1em;
}
/* line 393, ../sass/screen.scss */
#dialog ol {
  list-style: digit;
  padding-left: 1em;
}

/* added styles */
.visually-hidden,
.fullname-textfield {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	word-wrap: normal;
}