/* MOBILE SMALL - Non-Retina - (0-321px) */

/* -------------- Form Elements   ------------- */

/* Fieldset/Legend */
fieldset legend {
  font-weight: bold;
}
fieldset .fieldset-description,
details .details-description,
.description,
.description div,
.description p {
  font-size:12px !important;
  font-size:1.2rem !important;
}

/* Details/Summary */
/*details {
}*/
/*details .details-wrapper {
}*/

/* Form Items */
label {
  font-weight: bold;
}
label.option {
  font-weight: normal;
}
/* .marker {
} */
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-file,
input.form-number,
input.form-color,
textarea.form-textarea,
select.form-select,
select.facets-dropdown,
.form-managed-file { 
  border:1px solid #ccc;
}
input.form-file::-ms-value, /* Fixes IE10 */
input.form-file::-ms-browse { /* Fixes IE10 */
  border:1px solid #ccc;
}
input.form-submit,
.button,
button,
.field--name-field-button a, /* Form Buttoms */
summary, /* Details Summary */
.accordion-title, /* Accordion Items */
.accordion-title.ui-accordion-header-collapsed { /* Accordion Items */
  background:#7a1c79; /* background of button - same as navigation */
  border:none; /* border colour around tabs - same as left & right on navigation */
  color:#dec6dd;
  font-weight:bold;
  text-shadow: none;
}
input.form-submit:hover,
input.form-submit:focus,
.button:hover,
.button:focus,
button:hover,
button:focus,
.field--name-field-button a:hover,
.field--name-field-button a:focus, /* Form Buttoms - hover */
summary:hover,
summary:focus, /* Details Summary - hover */
summary[aria-expanded="true"], /* Details Summary - open */
.accordion-title:hover, /* Accordion Items hover */
.accordion-title.ui-accordion-header-active { /* Accordion Items open */
  background:#3a0339; /* background of button - same as navigation hover */
  border:none;
  color:#fff;
}
.form-managed-file {
  float: none !important;
  -webkit-box-shadow: inset 0px 0px 3px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.25);
  box-shadow: inset 0px 0px 3px 0px rgb(0 0 0 / 25%);
  -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding-left: 18px;
  padding-left: 1.8rem;
  padding-right: 18px;
  padding-right: 1.8rem; 
}
.form-managed-file .button {
  background: #ddd;
  border-color: #ddd;
  color: #7a1c79;
  font-weight: bold;
  text-shadow: none;
  margin-top: 5px;
  margin-top: 0.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.form-managed-file .button:hover,
.form-managed-file .button:focus {
  background: #ccc;
  border-color: #ccc;
  color: #7a1c79;
}


/* --------------- Accordion Items ---------------- */
.accordion-title,
.ui-accordion .ui-accordion-header {
  margin-top: 16px;
  margin-top: 1.6rem;
}
.accordion-title:first-child,
.ui-accordion .ui-accordion-header:first-child {
  margin-top: 0;
}
.accordion-title .ui-icon { /* Accordion icon colour */
  background-image: url("/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png"); /* White */
  /* background-image: url("/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_555555_256x240.png"); /* Grey */
}
.accordion-title a {
  color: gray !important;
}
.accordion-title a:hover,
.accordion-title a:focus {
  color: silver !important;
}

/* .form-item,
.form-actions {
} */
/* .form-type-radio,
.form-type-checkbox,
.facets-radio,
.facets-checkbox {
} */
/* .form-type-radio label,
.form-type-checkbox label,
.facets-radio label,
.facets-checkbox label {
} */
/* .password-suggestions ul li {
} */

/* Inline error messages. */
/* .form-item--error-message:before {
} */
/* .form-item input.error,
.form-item textarea.error,
.form-item select.error {
} */

/* Form error styles. */
/* .form-item textarea.error + .cke {
} */

/* Form error message styles. */
/* .form-item--error-message {
} */

/* Disabled form elements */
/* .form-disabled input,
.form-disabled select,
.form-disabled textarea {
} */
/* .form-disabled label {
} */

/* --------------- Search Form ---------------- */
/* #search-form .form-submit,
#search-block-form .form-actions {
} */
#search-form .form-search,
#search-block-form .form-search,
#search-block-form--2 .form-search{
  border:none;
}
#search-form .form-submit,
#search-block-form .form-submit,
#search-block-form--2 .form-submit { /*Search Button */
  background:url(../images/icons/search-icon-white.svg) no-repeat center center #7a1c79; /* background of button - same as navigation with Search icon on top */  
  /*background:url(../images/icons/search-icon.png) no-repeat center center aqua; - remove comment for IE7 */
  border:none; /* border colour on each tab */
  color:#dec6dd;
}
#search-form .form-submit:hover,
#search-form .form-submit:focus,
#search-block-form .form-submit:hover,
#search-block-form .form-submit:focus,
#search-block-form--2 .form-submit:hover,
#search-block-form--2 .form-submit:focus { /*Search Button - hover */
  background:url(../images/icons/search-icon-white.svg) no-repeat center center #3a0339;
  /* background:url(../images/icons/search-icon.png) no-repeat center center teal; - remove comment for IE7 */
  border:none; /* border colour on each tab */
  color:#fff;
}
/* #search-form .form-type-search label {
} */
#edit-help-link {
  font-size: 12px;
  font-size: 1.2rem;
}
#search-form .search-advanced label {
  font-weight: normal;
}
/* #search-form .search-advanced input,
#search-form .search-advanced .action {
} */
/* #search-form .search-advanced input.form-submit {
} */

