<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open{
	overflow-y: scroll;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.o-container {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    background:white;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ul {
    list-style: none
}

.content.body-style ol{
padding-left:30px;
margin-top:27px;
margin-bottom:27px;
}

#ama-page-23113 .content.body-style ol{
    padding-left: 19px;
}

.img-cap {
font-size:85%;
font-style:italic;
}

.content.body-style ol li{
        padding-bottom:0.5em;
        text-align:justify;
        font-size: 16px;
        line-height:27px;
        font-family: "PT Serif Caption", serif;
        padding-left: 0.5em;
        padding-right: 0.5em;
}

.content.body-style ol li:first-child{
padding-top:5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

body {
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    font-family: "AvertaRegular", sans-serif;
    -moz-osx-font-smoothing: grayscale
}

body a {
    text-decoration: none;
    color: inherit
}

strong {
    font-weight: 600
}

p {
    color: #000000
}

.body-style p+p {
    margin-top: 27px
}

.body-style p+h2,
.body-style p+h3,
.body-style p+h4,
.body-style p+h5,
.body-style p+h6 {
    margin-top: 38px
}

.body-style p a, 
.body-style&gt;ul&gt;li&gt;a, 
.body-style&gt;ol&gt;li&gt;a{
    color: #2A509B;
    text-decoration: underline
}

.body-style p+ul {
    margin-top: 30px
}

.body-style ul {
    padding-left: 10px
}

.body-style ul li {
    position: relative;
    padding-left: 16px
}

.body-style ul li:before {
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url('/img/sprite-s6e9692456d.png');
    background-position: -4px -12px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 5px;
    width: 5px;
    content: ""
}

.fb {
    color: #2A509B;
    font-family: "PT Serif Caption", serif;
    font-weight: bold;
    text-align:right;
}
.fb a{
  text-decoration: underline
}
/* Tooltip container */
.tooltip_col {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip_col .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip_col:hover .tooltiptext {
    visibility: visible;
}

.tooltip_col .tooltiptext {
    top: -5px;
    right: 105%; 
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .body-style ul li:before {
    background-image: url('/img/sprite-2x-s0be959ab9e.png');
    background-size: 46px 130px;
    background-position: -4px -12px;
    height: 5px;
    width: 5px
}
}

.body-style ul li a {
    color: #2D539A;
    text-decoration: underline
}

.body-style ul+p {
    margin-top: 30px
}

.body-style ul+h1,
.body-style ul+h2,
.body-style ul+h3,
.body-style ul+h4,
.body-style ul+h5,
.body-style ul+h6 {
    margin-top: 74px
}

.body-style h1+h2,
.body-style h1+h3,
.body-style h1+h4,
.body-style h1+h5,
.body-style h1+h6 {
    margin-top: 35px
}

.body-style h1+p {
    margin-top: 35px
}

.body-style h1+ul {
    margin-top: 22px
}

.body-style h1+.object.posts-list {
    margin-top: 50px
}

.body-style h2+p,
.body-style h3+p,
.body-style h4+p,
.body-style h5+p,
.body-style h6+p {
    margin-top: 21px
}

.body-style h3+p {
    font-size: 1.125em;
    line-height: 29px;
}

.body-style h2+h2,
.body-style h2+h3,
.body-style h2+h4,
.body-style h2+h5,
.body-style h2+h6,
.body-style h3+h2,
.body-style h3+h3,
.body-style h3+h4,
.body-style h3+h5,
.body-style h3+h6,
.body-style h4+h2,
.body-style h4+h3,
.body-style h4+h4,
.body-style h4+h5,
.body-style h4+h6,
.body-style h5+h2,
.body-style h5+h3,
.body-style h5+h4,
.body-style h5+h5,
.body-style h5+h6,
.body-style h6+h2,
.body-style h6+h3,
.body-style h6+h4,
.body-style h6+h5,
.body-style h6+h6 {
    margin-top: 35px
}

.body-style h2+ul,
.body-style h3+ul,
.body-style h4+ul,
.body-style h5+ul,
.body-style h6+ul {
    margin-top: 22px
}

.body-style h2 em,
.body-style h3 em,
.body-style h4 em,
.body-style h5 em,
.body-style h6 em {
    color: #707070;
    font-size: .8em
}

.body-style strong {
    /* font-weight: 400;
    color: #2D539A*/
}

@font-face {
    font-family: 'AvertaLight';
    src: url("/fonts/averta-light-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'AvertaLightItalic';
    src: url("/fonts/averta-lightitalic-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'AvertaRegularItalic';
    src: url("/fonts/averta-regularitalic-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'AvertaRegular';
    src: url("/fonts/averta-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'AvertaSemiBold';
    src: url("/fonts/averta-semibold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'AvertaBold';
    src: url("/fonts/averta-bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'AvertaBlack';
    src: url("/fonts/averta-black-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

.tile {
    display: block;
    padding: 60px 0
}

.tile.header {
    padding: 0
}

.tile.content-plus-sidebar {
    margin-top: -20px
}

.tile.forum {
    padding: 90px 0;
    font-size: 1.125em
}

.tile.forum .entry-header h1 {
    text-transform: capitalize
}

.tile.forum #bbpress-forums {
    font-size: 1em;
    font-family: "AvertaRegular", sans-serif
}

.tile.forum #bbpress-forums .bbp-breadcrumb {
    margin-top: 10px
}

.tile.forum #bbpress-forums .bbp-breadcrumb p a {
    font-size: 16px;
    color: #2D539A;
    text-decoration: underline
}

.tile.forum #bbpress-forums .bbp-breadcrumb p .bbp-breadcrumb-current {
    color: #39382C;
    font-size: 16px
}

.tile.forum #bbpress-forums div.bbp-template-notice.info {
    margin-top: 40px;
    display: block;
    padding: 8px 14px
}

.tile.forum #bbpress-forums div.bbp-template-notice.info p {
    font-size: 16px
}

.tile.forum #bbpress-forums .bbp-forums,
.tile.forum #bbpress-forums .bbp-topics {
    margin-top: 80px
}

.tile.forum #bbpress-forums .bbp-forums .bbp-header,
.tile.forum #bbpress-forums .bbp-topics .bbp-header {
    background-color: #F0F0F0;
    border-top: none;
    padding: 14px
}

.tile.forum #bbpress-forums .bbp-forums .bbp-header .forum-titles,
.tile.forum #bbpress-forums .bbp-topics .bbp-header .forum-titles {
    font-size: 16px;
    color: black;
    font-family: "AvertaRegular", sans-serif
}

.tile.forum #bbpress-forums .bbp-forums .bbp-header .forum-titles li,
.tile.forum #bbpress-forums .bbp-topics .bbp-header .forum-titles li {
    font-weight: 400
}

.tile.forum #bbpress-forums .bbp-forums .bbp-body,
.tile.forum #bbpress-forums .bbp-topics .bbp-body {
    font-size: 16px
}

.tile.forum #bbpress-forums .bbp-forums .bbp-body .hentry,
.tile.forum #bbpress-forums .bbp-topics .bbp-body .hentry {
    padding: 14px;
    font-weight: 400;
    font-family: "AvertaRegular", sans-serif;
    background-color: white
}

.tile.forum #bbpress-forums .bbp-forums .bbp-body .hentry .bbp-forum-info a,
.tile.forum #bbpress-forums .bbp-forums .bbp-body .hentry .bbp-topic-title a,
.tile.forum #bbpress-forums .bbp-topics .bbp-body .hentry .bbp-forum-info a,
.tile.forum #bbpress-forums .bbp-topics .bbp-body .hentry .bbp-topic-title a {
    color: #2D539A;
    text-decoration: underline;
    text-transform: capitalize
}

.tile.forum #bbpress-forums .bbp-forums .bbp-body .hentry .bbp-forum-info .bbp-author-name,
.tile.forum #bbpress-forums .bbp-forums .bbp-body .hentry .bbp-topic-title .bbp-author-name,
.tile.forum #bbpress-forums .bbp-topics .bbp-body .hentry .bbp-forum-info .bbp-author-name,
.tile.forum #bbpress-forums .bbp-topics .bbp-body .hentry .bbp-topic-title .bbp-author-name {
    text-decoration: none;
    color: black
}

.tile.forum #bbpress-forums .bbp-forums .bbp-body .hentry .bbp-topic-meta,
.tile.forum #bbpress-forums .bbp-topics .bbp-body .hentry .bbp-topic-meta {
    margin-top: 8px
}

.tile.forum #bbpress-forums .bbp-forums .bbp-body .hentry .bbp-topic-meta .bbp-author-name,
.tile.forum #bbpress-forums .bbp-topics .bbp-body .hentry .bbp-topic-meta .bbp-author-name {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    text-transform: capitalize
}

.tile.forum #bbpress-forums .bbp-forums .bbp-body .hentry .bbp-topic-meta .bbp-author-avatar,
.tile.forum #bbpress-forums .bbp-topics .bbp-body .hentry .bbp-topic-meta .bbp-author-avatar {
    display: inline-block;
    vertical-align: middle
}

.tile.forum #bbpress-forums .bbp-forums .bbp-body .hentry .bbp-topic-meta .bbp-author-avatar img.avatar,
.tile.forum #bbpress-forums .bbp-topics .bbp-body .hentry .bbp-topic-meta .bbp-author-avatar img.avatar {
    margin-bottom: 0;
    border: none
}

.tile.forum #bbpress-forums .bbp-replies .bbp-reply-content p {
    font-size: 16px;
    line-height: 23px;
    font-family: "AvertaRegular", sans-serif;
    font-weight: 400
}

.tile.forum #bbpress-forums .bbp-replies .bbp-reply-author,
.tile.forum #bbpress-forums .bbp-replies .bbp-reply-content {
    font-size: 16px;
    color: black;
    font-family: "AvertaRegular", sans-serif
}

.tile.forum #bbpress-forums div.wp-editor-container {
    border: 1px solid #f5f5f5
}

.tile.forum #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-size: 16px;
    line-height: 23px;
    font-family: "AvertaRegular", sans-serif;
    font-weight: 400
}

.tile.forum #bbpress-forums div.bbp-submit-wrapper #bbp_reply_submit,
.tile.forum #bbpress-forums div.bbp-submit-wrapper #bbp_topic_submit {
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.tile.forum .bbp-user-section p {
    line-height: 27px
}

.tile .bbp-author-avatar,
.tile img.avatar {
    display: none !important
}

.tile .entry-header+.entry-content {
    margin-top: 40px
}

.tile #bbpress-forums li.bbp-header,
.tile #bbpress-forums li.bbp-footer {
    font-weight: 400;
    font-family: "AvertaBold", sans-serif
}

.tile #bbpress-forums div.bbp-topic-author a.bbp-author-name,
.tile #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    text-transform: capitalize;
    font-size: 14px
}

.tile.header {
    background-color: #2D539A;
    width: 100%;
/*    direction: rtl;*/
    z-index: 1000;
    position: relative
}

#ama-page-22123 .tile.content-plus-sidebar {
    margin-top: 40px
}


#ama-page-22103 .tile.content-plus-sidebar {
    margin-top: 40px
}


.tile.header .masthead-crest {
     /*position: absolute;
   top: 171px;
    left: 30px;
    width: auto;*/
}
#ama-page-21285 .tile.header .masthead-crest {
    top: 210px;
    height: auto;
}

#ama-page-22773 .tile.header .masthead-crest {
    top: 210px;
    height: auto;
}

#ama-page-22773 .carousel-inner .item{
    height:310px;
    overflow:hidden;
}

#ama-page-22773 .carousel-inner .item img{
    height: auto;
}

.tile.header .header-container {
    display: inline-block;
    direction: ltr;
    max-width: 880px;
    width: 100%;
    margin-right: 40px;
    padding: 15px 0 14px 0
}

.tile.header .masthead-logo {
    display: inline-block;
    width: 100%;
    max-width: 598px;
    vertical-align: top
}

.header-login-form {
    display: inline-block;
    vertical-align: top;
    direction: ltr;
    margin-top: -4px;
    margin-bottom: 1em;

    position: absolute;
    z-index: 200;
    right: 30px;
    background-color: #DDE8FF;
    top: 210px;
    border: 1px solid black;
    padding: 10px;
    font-family: "PT Serif Caption", serif;
}

#ama-page-22323 .header-login-form {
    top: 0;
    left:0;
    right:none;
}

#ama-page-22323 .sidebar-module{
}


.header-login-form .user-greeting {
    text-align: right;
    color: black;
}

.header-login-form .user-greeting a {
    text-decoration: underline
}

.header-login-form .form-heading {
    text-transform: uppercase;
    font-family: "AvertaSemiBold", sans-serif;
    font-size: .75em;
    letter-spacing: 0;
    line-height: 10px
}

.header-login-form form {
    display: block;
    margin-top: 1px;
}

.header-login-form form .form-inputs {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    width: 100%
}

.header-login-form form .form-submit {
    display: inline-block;
    vertical-align: top;
    font-size: .75em;
    color: #091F4C;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    line-height: 12px;
    font-family: "AvertaBold", sans-serif;
    background-color: #DDE8FF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    margin-left: 6px;
    max-width: 95px;
    width: 100%;
    padding: 12px 0;
    cursor: pointer;

    border:1px solid black;
    margin-top:10px;
}

.header-login-form form .form-submit:hover {
    background:#2D539A;
    color:white;
}

.header-login-form form input[type="username"],
.header-login-form form input[type="password"] {
    background-color: white;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: .75em;
    letter-spacing: 0;
    line-height: 25px;
    display: block;
    width: 100%;
    padding: 0 9px;
    min-height: 25px
}

.header-login-form form input[type="password"] {
    margin-top: 5px
}

.tile.header .main-navigation {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #FAD038;
    width: 100%;
    display: block;
    direction: ltr;
    text-align: center;
}

.tile.header .main-navigation .responsive-menu-open {
    display: inline-block;
    font-size: 1.1875em;
    font-family: "AvertaRegular", sans-serif;
    color: #39382C;
    direction: ltr;
    cursor: pointer;
    padding: 6px 0 0px 0;
    display: none;
    float: right;
}

.tile.header .main-navigation .responsive-menu-open i {
    background-image: url('/img/sprite-s6e9692456d.png');
    background-position: -12px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 10px;
    width: 12px;
    display: inline-block;
    vertical-align: middle
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .tile.header .main-navigation .responsive-menu-open i {
    background-image: url('/img/sprite-2x-s0be959ab9e.png');
    background-size: 46px 130px;
    background-position: -12px 0;
    height: 10px;
    width: 12px
}
}

.tile.header .main-navigation .responsive-menu-open span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.tile.header .main-navigation .responsive-menu-close {
    position: absolute;
    /*top: 20px;*/
       top: -80px;
    right: 20px;
    z-index: 1000;
    height: 30px;
    width: 30px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    display: none;
}

.tile.header .main-navigation .responsive-menu-close:after {
    width: 100%;
    height: 2px;
    background-color: white;
    position: absolute;
    content: "";
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.tile.header .main-navigation .responsive-menu-close:before {
    width: 2px;
    height: 100%;
    background-color: white;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tile.header .main-navigation .responsive-login-link {
    display: inline-block;
    font-size: 1.1875em;
    font-family: "AvertaRegular", sans-serif;
    color: #39382C;
    direction: ltr;
    cursor: pointer;
    padding: 6px 0 10px 0;
    position: absolute;
    left: 20px;
    display: none
}

.tile.header .main-navigation .responsive-login-link i {
    background-image: url('/img/sprite-s6e9692456d.png');
    background-position: -24px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 12px;
    width: 10px;
    display: inline-block;
    vertical-align: middle
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .tile.header .main-navigation .responsive-login-link i {
    background-image: url('/img/sprite-2x-s0be959ab9e.png');
    background-size: 46px 130px;
    background-position: -24px 0;
    height: 12px;
    width: 10px
}
}

.tile.header .main-navigation .responsive-login-link span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.tile.header .main-navigation ul {
    direction: ltr;
    display: inline-block
}

.tile.header .main-navigation ul li {
    display: inline-block;
    position: relative;
    padding: 10px 13px 12px 13px;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out
}

.tile.header .main-navigation ul li:last-of-type {
    padding-right: 0
}

.tile.header .main-navigation ul li.active a:after,
.tile.header .main-navigation ul li:hover a:after {
    width: 100%
}

.tile.header .main-navigation ul li.hidden {
    display: none
}

.tile.header .main-navigation ul li a {
    font-family: "Open Sans Semibold",sans-serif;
    color: inherit;
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-size: 1.2em;
    letter-spacing: 0;
    line-height: 1.75em;
    color: #39382C
}

.tile.header .main-navigation ul li a:after {
    position: absolute;
    bottom: 0px;
    width: 0;
    -moz-transition: width 200ms ease-in-out;
    -o-transition: width 200ms ease-in-out;
    -webkit-transition: width 200ms ease-in-out;
    transition: width 200ms ease-in-out;
    height: 2px;
    background-color: #39382C;
    content: "";
    left: 50%;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.tile.header .main-navigation ul li.has-dropdown {
    padding-right: 35px
}

.tile.header .main-navigation ul li.has-dropdown:after {
    background-image: url('/img/sprite-s6e9692456d.png');
    background-position: 0 -28px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 6px;
    width: 10px;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .tile.header .main-navigation ul li.has-dropdown:after {
    background-image: url('/img/sprite-2x-s0be959ab9e.png');
    background-size: 46px 130px;
    background-position: 0 -28px;
    height: 6px;
    width: 10px
}
}

.tile.header .main-navigation ul li.has-dropdown:hover {
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16)
}

.tile.header .main-navigation ul li.has-dropdown:hover:after {
    background-image: url('/img/sprite-s6e9692456d.png');
    background-position: -19px -12px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 6px;
    width: 10px
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .tile.header .main-navigation ul li.has-dropdown:hover:after {
    background-image: url('/img/sprite-2x-s0be959ab9e.png');
    background-size: 46px 130px;
    background-position: -19px -12px;
    height: 6px;
    width: 10px
}
}

.tile.header .main-navigation ul li.has-dropdown:hover .sub-menu {
    display: block
}

.tile.header .main-navigation ul li.has-dropdown a:hover {
    color: #2A509B
}

.tile.header .main-navigation ul li.has-dropdown a:hover:after {
    background-color: #2A509B
}

.tile.header .main-navigation ul li .sub-menu {
    position: absolute;
    top: 56px;
    width: 200px;
    left: 0;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    background-color: white;
    display: none;
    text-align:left;
}

.tile.header .main-navigation a{
cursor: pointer;
}

.tile.header .main-navigation ul li .sub-menu li {
    background-color: white;
    display: block;
    width: 100%;
    padding: 8px 15px;
		font-size: 1.1em;
}

.tile.header .main-navigation ul li .sub-menu li a {
    font-size: 1em;
    color: #2A509B;
    display: block;
    width: 100%;
    height: 100%;
}

.tile.header .main-navigation ul li .sub-menu li a:after {
    display: none;
}

.tile.header .main-navigation ul li .sub-menu li+li {
    border-top: 1px solid #F3F3F3;
}

.tile.header .main-navigation ul li .sub-menu li:hover,
.tile.header .main-navigation ul li .sub-menu li.active {
    background-color: #f3f3f3;
}

#ama-page-21285 .tile.footer {
    border-top:0px;
}

.tile.footer {
    padding-top: 26px;
    padding-bottom: 24px;
    background-color: #FAF9F9;
    border-top: 5px solid #F4F4F4;
    position: relative;
    font-family: "AvertaRegular",sans-serif;
}

.tile.footer p {
    font-size: .6875em;
    line-height: 14px;
    letter-spacing: 0;
    color: #767676;
}

.tile.footer p a {
    color: #2D539A;
}

.tile.footer .left {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.tile.footer .right {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 50%
}

.tile.single-event {
    padding: 100px 0 50px 0
}

.tile.single-event .single-post {
    max-width: 700px;
    width: 100%
}

.tile.basic-content {
    padding: 50px 0 88px 0
}

.tile.basic-content .container .body-style .object.button-style-three {
    margin-top: 0
}

.tile.members-login {
    padding: 52px 0 73px 0;
    text-align: center
}

.tile.image-plus-map {
    height: 300px;
    display: block;
    width: 100%;
    padding: 0;
position:relative;
}

.tile.image-plus-map .image {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 58.790322580645%;
    height: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
overflow:hidden;
}

.tile.image-plus-map .map {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 41.209677419355%;
    height: 100%;
    position: relative;

}

.tile.image-plus-map .map:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 100
}

#ama-page-21973 .tile.image-plus-map .map:after {
display:none;
}

.tile.events-archive {
    padding: 100px 0 50px 0
}

.tile.events-archive .object.posts-list {
    max-width: 700px;
    width: 100%
}

.tile.page-not-found {
    padding: 149px 0 231px 0;
    position: relative
}

.tile.page-not-found:after {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    content: "";
    background-image: url("/img/background-crest.png");
    top: 50%;
    height: 358px;
    width: 324px;
    z-index: 50
}

.tile.page-not-found .content {
    text-align: center;
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    position: relative;
    z-index: 100
}

.tile.four-column-grid {
    padding: 56px 0 56px 0
}

.tile.four-column-grid+.tile.footer {
    border-top: none
}

.tile.four-column-grid.blue {
    background-color: #2D539A;
    border-top: 6px solid #1D3B74
}

.tile.four-column-grid ul {
    display: block;
    margin-top: -26px
}

.tile.four-column-grid ul li {
    width: 100%;
    max-width: 19.568965517241%;
    display: inline-block;
    vertical-align: top;
    margin-top: 26px
}

.tile.four-column-grid ul li+li {
    margin-left: 6.896551724138%
}

.tile.four-column-grid ul li:nth-child(5n) {
    margin-left: 0
}

.tile.four-column-grid ul li p {
    margin-top: 8px
}

.tile.four-column-grid ul li p a {
    color: #FFFCCB;
    text-decoration: underline
}

.tile.three-column-grid {
    position: relative
}

.tile.three-column-grid:after {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    background-image: url("/img/background-crest.png");
    top: 50px;
    height: 358px;
    width: 324px;
    z-index: 50
}

.tile.three-column-grid ul {
    margin-top: -70px;
    z-index: 100;
    position: relative
}

.tile.three-column-grid ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 28%;
    margin-top: 69px
}

.tile.three-column-grid ul li:nth-child(3n-1) {
    margin-left: 6.6810344827585%;
    margin-right: 6.6810344827585%
}

.tile.three-column-grid ul li .grid-content {
    display: block;
    margin-top: 14px
}

.tile.three-column-grid ul li .grid-content h1 em,
.tile.three-column-grid ul li .grid-content h2 em,
.tile.three-column-grid ul li .grid-content h3 em,
.tile.three-column-grid ul li .grid-content h4 em,
.tile.three-column-grid ul li .grid-content h5 em,
.tile.three-column-grid ul li .grid-content h6 em {
    font-size: .88889em;
    line-height: 27px;
    font-style: italic;
    color: #39382C;
    margin-top: 6px;
    display: block
}

.tile.three-column-grid ul li .grid-content h1+p,
.tile.three-column-grid ul li .grid-content h2+p,
.tile.three-column-grid ul li .grid-content h3+p,
.tile.three-column-grid ul li .grid-content h4+p,
.tile.three-column-grid ul li .grid-content h5+p,
.tile.three-column-grid ul li .grid-content h6+p {
    margin-top: 10px
}

.tile.three-column-grid.circle-image ul li .image {
    height: 110px;
    width: 110px;
    display: inline-block;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.tile.content-plus-sidebar {
    position: relative
}

.tile.content-plus-sidebar+.content-plus-sidebar {
    padding-top: 12px
}

.tile.content-plus-sidebar .above-post-type-content {
    font-size: .88889em
}

.tile.content-plus-sidebar .above-post-type-content+.object.posts-list {
    margin-top: 22px
}

.tile.content-plus-sidebar+.basic-content {
    padding-top: 0
}

/*.tile.content-plus-sidebar:after {
position: absolute;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
content: "";
background-image: url("/img/background-crest.png");
top: 50px;
height: 358px;
width: 324px
}*/

#ama-page-21285 .watermark:after{
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    background-image: url("/img/background-crest.png");
    top: 40%;
    height: 358px;
    width: 324px;
}

.watermark:after{
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    background-image: url("/img/background-crest.png");
    top: 450px;
    height: 358px;
    width: 324px;
}

.tile.content-plus-sidebar~.content-plus-sidebar:after {
    display: none
}

.tile.content-plus-sidebar .content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    z-index: 100;
    position: relative;
    /*max-width: calc(100% - 466px);
    max-width: -webkit-calc(100% - 466px)*/
}

.tile.content-plus-sidebar .content p:first-of-type {
    font-size: 18px;
}

.no-root .content p:first-of-type {
    font-size: 16px;
}

.tile.content-plus-sidebar .content p:first-of-type+p {
    margin-top: 37px
}

.tile.content-plus-sidebar .sidebar p:first-of-type {
    font-size: .875em;
}

.tile.content-plus-sidebar .sidebar p{
    font-size: .875em;
    line-height:29px;
}

.tile.content-plus-sidebar .sidebar {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 335px;
}

.tile.large-full-width-image {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 300px;
    display: block;
    width: 100%
}

#ama-page-21285 .tile.full-width-image-with-content{
    position:absolute;
}

#ama-page-22773 .tile.full-width-image-with-content{
    position:absolute;
}

#ama-page-21285 .carousel-indicators{
    display:none;
}

#ama-page-22773 .carousel-indicators{
    display:none;
}

.tile.full-width-image-with-content {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px 0;
    display: block;
    width: 100%;
    /* z-index: 0; */
    position: relative;
}

.tile.full-width-image-with-content .content {
    z-index: 150;
    position: relative;
    width: 100%
}

.tile.full-width-image-with-content .content h1+p,
.tile.full-width-image-with-content .content h2+p,
.tile.full-width-image-with-content .content h3+p,
.tile.full-width-image-with-content .content h4+p,
.tile.full-width-image-with-content .content h5+p,
.tile.full-width-image-with-content .content h6+p {
    margin-top: 20px
}

.tile.full-width-image-with-content .content p {
    font-size: 1.125em;
    line-height: 27px;
    color: white;
    font-family: "PT Serif Caption", serif
}

.tile.full-width-image-with-content .content p a {
    text-decoration: underline
}

.tile.full-width-image-with-content .copyright-information {
    position: absolute;
    bottom: 17px;
    right: 40px;
    z-index: 150;
    font-size: .9375em;
    letter-spacing: 0;
    line-height: 15px;
    color: #D1D1D1;
    font-family: "Cardo", serif;
    font-weight: 400
}

#ama-page-21285 .tile.full-width-image-with-content:after {
    background:none;
}


.tile.full-width-image-with-content:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4B4B4B;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: .4;
    content: "";
    /* z-index: 1000 */
}

.tile.left-content-with-right-facebook-action {
    background-color: #F8F8F8;
    padding: 14px 0 13px 0
}

.tile.left-content-with-right-facebook-action .left-content {
    width: 100%;
    max-width: calc(100% - 300px);
    max-width: -webkit-calc(100% - 300px);
    display: inline-block;
    vertical-align: middle
}

.tile.left-content-with-right-facebook-action .left-content p {
    font-family: "PT Serif Caption", serif;
    font-weight: 400;
    line-height: 27px;
    font-size: 14px;
    letter-spacing: 0;
    color: #4B4B4B
}

.tile.left-content-with-right-facebook-action .left-content p strong {
    font-weight: 400;
    color: #2D539A
}

.tile.left-content-with-right-facebook-action .facebook-action {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 265px;
    margin-left: 25px
}

.tile.left-content-with-right-facebook-action .facebook-action:hover span {
    color: #3968c1
}

.tile.left-content-with-right-facebook-action .facebook-action span {
    font-size: 1.25em;
    line-height: 25px;
    letter-spacing: 0;
    font-family: "PT Serif Caption", serif;
    font-weight: 400;
    color: #2D539A;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 211px;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out
}

.tile.left-content-with-right-facebook-action .facebook-action i {
    background-image: url('/img/sprite-s6e9692456d.png');
    background-position: 0 -84px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 46px;
    width: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .tile.left-content-with-right-facebook-action .facebook-action i {
    background-image: url('/img/sprite-2x-s0be959ab9e.png');
    background-size: 46px 130px;
    background-position: 0 -84px;
    height: 46px;
    width: 46px
}
}

.tile .twoColumnGridBlock {
    position: relative;
    margin: 0;
    padding: 60px 0;
    display: block;
    width: 100%
}

@media only screen and (max-width: 700px) {
    .tile .twoColumnGridBlock {
    padding: 30px 0
}
}

.tile .twoColumnGridBlock__wrapper {
    position: relative;
    margin: 0;
    padding: 0 40px;
    display: block;
    width: 100%;
    font-size: 0
}

@media screen and (max-width: 700px) {
    .tile .twoColumnGridBlock__wrapper {
    padding: 0 20px
}
}

.tile .twoColumnGridBlock__block {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 560px;
    background-color: white;
    border-top: 5px solid #2D539A;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.tile .twoColumnGridBlock__block:nth-child(even) {
    margin-left: 40px
}

@media screen and (max-width: 1250px) {
    .tile .twoColumnGridBlock__block:nth-child(even) {
    margin-left: 4%
}
}

.tile .twoColumnGridBlock__block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #ffffff 47%, rgba(255, 255, 255, 0.5) 100%)
}

@media screen and (max-width: 1250px) {
    .tile .twoColumnGridBlock__block {
    width: 48%
}
}

@media screen and (max-width: 900px) {
    .tile .twoColumnGridBlock__block {
    display: block;
    width: 100%;
    max-width: 560px
}
.tile .twoColumnGridBlock__block:nth-child(odd),
.tile .twoColumnGridBlock__block:nth-child(even) {
    margin: 0 auto
}
.tile .twoColumnGridBlock__block+.twoColumnGridBlock__block {
    margin-top: 20px
}
}

.tile .twoColumnGridBlock__block-contentWrapper {
    position: relative;
    margin: 0;
    padding: 40px 35px;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 100%;
    font-family: "PT Serif Caption", serif;
    font-size: 16px
}

@media screen and (max-width: 700px) {
    .tile .twoColumnGridBlock__block-contentWrapper {
    padding: 30px 25px
}
}

.tile .twoColumnGridBlock__block-title {
    color: #2D539A;
    font-size: 1.25em;
    letter-spacing: 0;
    line-height: 25px
}

@media screen and (max-width: 475px) {
    .tile .twoColumnGridBlock__block-title {
    font-size: 1.125em
}
}

.tile .twoColumnGridBlock__block-text {
    padding-top: 17px;
    color: #4B4B4B;
    font-size: 1em;
    letter-spacing: 0;
    line-height: 27px
}

@media screen and (max-width: 475px) {
    .tile .twoColumnGridBlock__block-text {
    font-size: .875em
}
}

.tile .twoColumnGridBlock__block-link {
    position: relative;
    margin: 0;
    margin-top: 25px;
    padding: 14px 20px;
    display: inline-block;
    background-color: #2D539A;
    color: white;
    border-radius: 5px;
    font-family: "AvertaBold", sans-serif;
    font-size: .75em;
    letter-spacing: 1px;
    line-height: 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.tile .twoColumnGridBlock__block-link span {
    padding-right: 15px;
    display: block;
    background-image: url("../images/right-carot.svg");
    background-repeat: no-repeat;
    background-position: right center
}

.tile .twoColumnGridBlock__block-link:hover {
    background-color: #3968c1
}

.tile.page-template {
    padding: 52px 0 70px 0;
    text-align: center
}

.tile.full-width-image-with-content .content h1{
  text-shadow: grey 0 2px 2px, grey 0 2px 2px, rgba(0,0,0,0.8) 0 30px 25px;
  transition: margin-left 0.3s cubic-bezier(0, 1, 0, 1);
  -webkit-transition: margin-left 0.3s cubic-bezier(0, 1, 0, 1);
}

.tile.full-width-image-with-content .content h1{
text-shadow: 2px 2px #0000005e;
}

.object.heading-style-one,
.tile.full-width-image-with-content .content h1,
.tile.full-width-image-with-content .content h2,
.tile.full-width-image-with-content .content h3,
.tile.full-width-image-with-content .content h4,
.tile.full-width-image-with-content .content h5,
.tile.full-width-image-with-content .content h6 {
    font-family: "Cardo", serif;
    font-weight: 700;
    font-size: 3.125em;
    line-height: 59px;
    color: white;
    letter-spacing: 0
}

.object.heading-style-two,
.body-style h2,
.body-style h3,
.body-style h4,
.body-style h5,
.body-style h6 {
    font-family: "PT Serif Caption", serif;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    color: #2A509B
}

.object.heading-style-three,
.tile.three-column-grid ul li .grid-content h1,
.tile.three-column-grid ul li .grid-content h2,
.tile.three-column-grid ul li .grid-content h3,
.tile.three-column-grid ul li .grid-content h4,
.tile.three-column-grid ul li .grid-content h5,
.tile.three-column-grid ul li .grid-content h6,
.object.sidebar-module.text-block h1,
.object.sidebar-module.text-block h2,
.object.sidebar-module.text-block h3,
.object.sidebar-module.text-block h4,
.object.sidebar-module.text-block h5,
.object.sidebar-module.text-block h6 {
    font-family: "PT Serif Caption", serif;
    font-size: 1.125em;
    line-height: 25px;
    letter-spacing: 0;
    color: #2A509B
}

.object.heading-style-four,
.tile.four-column-grid ul li h1,
.tile.four-column-grid ul li h2,
.tile.four-column-grid ul li h3,
.tile.four-column-grid ul li h4,
.tile.four-column-grid ul li h5,
.tile.four-column-grid ul li h6 {
    font-family: "PT Serif Caption", serif;
    font-size: 1em;
    line-height: 25px;
    letter-spacing: 0;
    color: #FFFFFF
}

.object.heading-style-six,
.body-style h1,
.tile.forum .entry-header h1 {
    font-size: 2.5em;
    line-height: 49px;
    letter-spacing: 0;
    font-family: "Cardo", serif;
    font-weight: 700;
    color: #2D539A
}

.object.button-style-one,
.tile.full-width-image-with-content .content a.single-link {
    background-color: #2D539A;
    font-size: .875em;
    letter-spacing: 1px;
    font-family: "AvertaBold", sans-serif;
    color: white;
    text-transform: uppercase;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 9.5px 50px 11.5px 27px;
    margin-top: 18px;
    display: inline-block;
    margin-bottom: -10px;
    position: relative;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out
}

.object.button-style-one:after,
.tile.full-width-image-with-content .content a.single-link:after {
    position: absolute;
    content: "";
    background-image: url('/img/sprite-s6e9692456d.png');
    background-position: -10px -28px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 11px;
    width: 14px;
    right: 26px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .object.button-style-one:after,
    .tile.full-width-image-with-content .content a.single-link:after {
    background-image: url('/img/sprite-2x-s0be959ab9e.png');
    background-size: 46px 130px;
    background-position: -10px -28px;
    height: 11px;
    width: 14px
}
}

.object.button-style-one:hover,
.tile.full-width-image-with-content .content a.single-link:hover {
    background-color: #3968c1
}

.object.button-style-two {
    background-color: #2D539A;
    font-size: .875em;
    letter-spacing: 1px;
    font-family: "AvertaBold", sans-serif;
    color: white;
    text-transform: uppercase;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 9.5px 27px 11.5px 27px;
    margin-top: 25px;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out
}

.object.button-style-two:hover {
    background-color: #3968c1
}

.object.button-style-three {
    background-color: #2D539A;
    font-size: .875em;
    letter-spacing: 1px;
    font-family: "AvertaBold", sans-serif;
    color: white;
    text-transform: uppercase;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 9.5px 27px 11.5px 46px;
    margin-top: 25px;
    display: inline-block;
    margin-bottom: -10px;
    position: relative;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out
}

.object.button-style-three:before {
    position: absolute;
    content: "";
    background-image: url('/img/sprite-s6e9692456d.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 10px;
    width: 6px;
    left: 30px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .object.button-style-three:before {
    background-image: url('/img/sprite-2x-s0be959ab9e.png');
    background-size: 46px 130px;
    background-position: 0 0;
    height: 10px;
    width: 6px
}
}

.object.button-style-three:hover {
    background-color: #3968c1
}

.object.button-style-four {
    background-color: #2D539A;
    font-size: 1.0625em;
    letter-spacing: 0;
    font-family: "AvertaBold", sans-serif;
    color: white;
    text-transform: uppercase;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 20px 27px 18px 27px;
    margin-top: 41px;
    display: inline-block;
    width: 100%;
    max-width: 511px;
    margin-bottom: -10px;
    position: relative;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out
}

.object.button-style-four:hover {
    background-color: #3968c1
}

.object.button-style-five {
    background-color: #2D539A;
    font-size: 1.0625em;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "AvertaBold", sans-serif;
    color: white;
    text-transform: uppercase;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 17px 27px 16px 27px;
    margin-top: 26px;
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: none
}

.object.button-style-five:hover {
    background-color: #3968c1
}

.object.button-style-six,
.tile.forum #bbpress-forums div.bbp-submit-wrapper #bbp_reply_submit,
.tile.forum #bbpress-forums div.bbp-submit-wrapper #bbp_topic_submit {
    background-color: #2D539A;
    font-size: .75em;
    letter-spacing: 1px;
    font-family: "AvertaBold", sans-serif;
    color: white;
    text-transform: uppercase;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 9.5px 27px 11.5px 27px;
    margin-top: 25px;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    cursor: pointer
}

.object.button-style-six:hover,
.tile.forum #bbpress-forums div.bbp-submit-wrapper #bbp_reply_submit:hover,
.tile.forum #bbpress-forums div.bbp-submit-wrapper #bbp_topic_submit:hover {
    background-color: #3968c1
}

.object.paragraph-style-one,
.body-style p,
.body-style ul li,
.object.join-the-club-form label,
x.body-style-search,
x.search_filter_panel_body
{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px;
    font-family: "PT Serif Caption", serif;
    font-weight: 400;
    color: #4B4B4B
}

.object.paragraph-style-two,
.tile.three-column-grid ul li .grid-content p,
.object.sidebar-module.text-block p,
.object.sidebar-module.text-block li {
    font-size: .875em;
    letter-spacing: 0;
    line-height: 25px;
    font-family: "PT Serif Caption", serif;
    font-weight: 400;
    color: #4B4B4B
}

.object.paragraph-style-three,
.tile.four-column-grid ul li p {
    font-size: .875em;
    letter-spacing: 0;
    line-height: 23px;
    font-family: "PT Serif Caption", serif;
    font-weight: 400;
    color: #9BBCDC
}

.object.posts-list {
    padding-left: 0
}

