/*
Theme Name: Chesney Archives 
Description: Johns Hopkins Medicine Nursing and Public Health.
Version: 1.0
Author: Digital Ink
Author uri: https://www.dgtlnk.com
*/

@import url("css/bootstrap.min.css");


@font-face {
    font-family: 'Gentona';
    src: url('css/fonts/Gentona-Light.eot?#iefix') format('embedded-opentype'), url('css/fonts/Gentona-Light.otf') format('opentype'),
        url('css/fonts/Gentona-Light.woff') format('woff'), url('css/fonts/Gentona-Light.ttf') format('truetype'), url('css/fonts/Gentona-Light.svg#Gentona-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gentona';
    src: url('css/fonts/Gentona-Book.eot?#iefix') format('embedded-opentype'), url('css/fonts/Gentona-Book.otf') format('opentype'),
        url('css/fonts/Gentona-Book.woff') format('woff'), url('css/fonts/Gentona-Book.ttf') format('truetype'), url('css/fonts/Gentona-Book.svg#Gentona-Book') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gentona';
    src: url('css/fonts/Gentona-Medium.eot?#iefix') format('embedded-opentype'), url('css/fonts/Gentona-Medium.otf') format('opentype'),
        url('css/fonts/Gentona-Medium.woff') format('woff'), url('css/fonts/Gentona-Medium.ttf') format('truetype'), url('css/fonts/Gentona-Medium.svg#Gentona-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gentona';
    src: url('css/fonts/Gentona-SemiBold.eot?#iefix') format('embedded-opentype'), url('css/fonts/Gentona-SemiBold.otf') format('opentype'),
        url('css/fonts/Gentona-SemiBold.woff') format('woff'), url('css/fonts/Gentona-SemiBold.ttf') format('truetype'), url('css/fonts/Gentona-SemiBold.svg#Gentona-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gentona';
    src: url('css/fonts/Gentona-Bold.eot?#iefix') format('embedded-opentype'), url('css/fonts/Gentona-Bold.otf') format('opentype'),
        url('css/fonts/Gentona-Bold.woff') format('woff'), url('css/fonts/Gentona-Bold.ttf') format('truetype'), url('css/fonts/Gentona-Bold.svg#Gentona-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}



html {
    height: 100%;
}

html,
html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body {
    background-color: #ffffff;
    font-family: 'Gentona';
    height: 100%;
    color: #2C2C33;
    font-weight: 300;
    font-size: 20px;
    margin: 0 auto !important;
}

a {
	color: #3578c0;
    text-decoration: none;
    font-weight: 600;
}

a:hover,
a:focus {
    color: #F1C400;
    font-weight: 600;
}

p {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.25;
    color: #002D72;
}

h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: white;
}

.white h1 {
    color: #002d72;
}

h2 {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
    font-weight: 500;
}

h4 {
    font-size: 24px;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    font-weight: 300;
    color: #6b6b74;
    text-transform: uppercase;
}

ol,
ul,
li {
    font-size: 20px;
    line-height: 1.25;
}

ol,
ul {
    margin-bottom: 20px;
}

strong,
b {
    font-weight: bold;
}


/*Selection Styles*/

::selection {
  background: #3578c0; /* WebKit/Blink Browsers */
    color: white;
}

::-moz-selection {
  background: #3578c0; /* Gecko Browsers */
    color: white;
}

input::selection,
::-moz-selection {
    background: #ffffff;
    color: #000000;
}

::placeholder {
    color: #64747f !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #64747f !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #64747f !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #64747f !important;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #64747f !important;
    opacity: 1;
}

/*Alignments*/

.center,
.right,
.left {
    text-align: center;
}

.align-left {
    text-align: left;
}

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

/*Background Colors*/

.white {
    background-color: #ffffff;
}

.navy {
    background-color: #002D72;
}

.blue {
	background-color: #3578c0;
}

.lightblue {
    background-color: #F0F6FC;
}

.yellow {
    background-color: #F1C400;
}

.grey {
    background-color: #2C2C33;
}

.lightgrey {
    background-color: #6B6B74;
}

.bio {
    background-color: #4086CA;
}

.art {
    background-color: #002D72;
}

.photo {
    background-color: #67A5E5;
}

.av {
    background-color: #406295;
}

.personal {
	background-color: #3578c0;
}

.institutional {
    background-color: #005eB8;
}

.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue a,
.blue p,
.blue,
.navy h1,
.navy h2,
.navy h3,
.navy h4,
.navy h5,
.navy a,
.navy p,
.navy,
.av h1,
.av h2,
.av h3,
.av h4,
.av h5,
.av a,
.av p,
.av {
    color: white;
}

/*Bootstrap Hacks*/

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.screen-reader-text, .skip {
	/*display: none;*/
}

.promo img {
    width: 100%;
}

.frame img {

    max-width: 100%;
    height: auto;
}

.btn,
.btn:visited,
.menu-btn a,
.caldera-grid .btn-default.btn {
    background-color: #3578c0;
    color: white;
    font-size: 22px;
    font-weight: 500;
    padding: 9px 54px;
    border-radius: 0;
    border: 1px solid transparent;
    cursor: pointer;
    white-space: normal;
    text-align: center;
}

.btn:hover,
.btn:focus,
.menu-btn a:hover,
.menu-btn a:focus,
.caldera-grid .btn-default.btn:hover,
.caldera-grid .btn-default.btn:focus {
    background-color: #F1C400;
    color: white;
    border: 1px solid transparent;
}

/*Header*/
.logo-row {
	align-items: center;
}

.headerhero {
	background-image: url(img/default.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: -15px;
    margin-right: -15px;
    min-height: 168px;
}

.hero-text {
	display: none;
}

.hero-text-mobile {
	background: #424242;
	color: white;
	display: block;
	font-family: 'Gentona';
	font-size: 12px;
	font-weight: 400;
	padding: 9px 18px;
	margin-top: -1px;
}

header.header:not(:hover) + .hero-text-mobile {
	font-size: 0;
  margin: 0;
  opacity: 0;
  padding: 0;

  transition: opacity .25s,
              font-size .5s .25s,
              margin .5s .25s,
              padding .5s .25s;
}

header.header:hover + .hero-text-mobile {
	transition: font-size .25s,
              margin .25s,
              padding .25s,
              opacity .5s .25s;
}

.header .container-fluid {
	position: relative;
}

/*
.logo {
    margin-bottom: 18px;
}
*/
.chesney-icons {
    text-align: right;
    padding-top: 6px;
}

.chesney-icons svg {
    color: #002D72;
    font-size: 24px;
    vertical-align: -.25em;
}

.chesney-icons>span {
    display: inline-block;
    text-align: center;
    margin-left: 18px;
}

.chesney-icons>span>span {
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    font-size: 8px;
    font-weight: bold;
    display: block;
    color: #002d72;
}

.main-menu {
    padding: 15px;
}

/*
.home .main-menu {
    padding-bottom: 0;
}

.collection .main-menu {
    padding-bottom: 0;
}
*/

.vertical-menu {
    background-color: white;
    padding: 24px 20px 9px;
    display: none;
    max-width: 310px;
}

.new-menu ul {
    padding-left: 0;
    list-style-type: none;
}

.new-menu .nav-link {
    padding-left: 0;
    color: #002d72;
}

.new-menu .nav-link:hover,

.new-menu .dropdown:hover .dropdown-toggle,
.new-menu .nav-link:focus,
.new-menu .dropdown.open .dropdown-toggle,
.new-menu .dropdown:focus .dropdown-toggle,
.new-menu .menu-col:hover a {
    color: #3578c0;
}

.new-menu .current-menu-item .nav-link {
    color: #3578c0;
}

.home .menu-home a.nav-link,
.new-menu .active>.nav-link {
    color: #3578c0;
}

.menu-btn {
    margin-top: 9px;
}

.new-menu .menu-btn .nav-link {
    font-size: 20px;
    padding: 9px;
    color: white;
}

.social-media-icon svg {
    color: #95959b;
    font-size: 21px;
    margin-right: 18px;
}

.social-media-icon:hover svg {
	color: #3578c0;
}

.toggle-nav,
.close-nav,
.toggle-search,
.close-search {
    cursor: pointer;
}

.close-nav,
.close-search {
    display: block;
    text-align: right;
    margin-left: 18px;
    padding-top: 24px;
}

.close-nav svg,
.close-search svg {
    color: #002D72;
    font-size: 24px;
}

.side-menu,
.side-search {
    width: 332px;
    position: fixed;
    background-color: #ffffff;
    height: 100%;
    top: 0;
    right: -332px;
    z-index: 1031;
    padding: 36px;
}

.side-menu li.toggle-left-search {
    display: none !important;
}

.show-nav .side-menu,
.show-search .side-search {
    -webkit-animation: slide .5s forwards;
    -webkit-animation-delay: 0s;
    animation: slide .5s forwards;
    animation-delay: 0s;
}

.hide-nav .side-menu,
.hide-search .side-search {
    -webkit-animation-name: slideout;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: .5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 1;
    /* Safari 4.0 - 8.0 */
    animation-name: slideout;
    animation-duration: .5s;
    animation-iteration-count: 1;
}

@-webkit-keyframes slide {
    0% {
        right: -332px;
    }

    100% {
        right: 0;
    }
}

@keyframes slide {
    0% {
        right: -332px;
    }

    100% {
        right: 0;
    }
}

@-webkit-keyframes slideout {
    0% {
        right: 0;
    }

    100% {
        right: -332px;
    }
}

@keyframes slideout {
    0% {
        right: 0;
    }

    100% {
        right: -332px;
    }
}

.new-menu .menu>li {
    display: grid;
    grid-template-columns: auto 26px;
    align-items: start;

}

.new-menu .menu li {

    border-bottom: 1px solid transparent;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.new-menu .menu li:not(.open):hover {

    border-bottom: 1px solid #3578c0;
}

.new-menu .menu>li .dropdown-toggle {
    padding-right: 10px;
}

.new-menu .menu li.divider,
.side-menu .menu-make-a-request {
    padding-bottom: 5px;
    border-bottom: 1px solid #757575 !important;
    margin-bottom: 5px;
}

.new-menu .menu .dropdown .dropdown-menu {
    grid-row: 2;
    top: 0;
    grid-column-start: 1;
    padding-left: 15px;
}

.new-menu .menu .expander {

    line-height: 25px;
    height: 25px;
}

.new-menu .menu-make-a-request a {
    /*  width: calc( 100% - 26px );
    margin-top:6px;*/
}

#left-search {
    max-height: 0;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
}

#left-search.open {
    max-height: 300px;
    transition: max-height 0.25s ease-in;
    padding-bottom: 20px;
}

#close-left-search {
    float: right;
    margin-bottom: .5em;
    color: #002D72;
}

#left-search form {
    clear: both;
}

.new-menu a.nav-link {
    display: inline-block;
}

.dropdown-toggle:after {
    display: none;
}

.dropdown-menu {
    position: relative;
}

.side-search div {
    padding-top: 24px;
}

.side-search #s {
    width: 190px;
    height: 38px;
}

#left-search input[type=text] {
    width: 202px;
    height: 38px;
}

