/*
****Fonts****
font-family: 'Libre Baskerville', serif;
font-family: 'Lato', sans-serif;
****Colors****
body: #f9f9f9
fonts: 676767
headlines: #27466e
links: #31588d
buttons-bg: #31588d
buttons-text: #579afc
footer-bg: #579afc
footer-text: #27466e
*/
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}


/* libre-baskerville-regular - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/libre-baskerville-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-baskerville-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-baskerville-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-baskerville-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-baskerville-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-baskerville-v14-latin-regular.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
}

.cc_container .cc_btn {
background-color: #31588d!important;
color: #fff!important;
}
.cc_container {
background: #fff !important;
color: #555 !important;
}
.cc_container .cc_message{
font-size: 14px !important;
line-height: 19px !important;
}
.cc_container a {
color: #000 !important;
}  
 .cc_message:before {display:none!important}

html,
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    background-color: #f9f9f9;
    color: #676767
}
a {
    color: #31588d;
    text-decoration: none;
}
a:hover {
    color: #27466e;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #27466e;
    font-family: 'Libre Baskerville', serif;
}
nav.bg-primary,
.btn-primary {
    background-color: #31588d!important
}
nav.bg-primary a,
a.btn-primary {
    color: #579afc!important
}
.btn-primary {
    border-radius: 0;
    border: none;
}
nav.bg-primary a:hover,
a.btn-primary:hover {
    color: #fff!important
}
nav {
    text-transform: uppercase;
}
.parallaxParent {
    height: 50vh;
    overflow: hidden;
}
.parallaxParent > * {
    height: 400%;
    position: relative;
    top: -200%;
}
figure {
    margin-bottom: 0;
}
main {
    background-image: url(../images/dust_scratches.png);
}
.slick-arrow {
    position: absolute;
    background-color: #31588d;
    border: 1px solid #31588d;
    width: 40px;
    height: 40px;
    bottom: -60px;
    text-indent: -9999px;
    cursor: pointer;
    background-position: center center
}
.slick-prev {
    left: 50%;
    margin-left: -50px;
    background-image: url(../images/arrow-prev.png);
}
.slick-next {
    left: 50%;
    margin-left: 10px;
    background-image: url(../images/arrow-next.png);
}
main > section {
    padding-top: 10vh;
    padding-bottom: 10vh;
}
footer {
    background-color: #31588d;
    color: #fff
}

footer h3 {
    color: #579afc;
}

footer h2 {
    color: #fff;
}

footer a {
    color: #fff;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.a-description_readmore_wrapper, 
.b-description_readmore_wrapper {    
    display: flex;
    flex-flow: column wrap;
    max-width: none !important;
    width: 100%;
}

.a-description_readmore,
.b-description_readmore {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    text-align: left;
    box-sizing: border-box;
}


.a-description_readmore_button,
.b-description_readmore_button {
    display: inline-block;
    width: 150px;
    border: 1px solid #27466e;
    padding: 5px 0; 
    cursor: pointer; 
    text-align: center;
    background-color: #31588d;
    color: #579afc
}

.a-description_readmore_button:hover,
.b-description_readmore_button:hover {
    color: white;
    background: black;
}

.b-description_readmore_ellipsis:after {    
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    height: 25px;    
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(243, 243, 243, 1) 65%);
}

.a-description_readmore_ellipsis:after {    
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    height: 25px;    
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 65%);
}