.object.posts-list li {
    list-style-type: none;
    padding-left: 0
}

.object.posts-list li:before {
    display: none
}

.object.posts-list li+li {
    margin-top: 51px
}

.object.sidebar-module {
    display: block
}

.object.sidebar-module+.sidebar-module {
    margin-top: 49px
}

.object.sidebar-module.on-this-day-block {
    background-color: white;
    border-top: 5px solid #2D539A;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 24px 30px
}

.object.sidebar-module.on-this-day-block .title {
    font-size: .625em;
    font-family: "AvertaBold", sans-serif;
    text-transform: uppercase;
    color: #767676
}

.object.sidebar-module.on-this-day-block .event-date {
    font-family: "PT Serif Caption", serif;
    color: #2D539A;
    font-size: 1.25em;
    line-height: 25px;
    position: relative;
    padding-left: 27px;
    margin-top: 7px
}

.object.sidebar-module.on-this-day-block .event-date:before {
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url('/img/sprite-s6e9692456d.png');
    background-position: -29px -12px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 16px;
    width: 16px;
    content: ""
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .object.sidebar-module.on-this-day-block .event-date:before {
    background-image: url('/img/sprite-2x-s0be959ab9e.png');
    background-size: 46px 130px;
    background-position: -29px -12px;
    height: 16px;
    width: 16px
}
}

.object.sidebar-module.on-this-day-block .card-content {
    font-family: "PT Serif Caption", serif;
    margin-top: 14px
}

.object.sidebar-module.on-this-day-block .card-content p {
    font-size: .8125em;
    color: #4B4B4B;
    line-height: 22px
}

.object.sidebar-module.on-this-day-block .card-content p a {
    color: #2D539A;
    text-decoration: underline
}

.object.sidebar-module.image-block img {
    width: 100%
}

.object.sidebar-module.image-block figcaption {
    background-color: #F0F0F0;
    color: #707070;
    line-height: 16px;
    font-size: .6875em;
    font-family: "PT Serif Caption", serif;
    padding: 7px 16px 9px 16px
}

.object.sidebar-module.text-block+.text-block {
    margin-top: 59px
}

.object.sidebar-module.text-block h1+p,
.object.sidebar-module.text-block h2+p,
.object.sidebar-module.text-block h3+p,
.object.sidebar-module.text-block h4+p,
.object.sidebar-module.text-block h5+p,
.object.sidebar-module.text-block h6+p {
    margin-top: 18px
}

.object.sidebar-module.text-block h1+ul,
.object.sidebar-module.text-block h2+ul,
.object.sidebar-module.text-block h3+ul,
.object.sidebar-module.text-block h4+ul,
.object.sidebar-module.text-block h5+ul,
.object.sidebar-module.text-block h6+ul {
    margin-top: 19px
}

.object.sidebar-module.text-block p a {
    color: #2D539A;
    text-decoration: underline
}

.object.sidebar-module.text-block p+p {
    margin-top: 25px
}

.object.sidebar-module.text-block li {
    position: relative;
    padding-left: 16px
}

.object.sidebar-module.text-block li:before {
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url('/img/sprite-s6e9692456d.png');
    background-position: 0 -12px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 4px;
    width: 4px;
    content: ""
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .object.sidebar-module.text-block li:before {
    background-image: url('/img/sprite-2x-s0be959ab9e.png');
    background-size: 46px 130px;
    background-position: 0 -12px;
    height: 4px;
    width: 4px
}
}

.object.sidebar-module.text-block li a {
    color: #2D539A;
    text-decoration: underline
}

.object.join-the-club-form {
    margin-top: 45px
}

.object.join-the-club-form .form-caveat {
    margin-top: 23px;
    display: block;
    width: 100%;
    text-align: center
}

.object.join-the-club-form .form-caveat p {
    max-width: 390px !important;
    font-size: .75em !important;
    line-height: 17px !important;
    color: #707070 !important;
    font-family: "PT Serif Caption", serif !important;
    margin: 0 auto;
    width: 100%
}

.object.join-the-club-form .form-section {
    margin-top: 33px
}

.object.join-the-club-form .form-section+.form-section {
    border-top: 1px solid #DCDCDC;
    padding-top: 39px;
    margin-top: 40px
}

.object.join-the-club-form label {
    cursor: pointer
}

.object.join-the-club-form h3+.radio-input-group,
.object.join-the-club-form .checkbox-input-group {
    margin-top: 33px !important;
}

.object.join-the-club-form .radio-input-group+.radio-input-group {
    margin-top: 12px
}

.object.join-the-club-form .radio-input-group .radio-input {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 17px;
    width: 17px;
    cursor: pointer;

    position:absolute;
}

.object.join-the-club-form .radio-input-group .radio-input:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #979797;
    height: 100%;
    width: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.object.join-the-club-form .radio-input-group .radio-input:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: #2D539A;
    height: 9px;
    width: 9px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}

.object.join-the-club-form .radio-input-group .radio-input.checked:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.object.join-the-club-form .radio-input-group .radio-input input[type="radio"] {
    position: absolute;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.object.join-the-club-form .radio-input-group label {
    vertical-align: middle;
    display: inline-block;
    margin-left: 26px;
    width: 100%;
    max-width: calc(100% - 46px);
    max-width: -webkit-calc(100% - 46px);

    margin-top:-3px;

}

.object.join-the-club-form .checkbox-input-group+.checkbox-input-group {
    margin-top: 12px
}

.object.join-the-club-form .checkbox-input-group .checkbox-input {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 16px;
    width: 16px;
    cursor: pointer;

    position: absolute;
}

.object.join-the-club-form .checkbox-input-group .checkbox-input:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #979797;
    height: 100%;
    width: 100%
}

.object.join-the-club-form .checkbox-input-group .checkbox-input:after {
    content:'\2713';
    position: absolute;
    top: -13px;
    font-size: 24px;
    left: 4px;
    color: #2D539A;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    font-weight: bold;
}

.object.join-the-club-form .checkbox-input-group .checkbox-input.checked:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.object.join-the-club-form .checkbox-input-group .checkbox-input input[type="checkbox"] {
    position: absolute;
    left: -20px;
    top: -20px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.object.join-the-club-form .checkbox-input-group label {
    vertical-align: top;
    display: inline-block;
    margin-left: 26px;
    width: 100%;
    max-width: calc(100% - 42px);
    max-width: -webkit-calc(100% - 42px);
    margin-top: -5px
}

.object.join-the-club-form .checkbox-input-group label a {
    text-decoration: underline
}

.object.join-the-club-form .notice-box {
    background-color: #F5F5F5;
    border: 1px solid #979797;
    padding: 13px 18px 11px 18px;
    margin-top: 26px
}

.object.join-the-club-form .notice-box p {
    font-size: .875em !important;
    color: #838383 !important;
    font-family: "PT Serif Caption", serif;
    line-height: 23px !important
}

.object.join-the-club-form .notice-box p strong {
    color: #2D539A
}

.object.join-the-club-form .user-details-form-inputs {
    margin-top: 29px
}

.object.join-the-club-form .user-details-form-inputs .form-input-group+.form-input-group {
    margin-top: 20px
}

.object.join-the-club-form .user-details-form-inputs .form-input-group label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 31%;
    color: #2D539A;
    font-size: 1.125em
}

.object.join-the-club-form .user-details-form-inputs .form-input-group label span {
    color: #D0021B
}

.object.join-the-club-form .user-details-form-inputs .form-input-group .select-input,
.object.join-the-club-form .user-details-form-inputs .form-input-group input[type="text"],
.object.join-the-club-form .user-details-form-inputs .form-input-group input[type="password"],
.object.join-the-club-form .user-details-form-inputs .form-input-group input[type="email"],
.object.join-the-club-form .user-details-form-inputs .form-input-group textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 63.582089552239%;
    margin-left: 4.417910447761%
}

.object.form .select-input {
    position: relative;
    background-color: white
}

.object.form .select-input select {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6.5px 33px 6.5px 18px;
    font-size: .875em;
    line-height: 27px;
    font-family: "PT Serif Caption", serif;
    color: #707070;
    border: 1px solid #979797;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 100;
    cursor: pointer;
    display: block;
    width: 100%
}

.object.form .select-input:after {
    content: "";
    background-image: url('/img/sprite-s6e9692456d.png');
    background-position: -9px -12px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 6px;
    width: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 50
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .object.form .select-input:after {
    background-image: url('/img/sprite-2x-s0be959ab9e.png');
    background-size: 46px 130px;
    background-position: -9px -12px;
    height: 6px;
    width: 10px
}
}

.object.form .form-control {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6.5px 33px 6.5px 18px;
    font-size: .875em;
    line-height: 27px;
    font-family: "PT Serif Caption", serif;
    color: #707070;
    border: 1px solid #979797;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 100;
    display: block;
    width: 100%
}

.object.form textarea {
    height: 105px;
    resize: none
}

.object.flag {
    display: block;
    margin-bottom: 12px
}

.object.flag.uk i {
    background-image: url('/img/sprite-s6e9692456d.png');
    background-position: 0 -39px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 22px;
    width: 44px
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .object.flag.uk i {
    background-image: url('/img/sprite-2x-s0be959ab9e.png');
    background-size: 46px 130px;
    background-position: 0 -39px;
    height: 22px;
    width: 44px
}
}

.object.flag.usa i {
    background-image: url('/img/sprite-s6e9692456d.png');
    background-position: 0 -61px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 23px;
    width: 44px
}

.object.flag.canada i {
    background-image: url('/img/canadian-flag.jpg');
    overflow: hidden;
    display: inline-block;
    height: 23px;
    width: 44px
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .object.flag.usa i {
    background-image: url('/img/sprite-2x-s0be959ab9e.png');
    background-size: 46px 130px;
    background-position: 0 -61px;
    height: 23px;
    width: 44px
}
}

.object.members-login-form {
    text-align: left;
    padding: 31px 20px 17px 20px;
    width: 100%;
    max-width: 570px;
    display: inline-block;
    background-color: white;
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top: 5px solid #2D539A
}

.object.members-login-form h1+.form-group,
.object.members-login-form h2+.form-group,
.object.members-login-form h3+.form-group,
.object.members-login-form h4+.form-group,
.object.members-login-form h5+.form-group,
.object.members-login-form h6+.form-group {
    margin-top: 25px
}

.object.members-login-form .message {
    background-color: #DDE8FF;
    color: #2D539A;
    border: 1px solid #2D539A;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    line-height: 20px;
    margin-bottom:10px;
    margin-top:10px;
}

.object.members-login-form .error {
    background-color: #ffebe8;
    color: #D0021B;
    border: 1px solid #D0021B;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    line-height: 20px
}


.object.members-login-form .input-error {
    background-color: #ffebe8;
    border: 1px solid #D0021B;
}


.object.members-login-form #pass-strength-result.strong {
    padding: 10px;
    font-weight: 400;
    text-transform: uppercase
}

.object.members-login-form .indicator-hint {
    margin-top: 20px !important;
    font-style: italic;
    font-family: "AvertaRegularItalic", sans-serif;
    font-size: .875em;
    line-height: 20px
}

.object.members-login-form .form-group {
    display: block
}

.object.members-login-form .form-group+.form-group {
    margin-top: 18px
}

.object.members-login-form .form-group label {
    display: block;
    font-size: .875em;
    letter-spacing: 0;
    line-height: 27px;
    color: #4B4B4B;
    font-family: "PT Serif Caption", serif
}

.object.members-login-form .form-group .form-control {
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #979797;
    width: 100%;
    font-size: .875em;
    letter-spacing: 0;
    line-height: 27px;
    padding: 6.5px 18px;
    margin-top: 3px
}

.object.members-login-form input[type="submit"] {
    margin-top: 26px;
    display: block;
    padding: 17px 27px 16px 27px
}

.object.members-login-form .forgotten-password-link {
    display: block;
    font-size: .75em;
    letter-spacing: 0;
    line-height: 17px;
    color: #2D539A;
    font-family: "PT Serif Caption", serif;
    text-align: center;
    text-decoration: underline;
    margin-top: 12px
}

.object.members-login-form .login-error {
    padding: 20px 10px
}

.object.members-login-form .login-error p {
    color: #D0021B;
    line-height: 23px;
    font-size: .875em
}

.dataTableArchive {
    padding: 40px 0 80px 0
}

@media all and (max-width: 900px) {
.research_print{
display:none;
}
    .dataTableArchive {
    padding: 20px 0 40px 0
}
}

.dataTableArchive__backButton {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%
}

.dataTableArchive__backButton-link {
    position: relative;
    padding: 14px 20px;
    display: inline-block;
    height: 40px;
    background: #2D539A;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-family: "AvertaBold", sans-serif;
    font-size: .75em;
    letter-spacing: 1px;
    transition: all .3s ease
}

.dataTableArchive__backButton-link span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    padding-left: 15px;
    background-image: url("../images/left-carot.svg");
    background-repeat: no-repeat;
    background-position: left center
}

.dataTableArchive__backButton-link:hover {
    background-color: #3968c1
}

.dataTableArchive__search {
    padding: 40px 0;
    font-size: 0;
    margin-top: -20px
}

@media all and (max-width: 900px) {
    .dataTableArchive__search-form {
    display: none
}
}

.dataTableArchive__search-form.visible {
    display: block
}

.dataTableArchive__searchToggle {
    width: 100%;
    padding: 8px 20px;
    background-color: #FAD038;
    font-size: 14px;
    text-align: center;
    color: white;
    font-family: "AvertaBold", sans-serif;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
    display: none;
    transition: background-color 150ms ease-in-out
}

.dataTableArchive__searchToggle:hover {
    background-color: #fbdc6a
}

@media all and (max-width: 900px) {
    .dataTableArchive__searchToggle {
    display: block
}
}

.dataTableArchive__search-form-column {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin-top: 20px
}

.dataTableArchive__search-form-column+.dataTableArchive__search-form-column {
    margin-left: 1.2%
}

.dataTableArchive__search-form-column:nth-child(5n+1) {
    margin-left: 0
}

@media all and (max-width: 900px) {
    .dataTableArchive__search-form-column {
    width: 24%
}
.dataTableArchive__search-form-column+.dataTableArchive__search-form-column {
    margin-left: 1.3%
}
.dataTableArchive__search-form-column:nth-child(4n+1) {
    margin-left: 0
}
}

@media all and (max-width: 1200px) {
    .carousel-inner .item img {
}

.tile.full-width-image-with-content{
    padding: 45px 0 55px 0;
}

}

@media (max-width: 900px){
    .tile.full-width-image-with-content .content h1 {
    font-size: 2.2em;
    line-height: 1.2em;
}
}

@media all and (max-width: 700px) {
    .dataTableArchive__search-form-column {
    width: 48%
}
.dataTableArchive__search-form-column+.dataTableArchive__search-form-column {
    margin-left: 4%
}
.dataTableArchive__search-form-column:nth-child(2n+1) {
    margin-left: 0
}
}

@media all and (max-width: 500px) {

#ama-page-22263 .container .content img{
float: none !important;
    width: 100% !important;
    margin: 0;
}

.tile.header .main-navigation .responsive-menu-close {
    top: -70px;
}

    .dataTableArchive__search-form-column {
    width: 100%
}
.dataTableArchive__search-form-column+.dataTableArchive__search-form-column {
    margin-left: 0
}
}

.dataTableArchive__search-form-label {
    display: block;
    color: #2D539A;
    font-size: 16px;
    margin-bottom: 8px;
    font-family: "AvertaBold", sans-serif
}

.dataTableArchive__search-form-input {
    display: block;
    width: 100%;
    border: 2px solid #d9d9d9;
    font-size: 16px;
    padding: 11px 10px;
    border-radius: 6px
}

.dataTableArchive__search-form-selectWrapper {
    display: block;
    border: 2px solid #d9d9d9;
    border-radius: 6px;
    overflow: hidden;
    background-image: url("/wp-content/themes/hinge_client_theme/dist/images/sprite/menu-drop-down-arrow-dark.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 10px 6px;
    cursor: pointer
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .dataTableArchive__search-form-selectWrapper {
    background-image: url("/wp-content/themes/hinge_client_theme/dist/images/sprite-2x/menu-drop-down-arrow-dark.png")
}
}

.dataTableArchive__search-form-selectWrapper-input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    border: none;
    height: 40px;
    -webkit-appearance: none;
    background-color: transparent;
    padding: 0 26px 0 10px;
    outline: none;
    cursor: pointer
}

.dataTableArchive__search-form-submitButton {
    background-color: #2D539A;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 6px;
    border: none;
    width: 100%;
    display: block;
    margin-top: 24px;
    padding: 13px;
    font-family: "AvertaBold", sans-serif;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 150ms ease-in-out
}

.dataTableArchive__search-form-submitButton:hover {
    background-color: #3968c1
}

@media all and (max-width: 500px) {
    .dataTableArchive__search-form-submitButton {
    margin-top: 0
}
}

.dataTableArchive__table {
    box-shadow: 0 1px 2px 0 rgba(195, 195, 195, 0.5), 0 4px 14px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    border-radius: 6px;
    overflow: hidden
}

.dataTableArchive__table thead {
    background-color: #2D539A;
    color: white;
    font-size: 18px;
    font-family: "AvertaRegular", sans-serif
}

.dataTableArchive__table thead th {
    padding: 20px
}

@media all and (max-width: 830px) {
    .dataTableArchive__table thead {
    display: none
}
}

.dataTableArchive__table tbody tr {
    background-color: white;
    font-size: 0;
    transition: background-color 150ms ease-in-out
}

.dataTableArchive__table tbody tr:nth-child(even),
.dataTableArchive__table tbody tr:hover {
    background-color: #F9F9F9
}

.dataTableArchive__table tbody tr td {
    padding: 20px;
    color: #39382C;
    position: relative;
    font-size: 18px
}

@media all and (max-width: 830px) {
    .dataTableArchive__table tbody tr td {
    display: inline-block;
    width: 50%;
    padding-top: 36px;
    padding-bottom: 0
}
.dataTableArchive__table tbody tr td:before {
    font-size: 12px;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #2D539A;
    text-transform: uppercase;
    font-family: "AvertaBold", sans-serif;
    text-transform: uppercase
}
.dataTableArchive__table tbody tr td:nth-child(1):before {
    content: "Title"
}
.dataTableArchive__table tbody tr td:nth-child(2):before {
    content: "First name(s)"
}
.dataTableArchive__table tbody tr td:nth-child(3):before {
    content: "Last name"
}
.dataTableArchive__table tbody tr td:nth-child(4):before {
    content: "Born"
}
.dataTableArchive__table tbody tr td:last-of-type {
    padding-top: 20px;
    padding-bottom: 20px
}
}

@media all and (max-width: 600px) {
    .dataTableArchive__table tbody tr td {
    display: block;
    width: 100%
}
}

@media all and (max-width: 830px) {
    .dataTableArchive__table tbody tr {
    display: block;
    width: 100%
}
}

@media all and (max-width: 830px) {
    .dataTableArchive__table tbody {
    display: block;
    width: 100%
}
}

.dataTableArchive__linkButton {
    background-color: #2D539A;
    padding: 9px 35px 9px 19px;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    font-family: "AvertaBold", sans-serif;
    border-radius: 3px;
    display: inline-block;
    background-image: url("/wp-content/themes/hinge_client_theme/dist/images/right-button-arrow.png");
    background-repeat: no-repeat;
    background-position: center right 19px;
    background-size: 6px 10px;
    transition: background-color 150ms ease-in-out
}

.dataTableArchive__linkButton:hover {
    background-color: #3968c1
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .dataTableArchive__linkButton {
    background-image: url("/wp-content/themes/hinge_client_theme/dist/images/right-button-arrow@2x.png")
}
}

.dataTableArchive__pagination {
    margin-top: 40px
}

.dataTableArchive__pagination-links {
    text-align: center;
    font-size: 0;
    margin-top: -10px
}

.dataTableArchive__pagination-links-link {
    display: inline-block;
    vertical-align: middle;
    background-color: #BEBEBE;
    font-size: 12px;
    font-family: "AvertaBold", sans-serif;
    color: white;
    border-radius: 3px;
    margin-top: 10px;
    transition: background-color 150ms ease-in-out
}

.dataTableArchive__pagination-links-link:hover {
    background-color: #3968c1
}

.dataTableArchive__pagination-links-link a {
    padding: 14px 17px;
    min-width: 40px;
    display: block
}

.dataTableArchive__pagination-links-link+.dataTableArchive__pagination-links-link {
    margin-left: 5px
}

.dataTableArchive__pagination-links-link--previous {
    margin-right: 30px;
    background-color: #2D539A
}

.dataTableArchive__pagination-links-link--previous a {
    max-width: 100%;
    padding: 14px 20px 14px 30px;
    background-image: url("/wp-content/themes/hinge_client_theme/dist/images/left-button-arrow.png");
    background-repeat: no-repeat;
    background-position: center left 18px;
    background-size: 6px 10px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .dataTableArchive__pagination-links-link--previous a {
    background-image: url("/wp-content/themes/hinge_client_theme/dist/images/left-button-arrow@2x.png")
}
}

.dataTableArchive__pagination-links-link--previous+.dataTableArchive__pagination-links-link {
    margin-left: 0
}

.dataTableArchive__pagination-links-link--next {
    background-color: #2D539A
}

.dataTableArchive__pagination-links-link--next a {
    max-width: 100%;
    padding: 14px 30px 14px 20px;
    background-image: url("/wp-content/themes/hinge_client_theme/dist/images/right-button-arrow.png");
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 6px 10px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .dataTableArchive__pagination-links-link--next a {
    background-image: url("/wp-content/themes/hinge_client_theme/dist/images/right-button-arrow@2x.png")
}
}

.dataTableArchive__pagination-links-link+.dataTableArchive__pagination-links-link--next {
    margin-left: 30px
}

.dataTableArchive__pagination-links-link--active {
    background-color: #2D539A
}

.memlogSingle {
    padding: 30px 0 80px 0
}

.memlogSingle-linkButton {
    background-color: #2D539A;
    padding: 14px 20px 14px 34px;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    font-family: "AvertaBold", sans-serif;
    border-radius: 3px;
    display: inline-block;
    background-image: url("/wp-content/themes/hinge_client_theme/dist/images/left-button-arrow.png");
    background-repeat: no-repeat;
    background-position: center left 19px;
    background-size: 6px 10px;
    transition: background-color 150ms ease-in-out
}

.memlogSingle-linkButton:hover {
    background-color: #3968c1
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .memlogSingle-linkButton {
    background-image: url("/wp-content/themes/hinge_client_theme/dist/images/left-button-arrow@2x.png")
}
}

.memlogSingle__sections {
    box-shadow: 0 1px 2px 0 rgba(195, 195, 195, 0.5), 0 4px 14px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 48px;
    font-size: 0
}

.memlogSingle__sections-section {
    padding: 54px 50px 66px 50px;
    width: 100%;
    background-color: white
}

.memlogSingle__sections-section--grey {
    background-color: #F9F9F9
}

@media all and (max-width: 960px) {
    .memlogSingle__sections-section {
    padding: 30px
}
}

.memlogSingle__sections-section-title {
    color: #2A509B;
    font-size: 20px;
    line-height: 25px;
    font-family: "PT Serif Caption", serif
}

.memlogSingle__content {
    margin-top: 35px;
    font-size: 0
}

.memlogSingle__content--birthAndDeath {
    width: 49%;
    display: inline-block;
    vertical-align: top
}

.memlogSingle__content--birthAndDeath+.memlogSingle__content {
    border-left: 1px solid #2D539A;
    padding-left: 100px;
    margin-left: 2%
}

@media all and (max-width: 750px) {
    .memlogSingle__content--birthAndDeath {
    width: 100%
}
.memlogSingle__content--birthAndDeath+.memlogSingle__content {
    border-top: 1px solid #2D539A;
    border-left: none;
    padding-top: 20px;
    padding-left: 0;
    margin-left: 0
}
}

.memlogSingle__content--profile {
    width: 49%;
    display: inline-block;
    vertical-align: top
}

.memlogSingle__content--profile+.memlogSingle__content--profile {
    padding-left: 100px;
    margin-left: 2%
}

@media all and (max-width: 768px) {

.research_print{
display:none;
}

    .search-tab li{
    margin-bottom: 30px;
}

.search-tab-with-sections .search-tab li a{
    height: 110px;
}

.research_column {
    width:100%;
}

.search_filter_panel &gt; div:nth-child(even){
    padding-left:0px !important;
}

.search_filter_panel_body .btn{
    width:100%;
    margin-bottom:10px;
}

.search_filter_panel_body:first-child{
    display:none;
}

.search-tab-with-sections{
    margin-bottom:25px;
}

#ama-field-68003 .container{
    padding-right:20px !important;
}

#ama-page-22393 .content-plus-sidebar{
    padding: 0;
}

.search_results_text{
    height:auto !important;
}

.search-tab-with-sections{
    clear: both;
}

.memlogSingle__content--profile {
    width: 100%
}
.memlogSingle__content--profile+.memlogSingle__content--profile {
    padding-top: 20px;
    padding-left: 0;
    margin-left: 0
}
}

.memlogSingle__content--memorialHalfWidth {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.memlogSingle__content--memorialHalfWidth+.memlogSingle__content--memorialHalfWidth {
    width: 48%;
    width: 48%;
    margin-left: 2%
}

@media all and (max-width: 768px) {
    .memlogSingle__content--memorialHalfWidth {
    width: 100%
}
.memlogSingle__content--memorialHalfWidth+.memlogSingle__content--memorialHalfWidth {
    width: 100%;
    margin-left: 0;
    margin-top: 20px
}
}

.memlogSingle__content+.memlogSingle__content {
    margin-top: 28px
}

.memlogSingle__content-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px
}

.memlogSingle__content-item--title {
    width: 25%;
    margin-left: 0
}

@media all and (max-width: 880px) {
    .memlogSingle__content-item--title {
    width: 100%
}
}

.memlogSingle__content-item--firstname {
    width: calc(25% - 20px)
}

@media all and (max-width: 880px) {
    .memlogSingle__content-item--firstname {
    width: 50%;
    margin-left: 0;
    margin-top: 35px
}
}

@media all and (max-width: 600px) {
    .memlogSingle__content-item--firstname {
    width: 100%;
    margin-left: 0;
    margin-top: 20px
}
}

.memlogSingle__content-item--lastname {
    width: calc(50% - 20px)
}

@media all and (max-width: 880px) {
    .memlogSingle__content-item--lastname {
    margin-top: 35px
}
}

@media all and (max-width: 600px) {
    .memlogSingle__content-item--lastname {
    width: 100%;
    margin-left: 0;
    margin-top: 20px
}
}

.memlogSingle__content-item--postnominals {
    width: 50%;
    margin-left: 0
}

@media all and (max-width: 600px) {
    .memlogSingle__content-item--postnominals {
    width: 100%;
    margin-left: 0
}
}

.memlogSingle__content-item--awards {
    width: calc(50% - 20px)
}

@media all and (max-width: 600px) {
    .memlogSingle__content-item--awards {
    width: 100%;
    margin-left: 0;
    margin-top: 20px
}
}

.memlogSingle__content-item--born,
.memlogSingle__content-item--died {
    width: 100%;
    margin-left: 0
}

.memlogSingle__content-item--location {
    width: calc(50% - 10px);
    margin-left: 0;
    margin-top: 28px
}

.memlogSingle__content-item--county {
    width: calc(50% - 10px);
    margin-top: 28px
}

.memlogSingle__content-item--country {
    width: calc(50% - 10px);
    margin-left: 0;
    margin-top: 28px
}

.memlogSingle__content-item--coords {
    width: calc(50% - 10px);
    margin-top: 28px
}

@media all and (max-width: 1040px) {
    .memlogSingle__content-item--location,
    .memlogSingle__content-item--county,
    .memlogSingle__content-item--country,
    .memlogSingle__content-item--coords {
    width: 100%;
    margin-left: 0
}
}

@media all and (max-width: 400px) {
.tile.header .main-navigation .responsive-menu-close {
    top: -55px;
}
}

.memlogSingle__content-item--profileDescription {
    width: 100%;
    margin-left: 0
}

.memlogSingle__content-item--profileDescription .alignleft {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 175px;
    width: 100% !important
}

.memlogSingle__content-item--profileDescription .alignleft img {
    max-width: 100%
}

.memlogSingle__content-item--profileDescription .alignleft .wp-caption-text {
    font-size: 15px;
    color: #39382C;
    font-family: "AvertaRegularItalic", sans-serif
}

.memlogSingle__content-item--ships {
    width: 100%;
    margin-left: 0
}

.memlogSingle__content-item--significantBattles {
    width: 100%;
    margin-left: 0;
    margin-top: 28px
}

@media all and (max-width: 768px) {
    .memlogSingle__content-item--profileDescription,
    .memlogSingle__content-item--ships,
    .memlogSingle__content-item--significantBattles {
    width: 100%
}
}

.memlogSingle__content-item--typeOfMemorial,
.memlogSingle__content-item--erected {
    width: 22%;
    margin-left: 0
}

.memlogSingle__content-item--typeOfMaterial,
.memlogSingle__content-item--lastMaintained {
    width: calc(30% - 20px)
}

.memlogSingle__content-item--riskLevel,
.memlogSingle__content-item--lastMaintainedBy {
    width: calc(48% - 20px)
}

.memlogSingle__content-item--inscription {
    width: 52%;
    margin-left: 0
}

.memlogSingle__content-item--remarksOnCondition {
    width: calc(48% - 20px)
}

.memlogSingle__content-item--recommendedConservation {
    width: 100%;
    margin-left: 0
}

.memlogSingle__content-item--plaque {
    width: 100%
}

@media all and (max-width: 768px) {
    .memlogSingle__content-item--plaque {
    margin-left: 0
}
}

.memlogSingle__content-item--whenErected {
    width: 100%;
    margin-top: 28px
}

@media all and (max-width: 768px) {
    .memlogSingle__content-item--whenErected {
    margin-left: 0
}
}

.memlogSingle__content-item--memorialImageBefore {
    width: 100%;
    margin-left: 0;
    max-width: 300px
}

.memlogSingle__content-item--memorialImageBefore img {
    max-width: 100%;
    margin-top: 10px;
    max-width: 300px
}

@media all and (max-width: 830px) {
    .memlogSingle__content-item--memorialImageBefore {
    width: 100%
}
}

.memlogSingle__content-item--memorialImageAfter {
    width: 100%;
    margin-left: 80px;
    max-width: 300px
}

.memlogSingle__content-item--memorialImageAfter img {
    max-width: 100%;
    margin-top: 10px;
    max-width: 300px
}

@media all and (max-width: 830px) {
    .memlogSingle__content-item--memorialImageAfter {
    width: 100%;
    margin-left: 0;
    margin-top: 20px
}
}

@media all and (max-width: 860px) {
    .memlogSingle__content-item--typeOfMemorial,
    .memlogSingle__content-item--erected,
    .memlogSingle__content-item--typeOfMaterial,
    .memlogSingle__content-item--lastMaintained,
    .memlogSingle__content-item--riskLevel,
    .memlogSingle__content-item--lastMaintainedBy {
    width: 100%;
    margin-left: 0
}
.memlogSingle__content-item--typeOfMemorial,
.memlogSingle__content-item--typeOfMaterial,
.memlogSingle__content-item--lastMaintained,
.memlogSingle__content-item--riskLevel,
.memlogSingle__content-item--lastMaintainedBy {
    margin-top: 20px
}
}

@media all and (max-width: 800px) {
    .memlogSingle__content-item--inscription,
    .memlogSingle__content-item--remarksOnCondition {
    width: 100%;
    margin-left: 0;
    margin-top: 20px
}
}

.memlogSingle__content-item-label {
    font-size: 18px;
    line-height: 27px;
    color: #2D539A;
    font-family: "AvertaSemiBold", sans-serif
}

.memlogSingle__content-item-value {
    font-size: 18px;
    line-height: 27px;
    color: #39382C;
    font-family: "AvertaRegular", sans-serif;
    margin-top: 8px
}

.memlogSingle__content-item-value-fauxRadio {
    display: inline-block;
    vertical-align: middle
}

.memlogSingle__content-item-value-fauxRadio+.memlogSingle__content-item-value-fauxRadio {
    margin-left: 20px
}

.memlogSingle__content-item-value-fauxRadio-input {
    border: 3px solid #DCDCDC;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.memlogSingle__content-item-value-fauxRadio-input.selected:after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background-color: #2D539A;
    content: "";
    border-radius: 50%
}

.memlogSingle__content-item-value-fauxRadio-label {
    display: inline-block;
    vertical-align: middle
}

.menAtTrafalgarSingle {
    position: relative;
    margin: 0;
    padding: 60px 40px;
    display: block;
    width: 100%
}

@media all and (max-width: 600px) {
    .menAtTrafalgarSingle {
    padding: 30px 20px
}
}

.menAtTrafalgarSingle__backButton {
    padding: 14px 20px 14px 34px;
    background-color: #2D539A;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    font-family: "AvertaBold", sans-serif;
    border-radius: 3px;
    display: inline-block;
    background-image: url("../images/left-carot.svg");
    background-repeat: no-repeat;
    background-position: center left 19px;
    background-size: 6px 10px;
    transition: background-color 150ms ease-in-out
}

.menAtTrafalgarSingle__backButton:hover {
    background-color: #3968c1
}

.menAtTrafalgarSingle__blocks {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 48px;
    display: block;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(195, 195, 195, 0.5), 0 4px 14px 0 rgba(0, 0, 0, 0.08);
    border-radius: 6px
}

@media all and (max-width: 600px) {
    .menAtTrafalgarSingle__blocks {
    margin-top: 30px
}
}

.menAtTrafalgarSingle__block {
    position: relative;
    padding: 54px 50px 66px 50px;
    width: 100%;
    background-color: white
}

.menAtTrafalgarSingle__block:nth-child(odd) {
    background-color: #F9F9F9
}

@media all and (max-width: 960px) {
    .menAtTrafalgarSingle__block {
    padding: 30px
}
}

.menAtTrafalgarSingle__title {
    color: #2D539A;
    font-family: "PT Serif Caption", serif;
    font-size: 20px;
    line-height: 25px
}

@media all and (max-width: 500px) {
    .menAtTrafalgarSingle__title {
    font-size: 18px
}
}

.menAtTrafalgarSingle__title span {
    color: #4B4B4B;
    font-style: italic;
    font-size: 13px
}

@media screen and (max-width: 475px) {
    .menAtTrafalgarSingle__title span {
    display: block
}
}

.menAtTrafalgarSingle__items {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    font-size: 0
}

.menAtTrafalgarSingle__item {
    position: relative;
    padding: 0;
    padding-top: 35px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 20px)
}

.menAtTrafalgarSingle__item+.menAtTrafalgarSingle__item {
    margin-left: 20px
}

@media all and (max-width: 960px) {
    .menAtTrafalgarSingle__item {
    width: calc(50% - 40px)
}
.menAtTrafalgarSingle__item:nth-child(odd) {
    margin-left: 0
}
.menAtTrafalgarSingle__item:nth-child(even) {
    margin-left: 40px
}
}

@media all and (max-width: 450px) {
    .menAtTrafalgarSingle__item {
    padding-top: 18px;
    width: calc(100% - 40px)
}
.menAtTrafalgarSingle__item:nth-child(odd),
.menAtTrafalgarSingle__item:nth-child(even) {
    margin-left: 0
}
}

.menAtTrafalgarSingle__item-content {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 16px
}

.menAtTrafalgarSingle__item-label {
    color: #2D539A;
    font-family: "AvertaSemiBold", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px
}

@media all and (max-width: 500px) {
    .menAtTrafalgarSingle__item-label {
    font-size: 16px
}
}

.menAtTrafalgarSingle__item-value {
    padding-top: 5px;
    color: #39382C;
    font-family: "AvertaRegular", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px
}

@media all and (max-width: 500px) {
    .menAtTrafalgarSingle__item-value {
    font-size: 16px
}
}

.menAtTrafalgarSingle__textBlock {
    position: relative;
    margin: 0;
    padding-top: 10px;
    display: block;
    width: 100%
}

.menAtTrafalgarSingle__textBlock h1,
.menAtTrafalgarSingle__textBlock h2,
.menAtTrafalgarSingle__textBlock h3,
.menAtTrafalgarSingle__textBlock h4,
.menAtTrafalgarSingle__textBlock h5,
.menAtTrafalgarSingle__textBlock h6,
.menAtTrafalgarSingle__textBlock p,
.menAtTrafalgarSingle__textBlock ul,
.menAtTrafalgarSingle__textBlock ol,
.menAtTrafalgarSingle__textBlock li {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    display: block;
    width: 100%;
    color: #4B4B4B;
    font-family: "PT Serif Caption", serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px
}

@media all and (max-width: 500px) {
    .menAtTrafalgarSingle__textBlock h1,
    .menAtTrafalgarSingle__textBlock h2,
    .menAtTrafalgarSingle__textBlock h3,
    .menAtTrafalgarSingle__textBlock h4,
    .menAtTrafalgarSingle__textBlock h5,
    .menAtTrafalgarSingle__textBlock h6,
    .menAtTrafalgarSingle__textBlock p,
    .menAtTrafalgarSingle__textBlock ul,
    .menAtTrafalgarSingle__textBlock ol,
    .menAtTrafalgarSingle__textBlock li {
    padding-top: 10px;
    font-size: 15px
}
}

.menAtTrafalgarSingle__textBlock li {
    padding-top: 3px;
    padding-left: 10px
}

.menAtTrafalgarSingle__textBlock h1,
.menAtTrafalgarSingle__textBlock h2,
.menAtTrafalgarSingle__textBlock h3,
.menAtTrafalgarSingle__textBlock h4,
.menAtTrafalgarSingle__textBlock h5,
.menAtTrafalgarSingle__textBlock h6 {
    font-weight: bold
}

.menAtTrafalgarSingle__textBlock a {
    color: #2D539A;
    font-family: "PT Serif Caption", serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px
}

.menAtTrafalgarSingle__list {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    display: block;
    width: 100%
}

.menAtTrafalgarSingle__list-item {
    padding-top: 5px;
    color: #2D539A;
    font-family: "PT Serif Caption", serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px
}

@media all and (max-width: 500px) {
    .menAtTrafalgarSingle__list-item {
    font-size: 14px
}
}

.menAtTrafalgarSingle__list-item span {
    color: #4B4B4B;
    font-style: italic;
    font-size: 12px
}

@media all and (max-width: 500px) {
    .menAtTrafalgarSingle__list-item span {
    font-size: 11px
}
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    background-color: white;
}

.container {
    width: 100%;
    padding: 0 40px;
    height: 100%;
    margin: 0 auto;
    position: relative
}

.site-wrapper {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.15);
    background-color: white;
    overflow: hidden
}

