:root {
    --am2k19-blue-hex: #0F38ED;
    --am2k19-blue-rgb: rgb(15, 56, 237);
    --am2k19-red-hex: #F70F1E;
    --am2k19-red-rgb: rgb(247, 15, 30);
    --am2k19-green-hex: #22DA02;
    --am2k19-green-rgb: rgb(34, 218, 2);
}
@font-face {
    font-family: 'Helvetica Neue LT Std 57 Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 57 Condensed'), url('../fonts/HelveticaNeueLTStd-Cn.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Neue LT Std 56 Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 56 Italic'), url('../fonts/HelveticaNeueLTStd-It.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Neue LT Std 47 Light Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 47 Light Condensed'), url('../fonts/HelveticaNeueLTStd-LtCn.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Neue LT Std 45 Light';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 45 Light'), url('../fonts/HelveticaNeueLTStd Lt.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 77 Bold Condensed'), url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff');
}
html, body {
    width: 100%;
    height: 100%;
}
body { 
    font-family: 'Helvetica Neue LT Std 57 Condensed';
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.3em;
    font-size: 16px;
    color: #333; 
    min-width: 320px;
    background-color: #f5f5f5 !important;
    -webkit-text-size-adjust: 100%; 
       -moz-text-size-adjust: 100%; 
        -ms-text-size-adjust: 100%; 
         -o-text-size-adjust: 100%; 
            text-size-adjust: 100%; 
    -webkit-font-smoothing: antialiased;
       -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
         -o-font-smoothing: antialiased;
            font-smoothing: antialiased;
}
img {
    width: 100%;
    height: auto;
}
.btn,
.form-control {
    border-radius: 0px !important;
}
a:hover, ul>li>a:hover, .nav > li > a:hover {
    text-decoration: none;
    background: none;
    background-color: transparent;
    cursor: pointer;
}
.am2k19-wrapper {
    width: 100%;
    max-width: 1400px;
    min-height: 1px;
    height: auto;
    margin: auto;
    padding: 0px; 
}
p {
    font-size: 14px;
    font-family: 'Helvetica Neue LT Std 45 Light';
    line-height: 1.5em;
    margin-bottom: 1rem;
}
/**********************************************
* Header Top                                  *
***********************************************/
#am2k19-header {
    border-bottom: #ddd 1px solid;
    background-color: #fff;
}
#header-top {
    width: 100%;
    height: 40px;
    position: relative;
    display: block;
    padding: 5px 5px 5px 10px;
    background: #fbfbfb;
    box-shadow: 0 0px 7px rgba(206, 206, 206, 0.48);
}
@media screen and (min-width: 576px) {
    #header-top {  
        height: 44px;
    }
} 
@media screen and (min-width: 992px) {
    #header-top {  
        height: 75px;
    }
}
#header-top .region-header-top>.block {
    float: right; 
}

/* collapse menu icon */
#header-top #block-afdb-mobile-menu-afdb-mobile-menu {
    float: left;
    margin-top: 0px;
    display: block;
    position: absolute;
    left: 0px;
    width: fit-content;
}
@media screen and (min-width: 992px) {
    #header-top #block-afdb-mobile-menu-afdb-mobile-menu {
        display: none;
    }
}
#header-top .region-header-top #block-afdb-mobile-menu-afdb-mobile-menu .afdb-mobile-menu-icon {
    background: transparent;
    padding: 8px 10px 8px 10px;
    display: block;
    border: none;
}

#header-top .region-header-top #block-superfish-2 {
    float: left;
    margin-top: 0px;
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
}
@media screen and (min-width: 992px) {
    #header-top .region-header-top #block-superfish-2 {
        display: none;
    }
}
#header-top .region-header-top #block-superfish-2 #superfish-2-toggle{
    background: transparent;
    padding: 8px 10px 8px 10px;
    display: block;
    border: none;
}

/** Mobile Sidebar */
#header-top .region-header-top #superfish-2-accordion {
    background: #fff;   
    background-image: url(../img/big-fav.png);
    background-position: right -100px center;
    background-size: 270px;
    background-repeat: no-repeat;    
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
    border-bottom: #c13f3e 3px solid;
    /*filter: grayscale(100%);*/
}

@media screen and (min-width: 576px) {
    #header-top .region-header-top #superfish-2-accordion { 
        background-position: right 10px center; 
    }
}
#header-top .region-header-top #superfish-2-accordion li {
    background: transparent;
}
#header-top .region-header-top #superfish-2-accordion>li>a:before {
    position:relative;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
}
#header-top .region-header-top .sf-menu li:hover, 
#header-top .region-header-top .sf-menu li.sfHover, 
#header-top .region-header-top .sf-menu a:focus, 
#header-top .region-header-top .sf-menu a:hover, 
#header-top .region-header-top .sf-menu a:active, 
#header-top .region-header-top .sf-menu span.nolink:hover, 
#header-top .region-header-top .sf-menu li {
    background-color: transparent;
    color: #ddd; 
    text-decoration: none;
}
   
#header-top .region-header-top #superfish-2-accordion li a {
    border: none;
    color: #333;
}

/* search icon */
#header-top .region-header-top .am2k19-search-icon {
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: block;
}
@media screen and (min-width: 576px) {
    #header-top .region-header-top .am2k19-search-icon {
        display: none;
    }
}

/* register and live button */
#header-top  #block-block-5,
#header-top  #block-block-9 {
    margin-top: 0px;
}
@media screen and (min-width: 992px) {
    #header-top  #block-block-5,
    #header-top  #block-block-9 {
        margin-top: 14px;
    }
}
#header-top  #block-block-5 .btn,
#header-top  #block-block-9 .btn {
    font-size: 12px;
    margin-right: 5px;
    padding: 6px 5px 5px 5px;
}
@media screen and (min-width: 576px) {
    #header-top  #block-block-5 .btn,
     #header-top  #block-block-9 .btn { 
        padding: 8px 5px 7px 5px;
    }
}
@media screen and (min-width: 992px) {
    #header-top  #block-block-5 .btn,
     #header-top  #block-block-9 .btn { 
        padding: 11px 10px 10px 10px;
    }
}

/* Language dropdown */
#header-top  .block-lang-dropdown {
    margin-right: 0px;
    margin-top: 0px;
}
@media screen and (min-width: 992px) {
    #header-top  .block-lang-dropdown {
        margin-right: 15px;
        margin-top: 14px;
    }
} 
#header-top  .block-lang-dropdown .selectric,
#header-top  .block-lang-dropdown .selectric-items {
    background: #009653;
}
#header-top  .block-lang-dropdown .selectric:hover:after {
    color: #55db9f;
}
#header-top  .block-lang-dropdown .selectric .label,
#header-top  .block-lang-dropdown .selectric-items ul li {
    color: #fff;
}
#header-top  .block-lang-dropdown .selectric-items li.highlighted,
#header-top  .block-lang-dropdown .selectric-items li.highlighted:hover {
    background: #5cc16c;
    border-top: 0px;
}
#header-top  .block-lang-dropdown .selectric-items li:hover {
    background: #5cc16c;
    border-top: 1px solid #009653;
}
#header-top  .block-lang-dropdown .selectric .button {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #08884f;
}
#header-top  .block-lang-dropdown .selectric .button:after {
    border-top-color: #fff;
}
@media screen and (min-width: 576px) {
    #header-top  .block-lang-dropdown .selectric .button {
        height: 32px;
        line-height: 32px;
    }
} 
@media screen and (min-width: 992px) {
    #header-top  .block-lang-dropdown .selectric .button {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
} 
#header-top  .block-lang-dropdown  .selectric .label {
    margin: 0 25px 0 0px; 
    line-height: 25px;
    height: 28px;
}
@media screen and (min-width: 576px) {
    #header-top  .block-lang-dropdown  .selectric .label { 
        line-height: 30px;
        height: 32px;
    }
} 
@media screen and (min-width: 992px) {
    #header-top  .block-lang-dropdown  .selectric .label {
        margin: 0 38px 0 10px; 
        line-height: 38px;
        height: 38px;
    }
}


