/* 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  { 
  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: #2D99C8;                     
  background: -moz-linear-gradient(left, #2d99c8 0%, #244896 90%, #223274C 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2d99c8), color-stop(90%,#244896), color-stop(100%,#223274)); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(left, #2d99c8 0%,#244896 90%, #223274C 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(left, #2d99c8 0%,#244896 90%, #223274C 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(left, #2d99c8 0%,#244896 90%, #223274C 100%); /* IE10 preview */
  background: linear-gradient(to right, #2d99c8 0%,#244896 90%, #223274C 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border:none; /* border colour around tabs - same as left & right on navigation */
  color:#fff;
  font-weight:normal;
  background-size: 110%;
  background-position: left;
}
input.form-submit,
.button,
.field--name-field-button a { /* Accordion Items */
  -webkit-border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
  text-transform: uppercase;
  padding: 10px 20px;
  padding: 1rem 2rem;
}
div.bluebox .button {
  background: #244896;
}

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-size: 400%;
  background-position: right;
  color:#fff;
}
div.bluebox .button:hover,
div.bluebox .button:focus {
  background: #23274C;
}

.toolbar-bar button { /* reset toobar buttons */
  background: none;
  background-color: transparent;
}

/* --------------- 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: #fff !important;
}
.accordion-title a:hover,
.accordion-title a:focus {
  color: #fff !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-color:#ccc;
}
#search-form .form-submit,
#search-block-form .form-submit,
#search-block-form--2 .form-submit { /*Search Button */
  background:url(../images/icons/search-icon.svg) no-repeat center center aqua; /* 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-color:lightcyan cadetblue cadetblue lightcyan !important; /* border colour on each tab */
  color:gray;
}
#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.svg) no-repeat center center teal;
  /* background:url(../images/icons/search-icon.png) no-repeat center center teal; - remove comment for IE7 */
  border-color:paleturquoise navy navy paleturquoise !important; /* border colour on each tab */
  color:silver;
}
/* #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) */
  
}