select::-ms-expand {
    display: none
}

@media print {

.popupLink img{
display:none;
}

.searchresults_ table th:last-child {
display:none;
}

.searchresults_ table tr td:last-child {
display:none;
}

.kedge_block{
width: 50%;
}

.tile h1{
font-size: 3em;
}

.facebook-action img{
display:none;
}

.carousel{
display:none;
}

#ama-page-21285 .tile.full-width-image-with-content{
position: static;
}

.tile.full-width-image-with-content .content a.single-link{
display:none;
}

  a[href]:after {
    content: none;
  }

    * {
        color: #39382C !important
    }
.searchresults_ .search_text{
        display: none;
}

.tile.header .main-navigation{
        display: none;
}
    .tile.footer {
        display: none;
    }
    .object.join-the-club-form {
        display: block;
    }
    .object.join-the-club-form p {
        display: block !important
    }
    .object.join-the-club-form h1,
    .object.join-the-club-form h2,
    .object.join-the-club-form h3,
    .object.join-the-club-form h4,
    .object.join-the-club-form h5,
    .object.join-the-club-form h6 {
        display: block !important
    }
    .tile.content-plus-sidebar {
        padding-top: 0 !important
    }
    .tile.content-plus-sidebar .sidebar {
        display: none
    }
    .tile.content-plus-sidebar .content {
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important
    }
    /*.tile.content-plus-sidebar .content p {
    display: none
    }
    .tile.content-plus-sidebar .content h1,
    .tile.content-plus-sidebar .content h2,
    .tile.content-plus-sidebar .content h3,
    .tile.content-plus-sidebar .content h4,
    .tile.content-plus-sidebar .content h5,
    .tile.content-plus-sidebar .content h6 {
    display: none
    }*/
    .object.button-style-five {
        display: none
    }
    .object.paragraph-style-one,
    .body-style p,
    .body-style ul li,
    .object.join-the-club-form label {
        font-size: .875em !important
    }
    .object.heading-style-two,
    .body-style h2,
    .body-style h3,
    .body-style h4,
    .body-style h5,
    .body-style h6 {
        font-size: .875em !important
    }
    .object.join-the-club-form h3+.radio-input-group {
        margin-top: 10px
    }
    .radio-input-group+.radio-input-group {
        margin-top: 0
    }
    .checkbox-input-group+.checkbox-input-group {
        margin-top: 0
    }
    .object.join-the-club-form .form-section+.form-section {
        padding-top: 20px;
        margin-top: 20px
    }
    .object.join-the-club-form .radio-input-group .radio-input input[type="radio"] {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        position: relative
    }
    .object.join-the-club-form .radio-input-group .radio-input:before,
    .object.join-the-club-form .radio-input-group .radio-input:after {
        display: none
    }
    .object.join-the-club-form .checkbox-input-group .checkbox-input input[type="checkbox"] {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        position: relative;
        top: 0;
        left: 0
    }
    .object.join-the-club-form .checkbox-input-group .checkbox-input:before,
    .object.join-the-club-form .checkbox-input-group .checkbox-input:after {
        display: none;
    }

    .print_hidden,
    .search_results_text,
    .search_section_text.with-text a.btn,
    .searchresults_ tr .search-more-info,
    .search_pagination{
        display: none;
    }

    .searchresults_ tr .print_hidden{
                    display: table-cell;;
    }

    .search_section_text.with-text{
        float: none;
    }

    .searchresults_ tr td.hidden-info{
        /*display:block !important;*/
    }
    .searchresults_ tr td{

    }

        .searchresults_ table th .pull-right{
        display:none;
        }

        .searchresults_ table { page-break-inside: auto; font-size:10px; }
        .searchresults_ tr    { page-break-inside: auto; page-break-after: auto }
        .searchresults_ thead { display: table-header-group }
        .searchresults_ tfoot { display: table-footer-group }

    .searchresults_ tr:nth-of-type(odd){
        xborder-top:none !important; 
    }

            .table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td{
            padding:5px;
            }

.tile.full-width-image-with-content{

}

.search_section_text.with-text{
padding:0px;
margin:0px;
position:static;
float:none;
font-size:12px;
}

.tile.full-width-image-with-content{
padding:0px;
margin:0px;
position:static;
float:none;
}

.object.join-the-club-form .user-details-form-inputs .form-input-group label{
    width: 25% !important;
    display: inline-block important;
}

.object.form .form-control{
    width: 70% !important;
    display: inline-block !important;
margin-top: 0px !important;
}

}

@media all and (max-width: 1220px) {

#ama-page-22923 .tile.header .masthead-crest {
    display: none;
}

.tile.header .masthead-crest {
}
.full-width-image-with-content .container{
    margin-left:0px !important;
}
.tile.header .header-login-form {
    display: none
}
.tile.header .header-container {
    max-width: 100%;
    margin: 0;
    text-align: center;
    padding: 14.5px 10px
}
}

@media all and (max-width: 1023px) {

.mobile-menu-open, .mobile-menu-open #snap-content{
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.tile.header .main-navigation ul.active{
    overflow:auto;
}
.tile.header .main-navigation .responsive-menu-close.active {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    cursor: pointer;
    display: block;
}

.tile.header+.tile.content-plus-sidebar {
    margin-top: 0
}
.tile.header .main-navigation {
    min-height: 43px;
    padding: 0 20px !important;
}
.tile.header .main-navigation.sticky {
    position: fixed;
    top: 0;
    left: 0
}
.tile.header .main-navigation ul {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 83, 154, 0.95);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: .95;
    padding-top: 100px;
    padding-top: 40px;
    z-index: 80;
}
.tile.header .main-navigation ul.active {
    display: block
}
.tile.header .main-navigation ul li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0
}
.tile.header .main-navigation ul li.active a:after,
.tile.header .main-navigation ul li:hover a:after {
    background-color: white
}
.tile.header .main-navigation ul li a {
    color: white;
    font-size: 1.25em
}
.tile.header .main-navigation ul li.has-dropdown {
    padding-right: 0
}
.tile.header .main-navigation ul li.has-dropdown:after {
    display: none;

}
.tile.header .main-navigation ul li.has-dropdown:hover {
    /*background-color: #2D539A;*/
    background-color: rgba(45, 83, 154, 0.95);
    box-shadow: none;

}
.tile.header .main-navigation ul li.has-dropdown:hover a {
    color: white
}
.tile.header .main-navigation ul li.has-dropdown:hover .sub-menu {
    box-shadow: none
}
.tile.header .main-navigation ul li.has-dropdown+li {
    /*padding-top: 2px*/
}
.tile.header .main-navigation ul li.has-dropdown .sub-menu {
    display: block;
    position: relative;
    width: 100%;
    top: 0;
    padding-top: 4px;
    box-shadow: none;
    background-color: transparent
}
.tile.header .main-navigation ul li.has-dropdown .sub-menu li {
    background-color: transparent;
    padding: 4px 15px
}
.tile.header .main-navigation ul li.has-dropdown .sub-menu li.active {
    background-color: #2D539A
}
.tile.header .main-navigation ul li.has-dropdown .sub-menu li a {
    color: white
}
.tile.header .main-navigation ul li.has-dropdown .sub-menu li+li {
    border-top: none
}
.tile.header .main-navigation .responsive-login-link,
.tile.header .main-navigation .responsive-menu-open {
    display: inline-block
}

}

@media all and (max-width: 1100px) {
    .container {
    width: 100%
}
}

@media all and (max-width: 950px) {
    .tile.content-plus-sidebar .content {
    max-width: 100%;
    display: block
}
.tile.content-plus-sidebar .sidebar {
    margin-left: 0;
    max-width: 100%;
    display: block;
    position: relative
}
.tile.content-plus-sidebar .sidebar .sidebar-module:first-of-type {
    position: relative;
    /* margin-top: 34px; */
    /* padding-top: 38px */
}
.tile.content-plus-sidebar .sidebar .sidebar-module:first-of-type:before {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* content: "•••"; */
    color: #39382C
}
}

@media all and (max-width: 850px) {
    .tile.four-column-grid ul li {
    max-width: 45%
}
.tile.four-column-grid ul li+li {
    margin-left: 10%
}
.tile.four-column-grid ul li:nth-child(4n-1) {
    margin-left: 0
}
.tile.footer .left {
    width: 100%;
    text-align: left
}
.tile.footer .right {
    width: 100%;
    text-align: left;
    margin-top: 22px
}
.tile.three-column-grid ul li {
    max-width: 49%
}
.tile.three-column-grid ul li:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0
}
.tile.three-column-grid ul li:nth-child(2n) {
    /*margin-left: 10%*/
}
}

@media all and (max-width: 700px) {

    .carousel-inner .item img{
    min-width: 600px;
    overflow: hidden;
}

.tile.page-not-found {
    padding: 100px 0
}
.container {
    padding-left: 20px;
    padding-right: 20px
}
.object.heading-style-one,
.tile.full-width-image-with-content .content h1,
.tile.full-width-image-with-content .content h2,
.tile.full-width-image-with-content .content h3,
.tile.full-width-image-with-content .content h4,
.tile.full-width-image-with-content .content h5,
.tile.full-width-image-with-content .content h6 {
    font-size: 1.6875em;
    line-height: 36px
}

.tile.full-width-image-with-content .content h1{
    font-size: 1.2em;
    line-height: 1.2em;
}

.tile.full-width-image-with-content {
    padding: 37px 0
}
.tile.full-width-image-with-content .content a {
    margin-bottom: 0 !important
}
.tile.full-width-image-with-content .copyright-information {
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    text-align: left;
    max-width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px
}
.tile.left-content-with-right-facebook-action .left-content {
    max-width: 100%
}
.tile.left-content-with-right-facebook-action .left-content p {
    font-size: .75em;
    line-height: 23px
}
.tile.left-content-with-right-facebook-action .facebook-action {
    margin-left: 0;
    max-width: 100%;
    display: block;
    margin-top: 21px
}
.tile.left-content-with-right-facebook-action .facebook-action span {
    font-size: .875em;
    line-height: 25px;
    max-width: 100%;
    text-align: left
}
.tile.left-content-with-right-facebook-action .facebook-action i {
    display: none
}
.tile.image-plus-map .image {
    max-width: 100%;
    height: 50%
}
.tile.image-plus-map .map {
    max-width: 100%;
    height: 50%
}
}

@media all and (max-width: 600px) {
    .object.join-the-club-form .user-details-form-inputs .form-input-group label {
    max-width: 100%
}
.object.join-the-club-form .user-details-form-inputs .form-input-group .select-input {
    max-width: 100%;
    margin-left: 0;
    margin-top: 10px;
    display: block
}
.object.join-the-club-form .user-details-form-inputs .form-input-group input[type="text"],
.object.join-the-club-form .user-details-form-inputs .form-input-group textarea,
.object.join-the-club-form .user-details-form-inputs .form-input-group input[type="email"] {
    max-width: 100%;
    margin-left: 0;
    margin-top: 10px;
    display: block
}
}

@media all and (max-width: 550px) {
    .tile.four-column-grid ul li {
    max-width: 100%
}
.tile.four-column-grid ul li+li {
    margin-left: 0
}
.tile.four-column-grid ul li:nth-child(4n-1) {
    margin-left: 0
}
.tile.three-column-grid ul li {
    max-width: 100%
}
.tile.three-column-grid ul li:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0
}
.tile.three-column-grid ul li:nth-child(2n) {
    margin-left: 0
}
}

@media all and (max-width: 400px) {
    .object.button-style-five {
    padding: 20px 10px 18px 10px;
    font-size: .9375em
}
}





/* greek-ext */
@font-face {
    font-family: 'Cardo';
    font-style: italic;
    font-weight: 400;
    src: local('Cardo Italic'), local('Cardo-Italic'), url(https://fonts.gstatic.com/s/cardo/v9/TlFZkHvdcEKx9Hp-bf5fqfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Cardo';
    font-style: italic;
    font-weight: 400;
    src: local('Cardo Italic'), local('Cardo-Italic'), url(https://fonts.gstatic.com/s/cardo/v9/G9OYyU4q7QbMVwPcakrC5PY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
    font-family: 'Cardo';
    font-style: italic;
    font-weight: 400;
    src: local('Cardo Italic'), local('Cardo-Italic'), url(https://fonts.gstatic.com/s/cardo/v9/5gx0rRbX4BTFUR9HcXjhTPY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Cardo';
    font-style: italic;
    font-weight: 400;
    src: local('Cardo Italic'), local('Cardo-Italic'), url(https://fonts.gstatic.com/s/cardo/v9/y7hsfzVRyvnGGoGOmHdTeA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* greek-ext */
@font-face {
    font-family: 'Cardo';
    font-style: normal;
    font-weight: 400;
    src: local('Cardo'), local('Cardo-Regular'), url(https://fonts.gstatic.com/s/cardo/v9/IG4DpJdcfaM4xln_vfh5jQ.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Cardo';
    font-style: normal;
    font-weight: 400;
    src: local('Cardo'), local('Cardo-Regular'), url(https://fonts.gstatic.com/s/cardo/v9/nlGT-2rsvmEdRn3zJayfCg.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
    font-family: 'Cardo';
    font-style: normal;
    font-weight: 400;
    src: local('Cardo'), local('Cardo-Regular'), url(https://fonts.gstatic.com/s/cardo/v9/20cHEn_N7ful33K3E0HU-A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Cardo';
    font-style: normal;
    font-weight: 400;
    src: local('Cardo'), local('Cardo-Regular'), url(https://fonts.gstatic.com/s/cardo/v9/XRgRvJ9BvurZhQZpuWMwgw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* greek-ext */
@font-face {
    font-family: 'Cardo';
    font-style: normal;
    font-weight: 700;
    src: local('Cardo Bold'), local('Cardo-Bold'), url(https://fonts.gstatic.com/s/cardo/v9/CArtGq9Q3qzj8QUXKfz9aBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Cardo';
    font-style: normal;
    font-weight: 700;
    src: local('Cardo Bold'), local('Cardo-Bold'), url(https://fonts.gstatic.com/s/cardo/v9/CvMoq5iQN4SnWOQK2mLIFRTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
    font-family: 'Cardo';
    font-style: normal;
    font-weight: 700;
    src: local('Cardo Bold'), local('Cardo-Bold'), url(https://fonts.gstatic.com/s/cardo/v9/r0h4P9Dqj1DZ70AvtoJm0BTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Cardo';
    font-style: normal;
    font-weight: 700;
    src: local('Cardo Bold'), local('Cardo-Bold'), url(https://fonts.gstatic.com/s/cardo/v9/X-1BEHTKpRYzad3JEXy9-vesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */
@font-face {
    font-family: 'PT Serif Caption';
    font-style: italic;
    font-weight: 400;
    src: local('PT Serif Caption Italic'), local('PTSerif-CaptionItalic'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/0kfPsmrmTSgiec7u_Wa0DHmJ79bu6VFgdT008zTjaHM.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'PT Serif Caption';
    font-style: italic;
    font-weight: 400;
    src: local('PT Serif Caption Italic'), local('PTSerif-CaptionItalic'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/0kfPsmrmTSgiec7u_Wa0DHjkIOFQhYE7lo0N5GskLd8.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'PT Serif Caption';
    font-style: italic;
    font-weight: 400;
    src: local('PT Serif Caption Italic'), local('PTSerif-CaptionItalic'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/0kfPsmrmTSgiec7u_Wa0DHPHsOuMQPWAuKhWtXEaFeA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'PT Serif Caption';
    font-style: italic;
    font-weight: 400;
    src: local('PT Serif Caption Italic'), local('PTSerif-CaptionItalic'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/0kfPsmrmTSgiec7u_Wa0DP8amWhcq_uyVekFfhuUxy8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'PT Serif Caption';
    font-style: normal;
    font-weight: 400;
    src: local('PT Serif Caption'), local('PTSerif-Caption'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/7xkFOeTxxO1GMC1suOUYWf6BL1Q4QJabw7lYTUNMQ4s.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'PT Serif Caption';
    font-style: normal;
    font-weight: 400;
    src: local('PT Serif Caption'), local('PTSerif-Caption'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/7xkFOeTxxO1GMC1suOUYWUZoN6jvKtch2Gutd6iI7xg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'PT Serif Caption';
    font-style: normal;
    font-weight: 400;
    src: local('PT Serif Caption'), local('PTSerif-Caption'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/7xkFOeTxxO1GMC1suOUYWYXJmFOhlXHJlUhaF8xQ1OM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'PT Serif Caption';
    font-style: normal;
    font-weight: 400;
    src: local('PT Serif Caption'), local('PTSerif-Caption'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/7xkFOeTxxO1GMC1suOUYWb6cM-LMFQwoMtZfMYS1DLM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.form-signin .btn-login {
    background: rgba(44, 48, 121, 0.76);
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
    margin: 20px 0 5px;
}

.login-wrap {
    padding: 20px;
    position: relative;
}

.sign-title {
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #265094;
    position: relative;
    top: -35px;
    left: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto;
    background: #14b5eb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
border-color: black;
    border-width: 1px;
    border-style: solid;		
}

.login-body{
    padding:10px;
    border: 1px solid #d6d5d5;
    width: 500px;
    margin: auto;
    position: relative;
    display: block;
    z-index: 1000;
}

.login-body{
    background: #A7C5ED url("/img/top-view-medical-pills-capsules-blue-background.jpg") no-repeat fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
}

.login-body .c-label{
    width:200px;
    display: inline-block;
}

.login-body legend{
    color:#2D539A;
    padding-bottom:20px;
}

.login-body .c-form-control{
    width:200px;
}

.login-body .u-mb3{
    padding-bottom:10px;
}

.login-body label.error{
    width: 100%;
    display: block;
    color: red;
}

.main_container {
    overflow:auto;
    min-height:500px;
}

#mceu_48-t2{
    display:none !important;
}

figure.image{
    padding-top:10px;
    padding-bottom:10px;
}

figure.image figcaption {
    background-color: #F0F0F0;
    color: #707070;
    line-height: 16px;
    font-size: 11px;
    font-family: "PT Serif Caption", serif;
    padding: 7px 16px 9px 16px;
}

.panel-heading.sticky{
    position:fixed;
    z-index: 100;
    max-width:1358px;
    width:100%;
    height:42px;
}

.panel-body.stuck_top{
    padding-top:57px !important;
}

.events h4 {
    padding-top:1em !important;
    font-size: 1.25em;
}

.events p:first-of-type {
    font-size:1em !important;
}

.events p {
    font-size:1em;
}

.events p+p {
    margin-top: 0.25em;
}

#ama-page-22313 .tile.content-plus-sidebar .content p:first-of-type{
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
}

#ama-page-22313 .tile.content-plus-sidebar .content p:first-of-type+p{
    margin-top: 27px;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}
b, strong {
    font-weight: bold;
}

.kedge_pdfs{

}

.logged_in_view{

}

.logged_in_view p{
    color:white;
    padding-bottom:8px;
}

.logged_in_view a{
    color:black;
    display:block;
    padding-bottom:5px;

    float:left;
}

.kedge_block{
    padding:10px;
}

.kedge_block img{
    width:100%;
    box-shadow: 5px 5px 5px 0px #e8e8e8;
    border:solid 1px #d2d0d0;
    cursor: pointer;
}

.kedge_block:hover img {
    transform: scale(1.03);
}

.kedge_text{
    padding-left:15px;
    font-size:14px;
}

.kedge_text p{
    font-size:14px;
    margin-top:0px !important;
    line-height: 1.5em;
}

.kedge_block .kedge_text a{
    color: #2D539A;
    text-decoration: none;
    padding-top:10px;

    position: relative;
    top: 20px;
}


/*AB - 11/06/18 - css for search page */
.tile.header .masthead-crest{
    z-index:2;
}
/*.tile.header .main-navigation ul li {
    padding: 15px 15px 17px 15px;
    padding: 15px 13px 17px 13px;
}*/
.tile.header .main-navigation{

    position: relative;
}
.tile.header .main-navigation ul li.search-panel-btn{
    cursor: pointer;
    position: static;
    padding-right: 15px;
}
.tile.header .main-navigation ul li.search-panel-btn:after{
    content: '';
    background: none !important;
    display: none !important;
}

.tile.header .main-navigation ul li .search-panel-icon {
    font-size: 1em;
    padding-left: 0.5em;
    width: 17px;
    height: 17px;
    padding: 0;
}
.tile.header .main-navigation ul li.search-panel-btn.is-active {
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}
.tile.header .main-navigation ul li.search-panel-btn.is-active .sub-menu {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 40px 40px 40px;
    padding: 3em 4em 3em 15em;
}
.search-panel-btn h2{
    padding-bottom: 20px;
}

.searchpage_ {
    border-top: 1px solid #DFDFDF;
    margin-top: 1em;
    xpadding-top: 2em;
    float: left;
    width: 100%;
    xpadding-left: 1em;
    xpadding-right: 1em;
    padding: 2em 1em 1em 1em;
}

.searchpagecontent_{

}

.searchpage_ a{
    text-decoration: none;
    color: black !important;
    cursor: pointer;
    display: inline-block;
    min-height: auto;
}

.searchpage_ a h5{
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

.searchpage_ a h5:after{
    position: absolute;
    bottom: -4px;
    width: 0;
    -moz-transition: width 200ms ease-in-out;
    -o-transition: width 200ms ease-in-out;
    -webkit-transition: width 200ms ease-in-out;
    transition: width 200ms ease-in-out;
    height: 2px;
    background-color: #39382C;
    background-color: #2A509B;
    content: "";
    left: 50%;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);    
}

.searchpage_ a:hover h5:after{
    width: 100%;
}

.tile.content-plus-sidebar .content .searchpage_ a p{
    font-size: 16px;
}

.c-alert--warning{
    background-color: #F5F5F5;
    border: 1px solid #979797;
    padding: 13px 18px 11px 18px;
    color:red;
}

.c-alert__close{
    display:none;
}

.full-width-image-with-content .container{
    margin-left: 180px;
    width:auto;
}

#ama-page-21431 .tile.full-width-image-with-content{
    height:220px;
}

#Xama-page-404 .masthead-crest{
    display:none;
}

.hidden-info .research_print{
    left:10px;
    text-align: left;
position:static;
}

.research_print{
    position: absolute;
    text-align: right;
    right: 0;
    top: 90px;
z-index: 100;
}



/******************Lightbox********************/
#ama-page-21973 .row &gt; .column {
  padding: 0 8px;
}

#ama-page-21973 .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
#ama-page-21973 .column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
#ama-page-21973 .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
#ama-page-21973 .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
#ama-page-21973 .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

#ama-page-21973 .close:hover,
#ama-page-21973 .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
#ama-page-21973 .mySlides {
  display: none;
}

/* Next &amp; previous buttons */
#ama-page-21973 .prev,
#ama-page-21973 .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
#ama-page-21973 .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#ama-page-21973 .prev:hover,
#ama-page-21973 .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
#ama-page-21973 .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
#ama-page-21973 .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

#ama-page-21973 img.demo {
  opacity: 0.6;
}

#ama-page-21973 .active,
#ama-page-21973 .demo:hover {
  opacity: 1;
}

#ama-page-21973 img.hover-shadow {
  transition: 0.3s;
}

#ama-page-21973 .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.payment-checkbox{
    clear:both;
    overflow: hidden;
}

.payment-checkbox span{
    padding-left:30px;
    float:right;
    width: calc(100% - 30px);
}

.tile.left-content-with-right-facebook-action .left-content{
    max-width: calc(100% - 330px);
    max-width: -webkit-calc(100% - 330px);    
}

.tile.left-content-with-right-facebook-action .facebook-action{
    max-width: 295px;
}
.tile.left-content-with-right-facebook-action .search-box{
    display: flex;
    justify-content: flex-end;
}
.tile.left-content-with-right-facebook-action .search-box .input-group{
    margin-right: 10px;
}

.tile.left-content-with-right-facebook-action .search-box .input-group-btn{
    top: -3px;
}


@media all and (max-width: 700px) {
.tile.left-content-with-right-facebook-action .left-content {
    max-width: 100%;
}
.tile.left-content-with-right-facebook-action .search-box{
    justify-content: flex-start;
}    
}

   .only_print {
      visibility: hidden;
			display: none;			
   }

@media print {
   .noprint {
      visibility: hidden;

   }
     .only_print {
      visibility: visible;
      display: block;
      padding-bottom: 1em;
   }	 
}

.yellow {color:#f39b00 !important;}
.blue {color:#246ee2 !important;}
.red {color:#e34115 !important;}
.green {color:#059323 !important;}
.grey {color:#DEDEDE !important;}

trans.p {
	text-align: center;
}

.donate {
	float:right;
	width:210px;
	font-size:0.75em;
	margin-top: -0.5em;
  height: 1em;	
}

.inscription {
	text-align:center;
	background-color: #e1ebf5;
	padding: 1em;
}

.tile.content-plus-sidebar .content .inscription p {
	font-size: 0.95em;
	text-align: center;
  margin-top: 0.25em;
}

.tile.content-plus-sidebar .content .mem p:first-of-type {
    font-size: 1em;
}

.tile.content-plus-sidebar .content .inscription p:first-of-type+p {
  margin-top: 0.25em;
}

  dl {
    border: none;
    padding: 0.5em;
  }
  dt {
    float: left;
    clear: left;
    width: 6em;
    text-align: right;
    font-weight: bold;
    color: #2A509B;
  }
  dt::after {
    content: ". ";
  }
  dd {
    margin: 0 2em 0 7em;
    padding: 0 0 0.5em 0;
  }
.search-tab li {
    text-align: center;
background-color: #99bbdf;
}
.search-tab-with-sections{
/*    background-color: #F8F8F8;
		    background-color: #99bbdf;*/
    padding: 0px 0 0px 0;
    /*margin-bottom: 20px;*/
}
.search-tab-with-sections .container{
    padding: 0px;
}
.search_page_header{
	xbackground-color: #F8F8F8;
	padding: 10px 0px 0px 0px;
	z-index:100;
}

.search_page_input{
	margin-bottom: 1em; 
}

.search_filter_panel &gt; div:nth-child(odd){
	padding-right: 10px;
clear:both;
}

.search_filter_panel &gt; div:nth-child(even){
	padding-left: 10px;
}

.search-tab li a{
    cursor: pointer;
    font-family: "AvertaRegular",sans-serif;
    color: inherit;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 1.125em;
    letter-spacing: 0;
    line-height: 21px;
    color: #39382C;
    padding-top: 20px;
    padding-bottom: 20px;
		border-left: 4px solid white;
}
.search-tab li:first-child a{
	border-left: 0px;
}
.search-tab li.current a, 
.search-tab li:hover a{
    background: #2d539a;
    color: white;
}
.search-tab li.current .tab-arrow, 
.search-tab li:hover .tab-arrow{
    display: block;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -16px;
    border-top: 20px solid #2d539a;
}
.search_filter_panel {
    padding-bottom: 1em;
    overflow: hidden;
}
.search_results_filters .col-xs-3, 
.search_results_filters .col-xs-12, 
.search_results_filters .checkbox label, 
.search_results_filters .radio label {
    padding-left: 0px;
    padding-right: 0px;
}
.search_results_filters .checkbox label input[type="checkbox"], 
.search_results_filters .radio label input[type="radio"] {
    display: none;
}
.search_results_filters .checkbox .cr, 
.search_results_filters .radio .cr{
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: 1em;
		width: 1.2em;
		height: 1.2em;
}
.search_results_filters .radio .cr{
    border-radius: 50%;
}
.search_results_filters .checkbox label:after, 
.search_results_filters .radio label:after{
    content: '';
    display: table;
    clear: both;
}
.search_results_filters .checkbox .cr .cr-icon, 
.search_results_filters .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
		left: 15%;
    color: #2d539a;
}
.search_results_filters .clear_filters .cr {
    border: 0px;
    padding: 0px 3px;
}
.search_results_filters .radio .cr .cr-icon {
    margin-left: 0.04em;
    top: 55%;
    left: 19%;
}
.search_results_filters .checkbox label input[type="checkbox"] + .cr &gt; .cr-icon, 
.search_results_filters .radio label input[type="radio"] + .cr &gt; .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.search_results_filters .checkbox label input[type="checkbox"]:checked + .cr &gt; .cr-icon, 
.search_results_filters .radio label input[type="radio"]:checked + .cr &gt; .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.search_results_filters .checkbox a.highlighted:hover .cr, 
.search_results_filters .radio a.highlighted:hover .cr, 
.search_results_filters .clear_filters .cr {
    background: none !important;
}
.search_results_filters .checkbox a:hover, 
.search_results_filters .radio a:hover{
    text-decoration: none;
}
.search_results_filters .checkbox a:hover .cr, 
.search_results_filters .radio a:hover .cr {
    background: #2a6496;
}
.search_results_filters .checkbox, 
.search_results_filters .radio{
    padding-left:0px;
    margin: 5px 0px 0px 0px;
    font-size: 12px;
		margin-top:2px;
		min-height: 18px;
}
.search_results_filters .badge{
    background-color: #2d539a;
}
.search_results_filters h6[data-toggle]{
    cursor: pointer;
}
.glyphicon-chevron-down-custom span, .glyphicon-chevron-up-custom span {
    width: 8px;
    height: 3px;
    background-color: #2d539a;
    display: inline-block;
    transition: all 0.1s linear;
    position: relative;
}
.glyphicon-chevron-down-custom .sp-1, .glyphicon-chevron-up-custom .sp-2 {
    transform: skewY(-40deg);
    -ms-transform: skewY(-40deg);
    -webkit-transform: skewY(-40deg);
    -moz-transform: skewY(-40deg);
    -o-transform: skewY(-40deg);
}
.search_filter_panel_body .glyphicon-chevron-down-custom .sp-1, 
.search_filter_panel_body .glyphicon-chevron-up-custom .sp-1{
    left: 2px;
}
.search_filter_panel_body .glyphicon-chevron-down-custom .sp-2, 
.search_filter_panel_body .glyphicon-chevron-up-custom .sp-2 {
    left: -3px;
}

.glyphicon-chevron-up-custom .sp-1, .glyphicon-chevron-down-custom .sp-2 {
    transform: skewY(40deg);
    -ms-transform: skewY(40deg);
    -webkit-transform: skewY(40deg);
    -moz-transform: skewY(40deg);
    -o-transform: skewY(40deg);
}
.search_filters_panel .glyphicon-chevron-up-custom, .search_filters_panel .glyphicon-chevron-down-custom{
    margin-top: -4px;
}
.underline{
    position: relative;
}
.underline:after {
    position: absolute;
    bottom: -4px;
    width: 0;
    -moz-transition: width 200ms ease-in-out;
    -o-transition: width 200ms ease-in-out;
    -webkit-transition: width 200ms ease-in-out;
    transition: width 200ms ease-in-out;
    height: 2px;
    background-color: #39382C;
    background-color: #2d539a;
    content: "";
    left: 50%;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.search_pagination a{
    text-decoration: none !important;
    xfont-size: 12px;
    xpadding: 8px 10px !important;
}
.search_pagination li{
	display: inline-block;
    padding-left: 0px !important;
}
.search_pagination li:before{
    display: none !important;
    background: none !important;
}
.search_pagination .pagination-break span{
    background: none !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.searchresult_ a:hover, .searchresult_ a:focus{
    text-decoration:none;
}
.searchresult_ a:hover .underline:after {
    width: 100%;
}
.searchresult_ {
    border-top: 1px solid #DFDFDF;
    margin-top: 1em;
    padding-top: 2em;
    float: left;
    width: 100%;
}
.tile.content-plus-sidebar .content .searchresult_desc p{
    font-size: 16px;
}

#ama-field-67813 .container{
	padding-right:0px;
}
#ama-field-67813 .tile.content-plus-sidebar .sidebar{
	max-width:100%;
}	

.search_filter_panel_body{
	width: 100%;
	float: left;
	padding-bottom: 1em;
}

.search_filter_panel_body.searchresult_{
	padding-top: 1em;
	margin-top: 0px;
} 

.start_over_button{
	xposition: absolute;
	xright: 0px;
}

.matches_found{
  float: left;
  width: 100%;
  margin-top: 8px;
}

.search_pagination{
	/*position: relative;
  //top: 10px;	
	//overflow:hidden;*/
	/*margin-top: 1em;
	margin-bottom: 1em;*/
}

.search_text{
margin-bottom: 1em;
}

.search_text + .search_pagination{
	margin-top:0px;
}

#ama-field-68003 .container,
#ama-field-70983 .container
{
    padding-right: 0px;
}

#ama-field-68003 .sidebar,
#ama-field-70983 .sidebar,
#ama-field-71483 .sidebar
{
    max-width: 100%;
	margin-top:0px;
}

.counter_text{
	font-size: 0.8em;
}
/*
.search_section_text{
    background: #99bbdf;
	    background: #fad038;
    padding: 4px 8px;
    margin-bottom: 1em;
    border-radius: 4px;
}*/

.search_section_text p{
	font-size: 16px !important;
}

.search_section_text .btn{
	/*position: relative;
	top: -1px;*/
    margin-left: 11px;
    float: right;
	margin-top:3px;
}


.search_results_text{
	margin-top: 1em;
	margin-bottom: 1em;
	height: 42px;
}

.search_section_text {

    padding: 4px 8px;
    margin-bottom: 1em;
    border-radius: 4px;
    display: inline-block;
    float: right;
    min-height: 56px;
}

.search_section_text.with-text{
    background: #99bbdf;
    background: #fad038;	
}


/*****************************/
.accordion-content{
		z-index: 200;
}

.accordion-content .panel {
    margin: 0px !important;
    border: 0px;
    border-radius: 0px;
	    padding-bottom: 1em;
}
.accordion-content .expand {
    cursor: pointer;
    border: 1px solid #d8d8d8;
}

.accordion-content .expand &gt; .panel-heading {
    height: 110px;
    position: relative;
    padding: 0px;
		background-color: #dde9ff4a;
    font-size: 1.25em;
}

.accordion-content .expand &gt; .panel-heading &gt; h4 {
    width: 100%;
}

.accordion-content .expand &gt; .panel-heading &gt; h4 {
    height: 110px;
    display: table;
}

.accordion-content .image {
    height: 110px;
    width: 100px;
    display: inline-block;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
		position: absolute;
    top: 0px;
    left: 0px;
}

.accordion-content .expand &gt; .panel-heading &gt; h4{
	font-size: 16px;
	font-family: Open Sans, Helvetica, sans-serif;
    line-height: 1.5;	
}

.accordion-content .expand &gt; .panel-heading &gt; h4 a {
    height: 100px;
    padding: 20px;
    display: table-cell;
    padding-right: 60px;
    vertical-align: middle;
    color: #333;
		/* font-weight: bold;*/
}

.accordion-content .expand &gt; .panel-heading &gt; .image + h4 a {
    padding-left: 130px;
}

.accordion-content .chev_icon {
    position: absolute;
    right: 30px;
    margin-right: 0px;
    top: 50%;
    margin-top: -12px;
} 

.accordion-content .panel-collapse {
    border: 1px solid #d8d8d8;
    border-top: 0px none;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.accordion-content .panel-collapse .panel-body {
    padding: 0px;
    padding-top: 2em;
    padding-bottom: 2em;
    xfont-family: OmnesRegular;
		    font-family: "PT Serif Caption", serif;
    font-size: 1em;
    line-height: 1.75em;
}

.accordion-content .text_content p{
    font-family: "PT Serif Caption", serif;
    font-size: 1em !important;
    line-height: 1.75em;
}

/**********************/
.cookie-wrap {
    display: none;
    position: relative;
    z-index: 10;
    background: #393638;
    background: rgba(25, 24, 25, 0.8);
    z-index: 70;
    font-size: 14px;
    position: absolute;
    width: 100%;
		direction: ltr;
    font-family: "PT Serif Caption", serif;
		position: fixed;
    bottom: 0;
    left: 0;		
}

.cookie-wrap .main-content {
    position: relative;
    padding: 20px;
    padding: 15px 20px;
    overflow: hidden;
    max-width: 1300px;
		max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

.cookie-wrap .cookie-inner {
    width: 100%;
}

.cookie-wrap .cookie-container {
    display: table;
    width: 100%;
}

.cookie-wrap .cookie-content {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    color: #fff;
}

.cookie-wrap .cookie-controls {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
		padding-left: 20px;
}

.cookie-wrap .cookie-content a {
    text-decoration: underline;
}

.cookie-close {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 100;
    height: 20px;
    width: 20px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=1);
    opacity: 1;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
		cursor: pointer;
}

.cookie-close:before {
    width: 2px;
    height: 100%;
    background-color: white;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cookie-close:after {
    width: 100%;
    height: 2px;
    background-color: white;
    position: absolute;
    content: "";
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

/************************/
.body-style ul{
  list-style-image: url(/img/Bulletpoint.svg);
/*	list-style-image: url(/img/bullseye.svg);
list-style-image: url(/img/ship.svg);
list-style-image: url(/img/circle.svg);
list-style-image: url(/img/anchor.svg);*/
  padding-left: 20px !important;
}

#ama-page-21953 .body-style ul,
.body-style ul{
list-style-image: url(/img/anchor.svg);
}

.body-style ul li,
.object.sidebar-module.text-block li{
	padding-left: 0px;
}

.body-style ul li:before,
.object.sidebar-module.text-block li:before{
	display: none;
}

.body-style td {
     vertical-align: top;
     padding-right: 2em;
     padding-top: 1em;
     padding-bottom: 1em;      
     border-bottom: #e5e5e5 1px;
     border-style:solid; 
}

td p:first-of-type {
    font-size: 1em!important;
}

.body-style table {
       margin-bottom: 2em; 
}

/*************************/

.text-block h1+*, 
.text-block h2+*, 
.text-block h3+*, 
.text-block h4+*, 
.text-block h5+*, 
.text-block h6+*,
.body-style h1+*, 
.body-style h2+*, 
.body-style h3+*, 
.body-style h4+*, 
.body-style h5+*, 
.body-style h6+*{
    margin-top: 0px !important;
}

.object.heading-style-two, .body-style h2, .body-style h3, .body-style h4, .body-style h5, .body-style h6{
	font-weight: bold;
}

.body-style h4, .body-style h5, .body-style h6{
	font-size: 18px;
	font-weight: normal;
}

.body-style h6{
	font-size: 16px !important;
	font-size: 1em !important;
}

.sort_col{
	cursor:pointer;
	color: #aaa;
}

.sort_col.sort_default .fa-caret-up{
    position: relative;
    top: -4px;
    left: 9px;	
}

.sort_col.sort_default .fa-caret-down{
    position: relative;
    top: 4px;
}

.sort_col.sort_asc, 
.sort_col.sort_desc{
		font-size: 1.3em;
    line-height: 0.9em;
		color: #2d539a;
}


.searchresults_ .hidden-info {
  padding: 16px;
}

.searchresults_ .hidden-info p{
	font-size: 0.9em !important;
}

.searchresults_ .search-more-info:active,
.searchresults_ .search-more-info:focus{
	box-shadow: none;
}


.council-member-list-left { padding-right:1em; }
.council-member-list-right{ padding-left:1em; }
.council-member-list{ display: none; }

.mem_image a:focus{
	outline: none;
}

.mem_image img{
	max-width: 100%;
  display: block!important;
}

.mem_image .caption {
    font-size: .6875em !important;
    line-height: 14px !important;
    letter-spacing: 0 !important;
    color: #767676 !important;
		margin-top: 10px;
}

.mem_image .fancybox-placeholder + .caption{
	display: none;
}

.smallcaps,
.mce-smallcaps{
	font-variant: small-caps;
}

.TNA{
    font-size: 85%;
    font-weight: 400;
    color: #8C0F0F;
}
.showRed {
    color: #8C0F0F;
}

@media (max-width: 1200px) {

.tile.header .main-navigation ul li.search-panel-btn.is-active a{
color:black;
}

.tile.header .main-navigation ul li.search-panel-btn.is-active .sub-menu{
    display: block !important;
    position: static;
    background: white;
    overflow: auto;
padding: 10px;
}

}


@media (max-width: 480px) {

.accordion-content .expand &gt; .panel-heading{
height:auto;
}

}

@media (max-width: 768px) {
	.council-member-list-left { display: none; }
	.council-member-list-right{ display: none; }
	.council-member-list{ display: block; }

#ama-page-22573 .container {
    padding-left: 3em !important;
    padding-right: 3em !important;
}

}

@media only screen and (max-width: 767px) {

.stuck .right_content #sideContentBlock{
width:100% !important;
}

.carousel-inner .item img {
}

.tile.full-width-image-with-content{
padding:10px;
}

.search-tab-with-sections .search-tab li a{
border:0px;
}

.search-tab-with-sections .search-tab li:nth-child(even){
border-left: 10px solid white;
}

.search-tab li.current .tab-arrow, .search-tab li:hover .tab-arrow{
display:none !important;
}

.search-tab-with-sections .search-tab li{
width:50% !important;
margin-bottom:10px;
}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }

	tr:first-child{
	margin-bottom:20px;
	}

	.table-bordered{
	border:0px;
	}

.privacy td{
width:100%;
    padding-left: 1em;
}

.privacy tr{
border:0px;
}
	
#ama-page-22393 td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; 
width:100% !important;
min-height:40px;
	}

#ama-page-22393 td.hidden-info { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 10px !important; 
width:100% !important;
min-height:40px;
padding:10px;
	}

#ama-page-22393 td.hidden-info .officers-service table{ 

}
	
#ama-page-22393	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
font-weight: bold;
	}


	
	/*
	Label the data
	*/

#ama-page-22393 td.hidden-info .officers-service th{
width:auto;
}

#ama-page-22393 td.hidden-info .officers-service table tr:last-child{display:none;}

#ama-page-22393 td.hidden-info .officers-service table td:nth-of-type(1):before {content: "Ship";}
#ama-page-22393 td.hidden-info .officers-service table td:nth-of-type(2):before {content: "";}
#ama-page-22393 td.hidden-info .officers-service table td:nth-of-type(3):before {content: "Quality";}
#ama-page-22393 td.hidden-info .officers-service table td:nth-of-type(4):before {content: "Entry";}
#ama-page-22393 td.hidden-info .officers-service table td:nth-of-type(5):before {content: "Discharge";}
#ama-page-22393 td.hidden-info .officers-service table td:nth-of-type(6):before {content: "";}
#ama-page-22393 td.hidden-info .officers-service table td:nth-of-type(7):before {content: "Comment";}


#ama-page-22393 td.hidden-info .officers-description table td:nth-of-type(1):before {content: "";}
#ama-page-22393 td.hidden-info .officers-description table td:nth-of-type(2):before {content: "";}
#ama-page-22393 td.hidden-info .officers-description table td {padding:10px !important;}

#ama-page-22393 td.hidden-info .officers-personal table td:nth-of-type(1):before {content: "";}
#ama-page-22393 td.hidden-info .officers-personal table td:nth-of-type(2):before {content: "";}
#ama-page-22393 td.hidden-info .officers-personal table td{padding:10px !important;}


#ama-page-22393 td.hidden-info:nth-of-type(1):before {content: "";}
#ama-page-22393 td.hidden-info:nth-of-type(2):before  {content: "Note";}
#ama-page-22393 td.hidden-info:nth-of-type(3):before {content: "Rewards:";}
#ama-page-22393 td.hidden-info:nth-of-type(4):before  {content: "Personal Info:";}
/*
#ama-page-22393 td:nth-of-type(1):before { content: "Name"; }
#ama-page-22393 td:nth-of-type(2):before { content: "Rank"; }
#ama-page-22393 td:nth-of-type(3):before { content: "Ship"; }
#ama-page-22393 td:nth-of-type(4):before { content: "Country"; }
*/
#ama-page-22393 td:before{
content: attr(data-label);
}


.privacy td:nth-of-type(1):before { content: "Purpose or Activity";
    font-family: "PT Serif Caption", serif;
    line-height: 25px;
    letter-spacing: 0;
    color: #2A509B;
    font-weight: bold;
}

.privacy td:nth-of-type(2):before { content: "Type of data"; 
    font-family: "PT Serif Caption", serif;
    line-height: 25px;
    letter-spacing: 0;
    color: #2A509B;
    font-weight: bold;
}

.privacy td:nth-of-type(3):before { content: "Lawful basis for processing"; 
    font-family: "PT Serif Caption", serif;
    line-height: 25px;
    letter-spacing: 0;
    color: #2A509B;
    font-weight: bold;
}

.privacy tr{
    margin-bottom: 3em;
}

.search_section_text{
	float: none;
	display: block;
}

}

#ama-page-22393 .showRed{
padding-left:5px;
padding-right: 5px;
}

 .officers-service table{
    width: auto;
}

 .officers-service td{
    border-left: 1px solid #0A376E;
    border-bottom: 1px solid #0A376E;
padding:5px;
}

.officers-service td:nth-child(odd){
    background-color: white;
}

.officers-service td:nth-child(even){
    background-color: #d8e7f2;
}

.officers-service th{
border: 1px solid #0A376E;
    background-color: #C8D6E1;
    color: #06203e;
text-align:center;
}

.officers-service th:last-child{
border: 0px;
background:none;
}

.officers-service tr td:last-child{
border: 0px;
    border-left: 1px solid #0A376E;
background:none;
}

.officers-service tr:last-child td{
border: 0px;
background:none;
}

.officers-head, 
.officers-service, 
.officers-rewards, 
.officers-personal, 
.officers-description, 
.officers-pensions,
.officers-medical{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #104A8F;
}

.officers-head b, 
.officers-service b, 
.officers-rewards b, 
.officers-personal b, 
.officers-description b,
.officers-pensions b,
.officers-medical b{
	display: block;
}

.hidden-info &gt; div &gt; div:last-child{
	border-bottom: none;
}

.officers-head{
	text-align: right;
}

div.note {
	background-color: #C8D6E1;
	padding:5px 15px 10px 10px;
}

div.popup {
	display:none;
	position:absolute;
	z-index: 1001;
	background-color: #C8D6E1;
	opacity: 0.8;
	filter:alpha(opacity=80);
	border:1px solid #0a376e;
	padding: 10px;
}

.popupLink, a[data-popup]{
	cursor: pointer;
}

#backgroundPopup{
	display:none;
	position:fixed;
_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#5c5c5c;
	opacity: 0.5;
	filter:alpha(opacity=50);
/*	border:1px solid #cecece;*/
	z-index:1002;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	/*min-height:600px;
	min-width:600px;
	max-width:90%;*/
	height:600px;
	width:600px;
	background:#FFFFFF;
	border:2px solid #0a376e;
	z-index:1003;
	padding:12px;
	font-size:16px;
font-family: Open Sans, Helvetica, sans-serif;
}
#popupContactClose{
	Xfont-size:14px;
	Xline-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	Xcolor:#8C0F0F;
	Xfont-weight:700;
	Xdisplay:block;
	Xtext-decoration: none;
	Xcursor: pointer;
}
#shipText p{
	font-size: 100%;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
}

.officers-service td:nth-child(6) {
    font-weight: bold;
}

#ama-page-22573 .container{
    padding-left: 10em;
    padding-right: 10em;
}

#ama-page-22573 .container table+h2{
margin-top:10px;
}

#ama-page-22573 .body-style ul+h2{
margin-top:38px;
}

#ama-page-22573 .body-style ul{
list-style: disc;
}

#ama-page-22573 .body-style ul ul{
margin-top:10px;
margin-bottom:10px;
}

#ama-page-22573 .body-style p+ul{
margin-top:20px;
}

#ama-page-22573 .body-style p+p{
margin-top:15px;
}