/* --------------- Search Results ---------------- */
/* ol.search-results {
} */
ol.search-results li {
  border-bottom:1px solid #ccc;
}
/* .search-result__snippet-info {
} */
/* .search-result__info {
} */


/* ------------------------------------- RESPONSIVE ADJUSTMENTS ------------------------------------- */

@media all and (min-width: 321px) {
  /* MOBILE - Non-Retina - (321px–580px) */
  
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 321px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 321px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 321px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 321px),
only screen and (min-resolution: 192dpi) and (min-width: 321px),
only screen and (min-resolution: 2dppx) and (min-width: 321px) { 
  /* MOBILE - Retina - (321px–580px) */
  
}


@media all and (min-width: 581px) {
  /* MOBILE LARGE - Non-Retina - (581px–767px) */
  
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 581px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 581px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 581px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 581px),
only screen and (min-resolution: 192dpi) and (min-width: 581px),
only screen and (min-resolution: 2dppx) and (min-width: 581px) { 
  /* MOBILE LARGE - Retina - (581px–767px landscape only) */
  
}

@media all and (min-width: 768px) {
  /* TABLET - Non-Retina - (768px–1024px) */
  /* -------------- Visual styles for form components ------------- */
  
  /* -------------- Form Elements   ------------- */
  
  /* --------------- Search Form ---------------- */
  
  /* --------------- Search Results ---------------- */
  
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 768px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (min-resolution: 192dpi) and (min-width: 768px),
only screen and (min-resolution: 2dppx) and (min-width: 768px) { 
  /* TABLET - Retina - (768px–1024px) */
  
}

@media all and (min-width: 1025px) {
  /* DESKTOP SMALL - Non-Retina - (1025px–1280px) */
  
  /* -------------- Visual styles for form components ------------- */
  
  /* -------------- Form Elements   ------------- */
  
  /* --------------- Search Form ---------------- */
  
  /* --------------- Search Results ---------------- */
  
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1025px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1025px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1025px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 1025px),
only screen and (min-resolution: 192dpi) and (min-width: 1025px),
only screen and (min-resolution: 2dppx) and (min-width: 1025px) { 
  /* DESKTOP SMALL - Retina - (1025px–1280px) */
  
}


@media all and (min-width: 1281px) {
  /* DESKTOP - Non-Retina - (1281px–1920px) */
  
  /* -------------- Visual styles for form components ------------- */
  
  /* -------------- Form Elements   ------------- */
  
  /* --------------- Search Form ---------------- */
  
  /* --------------- Search Results ---------------- */
  
  
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1281px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1281px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1281px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 1281px),
only screen and (min-resolution: 192dpi) and (min-width: 1281px),
only screen and (min-resolution: 2dppx) and (min-width: 1281px) { 
  /* DESKTOP - Retina - (1281px–1920px) */
  
}


@media all and (min-width: 1921px) {
  /* DESKTOP LARGE - Non-Retina - (1921px and larger) */
  
  /* -------------- Visual styles for form components ------------- */
  
  /* -------------- Form Elements   ------------- */
  
  /* --------------- Search Form ---------------- */
  
  /* --------------- Search Results ---------------- */
  
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1921px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1921px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1921px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 1921px),
only screen and (min-resolution: 192dpi) and (min-width: 1921px),
only screen and (min-resolution: 2dppx) and (min-width: 1921px) { 
  /* DESKTOP LARGE - Retina - (1921px and larger) */
  
}