/* search form */
#header-top  #block-search-form { 
    width: 220px; 
    float: left;
    display: none;
    margin-left: 25px;
    margin-top: 0px;
} 
@media screen and (min-width: 576px) {
    #header-top  #block-search-form{  
        display: block; 
    }
}
@media screen and (min-width: 768px) {
    #header-top  #block-search-form{  
        margin-left: 15px; 
    }
}  
@media screen and (min-width: 992px) {
    #header-top  #block-search-form {  
        margin-top: 14px;
    }
} 
@media screen and (min-width: 992px) {
    #header-top  #block-search-form .form-control,
    #header-top  #block-search-form .btn {  
        height: 40px;
    }
} 
#header-top  #block-search-form .form-actions {
    margin-bottom: 0px;
}

/* Top Soical Media */ 
#header-top  #block-afdbfollowsocialmedia-afdbsocialmediablock {
    float: left;
    margin-top: 0px; 
    display: none;
    margin-right: 0px;
    margin-left: 25px;
    margin-top: 0px;
}
@media screen and (min-width: 768px) {
    #header-top   #block-afdbfollowsocialmedia-afdbsocialmediablock {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    #header-top   #block-afdbfollowsocialmedia-afdbsocialmediablock {
        margin-left: 0px;
        margin-top: 14px;
    }
} 
#header-top .afdbfollowsocialmedia-urls {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.afdbfollowsocialmedia-urls span.ext {
    display: none;
}
.afdbfollowsocialmedia-urls li {
    display: inline-block;
}
.afdb-social-media-icon {
    font-size: 16px !important;
    padding: 5px;
    opacity: 0.8;
    text-align: center;
    width: 30px;
}
@media screen and (min-width: 992px) {
    .afdb-social-media-icon {
        font-size: 18px !important;
        padding: 7px 0px 6px 0px !important;
         text-align: center;
    }
}
#header-top  #block-block-1 { 
    display: none;
}
@media screen and (min-width: 992px) {
    #header-top  #block-block-1 {
        display: block;
        margin-right: 5px;
    }
}
#header-top .mobile-search-form {
    width: 100%;
    height: 40px;
    background-color: #fff;
    z-index: 10000;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#header-top .mobile-search-form .form-control{
    height: 40px;
    position: absolute;
    border-left: 0px;
    border-right: 0px;
    padding-right: 80px;
}
#header-top .mobile-search-form button[type="submit"].btn {
    height: 40px;
    background: transparent;
    border: none;
    color: #333;
    position: relative;
    right: 35px;
    z-index: 99999;
}
#header-top .mobile-search-form button[type="button"].btn {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    height: 40px;
    background: transparent;
    border: none;
    color: #333;
}

#header-top .mobile-search-form .btn:focus, 
#header-top .mobile-search-form .btn:active:focus, 
#header-top .mobile-search-form .btn.active:focus, 
#header-top .mobile-search-form .btn.focus, 
#header-top .mobile-search-form .btn:active.focus, 
#header-top .mobile-search-form .btn.active.focus {
    outline: none;
}
p {
    font-family: 'Helvetica Neue LT Std 45 Light';
}




/******************************
* Header Bottom               *
*******************************/
#header-bottom .region-header-bottom {
    display: none;
    float: right;
    padding: 5px;
}
@media screen and (min-width: 576px) {
    #header-bottom .region-header-bottom {
        display: block;
        float: right;
    }
}
#header-bottom .am2k19-logo {
    display: block;
    padding: 5px 10px;
    width: 100%;
    max-width: 320px;
    margin: auto;
}
@media screen and (min-width: 576px) {
    #header-bottom .am2k19-logo { 
        margin: initial;
    }
}
@media screen and (min-width: 992px) {
    #header-bottom .am2k19-logo { 
        max-width: 280px;
    }
}
@media screen and (min-width: 1200px) {
    #header-bottom .am2k19-logo { 
        max-width: 350px;
    }
}
#header-bottom .region-header-bottom #block-imageblock-1 {
    display: block;
}
@media screen and (min-width: 992px) {
    #header-bottom .region-header-bottom #block-imageblock-1 {
        display: none;
    }
}
#header-bottom .region-header-bottom #block-imageblock-1 img {
    width: 153px;
}
#header-bottom .region-header-bottom #block-superfish-1 {
    display: none;
    margin-top: 20px;
}
@media screen and (min-width: 992px) {
    #header-bottom .region-header-bottom #block-superfish-1 {
        display: block;
    }
}
@media screen and (min-width: 1200px) {
    #header-bottom .region-header-bottom #block-superfish-1 {
        margin-top: 25px;
    }
}
#header-bottom .region-header-bottom #block-superfish-1 li a {
    color: #204e9a;
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
    border: 0px;
    padding: 10px 5px;
    font-size: 13px;
}
@media screen and (min-width: 1200px) {
    #header-bottom .region-header-bottom #block-superfish-1 li a {
        padding: 10px 7px;
        font-size: 16px;
    }
}
#header-bottom .region-header-bottom #block-superfish-1 li a.sf-with-ul {
    padding-right: 25px
}
#header-bottom .region-header-bottom #block-superfish-1 li:hover, 
#header-bottom .region-header-bottom #block-superfish-1 li.sfHover, 
#header-bottom .region-header-bottom #block-superfish-1 a:focus, 
#header-bottom .region-header-bottom #block-superfish-1 .sf-menu a:hover, 
#header-bottom .region-header-bottom #block-superfish-1 .sf-menu a:active, 
#header-bottom .region-header-bottom #block-superfish-1 .sf-menu span.nolink:hover, 
#header-bottom .region-header-bottom #block-superfish-1 .sf-menu li {
    background-color: transparent;
    color: #204e9a;
}
#header-bottom .region-header-bottom #block-superfish-1 .sf-menu li ul {
    background: linear-gradient(45deg,#204e9a,#0a9946) !important;
    border-radius: 0px;
    padding-top: 15px !important;
}
#header-bottom .region-header-bottom #block-superfish-1 .sf-menu li ul li a {
    color: #fff;
    font-family: 'Helvetica Neue LT Std 57 Condensed';
    padding: 10px 5px;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 14px;
}

#header-bottom .region-header-bottom #block-superfish-1 li ul li:hover,  
#header-bottom .region-header-bottom #block-superfish-1 li ul li a:focus, 
#header-bottom .region-header-bottom #block-superfish-1 li ul li a:hover, 
#header-bottom .region-header-bottom #block-superfish-1 li ul li a:active, 
#header-bottom .region-header-bottom #block-superfish-1 li ul li {
    color: #fff !important;
}

