@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/* Calibri latin */
@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=J7adnpV-BGlaFfdAhLQo6btP&skey=36a3d5758e0e2f58&v=v15) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Calibri latin */
@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/l/font?kit=J7aYnpV-BGlaFfdAhLQgUp5aHRge&skey=8b00183e5f6700b6&v=v15) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=J7afnpV-BGlaFfdAhLEY6w&skey=a1029226f80653a8&v=v15) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/l/font?kit=J7aanpV-BGlaFfdAjAo9_pxqHw&skey=cd2dd6afe6bf0eb2&v=v15) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    color: #333;
    background-color: rgba(85, 58, 142, 0.1);
}
header {
    border-color: rgba(82,59,135,0.8) !important;
}
header .social { padding: 0; }
@media (min-width: 1400px) {
    header .social { padding: 5px 0; }
}
.header-icons a {
    text-decoration: none;
}
.header-icons .header-icon-a {
    font-size: 24px;
}
.header-icons .mbutton {
    padding: 4px 10px !important;
    padding-right: 30px !important;
}
.header-icons .mbutton .fa-caret-right { display: none; }

.header-icons { display: none; }
@media (min-width: 1200px) {
    .header-icons { display: block; }
}

.personabar-visible .header-icons .space-on-admin {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px dashed #ff9900;
    border-bottom: 0px dashed #ff9900;
}

main.container {
    padding-top: 15px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, p, li, th, td {
    color: #052264;
    font-family: Calibri, Arial, sans-serif;
}
td, th {
    border-width: 1px;
}
a.mbutton {
    display: block;
    background-color: #762891;
    position: relative;
    padding: 10px;
    color: #ffffff !important;
    text-decoration: none;
    margin: 5px 0;
    line-height: 1;
    -webkit-transition: background 500ms ease-in-out;
-moz-transition: background 500ms ease-in-out;
-ms-transition: background 500ms ease-in-out;
-o-transition: background 500ms ease-in-out;
transition: background 500ms ease-in-out;
border-radius: 4px;
}
a.mbutton:hover { background-color: #0079bc; color: #fff; }
a.mbutton span, a.mbutton:hover span { color: #fff; }
a.mbutton:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 20px solid #fff;
    border-left: 20px solid  #ccc;
    width: 0;
}
a.ubutton {
    display: block;
    background-color: #0079bc;
    position: relative;
    padding: 10px;
    color: #ffffff !important;
    text-decoration: none;
    margin: 5px 0;
    line-height: 1;
    -webkit-transition: background 500ms ease-in-out;
-moz-transition: background 500ms ease-in-out;
-ms-transition: background 500ms ease-in-out;
-o-transition: background 500ms ease-in-out;
transition: background 500ms ease-in-out;
border-radius: 4px;
}
a.ubutton:hover { background-color: #052264; color: #fff; }
a.ubutton span, a.ubutton:hover span { color: #fff; }
a.ubutton:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 20px solid #fff;
    border-left: 20px solid  #ccc;
    width: 0;
}
.sc-menu {
    -moz-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}
.grid-button div {
    background-image: linear-gradient(#ff9900,#ff0000);
}
.show-on-admin { display: none; }
.personabar-visible .show-on-admin { display: block; color: #ff9900; }
.personabar-visible .space-on-admin { margin-top: 30px; margin-bottom: 30px; padding-top: 30px; padding-bottom: 30px; border-top: 1px dashed #ff9900; border-bottom: 1px dashed #ff9900; }
.personabar-visible .stripe-on-admin {
    background-image: linear-gradient(45deg, #fadcaf 25%, #fff1db 25%, #fff1db 50%, #fadcaf 50%, #fadcaf 75%, #fff1db 75%, #fff1db 100%);
background-size: 56.57px 56.57px;
}
blockquote {
    padding: 30px 15px;
    font-family: 'Times New Roman', Palatino;
    font-size: 22px;
    text-align: center;
    line-height: 1.1;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin: 15px 0;
}
blockquote p { font-family: 'Times New Roman', Palatino; font-style: italic; }
blockquote em { 
    display: block;
    font-size: 13px;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    font-style: normal;
    margin-top: 15px;
}
@media (min-width: 992px) {
    blockquote {
        margin: 15px 120px;
        line-height: 1.2;
    }
}
.stellarnav.desktop li a.depth-0 {
    padding: 7px 10px;
    font-size: 14px;
    background-color:rgba(82,59,135,1) !important;
    color:#fff;
    border-radius: 4px;
}
.stellarnav.desktop li.has-sub a.depth-0 {
    padding-right: 10px;
}
.stellarnav.desktop li a.depth-1 {
    background-color: rgba(82,59,135,1);
    font-size: 14px;
}
.stellarnav li.has-sub>a:after {
    border-top: 6px solid rgba(255,255,255,0.8) !important;
}
body:not(.dnnEditState) .DNNEmptyPane {
    width: auto;
}

.bg-marlborough-light {
    background-color: #F2EAF6;
}

footer.bg-primary {
    background-color: rgba(82,59,135,0.8) !important;
}
.subpagemenu h3 a {
    color: rgba(82,59,135,1);
    text-decoration: none;
}

table td p:last-child, table th p:last-child { margin-bottom: 0; }

.accordion-header {
    border-radius: 7px;
    background: rgba(85, 58, 142, 0.1);
    color: rgba(85, 58, 142, 1);
}
.accordion-header:hover {
    background: rgba(85, 58, 142, 0.2);
    cursor: pointer;
}

.fancybox__container {
    z-index: 9999 !important;
}

.p-30 { padding: 15px; }
.p-60 { padding: 30px; }
.p-90 { padding: 45px; }
.p-120 { padding: 60px; }
@media (min-width: 992px) {
.p-30 { padding: 30px; }
.p-60 { padding: 60px; }
.p-90 { padding: 90px; }
.p-120 { padding: 120px; }
}

.bg-light { background-color: rgba(116, 91, 156, 0.2) !important; }

.dnnLogin ul { margin: 0; padding: 0; }

a.dnnPrimaryAction, a.dnnSecondaryAction {
    text-shadow: none;
    background: #745a9b;
    color: #fff;
    font-weight: normal;
    font-family: 'Calibri',sans-serif;
    font-size: 16px;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    padding: 5px 15px;
    transition: all 500ms ease-in-out;
}
a.dnnPrimaryAction:hover, a.dnnSecondaryAction:hover {
    background: #333;
    color: #fff;
}