.privacy td{
    border: #e5e5e5 1px solid;
padding:10px;
}

.cookies td{
    border: #e5e5e5 1px solid;
padding:10px;
}

.glyphicon.glyphicon-eye-open {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon.glyphicon-eye-open:before{
    content: "\f06e";
}

#ama-page-22743 .admin-container .admin-list-group-item .btn-danger{
    float: right;
    margin: 20px;
}

.search_results_text .pagjumpto-top,
.pagjumpto-bottom{
	display: inline-block;
}

.pagjumpto-top,
.search_results_text .pagjumpto-bottom{
	display: none;
}

.pagjumto-label{
    float: left;
    padding-left: 20px;	
		padding-top:5px;
}
.pagjumto-input{
		float: right;
    padding-left: 10px;
    max-width: 60px;
}

@media all and (min-width: 677px) and (max-width: 1080px) {
.research_print {
    position: relative;
    text-align: left;
    top: 180px;
left: 40%;
}
	.search_results_text{
		height: 100px;
}
}

#search-advanced .search-advanced-inner{
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
}

#search-advanced .search_page_input{
	  margin-bottom: 0.5em;
}

#search-advanced .search_page_input:last-child{
	margin-bottom: 0px;
}

#search-advanced .search_input{
	border-radius: 4px;
}


#search-advanced .btn-group .btn,
#search-advanced-btn{
	    border-radius: 4px;
}
#search-advanced .btn-group .btn,
#search-advanced-btn,
#results-search-button{
	width: 85px;
}
#search-advanced .btn-group{
	margin-left: 10px;
}

#results-search-button i,
#search-advanced-confirm-btn i{
	display: none;
}

#results-search-button.searching i,
#search-advanced-confirm-btn.searching i{
	display: inline-block;
}

#results-search-button.searching span,
#search-advanced-confirm-btn.searching span{
	display: none;
}

@-webkit-keyframes spin2 {from { -webkit-transform: rotate(0deg);} to { -webkit-transform: rotate(360deg);}}
@keyframes spin {from { transform: scale(1) rotate(0deg);}to { transform: scale(1) rotate(360deg);}}  
.glyphicon-refresh-animate{-animation:spin .7s infinite linear;-webkit-animation:spin2 .7s infinite linear;}

.search_perpage .pagjumto-input{
		max-width: 100px;
		margin-right: 100px;
}

.expand_note{
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: white;
}

.search_filter_panel_body .research_column  .checkbox_label{
display: table;
}

#searchresults_81 .search_text{
padding-top:3px;
}

#popupContact h2{
    font-weight: bold;
font-size:20px;
}

#atr-reports h2{
  font-size:0.9em;
	font-weight:bold;	
}

#atr-reports h3{
  font-size:0.8em;
	font-weight:bold;		
}

#atr-reports h4{
  font-size:0.8em;
	font-weight:bold;		
	color:red;		
}

#atr-reports p{
  font-size:0.8em;
  margin-top: 0px;	
}

#atr-reports ul{
  margin-top: 1em;	
}

#atr-reports li{
  margin-top: 0px;	
  font-size:0.85em;	
}

#atr-reports td {
     vertical-align: top;
     padding-right: 2em;
     padding-top: 1em;
     padding-bottom: 1em;      
     border-bottom: #e5e5e5 1px;
     border-style:solid; 
  font-size:0.8em;		 
}

#atr-reports table {
       margin-bottom: 2em; 
}

#atr-reports thead {
	font-weight:bold;	
  font-size:1.1em;		
	color:#1D3B74;		
}

.image-float-right{
	float: right;	
	padding-left: 30px;
	padding-bottom: 40px;
}

.image-float-right img{
	float: right;
	clear:both;
}

.image-float-right .img-cap{
	width: 170px;
	clear:both;
	float:right;
}

@media (min-width: 768px) {
	.kedge_block{ height: 350px;}
}

.join_us_box{
background-color: #2D539A;
color:white;
padding:10px;
margin-top:30px;
}

.join_us_box h1{
color:white !important;
}

.join_us_box p{
color:white !important;
}

.body-style .join_us_box ul{
margin-top:10px;
margin-bottom:10px;
color:white !important;
}

.body-style .join_us_box ul li{
color:white !important;
}

.body-style .join_button a {
    color: #39382C !important;
    background-color: #FAD038;
    width: 100%;
    padding: 10px 12px;
    text-align: center;
    border-top: 0;
    font-family: "Open Sans Semibold",sans-serif;
    font-size: 1em;
    margin-bottom: 20px;
    display: block;
}

.body-style .shop_button a {
    color: #1D3B74;
    background-color: #FAD038;
    padding: 10px 12px;
    text-align: center;
    border-top: 0;
    font-family: "Open Sans Semibold",sans-serif;
    font-size: 1em;
    margin-bottom: 20px;
		text-decoration:none;
		position:relative;
}

.body-style .shop_button a:after {
    position: absolute;
    bottom: 0px;
    width: 0;
    -moz-transition: width 200ms ease-in-out;
    -o-transition: width 200ms ease-in-out;
    -webkit-transition: width 200ms ease-in-out;
    transition: width 200ms ease-in-out;
    height: 2px;
    background-color: #39382C;
    content: "";
    left: 50.1%;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.body-style .shop_button:hover a:after {
    width: 99%;
}

.body-style p img[style*="float: left;"],
.body-style p img[style*="float:left;"],
.body-style p img[style*="float:left"],
.body-style p img[style*="float: left"]{
  margin: 0px 10px 10px 0px
}

.body-style p img[style*="float: right;"],
.body-style p img[style*="float:right;"],
.body-style p img[style*="float:right"],
.body-style p img[style*="float: right"]{
  margin: 0px 0px 10px 10px
}

.tile.four-column-grid ul.new_links{
margin-top:10px;
}

.tile.four-column-grid ul.new_links li{
width:100%;
max-width: 25%;
margin-left:0;
margin-top:0;
color:white;
font-size: 0.75em;
text-decoration: underline;
display: list-item;
margin-bottom: 5px;
float: left;
}

.tile.four-column-grid ul.new_links li:hover a{
color:#FAD038;
}

.tile.four-column-grid ul.new_links li a{
background-image: url(/img/anchor.svg);
background-repeat: no-repeat;
padding-left: 15px;
background-position: left center;
}

.tile.four-column-grid ul li:nth-child(5n){
    width: 100%;
    max-width: unset;
		text-align: center;
}

.non_stick{

}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/img/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/img/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/img/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(/img/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(/img/fancybox_sprite@2x.png);
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url(/img/fancybox_loading@2x.gif);
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
.mobile_content h3{
    font-weight: bold;
		font-size: 1.15em;
}

.mobile_content .container_30 {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    /*overflow: auto;
		height: calc(100vh - 200px);	*/
}

#ama-page-23572 .mobile_content .container_30 {
height: calc(100vh - 200px);
}

#ama-page-23562 .mobile_content .container_30{
/*height: calc(100vh - 238px);*/
}

.mobile_content #infinite_snap{
    position: relative;
    top: -200px;
}

.mobile_content .container_30 .grid_30 {
    width: 98.0%;
		margin-left: 1%;
    margin-right: 1%;
}

.mobile_content .full_width{
width:100% !important;
margin-left: 0% !important;
margin-right: 0% !important;
margin-bottom: 40px;
}

.mobile_content #content #contentBlock {
    text-align: left;
}

.mobile_content #contentBlock h2 {
    padding: 0px;
    /*padding-left: 10px;*/
    font-size: 21px;
}

.mobile_content p{
margin-bottom:20px;
}

.mobile_content .tile.header{
display:none;
}

#ama-page-23562 .mobile_content .tile.header{
border-left: none;
    border-top: none;
    padding: 7px 0px 7px 10px;
    background: none repeat scroll 0 0 #444444;
    color: #fff;
		display:block;
}

.mobile_content{
color: #000;
/*font-size: 1.2em;*/
font-size: 0.9em;
text-align: center;
height: 100%;
/* overflow: auto; overflow: hidden; */
 min-height:300px;

 }
 
.mobile_content #search_results_content{
margin-bottom:20px;
}

.return_mobile{
font-size: 1.0em;
}

#ama-page-4112{
background:white;
min-width:0px;
padding: 0px;
}

#ama-page-3865{
background:white;
min-width:0px;
padding: 0px;
}

#ama-page-3675{
background:white;
min-width:0px;
padding: 0px;
}

#ama-page-3685{
background:white;
min-width:0px;
padding: 0px;
}

#ama-page-3695{
background:white;
min-width:0px;
padding: 0px;
}

#ama-page-3705{
background:white;
min-width:0px;
padding: 0px;
}

#ama-page-3715{
background:white;
min-width:0px;
padding: 0px;
}

#ama-page-3725{
background:white;
min-width:0px;
padding: 0px;
}

#ama-page-3735{
background:white;
min-width:0px;
padding: 0px;
}

#ama-page-3745{
background:white;
min-width:0px;
padding: 0px;
}

#ama-page-3765{
background:white;
min-width:0px;
padding: 0px;
}

#ama-page-3775{
background:white;
min-width:0px;
padding: 0px;
}

#ama-page-3905{
background:white;
min-width:0px;
padding: 0px;
}

#ama-page-4017{
background:white;
min-width:0px;
padding: 0px;
}

.mobile_content .contentBlock{}


.mobile_content .contentBlock{
padding: 30px 10px;
}

.mobile_content .headerWrap {
background: #14B5EB;
border-bottom: 1px solid #418B96;
padding-top: 4px;
width:100%;
}

.mobile_content #mobile_header h1{
text-align: center;
}

#ama-page-3675  #contentBlock p{
padding-left:0px;
}

.mobile_content #searchOptions {
padding-left:0px !important;
}

#searchOptions {
width: 200px;
margin: 10px auto 15px auto;
list-style: none;
}

#searchOptions li {
margin: 15px 0;
}

#searchOptions li{
list-style: none !important;
}

#searchOptions li a:hover {
background: #1B3D94;
text-decoration: none;
}

#searchOptions li a {
display: block;
padding: 2px 3px !important;
background: #14B5EB;
color:white !important;
}

#searchOptions li a {
color: #fff;
}

.mobile_content .footer {
border-top: 1px solid #418B96;
width:100%;
font-size: 0.8em !important;
overflow:hidden;
margin-top:5px;

    position: fixed;
    bottom: 0px;
}

.footer_mobileWrapper{
    //background: url(/images/footerBg_3.jpg) repeat-x #004677;
    background: #14B5EB;
height: 70px;
    color: white;
padding-left:1%;
padding-right:1%;

position:relative;
z-index:10;
}

.footer_mobileWrapper a{
    color: white;
    text-decoration: underline;
}

/*.mobile_content p{
text-align: center;
}*/

#mobile_footer{
padding-top:10px;
    font-size: 14px;
}

#mobile_footer p{
color:white;
}

.footerWrapper .mobile_footer a{
color: #003266;
}

#breadcrumbs {
text-align: left;
margin-bottom: 15px;
}

#breadcrumbs li {
list-style: none !important;
display: inline !important;
}

.mobile_content  .boxShadowTop{
background:none;
text-align: center;
width:100%; 
}

.mobile_content  .boxShadow{
background:none;
text-align: center;
width:100%;
}

#mobile_searchForm li {
display: inline !important;
}

#mobile_searchForm li {
display: inline;
}

.mobile_content #contentBlock form label{
width: 100%;
float:none;
display:block;
line-height: 20px;
    text-align: center;
}

.mobile_content .submit input{
color:black !important;
}

#ama-page-3675 .site_container #contentBlock a:hover {
    border-bottom: 0px;
}

.mobile_content .site_container #contentBlock a:hover {
    border-bottom: 1px;
}

.mobile_content .results_container {
text-align:left;
margin-bottom:20px;
margin-left:0;
margin-right:0;
}


.mobile_content .results_container ul{
padding-left:0%;
}

.mobile_content .results_container li{
padding:7px;
border-bottom: 1px solid #D2D2D2;
}

.mobile_content .results_container li a{
color: #003266;
word-wrap: break-word;
}

.mobile_content .results_container li a:hover{
text-decoration: underline;
}

.mobile_content .drugProfile{
text-align:left;
}

.mobile_content #drugProfile #infoBox li{
width:100%;
float:none;
}

.mobile_content #drugProfile .infoBox{
background:none;
}

.mobile_content #drugProfile #pregCat, .mobile_content #drugProfile #pregText{
text-align:left;
padding-top:10px;

    margin: 0 20px 0 0;
}

.mobile_content .tabLink, .mobile_content .tabLinkEmpty, .mobile_content .tabLinkClosed{
background:none;
}

.mobile_content #drugProfile .tabLink a{
color:black !important;
font-weight: bold;
font-size: 19px !important;
}

.mobile_content #drugProfile .tabLink{
border-top: 1px solid #ccc;
padding-top: 10px;
margin-top: 0px;
padding-left:0px;
padding-bottom:10px;

width:100%;
}

.mobile_content #drugProfile .tabLink .tabLinkInner{
}

.mobile_content #drugProfile .reactionInfo h3{
border-bottom:0px !important;
padding-left:0px;
margin-bottom:5px;
}

.mobile_content #drugProfile .reactionInfo h3 a:hover{
border-bottom:0px !important;
}

.mobile_content #drugProfile .reactionInfo a{
text-decoration: none;
font-size:16px;
}

.mobile_content #drugProfile .reactionInfo .groupB{
margin-bottom:10px;
}

/*.mobile_content #drugProfile #drugReactions .reactionWrap{
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}*/

.mobile_content #drugProfile h2{
padding:0px;
padding-top:10px;
border-top: 1px solid #418B96;
width:110%;

font-size: 22px;
font-weight: bold;
}

.mobile_content .reaction_head{
text-align:left;
}

.reaction_head h2{
font-weight: bold;
margin-bottom:0px;
}

.mobile_content #drugProfile .infoBox{
margin-top:0px;
border:0px;
padding:0px;padding-top:10px;
}

.mobile_content #drugProfile #infoBox2{
border:0px;
}

.mobile_content #drugProfile #infoBox2 p{
margin-bottom:0px;
}

.mobile_content #drugProfile #noteBox{
border:0px;
padding:0px;
/*border-bottom: 1px solid #418B96;*/
}

.mobile_content #drugProfile .blackbox2{
border-bottom:0px !important;
/*padding-top:20px;*/
padding-bottom:10px;
}

.mobile_content #drugProfile .reactionInfo{
border:0px;
}

.mobile_content #drugProfile .reactionInfo .journal{
color:black;
font-style: normal;
}

.mobile_content .site_container #contentBlock a:hover{
border:0px;
}

.mobile_content #tabContainer-{
border:0px;
}

.mobile_content #drugProfile h1{
padding-bottom:10px;
}

.mobile_content #drugProfile .reactionInfo{
padding-top:0px;
}

.mobile_content .site_container #contentBlock a:hover {
border:0px;
}

.mobile_content #drugProfile .even{
background:none;
}

.mobile_content .reaction_head img{
border: 1px solid #000;
margin-bottom:10px;
}

.mobile_content .reaction_head p{
padding-left:0px;
}

.mobile_content .tabLink a:hover{
border-bottom:0px !important;
}

.mobile_content #drugProfile .noteBox{
padding-bottom:0px;
border:0px;
}

.mobile_content #drugProfile #noteBox{
/*top: -10px;*/
}

.mobile_content #drugProfile .note{
border-top: 0px;
}

.mobile_content #breadcrumbs{
padding-left:0px !important;
}

.mobile_content .reaction_head ul{
padding-left:0px;
}

.mobile_content .left_content  #content #contentBlock{
padding-bottom:0px;
padding-top:30px;
}

.mobile_content #contentBlock{
padding-top:30px;
padding-bottom:0px;
}

.mobile_content #drugProfile .tabLinkTop{
border:0px;
padding-top:10px;
}

.mobile_content .drugBlock{
padding-top:0px !important;
}

.mobile_content #drugProfile .blackbox{
border-top:0px !important;
padding-left:3% !important;
padding-top:30px;
}

.mobile_content #drugProfile .blackbox2{
border-top:0px !important;
padding-left:3% !important;
}

.mobile_content #drugProfile .blackbox2 p{
margin:0px;
}

.mobile_content #drugProfile .blackbox .tablink{
border-top:0px;
}

#ama-page-3725 .mobile_content #breadcrumbs{
margin-bottom:0px;
}

.TopLink{
position: absolute;
right: 1%;
margin-top: -60px;
text-decoration: none;
}

#content #contentBlock .TopLink:hover{
border-bottom:0px;
}

.mobile_content .page-buttons{
padding-top:20px;
}

.mobile_content .page-buttons a{
color: #003266;
border-bottom:0px;
font-size: 16px;
padding-left:10px;
text-decoration: none;
}

.mobile_content .ama-loginform{
width: 265px;
margin: auto;
}

.mobile_content .ama-login-labels{
display:inline;
font-weight:normal;
float:left;
text-align: left;
width:100px;

    text-align: right;
    width: 70px;
    padding-right: 5px;
}

.mobile_content .ama-login-fields{
display:inline;
}

.mobile_content .ama-login-wrap{
margin-bottom:15px;
}

.mobile_content .ama-login-submit{
padding-left:0px;
padding-top:0px;
width:30%;
margin: 0 auto;
}

.mobile_content .ama-login-submit input{
width: 100%;
}


.mobile_content .asmSelect{
max-width:300px;
width:90%;
font-size:100%;
}

.mobile_content .asmListItemLabel{
width:90%;
}

.mobile_content .asmList{
width:90%;
}

.mobile_content .asmListItem{
width:99%;
}

.mobile_content #fieldset-enquiryCol1 .ac_input{
width:75%;
}

.mobile_content input{
padding:2px;
}

@media(max-width:1000px){
.mobile_content .multipleDrugsDropdown div{
/*width:100%;*/
}

select:focus {font-size:16px;}

.mobile_content .multipleDrugsDropdown .marginLeft{
margin-left: 0;
}

.mobile_content .multipleClassDropdown div{
width:100%;
}

.mobile_content .multipleClassDropdown .marginLeft{
margin-left: 0;
}

}

.mobile_content #contentBlock{
width: 100%;
}

.mobile_content .asmListItemLabel{
padding-right:60px;
}

.mobile_content #drugProfile .blackbox2 .tabLink{
border:0px;
}

.mobile_content #drugProfile .tabLink:first-child{
border-top:0px;
}

.mobile_content .bottomlink{
float:right;
padding: 5px;
}

#ama-page-3905 .multipleDrugsResults{
padding-bottom:5px;
}

.mobile_content #contentBlock p{
line-height:20px;
/*width:95%;*/
}

#ama-page-3675 .mobile_content #contentBlock p{
width:100%;
}

.mobile_content #multipleDrugsResults{
width:98%;
}

.return_mobile{
font-size:14px !important;
padding-top:10px;
}

.mobile_content .left_content{
    //padding-bottom: 100px;
}

#ama-page-3865 .mobile_content .left_content{
margin-left: 0px !important;
margin-right: 0px !important;
}

#ama-page-3865 .mobile_content .sectionHeadLeft{
width:100%;
}

#ama-page-23562 .mobile_content #breadcrumbs{
padding-left:2% !important;
padding-right:2% !important;
}

@media(max-width:767px){

.mobile_content input{
	font-size: 1em;
}

.mobile_content .search_header&gt;div:last-child{
padding-top:0;
}

.mobile_content .search_header&gt;div:last-child a{
    padding: 0 10px;
}

.mobile_content .search_az li{
    margin-right: 0.75em;
    height: 1.75em;
}

}

@media (max-device-width:568px) {

.mobile_content #multipleDrugsResults{
overflow:scroll;
}

    select.asmSelect:focus {
        font-size:16px;
    }

.footer_mobileWrapper{
/*height: 80px;*/
}

.mobile_content .footer{
    //bottom: -70px;
}

.return_mobile{
margin-bottom:0px;
}

#mobile_header img{
margin-right: 0 !important;
}


.mobile_content #content #contentBlock ul{

}

}

.mobile_content .mainBodyWrap{
    min-height: auto !important;
}

.mobile_content .ac_results {
    width: 74% !important;
    /*margin-left: 11%;*/
        //height: 175px;
    overflow-y: scroll;
height: auto;
}

.mobile_content #contentBlock .ac_results ul{
padding-left:0px !important;
}

.mobile_content #mobile_searchForm .ac_results ul li{
        display:block !important;
margin:0px;
}

.mainHomeContainer{
margin-bottom:5px;
padding-bottom:5px;
}

@media(max-width:400px){

.mobile_content .ac_results {
    width: 75.2% !important;
    margin-left: 0%;
}

}

/** 2017-07-06 - SLM - Updates to mobile **/
#section-6965-body { 
    padding: 0 15px 0 15px;
}
#section-6965-body .ama-login-labels  {
    width: 70px;
    text-align:right;
    padding-right:5px
}
#section-6965-body .ama-login-submit input  {
    color:black;
}
#section-6965-body .ama-login-fields input  {
    width: 150px;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
}

/*****************
* Hamberger Nav
*****************/
#back-button{
  background: #3488a5;
  width: 32px;
  height: 32px;
  position: fixed;
  left: 0.5em;
  top: 0.5em;
  cursor: pointer;
  padding: 4px;
  z-index: 2;
  border-radius: 25px;
  transition: all linear .3s;
  border: 1pt solid;
  border-color: #14b5eb;
}
#menu-button{
  background: #3488a5;
  width: 42px;
  height: 42px;
  position: fixed;
  right: 0.5em;
  top: 0.5em;
  cursor: pointer;
  padding: 4px;
  z-index: 2;
  border-radius: 25px;
  transition: all linear .3s;
  border: 1pt solid;
  border-color: #14b5eb;
}
#menu-button.active{
  background: #3488a5;
  border: 1pt solid;
  border-color: #14b5eb;
}
#line-1,#line-2,#line-3{
  width: 75%;
  background: #fff;
  height: 4px;
  margin: 5px auto;
  border-radius: 2px;
  transition: all linear .3s;
}


#line-1.active{-webkit-transform: translate(0px,12px) rotate(45deg);transform: translate(0,9px) rotate(45deg);width: 98%;}

#line-2.active{
opacity: 0;
}

#line-3.active{-webkit-transform: translate(0px, -12px) rotate(-45deg);transform: translate(0px, -9px) rotate(-45deg);width: 98%;}

#menu{
  background: #3488a5;
  width: 220px;
  padding: 10px;
  color: #fff;
  font-family: arial;
  font-size: 1.1rem;
  display: none;
  position: fixed;
  top: 0.3em;
  border-radius: 5px;
  z-index: 1;
  right: 0.3em;
  border-top-right-radius: 25px;
}

#menu-bar{
    background: #14b5eb;
    height: 0;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#menu-bar.shrink{
    background: red;
}

#menu ul{
  list-style: none;
  padding-left: 0.3em;
  padding-right: 0.3em;
}

#menu ul li{
  text-align: left;
  padding-bottom: 4px;
  margin-top:  4pt;
}

#menu a{
  color: #fff;
	font-size: 1.6em;
}

#menu hr{
margin:0;
}

.mobile_content dt{
display:none;
}

.mobile_content dd{
display:none;
}

.mobile_content #contentBlock p {
    /*padding-left: 10px;*/
}

.mobile_content .multipleDrugsDropdown, 
.mobile_content .multipleClassDropdown label {
    font-weight: bold;
		text-align:left;
}

.mobile_content #drugProfile p {
    padding-left: 0;
}

.mobile_content .contentBlock.search_title{
    padding: 10px;
    margin: 0;
}

.mobile_content .contentBlock.search_input{
    margin: 0;
		padding:0;
}

.mobile_content .search_header{
text-align: left;
    margin:0;
}

.mobile_content .search_az{
border-bottom: 1px solid #dfdfdf;
    margin:0;
}

.mobile_content .search_az ul{
padding-left:7px;
}

.mobile_content .search_header&gt;div label{
width: 100%;
}

.mobile_content .search_header&gt;div:first-child input{
width: 100%;
margin-left:7px;
}

.mobile_content .contentBlock.mobile_pagehead{
    border-bottom: 1px solid #dfdfdf;
		margin-bottom: 0;
    margin:0;
		text-align: left;
		    padding: 10px 7px;
				padding-bottom:20px;
}

.mobile_content #search_results_content .contentBlock{
    margin:0;
		padding:0;
}

.mobile_content #search_results_content p{
padding: 7px;
    border-bottom: 1px solid #D2D2D2;
		margin:0;
}

#ama-page-23602 .mobile_content .contentBlock{
padding:0;
padding-top:1em;
text-align:left;
margin: 2em 0em;
}

#ama-page-23602 .mobile_content #drugProfile.contentBlock{
padding-top:0;
}

.mobile_content .multipleDrugsDropdown label{
padding-bottom:5px;
}

.mobile_content .multipleDrugsDropdown .list-group-wrap{
    margin-top: 10px;
		margin-bottom:0;
}

.mobile_content .multipleDrugsDropdown .clear_button{
margin-top:20px;
}
/* Styles for admin pages */
.snap-drawer-left{
z-index:auto !important;
}

.mobile_hide{
display:none !important;
}

.desktop_hide{
display:block !important;
}

.tile.header .main-navigation .desktop_hide{
display:inline-block !important;
}

.admin-bg-grey, .admin-bg-grey #snap-content{
  background: #f9f8f8;
}

.admin-bg-dgrey{
    background: #DDD;
}

.admin-bg-blue{
    background: #14B5EB;
}

.admin-bg-grey #snap-content{
  overflow-y: scroll;
}

.admin-lh-panel {
background-color: white;
    border-color: #14b5eb;
    border-width: thin;
    border-style: solid;
		}

.admin-container .admin-left {
    float: left;
}
.admin-container .admin-right {
    float: right;
}
.admin-container .admin-header,
.admin-container .admin-nav,
.admin-container .dashboard-group,
.admin-container .admin-primary-header,
.admin-container .admin-sub-header {
    width: 100%;
    float: left;
}
.admin-container .admin-header, .admin-container .admin-header p, .admin-container .admin-primary-header {
    color: white;
}
.admin-container .admin-primary-header{
    padding-bottom: .5em;
    padding-top: .5em;
}

.admin-container .admin-sub-header {
    background-color: #f5f5f5;
        background-color: #ebebeb;
    border-bottom: 1px solid #dbdbdb;
    color: #666;
}

.admin-container .admin-header a,
.admin-container .admin-nav-item i {
    color: white;
}
.admin-container .admin-header p {
    margin-bottom: 0px;
}
.admin-container .admin-footer {
    padding: 2px 0 0;
    border-top: 1px solid #999;
    text-align: center;
    font-size: 11px;
}
/*.admin-container h1,
.admin-container h2,
.admin-container h3,
.admin-container h4,
.admin-container h5,
.admin-container h6 {
    font-family: Open Sans, Helvetica, sans-serif;
}*/

.admin-body{
        overflow: hidden;
}



.dashboard-groups{
        padding-top: 20px;
        overflow:hidden;
}
.dashboard-group {
    margin-bottom: 10px;
}
.dashboard-group-list {
    border-radius: 4px;
    float: left;
    padding: 0 10px 20px;
    position: relative;
    width: 100%;
}
@media (max-width: 768px) {
.mobile_hide{
display:block !important;
}

.desktop_hide{
display:none !important;
}

}

@media (min-width: 768px) {

    .dashboard-group-list {
        width: 50%
    }
}
@media (min-width: 992px) {
    .dashboard-group-list {
        width: 33%
    }
}
@media (min-width: 1200px) {
    .dashboard-group-list {
        width: 25%
    }
}
.dashboard-group-list-tile {
    -o-transition: box-shadow 80ms linear;
    -webkit-transition: box-shadow 80ms linear;
    transition: box-shadow 80ms linear;
    background-color: white;
    border-radius: .3em;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.075), 0 0 0 1px rgba(0, 0, 0, 0.1);
    color: #999;
    display: block;
    line-height: 1;
    position: relative;
}
.dashboard-group-list:hover .dashboard-group-list-tile {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.075), 0 0 0 1px rgba(19, 133, 229, 0.5);
    color: #999;
    outline: none;
    text-decoration: none;
}
.dashboard-group-list-label {
    -o-transition: border-color 80ms linear;
    -webkit-transition: border-color 80ms linear;
    transition: border-color 80ms linear;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    border-bottom: 1px solid transparent;
    color: #fff;
    display: block;
    font-weight: 500;
        padding: 15px;
        border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}
.dashboard-group-list-count{
        display: block;
    padding: 15px;
}

.dashboard-group-list-create{
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    -o-transition: background-color 80ms linear;
    -webkit-transition: background-color 80ms linear;
    transition: background-color 80ms linear;
    border-radius: .3em;
    color: white;
    position: absolute;
    right: 25px;
    top: 11px;
}

.dashboard-group-list-create:hover{
    background-color: #34c240;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    color: white;
    outline: none;
    text-decoration: none;
}

.dashboard-group-heading-icon{
    margin-left: 10px;
    margin-right: 10px;
}

.admin-container .admin-navbar{
        list-style: none;
    margin: 0;
    padding: 0;
}

.admin-primary-header .admin-navbar:hover {
    color: rgba(255,255,255,0.66);
}

.admin-navbar-item {
        position: relative;
        float: left;
}

.admin-navbar-item a{
        -o-transition: color 180ms;
    -webkit-transition: color 180ms;
    transition: color 180ms;
    display: block;
    outline: none;
    text-decoration: none;
    border-radius: .3em;
    color: inherit;
    padding: .35em 1.2em;
        padding: .5em 1.2em;
    /*font-size: 0.8em;*/
}

.admin-primary-header .admin-navbar-item:first-child a{
        margin-left:-1.2em;
}

.admin-primary-header .admin-navbar-item a:hover{
        color: white;
}

.admin-navbar-item-active {
    /*box-shadow: 2px 0 0 #1385e5;
    z-index: 2;*/
}