#am2k19-page-content > .am2k19-wrapper {
    background-color: #fff;
}
#header-bottom .region-header-bottom #block-superfish-1 .sf-menu li ul li a:hover,
#header-bottom .region-header-bottom #block-superfish-1 .sf-menu li ul li a:focus {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa;
}
/******************************
* Front Page Content          *
*******************************/
#first-time {
    display: none;
}
.region-content h2.block-title {
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    font-size: 30px;
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
    line-height: 1.2em;
}
@media screen and (min-width: 576px) {
   .region-content h2.block-title {
        font-size: 40px;
    }
}
@media screen and (min-width: 992px) {
   .region-content h2.block-title {
        font-size: 50px;
    }
}
@keyframes slide {
    from {
    transform: translateY(-10px);
    }
    50% {
    transform: translateY(10px);
    }
    to {
    transform: translateY(-10px);
    }
}
.region-content h2.block-title:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/press_releases_bg.png);
    background-position: center;
    width: 100%;
    background-size: contain;
    animation: slide 5s infinite;
    background-repeat: no-repeat;
    padding: 40px;
    top: -20px;
    z-index: 1;
    opacity: 0.6;
}
.grid-view {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.grid-view .view-content {
    margin-right: -15px;
    margin-left: -15px;
}
.grid-view:before,
.grid-view:after,
.grid-view .view-content:before,
.grid-view .view-content:after {
    content: "";
    display: table;
    clear: both;
}
/*****************************************
* Front Page Featured Information Block  *
******************************************/
@media screen and (min-width: 768px) {
    #block-views-d018dced62a8dd624bb169296fb2cb2c {
        background: url(../img/featured_info_bg.jpg);
        background-size: cover;
        background-position: bottom;
        padding: 50px 0px 300px 0px;
    }
}
@media screen and (max-width: 575px) {
    #block-views-d018dced62a8dd624bb169296fb2cb2c .col-vs-1 {
        width: 100%;
    }
}
#block-views-d018dced62a8dd624bb169296fb2cb2c h2.block-title {
    position: relative;
    text-align: center;
    padding-left: 0px;
}
@media screen and (min-width: 768px) {   
    #block-views-d018dced62a8dd624bb169296fb2cb2c h2.block-title {
        color: #fff;
        text-align: initial;
        margin-left: 40px;
    }
}
#block-views-d018dced62a8dd624bb169296fb2cb2c h2.block-title:before {
    background: url(../img/featured_info_title_bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {   
    #block-views-d018dced62a8dd624bb169296fb2cb2c h2.block-title:before {
        background-position: 0%;
    }
}
#block-views-d018dced62a8dd624bb169296fb2cb2c .view-front-page-featured-information {
    margin-top: 50px;
}
#block-views-d018dced62a8dd624bb169296fb2cb2c .views-row {
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) { 
    #block-views-d018dced62a8dd624bb169296fb2cb2c .views-row {
        margin-bottom: 30px;
    }
    #block-views-d018dced62a8dd624bb169296fb2cb2c .views-row.views-row-even {
        margin-top: 90px;
    }
}
#block-views-d018dced62a8dd624bb169296fb2cb2c .field-name-field-image img {
    width: 100%;
    height: 250px;
    object-position: center;
    object-fit: cover; 
    border: 10px solid rgba(97, 11, 11, 0.22);
}
#block-views-d018dced62a8dd624bb169296fb2cb2c .views-field-title {
    background: linear-gradient(to right, #0fb457, #0140a9e0);
    padding: 15px 10px;
}
@media screen and (min-width: 992px) {
    #block-views-d018dced62a8dd624bb169296fb2cb2c .views-field-title {
        position: absolute;
        bottom: 20px;
        left: 30px;
        background: #204e9a;
    }
}
#block-views-d018dced62a8dd624bb169296fb2cb2c .views-field-title a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Std 57 Condensed';
}
#block-views-d018dced62a8dd624bb169296fb2cb2c .views-field-title a:hover {
    color: #fff;
    text-decoration: none;
}
/*****************************************
* Front Page Press Releases Block        *
******************************************/
#block-views-front-page-press-releases-block {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
    .press-releases-row .col-vs-1 {
        width: 100%;
    }
}
#block-views-front-page-press-releases-block .press-release-card {
    position: relative;
    margin: 1em 1em 1em 2em;;
}
#block-views-front-page-press-releases-block .press-release-image {
    margin-left: -1em;
    margin-right: 0px; 
}
#block-views-front-page-press-releases-block .press-release-image img {
    width: 100%;
    object-fit: cover;
}
#block-views-front-page-press-releases-block .press-release-title {
    margin: 20px 0px;
}
@media screen and (min-width: 768px) {
    #block-views-front-page-press-releases-block .press-release-title {
        min-height: 130px;
    }
}
#block-views-front-page-press-releases-block .press-release-title a {
    font-family: 'Helvetica Neue LT Std 45 Light';
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5em;
    font-weight: 400;
}

#block-views-front-page-press-releases-block .press-release-content {
    position: relative;
    background: #204e9a;
    border: 1px solid #204e9a;
    box-shadow: 0 0px 7px rgba(32, 78, 154, 0.48);
    padding: 1em;
}
#block-views-front-page-press-releases-block .press-release-content:before {
    content: "";
    position: absolute;
    border-left: 14px solid transparent;
    border-top: 14px solid #000;
    left: -15px;
    top: -1px;
}
#block-views-front-page-press-releases-block .press-release-date {
    background: #fffffffc;
    padding: 2px 10px;
    border-radius: 25px;
    color: #204e9a;
    font-size: 12px;
    width: fit-content;
}
#block-views-front-page-press-releases-block .press-release-readmore {
    position: relative;
    text-align: right;
    top: -10px;
    right: 15px;
}
#block-views-front-page-press-releases-block .press-release-readmore a {
    background: #ffffff;
    padding: 5px 15px;
    border-radius: 25px;
    color: #204e9a;
    font-size: 14px;
    box-shadow: 0 0px 11px rgba(32, 78, 154, 0.47);
}
#block-views-front-page-press-releases-block .press-releases-view-all {
    position: relative;
}
#block-views-front-page-press-releases-block .press-releases-view-all a {
    background: #204e9a;
    color: #fff;
    padding: 20px 40px;
    font-size: 16px;
    font-family: 'Helvetica Neue LT Std 57 Condensed';
    float: right;
    margin-right: 2em;
}
#block-views-front-page-press-releases-block .press-release-title a:hover,
#block-views-front-page-press-releases-block .press-release-readmore a:hover,
#block-views-front-page-press-releases-block .press-releases-view-all a:hover{
    text-decoration: none;
}


/*****************************************
* Front Page News Block                  *
******************************************/
#block-views-front-page-news-block-block {
    position: relative;
    background: #e73030;
    padding-top: 15px;
    padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
    #block-views-front-page-news-block-block {
        background: url(../img/fp_news_bg.jpg);
        background-size: cover;
        padding: 270px 36px 60px;
    }
}
#block-views-front-page-news-block-block h2.block-title {
    position: relative;
    color: #fff;
    margin-bottom: 40px;
    text-align: left;
    margin-left: 15px;
}
#block-views-front-page-news-block-block h2.block-title:before {
    top: -20px;
    background-position: initial;
}
#block-views-front-page-news-block-block .news-view-more {
    position: absolute;
    z-index: 99;
    top: 40px;
    right: 20px;
}
@media screen and (min-width: 768px) {
    #block-views-front-page-news-block-block .news-view-more {
        top: 310px;
        right: 60px;
    }
}
#block-views-front-page-news-block-block a {
    text-decoration: none;
}
#block-views-front-page-news-block-block .news-view-more a{
    color: #fff;
    font-size: 16px;
}
#block-views-front-page-news-block-block .front-page-news-section {
    background: #fff;
    padding: 1em 0em;
}
#block-views-front-page-news-block-block .news-date-large {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}
#block-views-front-page-news-block-block .front-page-news-large {
    margin-bottom: 30px;
}
#block-views-front-page-news-block-block .news-title-large {
    padding-bottom: 2em;
}
#block-views-front-page-news-block-block .news-title-large h5 a {
    font-size: 18px;
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
    color: #000;
}
#block-views-front-page-news-block-block .news-large-read-more a {
    background: #3e487d;
    padding: 5px 10px;
    color: #fff;
}
#block-views-front-page-news-block-block .front-page-news-small {
    padding: 8px 7px;
    background-color: #f4f4f4;
    border: 0;
    margin-bottom: 1px;
}
#block-views-front-page-news-block-block .news-small-image {
    position: relative;
    display: table-cell;
}
#block-views-front-page-news-block-block .news-small-image a {
    display: block;
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    background-color: #fff;
}
#block-views-front-page-news-block-block .news-small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#block-views-front-page-news-block-block .news-small-content {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 5px 0px 0px 10px;
}
#block-views-front-page-news-block-block .news-small-title h5 a{
    color: #000;
    font-size: 12px;
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
}
#block-views-front-page-news-block-block .news-small-date {
    position: relative;
    margin-top: 8px;
    padding: 2px 0;
    color: #666;
    font-size: 12px;
    line-height: 17px;
}