#left-search svg,
.close-nav svg,
.close-search svg {
    width: 15px;
    height: 15px;
    fill: #002D70;
    position: relative;
    left: -5px;
}

#left-search svg:hover,
.close-nav svg:hover,
.close-search svg:hover {

    fill: #3578C0;
}

#menu-left-social {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* align-content: space-between; */
    padding-left: 26px;
}

.side-search #searchsubmit,
#left-search input[type=submit] {
    background-color: #3578c0;
    color: white;
    font-size: 22px;
    font-weight: 500;
    border-radius: 0;
    border: 0px solid transparent;
    cursor: pointer;
    white-space: normal;
    text-align: center;
    text-transform: uppercase;
}

.expander {
    color: #002d72;
    display: none;
    width: 26px;
    font-size: 24px;
}

.vertical-menu .expander {
    display: none;
}

.expander.plus,
.expander.minus {
    cursor: pointer;
}

.new-menu .expander.expander-show {
    display: inline-block;
    font-weight: bold;
    /*   text-align: right;*/
}

.new-menu .expander.expander-show {

    grid-column-start: 2;
    grid-row-start: 1;
    color: transparent;
    font-size: 0;
    background-image: url(img/arrow-right-01.svg);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: 9px;
}

.new-menu .dropdown:hover .expander.expander-show,
.new-menu .expander.expander-show:hover,
.new-menu .dropdown.open .expander.expander-show {


    background-image: url(img/arrow-right-hover.svg);

}