.admin-navbar-item-active .admin-navbar-link{
    /*background-color: #1073c6;*/
		text-decoration:underline;
    color: white;
}

.admin-container  .admin-sub-header li&gt;a {
    color: inherit;
    /*padding: .75em 1em;*/
    position: relative;
}

.admin-container .admin-sub-header .active&gt;a, .admin-container  .admin-sub-header .active&gt;a:hover {
    background-color: transparent;
    color: #333;
}

.admin-container .admin-sub-header .active&gt;a::before, .admin-container  .admin-sub-header .active&gt;a::after {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-width: 0;
    content: "";
    margin-left: -8px;
    position: absolute;
    left: 50%;
}

.admin-container .admin-sub-header .active&gt;a::before {
    border-top-color: #ccc;
        border-top-color: #cecece;
    bottom: -9px;
}

.admin-container .admin-sub-header .active&gt;a::after {
    border-top-color: #f5f5f5;
        border-top-color: #ebebeb;
    bottom: -8px;
}

.admin-container .admin-sub-header li:first-child&gt;a {
    margin-right: 1em;
    padding-left: 0;
    padding-right: 0;
}

.admin-container .admin-sub-header .admin-navbar:hover {
    color: rgba(102,102,102,0.66);
}

.admin-container .admin-sub-header li&gt;a:hover {
    color: #333;
}
/* Panel */

.admin-container{    
    font-size: 14px;
}

.admin-container .panel{
        margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color: #B2DAE2;
}

body .panel-info &gt; .panel-heading {
  color: #012931;
  background-color: #B2DAE2;
  border-color: #337986;
}

.admin-container .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

body .panel-info {
  border-color: #B2DAE2;
}

.admin-container .panel-body{
      background-color: #E2F4F7;
    padding: 15px;
}

.header .form-control {
height: auto;
}

.admin-container .form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.admin-container table{
    border-spacing: 0;
    border-collapse: collapse;    
    width: 100%;
    border: 1px solid #ddd;
    clear: both;
    margin-bottom: 6px;
}
.admin-container table tr{
      background-color: #fefefe;
}
.admin-container table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.admin-container th {
    text-align: left;
}
.admin-container table tr&gt;td, 
.admin-container table tr&gt;th, 
.admin-container table&gt;tfoot&gt;tr&gt;td, 
.admin-container table&gt;tfoot&gt;tr&gt;th, 
.admin-container table&gt;thead&gt;tr&gt;td, 
.admin-container table&gt;thead&gt;tr&gt;th {
    padding: 8px;
        padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.admin-container table&gt;tbody&gt;tr&gt;td, 
.admin-container table&gt;tbody&gt;tr&gt;th, 
.admin-container table&gt;tfoot&gt;tr&gt;td, 
.admin-container table&gt;tfoot&gt;tr&gt;th, 
.admin-container table&gt;thead&gt;tr&gt;td, 
.admin-container table&gt;thead&gt;tr&gt;th {
    border: 1px solid #ddd;
}


.admin-container .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.admin-container .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.admin-container .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.admin-container .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.admin-container .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.admin-container .btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.admin-container .btn-success:hover {
color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.admin-container .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.admin-container .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.admin-container .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.admin-container .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.admin-container .btn-group-xs&gt;.btn, .admin-container .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.admin-container .btn-group-sm&gt;.btn, .admin-container .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.admin-container .panel-heading &gt; .btn{
    position: relative;
    top: -5px;
    left: 7px;    
}

.admin-container .ama-tm-pagination{
    overflow: hidden;
    margin: 10px 0px;
    padding: 0px;
}

.admin-container .pagination&gt;li {
    display: inline;
}

.admin-container .pagination&gt;li&gt;a, .admin-container .pagination&gt;li&gt;span, .admin-container .ama-tm-pagination&gt;li&gt;a, .admin-container .ama-tm-pagination&gt;li&gt;span, .ama-tm-pagination &gt; a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

.admin-container .pagination&gt;li&gt;a:focus, .admin-container .pagination&gt;li&gt;a:hover, .admin-container .pagination&gt;li&gt;span:focus, .admin-container .pagination&gt;li&gt;span:hover, .admin-container .ama-tm-pagination&gt;li&gt;a:focus, .admin-container .ama-tm-pagination&gt;li&gt;a:hover, .admin-container .ama-tm-pagination&gt;li&gt;span:focus, .admin-container .ama-tm-pagination&gt;li&gt;span:hover, .ama-tm-pagination &gt; a:hpver {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}



.admin-container .pagination&gt;li&gt;a:hover{
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.admin-container .pagination&gt;li.active&gt;a{
background: #337ab7;
    color: #ffffff;
}

.admin-container .ama-tm-pagjumpto{
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    margin-left: 20px;	
		vertical-align: top;
}

.admin-container .ama-tm-pagjumpto .ama-tm-input{
		display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.admin-container table tr&gt;td.hidden-info{
      padding: 8px 16px;
}

.admin-container .panel .admin-filters{
    overflow: hidden;
}

.admin-container .panel .admin-filter{
    float: left;
    padding-right: 15px;
  padding-left: 15px;
}

.admin-container .admin-filters .admin-filter:first-child{
    padding-left:0px;
}

.admin-container .panel .admin-filter input.form-control{
    width: 100%;
}

.admin-container table&gt;tbody&gt;tr&gt;td:first-child{ 
    width:30px;
}


.admin-container .close {
    float: right;
    font-size: 21px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.admin-container button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.admin-container .form-group {
    margin-bottom: 15px;
  /*      overflow: hidden;*/
}

.admin-container .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.admin-container .modal-body  .control-label, .admin-container .panel-body  .control-label {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
        xwidth: 25%;
        xwidth: 20%;
        float: left;

}

.admin-container .modal-body .control-label+div, .admin-container .panel-body  .control-label+div{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
        xwidth: 75%;
        xwidth: 80%;
        float: left;    
}

.admin-container .modal-body .form-control{
    width: 100%;
}

.admin-container .modal-body img{
    vertical-align: middle;
}

.admin-container .btn-group-vertical&gt;.btn-group:after, .admin-container .btn-group-vertical&gt;.btn-group:before, .admin-container .btn-toolbar:after, .admin-container .btn-toolbar:before, .admin-container .clearfix:after, .admin-container .clearfix:before, .admin-container .container-fluid:after, .admin-container .container-fluid:before, .admin-container .container:after, .admin-container .container:before, .admin-container .dl-horizontal dd:after, .admin-container .dl-horizontal dd:before, .admin-container .form-horizontal .form-group:after, .admin-container .form-horizontal .form-group:before, .admin-container .modal-footer:after, .admin-container .modal-footer:before, .admin-container .nav:after, .admin-container .nav:before, .admin-container .navbar-collapse:after, .admin-container .navbar-collapse:before, .admin-container .navbar-header:after, .admin-container .navbar-header:before, .admin-container .navbar:after, .admin-container .navbar:before, .admin-container .pager:after, .admin-container .pager:before, .admin-container .panel-body:after, .admin-container .panel-body:before, .admin-container .row:after, .admin-container .row:before {
    display: table;
    content: " ";
}


#ama-editor-toolbar{height: 32px;}
.admin-container .modal-body div.ama-ajax-editable-bound, .admin-container .modal-body div.ama-ajax-editable{width: 100%;height: 400px;display: block;overflow-y: scroll;}
.mce-btn button { padding: 4px 10px !important; font-size: 14px !important; line-height: 20px !important; cursor: pointer !important; text-align: center !important;overflow: visible !important;-webkit-appearance: none !important;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.mce-toolbar .mce-btn button {border: 1px solid #d0d0d0;}

div.mce-tinymce-inline{ display: block;}
div.mce-tinymce-inline, .mce-toolbar-grp{ background: #ebebeb !important; border: none !important;
padding: 4PX !important;}
.mce-menubar{display: none !important;}
.mce-toolbar-grp{position: static !important;}
.mce-tinymce .mce-flow-layout-item:first-child{ margin-left:0px !important;}
.mce-btn-group .mce-btn{ border-width: 1px !important;}
.modal .mce-container iframe{xheight: 400px !important;}
.modal .mce-tinymce{ border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.modal .mce-panel{border-color: #ccc;}

.modal-response {
	font-size: 0.9em;
	margin-top: 0.5em;

}

.admin-container .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.admin-container .alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.admin-container .alert-success hr {
  border-top-color: #c9e2b3;
}

.admin-container .alert-success .alert-link {
  color: #356635;
}

.admin-container .alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.admin-container .alert-warning hr {
  border-top-color: #f8e5be;
}

.admin-container .alert-warning .alert-link {
  color: #a47e3c;
}

.admin-container .alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.admin-container .alert-danger hr {
  border-top-color: #e6c1c7;
}

.admin-container .alert-danger .alert-link {
  color: #953b39;
}

body &gt; #ama-wrapper-footer, #snap-content &gt; #ama-wrapper-footer{
    display:none;
}

.table.table-striped.table-hover.table-bordered .btn-default, .ama-tm-delete{
    width: 60px;
} 

.typeahead.dropdown-menu{ /*position: fixed;*/ position: absolute; top: 100%; left: 0; z-index: 1000; display: none;
 float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15); border-radius: 4px;    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175);background-color: #fff; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; box-shadow: 0px 0px 0px 1px green; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2); box-shadow: 0 5px 10px rgba(0,0,0,.2);padding-top: 0px;    padding-bottom: 0px; max-height: 300px; /*overflow-y: scroll; top: auto !important; left: auto !important;*/ 

max-height: 150px;
overflow:auto;
}

.modal-dialog .typeahead.dropdown-menu{xposition: fixed;     z-index: 99999;top:auto !important; left:auto !important;max-height: 300px;}
.typeahead.dropdown-menu li{ float: left;    width: 100%;}
.typeahead.dropdown-menu li:first-child a{ -webkit-border-radius: 8px 8px 0px 0px;-moz-border-radius: 8px 8px 0px 0px; border-radius: 8px 8px 0px 0px;    }
.typeahead.dropdown-menu li:last-child a{ -webkit-border-radius: 0px 0px 8px 8px; -moz-border-radius: 0px 0px 8px 8px; border-radius: 0px 0px 8px 8px;}
.typeahead.dropdown-menu a{position: relative; padding: 4px; float: left;    width: 100%;}
.typeahead.dropdown-menu img{ max-height: 30px;}
.typeahead.dropdown-menu&gt;.active&gt;a,.typeahead.dropdown-menu&gt;.active&gt;a:hover{color: #fff; background: #55acee;}
.typeahead .typeahead-content{line-height: 34px;line-height: 30px; overflow: hidden; text-overflow: ellipsis;}
.typeahead-content.col-xs-10{ padding-left: 0px;}
.typeahead .typeahead-content .typeahead-content-twitter{ margin-left: 15px;}
.typeahead_list{ padding-bottom: 0px !important;}
.typeahead_list &gt; div{ margin-bottom: 5px; border-bottom: 1px solid #efefef; padding-bottom: 5px;}
.typeahead_list img{ margin: 0px !important; width: 100%; max-width: 40px;}
.typeahead_list p{ padding-left: 84px;}
.summary-content .form-horizontal .form-group{ margin-bottom: 0px;}
.typeahead_list.articleby a.articleby_name:hover{color: #333333 !important;}
.typeahead-content-small{ font-size: 80%;}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none;}

.admin-new-record{ display: none;}

.admin-sm-6, .admin-sm-12, .admin-sm-7, .admin-sm-5{  position: relative; min-height: 1px; padding-right: 15px;padding-left: 15px;float: left;}
.admin-sm-6{ width: 50%;}
.admin-sm-5{ width: 45%;}
.admin-sm-7{width: 55%;}
.admin-sm-12{ width: 100%;}
#admin-edit-panel{overflow: hidden;}
#admin-edit-panel .form-control{width: 100%;}
.admin-container #admin-edit-panel .form-horizontal .form-group{ margin-left: 0px; margin-right: 0px;padding-top:10px;padding-bottom:10px;/*min-height:80px;*/}
.admin-container .modal-body{ max-height: 600px; overflow-y: scroll;}


.admin-tinymce-container {
    /*background: #f0f0f0;*/
        xbackground-color: #fff;
    /*height: 641px !important;*/
}
.admin-tinymce-container textarea {
    display: none !important;
}
.admin-tinymce-container .loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
}
@keyframes ball-scale-multiple {
    0% {
        transform: scale(0);
        opacity: 0
    }
    5% {
        opacity: 1
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}
.admin-tinymce-container .ball-scale-multiple {
    position: relative;
    transform: translateY(-30px);
}
.ball-scale-multiple&gt;div:nth-child(2) {
    animation-delay: -.4s
}
.ball-scale-multiple&gt;div:nth-child(3) {
    animation-delay: -.2s
}
.admin-tinymce-container .ball-scale-multiple&gt;div {
    background-color: #fff;
        background-color: #1594ce;
    border-radius: 100%;
    position: absolute;
    left: -30px;
    top: 0;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    animation: ball-scale-multiple 1s 0s linear infinite;
}

.admin-footer-message{float: left; margin-top: 7px; margin-left: 10px;}
.admin-footer-message .alert{ padding: 10px; padding: 7px 12px;}
.admin-container .modal-body .alert{ display: none;}
.admin-container .modal-footer{ text-align: left; overflow: hidden;}
#admin-edit-panel .row{ margin-left:-15px; margin-right:-15px;}


#ama-field-66043 .btn-group{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.open&gt;#storyStatuses {
    display: block;
}


#storyStatus{
    margin-top:-5px;
}
#storyStatuses{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 110px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
        padding: 0px; 
        margin-top: 0px;
}
#storyStatuses a{
    display: block;
  clear: both;
  /*font-weight: 400;*/
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
    /*padding: 3px 16px !important;*/
    color: white !important;
    padding: 5px 8px !important;
    font-size: 12px;
}
#storyStatuses a.btn-default:hover{ 
    color: #333333 !important; 
    background-color: #ebebeb !important;  
    border-color: #adadad;
}
#storyStatuses a.btn-primary:hover{ 
    color: #ffffff !important; 
    background-color: #3276b1 !important;  
    border-color: #285e8e;
}
#storyStatuses a.btn-success:hover{
    color: #ffffff !important;  
    background-color: #47a447 !important;  
    border-color: #398439;
}
#storyStatuses a.btn-info:hover{ 
    color: #ffffff !important;  
    background-color: #39b3d7 !important; 
    border-color: #269abc;
}
#storyStatuses a.btn-warning:hover{ 
    color: #ffffff !important; 
    background-color: #ed9c28 !important;  
    border-color: #d58512;
}
#storyStatuses a.btn-danger:hover{ 
    color: #ffffff !important;  
    background-color: #d2322d !important;  
    border-color: #ac2925;
}

#ama-page-21903 .admin-container .dashboard-groups, #ama-page-21903 #admin-edit-panel, #ama-page-21903 #regions-form{
    overflow:visible;
    float: left;
    width: 100%;
}

#storyStatus .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
}

#storyStatus.btn-primary .caret, #storyStatus.btn-success .caret, #storyStatus.btn-warning .caret, #storyStatus.btn-danger .caret, #storyStatus.btn-info .caret {
    border-top-color: #fff;
}

.admin-list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.admin-list-group  div{
    width: 100%;
    float: left;
}
.admin-list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
        padding: 4px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
        border-radius: 4px;
}
.admin-list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.admin-list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
a.admin-list-group-item,
button.admin-list-group-item {
    color: #555
}
a.admin-list-group-item .admin-list-group-item-heading,
button.admin-list-group-item .admin-list-group-item-heading {
    color: #333
}
a.admin-list-group-item:focus,
a.admin-list-group-item:hover,
button.admin-list-group-item:focus,
button.admin-list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}
button.admin-list-group-item {
    width: 100%;
    text-align: left
}
.admin-list-group-item.disabled,
.admin-list-group-item.disabled:focus,
.admin-list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}
.admin-list-group-item.disabled .admin-list-group-item-heading,
.admin-list-group-item.disabled:focus .admin-list-group-item-heading,
.admin-list-group-item.disabled:hover .admin-list-group-item-heading {
    color: inherit
}
.admin-list-group-item.disabled .admin-list-group-item-text,
.admin-list-group-item.disabled:focus .admin-list-group-item-text,
.admin-list-group-item.disabled:hover .admin-list-group-item-text {
    color: #777
}
.admin-list-group-item.active,
.admin-list-group-item.active:focus,
.admin-list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.admin-list-group-item.active .admin-list-group-item-heading,
.admin-list-group-item.active .admin-list-group-item-heading&gt;.small,
.admin-list-group-item.active .admin-list-group-item-heading&gt;small,
.admin-list-group-item.active:focus .admin-list-group-item-heading,
.admin-list-group-item.active:focus .admin-list-group-item-heading&gt;.small,
.admin-list-group-item.active:focus .admin-list-group-item-heading&gt;small,
.admin-list-group-item.active:hover .admin-list-group-item-heading,
.admin-list-group-item.active:hover .admin-list-group-item-heading&gt;.small,
.admin-list-group-item.active:hover .admin-list-group-item-heading&gt;small {
    color: inherit
}
.admin-list-group-item.active .admin-list-group-item-text,
.admin-list-group-item.active:focus .admin-list-group-item-text,
.admin-list-group-item.active:hover .admin-list-group-item-text {
    color: #c7ddef
}
.admin-list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}
a.admin-list-group-item-success,
button.admin-list-group-item-success {
    color: #3c763d
}
a.admin-list-group-item-success .admin-list-group-item-heading,
button.admin-list-group-item-success .admin-list-group-item-heading {
    color: inherit
}
a.admin-list-group-item-success:focus,
a.admin-list-group-item-success:hover,
button.admin-list-group-item-success:focus,
button.admin-list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}
a.admin-list-group-item-success.active,
a.admin-list-group-item-success.active:focus,
a.admin-list-group-item-success.active:hover,
button.admin-list-group-item-success.active,
button.admin-list-group-item-success.active:focus,
button.admin-list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}
.admin-list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}
a.admin-list-group-item-info,
button.admin-list-group-item-info {
    color: #31708f
}
a.admin-list-group-item-info .admin-list-group-item-heading,
button.admin-list-group-item-info .admin-list-group-item-heading {
    color: inherit
}
a.admin-list-group-item-info:focus,
a.admin-list-group-item-info:hover,
button.admin-list-group-item-info:focus,
button.admin-list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}
a.admin-list-group-item-info.active,
a.admin-list-group-item-info.active:focus,
a.admin-list-group-item-info.active:hover,
button.admin-list-group-item-info.active,
button.admin-list-group-item-info.active:focus,
button.admin-list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}
.admin-list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}
a.admin-list-group-item-warning,
button.admin-list-group-item-warning {
    color: #8a6d3b
}
a.admin-list-group-item-warning .admin-list-group-item-heading,
button.admin-list-group-item-warning .admin-list-group-item-heading {
    color: inherit
}
a.admin-list-group-item-warning:focus,
a.admin-list-group-item-warning:hover,
button.admin-list-group-item-warning:focus,
button.admin-list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}
a.admin-list-group-item-warning.active,
a.admin-list-group-item-warning.active:focus,
a.admin-list-group-item-warning.active:hover,
button.admin-list-group-item-warning.active,
button.admin-list-group-item-warning.active:focus,
button.admin-list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}
.admin-list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}
a.admin-list-group-item-danger,
button.admin-list-group-item-danger {
    color: #a94442
}
a.admin-list-group-item-danger .admin-list-group-item-heading,
button.admin-list-group-item-danger .admin-list-group-item-heading {
    color: inherit
}
a.admin-list-group-item-danger:focus,
a.admin-list-group-item-danger:hover,
button.admin-list-group-item-danger:focus,
button.admin-list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}
a.admin-list-group-item-danger.active,
a.admin-list-group-item-danger.active:focus,
a.admin-list-group-item-danger.active:hover,
button.admin-list-group-item-danger.active,
button.admin-list-group-item-danger.active:focus,
button.admin-list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}
.admin-list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.admin-list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.item-container-text img{ float:left;}


.admin-list-group{ 
    margin-bottom: 0px; 
    float: left; 
    width: 100%; 
}

.drag-container &gt; .ui-draggable{ cursor: move;}
.drag-container{ display: none; visibility: none;}
.admin-list-group .mx-content-hover{ background-color: #fcf8e3; border: 1px solid #faebcc;}
.admin-list-group .mx-content-drop{ color: #3c763d; background-color: #dff0d8 !important; border: 1px solid #d6e9c6;}
.admin-list-group .mx-content-drop .admin-list-group-item{ background-color: #dff0d8 !important;}
.admin-list-group .mx-content-drop.admin-list-undroppable,
.admin-list-group-wrap.ui-sortable-placeholder.admin-list-undroppable{ color: #a94442 !important; background-color: #f2dede !important; border: 1px solid #ebccd1 !important;}
.mx-content-drop.admin-list-dropzone{ color: #3c763d; background-color: #82b440; border: 1px solid #d6e9c6;}
.mx-content-active .admin-list-group-item{ margin-bottom: 10px;}
.mx-content-active .admin-list-dropzone{ height: 42px; margin-bottom: 10px; }
.admin-list-group-wrap.ui-sortable-placeholder{ color: #31708f; background-color: #d9edf7; border: 1px solid #bce8f1; box-shadow: none; height: 60px; margin-bottom: 10px; visibility: visible!important;}


.sort-container .admin-list-group-wrap{ margin-bottom: 5px; height: 60px;}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.admin-list-group .badge{
        position: absolute;
    top: 50%;
    margin-top: -10px;
}


.drag-marker{
    float: left;
    cursor: n-resize;    
}

.badge-container {
    height: 50px;
    display: block;
    float: left;
    cursor: n-resize;
    padding: 5px;
    display: block;
        width: 32px;
}

.dropdown_visible{
overflow:visible !important;
}

.autocomplete_overflow .tab-content{
    float: left;
    width: 100%;
}

.autocomplete_overflow .form-group{
    overflow: visible;
    float: left;
    width: 100%;
}

.autocomplete_overflow .typeahead.dropdown-menu{
    max-height: none;
}






/*********************************************************************************************************************************************/


/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 400;
  src: local('Quattrocento'), url(https://fonts.gstatic.com/s/quattrocento/v8/WZDISdyil4HsmirlOdBRFD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 400;
  src: local('Quattrocento'), url(https://fonts.gstatic.com/s/quattrocento/v8/WZDISdyil4HsmirlOdBRFOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 700;
  src: local('Quattrocento Bold'), local('Quattrocento-Bold'), url(https://fonts.gstatic.com/s/quattrocento/v8/Uvi-cRwyvqFpl9j3oT2mquIaMZP5eRGvEWe_CNIU_oY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 700;
  src: local('Quattrocento Bold'), local('Quattrocento-Bold'), url(https://fonts.gstatic.com/s/quattrocento/v8/Uvi-cRwyvqFpl9j3oT2mqnNuWYKPzoeKl5tYj8yhly0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/***LM ADDITON******/

#map {
    height: 300px;
    width: 100%;
}
.panel {
    background: none;
    margin-bottom: 0px;
    border: 0px;
}
h1 {
    margin: 0px;
}
h2 {
    margin: 0px;
}
h3 {
    margin: 0px;
}
h4 {
    margin: 0px;
}
h5 {
    margin: 0px;
}
.slick-cloned {
    display: none;
}
.snap-content {
    font-family: Open Sans, Helvetica, sans-serif;
}
#share-review-loading {
    display: none;
}

@media (max-width: 480px) {
    .u-pad-xs-bottom {
        padding-bottom: 40px;
    }    
}


.wp-cl-iframe, #cart-worldpay-iframe{
    height:390px !important;
}
/***********************/

:root {
    font-size: 10px
}
html {
    box-sizing: border-box
}
*,
:after,
:before {
    box-sizing: inherit;
    margin: 0;
    padding: 0
}
body {
    background-color: #fff;
    color: #414141;
    font-size: 16px;
    font-family: Open Sans, Helvetica, sans-serif;
    line-height: 1.5;
    padding-bottom: 20px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: scroll
}
body:after {
    display: table;
    clear: both;
    content: ""
}
.admin-container blockquote,
.admin-container dl,
.admin-container ol,
.admin-container p,
.admin-container pre,
.admin-container table,
.admin-container ul {
    margin-bottom: 20px
}
.admin-container img {
    border: 0;
    display: inline-block;
    max-width: 100%
}
.admin-container a {
    text-decoration: none
}
.admin-container a,
.admin-container button {
    color: #232323;
    transition-property: color;
    transition-duration: .3s
}
.admin-container a:hover,
.admin-container button:hover {
cursor: pointer;
}
/*.admin-container p&gt;a {
    font-weight: 600;
    text-decoration: underline
}*/
.admin-container ol,
.admin-container ul {
    padding-left: 20px
}
cite {
    font-style: normal
}
.admin-container article,
.admin-container aside,
.admin-container details,
.admin-container figcaption,
.admin-container figure,
.admin-container footer,
.admin-container header,
.admin-container main,
.admin-container menu,
.admin-container nav,
.admin-container section,
.admin-container summary {
    display: block
}
.admin-container svg {
    max-height: 100%
}
.admin-container button,
.admin-container input,
.admin-container keygen,
.admin-container select,
.admin-container textarea {
    font-family: inherit
}
.admin-container iframe {
    border: 0;
    max-width: 100%;
    height: auto;

}
.admin-container button {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: inherit;
    line-height: inherit
}
code,
pre,
samp {
    font-family: Roboto Mono, Source Code Pro, Menlo, Consolas, Liberation Mono, monospace
}
code,
samp {
    padding: .125em
}
code,
pre,
samp {
    font-size: 87.5%;
    xfont-size: 14px;
    line-height: 1.5
}
code {
    color: #827717;
    background-image: linear-gradient(transparent, transparent 87.5%, rgba(130, 119, 23, .125) 0)
}
pre code {
    background-image: none;
    color: inherit;
    padding: 0
}
.ks-editable-btn {
    background-color: hsla(0, 0%, 100%, .7);
    border-radius: 5px;
    border: 1px solid #beb7b7;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.428571429;
    padding: 9px;
    position: absolute!important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap
}
.mce-content-body {
    font-family: Quattrocento, Georgia, serif;
   /* word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;*/
    font-size: 18px;
    line-height: 1.77778
}
/*.mce-content-body h3 {
    font-weight: 700
}*/
/*.mce-content-body p a {
    font-weight: 700;
    text-decoration: underline
}*/
.mce-content-body img {
    display: block;
    max-height: 400px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
        width: auto;

        /*AB 11/09/17 - Update width*/
        height: auto;
        max-height: 800px;
}
.mce-content-body blockquote {
    background-color: #8f8989;
    color: #fff;
    font-family: Quattrocento, Georgia, serif;
    font-size: 20px;
    line-height: 1.3;
    padding: 20px;
    max-width: 512px;
    margin-right: auto;
    margin-left: auto
}
.mce-content-body blockquote&gt;strong {
    display: block;
    margin-top: 20px;
    font-family: Open Sans, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5
}
.mce-content-body ul {
    font-style: italic
}
.mce-content-body ul li {
    margin-bottom: 1em
}
/*.mce-content-body .o-iframe-wrapper,
.admin-container h1,
.admin-container h2,
.admin-container h3,
.admin-container h4,
.admin-container h5,
.admin-container h6 {
    margin-bottom: 20px
}
.admin-container h1,
.admin-container h2,
.admin-container h3,
.admin-container h4,
.admin-container h5,
.admin-container h6 {
    font-family: Quattrocento, Georgia, serif;
    font-weight: 400
}*/
/*.admin-container h1 {
    font-size: 36px;
    line-height: 1.22222
}
.admin-container h2 {
    font-size: 30px;
    line-height: 1.26667
}
.admin-container h3 {
    font-size: 24px;
    line-height: 1.25
}
.admin-container h4 {
    font-size: 20px;
    line-height: 1.3
}
.admin-container h5 {
    font-size: 16px;
    line-height: 1.5
}
.admin-container h6 {
    font-size: 14px;
    line-height: 1.57143
}*/
.qqq {
    font-size: 20px;
    line-height: 1.3
}
.admin-container fieldset {
    border: 0
}
.admin-container legend {
    display: none
}
.admin-container input[type=search] {
    -webkit-appearance: none;
    appearance: none
}
.admin-container input[type=search]::-webkit-search-cancel-button,
.admin-container input[type=search]::-webkit-search-decoration,
.admin-container input[type=search]::-webkit-search-results-button,
.admin-container input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none
}
.admin-container table {
    border-collapse: separate;
    border-spacing: 0;
    max-width: 100%;
    width: 100%
}
.admin-container td,
.admin-container th {
    padding: 10px
}
.admin-container th {
    text-align: left
}
.admin-container td,
.admin-container th {
    vertical-align: top
}

.admin-container .o-container {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
background:none;
}

.admin-body.o-container {
    max-width: 1240px;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
background:none;
}
.admin-container .o-col-1-2 {
    width: calc(99.9% * 1/2 - 10px)
}
.admin-container .o-col-1-2:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none
}
.admin-container .o-col-1-2:last-child {
    margin-right: 0
}
.admin-container .o-col-1-2:nth-child(2n) {
    margin-right: 0;
    float: right
}
.admin-container .o-col-1-2:nth-child(odd) {
    clear: both
}
.admin-container .o-col-1-3 {
    width: calc(99.9% * 1/3 - 13.333333333333332px)
}
.admin-container .o-col-1-3:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none
}
.admin-container .o-col-1-3:last-child {
    margin-right: 0
}
.admin-container .o-col-1-3:nth-child(3n) {
    margin-right: 0;
    float: right
}
.admin-container .o-col-1-3:nth-child(3n+1) {
    clear: both
}
.admin-container .o-col-1-4 {
    width: calc(99.9% * 1/4 - 15px)
}
.admin-container .o-col-1-4:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none
}
.admin-container .o-col-1-4:last-child {
    margin-right: 0
}
.admin-container .o-col-1-4:nth-child(4n) {
    margin-right: 0;
    float: right
}
.admin-container .o-col-1-4:nth-child(4n+1) {
    clear: both
}
.admin-container .o-col-2-3 {
    width: calc(99.9% * 2/3 - 6.666666666666666px)
}
.admin-container .o-col-2-3:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none
}
.admin-container .o-col-2-3:last-child {
    margin-right: 0
}
.admin-container .o-col-2-3:nth-child(3n) {
    margin-right: 0;
    float: right
}
.admin-container .o-col-2-3:nth-child(3n+1) {
    clear: both
}
.admin-container .o-col-3-4 {
    width: calc(99.9% * 3/4 - 5px)
}
.admin-container .o-col-3-4:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none
}
.admin-container .o-col-3-4:last-child {
    margin-right: 0
}
.admin-container .o-col-3-4:nth-child(4n) {
    margin-right: 0;
    float: right
}
.admin-container .o-col-3-4:nth-child(4n+1) {
    clear: both
}
.admin-container .o-col-1-5 {
    width: calc(99.9% * 1/5 - 16px)
}
.admin-container .o-col-1-5:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none
}
.admin-container .o-col-1-5:last-child {
    margin-right: 0
}
.admin-container .o-col-1-5:nth-child(5n) {
    margin-right: 0;
    float: right
}
.admin-container .o-col-1-5:nth-child(5n+1) {
    clear: both
}
.admin-container .o-col-4-5 {
    width: calc(99.9% * 4/5 - 4px)
}
.admin-container .o-col-4-5:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none
}
.admin-container .o-col-4-5:last-child {
    margin-right: 0
}
.admin-container .o-col-4-5:nth-child(5n) {
    margin-right: 0;
    float: right
}
.admin-container .o-col-4-5:nth-child(5n+1) {
    clear: both
}
.admin-container .o-break-word {
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto
}
.admin-container .o-qux {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 900px
}
.admin-container .o-bar,
.admin-container .o-foo,
.admin-container .o-qux {
    margin-right: auto;
    margin-left: auto
}
.admin-container .o-bar {
    max-width: 670px
}
.admin-container .o-faux-block-link {
    display: block;
    position: relative
}
.admin-container .o-faux-block-link a,
.admin-container .o-faux-block-link button {
    position: relative;
    z-index: 1
}
.admin-container .o-faux-block-link .o-bg-image {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.admin-container .o-faux-block-link:hover .o-faux-block-link__target {
    color: #afb42b!important
}
.admin-container .o-faux-block-link:hover .o-bg-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.admin-container .o-faux-block-link__overlay {
    display: block;
    overflow: hidden;
    top: 0!important;
    right: 0!important;
    bottom: 0!important;
    left: 0!important;
    position: absolute!important;
    text-indent: 200%;
    visibility: visible;
    white-space: nowrap;
    z-index: 0!important
}
.admin-container .o-bg-image {
    background-color: #f9f8f8;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden
}
.o-bg-image--1-1 {
    padding-top: 100%
}
.o-bg-image--2-1 {
    padding-top: 50%
}
.o-bg-image--3-2 {
    padding-top: 66.66667%
}
.o-bg-image--4-3 {
    padding-top: 75%
}
.o-bg-image--16-9 {
    padding-top: 56.25%
}
.o-bg-image--21-9 {
    padding-top: 42.85714%
}
.o-overflow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}
.o-overflow--y {
    overflow-x: hidden
}
.o-overflow--x {
    overflow-y: hidden
}
.o-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.o-iframe-wrapper {
    padding-top: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden
}
.o-iframe-wrapper iframe {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}
.c-account__header {
    padding-top: 30px;
    padding-bottom: 30px
}
.c-alert {
    color: #232323;
    font-size: 18px;
    line-height: 1.25;
    text-align: center
}
.c-alert__main {
    display: inline-block;
    margin: 20px auto;
    position: relative;
    padding: 5px
}
.c-alert--info .c-alert__main {
    background-color: #0194c8
}
.c-alert--success .c-alert__main {
    background-color: #ceda46
}
.c-alert--warning .c-alert__main {
    background-color: #f6e027
}
.c-alert--danger .c-alert__main {
    background-color: #da3743
}
.c-alert__main&gt;:last-of-type {
    margin-bottom: 0
}
.c-alert__close {
    outline: 0;
    padding: 10px;
    top: -35px;
    right: -35px;
    position: absolute;
    width: 40px;
    height: 40px
}
.c-alert__close:hover {
    color: #232323
}
.c-assets__header {
    padding-top: 20px;
    padding-bottom: 20px
}
.c-assets__main {
    padding-top: 40px;
    padding-bottom: 40px
}
.c-assets-teaser {
    color: #5f5c5c;
    margin-bottom: 40px
}
.c-assets-teaser__main {
    border-width: 1px 0;
    border-color: #beb7b7;
    border-style: solid;
    padding-top: 20px;
    padding-bottom: 20px
}
.c-awards__main {
    padding-top: 50px;
    padding-bottom: 50px
}
.c-award-teaser-1 {
    border-top: 2px solid #beb7b7;
    margin-bottom: 40px;
    padding-top: 20px
}
.c-award-teaser-1 .c-rank {
    font-size: 48px
}
.c-award-teaser-1 .c-foo {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 5px
}
.c-award-teaser-1 .c-bar {
    font-size: 28px
}
.c-award-teaser-2 {
    border-top: 2px solid #beb7b7;
    margin-bottom: 20px;
    padding-top: 20px
}
.c-award-teaser-2 .c-foo {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 5px
}
.c-award-teaser-2 .c-bar {
    font-size: 20px
}
.c-brand {
    display: block;
    width: 148px;
    height: auto
}
.c-banner {
    height: 90px;
    position: relative;
    z-index: 1
}
.c-banner .c-btn-wrapper {
    top: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.c-banner .c-brand {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.c-banner .c-btn {
    min-width: 0;
    padding-right: 9px;
    padding-left: 9px
}
.c-banner .c-nav-utility {
    top: 50%;
    right: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.c-banner-1 {
    margin-bottom: 20px
}
.c-banner-1__main {
    padding: 20px
}
.c-banner-1__main p {
    font-size: 14px
}
.c-banner-1__main .c-btn {
    font-size: 16px;
    min-width: 0;
    padding: 0
}
.c-banner-1__main .c-btn:focus {
    box-shadow: none
}
.c-btn-wrapper {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden
}
.c-btn-wrapper .c-btn {
    background-color: #232323;
    border-color: #232323;
    color: #ccde26;
    float: left
}
.c-btn-wrapper.collapsed .c-btn {
    background-color: transparent;
    border-color: rgba(65, 65, 65, .3);
    color: inherit
}
.c-btn-wrapper__name {
    display: none;
    float: left;
    margin-left: 10px;
    line-height: 40px
}
.c-btn,
.c-btn-wrapper__name {
    font-size: 14px;
    text-transform: uppercase
}
.c-btn {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 1.428571429;
    min-width: 140px;
    outline: 0;
    overflow: hidden;
    padding: 9px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition-duration: .3s;
    transition-property: background-color, border-color, color;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: top
}
.c-btn[disabled] {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none
}
.c-btn:focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .25)
}
.c-btn.u-border-grey-900 {
    color: inherit
}
.c-btn.u-border-grey-900.c-btn--is-active,
.c-btn.u-border-grey-900:hover {
    background-color: #232323;
    border-color: #232323;
    color: #ccde26
}
.c-btn.u-bg-grey-800 {
    color: #fff
}
.c-btn.u-bg-grey-800.c-btn--is-active,
.c-btn.u-bg-grey-800:active,
.c-btn.u-bg-grey-800:hover {
    background-color: #232323;
    color: #ccde26
}
.c-btn.u-border-white {
    color: #fff
}
.c-btn.u-border-white.c-btn--is-active,
.c-btn.u-border-white:active,
.c-btn.u-border-white:hover {
    background-color: #fff;
    color: #232323
}
.c-btn.u-bg-lime-500.c-btn--is-active,
.c-btn.u-bg-lime-500:active,
.c-btn.u-bg-lime-500:hover {
    background-color: #c0ca33;
    color: inherit
}
.c-btn.u-bg-black {
    color: #fff
}
.c-btn.u-boxshadow {
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}
.c-btn--lg {
    font-size: 18px;
    line-height: 1.555555556
}
.c-btn--is-disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none
}
.c-btn-collapse {
    border-color: #dfdbdb;
    border-style: solid;
    border-width: 1px 0;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    outline: 0;
    padding: 9px 40px 9px 0;
    position: relative;
    text-align: left;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}