/*****************************************
* Front Page Publications Block          *
******************************************/
#block-views-89245428e9c1693eff2d1cd4f624f3c6 {
    position: relative;
    padding: 0;
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
    #block-views-89245428e9c1693eff2d1cd4f624f3c6 {
        padding: 3em 2em;
        margin-top: 0px;
    }
}
#block-views-89245428e9c1693eff2d1cd4f624f3c6 h2.block-title {
    text-align: left;
    margin-left: 1%;
}
#block-views-89245428e9c1693eff2d1cd4f624f3c6 h2.block-title:before {
    background-position: initial;
}
#block-views-89245428e9c1693eff2d1cd4f624f3c6 .publications-view-more {
    position: absolute;
    top: 30px;
    right: 1%;
    z-index: 99;
}
@media screen and (min-width: 768px) {
    #block-views-89245428e9c1693eff2d1cd4f624f3c6 .publications-view-more {
        top: 75px;
        right: 50px;
    }
}
#block-views-89245428e9c1693eff2d1cd4f624f3c6 .publications-view-more a {
    color: #101010;
    font-size: 16px;
    text-decoration: none;
} 
@media screen and (max-width: 575px) {
    #block-views-89245428e9c1693eff2d1cd4f624f3c6 .col-vs-1 {
        width: 100%;
    }
}
#block-views-89245428e9c1693eff2d1cd4f624f3c6 .views-row {
    min-height: 360px;
    border-top: 5px solid #204e9a;
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
    transition: box-shadow .2s ease;
    border-radius: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0;
    margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
    #block-views-89245428e9c1693eff2d1cd4f624f3c6 .views-row {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 0;
    }
}
@media screen and (min-width: 992px) {
    #block-views-89245428e9c1693eff2d1cd4f624f3c6 .views-row {
        width: 23%;
    }
}
#block-views-89245428e9c1693eff2d1cd4f624f3c6 .field-name-field-image {
   
}
#block-views-89245428e9c1693eff2d1cd4f624f3c6 .field-name-field-image img {
    height: 150px;
    object-fit: cover;
    border-radius: 0;
}
#block-views-89245428e9c1693eff2d1cd4f624f3c6 .views-field-title {
    flex: 1 1 auto;
    padding: 20px;
}
#block-views-89245428e9c1693eff2d1cd4f624f3c6 .views-field-title a{
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-family: 'Helvetica Neue LT Std 45 Light';
}
#block-views-89245428e9c1693eff2d1cd4f624f3c6 .views-field-published-at {
    padding: 20px;
    font-family: 'Helvetica Neue LT Std 57 Condensed';
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 500;
}
#block-views-89245428e9c1693eff2d1cd4f624f3c6 .views-field.views-field-php {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
#block-views-89245428e9c1693eff2d1cd4f624f3c6 .views-field.views-field-php a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
}

/*****************************************
* Front Page Interviews Block            *
******************************************/
#block-views-ed88cae5b746b383d943b37b45d39e90 {
    position: relative;
}
@media screen and (min-width: 576px) { 
    #block-views-ed88cae5b746b383d943b37b45d39e90 {
        padding: 3em 2em;
    }
}
@media screen and (max-width: 575px) {
    #block-views-ed88cae5b746b383d943b37b45d39e90 .col-vs-1 {
        width: 100%;
    }
}
#block-views-ed88cae5b746b383d943b37b45d39e90 .views-row {
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
    transition: box-shadow .2s ease;
    border-radius: 0;
    background: #fff;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0;
    margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
    #block-views-ed88cae5b746b383d943b37b45d39e90 .views-row {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 0;
    }
}
@media screen and (min-width: 992px) {
    #block-views-ed88cae5b746b383d943b37b45d39e90 .views-row {
        width: 23%;
    }
}
#block-views-ed88cae5b746b383d943b37b45d39e90 .field-name-field-image img {
    height: 250px;
    object-fit: cover;
}
#block-views-ed88cae5b746b383d943b37b45d39e90 .field-name-field-contact-name {
    padding: 20px 20px 0px 20px;
}
#block-views-ed88cae5b746b383d943b37b45d39e90 .field-name-field-contact-name .field-item {
    font-weight: 600;
    font-size: 16px;
    color: #e73030;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
}
#block-views-ed88cae5b746b383d943b37b45d39e90 .field-name-field-contact-designation {
    padding: 0px 20px 30px 20px;
}
#block-views-ed88cae5b746b383d943b37b45d39e90 .field-name-field-contact-designation .field-item {
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
}
#block-views-ed88cae5b746b383d943b37b45d39e90 .views-field-published-at {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px;
    font-size: 13px;
    line-height: 15px;
    height: 60px;
    width: 60px;
    text-align: center;
    color: #fff;
    border: 2px solid white;
    background: #00000042;
}
#block-views-ed88cae5b746b383d943b37b45d39e90 .interviews-view-more {
    position: relative;
    float: right;
    background: #204e9a;
    padding: 20px 30px;
}
#block-views-ed88cae5b746b383d943b37b45d39e90 .interviews-view-more a {
    text-decoration: none;
    color: #fff;  
}
#block-views-ed88cae5b746b383d943b37b45d39e90 a {
    text-decoration: none;
}

/*****************************************
* Front Page Blogs Block                 *
******************************************/
#block-views-front-page-blogs-block-block {
        background: #27006F;
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 20px;
}
@media screen and (min-width: 768px) {
    #block-views-front-page-blogs-block-block {
        background: url(../img/fp_blogs_bg.jpg) no-repeat center;
        padding: 190px 20px 25px 30px;
        margin-top: 0px;
    }
}
#block-views-front-page-blogs-block-block h2.block-title {
    color: #fff;
}
#block-views-front-page-blogs-block-block .views-row {
    position: relative;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 40px;
}
#block-views-front-page-blogs-block-block .views-row:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -15px;
    left: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
@media screen and (min-width: 768px) {
    #block-views-front-page-blogs-block-block .views-row {
        width: 31%;
        margin-left: 1%;
        margin-right: 1%;
    }
}
#block-views-front-page-blogs-block-block .field-name-field-image img {
    height: 270px;
    object-fit: cover;
}
#block-views-front-page-blogs-block-block .views-field-published-at {
    position: relative;
    margin-top: 10px;
}
#block-views-front-page-blogs-block-block .views-field-published-at span {
    font-size: 14px;
    color: #fff;
    font-family: 'Helvetica Neue LT Std 57 Condensed';
}
#block-views-front-page-blogs-block-block .views-field-published-at span:after {
    position: absolute;
    content: "";
    display: inline-block;
    background-color: #fff;
    height: 2px;
    width: 30px;
    top: 10px;
    margin-left: 15px;
}
#block-views-front-page-blogs-block-block .views-field-title {
    position: relative;
    margin-top: 10px;
}
#block-views-front-page-blogs-block-block .blog-name-icon,
#block-views-front-page-blogs-block-block .field-name-field-contact-name {
    margin-top: 10px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
