@charset "UTF-8";
/**
 * CASA 2015
 */
/* Overide govCMS styles for img float classes, force stacking at mobile breakpoint
  /* Display image inline to the right */
.field-name-body p.img-float-right,
.field-name-body img.img-float-right {
  float: right;
  margin: 5px 0 5px 5px;
}

@media (max-width: 767px) {
  .field-name-body p.img-float-right,
  .field-name-body img.img-float-right {
    float: none;
    margin-left: 0px;
  }
}

/* Display image inline to the left */
.field-name-body p.img-float-left,
.field-name-body img.img-float-left {
  float: left;
  margin: 0 5px 5px 5px;
}

@media (max-width: 767px) {
  .field-name-body p.img-float-left,
  .field-name-body img.img-float-left {
    float: none;
    margin-right: 0px;
  }
}

select {
  min-width: 200px;
}

.views-exposed-form .views-exposed-widget {
  float: none;
}

@media (min-width: 768px) {
  .views-exposed-form .views-exposed-widget {
    float: left;
  }
}

.views-exposed-form .form-text {
  height: 39px;
}

.views-exposed-form label {
  margin-bottom: .5em;
  margin: 0 0 .5em 0;
}

.ui-selectmenu-menu .ui-menu {
  max-width: 100%;
  max-height: 300px;
  width: 300px !important;
  white-space: pre-wrap;
}

@media (min-width: 768px) {
  .ui-selectmenu-menu .ui-menu {
    max-width: 90%;
    max-height: 500px;
  }
}

@media (min-width: 1251px) {
  .ui-selectmenu-menu .ui-menu {
    max-width: 100%;
    max-height: auto;
    width: auto !important;
  }
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
  border: 1px solid #F2F2F2;
  margin: 0px !important;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item:hover {
  border: 1px solid #F2F2F2;
  background: #F2F2F2;
}

.page-node-647786 select {
  width: 0;
  height: 0;
  top: 23px;
  left: 5px;
  margin-top: -20px;
  position: relative;
  min-width: 0;
  display: block !important;
  margin-bottom: 0px;
  min-width: 0px;
}

.node-type-webform .form-text {
  width: 100%;
  height: 44px;
  padding: .5em;
}

@media (min-width: 1251px) {
  .node-type-webform .form-text {
    width: auto;
  }
}

.node-type-webform .form-textarea-wrapper textarea {
  padding: .5em;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 2em 0 1em;
}

fieldset legend {
  border: none;
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 400;
  color: #4C4C4C;
  background: none;
  position: relative;
  left: -6px;
  top: -10px;
}

@media (min-width: 768px) {
  fieldset legend {
    font-size: 1.375em;
    line-height: 1.4545454545em;
  }
}

fieldset .fieldset-wrapper {
  background: #F2F2F2;
  padding: 1em 2em;
}

fieldset fieldset {
  margin: 0;
  background: #F2F2F2;
}

fieldset fieldset legend {
  font-size: 1em;
  font-weight: bold;
  background: none;
  top: 10px;
  margin-bottom: 1em;
}

fieldset fieldset .fieldset-wrapper {
  background: #F2F2F2;
  padding: 0;
}

.form-checkboxes .form-item, .form-radios .form-item {
  margin: .4em 0;
}

.form-checkboxes input[type="checkbox"], .form-checkboxes input[type="radio"], .form-radios input[type="checkbox"], .form-radios input[type="radio"] {
  margin-right: .5em;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 3px solid #CC0000;
}

html.js input.form-autocomplete {
  background-position: 98% center;
}

.ui-selectmenu-button {
  margin-bottom: 10px;
  width: 100% !important;
  float: none;
}

@media (min-width: 768px) {
  .ui-selectmenu-button {
    width: auto !important;
  }
}

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: .5em 1.5em 0.5em 1em;
}

.ui-multiselect {
  margin-bottom: 10px;
  padding: .5em .8em 0.5em 1em;
}

.ui-multiselect span {
  color: #555;
}

.ui-multiselect .ui-icon-triangle-1-s {
  position: relative;
  top: 4px;
}

.ui-multiselect-menu .ui-widget-header {
  padding: 8px 5px;
}

.ui-multiselect-menu .ui-widget-header .ui-icon-circle-close {
  position: relative;
  top: 2px;
  right: 6px;
}

.ui-multiselect-menu .ui-multiselect-checkboxes label {
  position: relative;
}

.ui-multiselect-menu .ui-multiselect-checkboxes label input {
  top: 11px;
  left: 6px;
  position: absolute;
}

.ui-multiselect-menu .ui-multiselect-checkboxes label:hover {
  font-weight: bold;
}

.ui-multiselect-menu .ui-multiselect-checkboxes label span {
  display: inline-block;
  padding: 5px 5px 5px 23px;
  font-weight: bold;
}

.form-item .description {
  font-size: 1em;
}

input.webform-calendar[type="image"], html.js input.webform-calendar {
  padding: 0.8em 0.8125em;
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
  padding: 0.5em 0.8125em .45em;
}

@media (min-width: 768px) {
  .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 2em;
  }
}

.views-exposed-form .views-exposed-widget .form-submit:focus {
  background: #000000;
}

#views-exposed-form-consultation-updates-block-1 .views-exposed-form .views-exposed-widget .form-submit, .views-date-range-exposed-filter .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}

@media (min-width: 768px) {
  #views-exposed-form-consultation-updates-block-1 .views-exposed-form .views-exposed-widget .form-submit, .views-date-range-exposed-filter .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 3.95em;
  }
}

#views-exposed-form-consultation-updates-block-1 .views-widget-filter-title, .views-date-range-exposed-filter .views-widget-filter-title {
  margin-top: 0;
}

@media (min-width: 768px) {
  #views-exposed-form-consultation-updates-block-1 .views-widget-filter-title, .views-date-range-exposed-filter .views-widget-filter-title {
    margin-top: 1.98em;
  }
}

.views-exposed-form #edit-field-date-value-wrapper #edit-field-date-value-min-wrapper, .views-exposed-form #edit-field-date-value-wrapper #edit-field-date-value-max-wrapper {
  float: none;
}

@media (min-width: 768px) {
  .views-exposed-form #edit-field-date-value-wrapper #edit-field-date-value-min-wrapper, .views-exposed-form #edit-field-date-value-wrapper #edit-field-date-value-max-wrapper {
    float: left;
  }
}

#edit-submitted-the-drone-what-type-of-drone-was-involved div {
  margin-bottom: 50px;
  padding: 105px 1em .5em 1em;
  position: relative;
  background: #ffffff;
}

@media (min-width: 1251px) {
  #edit-submitted-the-drone-what-type-of-drone-was-involved div {
    width: 18.3673469388%;
    float: left;
    margin-right: 2.0408163265%;
    margin-bottom: 2.0408163265%;
  }
}

#edit-submitted-the-drone-what-type-of-drone-was-involved div:last-child {
  margin-right: 0;
}

#edit-submitted-the-drone-what-type-of-drone-was-involved label {
  height: 25px;
  display: inline-block;
}

#edit-submitted-the-drone-what-type-of-drone-was-involved label:before {
  width: 94%;
  max-width: 200px;
  height: 200px;
  left: 7px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
}

#edit-submitted-the-drone-what-type-of-drone-was-involved label[for=edit-submitted-the-drone-what-type-of-drone-was-involved-1]:before {
  background-image: url("/sites/default/files/drone-form-mavic.png");
}

#edit-submitted-the-drone-what-type-of-drone-was-involved label[for=edit-submitted-the-drone-what-type-of-drone-was-involved-2]:before {
  background-image: url("/sites/default/files/drone-form-phantom.png");
}

#edit-submitted-the-drone-what-type-of-drone-was-involved label[for=edit-submitted-the-drone-what-type-of-drone-was-involved-3]:before {
  background-image: url("/sites/default/files/done-form-inspire.png");
}

#edit-submitted-the-drone-what-type-of-drone-was-involved label[for=edit-submitted-the-drone-what-type-of-drone-was-involved-4]:before {
  background-image: url("/sites/default/files/droneother.png");
}

#edit-submitted-the-drone-what-type-of-drone-was-involved label[for=edit-submitted-the-drone-what-type-of-drone-was-involved-5]:before {
  background-image: url("/sites/default/files/droneother.png");
}

#block-webform-client-block-1552258 {
  background: #F2F2F2;
  padding: 1em 2em;
  position: relative;
}

#block-webform-client-block-1552258 fieldset {
  margin: 0;
  background: none;
}

#block-webform-client-block-1552258 fieldset legend {
  top: 9px;
  margin-bottom: 0;
  font-size: 15px;
  margin: 0.75em 0 0.45em 0;
  font-weight: bold;
  display: inline;
}

#block-webform-client-block-1552258 fieldset .fieldset-wrapper {
  padding: 0;
}

#block-webform-client-block-1552258 fieldset .fieldset-wrapper .form-item {
  margin: .5em 0;
}

#block-webform-client-block-1552258 fieldset .fieldset-wrapper .form-item label[for="edit-submitted-drones-content-feedback-was-this-information-useful"] {
  display: none;
}

#block-webform-client-block-1552258 fieldset .fieldset-wrapper .webform-component-radios .form-type-radio {
  margin-right: 10px;
}

#block-webform-client-block-1552258 fieldset .fieldset-wrapper .webform-component-radios .form-type-radio input {
  position: relative;
  left: 5px;
  top: -1px;
}

@media (min-width: 768px) {
  #block-webform-client-block-1552258 fieldset .fieldset-wrapper .webform-component-radios {
    position: absolute;
    left: 255px;
    top: 15px;
  }
}

#block-webform-client-block-1552258 .form-actions, #block-webform-client-block-1552258 .webform-component--drones-content-feedback--comment-intro, #block-webform-client-block-1552258 .webform-component--drones-content-feedback--comment {
  height: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  opacity: 0;
  margin: 0 !important;
}

#block-webform-client-block-1552258 .form-actions.open-feedback, #block-webform-client-block-1552258 .webform-component--drones-content-feedback--comment-intro.open-feedback, #block-webform-client-block-1552258 .webform-component--drones-content-feedback--comment.open-feedback {
  height: auto;
  visibility: visible;
  opacity: 1;
  margin: .5em 0 !important;
}

.page-node-25216 #block-webform-client-block-1552258, .page-node-1551941 #block-webform-client-block-1552258, .page-node-1445801 #block-webform-client-block-1552258 {
  display: none;
}

.field-time-ampm .form-radios div {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .field-time-ampm .form-radios {
    position: relative;
    top: -25px;
    left: 15px;
  }
}

.field-label-inline .field-label {
  width: auto;
}

@font-face {
  font-family: 'casa-2018';
  src: url("../fonts/casa-2018/casa-2018.eot?4lnt53");
  src: url("../fonts/casa-2018/casa-2018.eot?4lnt53#iefix") format("embedded-opentype"), url("../fonts/casa-2018/casa-2018.ttf?4lnt53") format("truetype"), url("../fonts/casa-2018/casa-2018.woff?4lnt53") format("woff"), url("../fonts/casa-2018/casa-2018.svg?4lnt53#casa-2018") format("svg");
  font-weight: normal;
  font-style: normal;
}

.casa-font-icon,
.casa-font-icon-inline {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'casa-2018' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.font-icon-bg-image:focus,
a.font-icon-bg-solid:focus {
  color: #4C4C4C !important;
}

a.singleButton {
  max-width: 500px;
}

.font-icon-bg-image,
.font-icon-bg-solid {
  background: #0080A2;
  background-image: url(../images/png/icon_blue_bg.png);
  background-repeat: no-repeat;
  height: 120px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position-y: 50%;
  text-align: center;
  margin-bottom: 60px;
  text-decoration: none;
  position: relative;
}

.font-icon-bg-image:hover,
.font-icon-bg-solid:hover {
  filter: grayscale(100%);
}

.font-icon-bg-image span,
.font-icon-bg-solid span {
  display: block;
  text-align: left;
  background: #F2F2F2;
  padding: 1rem;
  position: absolute;
  width: 100%;
  bottom: -56px;
}

.font-icon-bg-image .casa-font-icon,
.font-icon-bg-solid .casa-font-icon {
  font-size: 64px;
  color: #ffffff;
  display: block;
  position: absolute;
  width: 100%;
  top: 28px;
}

.font-icon-bg-image .casa-font-icon-inline,
.font-icon-bg-solid .casa-font-icon-inline {
  right: .5rem;
  position: absolute;
  bottom: 20px;
  padding-left: .5rem;
}

/* Change colour of webfont classes */
.casa-font-icon-white:before {
  color: #ffffff;
}

.casa-font-icon-black:before {
  color: #000000;
}

.casa-font-icon-dark-blue:before {
  color: #0080A2;
}

.casa-font-icon-light-blue:before {
  color: #13B5EA;
}

.casa-font-icon-light-grey:before {
  color: #4C4C4C;
}

.font-icon-bg-solid {
  background-image: none;
}

.font-icon-bg-image-xt-height span {
  bottom: -80px;
  min-height: 5rem;
  padding-right: 1.5rem;
}

.font-icon-bg-image-xt-height .casa-font-icon-inline {
  bottom: 32px;
}

.i-arrow-next-right:before {
  content: "\e974";
}

.i-arrow-prev-left:before {
  content: "\e975";
}

.i-ChevronRight:before {
  content: "\e906";
}

.i-ChevronDown:before {
  content: "\e905";
}

.i-ChevronUp:before {
  content: "\e907";
}

.i-DroneApp:before {
  content: "\e900";
}

.i-ReferenceMaterial:before {
  content: "\e90b";
}

.i-Postal:before {
  content: "\e90d";
}

.i-Feedback:before {
  content: "\e90e";
}

.i-Favourite:before {
  content: "\e90f";
}

.i-Edit:before {
  content: "\e910";
}

.i-Add:before {
  content: "\e911";
}

.i-Home:before {
  content: "\e912";
}

.i-Delete:before {
  content: "\e913";
}

.i-MakePayment:before {
  content: "\e914";
}

.i-ShoppingCart:before {
  content: "\e915";
}

.i-LowFlyingAircraft:before {
  content: "\e916";
}

.i-MakePaymentLarge:before {
  content: "\e917";
}

.i-SelfServiceLarge:before {
  content: "\e918";
}

.i-UnsafeBehaviour:before {
  content: "\e919";
}

.i-UnsafeDroneOps:before {
  content: "\e91a";
}

.i-DefectReporting:before {
  content: "\e91b";
}

.i-FlyingOutside:before {
  content: "\e91c";
}

.i-HealthSafetyConcerns:before {
  content: "\e91d";
}

.i-RPAsystem:before {
  content: "\e91e";
}

.i-CommercialOver2kg:before {
  content: "\e91f";
}

.i-CommercialUnder2kg:before {
  content: "\e920";
}

.i-DroneNearEmergencies:before {
  content: "\e921";
}

.i-Resources:before {
  content: "\e922";
}

.i-UnsafeDrones:before {
  content: "\e923";
}

.i-Commercial:before {
  content: "\e924";
}

.i-Disability:before {
  content: "\e925";
}

.i-FlyingForFun:before {
  content: "\e926";
}

.i-InfantsChildren:before {
  content: "\e927";
}

.i-Checklist:before {
  content: "\e928";
}

.i-PlanYourTrip:before {
  content: "\e929";
}

.i-SafetyInfo:before {
  content: "\e92a";
}

.i-Video:before {
  content: "\e92b";
}

.i-CabinSafety:before {
  content: "\e92c";
}

.i-GuidanceMaterial:before {
  content: "\e92d";
}

.i-Legislation:before {
  content: "\e92e";
}

.i-QuickTips:before {
  content: "\e92f";
}

.i-FindMedical:before {
  content: "\e930";
}

.i-InfoForDoctors:before {
  content: "\e931";
}

.i-InfoForPilots:before {
  content: "\e932";
}

.i-MRSExaminorLogin:before {
  content: "\e933";
}

.i-NotifyReport:before {
  content: "\e934";
}

.i-PilotsMRSLogin:before {
  content: "\e935";
}

.i-Careers:before {
  content: "\e936";
}

.i-Drones:before {
  content: "\e937";
}

.i-Forms:before {
  content: "\e938";
}

.i-Airworthiness:before {
  content: "\e939";
}

.i-DangerousGoods:before {
  content: "\e93a";
}

.i-SelfService:before {
  content: "\e93b";
}

.i-icons-covid-19:before {
  content: "\e947";
}

.i-icons-self-service:before {
  content: "\e948";
}

.i-icons-payment:before {
  content: "\e949";
}

.i-icons-online-store:before {
  content: "\e94a";
}

.i-icons-mycasa:before {
  content: "\e94b";
}

.i-icons-mrs-pilot:before {
  content: "\e94c";
}

.i-icons-mrs-examiners:before {
  content: "\e94d";
}

.i-icons-maat:before {
  content: "\e94e";
}

.i-icons-ftm:before {
  content: "\e94f";
}

.i-icons-drs:before {
  content: "\e950";
}

.i-icons-drones-registration:before {
  content: "\e951";
}

.i-icons-drones-accreditation:before {
  content: "\e952";
}

.i-icons-drones-excluded-category:before {
  content: "\e953";
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.print-only {
  display: none;
  margin-bottom: 20px;
}

@media print {
  .print-only {
    display: block;
  }
}

.block-element {
  display: block;
}

.inline-element {
  display: inline;
}

.inline-block-element {
  display: inline-block;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.region-navigation {
  padding: 0;
  position: absolute;
}

@media (min-width: 1251px) {
  .region-navigation {
    position: relative;
  }
}

.region-navigation #block-superfish-1 {
  display: none;
}

@media (min-width: 1251px) {
  .region-navigation #block-superfish-1 {
    display: block;
  }
}

.region-navigation #block-superfish-1 .content > .menu > li > a {
  border: 1px solid white;
  border-left-color: #CACACA;
  background-color: white;
  color: #4C4C4C;
  height: 60px;
  padding-top: 19px;
  padding-left: 9px;
  padding-right: 9px;
  text-decoration: none;
}

.region-navigation #block-superfish-1 .content > .menu > li > a:hover {
  border: 1px solid #A1E1F7;
  background-color: #A1E1F7;
  text-decoration: underline;
}

.region-navigation #block-superfish-1 .content > .menu > li:last-child > a {
  border-right-color: #CACACA;
}

.region-navigation #block-superfish-1 .content > .menu {
  display: table;
  width: 100%;
  height: 60px;
  border-bottom: 4px solid #13b4e9;
}

.region-navigation #mob_block-superfish-1 {
  display: none;
}

@media (min-width: 768px) {
  .region-navigation #mob_block-superfish-1 {
    display: block !important;
  }
}

@media (min-width: 1251px) {
  .region-navigation #mob_block-superfish-1 {
    display: none !important;
  }
}

.region-navigation #mob_block-superfish-1 .menu {
  margin-top: 0;
  background-color: #4C4C4C;
}

@media (min-width: 768px) {
  .region-navigation #mob_block-superfish-1 .menu {
    position: fixed;
    overflow: hidden;
    overflow-y: scroll;
    left: -300px !important;
    transition: all 0.5s ease;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 100;
    width: 300px;
    border-right: 1px solid #4C4C4C;
  }
}

@media (min-width: 768px) {
  .region-navigation #mob_block-superfish-1 .menu > li:first-child {
    border-top: 3px solid #13B5EA;
  }
}

.region-navigation #mob_block-superfish-1 .menu > li:last-child {
  border-bottom: 3px solid #13B5EA;
}

.region-navigation #mob_block-superfish-1 .menu > li:last-child > a {
  border-bottom: 0;
}

.region-navigation #mob_block-superfish-1 .menu li.menuparent > button.trigger {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  right: 5px;
  margin-top: 12px;
  position: absolute;
  z-index: 10000;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 51% center;
  background-size: 49% auto;
  background-image: url("../images/svg/icon_mobile_down_white.svg");
}

.lt-ie9 .region-navigation #mob_block-superfish-1 .menu li.menuparent > button.trigger {
  background-image: url("../images/png/icon_mobile_down_white.png");
}

.region-navigation #mob_block-superfish-1 .menu li.menuparent button.trigger:hover, .region-navigation #mob_block-superfish-1 .menu li.menuparent button.trigger:focus {
  background-image: url("../images/svg/icon_mobile_down_white.svg");
}

.lt-ie9 .region-navigation #mob_block-superfish-1 .menu li.menuparent button.trigger:hover, .lt-ie9 .region-navigation #mob_block-superfish-1 .menu li.menuparent button.trigger:focus {
  background-image: url("../images/png/icon_mobile_down_white.png");
}

.region-navigation #mob_block-superfish-1 .menu li.menuparent button.trigger.opened {
  background-image: url("../images/svg/icon_mobile_up_white.svg");
}

.lt-ie9 .region-navigation #mob_block-superfish-1 .menu li.menuparent button.trigger.opened {
  background-image: url("../images/png/icon_mobile_up_white.png");
}

.region-navigation #mob_block-superfish-1 .menu li.menuparent > a:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 35%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.region-navigation #mob_block-superfish-1 .menu li a {
  min-height: 46px;
  border-bottom: 1px solid #CACACA;
  color: #ffffff;
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 20px;
  text-decoration: none;
}

.region-navigation #mob_block-superfish-1 .menu li a.icon_close {
  background-color: #3399B5;
  display: block;
  text-align: right;
  font-size: 1em;
  background-position: 98%;
  background-size: 10%;
}

.region-navigation #mob_block-superfish-1 .menu li a:hover {
  background-color: #0080A2 !important;
  color: #ffffff !important;
  text-decoration: underline;
  text-decoration: underline;
  background-color: #0080A2;
}

.region-navigation #mob_block-superfish-1 .menu li a.opened {
  background-color: #0080A2;
}

.region-navigation #mob_block-superfish-1 .menu > li > ul {
  display: none;
}

.region-navigation #mob_block-superfish-1 .menu > li > ul.show-sub-menu {
  display: block;
}

.region-navigation #mob_block-superfish-1 .menu > li > ul > li {
  background-color: #f5f5f5;
}

.region-navigation #mob_block-superfish-1 .menu > li > ul > li a {
  padding-left: 40px;
  color: #4C4C4C;
}

.region-navigation #mob_block-superfish-1 #menu_close {
  background-color: #3399B5;
  text-align: right;
  border-top: none;
}

@media (max-width: 767px) {
  .region-navigation #mob_block-superfish-1 #menu_close {
    display: none;
  }
}

.region-navigation #mob_block-superfish-1 #menu_close .icon_close {
  display: inline-block;
  font-size: 1em;
  width: 100px;
  line-height: 0.4;
  background-position: 90% 44%;
  background-size: 30%;
  padding-right: 90px;
  border-bottom: none;
}

.region-navigation #mob_block-superfish-1 #menu_close .icon_close:hover {
  text-decoration: none;
}

#menu-overlay {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  body.open-menu {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  body.open-menu {
    overflow: hidden;
  }
  body.open-menu .region-navigation #mob_block-superfish-1 .menu {
    left: 0px !important;
    transition: all 0.5s ease;
  }
}

@media (min-width: 1251px) {
  body.open-menu {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  body.open-menu .region-navigation {
    position: relative;
  }
}

body.open-menu #menu-overlay {
  display: none;
}

@media (min-width: 768px) {
  body.open-menu #menu-overlay {
    position: absolute;
    background: #000;
    display: block;
    opacity: .3;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    z-index: 97;
    left: 0;
    top: 0;
  }
}

@media (min-width: 1251px) {
  body.open-menu #menu-overlay {
    display: none;
  }
}

.sf-menu > li {
  float: none;
  display: table-cell;
}

.sf-menu > li a {
  text-align: left;
}

.sf-menu > li.sf-depth-1 > a {
  text-align: center;
  border-bottom: 0;
}

.sf-menu > li > ul {
  border-top: 4px solid #13B5EA;
  background-color: #4C4C4C;
  padding: 0;
  min-width: 100%;
  z-index: 2000;
}

.sf-menu > li > ul a {
  color: white;
  font-weight: 400 !important;
  text-decoration: none;
}

.sf-menu > li > ul a:hover {
  color: white !important;
  text-decoration: underline;
}

.sf-menu > li > ul > li:last-child {
  border-bottom: 2px solid #13B5EA;
}

.sf-menu > li:last-child ul {
  right: 0;
  left: auto;
}

.sf-menu > li > ul > li {
  word-wrap: normal;
  white-space: normal;
}

.menu a.active {
  text-decoration: underline;
}

.block-item {
  margin-bottom: 44px;
}

.block-item .block-head {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .block-item .block-head {
    font-size: 1.6875em;
  }
}

.block-item .block-body {
  background-color: white;
  border: 1px solid #CACACA;
  border-top: 0;
  padding: 20px;
}

#block-superfish-1 {
  display: none;
}

.header {
  background-color: #0080A2;
  height: auto;
  /*&:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 80px;
    width: 100%;
    height: $header-mobile-sub-layer;
    background-color: $colour_grey_4;
    box-sizing: border-box;
    @include breakpoint(tablet) {
      content: none;
    }
  }*/
}

@media (min-width: 768px) {
  .header {
    height: auto;
  }
}

@media (min-width: 1251px) {
  .header {
    margin-bottom: 0;
    height: 116px;
  }
}

.header a {
  color: white;
}

.header .block-search-api-page {
  position: relative;
  width: 100%;
  max-width: none;
  bottom: 0;
}

@media (min-width: 768px) {
  .header .block-search-api-page {
    top: 40px;
  }
}

@media (min-width: 1251px) {
  .header .block-search-api-page {
    top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 910px) {
  body.open-menu .header .header-right {
    display: none;
  }
}

.header__logo {
  margin: 0 auto;
  height: 80px;
  padding-left: 24px;
  padding-right: 24px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 320px;
  float: none;
  position: relative;
}

@media (min-width: 768px) {
  .header__logo {
    padding: 0;
    height: 116px;
    width: 257px;
    float: left;
    display: inline-block;
  }
}

.header__logo .logo-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.header__logo img {
  display: inline-block;
}

@media (min-width: 768px) {
  .header__logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
  }
}

.header__logo-image-bw {
  display: none;
}

.header-right {
  width: 100%;
  height: 48px;
  position: relative;
  z-index: 30;
  display: table;
  float: none;
  background-color: #F2F2F2;
  border-bottom: 4px solid #3399B5;
}

@media (min-width: 768px) {
  .header-right {
    width: auto;
    height: 116px;
    float: right;
    border-bottom: 0;
    background: none;
  }
}

.header__region, .header-login, .header-mobile-menu {
  display: block;
  vertical-align: middle;
  height: 100%;
  margin: 0;
}

@media (min-width: 1251px) {
  .header__region, .header-login, .header-mobile-menu {
    display: table-cell;
  }
}

.header-mobile-menu {
  height: auto;
}

.header__region {
  float: none;
}

.header__region .block-search-api-page {
  float: right;
  width: auto;
  text-align: right;
  padding-right: 55px;
}

.header__region .block-search-api-page.show-search {
  width: 65%;
}

@media (min-width: 768px) {
  .header__region .block-search-api-page {
    display: table-cell;
    padding-right: 32px;
    float: none;
    width: 100%;
    text-align: left;
  }
}

@media (min-width: 1251px) {
  .header__region .block-search-api-page {
    display: table-cell;
    padding-right: 32px;
    float: none;
    width: 100%;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .header__region form {
    width: 300px;
  }
}

.header__region .search-form-widget > div {
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .header__region .search-form-widget > div {
    display: inline-block;
  }
}

.header__region .form-type-textfield {
  display: block;
  width: 100%;
  right: 40px;
  margin: 0;
  margin-left: 4px;
  height: 44px;
}

@media (min-width: 768px) {
  .header__region .form-type-textfield {
    height: 36px;
    width: 291px;
    display: inline;
    margin-left: 0;
  }
}

.header__region .form-text {
  float: none;
  position: relative;
  height: 44px;
  width: 0;
  opacity: 0;
  padding: 0;
  transition: all 0s ease-in-out;
  border: 0;
}

@media (min-width: 768px) {
  .header__region .form-text {
    width: 291px;
    height: 36px;
    float: left;
    padding: 6px;
    opacity: 1;
  }
}

.header__region #block-search-api-page-default-search.show-search .form-text {
  width: 100%;
  padding: 6px;
  opacity: 1;
  transition: all .5s ease-in-out;
}

.header__region input[type="submit"] {
  top: 0;
  background: none;
  width: 44px;
  height: 44px;
  background-size: contain;
  box-shadow: none;
  margin: 0;
  margin-left: 4px;
  right: -52px;
  background-color: transparent;
  background-image: url("../images/svg/icon_search_blue.svg");
}

.lt-ie9 .header__region input[type="submit"] {
  background-image: url("../images/png/icon_search_blue.png");
}

@media (min-width: 768px) {
  .header__region input[type="submit"] {
    background-color: #13B5EA;
    background-image: url("../images/svg/icon_search.svg");
    width: 36px;
    height: 36px;
    right: -40px;
  }
  .lt-ie9 .header__region input[type="submit"] {
    background-image: url("../images/png/icon_search.png");
  }
}

.header__region input[type="submit"]:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  .header__region input[type="submit"]:hover {
    background-color: #4C4C4C;
  }
}

.header__region input[type="submit"]:focus {
  background-color: #000000 !important;
}

#block-block-101 .button {
  display: inline-block;
  height: 44px;
  padding: 0.7em 0.8125em;
  width: 140px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  color: #4C4C4C;
  background-color: #ffffff;
}

#block-block-101 .button:hover {
  background-color: #A1E1F7;
}

#block-block-101 .button:focus {
  background-color: #000000 !important;
  color: white;
}

@media (min-width: 1251px) {
  #block-block-101 .button {
    height: 36px;
    padding: 0.4em 0.8125em;
  }
}

@media (min-width: 1251px) {
  #block-block-101 {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
  }
}

/*#block-bean-login-dropdown {
  @include breakpoint(tablet) {
      //display: block;
      //position: relative;
  }
  @include breakpoint(desktop) {
    display: table-cell;
    vertical-align: top;
  }

  & > button {
      display: inline-block;
      padding: 0;
      float: left;
      height: 44px;
      text-decoration: none;
      cursor: pointer;
      font-weight: 600;
      font-size: 0;
      color: white;
      background-color: $colour_grey_1;      
      @include breakpoint(tablet) {
          //text-indent: -30px;
          //font-size: 0;
      }
      @include breakpoint(desktop) {
        font-size: em(18px);
        margin-left: 38px;
        padding-top: 2px;
        height: $header-button-height;
        width: 100px;
        background: none;
      }
    &:after {
        content: '';
        display: inline-block;
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: 5px;
        right: 0;
        height: 44px;
        width: 48px;
        @include background_icon($icon_key);
        //background-color: $colour_orange_1;
        //background-color: $colour_grey_1;
        vertical-align: middle;
        position: relative;
        @include breakpoint(tablet) {
        }
        @include breakpoint(desktop) {
            height: $header-button-height;
            width: $header-button-height;
            margin-left: 10px;
            margin-right: -1px;
            top: -2px;
            background-position: 50%;
            background-size: 90%;
            background-color: $colour_light_blue_1;
        }
    
    }
      
      
  }
  @include breakpoint(tablet) {
        &.showing > button{
            height: 48px;
          } 
          &.showing > button:after  {
              top: -2px;
              position: relative;
          }
  }
  @include breakpoint(desktop) {
        &.showing > button{
            height: 36px;
          } 
  }    
  & > .content {
    display: none; // shows on hover
    position: relative;
    clear: both;
    background-color: $colour_grey_1;
    width: auto;
    top:0px;  
    z-index: 999;
        @include breakpoint(tablet) {
         left: 0;
         width: auto;
         margin-bottom: -4px;
        }
        @include breakpoint(desktop) {
            position: absolute;
            left: auto;
            right: 0;
            top: 73px;
            width: 250px;
        }      

    a {

      width: 80%;
      display: inline-block;
      position: relative;
      text-decoration: underline;
      padding: 15px 0 15px 20px; 
      min-height: 0;
      color: white;
      &:hover {
        text-decoration: underline;
      }
    }
    .paragraphs-items-field-quick-link-para-full{
        border-top: none;
        @include breakpoint(desktop) {
             border: 1px solid $colour_grey_3;
        }   
    }
    .paragraphs-item-home-quick-link-item {
      background-color: $colour_dark_blue_1;
      position: relative;
      @include quick_link_show_hide_devices;
      & > h2 {
        display: none;
      }
      a.trigger {
            display: inline-block; 
            background-size: 50%;
            background-repeat: no-repeat;
            background-position: 52%;
            width: $header-button-height;
            height: $header-button-height;
            @include background_icon($icon_plus);
            //background-color: $colour_orange_1;
            position: absolute;
            top:7px;
            right: 5px;
            text-indent: -9999em;
            overflow: hidden;
        
      }
      .open a.trigger{
          @include background_icon($icon_minus);
          background-position: 52%;
      
      } 
      .field-name-field-quick-link {
        margin: 0;
        background-color: $colour_grey_1;
        border-bottom: 1px solid $colour_grey_3;
      
      }
      .field-name-field-login-summary {
           color: #fff;
          padding: 0px 20px;
          display: none;
          p{
              color: #fff;
              font-size: .9em;
              }
      }
      .field-name-field-register-link{
           display: none;
          a{
              text-decoration: underline;
              padding: 0px 20px 5px;
              font-size: .9em;
          } 
      }
      .open .field-name-field-register-link,
      .open .field-name-field-login-summary{
          display: block;
        }
    }
    .field-name-field-quick-link-para {
      margin: 0;
    }
  }
  &.showing {
    & > button {
      @include breakpoint(desktop) {
        color: white;
        &:after {
          background-color: $colour_grey_1;
        }
      }
    }
    & > .content {
      display: block;
    }
  }
  &:hover {
    & > button {
      @include breakpoint(desktop) {
        text-decoration: none;
        background-color: transparent;
        // color: white;
        &:after {
          background-color: $colour_grey_1;
        }
      }
    }
     
    // & > .content {
    //   display: block;
    // }
  }
    .block__title {
        &:focus::after {   
          background-color: $colour_black !important;
        
        }
    }
    
}*/
@media (min-width: 768px) {
  .header-mobile-menu {
    display: none;
  }
}