.c-btn-collapse .c-icon {
    top: 0;
    right: -10px;
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}
.c-btn-collapse:hover {
    color: inherit
}
.c-btn-collapse.collapsed .c-icon {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.c-btn-44 {
    height: 44px
}
.c-cookie {
    box-shadow: 0 -3px 8px rgba(0, 0, 0, .2);
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999999
}
.c-contentinfo {
    color: #fff;
    font-size: 14px;
    line-height: 20px
}
.c-contentinfo h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px
}
.c-contentinfo h3 a {
    color: #fff;
    padding: 10px;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    -webkit-tap-highlight-color: none
}
.c-contentinfo li a {
    color: inherit
}
.c-contentinfo li a:hover {
    color: #827717
}
.c-contentinfo .o-collapse-none-md a {
    display: block;
    padding: 5px
}
.c-contentinfo .c-brand-waitrose {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 160px;
    height: 34px
}
.c-error {
    margin-top: 40px
}
.c-error__header {
    padding-right: 60px;
    padding-left: 60px;
    margin-bottom: 40px
}
.c-error__main {
    margin-right: auto;
    margin-left: auto;
    max-width: 680px;
    text-align: center
}
.c-error__main h1 {
    font-weight: 600
}
.c-error__main p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1.5em
}
label.error {
    margin-top: 15px
}
.c-label,
label.error {
    display: block;
    text-align: left
}
.c-label {
    color: #beb7b7;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px
}
.c-form-control {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #c9c3c3;
    color: #8f8989;
    display: block;
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 7px 10px;
    position: relative;
    text-overflow: ellipsis;
    transition-duration: .3s;
    transition-property: border-color, box-shadow, color;
    vertical-align: top;
    width: 100%
}
textarea.c-form-control {
    resize: vertical;
    min-height: 120px
}
select.c-form-control {
    padding-right: 40px
}
.c-form-control::-webkit-input-placeholder {
    color: #787373;
    font-style: italic
}
.c-form-control::placeholder {
    color: #787373;
    font-style: italic
}
.c-form-control:focus {
    outline: 0
}
.c-form-control.valid,
.c-form-control:focus {
    border-color: #232323;
    color: #232323
}
.c-form-control.error {
    box-shadow: 0 0 0 5px #f6e027
}
.c-form-control-wrapper {
    position: relative
}
.c-form-control-wrapper .c-icon {
    color: #5f5c5c;
    display: block;
    top: 10px;
    right: 10px;
    position: absolute;
    pointer-events: none
}
.c-checkbox,
.c-radio {
    -webkit-tap-highlight-color: transparent;
    color: #232323;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: top;
    text-align: left
}
.c-checkbox__label,
.c-radio__label {
    min-height: 24px;
    display: block;
    position: relative;
    vertical-align: top
}
.c-checkbox__input,
.c-radio__input {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer
}
.c-checkbox__input:focus,
.c-radio__input:focus {
    outline: none
}
.c-radio {
    min-height: 100%
}
.c-radio__label {
    xfont-size: 20px;
    xline-height: 24px;
    padding-left: 32px
}
.c-radio__input {
    background-color: #fff;
    border: 2px solid #beb7b7;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    transition-property: border-color
}
.c-radio__input,
.c-radio__input+span {
    position: absolute;
    transition-duration: .25s
}
.c-radio__input+span {
    border-radius: 100%;
    background-color: transparent;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    transition-property: background-color
}
.c-radio__input:checked {
    border-color: #5f5c5c
}
.c-radio__input:checked+span {
    background-color: #5f5c5c
}
.c-checkbox__label {
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px
}
.c-checkbox__label a {
    font-weight: 600;
    text-decoration: underline
}
.c-checkbox__input {
    background-color: #5f5c5c;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    transition-property: background-color
}
.c-checkbox__input,
.c-checkbox__input+.c-icon {
    top: 1px;
    left: 0;
    position: absolute;
    transition-duration: .3s
}
.c-checkbox__input+.c-icon {
    color: #fff;
    opacity: 0;
    transition-property: opacity
}
.c-checkbox__input.error {
    background-color: #f6e027
}
.c-checkbox__input:checked+.c-icon {
    opacity: 1
}
.c-dropzone {
    background-color: #ece9e9;
    cursor: pointer;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 75%;
    position: relative
}
.c-dropzone .c-icon {
    display: block;
    margin-top: -22px;
    margin-left: -22px;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 44px;
    height: 44px
}
.c-dropzone:hover {
    color: #afb42b
}
.c-guide__headline {
    font-size: 48px
}
.c-h1 {
    font-size: 36px;
    line-height: 1.22222
}
.c-h2 {
    font-size: 30px;
    line-height: 1.26667
}
.c-h3 {
    font-size: 24px;
    line-height: 1.25
}
.c-h4 {
    font-size: 20px;
    line-height: 1.3
}
.c-h5 {
    font-size: 16px;
    line-height: 1.5
}
.c-h6 {
    font-size: 14px;
    line-height: 1.57143
}
.c-header {
    padding-top: 30px;
    padding-bottom: 30px
}
.c-foo {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase
}
.c-foo a {
    color: inherit
}
.c-bar {
    font-family: Open Sans, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 0
}
.c-bar a {
    color: inherit
}
.c-qux {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline-block;
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 700;
    padding: .1em;
    text-transform: uppercase
}
.c-hero {
    height: 420px;
    overflow: hidden;
    position: relative
}
.c-hero__image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}
.c-hero__main {
    padding: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    text-align: center
}
.c-icon {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px
}
.c-gallery {
    margin-bottom: 30px
}
.c-gallery .slick-slide {
    height: 240px
}
.c-gallery .slick-prev {
    left: -70px
}
.c-gallery .slick-next {
    right: -70px
}
.c-step-divider {
    height: 59px
}
.c-overlay-light-text {
    background-color: rgba(35, 35, 35, .9);
    color: #fff
}
.c-overlay-dark-text {
    background-color: hsla(0, 0%, 100%, .9);
    color: #232323
}
.c-overlay-holding {
    color: #000000
}
.holding .c-h1 {
        font-size: 48px
}
.holding p {
        font-size: 26px;
margin-top: 20px;
}
.c-dialog {
    background-color: hsla(0, 7%, 92%, .96);
    padding: 15px
}
.c-share-review {
    padding: 20px
}
.c-share-review p {
    font-size: 16px;
    line-height: 1.5
}
.c-share-review ul {
    font-size: 0
}
.c-icon-wrapper {
    border-radius: 100%;
    border: 3px solid currentColor;
    padding: 9px;
    width: 60px;
    height: 60px
}
.c-icon-wrapper .c-icon {
    display: block;
    width: 36px;
    height: 36px
}
.c-rating-table th {
    font-size: 14px;
    font-weight: 400;
    padding: 5px
}
.c-rating-table td .c-radio {
    display: inline-block;
    width: 24px;
    height: 24px
}
.c-rating-table td .c-radio__label {
    padding: 0
}
.c-score-group {
    overflow: hidden
}
.c-score-group .c-icon {
    float: left;
    width: 30px;
    height: 30px
}
.c-score-group__label {
    color: #beb7b7;
    float: left;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin-right: 10px
}
.c-rank {
    font-size: 36px;
    font-family: Quattrocento, Georgia, serif;
    line-height: 1
}
.c-caption {
    color: #8f8989;
    font-size: 12px;
    font-style: italic;
    line-height: 1.333333333
}
.c-restaurant-map {
    height: 300px
}
.c-slick-nav {
    display: none;
    margin-bottom: 30px;
    margin-left: -10px
}
.c-slick-nav__item {
    cursor: pointer
}
.c-slick-nav__image-wrapper {
    border-radius: 5px;
    border: 1px solid transparent;
    margin-right: 10px;
    padding: 9px;
    transition-duration: .3s;
    transition-property: border-color
}
.slick-current .c-slick-nav__image-wrapper {
    border-color: #beb7b7
}
.c-slick-nav__image {
    padding-top: 75%
}
.c-product-teaser {
    margin-bottom: 30px
}
.c-product-teaser__name {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px
}
.c-mdash {
    background-color: #fff;
    width: 100px;
    height: 2px;
    margin: 10px auto 20px
}
.c-symbol .c-icon--top-10 {
    width: auto;
    height: 80px
}
.c-title {
    font-size: 24px;
    line-height: 1.25;
    padding-bottom: 10px
}
.c-table-striped th {
    border-bottom: 1px solid #beb7b7;
    color: #5f5c5c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 15px;
    text-transform: uppercase
}
.c-table-striped td {
    font-size: 20px;
    line-height: 1.25;
    padding: 15px;
    vertical-align: middle
}
.c-table-striped tr:nth-child(2n) td {
    background-color: #ece9e9
}
.c-nav-primary {
    position: relative
}
.c-nav-primary .c-dropdown-menu {
    width: 100%;
    left: 0;
    margin: 0
}
.c-nav-primary__list {
    margin-bottom: 20px
}
.c-nav-primary__link {
    color: #5f5c5c;
    display: block;
    font-size: 16px;
    line-height: 1.25;
    outline: 0;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%
}
.c-nav-primary__link:active,
.c-nav-primary__link:hover,
.open .c-nav-primary__link {
    color: #afb42b
}
.c-nav-primary__link .c-icon {
    float: left
}
.c-nav-primary__item--secondary .c-nav-primary__link {
    font-weight: 600;
    text-transform: none
}
.c-nav-utility__item {
    float: left;
    position: relative
}
.c-nav-utility__link {
    color: #5f5c5c;
    display: block;
    font-size: 10px;
    line-height: 1.4;
    outline: 0;
    padding: 7px
}
.open .c-nav-utility__link {
    color: #afb42b
}
.c-nav-utility__link .c-icon {
    float: left;
    width: 16px;
    height: 16px
}
.c-nav-utility__name {
    float: left
}
.c-nav-utility__item--account {
    display: none
}
.c-nav-utility__item--favourites .c-nav-utility__link {
    border: 1px solid rgba(65, 65, 65, .3);
    border-radius: 5px
}
.c-nav-utility__item--favourites .c-nav-utility__name,
.c-nav-utility__item--login {
    display: none
}
.c-nav-utility__item--login .c-nav-utility__name {
    text-transform: uppercase
}
.c-nav-utility__item--join .c-nav-utility__link {
    background-color: #ccde26;
    border-radius: 5px;
    color: #414141;
    text-transform: uppercase
}
.c-nav-utility__item--join .c-nav-utility__link:focus {
    box-shadow: none
}
.c-nav-utility__item--join .c-nav-utility__link:focus,
.c-nav-utility__item--join .c-nav-utility__link:hover {
    background-color: #afb42b
}
.c-nav-utility__item--join .c-nav-utility__name {
    font-weight: 600
}
.c-nav-utility__item--join .c-nav-utility__name:last-child {
    display: none
}
.c-nav-link {
    color: #8f8989;
    font-size: 13px;
    line-height: 14px
}
.c-nav-sub__item {
    font-size: 18px;
    line-height: 1.333333333;
    margin-bottom: 10px
}
.c-join--benefits {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px
}
.c-join--benefits li {
    font-size: 14px;
    line-height: 1.571428571
}
.c-join--benefits li .c-icon {
    width: 30px;
    height: 30px
}
.c-scores-guide {
    margin-right: -20px;
    margin-bottom: 20px;
    margin-left: -20px;
    padding: 40px;
    text-align: center
}
.c-scores-guide__name {
    font-size: 20px;
    line-height: 1.3
}
.c-scores-nav {
    display: none
}
.c-scores-nav.slick-initialized {
    display: block
}
.c-score {
    margin-bottom: 20px
}
.c-score__description {
    font-size: 16px;
    line-height: 1.5
}
.c-scores-for {
    display: none
}
.c-scores-for .slick-arrow {
    margin-top: 0;
    width: 44px;
    height: 56px;
    top: 32px
}
.c-scores-for .slick-prev {
    background-image: url(/images/chevron-left2.svg);
    left: -7px
}
.c-scores-for .slick-next {
    background-image: url(/images/chevron-right2.svg);
    right: -7px
}
.c-scores-for.slick-initialized {
    display: block
}
.c-search {
    position: relative
}
.c-search__input {
    border-radius: 0;
    padding-right: 40px;
    text-overflow: ellipsis;
    transition-duration: .3s;
    transition-property: box-shadow, border-color
}
.c-search__input::-webkit-input-placeholder {
    font-style: normal
}
.c-search__input::placeholder {
    font-style: normal
}
.c-search__input:focus,
.c-search__input:hover {
    border-color: #afb42b!important;
    box-shadow: 0 0 3px 3px hsla(0, 0%, 7%, .1)
}
.c-search__submit {
    outline: 0;
    padding: 10px;
    top: 0;
    right: 0;
    position: absolute;
    width: 40px;
    height: 40px
}
.c-search__submit .c-icon {
    display: block;
    width: 20px;
    height: 20px
}
.c-hero .c-search__input {
    border: 0;
    font-size: 16px;
    height: 48px;
    line-height: 1.5;
    padding: 12px 48px 12px 12px
}
.c-hero .c-search__submit {
    width: 48px;
    height: 48px;
    padding: 12px
}
.c-hero .c-search__submit .c-icon {
    width: 24px;
    height: 24px
}
.c-step {
    background-color: #fff;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: transparent transparent #c9c3c3;
    padding-top: 24px;
    padding-bottom: 24px
}
.c-step--is-active {
    border-top-color: #ceda46;
    border-width: 0 0 2px
}
.c-step--is-active .c-step__name {
    opacity: 1
}
.c-step--is-active .c-step__main {
    display: block
}
.c-step--is-complete {
    border-top-color: #a7a1a1
}
.c-step--is-complete .c-step__name {
    opacity: .5
}
.c-step--is-complete .c-step__icon {
    display: block
}
.c-step--is-complete .c-step__main {
    display: none
}
.c-step__header {
    padding-right: 54px;
    position: relative
}
.c-step__icon {
    background-color: #fff;
    border-radius: 100%;
    color: #232323;
    display: none;
    width: 36px;
    height: 36px;
    top: -6px;
    right: 0;
    position: absolute
}
.c-step__icon .c-icon {
    display: block;
    width: 36px;
    height: 36px
}
.c-step__name {
    color: #5f5c5c;
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    opacity: .5;
    font-weight: 400
}
.c-step__main {
    display: none;
    padding-top: 24px
}
.c-step__main__main {
    margin-bottom: 12px
}
.c-step__main__aside {
    background-color: #fff;
    xpadding: 30px;
    text-align: center
}
.c-step__main__aside a {
    font-weight: 600;
    text-decoration: underline
}
.c-step__membership_option {
    margin-top: 12px
}
.c-step__membership_option:first-child {
    border-right: none;
    padding-right: 30px;
    margin-right: -30px;
    border-bottom: 1px solid #5f5c5c;
    margin-bottom: 24px
}
.c-steps__header {
    height: 70px;
    width: 100%;
    background-color: #ccc;
    overflow: hidden;
    position: relative
}
.c-steps__header--image {
    top: -15px;
    right: -15px;
    left: -15px;
    bottom: -15px;
    background-image: url(/images/temp/join-us-background.jpg);
    background-size: cover;
    background-position: 50%;
    position: absolute;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="5" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
    filter: blur(5px)
}
.c-article-teaser-1 {
    margin-bottom: 20px
}
.c-article-teaser-1 .c-h6 {
    font-size: 13px;
    line-height: 20px
}
.c-article-teaser-1 .c-h3 {
    font-size: 18px;
    line-height: 1.222222222
}
.c-article-teaser-1__main {
    padding: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    position: absolute
}
.c-article-teaser-2 {
    border-bottom: 1px solid #beb7b7;
    margin-bottom: 30px;
    padding-bottom: 30px
}
.c-article-teaser-2 p {
    font-size: 18px;
    line-height: 1.333333333
}
.c-article-teaser-2__inner {
    overflow: hidden
}
.c-panel-1 {
    height: 532px;
    background-size: cover;
    background-position: 50%
}
.c-panel-1__main {
    margin-right: auto;
    margin-left: auto;
    max-width: 272px
}
.c-panel-1__main .c-btn {
    display: block
}
.c-panel-1__name {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px
}
.c-panel-1__description {
    font-size: 14px;
    line-height: 1.571428571;
    margin-bottom: 20px
}
.c-region-full,
.c-region-teaser {
    position: relative;
    overflow: hidden
}
.c-region-teaser {
    margin-bottom: 20px
}
.c-region-teaser__main {
    padding: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    position: absolute
}
.c-region-teaser__name {
    color: #fff;
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0
}
.c-restaurant-full__image {
    background-color: #f9f8f8;
    height: 240px;
    overflow: hidden;
    position: relative
}
.c-restaurant-full__image .slick-slide {
    height: 240px
}
.c-restaurant-full__aside {
    color: #232323
}
.c-restaurant-full__aside a {
    color: inherit;
    text-decoration: none
}
.c-restaurant-full__aside__item {
    margin-bottom: 20px
}
.c-restaurant-full__aside__item&gt;h4 {
    color: #5f5c5c;
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px
}
.c-restaurant-full__aside__item&gt;p,
.c-restaurant-full__aside__item&gt;ul {
    font-size: 14px;
    line-height: 1.428571429
}
.c-restaurant-full__aside__item .c-icons .c-icon {
    width: 30px;
    height: 30px
}
.c-restaurant-full__bullets ol,
.c-restaurant-full__bullets ul {
    font-size: 28px;
    line-height: 1.785714286;
    list-style: none;
    padding-left: 0
}
.c-restaurant-teaser-1 {
    margin-bottom: 40px
}
.c-restaurant-teaser-1 li .c-icon {
    width: 30px;
    height: 30px
}
.c-restaurant-teaser-1 .o-bg-image {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.c-restaurant-teaser-1 .c-btn {
    min-width: 0
}
.c-restaurant-teaser-1 .c-dialog {
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: opacity .3s;
    visibility: hidden;
    z-index: -1
}
.c-restaurant-teaser-1 .c-dialog--is-open {
    opacity: 1;
    transition: opacity .3s;
    visibility: visible;
    z-index: 2
}
.c-restaurant-teaser-1 .c-dialog__body {
    padding: 15px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.c-restaurant-teaser-1:hover .o-bg-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.c-restaurant-teaser-1__inner {
    height: 100%;
    position: relative
}
.c-restaurant-teaser-1__region {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase
}
.c-restaurant-teaser-1__name {
    font-size: 20px;
    font-weight: 700;
    font-family: Open Sans, Helvetica, sans-serif;
    line-height: 1.3;
    margin-bottom: 0
}
.c-restaurant-teaser-2 {
    border-top: 1px solid #beb7b7;
    margin-bottom: 20px;
    padding-top: 20px
}
.c-instagram-teasers .c-instagram-teaser {
    float: left;
    margin-right: 10px;
    width: 120px
}
.c-form__my-waitrose-card {
    padding-left: 62px;
    background-image: url(/images/waitrose-card.png);
    background-position: 6px;
    background-size: 45px 28px;
    background-repeat: no-repeat;
    height: 40px
}
#apple-pay-button {
    background-color: #000;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    display: none;
    height: 44px;
    padding: 10px 0;
    width: 100%
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .45s;
    transition-property: height, visibility
}
.fade {
    opacity: 0;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.tab-content&gt;.tab-pane {
    display: none
}
.tab-content&gt;.active {
    display: block
}
.dropdown,
.dropup {
    position: relative
}
.open&gt;.c-dropdown-menu {
    border-color: #232323;
    display: block
}
.c-dropdown-toggle {
    display: block;
    padding-right: 11px;
    padding-left: 11px
}
.open .c-dropdown-toggle {
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #232323;
    border-radius: 4px 4px 0 0
}
.c-dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #beb7b7;
    color: #787373;
    display: none;
    float: left;
    font-size: 14px;
    line-height: 1.285714286;
    list-style: none;
    width: 200px;
    overflow: hidden;
    padding: 0;
    top: 100%;
    left: 50%;
    position: absolute;
    text-align: left;
    margin: 0 0 0 -100px;
    z-index: 2
}
.c-dropdown-menu li {
    border-bottom: 1px solid #ece9e9
}
.c-dropdown-menu a {
    color: inherit;
    display: block;
    padding: 10px 15px;
    outline: 0;
    text-decoration: none;
    transition-property: background-color, color;
    transition-duration: .3s
}
.c-dropdown-menu a:focus,
.c-dropdown-menu a:hover {
    background-color: #ece9e9;
    color: #232323
}
.c-dropdown-menu:after {
    background: red url(/images/triangle.svg);
    content: "";
    display: none;
    top: -3px;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    width: 30px;
    height: 15px;
    z-index: 999
}
.slick-slider {
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none
}
.slick-list,
.slick-slider {
    display: block;
    position: relative
}
.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
.slick-loading .slick-list {
    background: url(/images/ajax-loader.gif) 50% no-repeat
}
.slick-arrow.slick-disabled {
    display: none!important
}
.slick {
    position: relative
}
.slick-arrow {
    background: no-repeat 50%;
    cursor: pointer;
    display: block;
    font-size: 0;
    margin-top: -25px;
    outline: none;
    top: 50%;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1
}
.slick-prev {
    background-image: url(/images/chevron-left.svg);
    left: 0
}
.slick-next {
    background-image: url(/images/chevron-right.svg);
    right: 0
}
.slick-dots {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: 0
}
.slick-dots li {
    display: inline-block;
    margin: 0 3px;
    position: relative
}
.slick-dots button {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #beb7b7;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: hidden;
    width: 12px;
    height: 12px;
    text-indent: -99999px;
    transition-duration: .3s;
    transition-property: background-color, border-color
}
.slick-dots button:focus,
.slick-dots button:hover {
    outline: none
}
.slick-dots li.slick-active button {
    background-color: #5f5c5c
}
.stripe-button-el {
    background-color: #787373!important;
    background-image: none!important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px!important;
    font-weight: 700!important;
    height: 40px!important;
    line-height: 1.428571429!important;
    min-width: 140px!important;
    overflow: hidden;
    padding: 9px!important;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none!important;
    text-transform: uppercase;
    transition-duration: .3s;
    transition-property: background-color, box-shadow, border-color, color;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: top;
    width: 100%!important
}
.stripe-button-el:hover {
    background-color: #232323!important
}
.stripe-button-el span {
    background: transparent!important;
    border: none!important;
    height: auto!important;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit!important;
    min-height: auto!important;
    box-shadow: none!important;
    line-height: 1.428571429!important;
    padding: 0!important;
    text-shadow: none!important
}
.u-align-baseline {
    vertical-align: baseline
}
.u-align-top {
    vertical-align: top
}
.u-align-middle {
    vertical-align: middle
}
.u-align-bottom {
    vertical-align: bottom
}
.u-all-initial {
    -webkit-animation: none 0s ease 0s 1 normal none running;
    animation: none 0s ease 0s 1 normal none running;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
    border: medium none currentColor;
    border-collapse: separate;
    border-image: none;
    border-radius: 0;
    border-spacing: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: #000;
    -webkit-columns: auto;
    columns: auto;
    -webkit-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium none currentColor;
    column-rule: medium none currentColor;
    -webkit-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: normal;
    height: auto;
    -webkit-hyphens: none;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: disc outside none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    position: static;
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    text-align-last: auto;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    transition: none 0s ease 0s;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial
}
.u-all-unset {
    all: unset
}
.u-all-inherit {
    all: inherit
}
.u-bg-cover {
    background-size: cover
}
.u-bg-contain {
    background-size: contain
}
.u-bg-center {
    background-position: 50%
}
.u-bg-top {
    background-position: top
}
.u-bg-right {
    background-position: 100%
}
.u-bg-bottom {
    background-position: bottom
}
.u-bg-left {
    background-position: 0
}
.u-bg-right-top {
    background-position: 100% 0
}
.u-bg-right-bottom {
    background-position: 100% 100%
}
.u-bg-no-repeat {
    background-repeat: no-repeat
}
.u-bg-repeat-x {
    background-repeat: repeat-x
}
.u-bg-repeat-y {
    background-repeat: repeat-y
}
.u-border {
    border-style: solid;
    border-width: 1px
}
.u-border-top {
    border-top-style: solid;
    border-top-width: 1px
}
.u-border-right {
    border-right-style: solid;
    border-right-width: 1px
}
.u-border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px
}
.u-border-left {
    border-left-style: solid;
    border-left-width: 1px
}
.u-border-y {
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px
}
.u-border-none {
    border: 0
}
.u-rounded {
    border-radius: 4px
}
.u-circle {
    border-radius: 50%
}
.u-rounded-top {
    border-radius: 4px 4px 0 0
}
.u-rounded-right {
    border-radius: 0 4px 4px 0
}
.u-rounded-bottom {
    border-radius: 0 0 4px 4px
}
.u-rounded-left {
    border-radius: 4px 0 0 4px
}
.u-not-rounded {
    border-radius: 0
}
.u-muted {
    opacity: .5
}
.u-color-inherit {
    color: inherit
}
.u-grey-50 {
    color: #f9f8f8
}
.u-bg-grey-50 {
    background-color: #f9f8f8
}
.u-border-grey-50 {
    border-color: #f9f8f8
}
.u-grey-100 {
    color: #ece9e9
}
.u-bg-grey-100 {
    background-color: #ece9e9
}
.u-border-grey-100 {
    border-color: #ece9e9
}
.u-grey-200 {
    color: #dfdbdb
}
.u-bg-grey-200 {
    background-color: #dfdbdb
}
.u-border-grey-200 {
    border-color: #dfdbdb
}
.u-grey-300 {
    color: #d3cfcf
}
.u-bg-grey-300 {
    background-color: #d3cfcf
}
.u-border-grey-300 {
    border-color: #d3cfcf
}
.u-grey-400 {
    color: #c9c3c3
}
.u-bg-grey-400 {
    background-color: #c9c3c3
}
.u-border-grey-400 {
    border-color: #c9c3c3
}
.u-grey-500 {
    color: #beb7b7
}
.u-bg-grey-500 {
    background-color: #beb7b7
}
.u-border-grey-500 {
    border-color: #beb7b7
}
.u-grey-600 {
    color: #a7a1a1
}
.u-bg-grey-600 {
    background-color: #a7a1a1
}
.u-border-grey-600 {
    border-color: #a7a1a1
}
.u-grey-700 {
    color: #8f8989
}
.u-bg-grey-700 {
    background-color: #8f8989
}
.u-border-grey-700 {
    border-color: #8f8989
}
.u-grey-800 {
    color: #787373
}
.u-bg-grey-800 {
    background-color: #787373
}
.u-border-grey-800 {
    border-color: #787373
}
.u-grey-900 {
    color: #5f5c5c
}
.u-bg-grey-900 {
    background-color: #5f5c5c
}
.u-border-grey-900 {
    border-color: #5f5c5c
}
.u-lime-50 {
    color: #f9fbe7
}
.u-bg-lime-50 {
    background-color: #f9fbe7
}
.u-border-lime-50 {
    border-color: #f9fbe7
}
.u-lime-100 {
    color: #f0f4c3
}
.u-bg-lime-100 {
    background-color: #f0f4c3
}
.u-border-lime-100 {
    border-color: #f0f4c3
}
.u-lime-200 {
    color: #e6ee9c
}
.u-bg-lime-200 {
    background-color: #e6ee9c
}
.u-border-lime-200 {
    border-color: #e6ee9c
}
.u-lime-300 {
    color: #dce775
}
.u-bg-lime-300 {
    background-color: #dce775
}
.u-border-lime-300 {
    border-color: #dce775
}
.u-lime-400 {
    color: #d4e157
}
.u-bg-lime-400 {
    background-color: #d4e157
}
.u-border-lime-400 {
    border-color: #d4e157
}
.u-lime-500 {
    color: #ccde26
}
.u-bg-lime-500 {
    background-color: #ccde26
}
.u-border-lime-500 {
    border-color: #ccde26
}
.u-lime-600 {
    color: #c0ca33
}
.u-bg-lime-600 {
    background-color: #c0ca33
}
.u-border-lime-600 {
    border-color: #c0ca33
}
.u-lime-700 {
    color: #afb42b
}
.u-bg-lime-700 {
    background-color: #afb42b
}
.u-border-lime-700 {
    border-color: #afb42b
}
.u-lime-800 {
    color: #9e9d24
}
.u-bg-lime-800 {
    background-color: #9e9d24
}
.u-border-lime-800 {
    border-color: #9e9d24
}
.u-lime-900 {
    color: #827717
}
.u-bg-lime-900 {
    background-color: #827717
}
.u-border-lime-900 {
    border-color: #827717
}
.u-black {
    color: #111
}
.u-bg-black {
    background-color: #111
}
.u-border-black {
    border-color: #111
}
.u-white {
    color: #fff
}
.u-bg-white {
    background-color: #fff
}
.u-border-white {
    border-color: #fff
}
.u-valenica {
    color: #da3743
}
.u-bg-valenica {
    background-color: #da3743
}
.u-border-valenica {
    border-color: #da3743
}
.u-tundora {
    color: #414141
}
.u-bg-tundora {
    background-color: #414141
}
.u-border-tundora {
    border-color: #414141
}
.u-mine-shaft {
    color: #232323
}
.u-bg-mine-shaft {
    background-color: #232323
}
.u-border-mine-shaft {
    border-color: #232323
}
.u-wattle {
    color: #ceda46
}
.u-bg-wattle {
    background-color: #ceda46
}
.u-border-wattle {
    border-color: #ceda46
}
.u-ripe-lemon {
    color: #f6e027
}
.u-bg-ripe-lemon {
    background-color: #f6e027
}
.u-border-ripe-lemon {
    border-color: #f6e027
}
.u-flex {
    display: -webkit-box;
    display: flex
}
.u-inline-flex {
    display: -webkit-inline-box;
    display: inline-flex
}
.u-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}
.u-flex-wrap {
    flex-wrap: wrap
}
.u-items-start {
    -webkit-box-align: start;
    align-items: flex-start
}
.u-items-end {
    -webkit-box-align: end;
    align-items: flex-end
}
.u-items-center {
    -webkit-box-align: center;
    align-items: center
}
.u-items-baseline {
    -webkit-box-align: baseline;
    align-items: baseline
}
.u-items-stretch {
    -webkit-box-align: stretch;
    align-items: stretch
}
.u-self-start {
    -webkit-align-self: flex-start;
    align-self: flex-start
}
.u-self-end {
    -webkit-align-self: flex-end;
    align-self: flex-end
}
.u-self-center {
    -webkit-align-self: center;
    align-self: center
}
.u-self-baseline {
    -webkit-align-self: baseline;
    align-self: baseline
}
.u-self-stretch {
    -webkit-align-self: stretch;
    align-self: stretch
}
.u-justify-start {
    -webkit-box-pack: start;
    justify-content: flex-start
}
.u-justify-end {
    -webkit-box-pack: end;
    justify-content: flex-end
}
.u-justify-center {
    -webkit-box-pack: center;
    justify-content: center
}
.u-justify-between {
    -webkit-box-pack: justify;
    justify-content: space-between
}
.u-justify-around {
    justify-content: space-around
}
.u-content-start {
    align-content: flex-start
}
.u-content-end {
    align-content: flex-end
}
.u-content-center {
    align-content: center
}
.u-content-between {
    align-content: space-between
}
.u-content-around {
    align-content: space-around
}
.u-content-stretch {
    align-content: stretch
}
.u-flex-auto {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0
}
.u-flex-none {
    -webkit-box-flex: 0;
    flex: none
}
.u-order-0 {
    -webkit-box-ordinal-group: 1;
    order: 0
}
.u-order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1
}
.u-order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2
}
.u-order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3
}
.u-order-last {
    -webkit-box-ordinal-group: 100000;
    order: 99999
}
.u-col {
    float: left
}
.u-col-right {
    float: right
}
.u-col-1 {
    width: 8.33333%
}
.u-col-2 {
    width: 16.66667%
}
.u-col-3 {
    width: 25%
}
.u-col-4 {
    width: 33.33333%
}
.u-col-5 {
    width: 41.66667%
}
.u-col-6 {
    width: 50%
}
.u-col-7 {
    width: 58.33333%
}
.u-col-8 {
    width: 66.66667%
}
.u-col-9 {
    width: 75%
}
.u-col-10 {
    width: 83.33333%
}
.u-col-11 {
    width: 91.66667%
}
.u-col-12 {
    width: 100%
}
.u-col-auto {
    width: auto
}
.u-sr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.u-hide {
    display: none
}
.u-inline {
    display: inline
}
.u-block {
    display: block
}
.u-inline-block {
    display: inline-block
}
.u-table {
    display: table
}
.u-table-cell {
    display: table-cell
}
.u-overflow-hidden {
    overflow: hidden
}
.u-overflow-scroll {
    overflow: scroll
}
.u-overflow-auto {
    overflow: auto
}
.u-clearfix:after,
.u-clearfix:before {
    content: " ";
    display: table
}
.u-clearfix:after {
    clear: both
}
.u-left {
    float: left
}
.u-right {
    float: right
}
.u-fit {
    max-width: 100%
}
.u-border-box {
    box-sizing: border-box
}
.u-m0 {
    margin: 0
}
.u-mt0 {
    margin-top: 0
}
.u-mr0 {
    margin-right: 0
}
.u-mb0 {
    margin-bottom: 0
}
.u-ml0,
.u-mx0 {
    margin-left: 0
}
.u-mx0 {
    margin-right: 0
}
.u-my0 {
    margin-top: 0;
    margin-bottom: 0
}
.u-m1 {
    margin: 5px
}
.u-mt1 {
    margin-top: 5px
}
.u-mr1 {
    margin-right: 5px
}
.u-mb1 {
    margin-bottom: 5px
}
.u-ml1,
.u-mx1 {
    margin-left: 5px
}
.u-mx1 {
    margin-right: 5px
}
.u-my1 {
    margin-top: 5px;
    margin-bottom: 5px
}
.u-m2 {
    margin: 10px
}
.u-mt2 {
    margin-top: 10px
}
.u-mr2 {
    margin-right: 10px
}
.u-mb2 {
    margin-bottom: 10px
}
.u-ml2,
.u-mx2 {
    margin-left: 10px
}
.u-mx2 {
    margin-right: 10px
}
.u-my2 {
    margin-top: 10px;
    margin-bottom: 10px
}
.u-m3 {
    margin: 20px
}
.u-mt3 {
    margin-top: 20px
}
.u-mr3 {
    margin-right: 20px
}
.u-mb3 {
    margin-bottom: 20px
}
.u-ml3,
.u-mx3 {
    margin-left: 20px
}
.u-mx3 {
    margin-right: 20px
}
.u-my3 {
    margin-top: 20px;
    margin-bottom: 20px
}
.u-m4 {
    margin: 40px
}
.u-mt4 {
    margin-top: 40px
}
.u-mr4 {
    margin-right: 40px
}
.u-mb4 {
    margin-bottom: 40px
}
.u-ml4,
.u-mx4 {
    margin-left: 40px
}
.u-mx4 {
    margin-right: 40px
}
.u-my4 {
    margin-top: 40px;
    margin-bottom: 40px
}
.u-mxn1 {
    margin-left: -5px;
    margin-right: -5px
}
.u-mxn2 {
    margin-left: -10px;
    margin-right: -10px
}
.u-mxn3 {
    margin-left: -20px;
    margin-right: -20px
}
.u-mxn4 {
    margin-left: -40px;
    margin-right: -40px
}
.u-mtn1 {
    margin-top: -5px
}
.u-mtn2 {
    margin-top: -10px
}
.u-mtn3 {
    margin-top: -20px
}
.u-mtn4 {
    margin-top: -40px
}
.u-ml-auto {
    margin-left: auto
}
.u-mr-auto,
.u-mx-auto {
    margin-right: auto
}
.u-mx-auto {
    margin-left: auto
}
.u-max-width-1 {
    max-width: 5px
}
.u-max-width-2 {
    max-width: 30px
}
.u-max-width-3 {
    max-width: 55px
}
.u-max-width-4 {
    max-width: 80px
}
.u-max-width-5 {
    max-width: 105px
}
.u-max-width-6 {
    max-width: 130px
}
.u-max-width-7 {
    max-width: 155px
}
.u-max-width-8 {
    max-width: 180px
}
.u-max-width-9 {
    max-width: 205px
}
.u-max-width-10 {
    max-width: 230px
}
.u-max-width-11 {
    max-width: 255px
}
.u-max-width-12 {
    max-width: 280px
}
.u-serif {
    font-family: Quattrocento, Georgia, serif
}
.u-sans-serif {
    font-family: Open Sans, Helvetica, sans-serif
}
.u-normal {
    font-weight: 400
}
.u-semibold {
    font-weight: 600
}
.u-bold {
    font-weight: 700
}
.u-boxshadow {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1)
}
.u-s3 {
    width: 30px;
    height: 30px
}
.u-s4 {
    width: 40px;
    height: 40px
}
.u-s5 {
    width: 50px;
    height: 50px
}
.u-s6 {
    width: 60px;
    height: 60px
}
.u-s8 {
    width: 80px;
    height: 80px
}
.u-s12 {
    width: 120px;
    height: 120px
}
.u-s16 {
    width: 160px;
    height: 160px
}
.u-lowercase {
    text-transform: lowercase
}
.u-capitalize {
    text-transform: capitalize
}
.u-cursor {
    cursor: pointer
}
.u-user-select-none {
    -webkit-user-select: none;
    user-select: none
}
.u-pad {
    padding: 20px
}
.u-pad-x {
    padding-right: 20px;
    padding-left: 20px
}
.u-pad-y {
    padding-top: 20px;
    padding-bottom: 20px
}
.u-p0 {
    padding: 0
}
.u-pt0 {
    padding-top: 0
}
.u-pr0 {
    padding-right: 0
}
.u-pb0 {
    padding-bottom: 0
}
.u-pl0,
.u-px0 {
    padding-left: 0
}
.u-px0 {
    padding-right: 0
}
.u-py0 {
    padding-top: 0;
    padding-bottom: 0
}
.u-p1 {
    padding: 5px
}
.u-pt1 {
    padding-top: 5px
}
.u-pr1 {
    padding-right: 5px
}
.u-pb1 {
    padding-bottom: 5px
}
.u-pl1,
.u-px1 {
    padding-left: 5px
}
.u-px1 {
    padding-right: 5px
}
.u-py1 {
    padding-top: 5px;
    padding-bottom: 5px
}
.u-p2 {
    padding: 10px
}
.u-pt2 {
    padding-top: 10px
}
.u-pr2 {
    padding-right: 10px
}
.u-pb2 {
    padding-bottom: 10px
}
.u-pl2,
.u-px2 {
    padding-left: 10px
}
.u-px2 {
    padding-right: 10px
}
.u-py2 {
    padding-top: 10px;
    padding-bottom: 10px
}
.u-p3 {
    padding: 20px
}
.u-pt3 {
    padding-top: 20px
}
.u-pr3 {
    padding-right: 20px
}
.u-pb3 {
    padding-bottom: 20px
}
.u-pl3,
.u-px3 {
    padding-left: 20px
}
.u-px3 {
    padding-right: 20px
}
.u-py3 {
    padding-top: 20px;
    padding-bottom: 20px
}
.u-p4 {
    padding: 40px
}
.u-pt4 {
    padding-top: 40px
}
.u-pr4 {
    padding-right: 40px
}
.u-pb4 {
    padding-bottom: 40px
}
.u-pl4,
.u-px4 {
    padding-left: 40px
}
.u-px4 {
    padding-right: 40px
}
.u-py4 {
    padding-top: 40px;
    padding-bottom: 40px
}
.u-relative {
    position: relative
}
.u-absolute {
    position: absolute
}
.u-fixed {
    position: fixed
}
.u-top-0 {
    top: 0
}
.u-right-0 {
    right: 0
}
.u-bottom-0 {
    bottom: 0
}
.u-left-0 {
    left: 0
}
.u-top-1 {
    top: 5px
}
.u-right-1 {
    right: 5px
}
.u-bottom-1 {
    bottom: 5px
}
.u-left-1 {
    left: 5px
}
.u-top-2 {
    top: 10px
}
.u-right-2 {
    right: 10px
}
.u-bottom-2 {
    bottom: 10px
}
.u-left-2 {
    left: 10px
}
.u-z1 {
    z-index: 1
}
.u-z2 {
    z-index: 2
}
.u-z3 {
    z-index: 3
}
.u-z4 {
    z-index: 4
}
.u-h0 {
    font-size: 0
}
.u-h1 {
    font-size: 36px
}
.u-h2 {
    font-size: 30px
}
.u-h3 {
    font-size: 24px
}
.u-h4 {
    font-size: 20px
}
.u-h5 {
    font-size: 16px
}
.u-h6 {
    font-size: 14px
}
.u-h7 {
    font-size: 12px
}
.u-font-family-inherit {
    font-family: inherit
}
.u-font-size-inherit {
    font-size: inherit
}
.u-text-decoration-none {
    text-decoration: none
}
.u-regular {
    font-weight: 400
}
.u-italic {
    font-style: italic
}
.u-caps {
    text-transform: uppercase;
    letter-spacing: -.01em
}
.u-left-align {
    text-align: left
}
.u-center {
    text-align: center
}
.u-right-align {
    text-align: right
}
.u-justify {
    text-align: justify
}
.u-nowrap {
    white-space: nowrap
}
.u-break-word {
    word-wrap: break-word
}
.u-line-height-1 {
    line-height: 1
}
.u-line-height-2 {
    line-height: 1.125
}
.u-line-height-3 {
    line-height: 1.25
}
.u-line-height-4 {
    line-height: 1.5
}
.u-list-style-none {
    list-style: none
}
.u-underline {
    text-decoration: underline
}
.u-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.u-list-reset {
    list-style: none;
    padding-left: 0
}
@media (min-width: 480px) {
    body {
        padding-bottom: 25px
    }
    .mce-content-body blockquote {
        background-color: transparent;
        border-image: url(/images/shape.svg) 20 20 20 34 fill stretch;
        border-radius: 20px;
        border-style: solid;
        border-width: 20px 20px 20px 34px;
        padding-right: 30px;
        padding-left: 30px
    }
    .qqq {
        font-size: 36px;
        line-height: 1.22222
    }
    .admin-body.o-container {
        padding-right: 25px;
        padding-left: 25px
    }
    .o-col-1-2-sm {
        width: calc(99.9% * 1/2 - 10px)
    }
    .o-col-1-2-sm:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-1-2-sm:last-child {
        margin-right: 0
    }
    .o-col-1-2-sm:nth-child(2n) {
        margin-right: 0;
        float: right
    }
    .o-col-1-2-sm:nth-child(odd) {
        clear: both
    }
    .o-col-1-3-sm {
        width: calc(99.9% * 1/3 - 13.333333333333332px)
    }
    .o-col-1-3-sm:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-1-3-sm:last-child {
        margin-right: 0
    }
    .o-col-1-3-sm:nth-child(3n) {
        margin-right: 0;
        float: right
    }
    .o-col-1-3-sm:nth-child(3n+1) {
        clear: both
    }
    .o-col-1-4-sm {
        width: calc(99.9% * 1/4 - 15px)
    }
    .o-col-1-4-sm:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-1-4-sm:last-child {
        margin-right: 0
    }
    .o-col-1-4-sm:nth-child(4n) {
        margin-right: 0;
        float: right
    }
    .o-col-1-4-sm:nth-child(4n+1) {
        clear: both
    }
    .o-col-2-3-sm {
        width: calc(99.9% * 2/3 - 6.666666666666666px)
    }
    .o-col-2-3-sm:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-2-3-sm:last-child {
        margin-right: 0
    }
    .o-col-2-3-sm:nth-child(3n) {
        margin-right: 0;
        float: right
    }
    .o-col-2-3-sm:nth-child(3n+1) {
        clear: both
    }
    .o-col-3-4-sm {
        width: calc(99.9% * 3/4 - 5px)
    }
    .o-col-3-4-sm:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-3-4-sm:last-child {
        margin-right: 0
    }
    .o-col-3-4-sm:nth-child(4n) {
        margin-right: 0;
        float: right
    }
    .o-col-3-4-sm:nth-child(4n+1) {
        clear: both
    }
    .c-scores-guide {
        margin-right: -25px;
        margin-left: -25px
    }
    .c-panel-1__main {
        margin-left: 0
    }
    .c-region-full__header {
        margin-top: -60px;
        margin-right: auto;
        margin-left: auto
    }
    .u-border-right-sm {
        border-right-style: solid;
        border-right-width: 1px
    }
    .u-flex-sm {
        display: -webkit-box;
        display: flex
    }
    .u-flex-none-sm {
        display: block
    }
    .u-justify-start-sm {
        -webkit-box-pack: start;
        justify-content: flex-start
    }
    .u-justify-end-sm {
        -webkit-box-pack: end;
        justify-content: flex-end
    }
    .u-justify-center-sm {
        -webkit-box-pack: center;
        justify-content: center
    }
    .u-col-sm {
        float: left
    }
    .u-col-right-sm {
        float: right
    }
    .u-col-1-sm {
        width: 8.33333%
    }
    .u-col-2-sm {
        width: 16.66667%
    }
    .u-col-3-sm {
        width: 25%
    }
    .u-col-4-sm {
        width: 33.33333%
    }
    .u-col-5-sm {
        width: 41.66667%
    }
    .u-col-6-sm {
        width: 50%
    }
    .u-col-7-sm {
        width: 58.33333%
    }
    .u-col-8-sm {
        width: 66.66667%
    }
    .u-col-9-sm {
        width: 75%
    }
    .u-col-10-sm {
        width: 83.33333%
    }
    .u-col-11-sm {
        width: 91.66667%
    }
    .u-col-12-sm {
        width: 100%
    }
    .u-col-auto-sm {
        width: auto
    }
    .u-hide-sm {
        display: none
    }
    .u-show-sm {
        display: block
    }
    .u-left-sm {
        float: left
    }
    .u-right-sm {
        float: right
    }
    .u-float-none-sm {
        float: none
    }
    .u-m0-sm {
        margin: 0
    }
    .u-mt0-sm {
        margin-top: 0
    }
    .u-mr0-sm {
        margin-right: 0
    }
    .u-mb0-sm {
        margin-bottom: 0
    }
    .u-ml0-sm,
    .u-mx0-sm {
        margin-left: 0
    }
    .u-mx0-sm {
        margin-right: 0
    }
    .u-my0-sm {
        margin-top: 0;
        margin-bottom: 0
    }
    .u-m1-sm {
        margin: 5px
    }
    .u-mt1-sm {
        margin-top: 5px
    }
    .u-mr1-sm {
        margin-right: 5px
    }
    .u-mb1-sm {
        margin-bottom: 5px
    }
    .u-ml1-sm,
    .u-mx1-sm {
        margin-left: 5px
    }
    .u-mx1-sm {
        margin-right: 5px
    }
    .u-my1-sm {
        margin-top: 5px;
        margin-bottom: 5px
    }
    .u-m2-sm {
        margin: 10px
    }
    .u-mt2-sm {
        margin-top: 10px
    }
    .u-mr2-sm {
        margin-right: 10px
    }
    .u-mb2-sm {
        margin-bottom: 10px
    }
    .u-ml2-sm,
    .u-mx2-sm {
        margin-left: 10px
    }
    .u-mx2-sm {
        margin-right: 10px
    }
    .u-my2-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }
    .u-m3-sm {
        margin: 20px
    }
    .u-mt3-sm {
        margin-top: 20px
    }
    .u-mr3-sm {
        margin-right: 20px
    }
    .u-mb3-sm {
        margin-bottom: 20px
    }
    .u-ml3-sm,
    .u-mx3-sm {
        margin-left: 20px
    }
    .u-mx3-sm {
        margin-right: 20px
    }
    .u-my3-sm {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .u-m4-sm {
        margin: 40px
    }
    .u-mt4-sm {
        margin-top: 40px
    }
    .u-mr4-sm {
        margin-right: 40px
    }
    .u-mb4-sm {
        margin-bottom: 40px
    }
    .u-ml4-sm,
    .u-mx4-sm {
        margin-left: 40px
    }
    .u-mx4-sm {
        margin-right: 40px
    }
    .u-my4-sm {
        margin-top: 40px;
        margin-bottom: 40px
    }
    .u-mxn1-sm {
        margin-left: -5px;
        margin-right: -5px
    }
    .u-mxn2-sm {
        margin-left: -10px;
        margin-right: -10px
    }
    .u-mxn3-sm {
        margin-left: -20px;
        margin-right: -20px
    }
    .u-mxn4-sm {
        margin-left: -40px;
        margin-right: -40px
    }
    .u-mtn1-sm {
        margin-top: -5px
    }
    .u-mtn2-sm {
        margin-top: -10px
    }
    .u-mtn3-sm {
        margin-top: -20px
    }
    .u-mtn4-sm {
        margin-top: -40px
    }
    .u-ml-auto-sm {
        margin-left: auto
    }
    .u-mr-auto-sm,
    .u-mx-auto-sm {
        margin-right: auto
    }
    .u-mx-auto-sm {
        margin-left: auto
    }
    .u-max-width-1-sm {
        max-width: 12px
    }
    .u-max-width-2-sm {
        max-width: 44px
    }
    .u-max-width-3-sm {
        max-width: 76px
    }
    .u-max-width-4-sm {
        max-width: 108px
    }
    .u-max-width-5-sm {
        max-width: 140px
    }
    .u-max-width-6-sm {
        max-width: 172px
    }
    .u-max-width-7-sm {
        max-width: 204px
    }
    .u-max-width-8-sm {
        max-width: 236px
    }
    .u-max-width-9-sm {
        max-width: 268px
    }
    .u-max-width-10-sm {
        max-width: 300px
    }
    .u-max-width-11-sm {
        max-width: 332px
    }
    .u-max-width-12-sm {
        max-width: 364px
    }
    .u-pad {
        padding: 25px
    }
    .u-pad-x {
        padding-right: 25px;
        padding-left: 25px
    }
    .u-pad-y {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .u-p0-sm {
        padding: 0
    }
    .u-pt0-sm {
        padding-top: 0
    }
    .u-pr0-sm {
        padding-right: 0
    }
    .u-pb0-sm {
        padding-bottom: 0
    }
    .u-pl0-sm,
    .u-px0-sm {
        padding-left: 0
    }
    .u-px0-sm {
        padding-right: 0
    }
    .u-py0-sm {
        padding-top: 0;
        padding-bottom: 0
    }
    .u-p1-sm {
        padding: 5px
    }
    .u-pt1-sm {
        padding-top: 5px
    }
    .u-pr1-sm {
        padding-right: 5px
    }
    .u-pb1-sm {
        padding-bottom: 5px
    }
    .u-pl1-sm,
    .u-px1-sm {
        padding-left: 5px
    }
    .u-px1-sm {
        padding-right: 5px
    }
    .u-py1-sm {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .u-p2-sm {
        padding: 10px
    }
    .u-pt2-sm {
        padding-top: 10px
    }
    .u-pr2-sm {
        padding-right: 10px
    }
    .u-pb2-sm {
        padding-bottom: 10px
    }
    .u-pl2-sm,
    .u-px2-sm {
        padding-left: 10px
    }
    .u-px2-sm {
        padding-right: 10px
    }
    .u-py2-sm {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .u-p3-sm {
        padding: 20px
    }
    .u-pt3-sm {
        padding-top: 20px
    }
    .u-pr3-sm {
        padding-right: 20px
    }
    .u-pb3-sm {
        padding-bottom: 20px
    }
    .u-pl3-sm,
    .u-px3-sm {
        padding-left: 20px
    }
    .u-px3-sm {
        padding-right: 20px
    }
    .u-py3-sm {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .u-p4-sm {
        padding: 40px
    }
    .u-pt4-sm {
        padding-top: 40px
    }
    .u-pr4-sm {
        padding-right: 40px
    }
    .u-pb4-sm {
        padding-bottom: 40px
    }
    .u-pl4-sm,
    .u-px4-sm {
        padding-left: 40px
    }
    .u-px4-sm {
        padding-right: 40px
    }
    .u-py4-sm {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .u-left-align-sm {
        text-align: left
    }
    .u-center-sm {
        text-align: center
    }
    .u-right-align-sm {
        text-align: right
    }
}
@media (min-width: 718px) {
    body {
        padding-bottom: 22px
    }
    .admin-body.o-container {
        padding-right: 22px;
        padding-left: 22px
    }
    .o-col-1-2-md {
        width: calc(99.9% * 1/2 - 10px)
    }
    .o-col-1-2-md:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-1-2-md:last-child {
        margin-right: 0
    }
    .o-col-1-2-md:nth-child(2n) {
        margin-right: 0;
        float: right
    }
    .o-col-1-2-md:nth-child(odd) {
        clear: both
    }
    .o-col-1-3-md {
        width: calc(99.9% * 1/3 - 13.333333333333332px)
    }
    .o-col-1-3-md:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-1-3-md:last-child {
        margin-right: 0
    }
    .o-col-1-3-md:nth-child(3n) {
        margin-right: 0;
        float: right
    }
    .o-col-1-3-md:nth-child(3n+1) {
        clear: both
    }
    .o-col-1-4-md {
        width: calc(99.9% * 1/4 - 15px)
    }
    .o-col-1-4-md:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-1-4-md:last-child {
        margin-right: 0
    }
    .o-col-1-4-md:nth-child(4n) {
        margin-right: 0;
        float: right
    }
    .o-col-1-4-md:nth-child(4n+1) {
        clear: both
    }
    .o-col-2-3-md {
        width: calc(99.9% * 2/3 - 6.666666666666666px)
    }
    .o-col-2-3-md:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-2-3-md:last-child {
        margin-right: 0
    }
    .o-col-2-3-md:nth-child(3n) {
        margin-right: 0;
        float: right
    }
    .o-col-2-3-md:nth-child(3n+1) {
        clear: both
    }
    .o-col-3-4-md {
        width: calc(99.9% * 3/4 - 5px)
    }
    .o-col-3-4-md:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-3-4-md:last-child {
        margin-right: 0
    }
    .o-col-3-4-md:nth-child(4n) {
        margin-right: 0;
        float: right
    }
    .o-col-3-4-md:nth-child(4n+1) {
        clear: both
    }
    .o-col-1-5-md {
        width: calc(99.9% * 1/5 - 16px)
    }
    .o-col-1-5-md:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-1-5-md:last-child {
        margin-right: 0
    }
    .o-col-1-5-md:nth-child(5n) {
        margin-right: 0;
        float: right
    }
    .o-col-1-5-md:nth-child(5n+1) {
        clear: both
    }
    .o-col-5-12-md {
        width: calc(99.9% * 5/12 - 11.666666666666666px)
    }
    .o-col-5-12-md:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-5-12-md:last-child {
        margin-right: 0
    }
    .o-col-5-12-md:nth-child(12n) {
        margin-right: 0;
        float: right
    }
    .o-col-5-12-md:nth-child(12n+1) {
        clear: both
    }
    .o-col-7-12-md {
        width: calc(99.9% * 7/12 - 8.333333333333334px)
    }
    .o-col-7-12-md:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-7-12-md:last-child {
        margin-right: 0
    }
    .o-col-7-12-md:nth-child(12n) {
        margin-right: 0;
        float: right
    }
    .o-col-7-12-md:nth-child(12n+1) {
        clear: both
    }
    .c-banner-1__main p {
        font-size: 16px
    }
    .c-contentinfo h3 {
        margin-bottom: 20px
    }
    .c-contentinfo h3 a {
        display: inline;
        padding: 0;
        pointer-events: none
    }
    .c-contentinfo .o-collapse-none-md li {
        margin-bottom: 10px
    }
    .c-contentinfo .o-collapse-none-md a {
        display: inline;
        padding: 0
    }
    .c-contentinfo .c-brand-waitrose {
        width: 200px;
        height: 44px;
        margin-left: 0
    }
    .c-contentinfo .c-social-links {
        left: 12px;
        position: relative;
        text-align: right;
        margin-bottom: 0
    }
    .c-form-control {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .c-form-control,
    label.error {
        font-size: 14px;
        line-height: 18px
    }
    .c-gallery .slick-slide {
        height: 460px
    }
    .c-scores-guide {
        margin-right: 0;
        margin-left: 0
    }
    .c-scores-guide__name {
        font-size: 30px
    }
    .c-score__description {
        font-size: 20px
    }
    .c-step__membership_option:first-child {
        border-bottom: none;
        border-right: 1px solid #5f5c5c;
        padding-right: 30px;
        margin-right: -30px
    }
    .c-instagram-teasers__header {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px
    }
    .c-instagram-teasers .c-instagram-teaser {
        width: calc(99.9% * 1/6 - 16.666666666666668px)
    }
    .c-instagram-teasers .c-instagram-teaser:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .c-instagram-teasers .c-instagram-teaser:last-child {
        margin-right: 0
    }
    .c-instagram-teasers .c-instagram-teaser:nth-child(6n) {
        margin-right: 0;
        float: right
    }
    .c-instagram-teasers .c-instagram-teaser:nth-child(6n+1) {
        clear: both
    }
    .collapse-show-md,
    .o-collapse-none-md {
        display: block;
        height: auto!important;
        overflow: visible;
        opacity: 1
    }
    .u-border-right-md {
        border-right-style: solid;
        border-right-width: 1px
    }
    .u-flex-md {
        display: -webkit-box;
        display: flex
    }
    .u-flex-none-md {
        display: block
    }
    .u-items-center-md {
        -webkit-box-align: center;
        align-items: center
    }
    .u-items-start-md {
        -webkit-box-align: start;
        align-items: start
    }
    .u-justify-start-md {
        -webkit-box-pack: start;
        justify-content: flex-start
    }
    .u-justify-end-md {
        -webkit-box-pack: end;
        justify-content: flex-end
    }
    .u-justify-center-md {
        -webkit-box-pack: center;
        justify-content: center
    }
    .u-col-md {
        float: left
    }
    .u-col-right-md {
        float: right
    }
    .u-col-1-md {
        width: 8.33333%
    }
    .u-col-2-md {
        width: 16.66667%
    }
    .u-col-3-md {
        width: 25%
    }
    .u-col-4-md {
        width: 33.33333%
    }
    .u-col-5-md {
        width: 41.66667%
    }
    .u-col-6-md {
        width: 50%
    }
    .u-col-7-md {
        width: 58.33333%
    }
    .u-col-8-md {
        width: 66.66667%
    }
    .u-col-9-md {
        width: 75%
    }
    .u-col-10-md {
        width: 83.33333%
    }
    .u-col-11-md {
        width: 91.66667%
    }
    .u-col-12-md {
        width: 100%
    }
    .u-col-auto-md {
        width: auto
    }
    .u-hide-md {
        display: none
    }
    .u-show-md {
        display: block
    }
    .u-left-md {
        float: left
    }
    .u-right-md {
        float: right
    }
    .u-float-none-md {
        float: none
    }
    .u-inline-block-md {
        display: inline
    }
    .u-m0-md {
        margin: 0
    }
    .u-mt0-md {
        margin-top: 0
    }
    .u-mr0-md {
        margin-right: 0
    }
    .u-mb0-md {
        margin-bottom: 0
    }
    .u-ml0-md,
    .u-mx0-md {
        margin-left: 0
    }
    .u-mx0-md {
        margin-right: 0
    }
    .u-my0-md {
        margin-top: 0;
        margin-bottom: 0
    }
    .u-m1-md {
        margin: 5px
    }
    .u-mt1-md {
        margin-top: 5px
    }
    .u-mr1-md {
        margin-right: 5px
    }
    .u-mb1-md {
        margin-bottom: 5px
    }
    .u-ml1-md,
    .u-mx1-md {
        margin-left: 5px
    }
    .u-mx1-md {
        margin-right: 5px
    }
    .u-my1-md {
        margin-top: 5px;
        margin-bottom: 5px
    }
    .u-m2-md {
        margin: 10px
    }
    .u-mt2-md {
        margin-top: 10px
    }
    .u-mr2-md {
        margin-right: 10px
    }
    .u-mb2-md {
        margin-bottom: 10px
    }
    .u-ml2-md,
    .u-mx2-md {
        margin-left: 10px
    }
    .u-mx2-md {
        margin-right: 10px
    }
    .u-my2-md {
        margin-top: 10px;
        margin-bottom: 10px
    }
    .u-m3-md {
        margin: 20px
    }
    .u-mt3-md {
        margin-top: 20px
    }
    .u-mr3-md {
        margin-right: 20px
    }
    .u-mb3-md {
        margin-bottom: 20px
    }
    .u-ml3-md,
    .u-mx3-md {
        margin-left: 20px
    }
    .u-mx3-md {
        margin-right: 20px
    }
    .u-my3-md {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .u-m4-md {
        margin: 40px
    }
    .u-mt4-md {
        margin-top: 40px
    }
    .u-mr4-md {
        margin-right: 40px
    }
    .u-mb4-md {
        margin-bottom: 40px
    }
    .u-ml4-md,
    .u-mx4-md {
        margin-left: 40px
    }
    .u-mx4-md {
        margin-right: 40px
    }
    .u-my4-md {
        margin-top: 40px;
        margin-bottom: 40px
    }
    .u-mxn1-md {
        margin-left: -5px;
        margin-right: -5px
    }
    .u-mxn2-md {
        margin-left: -10px;
        margin-right: -10px
    }
    .u-mxn3-md {
        margin-left: -20px;
        margin-right: -20px
    }
    .u-mxn4-md {
        margin-left: -40px;
        margin-right: -40px
    }
    .u-mtn1-md {
        margin-top: -5px
    }
    .u-mtn2-md {
        margin-top: -10px
    }
    .u-mtn3-md {
        margin-top: -20px
    }
    .u-mtn4-md {
        margin-top: -40px
    }
    .u-ml-auto-md {
        margin-left: auto
    }
    .u-mr-auto-md,
    .u-mx-auto-md {
        margin-right: auto
    }
    .u-mx-auto-md {
        margin-left: auto
    }
    .u-max-width-1-md {
        max-width: 42px
    }
    .u-max-width-2-md {
        max-width: 104px
    }
    .u-max-width-3-md {
        max-width: 166px
    }
    .u-max-width-4-md {
        max-width: 228px
    }
    .u-max-width-5-md {
        max-width: 290px
    }
    .u-max-width-6-md {
        max-width: 352px
    }
    .u-max-width-7-md {
        max-width: 414px
    }
    .u-max-width-8-md {
        max-width: 476px
    }
    .u-max-width-9-md {
        max-width: 538px
    }
    .u-max-width-10-md {
        max-width: 600px
    }
    .u-max-width-11-md {
        max-width: 662px
    }
    .u-max-width-12-md {
        max-width: 724px
    }
    .u-pad {
        padding: 22px
    }
    .u-pad-x {
        padding-right: 22px;
        padding-left: 22px
    }
    .u-pad-y {
        padding-top: 22px;
        padding-bottom: 22px
    }
    .u-p0-md {
        padding: 0
    }
    .u-pt0-md {
        padding-top: 0
    }
    .u-pr0-md {
        padding-right: 0
    }
    .u-pb0-md {
        padding-bottom: 0
    }
    .u-pl0-md,
    .u-px0-md {
        padding-left: 0
    }
    .u-px0-md {
        padding-right: 0
    }
    .u-py0-md {
        padding-top: 0;
        padding-bottom: 0
    }
    .u-p1-md {
        padding: 5px
    }
    .u-pt1-md {
        padding-top: 5px
    }
    .u-pr1-md {
        padding-right: 5px
    }
    .u-pb1-md {
        padding-bottom: 5px
    }
    .u-pl1-md,
    .u-px1-md {
        padding-left: 5px
    }
    .u-px1-md {
        padding-right: 5px
    }
    .u-py1-md {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .u-p2-md {
        padding: 10px
    }
    .u-pt2-md {
        padding-top: 10px
    }
    .u-pr2-md {
        padding-right: 10px
    }
    .u-pb2-md {
        padding-bottom: 10px
    }
    .u-pl2-md,
    .u-px2-md {
        padding-left: 10px
    }
    .u-px2-md {
        padding-right: 10px
    }
    .u-py2-md {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .u-p3-md {
        padding: 20px
    }
    .u-pt3-md {
        padding-top: 20px
    }
    .u-pr3-md {
        padding-right: 20px
    }
    .u-pb3-md {
        padding-bottom: 20px
    }
    .u-pl3-md,
    .u-px3-md {
        padding-left: 20px
    }
    .u-px3-md {
        padding-right: 20px
    }
    .u-py3-md {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .u-p4-md {
        padding: 40px
    }
    .u-pt4-md {
        padding-top: 40px
    }
    .u-pr4-md {
        padding-right: 40px
    }
    .u-pb4-md {
        padding-bottom: 40px
    }
    .u-pl4-md,
    .u-px4-md {
        padding-left: 40px
    }
    .u-px4-md {
        padding-right: 40px
    }
    .u-py4-md {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .u-left-align-md {
        text-align: left
    }
    .u-center-md {
        text-align: center
    }
    .u-right-align-md {
        text-align: right
    }
}
@media (min-width: 768px) {
    .c-nav-primary__item--secondary {
        display: none
    }
    .c-nav-utility__link {
        font-size: 14px;
        line-height: 20px;
        padding: 10px
    }
    .c-nav-utility__link .c-icon {
        width: 20px;
        height: 20px
    }
    .c-nav-utility__item--account {
        display: block
    }
    .c-nav-utility__item--account .c-nav-utility__name {
        margin-right: 5px
    }
    .c-nav-utility__item--login {
        display: block
    }
    .c-nav-utility__item--login .c-nav-utility__name {
        margin-left: 5px
    }
    .c-nav-utility__item--join .c-nav-utility__name:first-child {
        display: none
    }
    .c-nav-utility__item--join .c-nav-utility__name:last-child {
        display: block
    }
}
@media (min-width: 970px) {
    body {
        padding-bottom: 36px
    }
    .admin-body.o-container {
        padding-right: 36px;
        padding-left: 36px
    }
    .o-col-1-2-lg {
        width: calc(99.9% * 1/2 - 10px)
    }
    .o-col-1-2-lg:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-1-2-lg:last-child {
        margin-right: 0
    }
    .o-col-1-2-lg:nth-child(2n) {
        margin-right: 0;
        float: right
    }
    .o-col-1-2-lg:nth-child(odd) {
        clear: both
    }
    .o-col-1-3-lg {
        width: calc(99.9% * 1/3 - 13.333333333333332px)
    }
    .o-col-1-3-lg:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-1-3-lg:last-child {
        margin-right: 0
    }
    .o-col-1-3-lg:nth-child(3n) {
        margin-right: 0;
        float: right
    }
    .o-col-1-3-lg:nth-child(3n+1) {
        clear: both
    }
    .o-col-1-4-lg {
        width: calc(99.9% * 1/4 - 15px)
    }
    .o-col-1-4-lg:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-1-4-lg:last-child {
        margin-right: 0
    }
    .o-col-1-4-lg:nth-child(4n) {
        margin-right: 0;
        float: right
    }
    .o-col-1-4-lg:nth-child(4n+1) {
        clear: both
    }
    .o-col-2-3-lg {
        width: calc(99.9% * 2/3 - 6.666666666666666px)
    }
    .o-col-2-3-lg:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-2-3-lg:last-child {
        margin-right: 0
    }
    .o-col-2-3-lg:nth-child(3n) {
        margin-right: 0;
        float: right
    }
    .o-col-2-3-lg:nth-child(3n+1) {
        clear: both
    }
    .o-col-3-4-lg {
        width: calc(99.9% * 3/4 - 5px)
    }
    .o-col-3-4-lg:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-3-4-lg:last-child {
        margin-right: 0
    }
    .o-col-3-4-lg:nth-child(4n) {
        margin-right: 0;
        float: right
    }
    .o-col-3-4-lg:nth-child(4n+1) {
        clear: both
    }
    .o-col-2-5-lg {
        width: calc(99.9% * 2/5 - 12px)
    }
    .o-col-2-5-lg:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-2-5-lg:last-child {
        margin-right: 0
    }
    .o-col-2-5-lg:nth-child(5n) {
        margin-right: 0;
        float: right
    }
    .o-col-2-5-lg:nth-child(5n+1) {
        clear: both
    }
    .o-col-3-5-lg {
        width: calc(99.9% * 3/5 - 8px)
    }
    .o-col-3-5-lg:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-3-5-lg:last-child {
        margin-right: 0
    }
    .o-col-3-5-lg:nth-child(5n) {
        margin-right: 0;
        float: right
    }
    .o-col-3-5-lg:nth-child(5n+1) {
        clear: both
    }
    .o-qux {
        padding-right: 40px;
        padding-left: 40px
    }
    .o-foo {
        max-width: 628px
    }
    .c-awards__main {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .c-banner {
        height: 180px
    }
    .c-banner .c-brand {
        width: 280px
    }
    .c-banner-1__image {
        height: 280px;
        width: calc(99.9% * 5/12 - 11.666666666666666px)
    }
    .c-banner-1__image:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .c-banner-1__image:last-child {
        margin-right: 0
    }
    .c-banner-1__image:nth-child(20pxn) {
        margin-right: 0;
        float: right
    }
    .c-banner-1__image:nth-child(20pxn+1) {
        clear: both
    }
    .c-banner-1__image .o-bg-image {
        height: 100%
    }
    .c-banner-1__main {
        width: calc(99.9% * 7/12 - 8.333333333333334px)
    }
    .c-banner-1__main:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .c-banner-1__main:last-child {
        margin-right: 0
    }
    .c-banner-1__main:nth-child(20pxn) {
        margin-right: 0;
        float: right
    }
    .c-banner-1__main:nth-child(20pxn+1) {
        clear: both
    }
    .c-contentinfo h3 {
        font-size: 24px
    }
    .c-error {
        margin-top: 100px
    }
    .c-error__header {
        margin-bottom: 100px
    }
    .c-error__main p {
        font-size: 24px
    }
    .c-utility-article.o-col-2-3-lg {
        padding-right: 81px
    }
    .c-join--benefits {
        padding: 40px 40px 20px
    }
    .c-join--benefits li {
        font-size: 20px;
        line-height: 1.3
    }
    .c-join--benefits li .c-icon {
        width: 50px;
        height: 50px
    }
    .c-article-teaser-1 .c-h6 {
        font-size: 14px;
        line-height: 22px
    }
    .c-article-teaser-1 .c-h3 {
        font-size: 24px;
        line-height: 30px
    }
    .c-article-teaser-1__main {
        padding: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        position: absolute
    }
    .c-panel-1__main {
        max-width: none;
        width: 400px
    }
    .c-panel-1__name {
        font-size: 36px;
        line-height: 1.111111111
    }
    .c-panel-1__description {
        font-size: 18px;
        line-height: 1.777777778
    }
    .c-region-full__header {
        margin-top: -70px
    }
    .c-region-full__header .c-h1 {
        font-size: 48px
    }
    .c-restaurant-full__image,
    .c-restaurant-full__image .slick-slide {
        height: 360px
    }
    .c-restaurant-full__aside {
        width: calc(99.9% * 5/12 - 11.666666666666666px);
        padding-right: 20px
    }
    .c-restaurant-full__aside:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .c-restaurant-full__aside:last-child {
        margin-right: 0
    }
    .c-restaurant-full__aside:nth-child(12n) {
        margin-right: 0;
        float: right
    }
    .c-restaurant-full__aside:nth-child(12n+1) {
        clear: both
    }
    .c-restaurant-full__aside .c-icons .c-icon {
        width: 44px;
        height: 44px
    }
    .c-restaurant-full__main {
        width: calc(99.9% * 7/12 - 8.333333333333334px);
        float: right!important
    }
    .c-restaurant-full__main:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .c-restaurant-full__main:last-child {
        margin-right: 0
    }
    .c-restaurant-full__main:nth-child(12n) {
        margin-right: 0;
        float: right
    }
    .c-restaurant-full__main:nth-child(12n+1) {
        clear: both
    }
    .collapse-show-lg {
        display: block;
        height: auto!important;
        overflow: visible;
        opacity: 1
    }
    .u-flex-lg {
        display: -webkit-box;
        display: flex
    }
    .u-col-lg {
        float: left
    }
    .u-col-right-lg {
        float: right
    }
    .u-col-1-lg {
        width: 8.33333%
    }
    .u-col-2-lg {
        width: 16.66667%
    }
    .u-col-3-lg {
        width: 25%
    }
    .u-col-4-lg {
        width: 33.33333%
    }
    .u-col-5-lg {
        width: 41.66667%
    }
    .u-col-6-lg {
        width: 50%
    }
    .u-col-7-lg {
        width: 58.33333%
    }
    .u-col-8-lg {
        width: 66.66667%
    }
    .u-col-9-lg {
        width: 75%
    }
    .u-col-10-lg {
        width: 83.33333%
    }
    .u-col-11-lg {
        width: 91.66667%
    }
    .u-col-12-lg {
        width: 100%
    }
    .u-col-auto-lg {
        width: auto
    }
    .u-hide-lg {
        display: none
    }
    .u-show-lg {
        display: block
    }
    .u-left-lg {
        float: left
    }
    .u-right-lg {
        float: right
    }
    .u-float-none-lg {
        float: none
    }
    .u-m0-lg {
        margin: 0
    }
    .u-mt0-lg {
        margin-top: 0
    }
    .u-mr0-lg {
        margin-right: 0
    }
    .u-mb0-lg {
        margin-bottom: 0
    }
    .u-ml0-lg,
    .u-mx0-lg {
        margin-left: 0
    }
    .u-mx0-lg {
        margin-right: 0
    }
    .u-my0-lg {
        margin-top: 0;
        margin-bottom: 0
    }
    .u-m1-lg {
        margin: 5px
    }
    .u-mt1-lg {
        margin-top: 5px
    }
    .u-mr1-lg {
        margin-right: 5px
    }
    .u-mb1-lg {
        margin-bottom: 5px
    }
    .u-ml1-lg,
    .u-mx1-lg {
        margin-left: 5px
    }
    .u-mx1-lg {
        margin-right: 5px
    }
    .u-my1-lg {
        margin-top: 5px;
        margin-bottom: 5px
    }
    .u-m2-lg {
        margin: 10px
    }
    .u-mt2-lg {
        margin-top: 10px
    }
    .u-mr2-lg {
        margin-right: 10px
    }
    .u-mb2-lg {
        margin-bottom: 10px
    }
    .u-ml2-lg,
    .u-mx2-lg {
        margin-left: 10px
    }
    .u-mx2-lg {
        margin-right: 10px
    }
    .u-my2-lg {
        margin-top: 10px;
        margin-bottom: 10px
    }
    .u-m3-lg {
        margin: 20px
    }
    .u-mt3-lg {
        margin-top: 20px
    }
    .u-mr3-lg {
        margin-right: 20px
    }
    .u-mb3-lg {
        margin-bottom: 20px
    }
    .u-ml3-lg,
    .u-mx3-lg {
        margin-left: 20px
    }
    .u-mx3-lg {
        margin-right: 20px
    }
    .u-my3-lg {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .u-m4-lg {
        margin: 40px
    }
    .u-mt4-lg {
        margin-top: 40px
    }
    .u-mr4-lg {
        margin-right: 40px
    }
    .u-mb4-lg {
        margin-bottom: 40px
    }
    .u-ml4-lg,
    .u-mx4-lg {
        margin-left: 40px
    }
    .u-mx4-lg {
        margin-right: 40px
    }
    .u-my4-lg {
        margin-top: 40px;
        margin-bottom: 40px
    }
    .u-mxn1-lg {
        margin-left: -5px;
        margin-right: -5px
    }
    .u-mxn2-lg {
        margin-left: -10px;
        margin-right: -10px
    }
    .u-mxn3-lg {
        margin-left: -20px;
        margin-right: -20px
    }
    .u-mxn4-lg {
        margin-left: -40px;
        margin-right: -40px
    }
    .u-mtn1-lg {
        margin-top: -5px
    }
    .u-mtn2-lg {
        margin-top: -10px
    }
    .u-mtn3-lg {
        margin-top: -20px
    }
    .u-mtn4-lg {
        margin-top: -40px
    }
    .u-mln1-lg {
        margin-left: -5px
    }
    .u-ml-auto-lg {
        margin-left: auto
    }
    .u-mr-auto-lg,
    .u-mx-auto-lg {
        margin-right: auto
    }
    .u-mx-auto-lg {
        margin-left: auto
    }
    .u-mln5-lg {
        margin-left: -5rem
    }
    .u-max-width-1-lg {
        max-width: 61px
    }
    .u-max-width-2-lg {
        max-width: 142px
    }
    .u-max-width-3-lg {
        max-width: 223px
    }
    .u-max-width-4-lg {
        max-width: 304px
    }
    .u-max-width-5-lg {
        max-width: 385px
    }
    .u-max-width-6-lg {
        max-width: 466px
    }
    .u-max-width-7-lg {
        max-width: 547px
    }
    .u-max-width-8-lg {
        max-width: 628px
    }
    .u-max-width-9-lg {
        max-width: 709px
    }
    .u-max-width-10-lg {
        max-width: 790px
    }
    .u-max-width-11-lg {
        max-width: 871px
    }
    .u-max-width-12-lg {
        max-width: 952px
    }
    .u-pad {
        padding: 36px
    }
    .u-pad-x {
        padding-right: 36px;
        padding-left: 36px
    }
    .u-pad-y {
        padding-top: 36px;
        padding-bottom: 36px
    }
    .u-p0-lg {
        padding: 0
    }
    .u-pt0-lg {
        padding-top: 0
    }
    .u-pr0-lg {
        padding-right: 0
    }
    .u-pb0-lg {
        padding-bottom: 0
    }
    .u-pl0-lg,
    .u-px0-lg {
        padding-left: 0
    }
    .u-px0-lg {
        padding-right: 0
    }
    .u-py0-lg {
        padding-top: 0;
        padding-bottom: 0
    }
    .u-p1-lg {
        padding: 5px
    }
    .u-pt1-lg {
        padding-top: 5px
    }
    .u-pr1-lg {
        padding-right: 5px
    }
    .u-pb1-lg {
        padding-bottom: 5px
    }
    .u-pl1-lg,
    .u-px1-lg {
        padding-left: 5px
    }
    .u-px1-lg {
        padding-right: 5px
    }
    .u-py1-lg {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .u-p2-lg {
        padding: 10px
    }
    .u-pt2-lg {
        padding-top: 10px
    }
    .u-pr2-lg {
        padding-right: 10px
    }
    .u-pb2-lg {
        padding-bottom: 10px
    }
    .u-pl2-lg,
    .u-px2-lg {
        padding-left: 10px
    }
    .u-px2-lg {
        padding-right: 10px
    }
    .u-py2-lg {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .u-p3-lg {
        padding: 20px
    }
    .u-pt3-lg {
        padding-top: 20px
    }
    .u-pr3-lg {
        padding-right: 20px
    }
    .u-pb3-lg {
        padding-bottom: 20px
    }
    .u-pl3-lg,
    .u-px3-lg {
        padding-left: 20px
    }
    .u-px3-lg {
        padding-right: 20px
    }
    .u-py3-lg {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .u-p4-lg {
        padding: 40px
    }
    .u-pt4-lg {
        padding-top: 40px
    }
    .u-pr4-lg {
        padding-right: 40px
    }
    .u-pb4-lg {
        padding-bottom: 40px
    }
    .u-pl4-lg,
    .u-px4-lg {
        padding-left: 40px
    }
    .u-px4-lg {
        padding-right: 40px
    }
    .u-py4-lg {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .u-left-align-lg {
        text-align: left
    }
    .u-center-lg {
        text-align: center
    }
    .u-right-align-lg {
        text-align: right
    }
}
@media (min-width: 1024px) {
    .c-btn-wrapper__name {
        display: block
    }
    .c-nav-utility__item--favourites .c-nav-utility__link {
        border: none;
        border-radius: 0
    }
    .c-nav-utility__item--favourites .c-nav-utility__name {
        display: block;
        margin-left: 5px
    }
    .c-nav-utility__item--favourites:after {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        background-color: #c9c3c3;
        top: 10px;
        left: 0;
        position: absolute
    }
}
@media (min-width: 1266px) {
    body {
        padding-bottom: 40px
    }
    .mce-content-body blockquote {
        font-size: 24px;
        line-height: 1.25
    }
    .admin-body.o-container {
        padding-right: 40px;
        padding-left: 40px
    }
    .o-col-1-2-xl {
        width: calc(99.9% * 1/2 - 10px)
    }
    .o-col-1-2-xl:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-1-2-xl:last-child {
        margin-right: 0
    }
    .o-col-1-2-xl:nth-child(2n) {
        margin-right: 0;
        float: right
    }
    .o-col-1-2-xl:nth-child(odd) {
        clear: both
    }
    .o-col-1-3-xl {
        width: calc(99.9% * 1/3 - 13.333333333333332px)
    }
    .o-col-1-3-xl:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-1-3-xl:last-child {
        margin-right: 0
    }
    .o-col-1-3-xl:nth-child(3n) {
        margin-right: 0;
        float: right
    }
    .o-col-1-3-xl:nth-child(3n+1) {
        clear: both
    }
    .o-col-1-4-xl {
        width: calc(99.9% * 1/4 - 15px)
    }
    .o-col-1-4-xl:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-1-4-xl:last-child {
        margin-right: 0
    }
    .o-col-1-4-xl:nth-child(4n) {
        margin-right: 0;
        float: right
    }
    .o-col-1-4-xl:nth-child(4n+1) {
        clear: both
    }
    .o-col-1-6-xl {
        width: calc(99.9% * 1/6 - 16.666666666666668px)
    }
    .o-col-1-6-xl:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-1-6-xl:last-child {
        margin-right: 0
    }
    .o-col-1-6-xl:nth-child(6n) {
        margin-right: 0;
        float: right
    }
    .o-col-1-6-xl:nth-child(6n+1) {
        clear: both
    }
    .o-col-2-3-xl {
        width: calc(99.9% * 2/3 - 6.666666666666666px)
    }
    .o-col-2-3-xl:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-2-3-xl:last-child {
        margin-right: 0
    }
    .o-col-2-3-xl:nth-child(3n) {
        margin-right: 0;
        float: right
    }
    .o-col-2-3-xl:nth-child(3n+1) {
        clear: both
    }
    .o-col-3-4-xl {
        width: calc(99.9% * 3/4 - 5px)
    }
    .o-col-3-4-xl:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .o-col-3-4-xl:last-child {
        margin-right: 0
    }
    .o-col-3-4-xl:nth-child(4n) {
        margin-right: 0;
        float: right
    }
    .o-col-3-4-xl:nth-child(4n+1) {
        clear: both
    }
    .o-foo {
        max-width: 670px
    }
    .c-hero {
        height: 600px
    }
    .c-hero__main {
        bottom: 40px;
        left: 50%;
        margin-left: -450px;
        max-width: 900px;
        padding: 20px 40px 40px
    }
    .c-share-review {
        padding: 30px
    }
    .c-utility-article.o-col-2-3-lg {
        padding-right: 115px
    }
    .c-scores-guide__name {
        font-size: 36px
    }
    .c-scores-nav {
        font-size: 0;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        max-width: 940px
    }
    .c-scores-nav .slick-track {
        border-bottom: 1px solid #5f5c5c;
        width: 100%!important;
        -webkit-transform: translateZ(0)!important;
        transform: translateZ(0)!important
    }
    .c-scores-nav__item {
        color: #232323;
        cursor: pointer;
        float: left;
        margin-right: 20px;
        opacity: .2;
        padding-bottom: 30px;
        position: relative;
        transition-duration: .3s;
        transition-property: opacity;
        z-index: 1
    }
    .c-scores-nav__item .c-icon {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 60px;
        height: 60px
    }
    .c-scores-nav__item.slick-slide {
        float: none;
        width: 60px!important
    }
    .c-scores-nav__item:last-of-type {
        margin-right: 0
    }
    .c-scores-nav__item.slick-current {
        opacity: 1
    }
    .c-scores-nav__item.slick-current:after {
        background-image: url(/images/triangle.svg);
        content: "";
        display: block;
        bottom: -2px;
        left: 50%;
        position: absolute;
        margin-left: -15px;
        width: 30px;
        height: 15px;
        z-index: 999;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    .slick-initialized .c-scores-nav__item.slick-slide {
        display: inline-block
    }
    .c-score__description {
        font-size: 16px
    }
    .c-scores-for .slick-next,
    .c-scores-for .slick-prev {
        display: none!important
    }
    .c-step__membership_option:first-child {
        border-bottom: none;
        border-right: 1px solid #5f5c5c;
        padding-right: 30px;
        margin-right: -30px
    }
    .c-step__main__aside {
        width: calc(99.9% * 1/3 - 13.333333333333332px);
        float: right!important
    }
    .c-step__main__aside:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none
    }
    .c-step__main__aside:last-child {
        margin-right: 0
    }
    .c-step__main__aside:nth-child(0n) {
        margin-right: 0;
        float: right
    }
    .c-step__main__aside:nth-child(0n+1) {
        clear: both
    }
    .c-step__main__aside&gt;img {
        margin-top: -70px
    }
    .c-restaurant-full__image,
    .c-restaurant-full__image .slick-slide {
        height: 480px
    }
    .u-flex-xl {
        display: -webkit-box;
        display: flex
    }
    .u-hide-xl {
        display: none
    }
    .u-show-xl {
        display: block
    }
    .u-max-width-1-xl {
        max-width: 95px
    }
    .u-max-width-2-xl {
        max-width: 210px
    }
    .u-max-width-3-xl {
        max-width: 325px
    }
    .u-max-width-4-xl {
        max-width: 440px
    }
    .u-max-width-5-xl {
        max-width: 555px
    }
    .u-max-width-6-xl {
        max-width: 670px
    }
    .u-max-width-7-xl {
        max-width: 785px
    }
    .u-max-width-8-xl {
        max-width: 900px
    }
    .u-max-width-9-xl {
        max-width: 1015px
    }
    .u-max-width-10-xl {
        max-width: 1130px
    }
    .u-max-width-11-xl {
        max-width: 1245px
    }
    .u-max-width-12-xl {
        max-width: 1360px
    }
    .u-pad {
        padding: 40px
    }
    .u-pad-x {
        padding-right: 40px;
        padding-left: 40px
    }
    .u-pad-y {
        padding-top: 40px;
        padding-bottom: 40px
    }
}
@media (max-width: 768px) {
    .c-banner .c-btn {
        font-size: 10px;
        font-weight: 600;
        line-height: 1.4;
        padding: 7px
    }
    .c-banner .c-btn .c-icon {
        width: 16px;
        height: 16px
    }
    }
@media (max-width: 718px) {
    .c-instagram-teasers h1 {
        font-size: 24px;
        line-height: 1.5
    }
    .c-rating-table .c-h5 {
        font-size: 14px
    }
    .c-join h1 {
        font-size: 20px;
        line-height: 1.3
    }
    .c-join .u-h3 {
        font-size: 16px;
        line-height: 1.5
    }
    .c-join .u-h4,
    .c-join .u-h5,
    .c-join p {
        font-size: 14px;
        line-height: 1.571428571
    }
    .c-join .c-btn {
        width: 100%
    }
    .c-instagram-teasers header img {
        width: 36px;
        height: 36px;
        margin-right: 0
    }
    .c-instagram-teasers .c-h1 {
        font-size: 24px;
        line-height: 1.5
    }
}
@media print {
    @page {
        width: A4;
        height: portrait;
        margin: .5cm
    }
    body {
        background-color: #fff;
        color: #000
    }
    img {
        max-width: 500px
    }
    [class*=u-max-width-] {
        max-width: none
    }
    .c-contentinfo,
    .c-nav-crumb,
    .c-nav-utility,
    .c-panel-1,
    .c-search,
    .c-share,
    .c-toolbar,
    .o-iframe-wrapper,
    .u-hide-print {
        display: none
    }
    .o-foo,
    .o-qux {
        padding-right: 20px;
        padding-left: 20px;
        max-width: none
    }
    .mce-content-body blockquote {
        background-color: transparent;
        border-image: none;
        border-width: 0;
        color: #000;
        max-width: none;
        padding: 20px
    }
    #restaurant-details {
        display: block
    }
}
.searchmin {
    min-height: 300px;
}

.mce-content-body figcaption{
    text-align: right;
    color: #8f8989;
    font-size: 12px;
    font-style: italic;
    line-height: 1.333333333;
    font-family: Open Sans, Helvetica, sans-serif;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


.form-horizontal{
font-size:90%;
}

.font-13 {
font-size:80%;
}

.admin-container .form-horizontal .form-group{
margin:0px;
/*background:#f9f8f8;*/
padding-top: 15px;
padding-bottom: 15px;
}

.form-horizontal .control-label{
xtext-align:center;
}

.form-horizontal .content_area{
background:white;
    min-height: 400px;
}

.form-horizontal .content_area .editor {
    overflow: auto;
    margin: 10px;
}

.admin-container .form-horizontal blockquote, .admin-container .form-horizontal dl, .admin-container .form-horizontal ol, .admin-container .form-horizontal p, .admin-container .form-horizontal pre, .admin-container .form-horizontal table, .admin-container .form-horizontal ul{
margin-bottom:0px;
}

.admin-container .form-wrap{
/*background: #f9f8f8;*/
    float: left;
    width: 100%;
}

.admin-container hr{
border-top: 1px solid #337986;
}


#ui-datepicker-div{
	height: auto!important;
}

#ui-datepicker-div  .ui-datepicker-buttonpane{
	height: auto!important;
	width: auto!important;
}

#ui-datepicker-div, 
#ui-datepicker-div input, 
#ui-datepicker-div select, 
#ui-datepicker-div textarea, 
#ui-datepicker-div button{
	    font-size: 1em;
}

#ui-datepicker-div .ui-datepicker-header{
	background: #B2DAE2;
}
    
#ui-datepicker-div .ui-state-default, 
#ui-datepicker-div .ui-widget-content .ui-state-default, 
#ui-datepicker-div .ui-widget-header .ui-state-default{
	background: #E2F4F7;
}

#ui-datepicker-div .ui-state-default.ui-state-active{
	background: #B2DAE2;
}

#ui-datepicker-div .ui-state-highlight{
	background: #B2DAE2;
	border-color:#337986;
}

#ui-datepicker-div .ui-datepicker-title select{
    font-weight: normal;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#ui-datepicker-div .ui-datepicker-prev, 
#ui-datepicker-div .ui-datepicker-next{
	background: #fff !important;
	border-color: #337986;
	top: 8px;
}

#ui-datepicker-div .ui-datepicker-prev{
	left: 10px !important;
}
 
#ui-datepicker-div .ui-datepicker-next{
	right: 10px !important;
}

#ui-datepicker-div .ui-datepicker-prev:hover, 
#ui-datepicker-div .ui-datepicker-next:hover{
	background: #E2F4F7 !important;
  border-color: #337986;
}
	
.ui-datepicker .ui-datepicker-buttonpane button{
		color: #fff;
    background: #337ab7 !important;
    border-color: #2e6da4;	
		opacity:1;
}	

.ui-datepicker .ui-datepicker-buttonpane button:hover{
    color: #fff;
    background: #286090 !important;
    border-color: #204d74;
}



.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

.admin-container .modal-body{
	overflow-x: hidden;
}

.dashboard-admin-home .dashboard-group{
	padding-bottom: 20px;
	border-bottom: 1px solid #1594ce;
	margin-bottom: 20px;
} 

.dashboard-admin-home .dashboard-group:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.control-label{
	text-size: 12.5pt;
	font-weight: 600;
}

#admin-drug {
	margin-bottom: 0.25em;
}

#codeEditorHTML-body{
	background: black;
	background: white;
}


#gallerySelect #scratchpad { height: 350px; padding: 10px; float: left; background: #fff; border: 1px solid #B2DAE2 !important; border-radius: 0px 0px 5px 5px; max-height: 350px; width: 100%; text-align:center;}
#gallerySelect #scratchpad.ui-state-highlight{ border: 1px solid #2cb9b3 !important; background: #d5f2ef;}
#gallerySelect #scratchpad.custom-state-active { background: #eee; }
#gallerySelect #scratchpad ul{ margin: 0; padding: 0;}
#gallerySelect #scratchpad li{ padding: 0px;}
#gallerySelect #scratchpad h5 { line-height: 16px; margin: 0px;}
#gallerySelect #scratchpad h5 .ui-icon { float: left; }
#gallerySelect img.thumbnail.ui-draggable{ cursor: move;}
#gallerySelect img.thumbnail.ui-draggable-dragging{ z-index: 999999; position: fixed !important;}
#gallerySelect #scratchpad .galleryWrap{ margin: 2px;}
#gallerySelect #scratchpad .galleryWrapImage{ background: white; height: 70px;}
#gallerySelect #scratchpad .galleryWrapImage img{ margin: 0px auto; display: block;max-width: 100%;  max-height: 70px; width: auto;}
#gallerySelect .mce-widget button:hover, #gallerySelect .mce-combobox button:hover{ background: #d2d2d2;}
#gallerySelect #add_to_input, #gallerySelect #add_to_article{ display: none;}
#gallerySelect.show_add_article #add_to_article, #gallerySelect.show_add_input  #add_to_input{display: inline;}
#gallerySelect .galleryWrap, #gallerySelect .galleryWrap .galleryWrapImage{ cursor: pointer;}
#gallerySelect .galleryWrap:hover h5{transform: none !important; box-shadow: none !important;background: #5bc0de !important;}
#gallerySelect .galleryWrap:hover h5 a{ display: none !important;}
#gallerySelect .galleryWrap .gallery_resource_message{ display: none; padding: 0; position: relative; top: -5px; cursor: pointer; color: white !important;    box-shadow: none;}
#gallerySelect .galleryWrap:hover .gallery_resource_message{ display: block;}

.header-container a{
    display: inline-block;
}

.header-container .donate{
    max-width: max-content;
    float: right;
    width: 100%;
}

.header-container .donate button{
    margin: 0;
    background: #FAD038;
    color: #1D3B74;
    border-radius: 0;
    height: 75px;
}

.header-container .object.button-style-five:hover{
    background:white;
}

.tile.header .masthead-logo{
    max-width: 520px;
}

.content_container{
    max-width: 1240px;
    margin: auto;
    position: relative;
}

#ama-page-22923 .site-wrapper{
    background-color:#F8F8F8;
}

.site-wrapper{
    background-color:white;
}


/*********************************Version 6**********************************************/

.site-wrapper{
    max-width: none;
    background-color: #F8F8F8;
}

#ama-page-22923 .content_container{
    background:none;
}

.header .content_container{
    background:none;
    box-shadow:none;
}

.footer .content_container{
    background:none;
    box-shadow:none;
}

.content_container{
    max-width: 1240px;
    margin: auto;
    position: relative;
    background:white;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 15%);
}

.tile.full-width-image-with-content {
    position: absolute;
}


.carousel-inner .item img{
    opacity: 0.8;
}

.tile.header .header-container{
    text-align: center;
    max-width:unset;
    margin:auto;
    padding:0;
    background:#2D539A;
}

.carousel_overlay .masthead-logo{
    max-width: 450px;
}

.carousel_overlay{
    position: absolute;
    z-index: 10;
    width: 100%;
    margin-top: 6%;
}

.carousel_overlay a{
    display: table-cell;
}

.carousel_overlay .container{
    display: table-cell;
    vertical-align: middle;
}

.carousel_overlay .container a{
    background-color: #2D539A;
    font-size: .875em;
    letter-spacing: 1px;
    font-family: "AvertaBold", sans-serif;
    color: white;
    text-transform: uppercase;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 9.5px 50px 11.5px 27px;
    margin-top: 18px;
    display: inline-block;
    margin-bottom: -10px;
    position: relative;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.carousel_overlay .container a:after{
    position: absolute;
    content: "";
    background-image: url(/img/sprite-s6e9692456d.png);
    background-position: -10px -28px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 11px;
    width: 14px;
    right: 26px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel_overlay .container h1{
    font-family: "Cardo", serif;
    font-weight: 700;
    font-size: 3.125em;
    line-height: 59px;
    color: white;
    letter-spacing: 0;
    text-shadow: 2px 2px #0000005e;
}

.carousel_overlay .masthead-crest{
    height: 250px;
}

.carousel-inner .item{
    max-height:400px;
}

.carousel .carousel-indicators{
    display:none;
}

.tile.header .main-navigation{
    background:#FAD038;
}

.tile.header .main-navigation .responsive-login-link, 
.tile.header .main-navigation .responsive-menu-open{
    color: #1D3B74;
}

.tile.header{
    background-color: #FAD038;
}

.tile.header .main-navigation ul li a{
    color:#1D3B74;
}

.tile.header .main-navigation ul li.has-dropdown:hover a{
    color:#1D3B74;
}

.tile.header .main-navigation ul li.has-dropdown:hover .sub-menu a{
    color:#1D3B74;
}

.grey_background{
    background-color: #F8F8F8;
}

.blue_background{
    background-color: #99bbdf;
    position: relative;
    /*    padding-bottom: 1.5em;*/
}

#ama-page-22873 .carousel_sidebar{
    position: absolute;
}

.blue_background .about p{
    color:#FAD038;
    padding-right: 40px;
    padding-top: 30px;
    color:#1D3B74;
    font-size: 1.1em;
    font-weight: 600;
}

.blue_background .about p:last-child{
    padding-bottom: 40px;
}

.join_us_box{
    box-shadow: 5px 5px 10px 5px rgb(0 0 0 / 20%);
    text-align: left;
    margin-top:0;
    width:92%;
    margin-left: 2%;
    padding:20px;
    margin-top:30px;
}

#ama-page-22323 .join_us_box{
    margin-top:0px;
}

#ama-page-22323 .join_us_box.this_day h1{
    color:white !important;
}