#block-views-front-page-blogs-block-block .views-field-title a,
#block-views-front-page-blogs-block-block .field-name-field-contact-designation .field-item {
    color: #fff;
    text-decoration: none;
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
#block-views-front-page-blogs-block-block .blogs-read-more a {
    display: block;
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
#block-views-front-page-blogs-block-block .blogs-view-more {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
}
#block-views-front-page-blogs-block-block .blogs-view-more a {
    background: #ffffff;
    padding: 20px 35px;
    color: #000;
    text-decoration: none;
}
/*****************************************
* Front Page Videos Block                *
******************************************/
#block-views-front-page-videos-block-block {
    margin-bottom: 30px;
    position: relative;
}
#block-views-front-page-videos-block-block h2.block-title {
    text-align: left;
    margin-left: 30px;
}
#block-views-front-page-videos-block-block h2.block-title:before {
    background-position: initial;
}
#block-views-front-page-videos-block-block .videos-view-more {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99;
}
@media screen and (min-width: 992px) {
    #block-views-front-page-videos-block-block .videos-view-more {
        top: 40px;
    }
}
#block-views-front-page-videos-block-block .videos-view-more a {
    color: #101010;
    font-size: 16px;
    text-decoration: none;
}
@media screen and (max-width: 575px) {
    #block-views-front-page-videos-block-block .col-vs-1 {
        width: 100%;
    }
}
#block-views-front-page-videos-block-block .video-card {
    border: 1px solid #dadada;
    text-align: center;
    padding: 20px;
    min-height: 370px;
}
#block-views-front-page-videos-block-block .video-image {
    position: relative;
    display: block;
}
#block-views-front-page-videos-block-block .video-image img {
    height: 200px;
    object-fit: cover;
}
#block-views-front-page-videos-block-block .play-video {
    position: absolute;
    font-size: 40px;
    top: 70px;
    left: 45%;
    color: #fff;
}
#block-views-front-page-videos-block-block .video-date {
    position: absolute;
    padding: 4px 20px;
    top: 0px;
    right: 48px;
    background: #3e487d;
    color: #fff;
    font-size: 16px;
}
#block-views-front-page-videos-block-block .video-content {
    padding: 10px;
    margin-top: 20px;
}
#block-views-front-page-videos-block-block .video-content .video-title a {
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
#block-views-front-page-videos-block-block .video-content .video-tag {
    font-family: 'Helvetica Neue LT Std 45 Light';
    font-size: 16px;
    margin-top: 10px;
}
#block-views-front-page-videos-block-block .video-control-icon {
    position: relative;
    margin-top: 40px;
    display: block;
    padding-left: 47%;
}
#block-views-front-page-videos-block-block .carousel-control.left {
    background-image: none;
    position: relative;
    background: #e73030;
    padding: 5px 7px;
    opacity: 1;
}
#block-views-front-page-videos-block-block .carousel-control.right {
    background-image: none;
    position: relative;
    background: #3e487d;
    padding: 5px 10px;
    margin-left: 5px;
    opacity: 1;
}


.carousel-inner .active.left { left: -100%; }
.carousel-inner .next        { left:  100% ; }
.carousel-inner .prev        { left: -100% ; }
.carousel-inner .active > div { display:none !important; }
.carousel-inner .active > div:nth-child(1) { display:block !important; }

@media all and (transform-3d), (-webkit-transform-3d), (-moz-transform-3d),
(-ms-transform-3d), (-o-transform-3d) {  
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
           -moz-transform: translate3d(100%, 0, 0);
            -ms-transform: translate3d(100%, 0, 0);
             -o-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
           -moz-transform: translate3d(-100%, 0, 0);
            -ms-transform: translate3d(-100%, 0, 0);
             -o-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }    
}   

@media (min-width: 576px) {
    .carousel-inner .active.left { 
        left: -50% ; 
    }
    .carousel-inner .next { 
        left:  50% ; 
    }
    .carousel-inner .prev  { 
        left: -50% ; 
    }
    .carousel-inner .active > div:nth-child(1) { 
        display:block !important; 
    }
    .carousel-inner .active > div:nth-child(2) { 
        display:block !important; 
    }


    @media all and (transform-3d), (-webkit-transform-3d), (-moz-transform-3d),
    (-ms-transform-3d), (-o-transform-3d) {  
        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(50%, 0, 0);
               -moz-transform: translate3d(50%, 0, 0);
                -ms-transform: translate3d(50%, 0, 0);
                 -o-transform: translate3d(50%, 0, 0);
                    transform: translate3d(50%, 0, 0);
        }
        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-50%, 0, 0);
               -moz-transform: translate3d(-50%, 0, 0);
                -ms-transform: translate3d(-50%, 0, 0);
                 -o-transform: translate3d(-50%, 0, 0);
                    transform: translate3d(-50%, 0, 0);
        }    
    } 
} 

@media (min-width: 768px ) {
        .carousel-inner .active.left { left: -33% ; }
        .carousel-inner .next        { left:  33% ; }
        .carousel-inner .prev            { left: -33% ; }
 .carousel-inner .active > div:nth-child(1) { display:block !important; }
  .carousel-inner .active > div:nth-child(2) { display:block !important; }
  .carousel-inner .active > div:nth-child(3) { display:block !important; }


    @media all and (transform-3d), (-webkit-transform-3d), (-moz-transform-3d),
    (-ms-transform-3d), (-o-transform-3d) {  
        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(33.33%, 0, 0);
               -moz-transform: translate3d(33.33%, 0, 0);
                -ms-transform: translate3d(33.33%, 0, 0);
                 -o-transform: translate3d(33.33%, 0, 0);
                    transform: translate3d(33.33%, 0, 0);
        }
        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-33.33%, 0, 0);
               -moz-transform: translate3d(-33.33%, 0, 0);
                -ms-transform: translate3d(-33.33%, 0, 0);
                 -o-transform: translate3d(-33.33%, 0, 0);
                    transform: translate3d(-33.33%, 0, 0);
        }    
    }  

} 

@media (min-width: 992px ) {
        .carousel-inner .active.left { left: -25% ; }
        .carousel-inner .next        { left:  25% ; }
        .carousel-inner .prev            { left: -25% ; }
  .carousel-inner .active > div:nth-child(1) { display:block !important; }
  .carousel-inner .active > div:nth-child(2) { display:block !important; }
  .carousel-inner .active > div:nth-child(3) { display:block !important; }
  .carousel-inner .active > div:nth-child(4) { display:block !important; }

    @media all and (transform-3d), (-webkit-transform-3d), (-moz-transform-3d),
    (-ms-transform-3d), (-o-transform-3d) {  
        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(25%, 0, 0);
               -moz-transform: translate3d(25%, 0, 0);
                -ms-transform: translate3d(25%, 0, 0);
                 -o-transform: translate3d(25%, 0, 0);
                    transform: translate3d(25%, 0, 0);
        }
        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-25%, 0, 0);
               -moz-transform: translate3d(-25%, 0, 0);
                -ms-transform: translate3d(-25%, 0, 0);
                 -o-transform: translate3d(-25%, 0, 0);
                    transform: translate3d(-25%, 0, 0);
        }    
    }  

} 



/**********************************************
* Footer Main                                 *
***********************************************/
#am2k19-footer {
    background-image: url(../img/footer_background.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 0px;
}