.header-tablet-menu {
  min-height: 48px;
  display: none;
  position: relative;
}

@media (min-width: 768px) {
  .header-tablet-menu {
    clear: both;
    display: block;
    min-height: 48px;
    background-color: #F2F2F2;
    border-right: 1px solid #CACACA;
    border-bottom: 4px solid #3399B5;
  }
}

@media (min-width: 1251px) {
  .header-tablet-menu {
    display: none;
  }
}

.header-tablet-menu .block-govcms-social-links {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-tablet-menu .block-govcms-social-links .block__content a {
  margin-right: 10px;
}

.header-tablet-menu .block-govcms-social-links img {
  width: 27px;
  height: auto;
}

button.menu-toggle {
  height: 44px;
  background: url("../images/png/icon_menu.png") 2px 1px no-repeat #3399B5;
  background: none, url("../images/svg/icon_menu.svg") 2px 1px no-repeat #3399B5;
  padding-left: 55px;
  line-height: 1.7em;
  float: left;
  font-weight: bold;
  vertical-align: middle;
}

@media (max-width: 767px) {
  button.menu-toggle {
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  button.menu-toggle {
    height: 48px;
    padding-left: 50px;
    text-indent: 0em;
  }
}

button.menu-toggle:focus {
  background-color: #000000;
}

.open-menu button.menu-toggle {
  background: url("../images/png/icon_close.png") 10px 4px no-repeat #3399B5;
  background: none, url("../images/svg/icon_close.svg") 10px 4px no-repeat #3399B5;
}

.open-menu button.menu-toggle:focus {
  background-color: #000000;
}

#page,
.region-bottom {
  margin: auto;
}

@media (min-width: 1251px) {
  #page,
  .region-bottom {
    max-width: 1232px;
  }
}

.header__inner {
  margin: auto;
}

@media (min-width: 1251px) {
  .header__inner {
    max-width: 1232px;
  }
}

@media (min-width: 768px) {
  .header__inner {
    padding: 0 1.5em;
  }
}

@media (min-width: 1251px) {
  .header__inner {
    padding: 0;
  }
}

.region-navigation .block {
  margin: auto;
}

@media (min-width: 1251px) {
  .region-navigation .block {
    max-width: 1232px;
  }
}

.header-tablet-menu {
  margin: auto;
}

@media (min-width: 1251px) {
  .header-tablet-menu {
    max-width: 1232px;
  }
}

div.panels-ipe-pseudobutton-container a {
  line-height: inherit !important;
}

#page {
  padding-left: 1em;
  padding-right: 1em;
}

@media (min-width: 768px) {
  #page {
    padding: 0 1.5em;
  }
}

@media (min-width: 1251px) {
  #page {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .front #page {
    max-width: initial;
  }
}

@media (max-width: 767px) {
  .front #page .panel-2col-stacked .center-wrapper, .front #page .panel-2col-stacked .panel-col-bottom {
    margin: auto;
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .panel-2col .panel-panel {
    float: none;
    width: 100%;
  }
}

.panel-2col .panel-panel .inside {
  margin: 0;
}

@media (min-width: 768px) {
  .panel-2col .panel-col-first {
    width: 31.1827956989%;
    float: left;
    margin-right: 3.2258064516%;
  }
}

@media (min-width: 1251px) {
  .panel-2col .panel-col-first {
    width: 23.6607142857%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

@media (min-width: 768px) {
  .panel-2col .panel-col-last {
    width: 65.5913978495%;
  }
}

@media (min-width: 1251px) {
  .panel-2col .panel-col-last {
    width: 74.5535714286%;
  }
}

.panel-2col-stacked {
  display: block;
}

.panel-2col-stacked .panel-panel {
  float: none;
  width: 100%;
}

.panel-2col-stacked .panel-panel .inside {
  margin: 0;
}

@media (min-width: 1251px) {
  .panel-2col-stacked .panel-col-first {
    display: block;
    width: 32.1428571429%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

@media (min-width: 1251px) {
  .panel-2col-stacked .panel-col-last {
    width: 66.0714285714%;
    float: left;
    margin-right: 1.7857142857%;
    margin-right: 0;
  }
}

.panel-2col-equal-width {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .panel-2col-equal-width {
    width: 57.5892857143%;
    float: left;
    margin-right: 1.7857142857%;
    padding: 0;
  }
}

@media (min-width: 1251px) {
  .panel-2col-equal-width {
    width: 66.0714285714%;
    float: left;
    margin-right: 1.7857142857%;
    padding: 0;
  }
}

.panel-2col-equal-width .panel-panel {
  float: none;
}

.panel-2col-equal-width .panel-panel .inside {
  margin: 0;
}

@media (min-width: 768px) {
  .panel-2col-equal-width .panel-panel {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.panel-2col-equal-width .panel-col-first {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: block;
  margin-right: 0;
  float: none;
}

@media (min-width: 768px) {
  .panel-2col-equal-width .panel-col-first {
    width: 83.0357142857%;
    float: left;
    margin-right: 1.7857142857%;
    margin-right: 0;
    margin-left: 0;
    display: inline;
    float: none;
  }
}

@media (min-width: 1251px) {
  .panel-2col-equal-width .panel-col-first {
    display: inline-block;
    width: 49.1071428571%;
    float: left;
    margin-right: 1.7857142857%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.panel-2col-equal-width .panel-col-last {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: block;
  margin-right: 0;
  float: none;
}

@media (min-width: 768px) {
  .panel-2col-equal-width .panel-col-last {
    width: 83.0357142857%;
    float: left;
    margin-right: 1.7857142857%;
    display: inline;
    margin-right: 0;
    float: none;
  }
}

@media (min-width: 1251px) {
  .panel-2col-equal-width .panel-col-last {
    width: 49.1071428571%;
    float: left;
    margin-right: 1.7857142857%;
    margin-right: 0;
    display: inline-block;
    float: right;
  }
}

.panel-3col-equal-width {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .panel-3col-equal-width {
    width: 57.5892857143%;
    float: left;
    margin-right: 1.7857142857%;
    padding: 0;
  }
}

@media (min-width: 1251px) {
  .panel-3col-equal-width {
    width: 66.0714285714%;
    float: left;
    margin-right: 1.7857142857%;
    padding: 0;
  }
}

.panel-3col-equal-width .panel-panel {
  float: none;
}

.panel-3col-equal-width .panel-panel .inside {
  margin: 0;
}

@media (min-width: 768px) {
  .panel-3col-equal-width .panel-panel {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.panel-3col-equal-width .panel-col-first {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: block;
  margin-right: 0;
  float: none;
}

@media (min-width: 768px) {
  .panel-3col-equal-width .panel-col-first {
    width: 83.0357142857%;
    float: left;
    margin-right: 1.7857142857%;
    margin-right: 0;
    margin-left: 0;
    display: inline;
    float: none;
  }
}

@media (min-width: 1251px) {
  .panel-3col-equal-width .panel-col-first {
    display: inline-block;
    width: 49.1071428571%;
    float: left;
    margin-right: 1.7857142857%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.panel-3col-equal-width .panel-col-last {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: block;
  margin-right: 0;
  float: none;
}

@media (min-width: 768px) {
  .panel-3col-equal-width .panel-col-last {
    width: 83.0357142857%;
    float: left;
    margin-right: 1.7857142857%;
    display: inline;
    margin-right: 0;
    float: none;
  }
}

@media (min-width: 1251px) {
  .panel-3col-equal-width .panel-col-last {
    width: 49.1071428571%;
    float: left;
    margin-right: 1.7857142857%;
    margin-right: 0;
    display: inline-block;
    float: right;
  }
}

@media (min-width: 768px) {
  #content.left-right-sidebar {
    width: 65.5913978495%;
    float: left;
    margin-right: 3.2258064516%;
    margin-right: 0;
  }
}

@media (min-width: 1251px) {
  #content.left-right-sidebar {
    width: 49.1071428571%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

@media (min-width: 768px) {
  #content.left-sidebar {
    width: 65.5913978495%;
    float: left;
    margin-right: 3.2258064516%;
    margin-right: 0;
  }
}

@media (min-width: 1251px) {
  #content.left-sidebar {
    width: 74.5535714286%;
    float: left;
    margin-right: 1.7857142857%;
    margin-right: 0;
  }
  #content.left-sidebar .field-name-body {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  #content.right-sidebar {
    width: 65.5913978495%;
    float: left;
    margin-right: 3.2258064516%;
  }
}

@media (min-width: 1251px) {
  #content.right-sidebar {
    width: 74.5535714286%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

@media (max-width: 767px) {
  #sidebar-left {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  #sidebar-left {
    width: 31.1827956989%;
    float: left;
    margin-right: 3.2258064516%;
  }
}

@media (min-width: 1251px) {
  #sidebar-left {
    width: 23.6607142857%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

@media (min-width: 768px) {
  #sidebar-right {
    width: 31.1827956989%;
    float: left;
    margin-right: 3.2258064516%;
    margin-right: 0;
  }
}

@media (min-width: 1251px) {
  #sidebar-right {
    width: 23.6607142857%;
    float: left;
    margin-right: 1.7857142857%;
    margin-right: 0;
  }
}

.node-page.two-column .field-name-body {
  margin-top: 0;
}

@media (min-width: 1251px) {
  .node-page.two-column .field-name-body {
    width: 65.8682634731%;
    float: left;
    margin-right: 2.3952095808%;
  }
}

.node-page.two-column .field-name-field-right-column {
  margin-top: 0;
}

@media (min-width: 768px) {
  .node-page.two-column .field-name-field-right-column {
    width: 31.1827956989%;
    float: left;
    margin-right: 3.2258064516%;
    margin-right: 0;
  }
}

@media (min-width: 1251px) {
  .node-page.two-column .field-name-field-right-column {
    width: 31.7365269461%;
    float: left;
    margin-right: 2.3952095808%;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  #main:after {
    content: '';
    display: table;
    clear: both;
  }
}

.ui-widget {
  font-size: 1em;
  font-family: inherit;
}

.dialog {
  display: none;
}

.tabs, .accordion {
  margin: 1em 0;
}

#content .tabs ul li:before,
#content .accordion ul li:before {
  content: "";
  margin: 0;
  display: none;
}

.footer-wrapper {
  background: #4C4C4C;
  margin-top: 40px;
  padding: 0 0 4.5em 0;
  overflow: hidden;
  border-bottom: 10px solid #0080A2;
}

@media (min-width: 768px) {
  .footer-wrapper {
    padding: 0 1.5em;
  }
}

.full-page-view #footer .responsive-switch .desktop {
  display: none !important;
}

.full-page-view #footer .responsive-switch .mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .view-updated-date {
    margin-bottom: 20px;
  }
}

#footer .responsive-switch {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

#footer .responsive-switch .desktop {
  display: none;
}

#footer .responsive-switch .mobile {
  display: none !important;
}

#footer {
  margin: auto;
  /*.responsive-switch {
    //margin-bottom: 72px;
    @include breakpoint(desktop) {
      display:none;
    }
    .full-page-view & {
      display: none !important;
    } 
  }*/
  color: #CACACA;
}

@media (min-width: 768px) {
  #footer {
    padding-bottom: 3em;
  }
}

@media (min-width: 1251px) {
  #footer {
    max-width: 1232px;
  }
}

#footer .footer-column {
  width: 32.1428571429%;
  float: left;
  margin-right: 1.7857142857%;
  padding: 0;
}

@media (max-width: 767px) {
  #footer .footer-column {
    width: 100%;
    float: none;
  }
}

#footer #footer-col1 .block-menu-block {
  display: none;
}

@media (min-width: 768px) {
  #footer #footer-col1 .block-menu-block {
    display: block;
  }
}

#footer #footer-col1 #block-block-26, #footer #footer-col1 #block-block-91 {
  display: none;
}

@media (min-width: 768px) {
  #footer #footer-col1 #block-block-26, #footer #footer-col1 #block-block-91 {
    display: block;
  }
}

#footer #footer-col2 #block-bean-footer-contact-us {
  display: none;
}

@media (min-width: 768px) {
  #footer #footer-col2 #block-bean-footer-contact-us {
    display: block;
  }
}

#footer #footer-col3 {
  margin: 0;
  position: relative;
}

#footer #footer-col3 .block-govcms-social-links {
  display: block;
  z-index: 9;
}

#footer #footer-col3 .block-govcms-social-links .block__content {
  padding: .5em 0;
}

@media (max-width: 767px) {
  #footer #footer-col3 .block-govcms-social-links {
    margin: 0 1em;
  }
}

#footer .block {
  padding: 0;
}

#footer h2 {
  color: #ffffff;
  font-size: 1.25em;
  border-bottom: 1px solid #707070;
  line-height: 1.5em;
  position: relative;
  padding: 1em 1em;
}

@media (max-width: 767px) {
  #footer h2 {
    margin: 0;
    font-size: 1.375em;
  }
}

@media (min-width: 768px) {
  #footer h2 {
    padding: .5em 0 0.5em 0;
    margin: 1em 0;
  }
}

#footer h2 a {
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  #footer h2 a {
    width: auto;
  }
}

#footer h2 a::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/svg/icon_mobile_right_white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.lt-ie9 #footer h2 a::after {
  background-image: url("../images/png/icon_mobile_right_white.png");
}

@media (min-width: 768px) {
  #footer h2 a::after {
    top: 5px;
  }
}

@media (max-width: 767px) {
  #footer #block-block-76 h2,
  #footer #block-block-81 h2 {
    line-height: 1.4545454545em;
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  #footer #block-block-76 h2,
  #footer #block-block-81 h2 {
    padding: 0.5em 0 0.5em 0;
    margin: 1em 0;
  }
}

#footer a {
  color: #FCFCFC;
  text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer a:active {
  text-decoration: underline;
}

#footer a:focus {
  background-color: #0080A2 !important;
  color: #ffffff !important;
  text-decoration: underline;
}

#footer ul {
  margin: .5em 0;
}

#footer p, #footer ul li {
  color: #CACACA;
}

#footer .menu, #footer .block__content {
  padding: 1em 1.3em;
}

@media (min-width: 768px) {
  #footer .menu, #footer .block__content {
    padding: 0;
  }
}

#footer #block-bean-footer-heading-site-information .block__content, #footer #block-bean-footer-heading-follow-us .block__content, #footer #block-bean-footer-heading-resources .block__content {
  padding: 0;
}

#footer .bean-contact-us {
  display: block;
}

@media (max-width: 767px) {
  #footer .bean-contact-us {
    display: none;
  }
}

#footer .field .field-label {
  font-weight: normal;
  font-size: 0.75em;
}

#footer .field-name-field-contact-office p {
  margin-top: 0;
}

#footer .block-govcms-social-links {
  text-align: center;
  padding: 0;
  margin: 1em 0;
}

@media (min-width: 768px) {
  #footer .block-govcms-social-links {
    text-align: left;
  }
}

#footer .block-govcms-social-links .block__content a {
  width: 36px;
  height: 36px;
  display: inline-block;
}

@media (min-width: 1251px) {
  #footer .block-govcms-social-links .block__content a {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}

#footer .block-govcms-social-links .block__content a#icon-social-tw {
  background: url(../images/svg/icon-twitter-grey.svg) no-repeat center 100%;
}

#footer .block-govcms-social-links .block__content a#icon-social-tw:hover, #footer .block-govcms-social-links .block__content a#icon-social-tw:focus {
  background: url(../images/svg/icon-twitter-blue.svg) no-repeat center 100% !important;
}

#footer .block-govcms-social-links .block__content a#icon-social-fb {
  background: url(../images/svg/icon-facebook-grey.svg) no-repeat center 100%;
}

#footer .block-govcms-social-links .block__content a#icon-social-fb:hover, #footer .block-govcms-social-links .block__content a#icon-social-fb:focus {
  background: url(../images/svg/icon-facebook-blue.svg) no-repeat center 100% !important;
}

#footer .block-govcms-social-links .block__content a#icon-social-yt {
  background: url(../images/svg/icon-youtube-grey.svg) no-repeat center 100%;
}

#footer .block-govcms-social-links .block__content a#icon-social-yt:hover, #footer .block-govcms-social-links .block__content a#icon-social-yt:focus {
  background: url(../images/svg/icon-youtube-blue.svg) no-repeat center 100% !important;
}

#footer .block-govcms-social-links .block__content a#icon-social-lkin {
  background: url(../images/svg/icon-linkedin-grey.svg) no-repeat center 100%;
}

#footer .block-govcms-social-links .block__content a#icon-social-lkin:hover, #footer .block-govcms-social-links .block__content a#icon-social-lkin:focus {
  background: url(../images/svg/icon-linkedin-blue.svg) no-repeat center 100% !important;
}

#footer .block-govcms-social-links .block__content a#icon-social-rss {
  background: url(../images/svg/icon-rss-grey.svg) no-repeat center 100%;
}

#footer .block-govcms-social-links .block__content a#icon-social-rss:hover, #footer .block-govcms-social-links .block__content a#icon-social-rss:focus {
  background: url(../images/svg/icon-rss-blue.svg) no-repeat center 100% !important;
}

#footer #block-bean-social-links .field {
  margin: 0;
}

#footer #block-bean-social-links ul {
  margin: 0;
}

#footer #block-bean-social-links ul li {
  display: inline-block;
}

#footer #block-bean-social-links ul li img {
  width: 36px;
}

@media (min-width: 1251px) {
  #footer #block-bean-social-links ul li img {
    width: 48px;
  }
}

@media (max-width: 767px) {
  #footer #block-bean-social-links ul {
    text-align: center;
    padding: 1em 0;
  }
}

/* All global field level styling */
.field-name-field-documents {
  clear: both;
  margin-bottom: 1em;
  background-color: #fff;
  padding: 1em 1em 1em 1.5em;
  border-left: 7px solid #13B5EA;
}

.field-name-field-documents .field-label {
  margin: 0 0 .5em;
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .field-name-field-documents .field-label {
    font-size: 1.375em;
    line-height: 1.4545454545em;
  }
}

.field-name-field-documents span.file a {
  display: inline;
}

.captcha {
  margin: 1em 0;
}

.block-item {
  margin-bottom: 44px;
}

.block-item .block-head {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .block-item .block-head {
    font-size: 1.6875em;
  }
}

.block-item .block-body {
  background-color: white;
  border: 1px solid #CACACA;
  border-top: 0;
  padding: 20px;
}

.ui-datepicker table th {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#calendar-events-datepicker {
  width: 100%;
}

#calendar-events-datepicker .ui-widget {
  font-size: 1em;
  font-family: Arial, sans-serif;
}

#calendar-events-datepicker .ui-datepicker-inline {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#calendar-events-datepicker .ui-datepicker-title {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1.375em;
  font-weight: 600;
}

#calendar-events-datepicker .ui-datepicker-header {
  padding: 0;
  background-color: #707070;
  background-image: none;
  color: white;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid white;
}

#calendar-events-datepicker .ui-datepicker-year {
  display: none;
}

#calendar-events-datepicker .ui-datepicker-next, #calendar-events-datepicker .ui-datepicker-prev {
  display: none;
}

#calendar-events-datepicker .ui-datepicker-calendar {
  background-color: #F2F2F2;
  font-size: 1em;
  margin: 0;
  border-bottom: 0;
}

#calendar-events-datepicker .ui-datepicker-calendar th, #calendar-events-datepicker .ui-datepicker-calendar td {
  width: 14%;
}

@media (min-width: 1251px) {
  #calendar-events-datepicker .ui-datepicker-calendar th:first-child, #calendar-events-datepicker .ui-datepicker-calendar td:first-child {
    padding-left: 15px;
  }
}

@media (min-width: 1251px) {
  #calendar-events-datepicker .ui-datepicker-calendar th:last-child, #calendar-events-datepicker .ui-datepicker-calendar td:last-child {
    padding-right: 15px;
  }
}

#calendar-events-datepicker .ui-datepicker-calendar th {
  background-color: #F2F2F2;
  color: #4C4C4C;
  border-bottom: 1px solid #CACACA;
}

#calendar-events-datepicker .ui-datepicker-calendar tr {
  border: 0;
  height: 41px;
}

#calendar-events-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
}

#calendar-events-datepicker .ui-datepicker-calendar td a {
  position: relative;
  padding: 0;
}

#calendar-events-datepicker .ui-datepicker-calendar td.has-event a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #CACACA;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}

#calendar-events-datepicker .ui-datepicker-calendar .ui-state-default {
  margin: auto;
  border: 0;
  color: #4C4C4C;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  background-color: transparent;
  background-image: none;
}

#calendar-events-datepicker .ui-datepicker-calendar .ui-state-highlight {
  border: 1px solid #CACACA;
}

#calendar-events-datepicker .ui-datepicker-calendar .ui-state-active {
  background-color: #CACACA;
  color: #4C4C4C;
}

#calendar-events-datepicker .ui-datepicker-calendar .ui-state-active:after {
  content: ' ';
  display: none !important;
}

.view-cal-event .view-header {
  display: none;
}

.view-cal-event .view-content {
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-top: 0;
  border-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
}

.view-cal-event .view-content .views-field-field-event-date-1 {
  font-weight: 600;
}

.view-cal-event .view-footer {
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  margin-bottom: 44px;
  text-align: right;
}

.ui-datepicker table th {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#calendar-events-datepicker {
  width: 100%;
}

#calendar-events-datepicker .ui-widget {
  font-size: 1em;
  font-family: Arial, sans-serif;
}

#calendar-events-datepicker .ui-datepicker-inline {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#calendar-events-datepicker .ui-datepicker-title {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1.375em;
  font-weight: 600;
}

#calendar-events-datepicker .ui-datepicker-header {
  padding: 0;
  background-color: #707070;
  background-image: none;
  color: white;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid white;
}

#calendar-events-datepicker .ui-datepicker-year {
  display: none;
}

#calendar-events-datepicker .ui-datepicker-next, #calendar-events-datepicker .ui-datepicker-prev {
  display: none;
}

#calendar-events-datepicker .ui-datepicker-calendar {
  background-color: #F2F2F2;
  font-size: 1em;
  margin: 0;
  border-bottom: 0;
}

#calendar-events-datepicker .ui-datepicker-calendar th, #calendar-events-datepicker .ui-datepicker-calendar td {
  width: 14%;
}

@media (min-width: 1251px) {
  #calendar-events-datepicker .ui-datepicker-calendar th:first-child, #calendar-events-datepicker .ui-datepicker-calendar td:first-child {
    padding-left: 15px;
  }
}

@media (min-width: 1251px) {
  #calendar-events-datepicker .ui-datepicker-calendar th:last-child, #calendar-events-datepicker .ui-datepicker-calendar td:last-child {
    padding-right: 15px;
  }
}

#calendar-events-datepicker .ui-datepicker-calendar th {
  background-color: #F2F2F2;
  color: #4C4C4C;
  border-bottom: 1px solid #CACACA;
}

#calendar-events-datepicker .ui-datepicker-calendar tr {
  border: 0;
  height: 41px;
}

#calendar-events-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
}

#calendar-events-datepicker .ui-datepicker-calendar td a {
  position: relative;
  padding: 0;
}

#calendar-events-datepicker .ui-datepicker-calendar td.has-event a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #CACACA;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}

#calendar-events-datepicker .ui-datepicker-calendar .ui-state-default {
  margin: auto;
  border: 0;
  color: #4C4C4C;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  background-color: transparent;
  background-image: none;
}

#calendar-events-datepicker .ui-datepicker-calendar .ui-state-highlight {
  border: 1px solid #CACACA;
}

#calendar-events-datepicker .ui-datepicker-calendar .ui-state-active {
  background-color: #CACACA;
  color: #4C4C4C;
}

#calendar-events-datepicker .ui-datepicker-calendar .ui-state-active:after {
  content: ' ';
  display: none !important;
}

.view-cal-event .view-header {
  display: none;
}

.view-cal-event .view-content {
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-top: 0;
  border-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
}

.view-cal-event .view-content .views-field-field-event-date-1 {
  font-weight: 600;
}

.view-cal-event .view-footer {
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  margin-bottom: 44px;
  text-align: right;
}

.breadcrumb {
  font-size: 0.875em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 7px;
  padding-bottom: 10px;
  border-bottom: 0;
}

@media (min-width: 768px) {
  .breadcrumb {
    padding-top: 1em;
    padding-bottom: 1.5em;
  }
}

@media (min-width: 1251px) {
  .breadcrumb {
    padding-top: 1em;
    padding-bottom: 1.5em;
  }
}

.open-close {
  text-align: right;
  position: absolute;
  top: -29px;
  right: -1px;
}

.open-close a {
  background: #FCFCFC;
  display: inline-block;
  padding: .3em 1em 0;
  border: 1px solid #CACACA;
}

.open-close a:focus {
  background-color: #FCFCFC !important;
  color: #0080A2 !important;
}

.view-aircraft-registers {
  margin-bottom: 2em;
}

.accordui {
  margin: 3em 0 2em !important;
  border: 1px solid #CACACA;
  position: relative;
}

.accordui dt {
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #FCFCFC;
  color: #000000;
  position: relative;
  font-size: 1.125em;
  line-height: 1.6em;
  padding: 0;
}

.accordui dt a {
  text-decoration: none;
  display: block;
  color: #000000;
  padding: 0.6em 2.5em 0.6em 1em;
}

.accordui dt a:hover, .accordui dt a:focus {
  color: #000000 !important;
  background: #FCFCFC !important;
}

.accordui dt a:before {
  background-image: url("../images/svg/icon_mobile_down_blue.svg");
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: auto;
  right: 14px;
  top: 30%;
  background-position: 0;
}

.lt-ie9 .accordui dt a:before {
  background-image: url("../images/png/icon_mobile_down_blue.png");
}

.accordui dt.accordui-active a:before {
  background-image: url("../images/svg/icon_mobile_up_blue.svg");
}

.lt-ie9 .accordui dt.accordui-active a:before {
  background-image: url("../images/png/icon_mobile_up_blue.png");
}

.accordui dd {
  height: 0;
  min-height: 0px;
  margin: 0px;
  overflow: hidden;
  padding: 0em 20px;
  opacity: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #CACACA;
  transition: all .5s ease;
}

#content .accordui dd ul > li::before {
  content: "";
}

.accordui dd:last-child {
  border-bottom: 0;
}

.accordui dd.active {
  min-height: 60px;
  height: auto;
  margin: 0px;
  overflow: visible;
  opacity: 1;
  padding: .5em 20px;
  box-sizing: border-box;
  transition: all .5s ease;
}

#content .accordui dd.active ul > li::before {
  content: "▸" !important;
}

#block-views-publication-chapters-block {
  margin: 0;
  border: 1px solid #DDD;
}

#block-views-publication-chapters-block .accordion-heading {
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #FCFCFC;
  color: #000000;
  position: relative;
  font-size: 1.125em;
  line-height: 1.6em;
  padding: 0.6em 2.5em 0.6em 1em;
}

#block-views-publication-chapters-block .accordion-heading:before {
  background-image: url("../images/svg/icon_mobile_down_blue.svg");
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: auto;
  right: 14px;
  top: 30%;
  background-position: 0;
}

.lt-ie9 #block-views-publication-chapters-block .accordion-heading:before {
  background-image: url("../images/png/icon_mobile_down_blue.png");
}

#block-views-publication-chapters-block .accordion-heading.accordui-active:before {
  background-image: url("../images/svg/icon_mobile_up_blue.svg");
}

.lt-ie9 #block-views-publication-chapters-block .accordion-heading.accordui-active:before {
  background-image: url("../images/png/icon_mobile_up_blue.png");
}

#block-views-publication-chapters-block .accordion-body {
  height: 0;
  min-height: 0px;
  margin: 0px;
  overflow: hidden;
  padding: 0em 20px;
  opacity: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #DDD;
  transition: all .5s ease;
}

#content #block-views-publication-chapters-block .accordion-body ul > li::before {
  content: "";
}

#block-views-publication-chapters-block .accordion-body:last-child {
  border-bottom: 0;
}

#block-views-publication-chapters-block .accordion-body.active {
  min-height: 60px;
  height: auto;
  margin: 0px;
  overflow: visible;
  opacity: 1;
  padding: .5em 20px;
  box-sizing: border-box;
  transition: all .5s ease;
}

#content #block-views-publication-chapters-block .accordion-body.active ul > li::before {
  content: "▸" !important;
}

/*TOOLTIP STYLES*/
.tooltip-container .col-lg-3 {
  margin-right: 0.1%;
}

@media (min-width: 744px) and (max-width: 1251px) {
  .tooltip-container .col-lg-3 {
    float: none;
    width: 100%;
  }
}

.tooltip-container h2 {
  font-size: 1.37em;
}

.tooltip-container h3 {
  font-size: 1.2em;
}

.tooltip {
  position: relative;
  display: block;
  padding-left: 60px;
  margin-bottom: 20px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #ffffff;
  text-align: left;
  padding: 0px 10px 0px 10px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
  border-radius: 2px;
  left: 0px;
}

.tooltip .tooltiptext h3 {
  line-height: 0.5em;
}

.tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: -37px;
  right: 258px;
  margin-top: -3px;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip.blue101 .tooltiptext {
  border: 2px solid #0180A0;
}

.tooltip.blue101 .tooltiptext:after {
  border-bottom: 20px solid #0180A0;
}

.tooltip.black149 .tooltiptext {
  border: 2px solid #363C32;
}

.tooltip.black149 .tooltiptext:after {
  border-bottom: 20px solid #363C32;
}

.tooltip.orange48 .tooltiptext {
  border: 2px solid #F38024;
}

.tooltip.orange48 .tooltiptext:after {
  border-bottom: 20px solid #F38024;
}

.tooltip.blue91 .tooltiptext {
  border: 2px solid #01A4BB;
}

.tooltip.blue91 .tooltiptext:after {
  border-bottom: 20px solid #01A4BB;
}

.tooltip.brown139 .tooltiptext {
  border: 2px solid #613711;
}

.tooltip.brown139 .tooltiptext:after {
  border-bottom: 20px solid #613711;
}

.tooltip.cream61 .tooltiptext {
  border: 2px solid #DBD5C3;
}

.tooltip.cream61 .tooltiptext:after {
  border-bottom: 20px solid #DBD5C3;
}

.tooltip.blue119 .tooltiptext {
  border: 2px solid #0090B1;
}

.tooltip.blue119 .tooltiptext:after {
  border-bottom: 20px solid #0090B1;
}

.tooltip.grey64 .tooltiptext {
  border: 2px solid #7F9AAB;
}

.tooltip.grey64 .tooltiptext:after {
  border-bottom: 20px solid #7F9AAB;
}

.tooltip.black121 .tooltiptext {
  border: 2px solid #5C5C5C;
}

.tooltip.black121 .tooltiptext:after {
  border-bottom: 20px solid #5C5C5C;
}

.tooltip.green141 .tooltiptext {
  border: 2px solid #5F756E;
}

.tooltip.green141 .tooltiptext:after {
  border-bottom: 20px solid #5F756E;
}

.tooltip.green133 .tooltiptext {
  border: 2px solid #46875C;
}

.tooltip.green133 .tooltiptext:after {
  border-bottom: 20px solid #46875C;
}

.tooltip.green142 .tooltiptext {
  border: 2px solid #1C9188;
}

.tooltip.green142 .tooltiptext:after {
  border-bottom: 20px solid #1C9188;
}

.tooltip.green135 .tooltiptext {
  border: 2px solid #006636;
}

.tooltip.green135 .tooltiptext:after {
  border-bottom: 20px solid #006636;
}

.tooltip.cream132 .tooltiptext {
  border: 2px solid #97946C;
}

.tooltip.cream132 .tooltiptext:after {
  border-bottom: 20px solid #97946C;
}

.tooltip.charcoal138 .tooltiptext {
  border: 2px solid #5C5C5C;
}

.tooltip.charcoal138 .tooltiptext:after {
  border-bottom: 20px solid #5C5C5C;
}

.tooltip.purple129 .tooltiptext {
  border: 2px solid #9E66A9;
}

.tooltip.purple129 .tooltiptext:after {
  border-bottom: 20px solid #9E66A9;
}

.tooltip.orange103 .tooltiptext {
  border: 2px solid #EF5B45;
}

.tooltip.orange103 .tooltiptext:after {
  border-bottom: 20px solid #EF5B45;
}

.tooltip.yellow105 .tooltiptext {
  border: 2px solid #D7873E;
}

.tooltip.yellow105 .tooltiptext:after {
  border-bottom: 20px solid #D7873E;
}

.tooltip.darkblue131 .tooltiptext {
  border: 2px solid #004560;
}

.tooltip.darkblue131 .tooltiptext:after {
  border-bottom: 20px solid #004560;
}

.tooltip.green99 .tooltiptext {
  border: 2px solid #219045;
}

.tooltip.green99 .tooltiptext:after {
  border-bottom: 20px solid #219045;
}

.tooltip.purple66 .tooltiptext {
  border: 2px solid #80298F;
}