.new-menu .expander.spacer.expander-show {

    background-image: none;

}

.new-menu .expander.minus.expander-show {
    transform: rotate(90deg);
    transform-origin: center;

}


.expander.dropdown-toggle {
    width: auto;
}

.dropdown-menu {
    background: transparent;
    border-radius: 0;
    border: none;
    padding-left: 26px;
    padding-top: 0;
}

.new-menu .dropdown-menu {
    width: 100%;
    max-width: 220px;


}

.dropdown-menu .nav-link {
    padding: .25em 0;
    font-size: 18px;
    font-weight: 300;
}

.page-intro {
    bottom: 0;
    left: 0;
    background-color: white;
}

.page-title {
    background-color: #002d72;
    padding: 9px 18px;
    text-align: left;
}

.intro-padding {
    background-color: white;
    padding: 24px 24px 9px;
}

#breadcrumbs {
    text-transform: uppercase;
    font-size: 18px;
}

.collection-title {
    padding-top: 24px;
}

.fixed-top {
    transition-duration: 2s;
    top: -120px;
}

.fixed-top .container-fluid.h-100 a {
    display: block;
}

.fixed-top .container-fluid.h-100 img.img-fluid {
    margin-top: 8px;
    width: 150px;
    height: 27px;
    max-width: 150px;
}

