.cutaway-slide {
    font-family: "Nunito Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    padding-top: 0;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px
}

.cutaway-slide--title {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
}

.cutaway-slide--title .red {
  color: white;
    background-color: #aa2612;
    padding: 0px 6px;
    display: table;
    margin-bottom: 6px;
}

.cutaway-slide--desc.darkblue {
    color:white;
    font-size: 1.313em;
    font-weight: 400;
    background-color: #091b28;
    padding: 0px 15px;
    line-height: 26px;
    margin-bottom: 20px;
}

.cutaway-slide--desc p {
    margin-left: 1rem;
}

.cutaway-slide .text-content {
  position: absolute;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cutaway-slide .read-more {
  color:white;
  margin-top: auto;
  margin-bottom: 2vh;
}

.cutaway-slide .image-content {
  line-height: 0;
  overflow: hidden;
}
.cutaway-slide .image-content img {
  max-width: 100%;
  height: 35vh; 
  width: 100%;
  object-fit: cover;
}

/* Pager */

.cutaway-pager {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative;
    top: -2vh;
    z-index: 3;
}

.cutaway-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
}

.cutaway-pager li a {
    width: 90%;
    height: 50%;
    display: block;
    background-color: #ccc;
    text-indent: -9999px;
    background-size: 2em;
    border-radius: 3px;
}

.cutaway-pager li.sy-active a {
    background-color: #aa2612;
}

.cutaway-pager li a:link, .cutaway-pager li a:visited {
    opacity: 0.8;
}

.cutaway-pager li a:hover,.sy-pager li a:focus {
    opacity: 0.5;
}

/* Responsiveness */

@media (min-width: 414px) {
    .cutaway-slide--title {
        font-size:34px;
        line-height: 40px
    }

    .cutaway-slide--desc {
        font-size: 1.313em
    }
}

@media (min-width: 640px) {
    .cutaway-slide {
        margin-bottom:25px
    }

    .cutaway-slide--title {
        font-size: 48px;
        line-height: 50px
    }

    .cutaway-slide--title .red {
        background-color: #aa2612;
        padding: 0px 6px;
        display: table;
        margin-bottom: 10px;
    }

    .cutaway-slide--desc.darkblue {
    color:white;
        font-size: 1.313em;
        font-weight: 400;
        background-color: #091b28;
        padding: 0px 15px;
        line-height: 26px;
        margin-bottom: 10px;
        max-width: 380px;
    }
}

@media (min-width: 648px) {
    .cutaway-slide a {
        font-weight:400
    }

    .cutaway-slide {
        padding-top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 30px;
        margin-bottom: 25px
    }
}


/* Replace with Bootstrap 4 d.none? */
.hidden {
    display: none !important;
    visibility: hidden !important
}
@media (max-width: 639px) {
    .hidden-xs {
        display:none !important
    }
}

@media (min-width: 640px) and (max-width:991px) {
    .hidden-sm {
        display:none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none !important
    }
}
@media print {
    .hidden-print {
        display: none !important
    }
}

.cutaway-slide .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 640px) {
  .cutaway-slide .container {
        width:auto;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 992px) {
  .cutaway-slide .container {
        width:992px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 1200px) {
  .cutaway-slide .container {
        width:992px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.cutaway-slide .row {
    margin-left: -15px;
    margin-right: -15px
}

/*Button*/
.btn-right-arrow,.btn-right-arrow--black,.btn-right-arrow--blue,.btn-right-arrow--red {
    font-weight: 700
}
.btn-right-arrow,.btn-right-arrow--black,.btn-right-arrow--blue,.btn-right-arrow--red {
    color: white;
    font-size: 1.313em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px 8px 12px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: none;
    font-size: 1.125em;
    padding: 4px 30px 4px 12px
}

.btn-right-arrow:after,.btn-right-arrow--black:after,.btn-right-arrow--blue:after,.btn-right-arrow--red:after {
    /*content: '\2bc8';*/
    content: '\3009';
    font-size: 1.313em;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    height: 24px;
    line-height: 24px;
    top: calc(50% - 12px);
    font-weight: 700
}

.btn-right-arrow:hover,.btn-right-arrow--black:hover,.btn-right-arrow--blue:hover,.btn-right-arrow--red:hover,.btn-right-arrow:active,.btn-right-arrow--black:active,.btn-right-arrow--blue:active,.btn-right-arrow--red:active,.btn-right-arrow:focus,.btn-right-arrow--black:focus,.btn-right-arrow--blue:focus,.btn-right-arrow--red:focus {
    background-color: #4f4f4f;
    color: white
}

.btn-right-arrow--mobile {
    padding: 4px 38px 4px 12px;
    font-size: 1.313em;
    line-height: 1.3
}

.btn-right-arrow--mobile span {
    font-size: 1.125rem;
    display: table
}

.btn-right-arrow--black {
    background-color: black
}

.btn-right-arrow--blue {
    background-color: #00aeef;
}

.btn-right-arrow--red {
    background-color: #aa2612;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .btn-right-arrow,.btn-right-arrow--black,.btn-right-arrow--blue,.btn-right-arrow--red {
        font-size:1.313em;
        padding: 10px 30px 8px 12px
    }
}