.join_button{
    box-shadow: 5px 5px 10px 5px rgb(0 0 0 / 20%);
    width:92%;
    margin-left: 2%;
    margin-bottom:30px;
}

.box_container{
    margin:4em 0;
    background:white;
    box-shadow: 5px 5px 10px 5px rgb(0 0 0 / 20%);
    padding: 20px;
}

.join_us_box a{
    color:#FAD038;
}

.box_container p{
    padding-bottom:10px;
}

.box_container h2{
    font-family: "PT Serif Caption", serif;
    color:#1D3B74;
    font-size: 1.4em;
    font-weight: bold;
    margin: 5px 0px 15px 0px;
}

.box_container .research_listings{
    margin-top:30px;
    margin-bottom:20px;
    text-align: center;
}

.box_container .research_listings li{
    width:20%;
    display: inline-table;
    text-align: center;
    margin-right: 3%;
    font-weight: bold;
    position: relative;
}

.box_container .research_listings li a{
    text-decoration: none;
    padding:20px;
    background:#99bbdf;
    width: 100%;
    display: table-cell;
    height: 90px;    
    vertical-align: middle;
}

.box_container .research_listings li:last-child{
    margin-right:0;
}

.triple_box{
    text-align:center;
}

.triple_box .box_container{
    width: 30%;
    display: block;
    float: left;
    margin-right: 5%;
    text-align:left;
}