.tooltip.purple66 .tooltiptext:after {
  border-bottom: 20px solid #80298F;
}

.tooltip.lightblue42 .tooltiptext {
  border: 2px solid #01ACDB;
}

.tooltip.lightblue42 .tooltiptext:after {
  border-bottom: 20px solid #01ACDB;
}

.tooltip.parrotgreen145 .tooltiptext {
  border: 2px solid #C7DA29;
}

.tooltip.parrotgreen145 .tooltiptext:after {
  border-bottom: 20px solid #C7DA29;
}

.tooltip.red67 .tooltiptext {
  border: 2px solid #EA1E22;
}

.tooltip.red67 .tooltiptext:after {
  border-bottom: 20px solid #EA1E22;
}

.imgleft {
  float: left;
  width: 60px;
  vertical-align: top;
  padding-right: 7px;
  position: absolute;
  left: 0px;
}

.headDev {
  background-image: url(/sites/g/files/net3056/f/arrow1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.headEng {
  background-image: url(/sites/g/files/net3056/f/arrow2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.headImp {
  background-image: url(/sites/g/files/net3056/f/arrow3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #ffffff;
}

/*END TOOLTIPS*/
.back-to-top {
  text-align: center;
}

.back-to-top a:after {
  content: "";
  display: inline;
  height: 16px;
  width: 16px;
  padding: 0 10px 0;
  position: relative;
  background: url("../images/png/icon_bullet_point_up.png") no-repeat;
  background: none, url("../images/svg/icon_bullet_point_up.svg") no-repeat;
  background-size: 15px;
  background-position: center right;
  margin-left: 5px;
}

.back-to-top a:link, .back-to-top a:visited {
  font-weight: normal;
  float: none;
  text-decoration: none;
}

/*
.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 90px;
  left: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: $colour_dark_blue_1 url(../images/svg/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    &.cd-top--show,
    &.cd-top--fade-out, 
    &:hover {
      -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
      transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    }
    &.cd-top--show {
      visibility: visible;
      opacity: 1; 
    }
    &.cd-top--fade-out { 

      opacity: .5;
    }
    &:hover {
          background-color: $colour_light_blue_1;
          opacity: 1;
    }
    @include breakpoint(tablet) {
        right: 20px;
        bottom: 20px;
    }
}
*/
/* Decision or polling tool styles*/
.poll {
  background-color: #F5F5F5;
  margin: 1em 0;
  padding: 1em 2em;
}

.poll .question p .button, .poll .answer p .button, .poll .step p .button {
  cursor: pointer;
}

#content .alpha-filter-item-list {
  position: relative;
  padding-top: 1em;
}

#content .alpha-filter-item-list ul.views-summary {
  margin: 0;
}

#content .alpha-filter-item-list ul.views-summary > li {
  display: inline-block;
  padding-left: 0;
  padding-right: .3rem;
  color: #707070;
}

@media (min-width: 1251px) {
  #content .alpha-filter-item-list ul.views-summary > li {
    padding-right: .1rem;
  }
}

#content .alpha-filter-item-list ul.views-summary > li div.ajax-progress {
  position: absolute;
  bottom: 0;
}

@media (min-width: 1251px) {
  #content .alpha-filter-item-list ul.views-summary > li div.ajax-progress {
    right: 0;
    bottom: 20px;
  }
}

#content .alpha-filter-item-list ul.views-summary > li a {
  font-weight: 600;
  width: 50px;
  height: 50px;
  line-height: 35px;
  margin-bottom: .5rem;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 1251px) {
  #content .alpha-filter-item-list ul.views-summary > li a {
    width: 30px;
    height: 30px;
    line-height: 15px;
    padding: .5em;
  }
}

#content .alpha-filter-item-list ul.views-summary > li a.active {
  background: #CACACA;
  color: #4C4C4C;
}

#content .alpha-filter-item-list ul.views-summary > li a:hover {
  text-decoration: none;
}

#content .alpha-filter-item-list ul.views-summary > li::before {
  content: '';
  display: none;
}

.view-acronym .print-ver {
  display: none;
  position: relative;
}

@media (min-width: 768px) {
  .view-acronym .print-ver {
    display: block;
  }
}

@media (min-width: 1251px) {
  .view-acronym .print-ver a {
    position: absolute;
    top: 45px;
    right: 0;
  }
}

#inqTitleBar input[type="image"], #inqDivResizeCorner input[type="image"] {
  background-color: transparent;
}

#inqTitleBar input[type="image"]:hover, #inqTitleBar input[type="image"]:focus, #inqDivResizeCorner input[type="image"]:hover, #inqDivResizeCorner input[type="image"]:focus {
  background-color: transparent;
}

#page,
.region-bottom {
  margin: auto;
}

@media (min-width: 1251px) {
  #page,
  .region-bottom {
    max-width: 1232px;
  }
}

.header__inner {
  margin: auto;
}

@media (min-width: 1251px) {
  .header__inner {
    max-width: 1232px;
  }
}

@media (min-width: 768px) {
  .header__inner {
    padding: 0 1.5em;
  }
}

@media (min-width: 1251px) {
  .header__inner {
    padding: 0;
  }
}

.region-navigation .block {
  margin: auto;
}

@media (min-width: 1251px) {
  .region-navigation .block {
    max-width: 1232px;
  }
}

.header-tablet-menu {
  margin: auto;
}

@media (min-width: 1251px) {
  .header-tablet-menu {
    max-width: 1232px;
  }
}

div.panels-ipe-pseudobutton-container a {
  line-height: inherit !important;
}

#page {
  padding-left: 1em;
  padding-right: 1em;
}

@media (min-width: 768px) {
  #page {
    padding: 0 1.5em;
  }
}

@media (min-width: 1251px) {
  #page {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .front #page {
    max-width: initial;
  }
}

@media (max-width: 767px) {
  .front #page .panel-2col-stacked .center-wrapper, .front #page .panel-2col-stacked .panel-col-bottom {
    margin: auto;
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .panel-2col .panel-panel {
    float: none;
    width: 100%;
  }
}

.panel-2col .panel-panel .inside {
  margin: 0;
}

@media (min-width: 768px) {
  .panel-2col .panel-col-first {
    width: 31.1827956989%;
    float: left;
    margin-right: 3.2258064516%;
  }
}

@media (min-width: 1251px) {
  .panel-2col .panel-col-first {
    width: 23.6607142857%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

@media (min-width: 768px) {
  .panel-2col .panel-col-last {
    width: 65.5913978495%;
  }
}

@media (min-width: 1251px) {
  .panel-2col .panel-col-last {
    width: 74.5535714286%;
  }
}

.panel-2col-stacked {
  display: block;
}

.panel-2col-stacked .panel-panel {
  float: none;
  width: 100%;
}

.panel-2col-stacked .panel-panel .inside {
  margin: 0;
}

@media (min-width: 1251px) {
  .panel-2col-stacked .panel-col-first {
    display: block;
    width: 32.1428571429%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

@media (min-width: 1251px) {
  .panel-2col-stacked .panel-col-last {
    width: 66.0714285714%;
    float: left;
    margin-right: 1.7857142857%;
    margin-right: 0;
  }
}

.panel-2col-equal-width {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .panel-2col-equal-width {
    width: 57.5892857143%;
    float: left;
    margin-right: 1.7857142857%;
    padding: 0;
  }
}

@media (min-width: 1251px) {
  .panel-2col-equal-width {
    width: 66.0714285714%;
    float: left;
    margin-right: 1.7857142857%;
    padding: 0;
  }
}

.panel-2col-equal-width .panel-panel {
  float: none;
}

.panel-2col-equal-width .panel-panel .inside {
  margin: 0;
}

@media (min-width: 768px) {
  .panel-2col-equal-width .panel-panel {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.panel-2col-equal-width .panel-col-first {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: block;
  margin-right: 0;
  float: none;
}

@media (min-width: 768px) {
  .panel-2col-equal-width .panel-col-first {
    width: 83.0357142857%;
    float: left;
    margin-right: 1.7857142857%;
    margin-right: 0;
    margin-left: 0;
    display: inline;
    float: none;
  }
}

@media (min-width: 1251px) {
  .panel-2col-equal-width .panel-col-first {
    display: inline-block;
    width: 49.1071428571%;
    float: left;
    margin-right: 1.7857142857%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.panel-2col-equal-width .panel-col-last {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: block;
  margin-right: 0;
  float: none;
}

@media (min-width: 768px) {
  .panel-2col-equal-width .panel-col-last {
    width: 83.0357142857%;
    float: left;
    margin-right: 1.7857142857%;
    display: inline;
    margin-right: 0;
    float: none;
  }
}

@media (min-width: 1251px) {
  .panel-2col-equal-width .panel-col-last {
    width: 49.1071428571%;
    float: left;
    margin-right: 1.7857142857%;
    margin-right: 0;
    display: inline-block;
    float: right;
  }
}

.panel-3col-equal-width {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .panel-3col-equal-width {
    width: 57.5892857143%;
    float: left;
    margin-right: 1.7857142857%;
    padding: 0;
  }
}

@media (min-width: 1251px) {
  .panel-3col-equal-width {
    width: 66.0714285714%;
    float: left;
    margin-right: 1.7857142857%;
    padding: 0;
  }
}

.panel-3col-equal-width .panel-panel {
  float: none;
}

.panel-3col-equal-width .panel-panel .inside {
  margin: 0;
}

@media (min-width: 768px) {
  .panel-3col-equal-width .panel-panel {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.panel-3col-equal-width .panel-col-first {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: block;
  margin-right: 0;
  float: none;
}

@media (min-width: 768px) {
  .panel-3col-equal-width .panel-col-first {
    width: 83.0357142857%;
    float: left;
    margin-right: 1.7857142857%;
    margin-right: 0;
    margin-left: 0;
    display: inline;
    float: none;
  }
}

@media (min-width: 1251px) {
  .panel-3col-equal-width .panel-col-first {
    display: inline-block;
    width: 49.1071428571%;
    float: left;
    margin-right: 1.7857142857%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.panel-3col-equal-width .panel-col-last {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: block;
  margin-right: 0;
  float: none;
}

@media (min-width: 768px) {
  .panel-3col-equal-width .panel-col-last {
    width: 83.0357142857%;
    float: left;
    margin-right: 1.7857142857%;
    display: inline;
    margin-right: 0;
    float: none;
  }
}

@media (min-width: 1251px) {
  .panel-3col-equal-width .panel-col-last {
    width: 49.1071428571%;
    float: left;
    margin-right: 1.7857142857%;
    margin-right: 0;
    display: inline-block;
    float: right;
  }
}

@media (min-width: 768px) {
  #content.left-right-sidebar {
    width: 65.5913978495%;
    float: left;
    margin-right: 3.2258064516%;
    margin-right: 0;
  }
}

@media (min-width: 1251px) {
  #content.left-right-sidebar {
    width: 49.1071428571%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

@media (min-width: 768px) {
  #content.left-sidebar {
    width: 65.5913978495%;
    float: left;
    margin-right: 3.2258064516%;
    margin-right: 0;
  }
}

@media (min-width: 1251px) {
  #content.left-sidebar {
    width: 74.5535714286%;
    float: left;
    margin-right: 1.7857142857%;
    margin-right: 0;
  }
  #content.left-sidebar .field-name-body {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  #content.right-sidebar {
    width: 65.5913978495%;
    float: left;
    margin-right: 3.2258064516%;
  }
}

@media (min-width: 1251px) {
  #content.right-sidebar {
    width: 74.5535714286%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

@media (max-width: 767px) {
  #sidebar-left {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  #sidebar-left {
    width: 31.1827956989%;
    float: left;
    margin-right: 3.2258064516%;
  }
}

@media (min-width: 1251px) {
  #sidebar-left {
    width: 23.6607142857%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

@media (min-width: 768px) {
  #sidebar-right {
    width: 31.1827956989%;
    float: left;
    margin-right: 3.2258064516%;
    margin-right: 0;
  }
}

@media (min-width: 1251px) {
  #sidebar-right {
    width: 23.6607142857%;
    float: left;
    margin-right: 1.7857142857%;
    margin-right: 0;
  }
}

.node-page.two-column .field-name-body {
  margin-top: 0;
}

@media (min-width: 1251px) {
  .node-page.two-column .field-name-body {
    width: 65.8682634731%;
    float: left;
    margin-right: 2.3952095808%;
  }
}

.node-page.two-column .field-name-field-right-column {
  margin-top: 0;
}

@media (min-width: 768px) {
  .node-page.two-column .field-name-field-right-column {
    width: 31.1827956989%;
    float: left;
    margin-right: 3.2258064516%;
    margin-right: 0;
  }
}

@media (min-width: 1251px) {
  .node-page.two-column .field-name-field-right-column {
    width: 31.7365269461%;
    float: left;
    margin-right: 2.3952095808%;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  #main:after {
    content: '';
    display: table;
    clear: both;
  }
}

.ui-widget {
  font-size: 1em;
  font-family: inherit;
}

.dialog {
  display: none;
}

.tabs, .accordion {
  margin: 1em 0;
}

#content .tabs ul li:before,
#content .accordion ul li:before {
  content: "";
  margin: 0;
  display: none;
}

/* CASA-679, CASA-715 generic classes */
.inline-text-left {
  text-align: left;
}

.inline-text-right {
  text-align: right;
}

.inline-text-center {
  text-align: center;
}

.inline-float-right {
  float: right;
}

.inline-clear-left {
  clear: left;
}

#content ul.inline-list-none,
#content ul.list-style-none {
  list-style: none;
}

#content ul.inline-list-none li:before,
#content ul.list-style-none li:before {
  content: '';
}

.inline-cursor-pointer {
  cursor: pointer;
}

.inline-display-none {
  display: none;
}

.inline-border-width-0 {
  border-width: 0;
}

.inline-margin-left-2em {
  margin-left: 2em;
}

.inline-margin-left-10px {
  margin-left: 10px;
}

.inline-font-bold {
  font-weight: bold;
}

.inline-font-italic {
  font-style: italic;
}

.inline-line-height-20-44 {
  line-height: 20.44px;
}

/* Tells Susy there's 3 columns and its the last item on the row. */
.col-md-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.col-md-2:after {
  content: " ";
  display: block;
  clear: both;
}

.col-md-2 > div, .col-md-2 > a {
  margin-bottom: 2.1505376344%;
}

@media (min-width: 768px) {
  .col-md-2 > div, .col-md-2 > a {
    width: 49.1071428571%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

.col-md-2 > div:last-child, .col-md-2 > a:last-child {
  margin-right: 0;
}

.col-md-3 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.col-md-3:after {
  content: " ";
  display: block;
  clear: both;
}

.col-md-3 > div, .col-md-3 > a {
  margin-bottom: 2.1505376344%;
}

@media (min-width: 768px) {
  .col-md-3 > div, .col-md-3 > a {
    width: 31.7365269461%;
    float: left;
    margin-right: 2.3952095808%;
  }
}

.col-md-3 > div:last-child, .col-md-3 > a:last-child {
  margin-right: 0;
}

.col-md-4 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.col-md-4:after {
  content: " ";
  display: block;
  clear: both;
}

.col-md-4 > div, .col-md-4 > a {
  margin-bottom: 1.4234875445%;
}

@media (min-width: 1251px) {
  .col-md-4 > div, .col-md-4 > a {
    width: 23.6607142857%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

.col-md-4 > div:last-child, .col-md-4 > a:last-child {
  margin-right: 0;
}

.col-md-6 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.col-md-6:after {
  content: " ";
  display: block;
  clear: both;
}

.col-md-6 > div, .col-md-6 > a {
  margin-bottom: 2.1505376344%;
}

@media (min-width: 768px) {
  .col-md-6 > div, .col-md-6 > a {
    width: 13.6363636364%;
    float: left;
    margin-right: 3.6363636364%;
  }
}

.col-md-6 > div:last-child, .col-md-6 > a:last-child {
  margin-right: 0;
}

.col-lg-2 {
  margin-bottom: 2.1505376344%;
}

@media (min-width: 768px) {
  .col-lg-2 {
    width: 49.1071428571%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

.col-lg-2:last-child {
  margin-right: 0;
}

.col-lg-3 {
  margin-bottom: 2.1505376344%;
}

@media (min-width: 768px) {
  .col-lg-3 {
    width: 49.1071428571%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

@media (min-width: 1251px) {
  .col-lg-3 {
    width: 31.7365269461%;
    float: left;
    margin-right: 2.3952095808%;
  }
}

.col-lg-3:last-child {
  margin-right: 0;
}

.col-lg-4 {
  margin-bottom: 2.1505376344%;
}

@media (min-width: 768px) {
  .col-lg-4 {
    width: 49.1071428571%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

@media (min-width: 1251px) {
  .col-lg-4 {
    width: 23.6607142857%;
    float: left;
    margin-right: 1.7857142857%;
  }
}

.col-lg-4:last-child {
  margin-right: 0;
}

.col-lg-6 {
  margin-bottom: 2.1505376344%;
}

@media (min-width: 768px) {
  .col-lg-6 {
    width: 31.7365269461%;
    float: left;
    margin-right: 2.3952095808%;
  }
}

@media (min-width: 1251px) {
  .col-lg-6 {
    width: 13.6363636364%;
    float: left;
    margin-right: 3.6363636364%;
  }
}

.col-lg-6:last-child {
  margin-right: 0;
}

a.tile,
div.tile {
  padding: 0 1em 1em;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
}

a.tile .tile-inner,
div.tile .tile-inner {
  padding: 1.1em 1em 1.2em;
  background: #F5F5F5;
  border-top: 6px solid #ffffff;
  min-height: 280px;
}

@media (min-width: 768px) {
  a.tile .tile-inner,
  div.tile .tile-inner {
    padding: 1.5em;
    border-top: 6px solid #5ACBF0;
  }
}

a.tile .tile-inner.tile-know-your-drone,
div.tile .tile-inner.tile-know-your-drone {
  border-top: 6px solid #000000;
  padding: 0;
}

a.tile .tile-inner.tile-know-your-drone:hover,
div.tile .tile-inner.tile-know-your-drone:hover {
  border-top: 6px solid #000000 !important;
}

a.tile .tile-inner.tile-know-your-drone .tile-hdr,
div.tile .tile-inner.tile-know-your-drone .tile-hdr {
  background: #FFCA05;
  padding: 1.5em 1.5em 2.5em;
}

@media (min-width: 768px) {
  a.tile .tile-inner.tile-know-your-drone .tile-hdr,
  div.tile .tile-inner.tile-know-your-drone .tile-hdr {
    padding: 1.5em;
  }
}

a.tile .tile-inner.tile-know-your-drone .tile-hdr img,
div.tile .tile-inner.tile-know-your-drone .tile-hdr img {
  width: 200px;
}

@media (min-width: 768px) {
  a.tile .tile-inner.tile-know-your-drone .tile-hdr img,
  div.tile .tile-inner.tile-know-your-drone .tile-hdr img {
    width: 300px;
  }
}

a.tile .tile-inner.tile-know-your-drone .tile-body,
div.tile .tile-inner.tile-know-your-drone .tile-body {
  display: none;
}

@media (min-width: 768px) {
  a.tile .tile-inner.tile-know-your-drone .tile-body,
  div.tile .tile-inner.tile-know-your-drone .tile-body {
    padding: 1.5em;
    display: block;
  }
}

a.tile .tile-inner.tile-alert,
div.tile .tile-inner.tile-alert {
  border-top: 6px solid #ffffff;
  padding: 0;
}

@media (min-width: 768px) {
  a.tile .tile-inner.tile-alert,
  div.tile .tile-inner.tile-alert {
    border-top: 6px solid #5ACBF0;
  }
}

a.tile .tile-inner.tile-alert .tile-hdr,
div.tile .tile-inner.tile-alert .tile-hdr {
  background: #3399B5;
  padding: 1.1em 1.1em 3em;
}

@media (min-width: 768px) {
  a.tile .tile-inner.tile-alert .tile-hdr,
  div.tile .tile-inner.tile-alert .tile-hdr {
    padding: .15em 1.1em;
    background: #5ACBF0;
  }
}

a.tile .tile-inner.tile-alert .tile-body,
div.tile .tile-inner.tile-alert .tile-body {
  padding: 0;
}

@media (min-width: 768px) {
  a.tile .tile-inner.tile-alert .tile-body,
  div.tile .tile-inner.tile-alert .tile-body {
    padding: 1.5em;
  }
}

a.tile .tile-inner.tile-alert .tile-body h3,
div.tile .tile-inner.tile-alert .tile-body h3 {
  position: absolute;
  top: 24px;
  left: 55px;
  color: #ffffff;
}

@media (min-width: 768px) {
  a.tile .tile-inner.tile-alert .tile-body h3,
  div.tile .tile-inner.tile-alert .tile-body h3 {
    position: relative;
    left: 0;
    color: #000000;
    top: 0;
  }
}

@media (min-width: 768px) {
  a.tile .tile-inner.tile-sml,
  div.tile .tile-inner.tile-sml {
    min-height: 300px;
  }
}

@media (min-width: 768px) {
  a.tile .tile-inner.tile-med,
  div.tile .tile-inner.tile-med {
    min-height: 360px;
  }
}

@media (min-width: 768px) {
  a.tile .tile-inner.tile-lrg,
  div.tile .tile-inner.tile-lrg {
    min-height: 420px;
  }
}

@media (min-width: 768px) {
  a.tile .tile-inner.tile-xlrg,
  div.tile .tile-inner.tile-xlrg {
    min-height: 480px;
  }
}

a.tile .tile-inner h3,
div.tile .tile-inner h3 {
  margin-bottom: .5em;
  margin-top: 0;
  font-size: 1em;
}

@media (min-width: 768px) {
  a.tile .tile-inner h3,
  div.tile .tile-inner h3 {
    margin-top: 1em;
    font-size: 1.3em;
  }
}

a.tile .tile-inner img,
div.tile .tile-inner img {
  width: 30px;
  height: auto;
  float: left;
  position: relative;
  top: 0px;
  margin-right: 8px;
}

a.tile .tile-inner img .image-not-icon,
div.tile .tile-inner img .image-not-icon {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  a.tile .tile-inner img,
  div.tile .tile-inner img {
    width: 100px;
    float: none;
    top: 0;
    margin-right: 0;
  }
}

@media (min-width: 1251px) {
  a.tile .tile-inner img,
  div.tile .tile-inner img {
    display: block;
  }
}

div.tile .tile-inner {
  border-top: 6px solid #CACACA;
  min-height: auto;
}

a.tile {
  position: relative;
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0em;
  display: block;
  top: 0;
  transition: top 0.2s ease;
}

a.tile:focus {
  outline: none;
  outline-offset: 0px;
  background-color: none !important;
}

a.tile:focus .tile-inner {
  outline: 1px dotted #000;
  outline-offset: 2px;
}

a.tile .tile-inner {
  display: table;
  width: 100%;
  min-height: auto;
}

@media (min-width: 768px) {
  a.tile .tile-inner {
    min-height: 305px;
  }
}

@media (min-width: 1251px) {
  a.tile .tile-inner {
    min-height: 355px;
    margin-bottom: 1em;
  }
}

a.tile .tile-inner h3 {
  margin-bottom: 0rem;
  float: left;
  width: 80%;
  margin-top: 4px;
}

@media (min-width: 768px) {
  a.tile .tile-inner h3 {
    float: none;
    margin-bottom: .5em;
    width: auto;
  }
}

a.tile .tile-inner .tile-text {
  display: none;
}

@media (min-width: 768px) {
  a.tile .tile-inner .tile-text {
    display: inline-block;
  }
}

a.tile:hover {
  text-decoration: none;
  transition: top 0.2s ease;
}

@media (min-width: 768px) {
  a.tile:hover {
    top: -10px;
  }
}

@media (min-width: 768px) {
  a.tile:hover .tile-inner:hover {
    background: #F5F5F5;
    transition: all 0.2s ease;
    border-top-color: #0080A2;
  }
}

/**
  Line height   / font size   = em value
  16            / 12          = 1.33
  20            / 14          = 1.43
  24            / 16          = 1.5
  28            / 20          = 1.4
  32            / 22          = 1.45
  36            / 27          = 1.33
  40            / 30          = 1.33
*/
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/opensans/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/opensans/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/opensans/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/opensans/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/opensans/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/opensans/open-sans-v15-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/opensans/open-sans-v15-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/open-sans-v15-latin-italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v15-latin-italic.woff") format("woff"), url("../fonts/opensans/open-sans-v15-latin-italic.ttf") format("truetype"), url("../fonts/opensans/open-sans-v15-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/opensans/open-sans-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/opensans/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/open-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/opensans/open-sans-v15-latin-600.woff") format("woff"), url("../fonts/opensans/open-sans-v15-latin-600.ttf") format("truetype"), url("../fonts/opensans/open-sans-v15-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/opensans/open-sans-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/opensans/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/opensans/open-sans-v15-latin-700.woff") format("woff"), url("../fonts/opensans/open-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/opensans/open-sans-v15-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'HelveticaNeueLTPro-BlkCn';
  src: url("../fonts/helveticaneue/39D138_0_0.eot");
  src: url("../fonts/helveticaneue/39D138_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue/39D138_0_0.woff2") format("woff2"), url("../fonts/helveticaneue/39D138_0_0.woff") format("woff"), url("../fonts/helveticaneue/39D138_0_0.ttf") format("truetype");
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p, a, .timestamp, li {
  line-height: 1.5em;
}

h1 {
  font-size: 1.625em;
  line-height: 1.3846153846em;
  color: #0080A2;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.125em;
    line-height: 1.3333333333em;
    padding: 0;
    background-color: transparent;
  }
}

#main h1 {
  margin-top: 0;
}

h1:focus {
  outline: 1px dotted #000;
}

h2 {
  font-size: 1.375em;
  line-height: 1.4545454545em;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.6875em;
    line-height: 1.3333333333em;
  }
}

h3 {
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.375em;
    line-height: 1.4545454545em;
  }
}

h4 {
  font-size: 1.125em;
  line-height: 1.4444444444em;
  font-weight: 600;
  color: #4C4C4C;
}

h5 {
  font-size: 1.0625em;
  line-height: 1.4117647059em;
  font-weight: 600;
  color: #0080A2;
}

h6 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  color: #0080A2;
  margin: 1.67em 0;
}

p {
  color: #4C4C4C;
}

ul li {
  color: #4C4C4C;
}

li > h4 {
  color: #0080A2;
}

a {
  color: #0080A2;
  text-decoration: underline;
}

a:hover {
  color: #4C4C4C;
}

small {
  font-size: 0.875em;
  line-height: 1.43em;
  color: #4C4C4C;
}

.feature {
  font-size: 1.25em;
  line-height: 1.4em;
  color: #0080A2;
}

@media (min-width: 768px) {
  .timestamp {
    color: #808080;
  }
}

.heading-border {
  padding: 1em 0;
  border-bottom: 1px solid #13B5EA;
  border-top: 1px solid #13B5EA;
}

#content .field-name-body p, #content .field-name-body li {
  line-height: 1.8em;
}

#content .field-name-body dl, #content .field-name-body ol, #content .field-name-body ul {
  margin: 0.75em 0;
}

#content .field-name-body dl dl, #content .field-name-body ol ol, #content .field-name-body ul ul, #content .field-name-body ol ul, #content .field-name-body ul ol {
  margin: .5em 0;
}

#content ul > li {
  padding-left: 20px;
}

#content ul > li:before {
  content: '▸';
  display: inline;
  position: absolute;
  margin-left: -20px;
  color: #13B5EA;
}

.lt-ie9 #content ul > li:before {
  content: '►';
}

#content ul.no-icons-list > li:before {
  content: none !important;
}

#content ul.tabs-primary > li {
  padding-left: 0;
}

#content ul.tabs-primary > li:before {
  content: none !important;
}

#content ul.contextual-links > li {
  padding-left: 0;
}

#content ul.contextual-links > li:before {
  content: none !important;
}

#content ul.pager > li {
  padding-left: 0;
  padding: 0 0.375em;
  font-size: 1.25em;
}

#content ul.pager > li:before {
  content: none !important;
}

#content ul.pager > li.pager-current {
  background-color: #707070;
}

#content ol {
  padding-left: 20px;
}

#content ol > li {
  list-style-type: decimal;
}

#content ol.numbered {
  counter-reset: section;
  padding-left: 0;
}

#content ol.numbered li {
  list-style: none;
}

#content ol.numbered li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}

#content ol.numbered li ol {
  padding-left: 20px;
  counter-reset: section;
}

#content ol.numbered li ol li:before {
  content: counters(section, ".") " ";
}

#content ol.numbered li ol ol {
  counter-reset: section;
}

#content ol.numbered li ol ol ol {
  counter-reset: section;
}

#content ol.noindent {
  padding-left: 0px;
}

#content ol.noindent li ol {
  padding-left: 0px;
}

#content ol.roman > li {
  list-style: lower-roman;
  padding-left: 0;
}

#content ol.roman > li:before {
  content: none !important;
}

#content ol.alpha > li {
  list-style: lower-alpha;
  padding-left: 0;
}

#content ol.alpha > li:before {
  content: none !important;
}

#content ul.tabs-primary > li {
  padding-left: 0;
}

#content ul.tabs-primary > li:before {
  content: none;
}

tr.odd {
  background-color: #FDFDFD;
  border-bottom: 1px solid #F2F2F2 !important;
}

tr.even {
  background-color: #ffffff;
}

table.plain tr.odd {
  background-color: #ffffff;
  border: none !important;
}

table.plain tr.even {
  background-color: #ffffff;
}

table.seperated tr.odd {
  background-color: #ffffff;
  border-bottom: 1px solid #CACACA !important;
}

table.seperated tr.even {
  background-color: #ffffff;
}

table.seperated tr td {
  border-left: none;
}

.field-name-field-documents table {
  clear: both;
}

table, .google-visualization-table-table {
  font-size: 100% !important;
  margin: 1em 0;
  width: 100%;
}

table caption, .google-visualization-table-table caption {
  text-align: left;
  padding: 0 0 1em 0;
  font-size: 1em;
  font-weight: 700;
}

table th, .google-visualization-table-table th {
  background-color: #707070 !important;
  background-image: none !important;
  color: white !important;
  padding: 0.625em 0.9375em !important;
  text-align: left;
  border-right: 1px solid #ffffff;
  border-top: 0;
}

table th:last-child, .google-visualization-table-table th:last-child {
  border-right-color: #707070;
}

table th p, table th li, table th a, table th a:visited, .google-visualization-table-table th p, .google-visualization-table-table th li, .google-visualization-table-table th a, .google-visualization-table-table th a:visited {
  color: #ffffff;
}

table tr, .google-visualization-table-table tr {
  color: #4C4C4C;
  background-color: #F2F2F2;
  border: 0;
  border-bottom: 2px solid white;
}

table tr:last-child, .google-visualization-table-table tr:last-child {
  border-bottom: 0;
}

table tr td, .google-visualization-table-table tr td {
  padding: 0.625em 0.9375em;
  border: 0;
  border-left: 2px solid white;
  vertical-align: top;
}

table tr td:first-child, .google-visualization-table-table tr td:first-child {
  border-left: 2px solid #CCCCCC;
}

table.minpadding td, table.minpadding th, table tr.minpadding td, table tr.minpadding th, .google-visualization-table-table.minpadding td, .google-visualization-table-table.minpadding th, .google-visualization-table-table tr.minpadding td, .google-visualization-table-table tr.minpadding th {
  padding: 5px !important;
}

table.minfontsize td, table.minfontsize th, table tr.minfontsize td, table tr.minfontsize th, .google-visualization-table-table.minfontsize td, .google-visualization-table-table.minfontsize th, .google-visualization-table-table tr.minfontsize td, .google-visualization-table-table tr.minfontsize th {
  font-size: .9em !important;
}

a:focus {
  background-color: #0080A2 !important;
  color: #ffffff !important;
  text-decoration: underline;
}

input[type="text"], textarea {
  color: #707070;
  padding: 6px;
  border: 1px solid #707070;
}

button, .button, input[type="button"], input[type="submit"], input[type="image"] {
  padding: 0.5em 0.8125em;
  background-color: #0080A2;
  color: white;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5em;
  display: inline-block;
  position: relative;
  border-radius: 0;
  cursor: pointer;
}

button:hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="image"]:hover {
  background-color: #4C4C4C;
  color: white;
}

.button-lrg {
  padding: 0.5em 0.8125em;
  background-color: #0080A2;
  color: white;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5em;
  display: inline-block;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  padding: 0.625em 1.125em;
  font-size: 1.375em;
}

.button-lrg:hover {
  background-color: #4C4C4C;
  color: white;
}

.button-lrg-icon {
  padding: 0.5em 0.8125em;
  background-color: #0080A2;
  color: white;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5em;
  display: inline-block;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  padding: 0.625em 1.125em;
  font-size: 1.375em;
  padding-left: 65px;
}

.button-lrg-icon:hover {
  background-color: #4C4C4C;
  color: white;
}

.button-lrg-icon img {
  width: 50px;
  height: auto;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 5px;
}

.button-lrg-icon-right {
  padding: 0.5em 0.8125em;
  background-color: #0080A2;
  color: white;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5em;
  display: inline-block;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  padding: 0.625em 1.125em;
  font-size: 1.375em;
  padding-right: 65px;
}

.button-lrg-icon-right:hover {
  background-color: #4C4C4C;
  color: white;
}

.button-lrg-icon-right img {
  width: 50px;
  height: auto;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 7px;
}

.callout {
  padding: 1.25em 1.25em;
  margin: 1.25em 0em;
  line-height: 1.5em;
  display: block;
  border-left-style: solid;
  border-left-width: 6px;
  background-color: #F2F2F2;
  border-left-color: #4C4C4C;
}