.chesney-icons.fixed-icons {
    padding-top: 0;
}

/*Pages*/

.ca-section {
    padding-top: 36px;
    padding-bottom: 36px;
}

.ca-section li {
    margin-bottom: 20px;
}

.section-links ul li a {
    display: block;
    color: #002d72;
    padding: .5rem 0;
}

.section-links ul li.current_page_item a {
	color: #3578c0;
}

a.click-to-expand:not([href]):not([tabindex]),
.click-to-expand {
    cursor: pointer;
	color: #3578c0;
}

.expanded-text {
    display: none;
}

.feature-block .row {
    margin-bottom: 18px;
}

.feature-block .row:last-child {
    margin-bottom: 0;
}

.section-title {
    margin-bottom: 18px;
}

.feature-block .section-title {
    margin-bottom: 0;
}

.feature-block-cta {
    margin-top: 36px;
}

.ca-section.cta {
    padding-top: 54px;
    padding-bottom: 54px;
}

.cta .btn {
    width: 272px;
    margin-bottom: 18px;
    padding: 9px;
}

.photo-box {
    max-width: 268px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
}

.box {
    padding: 18px;
}

.box p {
    margin-bottom: 0;
    font-size: 16px;
    white-space: normal;
}

.carousel-arrow {
    font-size: 36px;
    cursor: pointer;
}

.promo {
    margin-bottom: 36px;
}

.promo-title {
    padding: 18px 9px;
    text-align: center;
    width: 100%;
}

.promo-title a {
    color: white;
    color: #002D72;
}

.collection-promo .promo-title:hover,
.promo-title:hover a,
.collection-promo:hover .promo-title,
.collection-promo:hover a,
.promo:hover a {
    /*background-color: #F1C400;*/
    color: #3578c0;

}

.promo-title a:hover {
    text-decoration: none;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid black;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
}

.bio .triangle {
    border-bottom-color: #4086CA;
}

.art .triangle {
    border-bottom-color: #002D72;
}

.photo .triangle {
    border-bottom-color: #67A5E5;
}

.av .triangle {
    border-bottom-color: #406295;
}

.personal .triangle {
	border-bottom-color: #3578c0;
}

.institutional .triangle {
    border-bottom-color: #005eB8;
}

.promo-title:hover .triangle,
.collection-promo:hover .promo-title .triangle {
    border-bottom-color: #F1C400;
}

.collection-promo {
    position: relative;

}

.collection-promo:hover img,
.promo:hover img {
    -webkit-filter: brightness(110%);
    /* Safari 6.0 - 9.0 */
    filter: brightness(110%);
}

.collection-promo a:hover {
    text-decoration: none;
}

.collection-promo img {
    width: 100%;
    object-fit: cover;
}

.collection-promo .promo-title,
.promo-block .promo-title {
    color: #002D72;
    position: relative;
    border: solid #3578c0;
    border-width: 0 2px 2px 0;
    padding-top: 0;
    margin-top: 21px;
    margin-bottom: 45px;
    line-height: 1em;
    padding-bottom: 21px;
    font-weight: 600;
}

.collection-promo:hover .promo-title,
.promo:hover .promo-title {
    text-decoration: underline;
}

.collection-promo h4 {
    margin-bottom: 0;
}

.expand-names,
.collapse-names {
    cursor: pointer;
}

.collapse-names {
    display: none;
    margin-bottom: 36px;
}

.browse-by-name {
    display: none;
}