/**********************************************
* Footer Top                                  *
***********************************************/
.footer-top {
    position: relative;
    display: block;
    padding-bottom: 30px;
}
#am2k19-footer .footer-top h2.block-title {
    position: relative;
    font-size: 18px;
    color: #101010;
    line-height: 1.2em;
    margin-bottom: 55px;
    font-weight: 600;
}
#am2k19-footer .footer-top h2.block-title:before {
    position: absolute;
    top: 5px;
    left: -25px;
    height: 10px;
    width: 11px;
    background-image: url(../img/icon-triangle.png);
    content: "";
    animation-name: wid-title-anim;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: wid-title-anim;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: wid-title-anim;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: wid-title-anim;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: wid-title-anim;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes wid-title-anim {
    from {
        transform: translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

@-webkit-keyframes wid-title-anim {
    from {
        -webkit-transform: translateY(-50%) rotate(0deg);
    }

    to {
        -webkit-transform: translateY(-50%) rotate(360deg);
    }
}

@-moz-keyframes wid-title-anim {
    from {
        -moz-transform: translateY(-50%) rotate(0deg);
    }

    to {
        -moz-transform: translateY(-50%) rotate(360deg);
    }
}

@-o-keyframes wid-title-anim {
    from {
        -o-transform: translateY(-50%) rotate(0deg);
    }
    to { 
        -o-transform: translateY(-50%) rotate(360deg);
    }
}
.region-footer-top-col-1 .afdb-footer-bank-logo {
    display: table;
    margin: auto;
    margin-bottom: 20px;
}
.region-footer-top-col-1 .afdb-footer-bank-logo img {
    width: 200px ;
}
#block-multiblock-1,
#block-menu-menu-footer-menu-1,
#block-menu-menu-footer-menu-2,
#block-menu-menu-footer-menu-3,
#block-menu-menu-footer-menu-4 {
    display: table;
    margin: auto;
}
#block-multiblock-1 .afdbfollowsocialmedia-urls {
    margin: 0;
    padding: 0;
}
.region-footer-top-col-2 ul li,
 .region-footer-top-col-3 ul li,
 .region-footer-top-col-4 ul li,
 .region-footer-top-col-5 ul li{
    list-style: none;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #39436f;
    font-weight: 400;
    margin-bottom: 20px;
    opacity: .90;
}
.region-footer-top-col-2 ul li a,
.region-footer-top-col-3 ul li a,
.region-footer-top-col-4 ul li a,
.region-footer-top-col-5 ul li a {
    color: #39436f;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
/**********************************************
* Footer Bottom                               *
***********************************************/
.footer-bottom {
    position: relative;
    display: block;
}
@media (min-width: 992px ) {
    .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    } 
}
.footer-bottom:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    width: 100%;
    background-image: url(../img/dashed-line.png);
    background-repeat: repeat;
    background-position: center;
}
#block-menu-menu-footer-bottom-menu,
.footer-bottom .afdb-am-app-btns,
.footer-bottom .afdb-copyright-text {
    display: table;
    margin: auto;
}
@media (min-width: 992px ) {
    #block-menu-menu-footer-bottom-menu,
    .footer-bottom .afdb-copyright-text {
        display: block;
        margin: 0;
    }
    .footer-bottom .afdb-copyright-text {
        float: right;
    }
}
#block-menu-menu-footer-bottom-menu ul {
    padding-top: 15px;
}
#block-menu-menu-footer-bottom-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    color: #39436f;
    margin: 0;
    padding: 0;
}
#block-menu-menu-footer-bottom-menu ul li a {
    color: #39436f;
    display: block;
    font-family: 'Helvetica Neue LT Std 57 Condensed';
    font-weight: 500;
    padding: 10px 5px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
}
.footer-bottom ul.menu li a:hover,
.footer-top ul.menu li a:hover {
    text-decoration: none;
    background: none;
}
.footer-bottom .afdb-copyright-text .copy-right {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #282331;
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 15px;
}
.footer-bottom .afdb-am-app-btns .app-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #0a9946;
    font-weight: 400;
    padding: 15px 25px 15px 25px;
    background: #ffffff;
    box-shadow: 0 20px 75px rgba(12, 210, 98, 0.15);
    margin-right: 14px;
    transition: all 500ms ease;
    border-radius: 7px;
    text-decoration: none;
}
@media screen and (min-width: 1200px) {
    .footer-bottom .afdb-am-app-btns .app-btn {
        font-size: 20px;
        line-height: 30px;
        padding: 20px 40px 20px 25px;
    }
}


/******************************************************************************/

/**********************************************
* Front Page The venue block                  *
***********************************************/
#am2k19-venue-block {
    position: relative;
    display: block;
}
#am2k19-venue-block .venue-left-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: soft-light;
    background-color: initial!important;
    background-image: url(../img/venue-left-bg.jpg),linear-gradient(221deg,#002e79de 0%,#940303 100%)!important;
}
#am2k19-venue-block .venue-left-section {
    padding: 20px;
    color: #fff;
}
@media screen and (min-width: 768px) {
    #am2k19-venue-block .venue-left-section {
        padding: 50px;
    }
}
@media screen and (min-width: 992px) {
    #am2k19-venue-block .venue-left-section {
        padding: 60px;
        min-height: 560px;
    }
}
#am2k19-venue-block .venue-left-section h2 {
    font-size: 24px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 500;
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
}
#am2k19-venue-block .venue-left-section h2:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background: #fff;
    top: 35px;
    left: 0px;
}
#am2k19-venue-block .venue-left-bg p {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    #am2k19-venue-block .venue-left-bg p {
        font-size: 20px;
    }
}
#am2k19-venue-block .right-venue-blue-bg {
    background: #204e9a;
    background-image: url(../img/venue-right-bg.png);
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
}
#am2k19-venue-block .right-venue-red-bg {
    background: #e73030;
    padding-left: 0;
    padding-right: 0;
}
#am2k19-venue-block .right-venue-blue,
#am2k19-venue-block .right-venue-red {
    color: #fff;
    padding: 32px;
    text-align: center;
    height: 280px;
}
#am2k19-venue-block .right-venue-blue h2,
#am2k19-venue-block .right-venue-red h2,
#am2k19-venue-block .right-venue-blue span,
#am2k19-venue-block .right-venue-red span {
    font-size: 32px;
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
}
#am2k19-venue-block .right-venue-blue p,
#am2k19-venue-block .right-venue-red p {
    font-size: 16px;
    margin-bottom: 10px;
}
#am2k19-venue-block .right-venue-blue a,
#am2k19-venue-block .right-venue-red a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 4px 20px;
    font-size: 14px;
    text-decoration: none;
}
/**********************************************
* Front Page Programme block                  *
***********************************************/
#block-views-44b96c8e10c61f9691acc2bc13d76d15 {
    background: #00501D;
    padding: 30px 0px 30px 0px;
}
@media screen and (min-width: 576px) {
    #block-views-44b96c8e10c61f9691acc2bc13d76d15 {
        padding: 20px 20px 30px 20px;
    }
}
@media screen and (min-width: 768px) {
    #block-views-44b96c8e10c61f9691acc2bc13d76d15 {
        background: url(../img/fp_programme_bg.jpg) no-repeat center;
        background-size: cover !important;
        background-position: bottom;
        padding: 20px 0px 300px 0px;
    }
}
@media screen and (min-width: 992px) {
    #block-views-44b96c8e10c61f9691acc2bc13d76d15 {
        padding: 20px 30px 300px 30px;
    }
}
#block-views-44b96c8e10c61f9691acc2bc13d76d15 h2.block-title {
    color: #fff;
    text-align: left;
    margin-left: 15px;

}
#block-views-44b96c8e10c61f9691acc2bc13d76d15 h2.block-title:before {
    background-position: left;
    
}
#front-page-programme-block {
    position: relative;
    display: block;
}
#front-page-programme-block .programme-block-row {
    display: none;
}
#front-page-programme-block .mobile-programme {
    display: block;
}
@media screen and (min-width: 768px) {
    #front-page-programme-block .programme-block-row {
        display: block;
    }
    #front-page-programme-block .mobile-programme {
        display: none;
    }
}
#front-page-programme-block .event-dates-tab {
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
    #front-page-programme-block .event-dates-tab {
        margin-bottom: 0px;
    }
}
#front-page-programme-block .event-dates-tab a {
    position: relative;
    display: block;
    font-size: 18px;
    padding: 30px 0px;
    width: 90%;
    color: #5f5f5f;
    background-color: #f5f5f5;
    border-radius: 0px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
}
#front-page-programme-block .event-dates-tab a.active:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px; 
    position: absolute;
    right: -20px;
    top: 0px;
    border-left: #fff 20px solid;
    border-right: transparent 0px solid;
    border-top: transparent 40px solid;
    border-bottom: transparent 40px solid;
}