.callout h2, .callout h3, .callout h4, .callout h5 {
  margin-top: 0;
}

.callout-dark {
  padding: 1.25em 1.25em;
  margin: 1.25em 0em;
  line-height: 1.5em;
  display: block;
  border-left-style: solid;
  border-left-width: 6px;
  background-color: #0080A2;
  border-left-color: #13B5EA;
  color: #ffffff;
}

.callout-dark ul > li:before {
  color: #ffffff !important;
}

.callout-dark a {
  color: #ffffff;
}

.callout-dark a:hover {
  color: #CACACA;
}

.callout-dark h2, .callout-dark h3, .callout-dark h4, .callout-dark h5, .callout-dark p, .callout-dark ul li {
  color: #ffffff;
}

.callout-dark h2, .callout-dark h3, .callout-dark h4, .callout-dark h5 {
  margin-top: 0;
}

.icon_css {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_css.svg");
}

.icon_css:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_css {
  background-image: url("../images/png/icon_css.png");
}

.icon_hys {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_speech.svg");
}

.icon_hys:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_hys {
  background-image: url("../images/png/icon_speech.png");
}

.icon_search {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_search.svg");
}

.icon_search:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_search {
  background-image: url("../images/png/icon_search.png");
}

.icon_search_blue {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-color: transparent;
  background-image: url("../images/svg/icon_search_blue.svg");
}

.icon_search_blue:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_search_blue {
  background-image: url("../images/png/icon_search_blue.png");
}

.icon_search_blue:hover {
  background-color: transparent;
}

.icon_menu {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_menu.svg");
}

.icon_menu:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_menu {
  background-image: url("../images/png/icon_menu.png");
}

.icon_menu:hover {
  background-color: #707070;
}

.icon_careers {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_rocket.svg");
}

.icon_careers:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_careers {
  background-image: url("../images/png/icon_rocket.png");
}

.icon_login {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icons_login.svg");
}

.icon_login:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_login {
  background-image: url("../images/png/icons_login.png");
}

.icon_close {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_close.svg");
  width: 38px;
  height: 38px;
  background-color: transparent;
}

.icon_close:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_close {
  background-image: url("../images/png/icon_close.png");
}

.icon_close:hover {
  background-color: transparent;
}

.icon_close:focus {
  background-color: #000000 !important;
}

.icon_right_arrow {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_right_arrow.svg");
  background-color: #0080A2;
}

.icon_right_arrow:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_right_arrow {
  background-image: url("../images/png/icon_right_arrow.png");
}

.icon_right_arrow:hover {
  background-color: #707070;
}

.icon_left_arrow_blue {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_left_arrow_blue.svg");
  background-color: rgba(255, 255, 255, 0.8);
}

.icon_left_arrow_blue:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_left_arrow_blue {
  background-image: url("../images/png/icon_left_arrow_blue.png");
}

.icon_left_arrow_blue:hover {
  background-color: white;
}

.icon_right_arrow_blue {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_right_arrow_blue.svg");
  background-color: rgba(255, 255, 255, 0.8);
}

.icon_right_arrow_blue:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_right_arrow_blue {
  background-image: url("../images/png/icon_right_arrow_blue.png");
}

.icon_right_arrow_blue:hover {
  background-color: white;
}

.icon_latest_news {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_latest_news.svg");
}

.icon_latest_news:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_latest_news {
  background-image: url("../images/png/icon_latest_news.png");
}

.icon_social_facebook {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_social_facebook.svg");
  background-color: #4C4C4C;
}

.icon_social_facebook:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_social_facebook {
  background-image: url("../images/png/icon_social_facebook.png");
}

.icon_social_facebook:hover {
  background-color: #4C4C4C;
}

.icon_social_linkedin {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_social_linkedin.svg");
  background-color: #4C4C4C;
}

.icon_social_linkedin:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_social_linkedin {
  background-image: url("../images/png/icon_social_linkedin.png");
}

.icon_social_linkedin:hover {
  background-color: #4C4C4C;
}

.icon_social_rss {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_social_rss.svg");
  background-color: #4C4C4C;
}

.icon_social_rss:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_social_rss {
  background-image: url("../images/png/icon_social_rss.png");
}

.icon_social_rss:hover {
  background-color: #4C4C4C;
}

.icon_social_twitter {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_social_twitter.svg");
  background-color: #4C4C4C;
}

.icon_social_twitter:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_social_twitter {
  background-image: url("../images/png/icon_social_twitter.png");
}

.icon_social_twitter:hover {
  background-color: #4C4C4C;
}

.icon_social_youtube {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_social_youtube.svg");
  background-color: #4C4C4C;
}

.icon_social_youtube:hover {
  background-color: #0080A2;
}

.lt-ie9 .icon_social_youtube {
  background-image: url("../images/png/icon_social_youtube.png");
}

.icon_social_youtube:hover {
  background-color: #4C4C4C;
}

.file-icon {
  display: none;
}

.paragraphs-items-field-outage-message .field-item {
  border-bottom: 1px solid #CCCCCC;
}

.paragraphs-items-field-outage-message .field-item .field-item {
  border: none;
}

.paragraphs-items-field-outage-message .field-label-inline {
  margin: 0.5em 0;
}

.paragraphs-items-field-outage-message .field-label-inline .field-label {
  width: 200px;
}

.outage-messages {
  background-color: #0080A2;
  color: #ffffff;
  padding: 1.25em 60px 1.25em 1em;
  font-size: 1em;
  z-index: 20;
  position: relative;
  height: auto;
  width: auto;
  margin: 0 0 1em 0;
  padding: 1em 65px 1em 0em;
}

.lt-ie9 .outage-messages {
  background-image: url("../images/compat/black_square_1x1_opacity30.png");
}

.outage-messages .views-field-field-outage-notice-heading {
  display: none;
}

.outage-messages h1, .outage-messages h2, .outage-messages h3, .outage-messages h4 {
  color: #ffffff;
  margin: 0 0 0 1em;
  padding: 0em 0px .75em 0;
  font-weight: 700;
}

.outage-messages h2 {
  font-size: 1.1em;
}

.outage-messages p, .outage-messages ul, .outage-messages ol {
  color: #ffffff;
  margin: 0 0 0 1em;
  padding: 0em 0px .75em 0;
  font-size: 1em;
}

@media (min-width: 1251px) {
  .outage-messages p, .outage-messages ul, .outage-messages ol {
    font-size: 1.125em;
  }
}

.outage-messages a {
  color: #ffffff;
  text-decoration: underline;
}

.outage-messages a:hover {
  color: #ffffff;
}

html body #main .outage-messages a[href^="mailto"]:before {
  background: url("../images/png/icon_mailto_white.png") no-repeat 2px;
  background: none, url("../images/svg/icon_mailto_white.svg") no-repeat 2px;
  background-size: 16px 16px;
  left: 1px;
}

#main .outage-messages a[href^="http://"]:after, .outage-messages a #main a[href^="https://"]:after {
  background: url("../images/png/icon_external_link_white.png") no-repeat 2px;
  background: none, url("../images/svg/icon_external_link_white.svg") no-repeat 2px;
  background-size: 16px 13px;
}

.outage-messages ul li, .outage-messages ol li, #content .outage-messages ul > li:before, .outage-messages ul > li:before {
  color: #ffffff;
}

.outage-messages .button.icon_close {
  float: right;
  top: 12px;
  position: absolute;
  right: 12px;
}

div.toc-filter-back-to-top {
  text-align: right;
  border-top: none;
}

div.toc-filter-back-to-top.first {
  display: none;
}

div.toc-filter-back-to-top a:after {
  content: "";
  display: inline;
  height: 16px;
  width: 16px;
  padding: 0 10px 0;
  position: relative;
  background: url("../images/png/icon_bullet_point_up.png") no-repeat;
  background: none, url("../images/svg/icon_bullet_point_up.svg") no-repeat;
  background-size: 15px;
  background-position: center right;
  margin-left: 5px;
}

div.toc-filter-back-to-top a:link, div.toc-filter-back-to-top a:visited {
  font-weight: normal;
  float: none;
  text-decoration: none;
}

.swatch {
  width: 100px;
  height: 100px;
  padding: 10px;
  display: inline-block;
  color: white;
  font-size: 14px;
  vertical-align: top;
}

.colour_grey_1 {
  background-color: #4C4C4C;
}

.colour_grey_2 {
  background-color: #707070;
}

.colour_grey_3 {
  background-color: #CACACA;
  color: black;
}

.colour_grey_4 {
  background-color: #F2F2F2;
  color: black;
}

.colour_dark_blue_1 {
  background-color: #0080A2;
}

.colour_dark_blue_2 {
  background-color: #3399B5;
}

.colour_dark_blue_3 {
  background-color: #8CD5EC;
  color: black;
}

.colour_dark_blue_4 {
  background-color: #A1E1F7;
  color: black;
}

.colour_light_blue_1 {
  background-color: #13B5EA;
}

.colour_light_blue_2 {
  background-color: #5ACBF0;
}

.colour_light_blue_3 {
  background-color: #7DD6F3;
  color: black;
}

.colour_orange_1 {
  background-color: #ea431c;
}

.test-icons {
  background-color: #8CD5EC;
  padding: 10px;
}

.panels-flexible-region-5-carousel {
  width: 100%;
}

.pane-node-field-image {
  position: relative;
}

.node-type-landing-page .pane-node-field-image {
  display: none;
}

@media (min-width: 768px) {
  .node-type-landing-page .pane-node-field-image {
    display: none;
  }
}

@media (min-width: 1251px) {
  .node-type-landing-page .pane-node-field-image {
    display: block;
  }
}

.pane-node-field-image .field {
  margin: 0 0 1em;
}

.pane-node-field-image .slick-arrow {
  z-index: 20;
  top: 49%;
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-color: rgba(255, 255, 255, 0.8);
}

.pane-node-field-image .slick-arrow:hover {
  background-color: #0080A2;
}

.lt-ie9 .pane-node-field-image .slick-arrow {
  background-color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.pane-node-field-image .slick-arrow:hover {
  background-color: white;
}

.lt-ie9 .pane-node-field-image .slick-arrow:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pane-node-field-image .slick-arrow:focus {
  outline: auto 5px -webkit-focus-ring-color;
  border: 2px solid #5ACBF0;
}

.pane-node-field-image .slick-arrow::before {
  content: '';
  display: none;
}

@media (max-width: 767px) {
  .pane-node-field-image .slick-arrow {
    width: 24px;
    height: 24px;
  }
}

.pane-node-field-image .slick-prev {
  left: 0px;
  background-image: url("../images/svg/icon_left_arrow_blue.svg");
}

.lt-ie9 .pane-node-field-image .slick-prev {
  background-image: url("../images/png/icon_left_arrow_blue.png");
}

.pane-node-field-image .slick-prev:before {
  content: '';
}

.pane-node-field-image .slick-next {
  right: 0px;
  background-image: url("../images/svg/icon_right_arrow_blue.svg");
}

.lt-ie9 .pane-node-field-image .slick-next {
  background-image: url("../images/png/icon_right_arrow_blue.png");
}

.pane-node-field-image .slick-next:before {
  content: '';
}

.pane-node-field-image #slick-dot-container {
  bottom: 20px;
  margin: 0;
  width: 50%;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 10px;
}

@media (min-width: 1251px) {
  .pane-node-field-image #slick-dot-container {
    width: 33%;
  }
}

.pane-node-field-image #slick-dot-container .slick-dots {
  bottom: 0;
  margin: 0;
  position: relative;
  display: inline-block !important;
  width: auto;
  text-align: left;
}

.pane-node-field-image #slick-dot-container .slick-pause {
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 24px;
  margin-right: 3px;
  position: relative;
  top: 2px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.pane-node-field-image #slick-dot-container .slick-pause:hover {
  color: #13B5EA;
}

.pane-node-field-image #slick-dot-container .slick-pause:focus {
  outline: auto 5px -webkit-focus-ring-color;
  border: 2px solid #5ACBF0;
}

.pane-node-field-image #slick-dot-container li {
  padding-left: 0 !important;
  color: #0080A2;
  vertical-align: middle;
}

.pane-node-field-image #slick-dot-container li:before {
  content: '';
  border: 10px solid red;
  display: none !important;
}

.pane-node-field-image #slick-dot-container li.slick-active button:before {
  background-color: #13B5EA;
}

.pane-node-field-image #slick-dot-container li button:hover:before {
  background-color: #5ACBF0;
}

.pane-node-field-image #slick-dot-container li button:focus {
  outline: auto 5px -webkit-focus-ring-color;
  border: 2px solid #5ACBF0;
}

.pane-node-field-image #slick-dot-container li button:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
  background-color: #B3B3B3;
  margin: auto;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pane-node-field-image #slick-dot-container li button:before:focus {
  outline: auto 5px -webkit-focus-ring-color;
  border: 2px solid #5ACBF0;
}

.pane-node-field-image .slick-slider {
  margin-bottom: 0;
}

.pane-node-title h2.pane-title {
  display: none;
}

.pane-media {
  position: relative;
  margin-bottom: 44px;
}

@media (min-width: 1251px) {
  .pane-media {
    width: 65.8682634731%;
    float: left;
    margin-right: 2.3952095808%;
  }
}

.pane-media .field {
  margin: 0;
}

.pane-media .view-display-id-land_media_block {
  background-color: white;
  border: 1px solid #CACACA;
  border-top: 0;
  padding: 20px;
}

.pane-media .view-display-id-land_media_block .view-content {
  width: 100%;
  margin: 20px auto;
}

.pane-media .pane-title {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .pane-media .pane-title {
    font-size: 1.6875em;
  }
}

.pane-media .youtube-image, .pane-media .featured-image {
  opacity: 0;
  z-index: 100;
  height: 312px;
  width: 100%;
  margin-top: -312px;
}

.pane-media .youtube-banner-image-play-button {
  background-image: url("../images/svg/icon_play_button.svg");
  background-position: center center;
  z-index: 101;
  width: 100%;
  height: 312px;
  margin-top: -312px;
  background-repeat: no-repeat;
  opacity: .8;
}

.lt-ie9 .pane-media .youtube-banner-image-play-button {
  background-image: url("../images/png/icon_play_button.png");
}

.pane-media .youtube-banner-image, .pane-media .featured-banner-image {
  height: 312px;
  background-size: cover;
}

.pane-media .slick-arrow {
  z-index: 20;
  top: 49%;
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-color: rgba(255, 255, 255, 0.8);
}

.pane-media .slick-arrow:hover {
  background-color: #0080A2;
}

.lt-ie9 .pane-media .slick-arrow {
  background-color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.pane-media .slick-arrow:hover {
  background-color: white;
}

.lt-ie9 .pane-media .slick-arrow:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pane-media .slick-arrow:focus {
  outline: auto 5px -webkit-focus-ring-color;
  border: 2px solid #5ACBF0;
}

.pane-media .slick-arrow::before {
  content: '';
  display: none;
}

@media (max-width: 767px) {
  .pane-media .slick-arrow {
    width: 24px;
    height: 24px;
  }
}

.pane-media .slick-prev {
  left: 0px;
  background-image: url("../images/svg/icon_left_arrow_blue.svg");
}

.lt-ie9 .pane-media .slick-prev {
  background-image: url("../images/png/icon_left_arrow_blue.png");
}

.pane-media .slick-prev:before {
  content: '';
}

.pane-media .slick-next {
  right: 0px;
  background-image: url("../images/svg/icon_right_arrow_blue.svg");
}

.lt-ie9 .pane-media .slick-next {
  background-image: url("../images/png/icon_right_arrow_blue.png");
}

.pane-media .slick-next:before {
  content: '';
}

.pane-media #slick-dot-container {
  bottom: 20px;
  margin: 0;
  width: 50%;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 10px;
}

@media (min-width: 1251px) {
  .pane-media #slick-dot-container {
    width: 33%;
  }
}

.pane-media #slick-dot-container .slick-dots {
  bottom: 0;
  margin: 0;
  position: relative;
  display: inline-block !important;
  width: auto;
  text-align: left;
}

.pane-media #slick-dot-container .slick-pause {
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 24px;
  margin-right: 3px;
  position: relative;
  top: 2px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.pane-media #slick-dot-container .slick-pause:hover {
  color: #13B5EA;
}

.pane-media #slick-dot-container .slick-pause:focus {
  outline: auto 5px -webkit-focus-ring-color;
  border: 2px solid #5ACBF0;
}

.pane-media #slick-dot-container li {
  padding-left: 0 !important;
  color: #0080A2;
  vertical-align: middle;
}

.pane-media #slick-dot-container li:before {
  content: '';
  border: 10px solid red;
  display: none !important;
}

.pane-media #slick-dot-container li.slick-active button:before {
  background-color: #13B5EA;
}

.pane-media #slick-dot-container li button:hover:before {
  background-color: #5ACBF0;
}

.pane-media #slick-dot-container li button:focus {
  outline: auto 5px -webkit-focus-ring-color;
  border: 2px solid #5ACBF0;
}

.pane-media #slick-dot-container li button:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
  background-color: #B3B3B3;
  margin: auto;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pane-media #slick-dot-container li button:before:focus {
  outline: auto 5px -webkit-focus-ring-color;
  border: 2px solid #5ACBF0;
}

.pane-media .slick-slider {
  margin-bottom: 0;
}

.pane-media .media-item-text {
  background: #4C4C4C;
  color: #F2F2F2;
  height: 84px;
}

@media (max-width: 767px) {
  .pane-media .media-item-text {
    height: 32px;
  }
}

@media (min-width: 768px) {
  .pane-media .media-item-text .views-field.views-field-body {
    height: 32px;
    overflow: hidden;
  }
}

.pane-media .media-item-text h2 {
  font-size: 1.375em;
  font-weight: 600;
  margin: 0 24px;
  padding: 0.25em 0;
}

@media (max-width: 767px) {
  .pane-media .media-item-text h2 {
    font-size: 1em;
    text-align: center;
  }
}

.pane-media .media-item-text h2 a {
  color: #F2F2F2;
  text-decoration: none;
}

.pane-media .media-item-text h2 a:hover {
  text-decoration: underline;
}

.pane-media .media-item-text a {
  color: #F2F2F2;
  text-decoration: none;
}

.pane-media .media-item-text a:hover {
  text-decoration: underline;
}

.pane-media .media-item-text a p {
  color: #F2F2F2;
  margin: 0 24px;
  line-height: 1em;
}

@media (max-width: 767px) {
  .pane-media .media-item-text a p {
    display: none;
  }
}

.pane-menu-block-5, .pane-menu-block-9 {
  margin-bottom: 44px;
}

.pane-menu-block-5 h2.pane-title, .pane-menu-block-9 h2.pane-title {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .pane-menu-block-5 h2.pane-title, .pane-menu-block-9 h2.pane-title {
    font-size: 1.6875em;
  }
}

.pane-menu-block-5 .menu-block-3, .pane-menu-block-9 .menu-block-3 {
  background-color: white;
  border: 1px solid #CACACA;
  border-top: 0;
  padding: 20px;
  padding: 0;
}

#content .pane-menu-block-5 ul.menu > li, #content .pane-menu-block-9 ul.menu > li {
  padding-left: 0;
}

#content .pane-menu-block-5 ul.menu > li:before, #content .pane-menu-block-9 ul.menu > li:before {
  content: none !important;
}

.pane-menu-block-5 .menu, .pane-menu-block-9 .menu {
  margin: 0;
}

.pane-menu-block-5 .menu > li, .pane-menu-block-9 .menu > li {
  border-bottom: 1px solid white;
  position: relative;
}

.pane-menu-block-5 .menu > li.active-trail > a, .pane-menu-block-9 .menu > li.active-trail > a {
  color: black;
  background-color: #D0F0FB;
}

.pane-menu-block-5 .menu > li.is-expanded > ul, .pane-menu-block-9 .menu > li.is-expanded > ul {
  display: none;
}

.pane-menu-block-5 .menu > li.active-trail.is-expanded > ul, .pane-menu-block-9 .menu > li.active-trail.is-expanded > ul {
  display: block;
}

.pane-menu-block-5 .menu > li.active-trail.is-expanded > a, .pane-menu-block-9 .menu > li.active-trail.is-expanded > a {
  background-color: white;
  border-bottom: 1px solid #CACACA;
}

.pane-menu-block-5 .menu > li.active-trail.is-expanded > a:before, .pane-menu-block-9 .menu > li.active-trail.is-expanded > a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #13B5EA;
}

.lt-ie9 .pane-menu-block-5 .menu > li.active-trail.is-expanded > a, .lt-ie9 .pane-menu-block-9 .menu > li.active-trail.is-expanded > a {
  background-image: url("../images/compat/blue_square_6x1.gif");
  background-repeat: repeat-y;
  background-position: left top;
}

.lt-ie9 .pane-menu-block-5 .menu > li.active-trail.is-expanded > a:before, .lt-ie9 .pane-menu-block-9 .menu > li.active-trail.is-expanded > a:before {
  content: ' ';
  display: none;
}

.pane-menu-block-5 .menu > li > a, .pane-menu-block-9 .menu > li > a {
  display: inline-block;
  width: 100%;
  padding: 16px 20px;
  color: #4C4C4C;
  background-color: #F2F2F2;
  text-decoration: none;
}

.pane-menu-block-5 .menu > li > a:hover, .pane-menu-block-9 .menu > li > a:hover {
  text-decoration: underline;
}

.pane-menu-block-5 .menu li:last-child, .pane-menu-block-9 .menu li:last-child {
  border-bottom: 0;
}

.pane-menu-block-5 > div > .menu > li, .pane-menu-block-9 > div > .menu > li {
  border-bottom: 1px solid #CACACA;
}

.pane-menu-block-5 > div > .menu > li > a, .pane-menu-block-9 > div > .menu > li > a {
  background-color: white;
}

.pane-menu-block-5 > div > .menu > li > ul > li > a, .pane-menu-block-9 > div > .menu > li > ul > li > a {
  padding-left: 40px;
}

#block-menu-block-7, #content .pane-menu-block-6, #block-menu-block-8, #block-menu-block-9, .pane-menu-block-5, .pane-menu-block-9 {
  border: 1px solid #CACACA;
}

#block-menu-block-7 h2.block-title, #block-menu-block-7 h2.pane-title, #content .pane-menu-block-6 h2.block-title, #content .pane-menu-block-6 h2.pane-title, #block-menu-block-8 h2.block-title, #block-menu-block-8 h2.pane-title, #block-menu-block-9 h2.block-title, #block-menu-block-9 h2.pane-title, .pane-menu-block-5 h2.block-title, .pane-menu-block-5 h2.pane-title, .pane-menu-block-9 h2.block-title, .pane-menu-block-9 h2.pane-title {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
  border: 0;
  border-bottom: 3px solid #13B5EA;
}

@media (min-width: 768px) {
  #block-menu-block-7 h2.block-title, #block-menu-block-7 h2.pane-title, #content .pane-menu-block-6 h2.block-title, #content .pane-menu-block-6 h2.pane-title, #block-menu-block-8 h2.block-title, #block-menu-block-8 h2.pane-title, #block-menu-block-9 h2.block-title, #block-menu-block-9 h2.pane-title, .pane-menu-block-5 h2.block-title, .pane-menu-block-5 h2.pane-title, .pane-menu-block-9 h2.block-title, .pane-menu-block-9 h2.pane-title {
    font-size: 1.6875em;
  }
}

#block-menu-block-7 a.menu-header-link, #content .pane-menu-block-6 a.menu-header-link, #block-menu-block-8 a.menu-header-link, #block-menu-block-9 a.menu-header-link, .pane-menu-block-5 a.menu-header-link, .pane-menu-block-9 a.menu-header-link {
  text-decoration: none;
}

#block-menu-block-7 > .block__content, #content .pane-menu-block-6 > .block__content, #block-menu-block-8 > .block__content, #block-menu-block-9 > .block__content, .pane-menu-block-5 > .block__content, .pane-menu-block-9 > .block__content {
  background-color: transparent;
  padding: 0;
}

#block-menu-block-7 .menu, #content .pane-menu-block-6 .menu, #block-menu-block-8 .menu, #block-menu-block-9 .menu, .pane-menu-block-5 .menu, .pane-menu-block-9 .menu {
  margin: 0;
}

#block-menu-block-7 .menu > li, #content .pane-menu-block-6 .menu > li, #block-menu-block-8 .menu > li, #block-menu-block-9 .menu > li, .pane-menu-block-5 .menu > li, .pane-menu-block-9 .menu > li {
  border-bottom: 1px solid white;
  position: relative;
}

#block-menu-block-7 .menu > li.active-trail > a, #content .pane-menu-block-6 .menu > li.active-trail > a, #block-menu-block-8 .menu > li.active-trail > a, #block-menu-block-9 .menu > li.active-trail > a, .pane-menu-block-5 .menu > li.active-trail > a, .pane-menu-block-9 .menu > li.active-trail > a {
  color: black;
  background-color: #D0F0FB;
}

#block-menu-block-7 .menu > li.is-expanded > ul, #content .pane-menu-block-6 .menu > li.is-expanded > ul, #block-menu-block-8 .menu > li.is-expanded > ul, #block-menu-block-9 .menu > li.is-expanded > ul, .pane-menu-block-5 .menu > li.is-expanded > ul, .pane-menu-block-9 .menu > li.is-expanded > ul {
  display: none;
}

#block-menu-block-7 .menu > li.active-trail.is-expanded > ul, #content .pane-menu-block-6 .menu > li.active-trail.is-expanded > ul, #block-menu-block-8 .menu > li.active-trail.is-expanded > ul, #block-menu-block-9 .menu > li.active-trail.is-expanded > ul, .pane-menu-block-5 .menu > li.active-trail.is-expanded > ul, .pane-menu-block-9 .menu > li.active-trail.is-expanded > ul {
  display: block;
}

#block-menu-block-7 .menu > li.active-trail.is-expanded > a, #content .pane-menu-block-6 .menu > li.active-trail.is-expanded > a, #block-menu-block-8 .menu > li.active-trail.is-expanded > a, #block-menu-block-9 .menu > li.active-trail.is-expanded > a, .pane-menu-block-5 .menu > li.active-trail.is-expanded > a, .pane-menu-block-9 .menu > li.active-trail.is-expanded > a {
  background-color: white;
  border-bottom: 1px solid #CACACA;
}

#block-menu-block-7 .menu > li.active-trail.is-expanded > a:before, #content .pane-menu-block-6 .menu > li.active-trail.is-expanded > a:before, #block-menu-block-8 .menu > li.active-trail.is-expanded > a:before, #block-menu-block-9 .menu > li.active-trail.is-expanded > a:before, .pane-menu-block-5 .menu > li.active-trail.is-expanded > a:before, .pane-menu-block-9 .menu > li.active-trail.is-expanded > a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #13B5EA;
}

.lt-ie9 #block-menu-block-7 .menu > li.active-trail.is-expanded > a, .lt-ie9 #content .pane-menu-block-6 .menu > li.active-trail.is-expanded > a, .lt-ie9 #block-menu-block-8 .menu > li.active-trail.is-expanded > a, .lt-ie9 #block-menu-block-9 .menu > li.active-trail.is-expanded > a, .lt-ie9 .pane-menu-block-5 .menu > li.active-trail.is-expanded > a, .lt-ie9 .pane-menu-block-9 .menu > li.active-trail.is-expanded > a {
  background-image: url("../images/compat/blue_square_6x1.gif");
  background-repeat: repeat-y;
  background-position: left top;
}

.lt-ie9 #block-menu-block-7 .menu > li.active-trail.is-expanded > a:before, .lt-ie9 #content .pane-menu-block-6 .menu > li.active-trail.is-expanded > a:before, .lt-ie9 #block-menu-block-8 .menu > li.active-trail.is-expanded > a:before, .lt-ie9 #block-menu-block-9 .menu > li.active-trail.is-expanded > a:before, .lt-ie9 .pane-menu-block-5 .menu > li.active-trail.is-expanded > a:before, .lt-ie9 .pane-menu-block-9 .menu > li.active-trail.is-expanded > a:before {
  content: ' ';
  display: none;
}

#block-menu-block-7 .menu > li > a, #content .pane-menu-block-6 .menu > li > a, #block-menu-block-8 .menu > li > a, #block-menu-block-9 .menu > li > a, .pane-menu-block-5 .menu > li > a, .pane-menu-block-9 .menu > li > a {
  display: inline-block;
  width: 100%;
  padding: 16px 20px;
  color: #4C4C4C;
  background-color: #F2F2F2;
  text-decoration: none;
}

#block-menu-block-7 .menu > li > a:hover, #content .pane-menu-block-6 .menu > li > a:hover, #block-menu-block-8 .menu > li > a:hover, #block-menu-block-9 .menu > li > a:hover, .pane-menu-block-5 .menu > li > a:hover, .pane-menu-block-9 .menu > li > a:hover {
  text-decoration: underline;
}

#block-menu-block-7 .menu > li, #content .pane-menu-block-6 .menu > li, #block-menu-block-8 .menu > li, #block-menu-block-9 .menu > li, .pane-menu-block-5 .menu > li, .pane-menu-block-9 .menu > li {
  padding-left: 0;
}

#block-menu-block-7 .menu > li:before, #content .pane-menu-block-6 .menu > li:before, #block-menu-block-8 .menu > li:before, #block-menu-block-9 .menu > li:before, .pane-menu-block-5 .menu > li:before, .pane-menu-block-9 .menu > li:before {
  content: "";
  margin-left: 0;
}

#block-menu-block-7 .menu > li:last-child, #content .pane-menu-block-6 .menu > li:last-child, #block-menu-block-8 .menu > li:last-child, #block-menu-block-9 .menu > li:last-child, .pane-menu-block-5 .menu > li:last-child, .pane-menu-block-9 .menu > li:last-child {
  border-bottom: none;
}

#block-menu-block-7 .menu > li li, #content .pane-menu-block-6 .menu > li li, #block-menu-block-8 .menu > li li, #block-menu-block-9 .menu > li li, .pane-menu-block-5 .menu > li li, .pane-menu-block-9 .menu > li li {
  margin-left: 6px;
}

#block-menu-block-7 > div > div > .menu > li, #content .pane-menu-block-6 > div > div > .menu > li, #block-menu-block-8 > div > div > .menu > li, #block-menu-block-9 > div > div > .menu > li, .pane-menu-block-5 > div > div > .menu > li, .pane-menu-block-9 > div > div > .menu > li {
  border-bottom: 1px solid #CACACA;
}

#block-menu-block-7 > div > div > .menu > li > a, #content .pane-menu-block-6 > div > div > .menu > li > a, #block-menu-block-8 > div > div > .menu > li > a, #block-menu-block-9 > div > div > .menu > li > a, .pane-menu-block-5 > div > div > .menu > li > a, .pane-menu-block-9 > div > div > .menu > li > a {
  background-color: white;
}

#block-menu-block-7 > div > div > .menu > li > ul > li > a, #content .pane-menu-block-6 > div > div > .menu > li > ul > li > a, #block-menu-block-8 > div > div > .menu > li > ul > li > a, #block-menu-block-9 > div > div > .menu > li > ul > li > a, .pane-menu-block-5 > div > div > .menu > li > ul > li > a, .pane-menu-block-9 > div > div > .menu > li > ul > li > a {
  padding-left: 40px;
}

#block-menu-block-7 > div > div > .menu > li > a, #content .pane-menu-block-6 > div > div > .menu > li > a, #block-menu-block-8 > div > div > .menu > li > a, #block-menu-block-9 > div > div > .menu > li > a, .pane-menu-block-5 > div > div > .menu > li > a, .pane-menu-block-9 > div > div > .menu > li > a {
  display: block;
  width: auto;
}

#block-menu-block-7 .menu > li > ul > li > a, #content .pane-menu-block-6 .menu > li > ul > li > a, #block-menu-block-8 .menu > li > ul > li > a, #block-menu-block-9 .menu > li > ul > li > a, .pane-menu-block-5 .menu > li > ul > li > a, .pane-menu-block-9 .menu > li > ul > li > a {
  padding-left: 20px;
}

#block-menu-block-7 .menu > li > ul > li > a:before, #content .pane-menu-block-6 .menu > li > ul > li > a:before, #block-menu-block-8 .menu > li > ul > li > a:before, #block-menu-block-9 .menu > li > ul > li > a:before, .pane-menu-block-5 .menu > li > ul > li > a:before, .pane-menu-block-9 .menu > li > ul > li > a:before {
  display: none !important;
}

#block-menu-block-7 .menu > li > ul > li > a li > a, #content .pane-menu-block-6 .menu > li > ul > li > a li > a, #block-menu-block-8 .menu > li > ul > li > a li > a, #block-menu-block-9 .menu > li > ul > li > a li > a, .pane-menu-block-5 .menu > li > ul > li > a li > a, .pane-menu-block-9 .menu > li > ul > li > a li > a {
  padding-left: 30px;
}

#block-menu-block-7 .menu > li > ul > li > a li > a:before, #content .pane-menu-block-6 .menu > li > ul > li > a li > a:before, #block-menu-block-8 .menu > li > ul > li > a li > a:before, #block-menu-block-9 .menu > li > ul > li > a li > a:before, .pane-menu-block-5 .menu > li > ul > li > a li > a:before, .pane-menu-block-9 .menu > li > ul > li > a li > a:before {
  display: none !important;
}

