/* ==========================================================================
  Base
/* ========================================================================== */

html {
    height: auto;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

html,
button,
input,
select,
textarea {
    font-family: Arial, sans-serif;
    color: #444;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.4;
    background-color: #faf8f5;
    -webkit-font-smoothing: antialiased;
    font-family: "droid-serif", serif;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.gm-style img {
    max-width: none;
}


/* ==========================================================================
  Links
/* ========================================================================== */

a {
    color: #1b7377;
    text-decoration: underline;
}

a img {
    border: 0;
}

a:focus,
a:hover {
    color: #08111a;
}

a:focus {
    outline: 0;
}

a:active,
a:hover {
    outline: 0;
}


/* ==========================================================================
  Typography
/* ========================================================================== */


/* Headers */

h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1em;
    line-height: 1.5em;
    text-transform: uppercase;
    font-family: "hwt-artz", sans-serif;
    letter-spacing: 0.1em;
    color: #163260;
}

h1,
.home-title {
    font-family: 'kg_life_is_messy';
    font-size: 50px;
    margin-top: 0.75em;
    margin-bottom: 1.78em;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    color: #18456a;
    position: relative;
    line-height: 1.5em;
}

h1:after,
.home-title:after {
    content: '';
    display: block;
    width: 79px;
    height: 7px;
    background-image: url(/National_Library/oe_/https://ramahne.campintouch.com/campfiles/C263/images/underline.svg);
    position: absolute;
    left: 50%;
    margin-left: -40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -31px;
}

h2 {
    font-size: 35px;
    margin-bottom: 0.33em;
    margin-top: 1.94em;
}

h3 {
    font-size: 30px;
    margin-top: 1.6em;
    margin-bottom: 0.4em;
}

h4 {
    font-size: 25px;
    margin-top: 1.9em;
    margin-bottom: 0.6em;
}

h5 {
    font-size: 20px;
    margin-top: 2.2em;
    margin-bottom: 0.8em;
}

h6 {
    font-size: 15px;
    margin-top: 3em;
    margin-bottom: 1.2em;
}


/* Content Block Elements */

dl,
menu,
ol,
ul,
p,
pre {
    margin: 0 0 1.9em;
}

p {
    line-height: 1.9em;
    color: #535353;
}


/* Lists */

menu,
ol,
ul {
    padding: 0 0 0 2em;
    color: #535353;
}


/* Selection Colors */

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

blockquote {
    border: 3px solid;
    border-image: url(images/border-pattern.png) 3 repeat;
    behavior: url(css/vendor/pie/PIE.php);
    margin: 2em 0 0;
    font-family: "pt-serif", sans-serif;
    padding: 2.2em 2em;
    text-align: center;
    margin-bottom: 4.55em;
    font-style: italic;
}

blockquote p {
    font-size: 16px;
}


/* =============================================================================
  Helper Classes
/* ========================================================================== */


/* Prefixed with tags to override default tag styling for these elemets if .button is added */

button,
.button,
a.button,
input.button {
    display: inline-block;
}


/* Responsive Media Styles */

.media img,
.media video,
.media object,
.media iframe {
    width: 100%;
    height: auto;
}


/* Clear Fix */

.clearfix:after,
.cf:after {
    content: '';
    display: block;
    clear: both;
}


/* Floats */

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignnone {
    display: inline-block;
}

.aligncenter {
    display: block;
    float: none;
    text-align: center;
    clear: both;
    margin: 20px auto;
}


/* =============================================================================
  Structural Styles, Media Queries & Page Styling
/* ========================================================================== */

.article {
    margin-bottom: 1em;
}

.cr-page-content {
    padding-bottom: 27px;
}

.cr-page-content ul {
    line-height: 1.9em;
    padding-left: 1.6em;
    margin-bottom: 2.2em;
}

.cr-top-img-wrapper,
.cr-home-video-bg {
    position: relative;
}

.cr-top-img-wrapper > img,
.cr-home-video-bg > img {
    width: 100%;
}

.cr-top-img-wrapper:after,
.cr-home-video-bg:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 54px;
    background-image: url(images/img-wrapper-pattern.png);
    background-repeat: repeat-x;
    background-position: bottom left;
}

.accordion {
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.8em;
    border-radius: 5px;
    margin-top: 1.8em;
    cursor: pointer;
}

.accordion.active #vert {
    opacity: 0;
}