#front-page-programme-block .mobile-programme > div {
    padding: 0px;
}
@media screen and (min-width: 576px) {
    #front-page-programme-block .mobile-programme > div {
        padding: 20px;
    }
}
#front-page-programme-block .mobile-programme .mobile-programme-row {
    padding-top: 30px;
}
#front-page-programme-block .mobile-programme h3 {
    position: relative;
    display: block;
    font-size: 18px;
    padding: 30px 20px;
    color: #5f5f5f;
    background-color: #f5f5f5;
    text-align: center;
    border: 0px;
    margin-bottom: -1px;
    margin-top: 10px;
    outline: none;
}
#front-page-programme-block .mobile-programme h3:focus,
#front-page-programme-block .mobile-programme h3:active,
#front-page-programme-block .mobile-programme h3:hover {
    border: 0px;
}
#front-page-programme-block .event-dates-tab a.active {
    background: #fff;
    color: #0a9946 ;
}
#front-page-programme-block .mobile-programme h3.ui-accordion-header-active  {
    color: #0a9946 ;
}
#front-page-programme-block .programme-box {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #dcdcdc;
    box-shadow: 0 2px 16px rgba(0,0,0,.15);
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 15px;
    min-height: auto;
}
@media screen and (min-width: 992px) {
    #front-page-programme-block .programme-box { 
        min-height: 160px;
    }
}
#front-page-programme-block .programme-box .event-time {
    position: absolute;
    background: linear-gradient(45deg,#204e9a,#0a9946);
    width: fit-content;
    color: #fff;
    top: -15px;
    padding: 2px 15px;
    border-radius: 15px;
}
#front-page-programme-block .programme-box .event-title {
    padding: 15px 0px;
}
#front-page-programme-block .programme-view-more {
    position: relative;
    margin-left: 40px;
    margin-top: 40px;
    text-align: center;
    display: block;
}
#front-page-programme-block .programme-view-more a {
    color: #fff;
    text-decoration: none;
    background: transparent;
    padding: 13px 50px;
    font-size: 14px;
    border-radius: 50px;
    border: 2px solid #fff;
}
/**********************************************
* Inner Page Design                           *
***********************************************/
#am2k19-page-content .inner-page-content {
    padding: 50px 0px;
}
@media screen and (min-width: 768px) {
   #am2k19-page-content .inner-page-content {
        padding: 50px 35px;
    } 
}
#am2k19-page-content .inner-page-content #page-left {
    border-left: 2px solid #0a9946;
    padding-left: 20px;
}
#page-left .am2k19-page-title {
    color: #fff;
    font-size: 24px;
    line-height: 1.2em;
    background: linear-gradient(45deg,#204e9a,#204e9a);
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 1em;
    padding: 15px 20px;
}
#page-left .node-details-published-at {
    position: relative;
    display: block;
    text-align: right;
}
#page-left .node-details-published-at span {
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    border: 0px solid white;
    background: #e4384f;
    padding: 5px 10px 5px 10px;
}
#page-left .field {
    margin-top: 20px;
}
#page-left p {
    text-align: justify;
}
#page-left ul li {
    font-size: 16px;
    font-family: 'Helvetica Neue LT Std 45 Light';
}
.node-type-page #page-left .node-details-published-at {
    display: none;
}


/**********************************************
* Sidebar Right                               *
***********************************************/
#block-menu-menu-right-sidebar-menu {
    position: relative;
    background: #204e9a;
    padding: 1em;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}
#block-menu-menu-right-sidebar-menu h2.block-title {
    position: relative;
    background: url(../img/title-arrow.png) no-repeat scroll 12px 103% rgba(0, 0, 0, 0);
    display: block;
    border-bottom: 3px solid #ffffff;
    font-size: 16px;
    margin-left: 32px;
    font-weight: normal;
    padding: 0px 0 10px 10px;
    color: #fff;
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
}
#block-menu-menu-right-sidebar-menu h2.block-title:before {
    content: "⚞";
    left: 0px;
    top: -2px;
    left: -15px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    display: inline-block;
}
#block-menu-menu-right-sidebar-menu ul.menu {
    position: relative;
    display: block;
    padding: 15px 0px 0px 30px;
}
#block-menu-menu-right-sidebar-menu ul.menu li {
    position: relative;
    list-style: circle;
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 10px 0px;
    color: #fff;
    line-height: 100%
}
#block-menu-menu-right-sidebar-menu ul.menu li:last-child {
    border-bottom: 0px;
}
#block-menu-menu-right-sidebar-menu ul.menu li a {
    color: #fff;
    padding: 0px !important;
}
#block-menu-menu-right-sidebar-menu ul.menu li a:before {
    position: absolute;
    color: #fff;
    content: "◦";
    display: inline-block;
    left: -15px;
}
#block-menu-menu-right-sidebar-menu ul.menu li a:hover,
#block-menu-menu-right-sidebar-menu ul.menu li a:focus,
#block-menu-menu-right-sidebar-menu ul.menu li a:active{
    background: transparent;
}




/**********************************************
* Front Page Slider                           *
***********************************************/
#block-views-front-page-slider-block {
    margin-bottom: 30px;
}
#block-views-front-page-slider-block .am2k19-slideshow-wrapper {
    height: 600px;
    width: 100%;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
}
#block-views-front-page-slider-block .slideshow {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}
#block-views-front-page-slider-block .slideshow .slideshow-left {
    position: relative;
    width: 100%;
    height: 50%;
}
@media screen and (min-width: 768px) {
    #block-views-front-page-slider-block .slideshow .slideshow-left {
        width: 35%;
        height: 100%;
        float: left;
    }
}
#block-views-front-page-slider-block .slideshow .slideshow-right {
    position: relative;
    width: 100%;
    height: 50%;
}
@media screen and (min-width: 768px) {
    #block-views-front-page-slider-block .slideshow .slideshow-right {
        width: 65%;
        height: 100%;
        float: right;
    }
}
#block-views-front-page-slider-block .slideshow .slideshow-left .Lslide {
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
    background:  #204e9a;
    padding: 4% 9%;
    box-sizing: border-box;
    background: #204e9a;
} 
@media screen and (min-width: 768px) {
    #block-views-front-page-slider-block .slideshow .slideshow-left .Lslide {
        padding: 17% 12%;
    }
} 
#block-views-front-page-slider-block .slideshow .slideshow-left .Lslide a {
    text-decoration: none;
}
#block-views-front-page-slider-block .slideshow .Lslide-content {
    position: relative;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    color: #ffff;
    font-weight: 100;
    letter-spacing: 1px;
    word-spacing: 5px;
    background-color: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #efefef;
    line-height: 1.2;

}
#block-views-front-page-slider-block .slideshow .Lslide-content h2 {
    color: #fff;
    font-size: 22px;
    padding: 0.5em;
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
}
#block-views-front-page-slider-block .slideshow .Lslide-content p {
    color: #fff;
}
#block-views-front-page-slider-block .slideshow .card-theme {
    position: relative;
    font-weight: 900;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #efefef;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    #block-views-front-page-slider-block .slideshow .card-theme {
        font-size: 14px;
    }
}
#block-views-front-page-slider-block .slideshow .card-theme:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 26px;
    height: 3px;
    width: 65px;
    background: #efefef;
}
#block-views-front-page-slider-block .slideshow .card-para {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff;
}
#block-views-front-page-slider-block .slideshow .Lslide-content blockquote {
    position: relative;
    display: none;
    background: #002f7d;
    border-radius: 5px;
    color: #fff;
    text-align: left;
    line-height: 1.5em;
    letter-spacing: 2px;
    padding: 15px;
    font-size: 10px;
    border-left: 0px;
}
@media screen and (min-width: 576px) {
    #block-views-front-page-slider-block .slideshow .Lslide-content blockquote {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    #block-views-front-page-slider-block .slideshow .Lslide-content blockquote {
        font-size: 12px;
        padding: 25px;
    }
}
#block-views-front-page-slider-block .slideshow .slideshow-right .Rslide {
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
}  
#block-views-front-page-slider-block .slideshow .slideshow-right .Rslide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: contrast(140%) !important;
}
#block-views-front-page-slider-block .control {
    position: absolute;
    left:2%;
    top: 60%;
    color: #aaaaaa;
}
@media screen and (min-width: 768px) {
    #block-views-front-page-slider-block .control {
        left:1%;
        top: 14%;
    }
}    
#block-views-front-page-slider-block .control .control-icon {
    position: relative;
    display: block;
    top: 50%;
    left: 35%;
    text-align: center;
    color: #aaaaaa;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    
}
 #block-views-front-page-slider-block .control .control-top {
    width: 30px;
    height: 30px;
    background-color: #002f7d;
    z-index: 5;
    border-bottom: 1px solid #043d9a;
    position: relative;
    cursor: pointer;
}
#block-views-front-page-slider-block .control .control-bottom {
    width: 30px;
    height: 30px;
    background-color: #002f7d;
    z-index: 5;
    position: relative;
    left: 0px;
    cursor: pointer;
}  
#block-views-front-page-slider-block .control .control-bottom:hover,
#block-views-front-page-slider-block .control .control-top:hover {
    color: #fff;
} 