.browse-collection {
    font-size: 24px;
    font-weight: 600;
    color: white;
    cursor: pointer;
}

.browse-collection .collection-letter {
    margin-bottom: 9px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.collection-letter .minus {
    display: none;
}

.browse-collection-row,
.browse-records-row {
    display: none;
}

.collection-cols {
    column-count: 1;
    padding-top: 18px;
    padding-bottom: 36px;
}

.expand-all,
.close-all {
    margin-bottom: 18px;
}

.close-all {
    display: none;
}

.link,
.footer a {
    text-transform: uppercase;
    color: #002D72;
    text-decoration: underline;
    font-size: 16px;
}

.browse-affiliation,
.browse-records {
    margin-bottom: 9px;
    font-size: 20px;
	color: #3578c0;
    font-weight: 500;
    cursor: pointer;
}

.browse-affiliation .minus,
.browse-records .minus {
    display: none;
}

.sub-records .affiliation {
	background: #3578c0;
    color: white;
}

.sub-records .affiliation a {
    color: white;
}

.affiliation {
    padding-top: 8px;
    padding-bottom: 8px;
}

.affiliation-collection {
    display: none;
}

.featured-content-item {
    margin-top: 18px;
}

.collection-search-code .search-input {
    width: 50%;
    padding-left: 9px;
    padding-right: 9px;
}

.collection-search-code .search-btn {
	background-color: #3578c0;
    color: white;
    font-size: 22px;
    font-weight: 500;
    border-radius: 0;
    border: 0px solid transparent;
    cursor: pointer;
    white-space: normal;
    text-align: center;
    text-transform: uppercase;
}

.expander-text {
    display: none;
}

.expander-link {
    cursor: pointer;
}

.expander-icon {
    margin-right: 9px;
    position: relative;
    top: 4px;
}

.expander-icon.plus {
	color: #3578c0;
}

.expander-icon.minus {
    display: none;
    color: #F1C400;
}

/*Collections*/

h1.collection-title {
    font-weight: normal;
    text-transform: uppercase;
}

.collection-overview {
    padding: 2rem;
}

p.caption {
    color: #6b6b74;
    font-size: 15px;
}

/*Homepage*/

.home h1 {
    font-size: 50px;
}

.home h3 {
    font-size: 32px;
}

/*Footer*/

.footer {
    padding-top: 36px;
    padding-bottom: 36px;
    background-color: #E8F1FB;
}

.footer p {
    color: #002d72;
}

.footer a:hover,
.footer a:focus {
    color: #F1C400;
}

p.copyright {
    font-size: 14px;
}

/*Alert Banner*/

.alert-banner {
    background-color: #F1C400;
    color: #fff;
}

.alert-banner p {
    line-height: 1.25;
    margin-bottom: 0;
}

.alert-banner a {
    color: #fff;
}

/*Yamm*/

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    /*  left: 0;
    right: 0;
    margin-bottom: 0px;
    padding-left: 26px;
    top: 90%;*/
}

/*Responsive Embeds*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* =WordPress Core
-------------------------------------------------------------- */

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 21px;
    margin: 0;
    padding: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*Media Queries*/

@media (min-width: 601px) {

    .admin-bar .fixed-top {
        top: 32px;
    }
}

@media (min-width: 768px) {

    .cta .btn {
        margin-right: 9px;
        margin-bottom: 0;
    }

    .photo-box {
        margin-bottom: 0;
    }

    .collection-promo {

        padding-right: 25px;
    }

    .collections-promo .col-lg-4:nth-child(2n) .collection-promo {

        padding-right: 0px;
    }

}