#block-menu-block-7 .menu > li > ul > li > a li > a li > a, #content .pane-menu-block-6 .menu > li > ul > li > a li > a li > a, #block-menu-block-8 .menu > li > ul > li > a li > a li > a, #block-menu-block-9 .menu > li > ul > li > a li > a li > a, .pane-menu-block-5 .menu > li > ul > li > a li > a li > a, .pane-menu-block-9 .menu > li > ul > li > a li > a li > a {
  padding-left: 30px;
}

#block-menu-block-7 .menu > li > ul > li > a li > a li > a:before, #content .pane-menu-block-6 .menu > li > ul > li > a li > a li > a:before, #block-menu-block-8 .menu > li > ul > li > a li > a li > a:before, #block-menu-block-9 .menu > li > ul > li > a li > a li > a:before, .pane-menu-block-5 .menu > li > ul > li > a li > a li > a:before, .pane-menu-block-9 .menu > li > ul > li > a li > a li > a:before {
  display: none !important;
}

#consultation-hub {
  margin-bottom: 44px;
}

#consultation-hub .pane-title {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  #consultation-hub .pane-title {
    font-size: 1.6875em;
  }
}

#consultation-hub .consultation-bg {
  display: none;
}

#consultation-hub .view-consultations {
  background-color: white;
  border: 1px solid #CACACA;
  border-top: 0;
  padding: 20px;
  padding-bottom: 40px;
}

#consultation-hub .view-consultations .views-row {
  padding-left: 20px;
  margin-bottom: 20px;
}

#consultation-hub .view-consultations .views-row:before {
  content: '▸';
  display: inline;
  position: absolute;
  margin-left: -20px;
  color: #13B5EA;
}

.lt-ie9 #consultation-hub .view-consultations .views-row:before {
  content: '►';
}

#consultation-hub .view-consultations .views-row:last-child {
  margin-bottom: 0;
}

#consultation-hub .view-consultations .consultation-no-results {
  margin: 0;
}

#consultation-hub .view-consultations .view-footer {
  display: block;
  text-align: right;
}

#consultation-hub .view-consultations .views-row {
  display: block;
  clear: both;
}

#consultation-hub .view-consultations .consultation-closed-date {
  display: inline-block;
  width: 22%;
  vertical-align: top;
}

@media (max-width: 767px) {
  #consultation-hub .view-consultations .consultation-closed-date {
    width: 100%;
    display: block;
  }
}

#consultation-hub .view-consultations .consultation-link {
  display: inline-block;
  width: 78%;
  word-break: keep-all;
}

@media (max-width: 767px) {
  #consultation-hub .view-consultations .consultation-link {
    width: 100%;
    display: block;
  }
}

.front #consultation-hub {
  margin-bottom: 5px;
  background-color: #F2F2F2;
}

.front #consultation-hub .view-consultations {
  min-height: 250px;
  padding-bottom: 20px;
}

.front #consultation-hub .views-row {
  display: inline-block;
  width: 67%;
}

@media (max-width: 1251px) {
  .front #consultation-hub .views-row {
    width: 100%;
  }
}

.front #consultation-hub .consultation-bg {
  display: inline-block;
  float: right;
  color: #ffffff;
  vertical-align: bottom;
  text-align: right;
  padding: 10px;
  background-image: url("../images/jpg/consultation-hub_homepage.jpg");
  background-size: auto 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  position: relative;
  margin-top: -19px;
  margin-right: -20px;
  min-height: 298px;
  width: 33.666666%;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
  font-size: .9em;
}

@media (max-width: 1251px) {
  .front #consultation-hub .consultation-bg {
    display: none;
  }
}

.front #consultation-hub .consultation-bg span {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.front #consultation-hub .view-footer {
  width: 67%;
  padding-right: 10px;
}

@media (max-width: 1251px) {
  .front #consultation-hub .view-footer {
    width: 100%;
  }
}

.front #consultation-hub .view-consultations {
  background-color: #F2F2F2;
}

.consultation-regulatory-program #consultation-hub .view-consultations {
  padding-bottom: 10px;
}

.consultation-regulatory-program #consultation-hub .consultation-bg {
  display: none;
}

.consultation-regulatory-program #consultation-hub .view-footer {
  display: none;
}

.front .pane-events {
  margin-bottom: 44px;
}

.front .pane-events .pane-title {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .front .pane-events .pane-title {
    font-size: 1.6875em;
  }
}

.front .pane-events .view-events {
  background-color: white;
  border: 1px solid #CACACA;
  border-top: 0;
  padding: 20px;
  padding-bottom: 40px;
}

.front .pane-events .view-events .views-row {
  padding-left: 20px;
  margin-bottom: 20px;
}

.front .pane-events .view-events .views-row:before {
  content: '▸';
  display: inline;
  position: absolute;
  margin-left: -20px;
  color: #13B5EA;
}

.lt-ie9 .front .pane-events .view-events .views-row:before {
  content: '►';
}

.front .pane-events .view-events .views-row:last-child {
  margin-bottom: 0;
}

.front .pane-events .view-events .views-row .views-field-path .field-content a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.front .pane-events .view-events .views-row .views-field-path .field-content a:hover {
  text-decoration: underline;
}

.front .pane-events .view-events.view-id-events .node-title {
  font-weight: 400;
  font-size: 1em;
  display: inline;
  margin: 0 0 .5em;
}

.front .pane-events .view-events.view-id-events .article-author-date {
  margin: 0;
}

.front .pane-events .view-events.view-id-events P {
  margin: .5em 0;
}

.front .pane-events .view-events .view-footer {
  float: right;
}

.pane-latest-news {
  margin-bottom: 44px;
}

.pane-latest-news .pane-title {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .pane-latest-news .pane-title {
    font-size: 1.6875em;
  }
}

.pane-latest-news .view-latest-news {
  background-color: white;
  border: 1px solid #CACACA;
  border-top: 0;
  padding: 20px;
}

.pane-latest-news .view-latest-news .views-row {
  padding-left: 20px;
  margin-bottom: 20px;
}

.pane-latest-news .view-latest-news .views-row:before {
  content: '▸';
  display: inline;
  position: absolute;
  margin-left: -20px;
  color: #13B5EA;
}

.lt-ie9 .pane-latest-news .view-latest-news .views-row:before {
  content: '►';
}

.pane-latest-news .view-latest-news .views-row:last-child {
  margin-bottom: 0;
}

.pane-latest-news .view-latest-news.view-display-id-block_1 .node-title {
  font-weight: 400;
  font-size: 1em;
  display: inline;
  margin: 0 0 .5em;
}

.pane-latest-news .view-latest-news.view-display-id-block_1 .article-author-date {
  margin: 0;
}

.pane-latest-news .view-latest-news.view-display-id-block_1 P {
  margin: .5em 0;
}

.pane-latest-news .view-latest-news.view-display-id-land_news_block .article-author-date {
  font-size: 1.125em;
  font-weight: 600;
  margin: 0;
}

.pane-latest-news .view-latest-news .views-field-title {
  margin: 0;
  font-size: 1em;
  color: #4C4C4C;
}

.pane-latest-news .view-latest-news .views-field-path a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
}

.pane-latest-news .view-latest-news .views-field-path a:hover {
  text-decoration: underline;
}

.pane-latest-news .view-latest-news .view-footer {
  text-align: right;
}

.pane-latest-news .view-latest-news .view-footer p {
  margin-bottom: 0;
}

.pane-hot-links {
  margin-bottom: 44px;
}

.pane-hot-links .pane-title {
  color: white;
  padding: 24px 20px 20px;
  margin: 0;
  font-size: 1.375em;
  background-color: #0080A2;
  border-bottom: 3px solid white;
}

.pane-hot-links .view-hot-links {
  color: white;
  background-color: #0080A2;
  padding: 20px;
}

.pane-hot-links .view-hot-links a {
  color: white;
  text-decoration: none;
}

.pane-hot-links .view-hot-links a:hover {
  text-decoration: underline;
}

.pane-hot-links .view-hot-links .views-row {
  border: 0 !important;
  margin-bottom: 20px;
}

.pane-hot-links .view-hot-links .views-row:last-child {
  margin-bottom: 0;
}

.pane-hot-links .view-hot-links .views-row .views-field-title {
  padding-left: 20px;
}

.pane-hot-links .view-hot-links .views-row .views-field-title:before {
  content: '▸';
  display: inline;
  position: absolute;
  margin-left: -20px;
  color: white;
}

.lt-ie9 .pane-hot-links .view-hot-links .views-row .views-field-title:before {
  content: '►';
}

.pane-media-releases, .pane-for-the-record {
  margin-bottom: 44px;
  width: 100% !important;
}

@media (min-width: 1251px) {
  .pane-media-releases, .pane-for-the-record {
    width: 65.8682634731%;
    float: left;
    margin-right: 2.3952095808%;
  }
}

.pane-media-releases .block-title, .pane-for-the-record .block-title {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .pane-media-releases .block-title, .pane-for-the-record .block-title {
    font-size: 1.6875em;
  }
}

.pane-media-releases .block-content, .pane-for-the-record .block-content {
  background-color: white;
  border: 1px solid #CACACA;
  border-top: 0;
  padding: 20px;
  margin-bottom: 20px;
}

.pane-media-releases .pane-title, .pane-for-the-record .pane-title {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .pane-media-releases .pane-title, .pane-for-the-record .pane-title {
    font-size: 1.6875em;
  }
}

.pane-media-releases .view-media-releases .views-row, .pane-for-the-record .view-media-releases .views-row {
  padding-left: 20px;
  margin-bottom: 20px;
}

.pane-media-releases .view-media-releases .views-row:before, .pane-for-the-record .view-media-releases .views-row:before {
  content: '▸';
  display: inline;
  position: absolute;
  margin-left: -20px;
  color: #13B5EA;
}

.lt-ie9 .pane-media-releases .view-media-releases .views-row:before, .lt-ie9 .pane-for-the-record .view-media-releases .views-row:before {
  content: '►';
}

.pane-media-releases .view-media-releases .views-row:last-child, .pane-for-the-record .view-media-releases .views-row:last-child {
  margin-bottom: 0;
}

.pane-media-releases .view-media-releases .views-row .views-field-body p, .pane-for-the-record .view-media-releases .views-row .views-field-body p {
  margin: 0;
}

.pane-media-releases .view-media-releases .views-row .views-field-path .field-content a, .pane-for-the-record .view-media-releases .views-row .views-field-path .field-content a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.pane-media-releases .view-media-releases .views-row .views-field-path .field-content a:hover, .pane-for-the-record .view-media-releases .views-row .views-field-path .field-content a:hover {
  text-decoration: underline;
}

.pane-files-and-documents {
  overflow: hidden;
  margin-bottom: 44px;
  width: 100%;
}

@media (min-width: 1251px) {
  .pane-files-and-documents {
    width: 31.7365269461%;
    float: left;
    margin-right: 2.3952095808%;
    float: right;
    margin-right: 0;
  }
}

.pane-files-and-documents .pane-title {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .pane-files-and-documents .pane-title {
    font-size: 1.6875em;
  }
}

.pane-files-and-documents .view-files-and-documents {
  background-color: white;
  border: 1px solid #CACACA;
  border-top: 0;
  padding: 20px;
}

.pane-files-and-documents .view-files-and-documents .views-row {
  padding-left: 20px;
  margin-bottom: 20px;
}

.pane-files-and-documents .view-files-and-documents .views-row:before {
  content: '▸';
  display: inline;
  position: absolute;
  margin-left: -20px;
  color: #13B5EA;
}

.lt-ie9 .pane-files-and-documents .view-files-and-documents .views-row:before {
  content: '►';
}

.pane-files-and-documents .view-files-and-documents .views-row:last-child {
  margin-bottom: 0;
}

.pane-files-and-documents .view-files-and-documents .views-row .views-field-link .field-content a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.pane-files-and-documents .view-files-and-documents .views-row .views-field-link .field-content a:hover {
  text-decoration: underline;
}

.pane-files-and-documents .view-files-and-documents .view-footer {
  text-align: right;
}

.pane-files-and-documents .view-files-and-documents .view-footer p {
  margin-bottom: 0;
}

.field-name-field-feature-image {
  margin-top: 0;
}

.responsive-map {
  margin: 1em 0;
  width: 100%;
}

#map-canvas {
  margin-top: 15px;
  width: auto;
  height: 600px;
}

.googleSelect {
  width: auto;
  margin: 1em 0;
  display: block;
}

.featured_block_sms {
  background-color: #F2F2F2;
  padding: 1.3em 2em 2em 2em;
}

.featured_block_sms .col-md-3 div {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .featured_block_sms .col-md-3 div {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1251px) {
  .featured_block_sms .col-md-3 div {
    width: 31.7365269461%;
    float: left;
    margin-right: 2.3952095808%;
  }
  .featured_block_sms .col-md-3 div:last-child {
    margin-right: 0;
  }
}

.featured_block_sms h3 {
  margin: .7em 0;
  font-size: 1.125em;
  font-weight: 600;
}

.featured_block_sms #dame-search-filter-state {
  padding: 1em;
  background: #ffffff;
  display: inline-block;
  margin-top: 1em;
}

.featured_block_sms #dame-search-filter-state label {
  display: inline-block;
  margin-right: .5em;
}

.featured_block_sms #dame-search-filter-state .googleSelect {
  display: inline-block;
  margin: 0;
  width: 100%;
}

#dame-search-filters input {
  float: left;
  position: relative;
  top: 4px;
  margin-right: 5px;
  z-index: 1;
}

#dame-search-filters label {
  width: 100%;
  margin: 0;
  clear: right;
  font-weight: normal;
  position: relative;
  padding-left: 1.5em;
}

#dame-search-filters label .dame_map {
  position: absolute;
  left: 20px;
  top: 0px;
}

.hide {
  display: none;
}

.googft-info-window {
  height: 100%;
}

.buttons .hdr-graphic {
  font-size: 1.375em;
  line-height: 1.5em;
  font-weight: 600;
  height: 78px;
  color: #0080A2;
  padding: 1em 0 1em 0px;
  position: relative;
  border-bottom: 1px solid #0080A2;
}

.buttons .hdr-graphic:before {
  position: absolute;
  width: 60px;
  left: 20px;
  top: 9px;
}

@media (min-width: 1251px) {
  .buttons .hdr-graphic {
    padding-left: 100px;
  }
}

@media (min-width: 1251px) {
  .buttons .hdr-graphic.passenger:before {
    content: url(../images/svg/icon_cb_passenger_b.svg);
  }
}

@media (min-width: 1251px) {
  .buttons .hdr-graphic.industry:before {
    content: url(../images/svg/icon_cb_industry_b.svg);
  }
}

.buttons .myButton {
  display: block;
  background-color: #1697ce;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #ffffff !important;
  font-weight: bold;
  text-decoration: none !important;
  text-justify: inter-word;
  text-align: center;
  align-content: center;
  background-repeat: no-repeat;
  background-position: left center;
  width: 100%;
  height: 90px;
  line-height: 3;
  position: relative;
  padding: 20px 20px 20px 100px;
  margin: 0px 0px 10px;
  background-size: 15%;
}

.buttons .myButton:before {
  position: absolute;
  left: 20px;
  top: 5px;
  width: 80px;
}

@media (min-width: 768px) {
  .buttons .myButton {
    line-height: 20px;
    background-size: 25%;
    height: 120px;
    line-height: 2.2;
    padding: 30px 20px 20px 100px;
  }
  .buttons .myButton:before {
    top: 20px;
  }
}

@media (min-width: 1251px) {
  .buttons .myButton {
    line-height: 20px;
    line-height: 2;
    background-size: 35%;
  }
}

.buttons .myButton:hover {
  background-color: #1486B7;
}

.buttons .myButton.icon-pilot_login {
  background-image: url(../images/png/avmed_login_pilots.png);
  background-position: 45px center;
  background-size: 9%;
}

.buttons .myButton.icon-examiner_login {
  background-image: url(../images/png/avmed_login_doctors.png);
  background-position: 45px center;
  background-size: 9%;
}

.buttons .myButton.icon-pilot {
  background-image: url(../images/png/avmed_pilot.png);
  background-size: 22%;
  background-position: 18px center;
}

.buttons .myButton.icon-doctor {
  background-image: url(../images/png/avmed_doctor.png);
  background-size: 22%;
  background-position: 20px center;
}

.buttons .myButton.icon-dame {
  background-image: url(../images/png/avmed_dame.png);
  background-position: 20px center;
  background-size: 22%;
  line-height: 1.4;
  padding-top: 25px;
}

@media (min-width: 768px) {
  .buttons .myButton.icon-dame {
    line-height: 3;
    padding-top: 20px;
  }
}

.buttons .myButton.icon-quicktips {
  background-image: url(../images/png/avmed_quick_tips.png);
  background-position: 20px center;
  padding-left: 110px;
  background-size: 16%;
}

.buttons .myButton.icon-cb-industry {
  line-height: 1.3;
}

.buttons .myButton.icon-cb-industry:before {
  content: url(../images/png/icon_cb_industry.png);
}

.buttons .myButton.icon-cb-video {
  line-height: 1.3;
}

.buttons .myButton.icon-cb-video:before {
  content: url(../images/svg/icon_cb_video.svg);
}

.buttons .myButton.icon-cb-infants_child {
  line-height: 1.3;
}

.buttons .myButton.icon-cb-infants_child:before {
  content: url(../images/svg/icon_cb_infants.svg);
}

.buttons .myButton.icon-cb-disability {
  line-height: 1.3;
}

.buttons .myButton.icon-cb-disability:before {
  content: url(../images/svg/icon_cb_disable.svg);
}

.buttons .myButton.icon-cb-checklist {
  line-height: 1.3;
}

.buttons .myButton.icon-cb-checklist:before {
  content: url(../images/svg/icon_cb_checklist.svg);
}

.buttons .myButton.icon-cb-safety-info {
  line-height: 1.3;
}

.buttons .myButton.icon-cb-safety-info:before {
  content: url(../images/svg/icon_cb_safety_info.svg);
}

.buttons .myButton.icon-cb-plan-trip {
  line-height: 1.3;
}

.buttons .myButton.icon-cb-plan-trip:before {
  content: url(../images/svg/icon_cb_plan_trip.svg);
}

.buttons .myButton.icon-cb-danger-goods {
  line-height: 1.3;
}

.buttons .myButton.icon-cb-danger-goods:before {
  content: url(../images/svg/icon_cb_fire.svg);
}

.buttons .myButton.icon-cb-guidance-material {
  line-height: 1.3;
}

.buttons .myButton.icon-cb-guidance-material:before {
  content: url(../images/svg/icon_cb_guidance_mat.svg);
  width: 150px;
  left: -10px;
}

.buttons .myButton.icon-cb-cs-ref-material {
  line-height: 1.3;
}

.buttons .myButton.icon-cb-cs-ref-material:before {
  content: url(../images/svg/icon_cb_ref_mat.svg);
  width: 140px;
  left: -10px;
}

.buttons .myButton.icon-cb-legislation {
  line-height: 1.3;
}

.buttons .myButton.icon-cb-legislation:before {
  content: url(../images/svg/icon_cb_legislation.svg);
  width: 150px;
  left: -12px;
}

.buttons .myButton.icon-cb-cs-bulletins {
  line-height: 1.3;
}

.buttons .myButton.icon-cb-cs-bulletins:before {
  content: url(../images/svg/icon_cb_bulletin.svg);
  width: 135px;
  left: -20px;
}

.buttons .myButton .singleButton {
  max-width: 380px;
}

.buttons .myButton .notMyButton {
  font-size: 12px;
  text-transform: none;
  padding: 0px;
  line-height: 1.3em;
  display: none;
  font-weight: normal;
  vertical-align: top;
}

@media (min-width: 768px) {
  .buttons .myButton .notMyButton {
    display: block;
  }
}

.page-home h1.title {
  margin-top: -1000px !important;
  position: absolute;
}

@media (max-width: 767px) {
  .page-home .region-content,
  .page-home .region-promotional-titles {
    margin: 0 10px;
  }
  .page-home .panels-flexible-column {
    width: 100%;
  }
  .page-home .panels-flexible-region {
    width: 100%;
  }
  .page-home .panels-flexible-column-inside {
    padding-left: 0px;
  }
  .page-home .panel-3col-33-stacked .panel-col-first .inside {
    margin-right: 0;
  }
}

.page-home #page {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .page-home #page {
    padding: 0 1em;
  }
}

@media (min-width: 1251px) {
  .page-home #page {
    padding: 0;
  }
}

.page-home .center-wrapper, .page-home .panel-col-bottom {
  padding-left: 1em;
  padding-right: 1em;
}

@media (min-width: 768px) {
  .page-home .center-wrapper, .page-home .panel-col-bottom {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-home .with-font-icon .casa-font-icon {
  position: absolute;
  background: #13B5EA;
  color: #ffffff;
  height: 54px;
  width: 54px;
  font-size: 28px;
}

@media (min-width: 1251px) {
  .page-home .with-font-icon .casa-font-icon {
    font-size: 36px;
    height: 73px;
    width: 73px;
  }
}

.page-home .with-font-icon .casa-font-icon::before {
  position: absolute;
  top: 12px;
  left: 12px;
}

@media (min-width: 1251px) {
  .page-home .with-font-icon .casa-font-icon::before {
    top: 18px;
    left: 18px;
  }
}

.node-news-article.view-mode-compact .field-name-body .field-item p {
  display: inline;
}

.node-news-article.view-mode-compact .field-name-body .field-item a.read-more {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
}

.node-news-article.view-mode-compact .field-name-body .field-item a.read-more:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .front .panel-col .inside {
    margin: 0;
  }
}

.front .panel-col-last {
  display: none;
}

@media (min-width: 1251px) {
  .front .panel-col-last {
    display: block;
  }
}

.pane-latest-news {
  margin-bottom: 0;
}

.pane-latest-news .view-latest-news {
  min-height: 517px;
  padding-bottom: 40px;
  position: relative;
}

.pane-latest-news .view-latest-news .view-footer {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .front .pane-latest-news {
    margin: 0;
    margin-bottom: 1em;
  }
  .front .pane-latest-news .view-latest-news {
    min-height: 447px;
    padding-bottom: 70px;
  }
  .pane-latest-news .view-latest-news {
    margin-bottom: 44px;
    margin-bottom: 0;
  }
  .pane-latest-news .view-latest-news .view-footer .hot-link-news {
    /*a {
            display: block;
            height: 48px;
            color: $colour_grey_1;
            text-decoration: none;
            span {
              float: left;
              margin: 0.75em 0 0 24px;
            }
            &::before {
              content: ' ';
              display: inline-block;
              height: 48px;
              width: 48px;
              float: left;
              background-color: $colour_light_blue_1;
              @include background_icon($icon_latest_news);
              background-repeat: no-repeat;
            }
            &::after {
              content: ' ';
              display: inline-block;
              float: right;
              height: 48px;
              width: 48px;
              @include background_icon($icon_right_arrow_blue);
            }
            &:hover {
              text-decoration: none;
              &::before {
                background-color: $colour_dark_blue_1;
              }
            }
          }*/
  }
}

.panels-flexible-region-5-carousel {
  width: 100%;
}

.bean-carousel {
  position: relative;
}

.bean-carousel .paragraphs-items-field-carousel-items-full {
  display: none;
  margin: .5em 0 0;
}

@media (min-width: 768px) {
  .bean-carousel .paragraphs-items-field-carousel-items-full {
    display: block;
  }
}

.bean-carousel .field {
  margin: 0;
}

.bean-carousel .carousel-outage-notice {
  background-color: #0080A2;
  z-index: 20;
  position: relative;
  height: auto;
  width: auto;
  margin: 1em 1em 0 1em;
  padding: 1em 65px 1em 0em;
}

.bean-carousel .carousel-outage-notice .carousel-mobile-outage-heading {
  display: none;
}

.lt-ie9 .bean-carousel .carousel-outage-notice {
  background-image: url("../images/compat/black_square_1x1_opacity30.png");
}

@media (min-width: 768px) {
  .bean-carousel .carousel-outage-notice {
    margin: 1em 0 .8em;
  }
}

@media (min-width: 1251px) {
  .bean-carousel .carousel-outage-notice {
    margin: .5em 0 .8em;
  }
}

.bean-carousel .carousel-outage-notice h1, .bean-carousel .carousel-outage-notice h2, .bean-carousel .carousel-outage-notice h3, .bean-carousel .carousel-outage-notice h4 {
  color: #ffffff;
  margin: 0 0 0 1em;
  padding: 0em 0px .75em 0;
  font-weight: 700;
}

.bean-carousel .carousel-outage-notice h2 {
  font-size: 1.1em;
}

.bean-carousel .carousel-outage-notice p, .bean-carousel .carousel-outage-notice ul, .bean-carousel .carousel-outage-notice ol {
  color: #ffffff;
  margin: 0 0 0 1em;
  padding: 0em 0px .75em 0;
  font-size: 1em;
}

@media (min-width: 1251px) {
  .bean-carousel .carousel-outage-notice p, .bean-carousel .carousel-outage-notice ul, .bean-carousel .carousel-outage-notice ol {
    font-size: 1.125em;
  }
}

.bean-carousel .carousel-outage-notice a {
  color: #ffffff;
  text-decoration: underline;
}

.bean-carousel .carousel-outage-notice a:hover {
  color: #ffffff;
}

html body #main .bean-carousel .carousel-outage-notice a[href^="mailto"]:before {
  background: url("../images/png/icon_mailto_white.png") no-repeat 2px;
  background: none, url("../images/svg/icon_mailto_white.svg") no-repeat 2px;
  background-size: 16px 16px;
  left: 2px;
}

#main .bean-carousel .carousel-outage-notice a[href^="http://"]:after, .bean-carousel .carousel-outage-notice a #main a[href^="https://"]:after {
  background: url("../images/png/icon_external_link_white.png") no-repeat 2px;
  background: none, url("../images/svg/icon_external_link_white.svg") no-repeat 2px;
  background-size: 16px 13px;
}

.bean-carousel .carousel-outage-notice ul li, .bean-carousel .carousel-outage-notice ol li, #content .bean-carousel .carousel-outage-notice ul > li:before, .bean-carousel .carousel-outage-notice ul > li:before {
  color: #ffffff;
}

.bean-carousel .carousel-outage-notice .button.icon_close {
  float: right;
  top: 12px;
  position: absolute;
  right: 12px;
}

.bean-carousel .slick-arrow {
  z-index: 20;
  top: 49%;
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #13B5EA;
  background-color: rgba(255, 255, 255, 0.8);
}

.bean-carousel .slick-arrow:hover {
  background-color: #0080A2;
}

.lt-ie9 .bean-carousel .slick-arrow {
  background-color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.bean-carousel .slick-arrow:hover {
  background-color: white;
}

.lt-ie9 .bean-carousel .slick-arrow:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bean-carousel .slick-arrow:focus {
  outline: auto 5px -webkit-focus-ring-color;
  border: 2px solid #5ACBF0;
}

.bean-carousel .slick-arrow::before {
  content: '';
  display: none;
}

@media (max-width: 767px) {
  .bean-carousel .slick-arrow {
    width: 24px;
    height: 24px;
  }
}

.bean-carousel .slick-prev {
  left: 0px;
  background-image: url("../images/svg/icon_left_arrow_blue.svg");
}

.lt-ie9 .bean-carousel .slick-prev {
  background-image: url("../images/png/icon_left_arrow_blue.png");
}

.bean-carousel .slick-prev:before {
  content: '';
}

.bean-carousel .slick-next {
  right: 0px;
  background-image: url("../images/svg/icon_right_arrow_blue.svg");
}

.lt-ie9 .bean-carousel .slick-next {
  background-image: url("../images/png/icon_right_arrow_blue.png");
}

.bean-carousel .slick-next:before {
  content: '';
}

.bean-carousel #slick-dot-container {
  bottom: 20px;
  margin: 0;
  width: 50%;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 10px;
}

@media (min-width: 1251px) {
  .bean-carousel #slick-dot-container {
    width: 33%;
  }
}

.bean-carousel #slick-dot-container .slick-dots {
  bottom: 0;
  margin: 0;
  position: relative;
  display: inline-block !important;
  width: auto;
  text-align: left;
}

.bean-carousel #slick-dot-container .slick-pause {
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 24px;
  margin-right: 3px;
  position: relative;
  top: 2px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.bean-carousel #slick-dot-container .slick-pause:hover {
  color: #13B5EA;
}

.bean-carousel #slick-dot-container .slick-pause:focus {
  outline: auto 5px -webkit-focus-ring-color;
  border: 2px solid #5ACBF0;
}

.bean-carousel #slick-dot-container li {
  padding-left: 0 !important;
  color: #0080A2;
  vertical-align: middle;
}

.bean-carousel #slick-dot-container li:before {
  content: '';
  border: 10px solid red;
  display: none !important;
}

.bean-carousel #slick-dot-container li.slick-active button:before {
  background-color: #13B5EA;
}

.bean-carousel #slick-dot-container li button:hover:before {
  background-color: #5ACBF0;
}

.bean-carousel #slick-dot-container li button:focus {
  outline: auto 5px -webkit-focus-ring-color;
  border: 2px solid #5ACBF0;
}

.bean-carousel #slick-dot-container li button:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
  background-color: #B3B3B3;
  margin: auto;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bean-carousel #slick-dot-container li button:before:focus {
  outline: auto 5px -webkit-focus-ring-color;
  border: 2px solid #5ACBF0;
}

.bean-carousel .slick-slider {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .bean-carousel .slick-initialized .slick-slide {
    position: relative;
  }
}

@media (min-width: 768px) {
  .bean-carousel .field-name-field-carousel-item-image {
    width: 100%;
  }
}

@media (min-width: 1251px) {
  .bean-carousel .field-name-field-carousel-item-image {
    width: 67.4%;
    float: left;
  }
}

.bean-carousel .carousel-item-text {
  background: #4C4C4C;
  color: #F2F2F2;
}