.accordion-icon {
    display: block;
    position: absolute;
    right: 30px;
    top: 26px;
}

.accordion-icon .accordion-icon-svg {
    transition: fill 300ms ease;
    fill: #1b7377;
}

.accordion-content {
    display: none;
    padding: 13px 30px 21px;
    line-height: 1.9em;
    color: #535353;
}

.accordion-header {
    font-family: "hwt-artz", sans-serif;
    letter-spacing: 0.1em;
    color: #163260;
    font-size: 20px;
    text-transform: uppercase;
    padding: 26px 58px 22px 30px;
    position: relative;
}

.accordion-header:hover .accordion-icon-svg {
    fill: #173361;
}

.cr-button {
    display: inline-block;
    font-family: "hwt-artz", sans-serif;
    color: white;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 0.2em;
    border: 12px solid;
    border-image: url(images/button-pattern.png) 12 repeat;
    behavior: url(css/vendor/pie/PIE.php);
    margin-top: 1.2em;
    margin-bottom: 0.5em;
}

.cr-button span {
    display: block;
    background-color: #1b7377;
    padding: 2px 46px;
}

.cr-button:hover {
    border-image: url(images/button-pattern-hover.png) 12 repeat;
    color: white;
    text-decoration: none;
}

.cr-button:hover span {
    background-color: #145659;
}

.cr-button.button-color2 {
    border-image: url(images/button-pattern2.png) 12 repeat;
}

.cr-button.button-color2 span {
    background-color: #5f1a12;
}

.cr-button.button-color2:hover {
    border-image: url(images/button-pattern2.png) 12 repeat;
}

.cr-button.button-color2:hover span {
    background-color: #5f1a12;
}

section .dataTables_length {
    display: none;
}

section .dataTables_filter {
    display: none;
}

section .dataTables_info {
    display: none;
}

section .dataTables_paginate {
    display: none;
}