@media (min-width: 992px) {

    .alignnone {
        margin: 5px 20px 20px 0;
    }

    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }

    .alignright {
        margin: 5px 0 20px 20px;
    }

    .alignleft {
        margin: 5px 20px 20px 0;
    }

    a img.alignright {
        margin: 5px 0 20px 20px;
    }

    a img.alignnone {
        margin: 5px 20px 20px 0;
    }

    a img.alignleft {
        margin: 5px 20px 20px 0;
    }

    .alignleft {
        float: left;
    }

    .alignright {
        float: right;
    }

    a img.alignright {
        float: right;
    }

    a img.alignleft {
        float: left;
    }

    .left {
        text-align: left;
    }

    .right {
        text-align: right;
    }


    .logo-row {
        min-height: 200px;
        align-items: flex-start;
    }

    .main-menu {
        padding-bottom: 0;
    }

    .menu-pos {
        position: absolute;
        bottom: 0;
        display: flex;
    align-items: flex-end;
    }

    .vertical-menu {
        display: inline-block;
            flex: 0 0 auto;
    }

    .page-title {
        display: inline-block;
	    flex: 0 0 auto;
	    }

	.hero-text-mobile {
		display: none;
	}

	.hero-text {
		flex: 1 1 auto;
		height: 74px;
		display: block;
		position: relative;
		overflow: hidden;
	}

	.hero-text div {
		background: rgba(0,0,0,.55);
		color: white;
		display: flex;
		align-items: center;
		overflow: hidden;
    width: 100%;
		height: 74px;
		padding: 0 18px;
		position: absolute;
		top: 74px;
		transition: top .5s;
	}


	.hero-text div span {
		display: block;
	  display: -webkit-box;
	  max-width: 100%;
	  max-height: 3em;
	  margin: 0;
		font-size: 16px;
		font-weight: 400;
	  line-height: 1.25em;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
	}

	header.header:hover .menu-pos .hero-text div {
		top: 0;
		transition: top .5s;
	}

	.collection-cols {
		column-count: 2;
	}
	
    .header {
        min-height: 750px;
        height: 70vh
    }

    .headerhero {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: 0;
    }

    .header.collection {
        min-height: 0;
        height: auto;
    }

    .chesney-icons {
        padding-top: 40px;
        padding-right: 10px;
    }

    .chesney-icons.fixed-icons {
        padding-top: 8px;
    }

    .chesney-icons>span>span {
        font-size: 10px;
    }

    .fixed-top .container-fluid.h-100 img.img-fluid {
        margin-top: 8px;
        margin-left: 10px;
        width: 229px;
        height: 41px;
        max-width: 229px;
    }

    .alternate-colors .chesney-icons svg,
    .alternate-colors .chesney-icons>span>span {
        color: white;
    }

    .collections-promo .col-lg-4:nth-child(2n) .collection-promo {

        padding-right: 25px;
    }

    .collections-promo .col-lg-4:nth-child(3n) .collection-promo {

        padding-right: 0px;
    }
}

@media (min-width: 1200px) {
	
	

}
@media (max-width: 1200px) {
	header.header:hover .hero-text-mobile {
		transition: font-size .25s, margin .25s, padding .25s, opacity .5s .25s;
	}
	header.header:not(:hover) .hero-text-mobile {
		font-size: 0;
		margin: 0;
		opacity: 0;
		padding: 0;
		transition: opacity .25s, font-size .5s .25s, margin .5s .25s, padding .5s .25s;
	}
}
@media (max-width: 991px) {
	.menu-pos {
		/*background: #424242;*/
		background: #686868;
	}
}
/* Changes for accessibility */
#wpadminbarsample .screen-reader-shortcut {
    position: absolute;
    top: -1000em;
}
#wpadminbarsample .screen-reader-shortcut:focus{
	left:6px;top:7px;
	height:auto;width:auto;
	display:block;
	font-size:14px;
	font-weight:600;
	padding:15px 23px 14px;
	background:#f0f0f1;
	color:#2271b1;
	z-index:100000;
	line-height:normal;
	text-decoration:none;
	box-shadow:0 0 2px 2px rgba(0,0,0,.6)
}
 .skip {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
}
a.skip:active,
a.skip:focus,
a.skip:hover {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	overflow: visible;
}
footer.footer h2 {
	font-size: 24px;
    font-weight: 400;
}
.ca-sections h2 {
	font-size: 30px;
	text-transform: none;
}
.ca-sections .section-title h2 {
	text-transform: uppercase;
}
.ca-sections h3 {
	font-size: 24px;
}
.ca-sections .team-cat h3 strong {
	font-weight: 600;
    color: #2C2C33;
}
.ca-sections h2 a {
	font-size: 28px;
}
.ca-sections .collection-promo h3,
.ca-sections .collection-promo h2 {
    margin-bottom: 0;
	font-size: 24px;
}
.ca-sections .collections-promo .section-title h1 {
	text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
    color: #002D72;
}
.expander-link, .expander-link:hover, .expander-link:focus{
	color: #0056b3;
	color:inherit;
	text-decoration:none;
}
.expander-link-div {
	font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    color: #002D72;
    margin-bottom: .5rem;
    font-family: inherit;
    margin-top: 0;
}