@media (min-width: 768px) {
  .bean-carousel .carousel-item-text {
    width: 49%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
}

@media (min-width: 1251px) {
  .bean-carousel .carousel-item-text {
    height: 229px;
    width: 32.6%;
    float: right;
  }
}

.bean-carousel .carousel-item-text h2 {
  font-weight: 400;
  margin: 30px 30px 10px;
  padding: 0.25em 0;
  padding-right: 20px;
  line-height: 1.2em;
  color: #F2F2F2;
  text-align: left;
  font-size: 1.375em;
}

.bean-carousel .carousel-item-text h2 a {
  color: #F2F2F2;
  text-decoration: none;
}

.bean-carousel .carousel-item-text h2 a:hover {
  text-decoration: underline;
}

.bean-carousel .carousel-item-text p {
  color: #F2F2F2;
  margin: 0 30px;
  line-height: 1.4em;
  padding-right: 30px;
  font-size: 1em;
}

@media (max-width: 767px) {
  .bean-carousel .carousel-item-text p {
    display: none;
  }
}

.panels-flexible-region.region-promotions {
  width: 100%;
}

.pane-promotions .view-promotions .view-content {
  font-size: 0;
}

.pane-promotions .view-promotions .views-row {
  vertical-align: top;
  font-size: 16px;
  margin-top: 0px;
  display: inline-block;
  width: 100%;
}

.pane-promotions .view-promotions .views-row .promo-container {
  margin: 0 auto;
  max-width: 420px;
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  .pane-promotions .view-promotions .views-row .promo-container {
    max-width: auto;
    margin: 0 .5em 1em;
    padding-bottom: 0;
  }
}

.pane-promotions .view-promotions .views-row .promo-container img {
  min-height: auto;
  margin-bottom: .5em;
}

.pane-promotions .view-promotions .views-row .promo-container h3 {
  margin: .5em 0 0;
  font-size: 1.125em;
}

@media (min-width: 768px) {
  .pane-promotions .view-promotions .views-row .promo-container h3 {
    font-size: 1.25em;
  }
}

@media (min-width: 1251px) {
  .pane-promotions .view-promotions .views-row .promo-container h3 {
    font-size: 1.375em;
  }
}

.pane-promotions .view-promotions .views-row .promo-container p {
  margin: .5em 0;
}

.pane-promotions .view-promotions .views-row .promo-container img {
  min-height: auto;
}

@media (min-width: 768px) {
  .pane-promotions .view-promotions .views-row .promo-container img {
    min-height: 141px !important;
  }
}

@media (min-width: 1251px) {
  .pane-promotions .view-promotions .views-row .promo-container img {
    min-height: 252px !important;
  }
}

@media (min-width: 768px) {
  .pane-promotions .view-promotions .views-row {
    width: 33.333333%;
    margin-right: 0;
  }
  .pane-promotions .view-promotions .views-row:first-child .promo-container {
    margin-left: 0;
  }
  .pane-promotions .view-promotions .views-row:last-child .promo-container {
    margin-right: 0;
  }
}

@media (min-width: 1251px) {
  .pane-promotions .view-promotions .views-row {
    width: 33.333333%;
    margin-right: 0;
  }
}

.pane-promotions .view-promotions .views-row.views-row-3, .pane-promotions .view-promotions .views-row.views-row-6 {
  margin: 0px 0 32px;
}

@media (min-width: 768px) {
  .pane-promotions .view-promotions .views-row .field-name-field-description {
    height: 75px;
    overflow: hidden;
  }
}

@media (min-width: 1251px) {
  .pane-promotions .view-promotions .views-row .field-name-field-description {
    height: 95px;
  }
}

.node-footer-teaser {
  position: relative;
  min-height: 280px;
}

@media (max-width: 767px) {
  .node-footer-teaser {
    min-height: 0;
  }
}

@media (min-width: 1251px) {
  .node-footer-teaser {
    min-height: 420px;
  }
}

.node-footer-teaser h2 {
  font-weight: 600;
  margin: 0.5em 0 0;
  font-size: 1em;
}

@media (max-width: 767px) {
  .node-footer-teaser h2 {
    font-size: 1.375em;
  }
}

@media (min-width: 1251px) {
  .node-footer-teaser h2 {
    font-size: 1.375em;
  }
}

.node-footer-teaser .field {
  margin: 0;
}

.node-footer-teaser .promotion-read-more {
  margin: 1em 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .node-footer-teaser .promotion-read-more {
    position: relative;
    margin-bottom: 1em;
  }
}

.node-footer-teaser .promotion-read-more a {
  text-transform: uppercase;
  font-weight: 600;
}

.node-footer-teaser .promotion-read-more a .button {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1251px) {
  .node-footer-teaser .promotion-read-more a .button {
    padding-top: 0.3125em;
    padding-bottom: 0.3125em;
  }
}

.node-footer-teaser .promotion-read-more a .icon_right_arrow {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  font-size: 1em;
  line-height: 1.5em;
  background-image: url("../images/svg/icon_small_right_arrow.svg");
}

.lt-ie9 .node-footer-teaser .promotion-read-more a .icon_right_arrow {
  background-image: url("../images/png/icon_small_right_arrow.png");
}

@media (min-width: 1251px) {
  .node-footer-teaser .promotion-read-more a .icon_right_arrow {
    width: 34px;
    height: 34px;
  }
}

.node-footer-teaser .promotion-read-more a:hover .button, .node-footer-teaser .promotion-read-more a:active .button, .node-footer-teaser .promotion-read-more a:focus .button {
  background-color: #707070;
}

@media (min-width: 768px) {
  .pane-bean-quick-search {
    width: 50%;
    display: table-cell;
    padding-left: 10px;
  }
}

@media (min-width: 1251px) {
  .pane-bean-quick-search {
    width: auto;
    display: block;
    padding: 0;
  }
}

.pane-search-api-page-aoc-search {
  width: 49.1071428571%;
  float: left;
  margin-right: 1.7857142857%;
  float: none;
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  .pane-search-api-page-aoc-search {
    width: 100%;
  }
}

.pane-search-api-page-aoc-search .pane-title {
  display: none;
}

.pane-search-api-page-aoc-search .form-item {
  display: block;
  margin: 0;
}

.pane-search-api-page-aoc-search .form-item input {
  border: 3px solid #13B5EA;
  height: 40px;
  width: 100%;
  padding-right: 45px;
  padding-left: 10px;
  font-size: 1em;
}

@media (min-width: 768px) {
  .pane-search-api-page-aoc-search .form-item input {
    height: 60px;
    width: 100%;
    padding-right: 65px;
    padding-left: 20px;
    font-size: 1.2em;
  }
}

.pane-search-api-page-aoc-search .form-submit {
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_search.svg");
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: 80%;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 40px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}

.lt-ie9 .pane-search-api-page-aoc-search .form-submit {
  background-image: url("../images/png/icon_search.png");
}

.pane-search-api-page-aoc-search .form-submit:hover {
  background-color: #707070;
}

.pane-search-api-page-aoc-search .form-submit:focus {
  background-color: #000000;
}

@media (min-width: 768px) {
  .pane-search-api-page-aoc-search .form-submit {
    width: 60px;
    height: 60px;
  }
}

.pane-views-exp-aircraft-registers-page {
  width: 49.1071428571%;
  float: left;
  margin-right: 1.7857142857%;
  float: left;
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .pane-views-exp-aircraft-registers-page {
    width: 100%;
  }
}

.pane-views-exp-aircraft-registers-page label,
.pane-views-exp-aircraft-registers-page #edit-search-api-views-fulltext-wrapper,
.pane-views-exp-aircraft-registers-page #edit-field-ar-serial-wrapper,
.pane-views-exp-aircraft-registers-page .views-reset-button {
  display: none;
}

.pane-views-exp-aircraft-registers-page .views-exposed-widgets {
  margin-bottom: 0;
}

.pane-views-exp-aircraft-registers-page #edit-vh-wrapper {
  padding: 0;
  width: 100%;
}

.pane-views-exp-aircraft-registers-page #edit-vh-wrapper input {
  height: 40px;
  width: 100%;
  padding-right: 45px;
  padding-left: 10px;
  font-size: 1em;
  border: 3px solid #13B5EA;
}

@media (min-width: 768px) {
  .pane-views-exp-aircraft-registers-page #edit-vh-wrapper input {
    height: 60px;
    width: 100%;
    padding-right: 65px;
    padding-left: 20px;
    font-size: 1.2em;
  }
}

.pane-views-exp-aircraft-registers-page .views-submit-button {
  width: 40px;
  height: 40px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .pane-views-exp-aircraft-registers-page .views-submit-button {
    width: 60px;
    height: 60px;
  }
}

.pane-views-exp-aircraft-registers-page .views-submit-button #edit-submit-aircraft-registers {
  background-color: #13B5EA;
  background-image: url("../images/svg/icon_search.svg");
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: 80%;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.lt-ie9 .pane-views-exp-aircraft-registers-page .views-submit-button #edit-submit-aircraft-registers {
  background-image: url("../images/png/icon_search.png");
}

.pane-views-exp-aircraft-registers-page .views-submit-button #edit-submit-aircraft-registers:hover {
  background-color: #707070;
}

.pane-views-exp-aircraft-registers-page .views-submit-button #edit-submit-aircraft-registers:focus {
  background-color: #000000;
}

body.front .center-wrapper .panel-panel {
  width: 100%;
}

@media (min-width: 768px) {
  body.front .center-wrapper .panel-panel {
    width: 50%;
  }
  body.front .center-wrapper .panel-panel:nth-child(2) .inside {
    margin-right: 0;
  }
}

@media (min-width: 1251px) {
  body.front .center-wrapper .panel-panel {
    width: 33.33333333%;
  }
  body.front .center-wrapper .panel-panel:nth-child(2) .inside {
    margin-right: .5em;
  }
}

body.front #panels-ipe-regionid-right .panels-ipe-sort-container > .panels-ipe-portlet-wrapper:first-child,
body.front #panels-ipe-regionid-right .panels-ipe-sort-container #panels-ipe-paneid-3461,
body.front #panels-ipe-regionid-right .panels-ipe-sort-container > .panels-ipe-portlet-wrapper:nth-child(2),
body.front #panels-ipe-regionid-right .panels-ipe-sort-container #panels-ipe-paneid-3406 {
  width: 100%;
  float: none;
  display: inline-block;
  position: relative;
}

body.front #panels-ipe-regionid-right .panels-ipe-sort-container > .panels-ipe-portlet-wrapper:first-child,
body.front #panels-ipe-regionid-right .panels-ipe-sort-container #panels-ipe-paneid-3461 {
  float: left;
  display: block;
}

body.front #panels-ipe-regionid-right .panels-ipe-sort-container > .panels-ipe-portlet-wrapper:nth-child(2),
body.front #panels-ipe-regionid-right .panels-ipe-sort-container #panels-ipe-paneid-3406 {
  margin-right: 0;
}

body.front .pane-views-exp-aircraft-registers-page,
.pane-search-api-page-aoc-search {
  width: 100%;
}

@media (min-width: 768px) {
  .pane-bean-home-quick-links {
    width: 100%;
    display: block;
    padding: 0;
  }
}

@media (min-width: 1251px) {
  .pane-bean-home-quick-links {
    width: auto;
  }
}

body.front .pane-events {
  margin-bottom: 0;
}

body.front .pane-events ul {
  margin: 0;
}

@media (min-width: 1251px) {
  body.front .pane-events {
    display: block;
  }
  body.front .pane-events .view-events {
    min-height: 365px;
    position: relative;
  }
  body.front .pane-events .view-events .view-footer {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

.paragraphs-items-field-quick-link-para-full {
  margin-bottom: 0;
  border: 1px solid #CACACA;
  border-bottom: 0;
}

.paragraphs-items-field-quick-link-para-full .field-name-field-quick-link-para {
  margin: 0;
}

.paragraphs-items-field-quick-link-para-full .field-name-field-quick-link-para .field-name-field-bean-image {
  z-index: 1;
}

.paragraphs-item-home-quick-link-item {
  border-bottom: 1px solid #CACACA;
}

.paragraphs-item-home-quick-link-item.show_mobile {
  display: block;
}

.paragraphs-item-home-quick-link-item.hide_mobile {
  display: none;
}

#content .paragraphs-items-field-quick-link-para-full {
  border: 1px solid #CACACA;
  border-bottom: 0;
}

#content .paragraphs-items-field-quick-link-para-full .field-name-field-quick-link-para {
  margin: 0;
}

#content .paragraphs-item-home-quick-link-item {
  border-bottom: 1px solid #CACACA;
}

#content .paragraphs-item-home-quick-link-item.show_mobile {
  display: block;
}

#content .paragraphs-item-home-quick-link-item.hide_mobile {
  display: none;
}

@media (min-width: 768px) {
  #content .paragraphs-item-home-quick-link-item.show_tablet {
    display: block;
  }
}

@media (min-width: 768px) {
  #content .paragraphs-item-home-quick-link-item.hide_tablet {
    display: none;
  }
}

@media (min-width: 1251px) {
  #content .paragraphs-item-home-quick-link-item.show_desktop {
    display: block;
  }
}

@media (min-width: 1251px) {
  #content .paragraphs-item-home-quick-link-item.hide_desktop {
    display: none;
  }
}

#content .paragraphs-item-home-quick-link-item > h2 {
  display: none;
}

#content .paragraphs-item-home-quick-link-item .content {
  position: relative;
  margin: 0;
  background-color: #F2F2F2;
}

#content .paragraphs-item-home-quick-link-item .content .field-name-field-bean-image {
  margin: 0;
  background-color: red;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: #13B5EA;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  background-size: contain;
}

@media (min-width: 1251px) {
  #content .paragraphs-item-home-quick-link-item .content .field-name-field-bean-image {
    width: 68px;
  }
  #content .paragraphs-item-home-quick-link-item .content .field-name-field-bean-image img {
    position: relative;
    top: 3px;
  }
}

#content .paragraphs-item-home-quick-link-item .content .field-name-field-quick-link {
  margin: 0;
}

#content .paragraphs-item-home-quick-link-item .content .field-name-field-quick-link a {
  position: relative;
  color: #4C4C4C;
  text-decoration: none;
  display: block;
  background-image: url("../images/svg/icon_medium_right_arrow_blue.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
  height: 54px;
  line-height: 48px;
  font-size: 1.0625em;
}

.lt-ie9 #content .paragraphs-item-home-quick-link-item .content .field-name-field-quick-link a {
  background-image: url("../images/png/icon_medium_right_arrow_blue.png");
}

#content .paragraphs-item-home-quick-link-item .content .field-name-field-quick-link a span {
  padding-left: 71px;
  line-height: 54px;
}

@media (min-width: 1251px) {
  #content .paragraphs-item-home-quick-link-item .content .field-name-field-quick-link a {
    height: 73px;
    line-height: 74px;
    font-size: 1.5em;
  }
  #content .paragraphs-item-home-quick-link-item .content .field-name-field-quick-link a span {
    padding-left: 91px;
  }
}

#content .paragraphs-item-home-quick-link-item .content .field-name-field-quick-link a:hover {
  text-decoration: underline;
}

#content .paragraphs-item-home-quick-link-item .content .field-name-field-quick-link a:hover .casa-font-icon {
  background: #707070;
}

#content .paragraphs-item-home-quick-link-item .content .field-name-field-quick-link a:focus {
  background-color: #0080A2 !important;
  color: #ffffff !important;
  text-decoration: underline;
}

#content .paragraphs-item-home-quick-link-item .content .field-name-field-quick-link a:last-child {
  border-bottom: 0;
}

@media (min-width: 1251px) {
  #content .paragraphs-item-home-quick-link-item .content .field-name-field-quick-link a.latest-updates {
    display: none;
  }
}

.lt-ie9 #content .paragraphs-item-home-quick-link-item .content .field-name-field-quick-link a {
  background-position: 380px center;
}

.field-name-field-right-column {
  margin-top: 0;
  margin-bottom: 44px;
}

.field-name-field-right-column h2 {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .field-name-field-right-column h2 {
    font-size: 1.6875em;
  }
}

.field-name-field-right-column .right-side-body {
  background-color: white;
  border: 1px solid #CACACA;
  border-top: 0;
  padding: 20px;
  margin-bottom: 40px;
}

.field-name-field-right-column .right-side-body * {
  max-width: 100%;
}

.field-name-field-right-column .right-side-body ul > li {
  padding-left: 20px;
}

.field-name-field-right-column .right-side-body ul > li:before {
  content: '▸';
  display: inline;
  position: absolute;
  margin-left: -20px;
  color: #13B5EA;
}

.lt-ie9 .field-name-field-right-column .right-side-body ul > li:before {
  content: '►';
}

.field-name-field-right-column .right-side-body label {
  margin-bottom: .5em;
}

.field-name-field-right-column .right-side-body .select-plus-button {
  overflow: auto;
}

.field-name-field-right-column .right-side-body .select-plus-button span.ui-selectmenu-button {
  float: left;
  width: 75% !important;
}

@media (min-width: 768px) {
  .field-name-field-right-column .right-side-body .select-plus-button span.ui-selectmenu-button {
    width: 60% !important;
  }
}

@media (min-width: 1251px) {
  .field-name-field-right-column .right-side-body .select-plus-button span.ui-selectmenu-button {
    width: 70% !important;
  }
}

.field-name-field-right-column .right-side-body .select-plus-button input {
  float: left;
  margin-left: 1em;
}

#block-menu-block-5, #block-menu-block-6 {
  border: 1px solid #CACACA;
}

#block-menu-block-5 > h2, #block-menu-block-6 > h2 {
  display: none;
}

#block-menu-block-5 > .block__content, #block-menu-block-6 > .block__content {
  background-color: transparent;
  padding: 0;
}

#block-menu-block-5 .menu, #block-menu-block-6 .menu {
  margin: 0;
}

#block-menu-block-5 .menu > li, #block-menu-block-6 .menu > li {
  border-bottom: 1px solid white;
  position: relative;
}

#block-menu-block-5 .menu > li.active-trail > a, #block-menu-block-6 .menu > li.active-trail > a {
  color: black;
  background-color: #D0F0FB;
}

#block-menu-block-5 .menu > li.is-expanded > ul, #block-menu-block-6 .menu > li.is-expanded > ul {
  display: none;
}

#block-menu-block-5 .menu > li.active-trail.is-expanded > ul, #block-menu-block-6 .menu > li.active-trail.is-expanded > ul {
  display: block;
}

#block-menu-block-5 .menu > li.active-trail.is-expanded > a, #block-menu-block-6 .menu > li.active-trail.is-expanded > a {
  background-color: white;
  border-bottom: 1px solid #CACACA;
}

#block-menu-block-5 .menu > li.active-trail.is-expanded > a:before, #block-menu-block-6 .menu > li.active-trail.is-expanded > a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #13B5EA;
}

.lt-ie9 #block-menu-block-5 .menu > li.active-trail.is-expanded > a, .lt-ie9 #block-menu-block-6 .menu > li.active-trail.is-expanded > a {
  background-image: url("../images/compat/blue_square_6x1.gif");
  background-repeat: repeat-y;
  background-position: left top;
}

.lt-ie9 #block-menu-block-5 .menu > li.active-trail.is-expanded > a:before, .lt-ie9 #block-menu-block-6 .menu > li.active-trail.is-expanded > a:before {
  content: ' ';
  display: none;
}

#block-menu-block-5 .menu > li > a, #block-menu-block-6 .menu > li > a {
  display: inline-block;
  width: 100%;
  padding: 16px 20px;
  color: #4C4C4C;
  background-color: #F2F2F2;
  text-decoration: none;
}

#block-menu-block-5 .menu > li > a:hover, #block-menu-block-6 .menu > li > a:hover {
  text-decoration: underline;
}

#block-menu-block-5 > div > div > .menu > li, #block-menu-block-6 > div > div > .menu > li {
  border-bottom: 1px solid #CACACA;
}

#block-menu-block-5 > div > div > .menu > li > a, #block-menu-block-6 > div > div > .menu > li > a {
  background-color: white;
}

#block-menu-block-5 > div > div > .menu > li > ul > li > a, #block-menu-block-6 > div > div > .menu > li > ul > li > a {
  padding-left: 40px;
}

#block-views-family-tree-block {
  margin-bottom: 44px;
}

#block-views-family-tree-block .view-grouping-header,
#block-views-family-tree-block .item-list h3 {
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
}

#block-views-family-tree-block .view-grouping-header a,
#block-views-family-tree-block .item-list h3 a {
  color: #4C4C4C;
  text-decoration: none;
}

#block-views-family-tree-block .view-grouping-header {
  border: 1px solid #CACACA;
}

#block-views-family-tree-block .item-list ul {
  margin: 0;
}

#block-views-family-tree-block .item-list ul li {
  border-bottom: 1px solid white;
  position: relative;
}

#block-views-family-tree-block .item-list ul li a {
  display: inline-block;
  width: 100%;
  padding: 16px 20px;
  padding-left: 40px;
  color: #4C4C4C;
  background-color: #F2F2F2;
  text-decoration: none;
}

#block-views-family-tree-block .item-list ul li a:hover {
  text-decoration: underline;
}

#block-views-family-tree-block .item-list a {
  color: #4C4C4C;
  text-decoration: none;
  padding: 16px 20px;
  display: block;
}

#block-views-family-tree-block .item-list a.active {
  background-color: white;
  border-bottom: 1px solid #CACACA;
  position: relative;
}

#block-views-family-tree-block .item-list a.active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #13B5EA;
}

.lt-ie9 #block-views-family-tree-block .item-list a.active {
  background-image: url("../images/compat/blue_square_6x1.gif");
  background-repeat: repeat-y;
  background-position: left top;
}

.lt-ie9 #block-views-family-tree-block .item-list a.active:before {
  content: ' ';
  display: none;
}

#block-views-family-tree-block .view-grouping-header {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  #block-views-family-tree-block .view-grouping-header {
    font-size: 1.6875em;
  }
}

@media (min-width: 768px) {
  .buttons.panel-2col-equal-width {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .buttons.panel-2col-equal-width {
    width: 100%;
  }
}

.node-type-publication #content .field-type-image {
  float: right;
  clear: none;
  display: inherit;
  width: 25%;
  margin-right: 20px;
  display: inline-block;
}

.node-type-publication #content .field-type-image img {
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .node-type-publication #content .field-type-image img {
    width: auto;
    height: auto;
  }
}

.page-node-211801 .pane-events {
  border: none;
  padding: 0;
}

.page-node-211801 .pane-events h2.pane-title {
  display: none;
}

.page-node-211801 .pane-events .view-events {
  border: none;
  padding: 0;
}

#content .scrolling-table {
  padding-right: 5px;
}

@media (min-width: 768px) {
  #content .scrolling-table {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

#content .scrolling-table th {
  padding: 0.8em !important;
}

#content .scrolling-table td ul {
  margin-top: 0;
}

#content .scrolling-table td ul > li:before {
  position: relative;
  margin-right: 12px;
}

#content .responsive-table .scrolling-table ul > li:before {
  position: absolute;
  margin-right: 12px;
}

@media (max-width: 1251px) {
  #content .responsive-table table, #content .responsive-table th, #content .responsive-table tbody, #content .responsive-table th, #content .responsive-table td, #content .responsive-table tr {
    display: block;
  }
  #content .responsive-table thead tr {
    position: absolute;
    top: -1000px;
    left: 1000px;
  }
  #content .responsive-table td {
    position: relative;
    border: none;
  }
  #content .responsive-table td.active {
    background-color: #ffffff;
  }
  #content .responsive-table td:before {
    width: 40%;
    white-space: no-wrap;
    left: 6px;
    top: 6px;
    font-weight: bold;
    display: inline-block;
  }
  #content .responsive-table.full-width-label td:before {
    width: 100%;
  }
  #content .responsive-table tr.even, #content .responsive-table tr.odd {
    border: 1px solid #13B5EA !important;
  }
  #content .responsive-table caption {
    width: 100%;
    display: block;
  }
}

#content .promo-container img {
  min-height: auto;
  margin-bottom: .5em;
}

#content .promo-container h3 {
  margin: .5em 0 0;
  font-size: 1.125em;
}

@media (min-width: 768px) {
  #content .promo-container h3 {
    font-size: 1.25em;
  }
}

@media (min-width: 1251px) {
  #content .promo-container h3 {
    font-size: 1.375em;
  }
}

#content .promo-container p {
  margin: .5em 0;
}

#content .on-this-page {
  padding-left: 1em;
  border-left: 3px solid #5ACBF0;
  margin-top: 2em;
  padding-bottom: .2em;
}

#content .on-this-page p {
  margin: 0;
  padding-top: .2em;
}

#content .on-this-page div.toc-filter-content {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

#content .on-this-page ul.toc-filter-links {
  list-style: none;
  background: none;
  margin: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: .1em;
}

#content .on-this-page ul.toc-filter-links > li {
  list-style: none;
  padding-top: .1em;
  padding-left: 0;
}

#content .on-this-page ul.toc-filter-links > li:before {
  display: none;
}

.field.field-name-field-permission-type {
  margin-bottom: 0;
}

.field.field-name-field-file-url, .field.field-name-field-approval-url {
  margin-top: 0;
}

.pane-updated-date, #block-views-updated-date-block {
  font-size: .9em;
  position: relative;
  top: 2px;
}

@media (min-width: 768px) {
  .pane-updated-date, #block-views-updated-date-block {
    display: inline-block;
    width: 50%;
    float: left;
  }
}

#block-block-71 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #block-block-71 {
    width: 40%;
    float: right;
    text-align: right;
  }
}

#block-block-71 .block-title {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
}

@media (min-width: 768px) {
  #block-block-71 .block-title {
    margin-right: 0px;
  }
}

#block-block-71 a {
  display: inline-block;
  width: 30px;
}

#block-block-71 a:before {
  content: "";
  width: 20px !important;
  height: 20px !important;
  top: 0 !important;
  background-size: auto auto !important;
  display: inline-block;
  position: relative;
}

#block-block-71 a.no-icon:after {
  display: none !important;
}

#block-block-71 a.icons-facebook:before {
  background: url("../images/png/icon_facebook.png") no-repeat !important;
  background: none, url("../images/svg/icon_facebook.svg") no-repeat !important;
  top: 4px;
}

#block-block-71 a.icons-twitter:before {
  background: url("../images/png/icon_twitter.png") no-repeat !important;
  background: none, url("../images/svg/icon_twitter.svg") no-repeat !important;
  top: 2px !important;
  left: -6px;
  width: 22px !important;
}

.page-file #block-block-71 a.icons-twitter:before {
  top: 2px !important;
}

#content .search-api-page-results ol.search-results {
  padding-left: 0;
}

@media (min-width: 1251px) {
  #content .search-api-page-results ul.pager li {
    padding: 0 10px;
  }
}

#content .search-api-page-results ul.pager li:first-child {
  padding-left: 0;
}

#content .search-api-page-results ul.pager li:last-child {
  padding-right: 0;
}

#content .search-api-page-results ul.pager .pager-current {
  background-color: transparent;
  color: #0080A2;
}

#content .search-api-page-results ul.pager .pager-item a, #content .search-api-page-results ul.pager .pager-next a, #content .search-api-page-results ul.pager .pager-last a, #content .search-api-page-results ul.pager .pager-previous a, #content .search-api-page-results ul.pager .pager-first a {
  color: #4C4C4C;
  font-weight: 400;
  text-decoration: none;
}

#content .search-api-page-results ul.pager .pager-item a:hover, #content .search-api-page-results ul.pager .pager-next a:hover, #content .search-api-page-results ul.pager .pager-last a:hover, #content .search-api-page-results ul.pager .pager-previous a:hover, #content .search-api-page-results ul.pager .pager-first a:hover {
  color: #0080A2;
  text-decoration: underline;
}

#sidebar-search-facets .search-facet-heading {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  #sidebar-search-facets .search-facet-heading {
    font-size: 1.6875em;
  }
}

.page-search {
  /*#main {
    .block-facetapi {
      @include block-item;
      .block-title {
        @include block-head;
      }
      .block__content {
        @include block-body;
      }
    }
  }*/
}

.page-search #block-views-events-search-event-block {
  margin-bottom: 44px;
}

.page-search #block-views-events-search-event-block .block__title {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .page-search #block-views-events-search-event-block .block__title {
    font-size: 1.6875em;
  }
}

.page-search #block-views-events-search-event-block .view-events {
  background-color: white;
  border: 1px solid #CACACA;
  border-top: 0;
  padding: 20px;
  padding-bottom: 40px;
}

.page-search #block-views-events-search-event-block .view-events .views-row {
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-search #block-views-events-search-event-block .view-events .views-row:before {
  content: '▸';
  display: inline;
  position: absolute;
  margin-left: -20px;
  color: #13B5EA;
}

.lt-ie9 .page-search #block-views-events-search-event-block .view-events .views-row:before {
  content: '►';
}

.page-search #block-views-events-search-event-block .view-events .views-row:last-child {
  margin-bottom: 0;
}

.page-search #block-views-events-search-event-block .view-events .view-footer {
  float: right;
}

.page-search #block-views-events-search-event-block .views-field-path a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
}

.page-search #block-views-events-search-event-block .views-field-path a:hover {
  text-decoration: underline;
}

.page-search #block-views-file-document-search-block {
  margin-bottom: 44px;
}

.page-search #block-views-file-document-search-block .block__title {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .page-search #block-views-file-document-search-block .block__title {
    font-size: 1.6875em;
  }
}

.page-search #block-views-file-document-search-block .view-file-document-search {
  position: relative;
  background-color: white;
  border: 1px solid #CACACA;
  border-top: 0;
  padding: 20px;
  padding-bottom: 50px;
}

.page-search #block-views-file-document-search-block .view-file-document-search .views-row {
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-search #block-views-file-document-search-block .view-file-document-search .views-row:before {
  content: '▸';
  display: inline;
  position: absolute;
  margin-left: -20px;
  color: #13B5EA;
}

.lt-ie9 .page-search #block-views-file-document-search-block .view-file-document-search .views-row:before {
  content: '►';
}

.page-search #block-views-file-document-search-block .view-file-document-search .views-row:last-child {
  margin-bottom: 0;
}

.page-search #block-views-file-document-search-block .view-file-document-search .views-row a {
  word-wrap: break-word;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-search #block-views-file-document-search-block .view-file-document-search .views-row a {
    display: inline-block;
    -ms-word-break: break-all;
  }
}

.page-search #block-views-file-document-search-block .view-file-document-search .more-link {
  text-align: center;
}

.page-search #block-views-file-document-search-block .view-file-document-search .more-link a {
  padding: 0.5em 0.8125em;
  background-color: #0080A2;
  color: white;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5em;
  display: inline-block;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
}

.page-search #block-views-file-document-search-block .view-file-document-search .more-link a:hover {
  background-color: #4C4C4C;
  color: white;
}

.page-search #block-views-latest-news-search-page-news {
  margin-bottom: 44px;
}

.page-search #block-views-latest-news-search-page-news .block__title {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .page-search #block-views-latest-news-search-page-news .block__title {
    font-size: 1.6875em;
  }
}

.page-search #block-views-latest-news-search-page-news .view-latest-news {
  background-color: white;
  border: 1px solid #CACACA;
  border-top: 0;
  padding: 20px;
}

.page-search #block-views-latest-news-search-page-news .view-latest-news .views-row {
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-search #block-views-latest-news-search-page-news .view-latest-news .views-row:before {
  content: '▸';
  display: inline;
  position: absolute;
  margin-left: -20px;
  color: #13B5EA;
}

.lt-ie9 .page-search #block-views-latest-news-search-page-news .view-latest-news .views-row:before {
  content: '►';
}

.page-search #block-views-latest-news-search-page-news .view-latest-news .views-row:last-child {
  margin-bottom: 0;
}

.page-search #block-views-latest-news-search-page-news .view-latest-news.view-display-id-block_1 .node-title {
  font-weight: 600;
}

.page-search #block-views-latest-news-search-page-news .view-latest-news.view-display-id-land_news_block .article-author-date {
  font-size: 1.125em;
  font-weight: 600;
  margin: 0;
}

.page-search #block-views-latest-news-search-page-news .view-latest-news .views-field-title {
  margin: 0;
  font-size: 1em;
  color: #4C4C4C;
}

.page-search #block-views-latest-news-search-page-news .view-latest-news .views-field-path a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
}

.page-search #block-views-latest-news-search-page-news .view-latest-news .views-field-path a:hover {
  text-decoration: underline;
}

.page-search #block-views-latest-news-search-page-news .view-latest-news .view-footer {
  text-align: right;
}

.page-search #block-views-latest-news-search-page-news .view-latest-news .view-footer p {
  margin-bottom: 0;
}

.page-search #block-bean-main-search-dataset-links {
  margin-bottom: 44px;
}

.page-search #block-bean-main-search-dataset-links .block-title {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  background-color: #F2F2F2;
  border: 1px solid #CACACA;
  border-bottom: 3px solid #13B5EA;
  font-size: 1.375em;
  font-weight: 400;
  color: #4C4C4C;
}

@media (min-width: 768px) {
  .page-search #block-bean-main-search-dataset-links .block-title {
    font-size: 1.6875em;
  }
}

.page-search #block-bean-main-search-dataset-links .block__content {
  background-color: white;
  border: 1px solid #CACACA;
  border-top: 0;
  padding: 20px;
}

.page-search #block-bean-main-search-dataset-links .block__content .field-name-field-dataset-link {
  margin: 0;
}

.page-search .comiseo-daterangepicker-triggerbutton.ui-button {
  min-width: 0;
  width: 100%;
  font-size: 1em;
}

.page-search .comiseo-daterangepicker-triggerbutton.ui-button .ui-button-text {
  font-family: Arial, sans-serif;
}

.page-search .comiseo-daterangepicker-triggerbutton.ui-button:hover {
  color: #555;
}

.page-search #facetapi-facet-search-apidefault-node-index-block-created {
  display: none;
}

.search-result {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #13B5EA;
}

.search-result > .title {
  font-size: 1.125em;
  line-height: 1.4444444444em;
  font-weight: 600;
  color: #4C4C4C;
  margin-bottom: .5ems;
  font-size: 1.1em;
}

.search-result > .title a:hover {
  text-decoration: underline;
}

.search-result .search-snippet-info {
  padding-left: 0;
}

.search-result .search-date {
  font-weight: 600;
  margin: .5em 0;
}

.search-result .search-info {
  font-size: 1em;
}

.search-result .search-info a {
  text-decoration: none;
  font-weight: 600;
  color: #4C4C4C;
}

.search-result .search-info a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .search-result.has-thumb .search-snippet-info {
    display: table-cell;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .search-result.has-thumb .search-media-thumbnail {
    display: table-cell;
    vertical-align: top;
  }
}

.search-result.has-thumb .search-media-thumbnail a {
  display: inline-block;
  position: relative;
}

.search-result.has-thumb .search-media-thumbnail .media-image-background {
  display: none;
}

.search-result.has-thumb .search-media-thumbnail .media-image {
  width: auto;
  max-width: 300px;
  max-height: 120px;
}

.search-form {
  padding: 1em;
  background: #F2F2F2;
  margin-bottom: 1em;
}

.search-form label {
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding: 0;
  padding-right: .5em;
  display: block;
}

@media (min-width: 1251px) {
  .search-form label {
    display: inline-block;
    float: left;
  }
}

.search-form .form-item-keys-1 {
  margin: 0.25em 0;
  vertical-align: top;
  display: block;
}

@media (min-width: 768px) {
  .search-form .form-item-keys-1 {
    width: 100%;
  }
}

@media (min-width: 1251px) {
  .search-form .form-item-keys-1 {
    display: inline-block;
    width: auto;
  }
}

.search-form .form-item-dataset {
  display: block;
  width: 100%;
}

@media (min-width: 1251px) {
  .search-form .form-item-dataset {
    display: inline-block;
    width: auto;
    vertical-align: top;
    line-height: 40px;
    margin: .2em 0 0 0;
  }
}

.search-form .form-item-dataset select {
  width: 100%;
}

@media (min-width: 768px) {
  .search-form .form-item-dataset select {
    width: auto;
  }
}

@media (min-width: 1251px) {
  .search-form .form-item-dataset label {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
  }
}

.search-form .form-text {
  height: 44px;
  margin: 0;
  width: 100%;
  padding: .5em .8em;
}

@media (min-width: 1251px) {
  .search-form .form-text {
    width: 300px;
    float: left;
  }
}

.search-form .form-submit {
  float: right;
  margin: 1em 0 0 0;
  padding: .63em 1em;
}

@media (min-width: 1251px) {
  .search-form .form-submit {
    float: none;
    margin: .25em 0 0 .5em;
  }
}

.block-facetapi .expanded .item-list {
  padding-left: 20px;
}

.block-facetapi li.collapsed > .item-list {
  display: none;
}

.block-facetapi button.toggle-expand {
  display: inline;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
}

#sidebar-search-facets {
  margin: 0 0 1em;
}

#sidebar-search-facets .block-facetapi {
  margin: 0;
  border: 1px solid #DDD;
}

#sidebar-search-facets .block-facetapi h2, #sidebar-search-facets .block-facetapi h3 {
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #FCFCFC;
  color: #000000;
  position: relative;
  font-size: 1.125em;
  line-height: 1.6em;
  padding: 0.6em 2.5em 0.6em 1em;
}