/**********************************************
* Breadcrumb                                  *
***********************************************/  
.am2k19-breadcrumb {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #f2f2f2;
    border-bottom: #d2d2d2 1px solid;
    background-image: url(../img/breadcumb.jpg);
    background-position: center;
    background-size: cover;
}
#block-easy-breadcrumb-easy-breadcrumb {
    padding: 40px 20px;
}
#block-easy-breadcrumb-easy-breadcrumb span {
    padding-left: 8px;
    padding-right: 8px;
}

#block-easy-breadcrumb-easy-breadcrumb span a {
    color: #0a9946;
}
#block-easy-breadcrumb-easy-breadcrumb .easy-breadcrumb_segment-separator {
    color: #0a9946;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    font-weight: 900;
}

/**********************************************
* Front Page Countdown Block                  *
***********************************************/
#countdown-block {
    background: #ffffff;
    padding: 4em 0em;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
#countdown-block .brand-logo img {
    width: 100%;
}
@media screen and (min-width: 992px) {
    #countdown-block .brand-logo img {
        width: 70%;
    }
}
#countdown-block .brand-heading h2 {
    font-size: 1em;
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
}
@media screen and (min-width: 768px) {
    #countdown-block .brand-heading h2 {
        font-size: 2em
    }
}
#countdown-block .brand-decription p {
    line-height: 1.8em;
    font-size: 12px;
}
@media screen and (min-width: 768px) {
    #countdown-block .brand-decription p {
    font-size: 16px;
    }
}
#countdown-block .brand-read-more {
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #169e4f;
    border-radius: 25px;
    padding: 5px 25px;
    font-weight: 600;
    margin-top: 25px;
    display: block;
    width: fit-content;
    color: #0a9946;
    position: relative;
    text-decoration: none;
}
#countdown-block .rings {
    position: absolute;
    right: -170px;
    bottom: -310px;
    z-index: -1;
    -webkit-animation-name: wid-title-anim;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
       -moz-animation-name: wid-title-anim;
       -moz-animation-duration: 6s;
       -moz-animation-iteration-count: infinite;
       -moz-animation-timing-function: linear;
        -ms-animation-name: wid-title-anim;
        -ms-animation-duration: 6s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
         -o-animation-name: wid-title-anim;
         -o-animation-duration: 6s;
         -o-animation-iteration-count: infinite;
         -o-animation-timing-function: linear;
            animation-name: wid-title-anim;
            animation-duration: 6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;

}
#countdown-block .rings img {
    height: 500px;
    width: 500px;
}
#countdown-block #clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    font-weight: 100;
    font-size: 15px;
    margin-top: 40px;
}
@media screen and (min-width: 768px) {
    #countdown-block #clockdiv {
        font-size: 30px;
    }
}
@media screen and (min-width: 992px) {
    #countdown-block #clockdiv {
        text-align: left;
    }
}
#countdown-block #clockdiv > div {
    padding: 7px;
    border-radius: 3px;
    background: #4BA35E;
    display: inline-block;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    #countdown-block #clockdiv > div {
        padding: 10px;
    }
}
#countdown-block #clockdiv div > .count {
    padding: 15px;
    border-radius: 3px;
    background: #ffffff;
    color: #000000;
    display: inline-block;
}
#countdown-block #clockdiv .smalltext {
    padding-top: 5px;
    font-size: 12px;
}
@media screen and (min-width: 768px) {
    #countdown-block #clockdiv .smalltext {
        font-size: 16px;
    }
}


/***************************************************************************/


#page-left .am2k19-page-title {
    position: relative;
    top: 0px;
    color: #204e9a;
    font-size: 30px;
    line-height: 1.2em;
    background: none;
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 0px 0px;
    left: 0px;
    /*padding-left: 35px;*/
    text-align: center;
} 
@media screen and (min-width: 768px) {
	#page-left .am2k19-page-title { 
	    padding-left: 35px;
	    text-align: left;
	} 
	#page-left .am2k19-page-title:before {
	    position: absolute;
	    top: 12px;
	    left: 0px;
	    display: block;
	    content: "";
	    width: 18px;
	    height: 3px;
	    background-color: #e83c4d;
	}
}


#page-left .region-content a {
	color: #4b9b4d;
}
#page-left .region-content .category-page>.view-content>.views-row {
	padding: 10px;
    border-bottom: #b5b5b5 1px solid;
} 
#page-left .region-content .category-page>.view-content>.views-row .views-field-title {
	margin-top: 15px;
}
#page-left .region-content .category-page>.view-content>.views-row .views-field-title a {
	font-size: 20px;
}

#page-left .region-content .category-page .views-field-published-at {
	color: #9a9999;
    font-style: italic;
    font-size: 0.8em;
}
#page-left .region-content .category-page>.view-content>.views-row:before, 
#page-left .region-content .category-page>.view-content>.views-row:after {
    display: table;
    content: "";
    clear: both;
}

#page-left .region-content .category-page .field-name-field-image a {
    display: block;
    width: 100%;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
@media screen and (min-width: 480px) {
	#page-left .region-content .category-page .field-name-field-image a { 
	    width: 320px; 
	}
}
#page-left .region-content .category-page  .views-field-term-node-tid,
#page-left .region-content .category-page  .views-field-created {
	clear: both;
}
#page-left .region-content .category-page  .views-field-term-node-tid {
	margin: 15px 0px;
}
#page-left .region-content .category-page  .views-field-term-node-tid .views-label {
	color: #d9534f;
}

#page-left .region-content .category-page  .views-field-term-node-tid a {
    border: #ea4945 1px solid;
    padding: 2px 5px;
    background-color: #d9534f;
    color: #fff;
    border-radius: 10px;
    font-size: 0.9em;
    background-image: linear-gradient(to bottom, #d9534f, #d04541);
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 6px;
}

#page-left .region-content .category-page .views-field-view-node {
	clear: both;
	margin: 10px 0px;
}
#page-left .region-content .category-page .views-field-view-node span,
#page-left .region-content .category-page .views-field-view-node a {
	display: inline-block;
}
#page-left .region-content .category-page .views-field-view-node a {
    padding: 5px;
    border: #204e9a 1px solid;
    background-color: #2b509b;
    color: #fff;
    opacity: 0.8;
} 
#page-left .region-content .category-page img { 
    filter: saturate(2) hue-rotate(2deg);
}
 



.field-name-field-image>.field-items>.field-item {
    position: relative;
    top: 0px;
    left: 0px;
}
.field-name-field-image>.field-items>.field-item {
    position: relative;
    top: 0px;
    left: 0px;
}
.field-name-field-image>.field-items>.field-item>blockquote {
    position: absolute;
    width: 100%;
    bottom: 0px; 
    padding: 15px 10px;
    margin: 0px;
    font-size: 15px;
    border-left-width: 0px;
    background-color: rgba(11, 10, 88, 0.6);
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
       -moz-transition: opacity 0.1s;
        -ms-transition: opacity 0.1s;
         -o-transition: opacity 0.1s;
            transition: opacity 0.1s;
}
.field-name-field-image>.field-items>.field-item:hover>blockquote {
    opacity: 1;
}