hr {
    border: 0;
    border-top: 3px solid;
    border-image: url(images/border-pattern.png) 3 repeat;
    behavior: url(css/vendor/pie/PIE.php);
    margin: 2.2em 0 5em;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 75px;
    margin-top: 2.2em;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-slide {
    outline: none;
}

.slider-wrapper {
    margin: 0 -5px;
    margin-top: 2.3em;
    margin-bottom: 4.4em;
}

.slider-wrapper .slick-slide {
    margin: 0 5px;
}

.slider-wrapper .slick-slide img {
    border: 8px solid white;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 0.9em;
}

.slide-caption {
    display: block;
    text-align: center;
    font-family: "hwt-artz", sans-serif;
    letter-spacing: 0.1em;
    color: #163260;
    font-size: 15px;
    text-transform: uppercase;
}

.slick-arrow {
    display: block !important;
    position: absolute;
    top: 50%;
    width: 47px;
    height: 27px;
    background-image: url(images/svgs/arrow-slider.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
    margin-top: -14px;
}

.slick-arrow.arrow-prev {
    left: 34px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-arrow.arrow-next {
    right: 34px;
}

.thumbnail-gallery-wrap {
    margin-top: 2.3em;
}

.lightbox-single {
    margin-bottom: 30px;
}

.lightbox-single img {
    border: 8px solid white;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}

.tos-wrapper {
    background-color: rgba(0, 0, 0, 0.95) !important;
}

.tos-wrapper .tos-next,
.tos-wrapper .tos-prev {
    background-image: url(images/svgs/arrow-slider.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 47px;
    height: 27px;
}

.tos-wrapper .tos-next span,
.tos-wrapper .tos-prev span {
    display: none;
}

.tos-wrapper .tos-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tos-wrapper .tos-caption {
    font-family: "hwt-artz", sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: white;
}

.tos-wrapper .tos-close {
    width: 24px;
    height: 23px;
    background-color: transparent;
    background-image: url(images/svgs/close-button.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.tabs {
    margin-top: 1.65em;
    margin-bottom: 4.4em;
}

.tabs .tab-head {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "hwt-artz", sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    border: 0;
    border-bottom: 3px solid;
    border-image: url(images/border-pattern.png) 3 repeat;
    behavior: url(css/vendor/pie/PIE.php);
    margin-bottom: 2.15em;
}

.tabs .tab-head:after {
    content: '';
    display: block;
    clear: both;
}

.tabs .tab-head li {
    float: left;
    text-transform: uppercase;
    margin-right: 6.1em;
    padding-bottom: 8px;
    position: relative;
}

.tabs .tab-head li:first-child {
    margin-left: 0;
}

.tabs .tab-head li.active a {
    color: #1b7377;
}

.tabs .tab-head li.active:after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    border-style: solid;
    border-width: 0 0 3px 3px;
    border-image: url(images/border-pattern.png) 3 repeat;
    behavior: url(css/vendor/pie/PIE.php);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 100%;
    left: 50%;
    margin-left: -6px;
    margin-top: -5px;
    background-color: #faf8f5;
    background-clip: padding-box;
}

.tabs .tab-head a {
    color: #163260;
    text-decoration: none;
}

.tabs .tab-body {
    display: none;
}

.tabs .tab-body.active {
    display: block;
}

img[class*="wp-image-"].polaroid {
    border: 8px solid white;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease;
    margin-bottom: 30px;
}

img[class*="wp-image-"].polaroid:hover {
    -webkit-transform: rotate(2deg) scale(1.1);
    -ms-transform: rotate(2deg) scale(1.1);
    transform: rotate(2deg) scale(1.1);
}

.cr-user-avatar {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px;
}

.section-right {
    float: right;
}


/* =============================================================================
  Layout
/* ========================================================================== */

header.main {
    background-image: url(/National_Library/oe_/https://ramahne.campintouch.com/campfiles/C263/images/header-bottom-pattern.jpg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding-top: 19px;
    padding-bottom: 14px;
    margin-bottom: 45px;
}

header.main .top-logo {
    text-align: center;
    position: relative;
    height: 112px;
}

header.main .top-logo a {
    text-decoration: none;
}

header.main .top-logo a:hover .logo-text {
    color: #5f1a12;
}

header.main .top-logo .logo-text {
    display: block;
    text-align: center;
    font-family: "hwt-artz", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    color: #163260;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    letter-spacing: 0.1em;
}

body.page.home footer.main {
    margin-top: 137px;
}

footer.main {
    text-align: center;
    background-color: #173361;
    color: white;
    position: relative;
    margin-top: 54px;
    padding-top: 2px;
}

footer.main:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 54px;
    width: 100%;
    background-image: url(/National_Library/oe_/https://ramahne.campintouch.com/campfiles/C263/images/footer-top-pattern.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
}

footer.main h4 {
    color: white;
    margin-bottom: -0.1em;
    font-size: 25px;
    margin-top: 2.3em;
}

footer.main p {
    font-size: 15px;
    line-height: 1.7em;
    color: #faf8f4;
}

footer.main .cr-social-links {
    padding-top: 95px;
}

footer.main .credits p {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2.35em;
}

footer.main .top {
    position: relative;
    padding-bottom: 68px;
}

footer.main .top:not(:first-child) {
    padding-top: 13px;
}

footer.main .top:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-image: url(/National_Library/oe_/https://ramahne.campintouch.com/campfiles/C263/images/white-divider.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
}

footer.main .top a {
    color: white;
}

footer.main .cr-logos-links {
    padding: 51px 0 37px;
}


#cmContainer * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}



#cmContainer .cmCanvas * {
  box-sizing: border-box;
}





#cmContainer *, .ui-dialog *, .ui-dialog {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