#sidebar-search-facets .block-facetapi h2:before, #sidebar-search-facets .block-facetapi h3:before {
  background-image: url("../images/svg/icon_mobile_down_blue.svg");
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: auto;
  right: 14px;
  top: 30%;
  background-position: 0;
}

.lt-ie9 #sidebar-search-facets .block-facetapi h2:before, .lt-ie9 #sidebar-search-facets .block-facetapi h3:before {
  background-image: url("../images/png/icon_mobile_down_blue.png");
}

#sidebar-search-facets .block-facetapi h2.accordui-active:before, #sidebar-search-facets .block-facetapi h3.accordui-active:before {
  background-image: url("../images/svg/icon_mobile_up_blue.svg");
}

.lt-ie9 #sidebar-search-facets .block-facetapi h2.accordui-active:before, .lt-ie9 #sidebar-search-facets .block-facetapi h3.accordui-active:before {
  background-image: url("../images/png/icon_mobile_up_blue.png");
}

#sidebar-search-facets .block-facetapi .block__content {
  height: 0;
  min-height: 0px;
  margin: 0px;
  overflow: hidden;
  padding: 0em 20px;
  opacity: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #DDD;
  transition: all .3s ease;
}

#content #sidebar-search-facets .block-facetapi .block__content ul > li::before {
  content: "";
}

#sidebar-search-facets .block-facetapi .block__content:last-child {
  border-bottom: 0;
}

#sidebar-search-facets .block-facetapi .block__content.active {
  min-height: 60px;
  height: auto;
  margin: 0px;
  overflow: visible;
  opacity: 1;
  padding: .5em 20px;
  box-sizing: border-box;
  transition: all .3s ease;
}

#content #sidebar-search-facets .block-facetapi .block__content.active ul > li::before {
  content: "▸" !important;
}

#sidebar-search-facets .block-facetapi .block__content li {
  position: relative;
  padding-left: 20px;
}

#sidebar-search-facets .block-facetapi .block__content input.facetapi-checkbox {
  position: absolute;
  top: 4px;
  left: 0;
}

#sidebar-search-facets .block-facetapi .block__content .facetapi-limit-link {
  display: block;
  text-align: right;
}

#sidebar-search-facets .block-facetapi .block__content .facetapi-facet-field-state li {
  text-transform: uppercase;
}

#sidebar-search-facets .block-facetapi .block__content .facetapi-facet-field-state li .counter {
  text-transform: lowercase;
}

#sidebar-search-facets .block-facetapi .block__content .facetapi-facet-field-town-city li:first-letter {
  text-transform: uppercase;
}

#sidebar-search-facets .block-facetapi .block__content .item-list .facetapi-help-text {
  display: none;
}

h2 .notalink, h3 .notalink {
  text-decoration: none;
  color: #4C4C4C !important;
  background: none !important;
}

h2 a:focus, h3 a:focus {
  text-decoration: underline;
}

.page-search-aoc #content .search-form, .page-search-aoc #content .views-exposed-form, .page-search-aoc-search #content .search-form, .page-search-aoc-search #content .views-exposed-form, .page-casr-part-141-142-certificate-search #content .search-form, .page-casr-part-141-142-certificate-search #content .views-exposed-form {
  padding: 1.5em;
  background: #F2F2F2;
  margin: 1em 0;
}

.page-search-aoc #content .search-form .views-exposed-widgets .views-exposed-widget, .page-search-aoc #content .views-exposed-form .views-exposed-widgets .views-exposed-widget, .page-search-aoc-search #content .search-form .views-exposed-widgets .views-exposed-widget, .page-search-aoc-search #content .views-exposed-form .views-exposed-widgets .views-exposed-widget, .page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets .views-exposed-widget, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  padding-top: 0;
}

.page-search-aoc #content .search-form .views-exposed-widgets .views-submit-button, .page-search-aoc #content .search-form .views-exposed-widgets .views-reset-button, .page-search-aoc #content .views-exposed-form .views-exposed-widgets .views-submit-button, .page-search-aoc #content .views-exposed-form .views-exposed-widgets .views-reset-button, .page-search-aoc-search #content .search-form .views-exposed-widgets .views-submit-button, .page-search-aoc-search #content .search-form .views-exposed-widgets .views-reset-button, .page-search-aoc-search #content .views-exposed-form .views-exposed-widgets .views-submit-button, .page-search-aoc-search #content .views-exposed-form .views-exposed-widgets .views-reset-button, .page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets .views-submit-button, .page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets .views-reset-button, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets .views-submit-button, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets .views-reset-button {
  position: relative;
  top: 30px;
}

.page-search-aoc #content .search-form .form-item, .page-search-aoc #content .views-exposed-form .form-item, .page-search-aoc-search #content .search-form .form-item, .page-search-aoc-search #content .views-exposed-form .form-item, .page-casr-part-141-142-certificate-search #content .search-form .form-item, .page-casr-part-141-142-certificate-search #content .views-exposed-form .form-item {
  margin: 0;
}

.page-search-aoc #content .search-form .form-submit, .page-search-aoc #content .views-exposed-form .form-submit, .page-search-aoc-search #content .search-form .form-submit, .page-search-aoc-search #content .views-exposed-form .form-submit, .page-casr-part-141-142-certificate-search #content .search-form .form-submit, .page-casr-part-141-142-certificate-search #content .views-exposed-form .form-submit {
  margin-top: 0;
}

.page-search-aoc #content #search-api-page-search-form .search-form-description, .page-search-aoc-search #content #search-api-page-search-form .search-form-description, .page-casr-part-141-142-certificate-search #content #search-api-page-search-form .search-form-description {
  display: none;
}

.page-search-aoc #content .disclaimer, .page-search-aoc-search #content .disclaimer, .page-casr-part-141-142-certificate-search #content .disclaimer {
  background-color: #F2F2F2;
  padding: .5em 1em;
}

.page-search-aoc #content .disclaimer h4, .page-search-aoc-search #content .disclaimer h4, .page-casr-part-141-142-certificate-search #content .disclaimer h4 {
  font-size: 1.1em;
  margin: 1em 0 .5em 0;
}

.page-search-aoc #content #container-search-results-total, .page-search-aoc-search #content #container-search-results-total, .page-casr-part-141-142-certificate-search #content #container-search-results-total {
  padding: 1em 0;
}

.page-search-aoc #content .node-aoc, .page-search-aoc #content .node-part-141-142-certificate-holders, .page-search-aoc-search #content .node-aoc, .page-search-aoc-search #content .node-part-141-142-certificate-holders, .page-casr-part-141-142-certificate-search #content .node-aoc, .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #13B5EA;
}

.page-search-aoc #content .node-aoc .field-label-inline, .page-search-aoc #content .node-part-141-142-certificate-holders .field-label-inline, .page-search-aoc-search #content .node-aoc .field-label-inline, .page-search-aoc-search #content .node-part-141-142-certificate-holders .field-label-inline, .page-casr-part-141-142-certificate-search #content .node-aoc .field-label-inline, .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders .field-label-inline {
  margin: .2em 0;
}

.page-search-aoc #content .node-aoc .field-label-inline .field-label, .page-search-aoc #content .node-part-141-142-certificate-holders .field-label-inline .field-label, .page-search-aoc-search #content .node-aoc .field-label-inline .field-label, .page-search-aoc-search #content .node-part-141-142-certificate-holders .field-label-inline .field-label, .page-casr-part-141-142-certificate-search #content .node-aoc .field-label-inline .field-label, .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders .field-label-inline .field-label {
  width: auto;
}

.page-search-aoc #content .node-aoc.ds-2col .group-header .field, .page-search-aoc #content .node-aoc.ds-2col-stacked .group-header .field, .page-search-aoc #content .node-part-141-142-certificate-holders.ds-2col .group-header .field, .page-search-aoc #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-header .field, .page-search-aoc-search #content .node-aoc.ds-2col .group-header .field, .page-search-aoc-search #content .node-aoc.ds-2col-stacked .group-header .field, .page-search-aoc-search #content .node-part-141-142-certificate-holders.ds-2col .group-header .field, .page-search-aoc-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-header .field, .page-casr-part-141-142-certificate-search #content .node-aoc.ds-2col .group-header .field, .page-casr-part-141-142-certificate-search #content .node-aoc.ds-2col-stacked .group-header .field, .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders.ds-2col .group-header .field, .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-header .field {
  margin: 0;
}

.page-search-aoc #content .node-aoc.ds-2col .group-header h3, .page-search-aoc #content .node-aoc.ds-2col-stacked .group-header h3, .page-search-aoc #content .node-part-141-142-certificate-holders.ds-2col .group-header h3, .page-search-aoc #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-header h3, .page-search-aoc-search #content .node-aoc.ds-2col .group-header h3, .page-search-aoc-search #content .node-aoc.ds-2col-stacked .group-header h3, .page-search-aoc-search #content .node-part-141-142-certificate-holders.ds-2col .group-header h3, .page-search-aoc-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-header h3, .page-casr-part-141-142-certificate-search #content .node-aoc.ds-2col .group-header h3, .page-casr-part-141-142-certificate-search #content .node-aoc.ds-2col-stacked .group-header h3, .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders.ds-2col .group-header h3, .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-header h3 {
  margin: .2em 0;
}

.page-search-aoc #content .node-aoc.ds-2col .group-left,
.page-search-aoc #content .node-aoc.ds-2col .group-right, .page-search-aoc #content .node-aoc.ds-2col-stacked .group-left,
.page-search-aoc #content .node-aoc.ds-2col-stacked .group-right, .page-search-aoc #content .node-part-141-142-certificate-holders.ds-2col .group-left,
.page-search-aoc #content .node-part-141-142-certificate-holders.ds-2col .group-right, .page-search-aoc #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-left,
.page-search-aoc #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-right, .page-search-aoc-search #content .node-aoc.ds-2col .group-left,
.page-search-aoc-search #content .node-aoc.ds-2col .group-right, .page-search-aoc-search #content .node-aoc.ds-2col-stacked .group-left,
.page-search-aoc-search #content .node-aoc.ds-2col-stacked .group-right, .page-search-aoc-search #content .node-part-141-142-certificate-holders.ds-2col .group-left,
.page-search-aoc-search #content .node-part-141-142-certificate-holders.ds-2col .group-right, .page-search-aoc-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-left,
.page-search-aoc-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-right, .page-casr-part-141-142-certificate-search #content .node-aoc.ds-2col .group-left,
.page-casr-part-141-142-certificate-search #content .node-aoc.ds-2col .group-right, .page-casr-part-141-142-certificate-search #content .node-aoc.ds-2col-stacked .group-left,
.page-casr-part-141-142-certificate-search #content .node-aoc.ds-2col-stacked .group-right, .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders.ds-2col .group-left,
.page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders.ds-2col .group-right, .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-left,
.page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-right {
  width: 100%;
}

@media (min-width: 1251px) {
  .page-search-aoc #content .node-aoc.ds-2col .group-left,
  .page-search-aoc #content .node-aoc.ds-2col .group-right, .page-search-aoc #content .node-aoc.ds-2col-stacked .group-left,
  .page-search-aoc #content .node-aoc.ds-2col-stacked .group-right, .page-search-aoc #content .node-part-141-142-certificate-holders.ds-2col .group-left,
  .page-search-aoc #content .node-part-141-142-certificate-holders.ds-2col .group-right, .page-search-aoc #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-left,
  .page-search-aoc #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-right, .page-search-aoc-search #content .node-aoc.ds-2col .group-left,
  .page-search-aoc-search #content .node-aoc.ds-2col .group-right, .page-search-aoc-search #content .node-aoc.ds-2col-stacked .group-left,
  .page-search-aoc-search #content .node-aoc.ds-2col-stacked .group-right, .page-search-aoc-search #content .node-part-141-142-certificate-holders.ds-2col .group-left,
  .page-search-aoc-search #content .node-part-141-142-certificate-holders.ds-2col .group-right, .page-search-aoc-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-left,
  .page-search-aoc-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-right, .page-casr-part-141-142-certificate-search #content .node-aoc.ds-2col .group-left,
  .page-casr-part-141-142-certificate-search #content .node-aoc.ds-2col .group-right, .page-casr-part-141-142-certificate-search #content .node-aoc.ds-2col-stacked .group-left,
  .page-casr-part-141-142-certificate-search #content .node-aoc.ds-2col-stacked .group-right, .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders.ds-2col .group-left,
  .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders.ds-2col .group-right, .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-left,
  .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-right {
    width: 50%;
  }
}

.page-search-aoc #content .node-aoc.ds-2col-stacked .group-right .field-group-div, .page-search-aoc #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-right .field-group-div, .page-search-aoc-search #content .node-aoc.ds-2col-stacked .group-right .field-group-div, .page-search-aoc-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-right .field-group-div, .page-casr-part-141-142-certificate-search #content .node-aoc.ds-2col-stacked .group-right .field-group-div, .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-right .field-group-div {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: .5em;
  padding-bottom: .5em;
}

.page-search-aoc #content .node-aoc.ds-2col-stacked .group-right .field-group-div:last-child, .page-search-aoc #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-right .field-group-div:last-child, .page-search-aoc-search #content .node-aoc.ds-2col-stacked .group-right .field-group-div:last-child, .page-search-aoc-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-right .field-group-div:last-child, .page-casr-part-141-142-certificate-search #content .node-aoc.ds-2col-stacked .group-right .field-group-div:last-child, .page-casr-part-141-142-certificate-search #content .node-part-141-142-certificate-holders.ds-2col-stacked .group-right .field-group-div:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 9;
}

.page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets #edit-field-cert-holder-casr-142-wrapper, .page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets #edit-field-cert-holder-aoc-casr-142-wrapper, .page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets #edit-field-cert-holde-casr-141-wrapper, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets #edit-field-cert-holder-casr-142-wrapper, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets #edit-field-cert-holder-aoc-casr-142-wrapper, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets #edit-field-cert-holde-casr-141-wrapper {
  margin: .5em 0;
}

@media (min-width: 1251px) {
  .page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets #edit-field-cert-holder-casr-142-wrapper, .page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets #edit-field-cert-holder-aoc-casr-142-wrapper, .page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets #edit-field-cert-holde-casr-141-wrapper, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets #edit-field-cert-holder-casr-142-wrapper, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets #edit-field-cert-holder-aoc-casr-142-wrapper, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets #edit-field-cert-holde-casr-141-wrapper {
    margin: 0;
    position: relative;
    top: 38px;
  }
}

.page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets .views-submit-button, .page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets .views-reset-button, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets .views-submit-button, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets .views-reset-button {
  top: 0;
  margin: 1em 0;
}

@media (min-width: 1251px) {
  .page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets .views-submit-button, .page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets .views-reset-button, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets .views-submit-button, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets .views-reset-button {
    margin: 1em 0 0;
  }
}

.page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets .views-submit-button, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets .views-submit-button {
  clear: left;
}

.page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets #edit-field-cert-holde-casr-141-wrapper, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets #edit-field-cert-holde-casr-141-wrapper {
  clear: left;
}

@media (min-width: 1251px) {
  .page-casr-part-141-142-certificate-search #content .search-form .views-exposed-widgets #edit-field-cert-holde-casr-141-wrapper, .page-casr-part-141-142-certificate-search #content .views-exposed-form .views-exposed-widgets #edit-field-cert-holde-casr-141-wrapper {
    clear: none;
  }
}

.page-aircraft-register #block-views-exp-aircraft-registers-page .views-exposed-widget {
  float: none;
  padding-right: 0;
}

@media (min-width: 768px) {
  .page-aircraft-register #block-views-exp-aircraft-registers-page .views-exposed-widget {
    width: 50%;
    float: left;
    display: inline-block;
    padding-right: 20px;
  }
}

@media (min-width: 1251px) {
  .page-aircraft-register #block-views-exp-aircraft-registers-page .views-exposed-widget {
    display: inline-block;
    float: none;
    margin-right: 19px;
    padding-right: 0;
    width: 24%;
  }
}

.page-aircraft-register #block-views-exp-aircraft-registers-page .views-exposed-widget .form-item-search-api-views-fulltext ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
}

.page-aircraft-register #block-views-exp-aircraft-registers-page .views-exposed-widget .form-item-search-api-views-fulltext :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}

.page-aircraft-register #block-views-exp-aircraft-registers-page .views-exposed-widget .form-item-search-api-views-fulltext ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}

.page-aircraft-register #block-views-exp-aircraft-registers-page .views-exposed-widget .form-item-search-api-views-fulltext :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff;
}

.page-aircraft-register #block-views-exp-aircraft-registers-page .views-exposed-widget .form-item-search-api-views-fulltext label {
  display: none;
}

.page-aircraft-register #block-views-exp-aircraft-registers-page .views-exposed-widget label {
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}

@media (min-width: 1251px) {
  .page-aircraft-register #block-views-exp-aircraft-registers-page .views-exposed-widget label {
    width: auto;
    display: block;
    text-align: left;
  }
}

@media (min-width: 1251px) {
  .page-aircraft-register #block-views-exp-aircraft-registers-page .views-exposed-widget .views-widget {
    display: inline-block;
    width: 100%;
  }
}

.page-aircraft-register #block-views-exp-aircraft-registers-page .views-submit-button, .page-aircraft-register #block-views-exp-aircraft-registers-page .views-reset-button {
  float: left;
}

@media (min-width: 768px) {
  .page-aircraft-register #block-views-exp-aircraft-registers-page .views-submit-button, .page-aircraft-register #block-views-exp-aircraft-registers-page .views-reset-button {
    width: auto;
  }
}

@media (min-width: 1251px) {
  .page-aircraft-register #block-views-exp-aircraft-registers-page .views-submit-button, .page-aircraft-register #block-views-exp-aircraft-registers-page .views-reset-button {
    float: none;
    display: inline-block;
    width: auto;
  }
}

@media (min-width: 768px) {
  .page-aircraft-register #block-views-exp-aircraft-registers-page .views-submit-button input, .page-aircraft-register #block-views-exp-aircraft-registers-page .views-reset-button input {
    margin-right: 0;
  }
}

.page-aircraft-register #block-views-exp-aircraft-registers-page .form-text {
  height: 40px;
  width: 100%;
}

.view-aircraft-registers .view-content {
  margin-top: 40px;
}

.view-aircraft-registers .view-content .views-row {
  border-bottom: 2px solid #13B5EA;
}

.view-aircraft-registers .view-content .views-row .group-left, .view-aircraft-registers .view-content .views-row .group-right {
  width: 100%;
  float: none;
}

@media (min-width: 768px) {
  .view-aircraft-registers .view-content .views-row .group-left, .view-aircraft-registers .view-content .views-row .group-right {
    width: 50%;
    display: inline-block;
    float: left;
  }
}

.view-aircraft-registers .view-content .views-row .group-left {
  padding-right: 10px;
}

.view-aircraft-registers .view-content .views-row .field {
  margin: 10px 0;
  width: 100%;
}

.view-aircraft-registers .view-content .views-row .field.field-name-title h2 {
  margin: 0;
}

.view-aircraft-registers .view-content .views-row .field .field-label {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .view-aircraft-registers .view-content .views-row .field .field-label {
    float: none;
    display: inline;
  }
}

@media (min-width: 768px) {
  .view-aircraft-registers .view-content .views-row .field .field-items {
    float: none;
    display: inline;
  }
}

@media (min-width: 768px) {
  .view-aircraft-registers .view-content .views-row .field .field-items .field-item {
    display: inline;
    float: none;
  }
}

.view-aircraft-registers .view-content .views-row .field-name-title {
  width: 100%;
  display: block;
}

.view-aircraft-registers .item-list {
  text-align: center;
}

.refine-search {
  background-color: transparent;
  color: #0080A2;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}

.refine-search:before {
  content: '+';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  overflow: hidden;
  background-color: #13B5EA;
  color: white;
}

.refine-search:hover {
  color: #0080A2;
  background-color: transparent;
  text-decoration: underline;
}

.refine-search.expanded:before {
  content: '−';
}

.view-dame-search .view-content h3 {
  background-color: #F2F2F2;
  padding: .5em;
}

.view-dame-search .view-content .views-row {
  margin: 1em 0;
  border-bottom: 1px solid #CACACA;
  padding-bottom: 1em;
}

.view-dame-search .view-content .views-row.views-row-last {
  border-bottom: none;
  padding-bottom: 0;
}

.not-logged-in #edit-field-ad-effective-date-value-wrapper, .not-logged-in #edit-field-groupdesc-value-wrapper, .not-logged-in #edit-field-dap-published-date-value-wrapper {
  display: none;
}

.node-type-campaign {
  color: #000;
  /* Fixes for landscape orientation issues with mobile */
  /* Spoof external link content for content between casa.gov.au and droneflyer */
}

.node-type-campaign a:focus {
  background: #000 !important;
  color: #ffffff !important;
}

.node-type-campaign ::-moz-selection {
  background: #FFCA05;
}

.node-type-campaign ::selection {
  background: #FFCA05;
}

.node-type-campaign .header {
  background: #FFCA05;
  border: 10px solid #000;
  width: 100%;
  z-index: 20;
  top: 0;
  height: auto;
  padding-bottom: 1em;
}

@media (min-width: 768px) {
  .node-type-campaign .header {
    height: 100vh;
    padding-bottom: 0;
  }
}

.node-type-campaign-pages .node-type-campaign .header {
  height: auto;
  padding-bottom: 0;
}

.node-type-campaign .header .header__inner {
  max-width: 96%;
  height: 120px;
  text-align: center;
}

@media (max-width: 767px) {
  .node-type-campaign .header .header__inner {
    height: 80px;
  }
}

.node-type-campaign .header .header__logo {
  margin-top: 0em;
  width: 480px;
}

.node-type-campaign .header .header__logo:focus {
  outline: thin dotted;
  background: none !important;
}

@media (max-width: 767px) {
  .node-type-campaign .header .header__logo {
    left: 4%;
    margin: 0;
    padding-left: 0;
    width: 70%;
  }
}

.node-type-campaign .header .header__logo img {
  width: 100%;
  height: auto;
  margin: .6em 0 0 0;
}

@media (min-width: 768px) {
  .node-type-campaign .header .header__logo img {
    margin: 2.6em 0 0 0;
  }
}

@media (min-width: 1251px) {
  .node-type-campaign .header .header__logo img {
    margin: 2.9em 0 0 0;
  }
}

.node-type-campaign .header .header__nav {
  float: right;
  background: red;
  width: 150px;
  right: 150px;
}

.node-type-campaign .header h1.page__title {
  color: #000;
  text-transform: uppercase;
  padding-left: .6em;
  font-size: 2.2em;
  margin: .5em 0 .2em;
}

@media (min-width: 768px) {
  .node-type-campaign .header h1.page__title {
    font-size: 2.4em;
  }
}

@media (min-width: 1251px) {
  .node-type-campaign .header h1.page__title {
    font-size: 3em;
  }
}

.node-type-campaign .header #header-campaign-hero {
  margin: auto;
  text-align: center;
}

@media (min-width: 1251px) {
  .node-type-campaign .header #header-campaign-hero {
    max-width: 1232px;
  }
}

@media (min-width: 1901px) {
  .node-type-campaign .header #header-campaign-hero {
    max-width: 1750px;
  }
}

.node-type-campaign .header #header-campaign-hero #block-search-api-page-default-search,
.node-type-campaign .header #header-campaign-hero #block-block-101 {
  display: none;
}

.node-type-campaign .header #header-campaign-hero img {
  margin: 1em auto 0;
  width: 70%;
  max-width: 500px;
}

@media (max-width: 767px) {
  .node-type-campaign .header #header-campaign-hero img {
    margin: 0em auto 0;
  }
}

@media (min-width: 768px) {
  .node-type-campaign .header #header-campaign-hero img {
    width: 75%;
    max-width: 550px;
  }
}

@media (min-width: 1251px) {
  .node-type-campaign .header #header-campaign-hero img {
    width: auto;
    max-width: 100%;
    height: 45vh;
    margin: 0em auto 0;
  }
}

@media (min-width: 1901px) {
  .node-type-campaign .header #header-campaign-hero img {
    width: auto;
    margin: 1em auto 0;
    max-width: 100%;
    height: 50vh;
  }
}

.node-type-campaign .header #header-campaign-hero p {
  margin: .5em 1em .5em;
}

@media (min-width: 768px) {
  .node-type-campaign .header #header-campaign-hero p {
    margin: 1em 2em 1em;
  }
}

@media (min-width: 1251px) {
  .node-type-campaign .header #header-campaign-hero p {
    margin: .5em 2em .5em;
  }
}

@media (min-width: 1901px) {
  .node-type-campaign .header #header-campaign-hero p {
    margin: 1em 2em 1em;
  }
}

.node-type-campaign .header #header-campaign-hero p.emphasis-text {
  font-size: 1.2em;
}

@media (min-width: 768px) {
  .node-type-campaign .header #header-campaign-hero p.emphasis-text {
    font-size: 1.3em;
  }
}

@media (min-width: 1251px) {
  .node-type-campaign .header #header-campaign-hero p.emphasis-text {
    font-size: 1.5em;
  }
}

@media (min-width: 1901px) {
  .node-type-campaign .header #header-campaign-hero p.emphasis-text {
    font-size: 1.9em;
  }
}

.node-type-campaign .header #header-campaign-hero .cta-droneflyer {
  background: #ffffff;
}

.node-type-campaign .header #header-campaign-hero .cta-droneflyer:hover {
  background: #FFCA05;
}

@media (min-width: 768px) {
  .node-type-campaign .header {
    border: 15px solid #000;
  }
}

@media (min-width: 1251px) {
  .node-type-campaign .header {
    border: 20px solid #000;
  }
}

.node-type-campaign .header .menu-block-wrapper ul li {
  margin-right: 1em;
  display: inline-block;
}

.node-type-campaign .header .menu-block-wrapper ul li a {
  color: #060606;
  text-transform: uppercase;
  font-size: 1em;
  opacity: .5;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 823px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .node-type-campaign .header {
    height: auto;
    padding-bottom: 2em;
  }
  .node-type-campaign .header .header__logo {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: 420px;
    width: 420px;
    margin: 10px 0 0 0;
  }
}

.node-type-campaign #page {
  padding: 0;
  max-width: 100%;
}

@media (min-width: 768px) {
  .node-type-campaign #page {
    padding: 0;
  }
}

.node-type-campaign #page .heading-hidden {
  display: none;
}

@media (min-width: 1251px) {
  .node-type-campaign #page {
    max-width: 100%;
  }
}

.node-type-campaign #page .pane-node-body {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .node-type-campaign #page .pane-node-body {
    margin-bottom: 2em;
  }
}

@media (min-width: 1251px) {
  .node-type-campaign #page .pane-node-body {
    margin-bottom: 3em;
  }
}

.node-type-campaign #page #block-block-71,
.node-type-campaign #page .pane-updated-date,
.node-type-campaign #page #block-block-droneflyer-quiz .pane-title,
.node-type-campaign #page #block-block-droneflyer-quiz .webform-client-form,
.node-type-campaign #page .content-band .col-md-2,
.node-type-campaign #page .content-band .col-md-12,
.node-type-campaign #page .pane-node-body .col-md-12,
.node-type-campaign #page .pane-node-body .col-md-3,
.node-type-campaign #page .pane-node-body .col-md-2,
.node-type-campaign #page .breadcrumb {
  margin: 0 auto;
  width: auto;
}

@media (max-width: 767px) {
  .node-type-campaign #page #block-block-71,
  .node-type-campaign #page .pane-updated-date,
  .node-type-campaign #page #block-block-droneflyer-quiz .pane-title,
  .node-type-campaign #page #block-block-droneflyer-quiz .webform-client-form,
  .node-type-campaign #page .content-band .col-md-2,
  .node-type-campaign #page .content-band .col-md-12,
  .node-type-campaign #page .pane-node-body .col-md-12,
  .node-type-campaign #page .pane-node-body .col-md-3,
  .node-type-campaign #page .pane-node-body .col-md-2,
  .node-type-campaign #page .breadcrumb {
    padding: 0 1.5em;
  }
}

@media (min-width: 768px) {
  .node-type-campaign #page #block-block-71,
  .node-type-campaign #page .pane-updated-date,
  .node-type-campaign #page #block-block-droneflyer-quiz .pane-title,
  .node-type-campaign #page #block-block-droneflyer-quiz .webform-client-form,
  .node-type-campaign #page .content-band .col-md-2,
  .node-type-campaign #page .content-band .col-md-12,
  .node-type-campaign #page .pane-node-body .col-md-12,
  .node-type-campaign #page .pane-node-body .col-md-3,
  .node-type-campaign #page .pane-node-body .col-md-2,
  .node-type-campaign #page .breadcrumb {
    max-width: 744px;
    width: auto;
  }
}

@media (min-width: 1251px) {
  .node-type-campaign #page #block-block-71,
  .node-type-campaign #page .pane-updated-date,
  .node-type-campaign #page #block-block-droneflyer-quiz .pane-title,
  .node-type-campaign #page #block-block-droneflyer-quiz .webform-client-form,
  .node-type-campaign #page .content-band .col-md-2,
  .node-type-campaign #page .content-band .col-md-12,
  .node-type-campaign #page .pane-node-body .col-md-12,
  .node-type-campaign #page .pane-node-body .col-md-3,
  .node-type-campaign #page .pane-node-body .col-md-2,
  .node-type-campaign #page .breadcrumb {
    max-width: 1232px;
    width: auto;
  }
}

.node-type-campaign #page #block-block-71 {
  text-align: left;
  float: none;
  position: relative;
  margin-top: 1em;
}

@media (min-width: 768px) {
  .node-type-campaign #page #block-block-71 {
    text-align: right;
    float: none;
    position: relative;
    top: -25px;
    right: 0;
    height: 0;
    margin-top: 0;
  }
}

.node-type-campaign #page .breadcrumb {
  padding: 1em 1.5em 0;
}

@media (min-width: 768px) {
  .node-type-campaign #page .breadcrumb {
    padding: 1em 0 0;
  }
}

.node-type-campaign #page .breadcrumb ol {
  padding-left: 0;
}

.node-type-campaign #page .breadcrumb ol li:nth-of-type(1),
.node-type-campaign #page .breadcrumb ol li:nth-of-type(2),
.node-type-campaign #page .breadcrumb ol li:nth-of-type(3) {
  display: none;
}

.node-type-campaign #page .pane-updated-date {
  margin: 0 auto;
  display: block;
  float: none;
  margin-bottom: 1em;
}

.node-type-campaign #page .videoWrapper {
  margin: 0;
}

.node-type-campaign #page .content-band {
  border-top: 10px solid #000;
  padding: 1em 0;
}

@media (min-width: 768px) {
  .node-type-campaign #page .content-band {
    padding: 2em 0;
  }
}

@media (min-width: 1251px) {
  .node-type-campaign #page .content-band {
    padding: 3em 0;
  }
}

.node-type-campaign #page .content-band .content-band-text,
.node-type-campaign #page .content-band .content-band-cta {
  margin-bottom: 0;
}

.node-type-campaign #page .content-band.border-bottom {
  border-top: 10px solid #000;
}

.node-type-campaign #page .content-band.no-border {
  border-bottom: none;
  border-top: none;
}

.node-type-campaign #page .content-band.no-border-bottom {
  border-bottom: none;
}

.node-type-campaign #page .content-band.no-border-top {
  border-top: none;
}

.node-type-campaign #page .content-band.no-padding {
  padding: 0;
}

@media (min-width: 1251px) {
  .node-type-campaign #page .content-band.no-padding {
    padding: 0;
  }
}

.node-type-campaign #page .content-band.no-padding-bottom {
  padding-bottom: 0;
}

@media (min-width: 1251px) {
  .node-type-campaign #page .content-band.no-padding-bottom {
    padding-bottom: 0;
  }
}

.node-type-campaign #page .content-band.no-padding-top {
  padding-top: 0;
}

@media (min-width: 1251px) {
  .node-type-campaign #page .content-band.no-padding-top {
    padding-top: 0;
  }
}

.node-type-campaign #page .content-band.band-bg-grey {
  background: #F5F5F5;
}

.node-type-campaign #page .content-band h2,
.node-type-campaign #page .content-band h3 {
  margin-top: 0;
}

.node-type-campaign #page .content-band .content-band-cta {
  position: relative;
}

.node-type-campaign #page .content-band .content-band-cta:before {
  content: '';
  background-image: url(../images/droneflyer/bullet.svg);
  background-size: 70px auto;
  background-repeat: no-repeat;
  margin-left: 0px;
  background-position: 0 8px;
  width: 120px;
  height: 70px;
  position: absolute;
  left: 30px;
  top: 30px;
  display: none;
}

@media (min-width: 1251px) {
  .node-type-campaign #page .content-band .content-band-cta:before {
    display: inline-block;
  }
}

.node-type-campaign #page .content-band .content-band-cta .cta-droneflyer {
  width: 100%;
}

@media (min-width: 1251px) {
  .node-type-campaign #page .content-band .content-band-cta .cta-droneflyer {
    float: right;
    margin-top: 15px;
    width: auto;
    min-width: 320px;
  }
}

.node-type-campaign p,
.node-type-campaign ul li {
  color: #000;
}

.node-type-campaign h1,
.node-type-campaign h2,
.node-type-campaign h3,
.node-type-campaign h4,
.node-type-campaign h5,
.node-type-campaign h6,
.node-type-campaign .emphasis-text,
.node-type-campaign fieldset legend {
  font-family: HelveticaNeueLTPro-BlkCn;
  font-weight: normal;
  font-style: normal;
  color: #000;
}