.triple_box .box_container:hover{
    text-decoration:none;
}

.triple_box .box_container div{
    overflow: hidden;
    position: relative;
}

.triple_box .box_container img{
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.triple_box .box_container:hover img{
    transform: scale(1.1);
}

.triple_box li{
    margin-left: 1em;
    margin-right: 1em;
    color: black !important;
    font-family: 'Open Sans' !important;
    line-height: 1.5em !important;
}

.triple_box .box_container ul li{
    padding-bottom:10px;
}

.picture_background::before {    
    content: "";
    background-image: url("/img/An-English-Ship-with-Sails-Loosened-Firing-a-Gun-by-Peter-Monamy-edit2.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;

    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
}

.triple_box .box_container:last-child{
    margin-right: 0;
}

.triple_box .box_container{
    padding:0;    
}

.triple_box .box_container img{
    width:100%;
}

.triple_box .box_container h2{
    padding:0 20px;
}

.triple_box .box_container p{
    padding:0 20px 20px 20px;
}

.box_container .publication_listings{
    margin-top:10px;
    margin-bottom:20px;
    text-align: center;
}

.box_container .publication_listings li{
    width:20%;
    padding:20px;
    display: inline-block;
    text-align: center;
    margin-right: 3%;
    font-family: "PT Serif Caption", serif;
    font-weight: bold;
    color:#2D539A;
}

.box_container .publication_listings li:last-child{
    margin-right:0;
}

.box_container .publication_listings li img{
    width:100%;
    margin-top:15px;
    border:1px solid #f8f8f8;
    box-shadow: 5px 5px 10px 5px rgb(0 0 0 / 20%);
}

.tile.header .main-navigation ul li a:after{
    background:#1D3B74;
}

.tile.header .main-navigation.sticky{
    position: fixed;
    top: 0px;
    left:0;
}

.main_container.stuck{
    margin-top:44px;
}

.box_container .research_listings li:hover a{
    color: #2a6496;
}

.main_container .box_container ul.research_listings li a:after {
    position: absolute;
    bottom: 0px;
    width: 0;
    -moz-transition: width 200ms ease-in-out;
    -o-transition: width 200ms ease-in-out;
    -webkit-transition: width 200ms ease-in-out;
    transition: width 200ms ease-in-out;
    height: 4px;
    background-color: #FAD038;
    content: "";
    left: 50%;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.main_container .box_container ul.research_listings li:hover a:after {
    width: 100%;
}


.box_container .publication_listings img{
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.box_container .publication_listings li:hover img{
    transform: scale(1.1);
}

.tile.four-column-grid ul li h3{
    font-family: unset;
    font-size: 0.9em;
}

.tile.four-column-grid ul li p{
    font-family: unset;
    font-size: 0.75em;
    line-height: 1.6em;
}

.tile.left-content-with-right-facebook-action .left-content{
    max-width: -webkit-calc(100% - 500px);
}

.tile.left-content-with-right-facebook-action .facebook-action{
    max-width: 470px;
}

.search-box .input-sm{
    height: 40px;
    FONT-SIZE: 0.9em;
    width: 300px;
}

.search-box #results-search-button{
    padding-bottom: 10px !important;
    padding-top: 9px !important;
}

.fb img{
    width: 40px;
}

.carousel_sidebar .item .carousel-caption{
    position:static;
    padding: 0px;
    text-shadow:unset;
    text-align: left;
}

.join_us_box.this_day h1{
    color:#FAD038 !important;
    font-size: 1.125em;
    font-family: "PT Serif Caption", serif;
}

.join_us_box.this_day a {
    color: #FAD038;
}

.carousel_sidebar.carousel-fade .carousel-inner{
    background:unset;
}

.tile.header .main-navigation ul li.has-dropdown{
    padding-right: 25px;
}

.tile.header .main-navigation ul li.has-dropdown:after{
    right: 10px;
}

.trafalgar_way::before{
    /*content: "";
    background-image: url(/img/trafalgar-way-banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;*/
}

.trafalgar_way_route{
    position: absolute;
    top: 33px;
    left: 53px;
}

.trafalgar_way_route img{
    max-width:185px;
}

.trafalgar_way_background{
    margin-bottom:-8px;
}

.trafalgar_way{

}

.trafalgar_way_container{
    position: relative;
    overflow: hidden;
}

.tile.four-column-grid.blue{
    border-top: 6px solid #313f70;
}

.trafalgar_way .trafalgar_way_text{
    font-size: 1.2em;
    padding: 26px 30px 36px 30px;
    max-width: 600px;
    width: 100%;
    position: absolute;
    /*top: 15%;*/
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: #e6eada6e;
    box-sizing: border-box;
}

.trafalgar_way .trafalgar_way_text p{
    color: #303e70;
    margin-bottom:20px;
}

.trafalgar_way .trafalgar_way_text a{
    padding: 12px 18px;
    font-size: 17px;
    background:#1D3B74;
    color:white;
}

.trafalgar_way .trafalgar_way_text a:after {
    position: absolute;
    bottom: 0px;
    width: 0;
    -moz-transition: width 200ms ease-in-out;
    -o-transition: width 200ms ease-in-out;
    -webkit-transition: width 200ms ease-in-out;
    transition: width 200ms ease-in-out;
    height: 4px;
    background-color: #FAD038;
    content: "";
    left: 50%;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.trafalgar_way .trafalgar_way_text a:hover:after {
    width: 100%;
}

.trafalgar_way .trafalgar_way_text a:hover {
    text-decoration:none;
}

.memorial_text{
    padding: 26px 30px 36px 30px;
    max-width: 60%;
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    /*    background: rgba(230, 234, 218, 0.6); */
    box-sizing: border-box;
}

.memorial_text p{
    color: #FFFFFF;
    margin-bottom:20px;
    font-size: 1.1em;        
    font-family: "PT Serif Caption", serif;        
    padding-left: 1em;
    background-color: #2d539a9c;
    xbackground:#2d539a00;

    position: relative;
    left: -200%;
    opacity:0;
}

.memorial_text h2{
    margin-bottom:20px;
    font-size: 1.5em;
    font-family: "PT Serif Caption", serif;
    color: #FFFFFF;
    font-weight: bold;        
    padding-left: 1em;
    background-color: #2d539a9c;
    xbackground:#2d539a00;

    position: relative;
    left: -200%;
    opacity:0;
}

.memorial_text a{
    color:white;
    text-decoration:underline;    
}

.memorial_text a:hover {
    text-decoration:none;
}

@media (max-width: 1400px) {

    .carousel_overlay{
    margin-top: 4%;
}

}

@media (max-width: 1200px) {

    #ama-page-22923 .carousel_overlay{
    margin-top:20px;
}

.carousel_overlay{
    margin-top:0;
}

.carousel_overlay .masthead-crest{
    padding-left: 40px;
}

.trafalgar_way .trafalgar_way_text{
    font-size:1.4em
}

.trafalgar_way .trafalgar_way_text a{
    font-size: 15px;
}


}

@media (max-width: 1024px) {

    .tile.header .main-navigation ul li.has-dropdown{
    padding-right:0px;
}

.tile.header .main-navigation ul li.has-dropdown:hover .sub-menu a{
    color:white;
}

.tile.header .main-navigation .mobile_hide{
    display: inline-block !important;
}

.tile.header .main-navigation .desktop_hide{
    display:none !important;
}

.tile.header .main-navigation ul li.has-dropdown a:hover{
    color:#FAD038;
}

.tile.header .main-navigation ul li.has-dropdown:hover a{
    color:#FAD038;
}

.carousel_overlay .masthead-crest {
    height: 200px;
}

.tile.header .masthead-logo{
    max-width: 450px;
}

.header-container .donate button{
    height: 65px;
}

.trafalgar_way .trafalgar_way_text{
    max-width:700px;
    padding: 26px 30px 36px 30px;
}

.carousel_overlay .container h1{
    font-size: 2.4em;
}

.tile.left-content-with-right-facebook-action .left-content p{
    font-size: 12px;
}

.box_container .research_listings li a{
    min-height: 90px;
}

.box_container .research_listings li{
    vertical-align: top;
}

.carousel-inner .item{
    max-height: initial;
}

}

@media (max-width: 1023px) {

    .tile.header .main-navigation ul li a{
    color:white;
}

}

@media (max-width: 768px) {

    .trafalgar_way .trafalgar_way_text{
    max-width: 90%;
    padding: 20px;
    font-size: 1.2em;
    padding-bottom: 30px;
}

.trafalgar_way .trafalgar_way_text p{
    margin-bottom: 25px;
}

.carousel_overlay .container h1{
    font-size: 1.8em;
    line-height: unset;
}

.carousel_overlay .container{

}

.carousel_overlay .masthead-crest{
    height: 160px;
}

.tile.left-content-with-right-facebook-action .left-content{
    max-width: unset;
    margin-bottom:10px;
}

.tile.left-content-with-right-facebook-action .facebook-action{
    max-width: unset;
    margin-left:0;
}

.tile.left-content-with-right-facebook-action .facebook-action .fb{
    margin-top:20px;
    text-align:center;
}

.tile.left-content-with-right-facebook-action .facebook-action .fb a{
    margin-left:15px;
}

.box_container .publication_listings li{
    width: 45%;
}

.box_container .research_listings li{
    width: 45%;
    margin-right:0;
    margin-bottom:20px;
}

.box_container .research_listings li:nth-child(odd){
    margin-right: 10px;
}

.box_container .research_listings li:nth-child(even){
    margin-left: 10px;
}

.picture_background::before{
    background-size: 200%;
}

.triple_box .box_container{
    width: 100%;
    margin: 2em 0;
}

.triple_box .box_container:first-child{
    margin-top: 3em;
}

.triple_box .box_container:last-child{
    margin-bottom: 3em;
}

.tile.left-content-with-right-facebook-action .search-box{
    display: block;
}

.tile.left-content-with-right-facebook-action .search-box .input-group{
    width: 100%;
}

.tile.left-content-with-right-facebook-action .search-box .input-group-btn{
    vertical-align: top;
    top:0;
}

.search-box .input-sm{
    width: 100%;
}

}

@media (max-width: 767px) {

    .cookie-wrap .cookie-content{
    width: 100%;
    display: block;
}

.cookie-wrap .cookie-controls{
    display: block;
}

#search_button.btn{
    padding: 6px 5px;
}


.tblClassReactions tr{
    margin-bottom: 20px;
}

#ama-page-23602 .mobile_content .contentBlock:first-child{
    margin:0;
}

.mobile_content .container_30 .grid_30{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom:1px;
}

.multipleDrugsDropdown .col-sm-6{
    float:left;
    width:100%;
    padding-bottom:20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom:10px;
}

.multipleDrugsDropdown .col-sm-6:first-child{
    padding-right:0 !important;
    margin-bottom:20px;
}

.multipleDrugsDropdown .col-sm-6:last-child{
    padding-left:0 !important;
}

.mobile_content .multipleDrugsDropdown .col-sm-6:last-child{
    padding-left:0 !important;

}

.memorial_text{
    max-width:100%;
}

.memorial_text h2{
    left: 0;
    opacity: 1;
}

.memorial_text p{
    left: 0;
    opacity: 1;
}

.blue_background .about p{
    padding-right:0px;
}

.carousel_overlay .masthead-crest{
    padding-left: 10px;
}

.trafalgar_way_route{
    top:0;
    left:0;
}

.trafalgar_way .trafalgar_way_text{
    position: static;
    position: static;
    left: unset;
    transform: translateX(0%);
    max-width:100%;
}

.header-container a{
    display: block;        
}

.header-container .donate{
    max-width:100%;
    float:none;
}

.header-container .donate button{
    height: unset;
}

.header-container .object.button-style-five{
    font-size: 0.8em;
}

#ama-field-70733 table tr th{
    display:none;
}

#ama-field-70733 table tr:first-child{
    display:none;
}

#ama-field-70733 td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    width: 100% !important;
    min-height: 40px;
}

#ama-field-70733 td:nth-child(1):before {
    content: "Drug";
}

#ama-field-70733 td:nth-child(2):before {
    content: "View";
    color:black;
}

#ama-field-70733 td:nth-child(3){
    text-align: left !important;
}

#ama-field-70733 td:nth-child(3):before {
    content: "Remove";
}

#ama-field-70733 td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
}

#ama-field-72062 table tr:first-child{
    display:none;
}

#ama-field-72062 table tr{
    margin-bottom:20px;
}

#ama-field-72062 td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    width: 100% !important;
    min-height: 40px;
}

#ama-field-72062 td:nth-child(1):before {
    content: "Type";
}

#ama-field-72062 td:nth-child(2):before {
    content: "Search Criteria";
    color:black;
}

#ama-field-72062 td:nth-child(3):before {
    content: "Date saved";
}

#ama-field-72062 td:nth-child(4){
    text-align: left !important;
}

#ama-field-72062 td:nth-child(4):before {
    content: "View";
}

#ama-field-72062 td:nth-child(5){
    text-align: left !important;
}

#ama-field-72062 td:nth-child(5):before {
    content: "Remove";
}

#ama-field-72062 td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
}

.wrap .link-boxes{
    display: grid;
}

.wrap .link-boxes .link-box, .wrap .link-boxes .link-box-click{
    margin-bottom:0;
}

.wrap .link-box-inner{
    word-break: break-word;
    font-size: 80%;
    padding: 20px 10px;
}

}

@media (max-width: 600px) {

    #ama-page-22923 .carousel_overlay{
    margin-top:0;
}

#ama-page-22923 .carousel_overlay .container h1{
    font-size:1.4em;
}

.carousel_overlay .container a{
    font-size:0.8em;
}

.carousel_overlay .masthead-crest{
    height: 150px;
}

}

@media (max-width: 600px) {
    .trafalgar_way_route img{
    height: 90px;
}

.carousel_overlay .container h1{
    font-size: 1.6em;
}
.memorial_text{
    font-size: 80%;
}

}

@media (max-width: 500px) {

    .wrap .link-boxes{
    display: block;
}

.wrap .link-boxes .link-box-click, .wrap .link-boxes .link-box {
    margin-bottom: 20px;
}

.wrap .link-box-inner {
    padding: 40px 20px;
}

}

@media (max-width: 470px) {
    .memorial_text{
    position: unset;
    transform: unset;
    font-size: unset;
    background-color: #2D539A;
    padding: 10px;
}
}

@media (max-width: 300px) {
    .trafalgar_way_route img{
    height: 60px;
}

#ama-page-22923 .carousel_overlay .container h1{
    font-size: 1.2em;
}
}

.map_key{
    border: 1px solid #F8F8F8;
    float: right;
    width: 100%;
    padding:10px;
    max-width: 550px;
}

.map_key div{
    padding:10px 0;
    display: table;
}

.map_key p{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.map_key img{
    display: table-cell;
}

.map_key input{
    margin-right:10px;
}

#ama-page-22973 .results-expanded div{

}

#ama-page-22973 .results-expanded div.map_field{
    margin-top: 10px;
}

.mem-log-div {
    margin-top: 0px;
    background-image: url("/img/mem-map2.gif");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.shop_listings{
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 2em;
    text-align: left;
}

.shop_listings img{
    width:100%;
    max-width: 100%;
    height: auto;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.shop_listings img:hover{
    transform: scale(1.1);
}

.shop_listings h3{
    margin-top: 22px;
}

.shop_listings p{
    margin-top: 16px !important;
}

.shop_listings .img_wrapper{
    overflow: hidden;
    position: relative;
}

.shop_listings .button{
    color: #1D3B74;
    font-family: "Open Sans Semibold",sans-serif;
    font-size: 1em;
    padding: 10px 12px;
    background-color: #FAD038;
    display: inline-block;
    margin-top:1em;
    position: relative;
}

.shop_listings a:hover{
    text-decoration:none;
}

.shop_listings .button:after{
    position: absolute;
    bottom: 0px;
    width: 0;
    -moz-transition: width 200ms ease-in-out;
    -o-transition: width 200ms ease-in-out;
    -webkit-transition: width 200ms ease-in-out;
    transition: width 200ms ease-in-out;
    height: 4px;
    background-color: #1D3B74;
    content: "";
    left: 50%;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.shop_listings .button:hover:after{
    width: 100%;
}

#ama-page-23073 .shop_listings{
    display: block;
}

#ama-page-23073 .shop_listings .listing{
    border-bottom: 1px solid #586072;
    padding-bottom: 40px;
    padding-top: 40px;
    display: inline-block;
    width:100%;
}

#ama-page-23073 .shop_listings .listing .inner_listing{
    max-width: 900px;
    margin: auto;
}

#ama-page-23073 .shop_listings .img_wrapper{
    max-width: 400px;
    float:left;
    margin-right: 2em;
    margin-bottom: 2em;
}

#ama-page-23073 .shop_listings h3{
    margin-top:0;
}

#ama-page-23073 .shop_listings .button{
    float: right;
}

.grid-25-75{
    grid-template-columns: 25% calc(75% - 10px);
    display: grid;
    grid-gap: 10px;
}

.grid-50-50{
    grid-template-columns: 50% calc(50% - 10px);
    display: grid;
    grid-gap: 10px;
}


.grid-70-30{
    grid-template-columns: calc(70% - 10px) 30%;
    display: grid;
    grid-gap: 10px;
}

.tooltip_col .toolatr {
    width: 210px;
    background-color: #428bca;
    padding: 0.5em;
    font-size: 0.8em;
    text-align: left;
    letter-spacing: 0.05em;
}

</pre></body></html>