.node-type-campaign h2 {
  font-size: 1.6em;
}

@media (min-width: 768px) {
  .node-type-campaign h2 {
    font-size: 1.8em;
  }
}

@media (min-width: 1251px) {
  .node-type-campaign h2 {
    font-size: 1.9em;
  }
}

@media (min-width: 1901px) {
  .node-type-campaign h2 {
    font-size: 2.2em;
  }
}

.node-type-campaign h3,
.node-type-campaign fieldset legend {
  font-size: 1.4em;
}

@media (min-width: 768px) {
  .node-type-campaign h3,
  .node-type-campaign fieldset legend {
    font-size: 1.6em;
  }
}

@media (min-width: 1251px) {
  .node-type-campaign h3,
  .node-type-campaign fieldset legend {
    font-size: 1.7em;
  }
}

@media (min-width: 1901px) {
  .node-type-campaign h3,
  .node-type-campaign fieldset legend {
    font-size: 1.9em;
  }
}

.node-type-campaign h4 {
  font-size: 1.2em;
}

@media (min-width: 768px) {
  .node-type-campaign h4 {
    font-size: 1.4em;
  }
}

@media (min-width: 1251px) {
  .node-type-campaign h4 {
    font-size: 1.5em;
  }
}

@media (min-width: 1901px) {
  .node-type-campaign h4 {
    font-size: 1.7em;
  }
}

.node-type-campaign #content .emphasis-text,
.node-type-campaign .header #header-campaign-hero p.emphasis-text {
  font-size: 1.5em;
  line-height: 1.3em;
}

@media (min-width: 768px) {
  .node-type-campaign #content .emphasis-text,
  .node-type-campaign .header #header-campaign-hero p.emphasis-text {
    font-size: 1.7em;
  }
}

@media (min-width: 1251px) {
  .node-type-campaign #content .emphasis-text,
  .node-type-campaign .header #header-campaign-hero p.emphasis-text {
    font-size: 1.9em;
  }
}

@media (min-width: 1901px) {
  .node-type-campaign #content .emphasis-text,
  .node-type-campaign .header #header-campaign-hero p.emphasis-text {
    font-size: 2.2em;
  }
}

.node-type-campaign #content ul > li {
  padding-left: 40px;
}

.node-type-campaign #content ul > li:before {
  content: '';
  background-image: url(../images/droneflyer/bullet.svg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  margin-left: -40px;
  background-position: 0 8px;
  display: inline-block;
  width: 33px;
  height: 20px;
}

.node-type-campaign .cta-droneflyer {
  background: #FFCA05;
  padding: .5em 1em;
  color: #000;
  text-align: center;
  font-size: 1.2em;
  font-family: HelveticaNeueLTPro-BlkCn;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  border: 5px solid #000;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.node-type-campaign .cta-droneflyer:hover, .node-type-campaign .cta-droneflyer:focus {
  text-decoration: none;
  background: #fff;
  color: #000;
  transition: background 0.5s ease;
}

.node-type-campaign .cta-droneflyer:focus {
  background: #000 !important;
  color: #fff !important;
}

@media (min-width: 768px) {
  .node-type-campaign .cta-droneflyer {
    font-size: 1.3em;
    padding: .5em 2em;
    width: auto;
    min-width: 300px;
  }
}

@media (min-width: 1251px) {
  .node-type-campaign .cta-droneflyer {
    font-size: 1.4em;
    padding: .5em 3em;
  }
}

.node-type-campaign .cta-cancel {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .node-type-campaign .cta-cancel {
    margin: 0;
  }
}

.node-type-campaign .footer-wrapper {
  background: #FFCA05;
  border-bottom: none;
  border-top: 10px solid #000;
  margin-top: 0;
  position: relative;
  padding: 2.5em 0 6em 0;
}

@media (min-width: 768px) {
  .node-type-campaign .footer-wrapper {
    padding: 0;
  }
}

.node-type-campaign .footer-wrapper #footer p,
.node-type-campaign .footer-wrapper #footer ul li,
.node-type-campaign .footer-wrapper #footer h2,
.node-type-campaign .footer-wrapper #footer a,
.node-type-campaign .footer-wrapper #footer a:hover {
  color: #000;
}

.node-type-campaign .footer-wrapper #footer a:focus {
  background-color: #FFCA05 !important;
  color: #000 !important;
}

.node-type-campaign .footer-wrapper #footer-col3,
.node-type-campaign .footer-wrapper #footer-col1 {
  padding-top: 2em;
}

.node-type-campaign .footer-wrapper #footer-col2 .backtotop {
  text-align: center;
  color: #000;
  position: absolute;
  top: 5px;
  width: 100%;
}

@media (min-width: 768px) {
  .node-type-campaign .footer-wrapper #footer-col2 .backtotop {
    position: relative;
    top: 0;
  }
}

.node-type-campaign .footer-wrapper #footer-col2 .backtotop span {
  color: #000;
  display: inline-block;
  position: relative;
  top: 3px;
}

.node-type-campaign .footer-wrapper #footer-col2 .backtotop a {
  display: block;
  text-align: center;
}

.node-type-campaign .footer-wrapper #logo-footer a {
  display: block;
}

@media (max-width: 767px) {
  .node-type-campaign .footer-wrapper #logo-footer {
    padding: 0 1.3em;
  }
}

.node-type-campaign .footer-wrapper #footer #footer-col1 #logo-footer img {
  width: 80%;
}

@media (max-width: 767px) {
  .node-type-campaign .footer-wrapper #footer #footer-col1 #logo-footer img {
    margin: auto;
  }
}

.node-type-campaign .footer-wrapper #footer #footer-col3 #logo-footer {
  margin-bottom: 2em;
}

.node-type-campaign .footer-wrapper #footer #footer-col3 .block__content {
  padding: 0;
}

.node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-tw {
  background: url(../images/svg/icon-twitter-black.svg) no-repeat center 100%;
}

.node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-tw:hover, .node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-tw:focus {
  background: url(../images/svg/icon-twitter-black-hover.svg) no-repeat center 100% !important;
}

.node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-fb {
  background: url(../images/svg/icon-facebook-black.svg) no-repeat center 100%;
}

.node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-fb:hover, .node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-fb:focus {
  background: url(../images/svg/icon-facebook-black-hover.svg) no-repeat center 100% !important;
}

.node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-yt {
  background: url(../images/svg/icon-youtube-black.svg) no-repeat center 100%;
}

.node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-yt:hover, .node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-yt:focus {
  background: url(../images/svg/icon-youtube-black-hover.svg) no-repeat center 100% !important;
}

.node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-lkin {
  background: url(../images/svg/icon-linkedin-black.svg) no-repeat center 100%;
}

.node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-lkin:hover, .node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-lkin:focus {
  background: url(../images/svg/icon-linkedin-black-hover.svg) no-repeat center 100% !important;
}

.node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-rss {
  background: url(../images/svg/icon-rss-black.svg) no-repeat center 100%;
}

.node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-rss:hover, .node-type-campaign .footer-wrapper #footer .block-govcms-social-links .block__content a#icon-social-rss:focus {
  background: url(../images/svg/icon-rss-black-hover.svg) no-repeat center 100% !important;
}

.node-type-campaign .cd-top,
.node-type-campaign cd-top:focus {
  background: #000 url(../images/svg/cd-top-arrow.svg) no-repeat center 50%;
}

.node-type-campaign #main a[href*="/"]:after {
  content: "";
  display: inline-block;
  padding: 0 2px 0;
  position: relative;
  width: 16px;
  height: 14px;
  top: 1px;
  left: .1em;
  background-size: 16px 16px;
  background: url("../images/png/icon_external_link.png") 2px no-repeat;
  background: none, url("../images/svg/icon_external_link.svg") 2px no-repeat;
}

.node-type-campaign #main a[href*="droneflyer"]:after {
  content: "";
  background: none;
  padding: 0;
  display: none;
}

.node-type-campaign fieldset label {
  display: inline;
  margin: 0 .5em;
  position: relative;
  top: 2px;
}

.node-type-campaign #subscribeform input[type="text"],
.node-type-campaign #subscribeform textarea {
  width: 100%;
}

@media (min-width: 768px) {
  .node-type-campaign #subscribeform input[type="text"],
  .node-type-campaign #subscribeform textarea {
    width: auto;
  }
}

.section-knowyourdrone #block-block-droneflyer-quiz {
  background: #F5F5F5;
  padding: 2em 0;
  border-top: 10px solid #000;
}

.section-knowyourdrone #block-block-droneflyer-quiz fieldset {
  background: none;
  margin: 0;
}

.section-knowyourdrone #block-block-droneflyer-quiz fieldset .fieldset-wrapper {
  background: #F5F5F5;
  padding: 0;
}

.section-knowyourdrone #block-block-droneflyer-quiz label {
  font-size: 1.2em;
  margin: 0;
}

.section-knowyourdrone #block-block-droneflyer-quiz .date_of_birth-textfield {
  display: none;
}

.section-knowyourdrone #block-block-droneflyer-quiz .webform-component-fieldset {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 1s ease;
  margin: 0 !important;
}

.section-knowyourdrone #block-block-droneflyer-quiz .webform-component-fieldset legend {
  font-size: 1.4em;
  font-family: HelveticaNeueLTPro-BlkCn;
  font-weight: normal;
  font-style: normal;
  color: #000;
  margin: 0;
  height: 0;
}

.section-knowyourdrone #block-block-droneflyer-quiz .webform-component-fieldset.open {
  height: auto;
  opacity: 1;
  overflow: visible;
  transition: all 1s ease;
  margin: 1.5em 0;
}

.section-knowyourdrone #block-block-droneflyer-quiz .webform-component-fieldset.open legend {
  height: auto;
  top: 10px;
}

.section-knowyourdrone #block-block-droneflyer-quiz .form-radios {
  margin-bottom: 1em;
}

.section-knowyourdrone #block-block-droneflyer-quiz .form-type-checkbox, .section-knowyourdrone #block-block-droneflyer-quiz .form-type-radio {
  border: 2px solid #ddd;
  background-color: #fafafa;
  padding: 10px;
  margin: .5em 0 .5em 0;
  cursor: pointer;
  position: relative;
}

.section-knowyourdrone #block-block-droneflyer-quiz .form-type-checkbox input, .section-knowyourdrone #block-block-droneflyer-quiz .form-type-radio input {
  position: absolute;
  top: 15px;
  left: 20px;
}

.section-knowyourdrone #block-block-droneflyer-quiz .form-type-checkbox label, .section-knowyourdrone #block-block-droneflyer-quiz .form-type-radio label {
  width: 100%;
  margin: 0;
  font-size: 1em;
  margin-bottom: 0;
  padding-left: 40px;
  display: block;
}

.section-knowyourdrone #block-block-droneflyer-quiz .quiz-wrong-answer, .section-knowyourdrone #block-block-droneflyer-quiz .quiz-correct-answer {
  border: 1px solid #ddd;
  background-color: #fafafa;
  padding: 10px;
  margin: .5em 0 .5em 0;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  font-size: 1.3em;
}

.section-knowyourdrone #block-block-droneflyer-quiz .quiz-wrong-answer p, .section-knowyourdrone #block-block-droneflyer-quiz .quiz-correct-answer p {
  margin: 0;
  padding-left: 40px;
}

.section-knowyourdrone #block-block-droneflyer-quiz .quiz-wrong-answer p:before, .section-knowyourdrone #block-block-droneflyer-quiz .quiz-correct-answer p:before {
  content: '';
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: 0px;
  display: inline-block;
  width: 35px;
  height: 30px;
  position: absolute;
  left: 12px;
}

.section-knowyourdrone #block-block-droneflyer-quiz .quiz-correct-answer {
  background-color: #fff;
  border: 1px solid #7DB63B;
}

.section-knowyourdrone #block-block-droneflyer-quiz .quiz-correct-answer p {
  color: green;
}

.section-knowyourdrone #block-block-droneflyer-quiz .quiz-correct-answer p:before {
  background-image: url(../images/droneflyer/quiz-right.svg);
}

.section-knowyourdrone #block-block-droneflyer-quiz .quiz-wrong-answer {
  background-color: #fff;
  border: 1px solid red;
}

.section-knowyourdrone #block-block-droneflyer-quiz .quiz-wrong-answer p {
  color: red;
}

.section-knowyourdrone #block-block-droneflyer-quiz .quiz-wrong-answer p:before {
  background-image: url(../images/droneflyer/quiz-wrong.svg);
}

.section-knowyourdrone #block-block-droneflyer-quiz .form-actions {
  margin-bottom: 1em;
}

.section-knowyourdrone #block-block-droneflyer-quiz .form-actions input[type="submit"] {
  background: #FFCA05;
  padding: .5em 1em;
  text-align: center;
  font-size: 1.2em;
  font-family: HelveticaNeueLTPro-BlkCn;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  border: 5px solid #000;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.section-knowyourdrone #block-block-droneflyer-quiz .form-actions input[type="submit"]:hover, .section-knowyourdrone #block-block-droneflyer-quiz .form-actions input[type="submit"]:focus {
  text-decoration: none;
  background: #fff;
  color: #000;
  transition: background 0.5s ease;
}

.section-knowyourdrone #block-block-droneflyer-quiz .form-actions input[type="submit"]:focus {
  background: #000 !important;
  color: #fff !important;
}

@media (min-width: 768px) {
  .section-knowyourdrone #block-block-droneflyer-quiz .form-actions input[type="submit"] {
    font-size: 1.3em;
    padding: .5em 2em;
  }
}

@media (min-width: 1251px) {
  .section-knowyourdrone #block-block-droneflyer-quiz .form-actions input[type="submit"] {
    font-size: 1.4em;
    padding: .5em 3em;
  }
}

.node-type-campaign {
  /*-------- menu block -----------*/
  /*-------- button -----------*/
}

.node-type-campaign .menu-block {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30%;
  z-index: 2;
}

@media (min-width: 768px) {
  .node-type-campaign .menu-block {
    border-radius: 50px;
    width: auto;
    right: 20px;
    top: 10px;
  }
}

.node-type-campaign .menu-block.menu-open {
  height: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .node-type-campaign .menu-block.menu-open {
    width: auto;
  }
}

.node-type-campaign .menu-nav {
  background-color: #fff;
  height: auto;
  padding: 20px;
  border-radius: 0;
  /*--| animation |--*/
  transition: 0;
  transform-origin: right center;
  transform: translateX(100%);
  opacity: 0;
  width: 100%;
  right: -200px;
  border: 5px solid #000;
}

@media (min-width: 768px) {
  .node-type-campaign .menu-nav {
    height: 55px;
    width: auto;
    right: 0;
    border: none;
    line-height: 55px;
    padding: 0 70px 0 20px;
    margin-right: -25px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}

.node-type-campaign .menu-nav_active {
  transform: translateX(0);
  opacity: 1;
  transition: 0.5s;
}

.node-type-campaign .menu-nav__link {
  display: block;
  color: #222;
  margin-bottom: .5em;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .node-type-campaign .menu-nav__link {
    display: inline-block;
    margin-bottom: 0;
  }
}

.node-type-campaign .menu-nav__link:last-child {
  margin-bottom: 0;
}

.node-type-campaign .region-navigation {
  position: relative;
  margin: 0;
}

.node-type-campaign .region-navigation #block-menu-block-9 {
  border: none;
  padding-top: 35px;
}

@media (min-width: 768px) {
  .node-type-campaign .region-navigation #block-menu-block-9 {
    padding-top: 0px;
  }
}

.node-type-campaign .region-navigation #block-menu-block-9 ul.menu .menu__item {
  display: block;
  margin-right: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .node-type-campaign .region-navigation #block-menu-block-9 ul.menu .menu__item {
    display: inline-block;
  }
}

.node-type-campaign .region-navigation #block-menu-block-9 ul.menu .menu__item > a {
  color: #000;
  padding: 5px;
  text-transform: none;
  text-decoration: underline;
  opacity: 1;
}

@media (min-width: 768px) {
  .node-type-campaign .region-navigation #block-menu-block-9 ul.menu .menu__item > a {
    padding: 10px;
  }
}

.node-type-campaign .region-navigation #block-menu-block-9 ul.menu .menu__item > a:focus {
  background: none !important;
  outline: thin dotted;
  color: #000 !important;
}

.node-type-campaign .region-navigation #block-menu-block-9 ul.menu .menu__item.active-trail > a {
  background: none;
}

.node-type-campaign .section {
  height: 100vh;
  background-color: #7b1fa2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.node-type-campaign .menu-btn {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  background-color: #FFCA05;
  right: 10px;
  z-index: 99;
}

@media (min-width: 768px) {
  .node-type-campaign .menu-btn {
    top: 0;
    right: 0;
  }
}

.node-type-campaign .menu-btn:focus {
  background-color: #fff !important;
  outline: none;
}

.node-type-campaign .menu-btn span,
.node-type-campaign .menu-btn span:before,
.node-type-campaign .menu-btn span:after {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 18px;
  margin-left: -8px;
  width: 35px;
  height: 5px;
  background-color: #000;
}

.node-type-campaign .menu-btn span:before,
.node-type-campaign .menu-btn span:after {
  content: '';
  display: block;
  margin-left: -18px;
  transition: 0.2s;
  top: 43%;
}

.node-type-campaign .menu-btn span:before {
  transform: translateY(-10px);
}

.node-type-campaign .menu-btn span:after {
  transform: translateY(10px);
}

.node-type-campaign .menu-btn_active {
  background-color: #ffffff;
}

.node-type-campaign .menu-btn_active span {
  height: 0;
  margin-top: 1px;
  width: 33px;
}

.node-type-campaign .menu-btn_active span:before {
  transform: rotate(45deg);
  height: 3px;
}

.node-type-campaign .menu-btn_active span:after {
  transform: rotate(-45deg);
  height: 3px;
}

/* Rollback consultation until further notice */
.book-navigation {
  background-color: #0080A2;
  padding: 1em;
}

@media (min-width: 768px) {
  .book-navigation {
    padding: 1em 1.7em;
  }
}

.book-navigation a {
  color: #fff;
  display: inline-block;
}

.book-navigation .page-links {
  border: none;
  color: #fff;
  padding: 0;
  display: inline;
  float: right;
  text-align: left;
  margin-top: 0;
}

.book-navigation .page-links a {
  color: #fff;
  width: auto;
  display: inline-block;
  float: left;
  position: relative;
}

.book-navigation .page-links a.page-next, .book-navigation .page-links a.page-prev {
  float: right;
  margin-left: 1em;
  text-decoration: none;
}

@media (min-width: 768px) {
  .book-navigation .page-links a.page-next, .book-navigation .page-links a.page-prev {
    display: inline;
    float: right;
    text-align: left;
  }
}

.book-navigation .page-links a.page-next {
  float: right;
}

.book-navigation .page-links a.page-prev {
  float: left;
  margin-left: 0;
  border-right: 2px solid white;
  padding-right: 1.1em;
}

@media (min-width: 768px) {
  .book-navigation .page-links a.page-prev {
    float: right;
  }
}

.book-navigation .page-links a .i-arrow-next-right:before {
  color: #fff;
  margin-left: .5em;
}

.book-navigation .page-links a .i-arrow-prev-left:before {
  color: #fff;
  margin-right: .5em;
}

#block-book-navigation {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}

#block-book-navigation ul {
  margin: 0;
  padding-bottom: .5em;
}

#block-book-navigation ul li {
  padding: .7em 2.7em;
}

#block-book-navigation ul li li {
  padding: .5em .5em 0 1.1em;
}

#block-book-navigation ul li a {
  display: inline-block;
}

#block-book-navigation ul li.active-trail {
  background: #ffffff;
  border-left: 5px solid #0080A2;
  display: block;
}

#block-book-navigation ul li.active-trail li.active-trail {
  border-left: none;
}

#block-book-navigation ul li.active-trail li.active-trail a {
  font-weight: 700;
}

#block-book-navigation ul li.active-trail li.active-trail:before {
  margin-left: -20px;
}

#block-book-navigation ul li.active-trail li.active-trail:last-child {
  padding-bottom: 2em;
}

#block-book-navigation ul > li.active-trail:before {
  margin-left: -25px;
}

#content .links.inline {
  padding: 1em 2em;
  background-color: #CCCCCC;
  display: block;
}

#content .links.inline li {
  padding: 0 1em 0 0;
}

#content .links.inline li:before {
  display: none;
}

div.file.full-display {
  background-color: #F2F2F2;
  padding: 2em;
  margin-bottom: 1em;
}

div.file.full-display .field {
  margin: 1em 0;
}

div.file.full-display .field-label-inline .field-label {
  width: auto;
}

div.file.full-display .content h1 {
  font-size: 1.5em;
  margin-top: 0;
}

div.file.full-display .content .file a {
  font-size: 1em;
}

div.file.full-display #file-header {
  clear: both;
  overflow: auto;
}

div.file.full-display .file-image .field-type-image {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0;
}

div.file.full-display .file-image .field-type-image img {
  width: 100%;
}

@media (min-width: 768px) {
  div.file.full-display .file-image {
    float: left;
    width: 21%;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  div.file.full-display .file-overview {
    float: left;
    width: 76%;
  }
}

div.file.full-display .file-overview .field-name-field-title {
  margin-top: 0;
}

div.file.full-display .file-overview .field-name-field-file-effective-date {
  margin-top: 0;
}

div.file.full-display .file-overview .field-name-field-file-date-created {
  margin-bottom: .5em;
}

div.file.full-display.no-thumbnail .file-overview {
  width: 100%;
}

div.file.full-display .file-attachments {
  clear: both;
  margin-bottom: 1em;
  background-color: #fff;
  padding: 1em 1em 1em 1.5em;
  border-left: 7px solid #13B5EA;
}

div.file.full-display .file-attachments h3 {
  margin: 0 0 .5em;
}

div.file.full-display .file-attachments .field-name-field-file-attachments {
  margin-top: 0;
}

div.file.full-display .field-name-field-description .field-label {
  clear: both;
}

div.file.full-display .field-type-taxonomy-term-reference a {
  border: 1px solid #0080A2;
  border-radius: 3px;
  display: inline-block;
  margin: 0px 0.4em 0.4em 0px;
  padding: 0px 0.4em;
  background-color: #fff;
  text-decoration: none;
}

div.file.full-display .field-type-taxonomy-term-reference a:hover {
  text-decoration: none;
  background-color: #D0F0FB;
  border-color: transparent;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}

/* new icon display styles */
/* PDF and file entity icon display */
/* Show the PDF icon if the URL ends in "pdf" */
html div#main a[href$=".pdf"]:before,
html div#main a.pdf:before,
.lt-ie9 span.file img.file-icon:before {
  content: "";
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  display: inline-block;
  padding: 0 .1em 0;
  position: relative;
  top: 3px;
  background: url("../images/png/icon_pdf.png") no-repeat;
  background: none, url("../images/svg/icon_pdf.svg") no-repeat;
  font-size: 100%;
  /* can be used to alter icon size if required */
}

/* Show the document icon if the URL ends in "doc or docx" */
html div#main a[href$=".docx"]:before,
html div#main a[href$=".doc"]:before,
html div#main a.doc:before,
.lt-ie9 span.file img.file-icon:before {
  content: "";
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  display: inline-block;
  padding: 0 .1em 0;
  position: relative;
  top: 3px;
  background: url("../images/png/icon_docx.png") no-repeat;
  background: none, url("../images/svg/icon_docx.svg") no-repeat;
  font-size: 100%;
  /* can be used to alter icon size if required */
}

/* Show the Excel icon if the URL ends in "xls or xlsx" */
html div#main a[href$=".xlsx"]:before,
html div#main a[href$="xls"]:before,
html div#main a.xls:before,
.lt-ie9 span.file img.file-icon:before {
  content: "";
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  display: inline-block;
  padding: 0 .1em 0;
  position: relative;
  top: 3px;
  background: url("../images/png/icon_xlsx.png") no-repeat;
  background: none, url("../images/svg/icon_xlsx.svg") no-repeat;
  font-size: 100%;
  /* can be used to alter icon size if required */
}

/* Show file entity icon instead of document icon if the URL is on the /files path */
html body div#main a[href^="/files"]:before {
  display: inline-block;
  padding: 0 .1em 0;
  position: relative;
  top: 3px;
  font-size: 90%;
  /* can be used to alter icon size if required */
}

.lt-ie9 div#main a[href^="/files"]:before {
  padding: 0 10px 0;
  left: 2px;
}

/* Don't show file entity icon in the primary tabs area */
#main #content .tabs-primary a:before {
  content: none;
  background: none;
}

/* Don't show an icon when there's one already in the HTML */
html body div#main span.file a[href^="/files"]:before {
  background: none;
  padding: 0;
}

/* Hide img elements explicit file entity icon inserted from /modules/file/icons/ */
img.file-icon {
  display: none;
}

span.file:before {
  content: "";
  display: inline-block;
  padding: 0 .05em 0;
  position: relative;
  height: 16px;
  width: 15px;
  top: 2px;
  background: url("../images/png/icon_file_entity.png") no-repeat;
  background: none, url("../images/svg/icon_file_entity.svg") no-repeat;
  font-size: 100%;
}

span.file .file-size {
  display: none;
}

p span.file {
  margin-left: 6px;
}

p span.file:before {
  padding: 0;
}

@media (max-width: 767px) {
  .full-display span.file a,
  #block-views-file-document-search-block span.file a,
  .view-file-document-search a {
    word-break: break-all;
  }
}

a.print:before {
  content: "";
  display: inline-block;
  padding: 0 .22em 0;
  position: relative;
  top: 3px;
  background-size: 16px 16px;
  height: 16px;
  width: 13px;
  background: url("../images/png/icon_print.png") no-repeat;
  background: none, url("../images/svg/icon_print.svg") no-repeat;
}

.icon-app {
  display: inline-block;
  padding: .5em;
  background-color: #ffffff;
  border: 2px solid #9A9E9E;
  color: #9A9E9E;
  text-decoration: none;
  border-radius: .7em;
  margin-right: .5em;
}

.icon-app img {
  height: 40px;
  background: transparent !important;
}

.icon-app:focus, .icon-app:hover {
  background-color: #F5F5F5 !important;
}

.icon-app.black {
  background-color: #231f20;
  border: 2px solid #231f20;
  color: #ffffff;
}

.icon-app.black:focus, .icon-app.black:hover {
  background-color: #000000 !important;
}

.icon-app.blue {
  background-color: #0080A2;
  border: 2px solid #0080A2;
  color: #ffffff;
}

.icon-app.blue:focus, .icon-app.blue:hover {
  background-color: #0080A2 !important;
  border: 2px solid #0080A2;
}

.icon-app.red {
  background-color: #ED222D;
  border: 2px solid #ED222D;
  color: #ffffff;
}

.icon-app.red:focus, .icon-app.red:hover {
  background-color: #ED222D !important;
  border: 2px solid #ED222D;
}

/* Set width on svg image*/
.svg-icon-width-tiny,
.svg-icon-width-tiny:before {
  max-width: 66px;
  height: auto;
}

.svg-icon-width-sml,
.svg-icon-width-sml:before {
  max-width: 120px;
  height: auto;
}

.svg-icon-width,
.svg-icon-width:before {
  max-width: 200px;
  height: auto;
}

.svg-icon-width-lrg,
.svg-icon-width-lrg:before {
  max-width: 300px;
  height: auto;
}

.casa-icon-width-tiny,
.casa-icon-width-tiny:before {
  font-size: 1em;
}

.casa-icon-width-sml,
.casa-icon-width-sml:before {
  font-size: 1.5em;
}

.casa-icon-width,
.casa-icon-width:before {
  font-size: 2.5em;
}

.casa-icon-width-lrg,
.casa-icon-width-lrg:before {
  font-size: 4em;
}

/* CASA-505 SVG-based (external link icon) */
#main a[href^="http://"]:after,
#main a[href^="https://"]:after,
#main a[href*="knowyourdrone"]:after {
  content: "";
  display: inline-block;
  padding: 0 2px 0;
  position: relative;
  width: 16px;
  height: 14px;
  top: 1px;
  left: .1em;
  background-size: 16px 16px;
  background: url("../images/png/icon_external_link.png") 2px no-repeat;
  background: none, url("../images/svg/icon_external_link.svg") 2px no-repeat;
}

#main a.no-icon:after {
  background: none !important;
  padding: 0 !important;
  display: none !important;
}

/* Don't show external link icon for casa production, staging and localhost environments */
html #main a[href*="casa.gov.au"]:after,
html #main a[href*="casa.govcms.gov.au"]:after {
  content: "";
  background: none;
  padding: 0;
  display: none;
}

/* Don't show external link icons for the following:
    - homepage quicklink and carousel areas
    - linked promotion item images anywhere on the website
    - primary tabs area
    - links from drones menu to droneflyer subsite
 */
#main .pane-bean-home-quick-links a[href^="http"]:after,
#main .bean-carousel a[href^="http"]:after,
#main .view-promotions article > a[href^="http"]:after,
#main a.icon-app:after,
#main a.menu__link[href*="knowyourdrone"]:after,
#main .breadcrumb a[href*="knowyourdrone"]:after {
  content: none;
  background: none;
  padding: 0;
  display: none;
}

/* Shift image to hide icon for links that are images */
/* as on this page: /rules-and-regulations/standard-page/foreign-legislation */
/* A jQuery solution to target <a> elements that contain an <img> may be better for this... */
/* removal of white background do not use */
html #main a[href^="http://"] img,
html #main a[href^="https://"] img {
  padding: 0;
  position: relative;
}

/* CASA-506 SVG-based (mailto icon)*/
html body #main a[href^="mailto"]:before {
  content: "";
  display: inline;
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  padding: 0 10px 0 13px;
  margin-left: 1px;
  position: relative;
  top: -1px;
  background: url("../images/png/icon_mailto.png") no-repeat;
  background: none, url("../images/svg/icon_mailto.svg") no-repeat;
  font-size: 60%;
  /* can be used to alter icon size if required */
}

/* import change control items */
/*! CC-0007: styling for updated service delivery statistics view */
.vocabulary-service-delivery-statistics-business-area > h2 {
  display: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.vocabulary-service-delivery-statistics-business-area h2 {
  margin-bottom: -0.5em;
}

.view-service-delivery-statistics-detail .view-grouping-content .view-grouping-header {
  font-weight: bold;
  font-size: large;
  padding-bottom: 0.25em;
  margin: 1em 0 0.5em;
  border-bottom: 1px solid #000;
}

.view-service-delivery-statistics-detail th.views-field.views-field-field-service-request-type {
  width: 52%;
}

.view-service-delivery-statistics-detail th.views-field.views-field-field-target-days,
.view-service-delivery-statistics-detail th.views-field.views-field-field-fytd-avg-processing-time-d,
.view-service-delivery-statistics-detail th.views-field.views-field-field-fytd-closed-within-target,
.view-service-delivery-statistics-detail th.views-field.views-field-field-prev-week-closed-within-ta {
  width: 12%;
}

.view-service-delivery-statistics-detail .view-grouping-content caption {
  text-align: left;
  font-weight: bold;
  font-size: 1.25em;
  padding-bottom: 0.25em;
  margin: 0 0 0.5em;
}

/*! CC-0008: don't show path in table heading cells
    Changes are in file casa_2015/sass/print.scss
	See lines 245-250 */
/*! CC-0009: fix colour contrast for table column sorting links in table header cells */
th a,
th a:hover,
th a:active,
th a:focus,
th a:visited {
  color: #fff;
}

th a.sortable-column,
th a.sorted-column {
  white-space: nowrap;
}

th a.sortable-column:after {
  content: "";
  background-image: url(../images/png/icon_arrows_stacked.png);
  width: 11px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 3px;
  vertical-align: middle;
}

th a.sorted-column img {
  margin-left: 3px;
}

/*! CC-0010: promo items on standard pages */
@media (min-width: 768px) and (max-width: 1391px) {
  .not-front #main .pane-promotions .view-promotions .views-row {
    margin: 32px 20px 0 0;
  }
  .not-front #main .pane-promotions .view-promotions .views-row.views-row-even {
    margin-right: 0;
  }
  .not-front #main .pane-promotions .view-promotions .views-row-1,
  .not-front #main .pane-promotions .view-promotions .views-row-2 {
    margin-top: 0;
  }
  .not-front #main .pane-promotions .view-promotions .field.field-name-field-description {
    height: 174px;
  }
}

@media (min-width: 1392px) {
  .not-front #main .node-footer-teaser {
    min-height: 375px;
  }
  .not-front #main .pane-promotions .view-promotions .views-row-1,
  .not-front #main .pane-promotions .view-promotions .views-row-2,
  .not-front #main .pane-promotions .view-promotions .views-row-3 {
    margin-top: 0;
  }
}

/*! CC-0010a: fix homepage tablet layout for promo items */
@media (min-width: 768px) and (max-width: 1391px) {
  .front #main .node-footer-teaser {
    min-height: 320px;
  }
  .front #main .pane-promotions .view-promotions .views-row .field-name-field-description {
    height: 125px;
    overflow: hidden;
  }
}

/*! CC-0011: amend CSS for display of quicklinks on homepage
    Changes are in file casa_2015/sass/casa/_homepage.scss
	See lines 444-446 */
/* CC-0012: embedded video scaling
/* wrapper div for iframe - suitable for 16:9 aspect ratio videos (YouTube player uses this aspect ratio) */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0.75em 0;
}

/* add this class to videoWrapper div for 4:3 aspect ratio videos */
.video4-3 {
  padding-bottom: 75%;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-dialog .ui-dialog-titlebar-close span.ui-icon-closethick {
  margin-top: -8px;
  margin-left: -8px;
}
