
html {
    font-size: 1em;
/*background-color:lightgrey;*/
}



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i, center, cite,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, main, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video , nav{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 15px / 1.8em 'PT Sans', sans-serif;
}


*, *:before, *:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}


#mobile-menu-button-wrapper {
    float: left;
    /* position: absolute; */
    /* top: 42%; */
    /* left: 18em; */
    /* visibility:hidden; */
    display: none;
}

#mobile-nav-wrapper{
    display:none;
}

#mobile-menu-button{
    background: transparent !important;
    border: none !important;
}

img.logo {
    /*max-width: 80%;*/
    height: auto;
}

a:hover{
    color:#666;
}

.container{
    padding:0 !important;

}

span, p{
   /* color: #666666; */
   /* font: 400 1em / 1.7em 'PT Sans', sans-serif; */
}


ol, ul{
    margin-bottom:0 !important;
}

/*text*/
.font-700{
    font: 700 1em / 1.7em 'PT Sans', sans-serif !important;
}



.h1, .h2, .h3, h1, h2, h3 {
   margin-top:0 !important;
   font-family: 'Oswald', sans-serif !important;
}



article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}



body {
    font-size: 0.875em;
    line-height: 1em;
    padding: 0;
    margin: 0;
    min-width: 320px;
}

ol, ul {
    list-style: none;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, address, main, figure, dd, dt, dfn, cite {
    padding: 0;
    margin: 0 0 1.7em 0;
    font-style: normal;
    /* font-size: 1em; */
    font-weight: normal;
    /* line-height: 1.3em; */
}



.right-tout-wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width:992px){

    .image-sign-up{
        min-height:135px;
    }

    .right-tout-wrapper {
        display: flex;
        flex-wrap: nowrap;
    }
    .right-tout-wrapper .row {
        margin-right: 0;
        margin-left: 0;
        width:50%;
    }

}
@media (max-width:600px) {

    .right-tout-wrapper {
        display: flex;
        flex-wrap: wrap;
     
    }
        .right-tout-wrapper .row {
            margin-right: 0;
            margin-left: 0;
            width: 100%;
        }
}


strong, b {
    font-weight: bold;
}



img {
    max-width: 100%;
    height: auto;
}




a:hover,
a:focus {

}

button {
    
}

:focus {
    
}

.clear {
    clear: both;
}

.hidden,
.hide {
    display: none;
}

a.button {
    
}

a.button:hover {

}








.button-links {

}




/* form elements*/


.validation-error, .field-validation-error {
    color: red;
}

.entry-form fieldset.form-group {
    width: 60%;
}
.entry-form fieldset.form-group-large {
    width: 80%;
}
.form-button-submit{
        margin-top: 1em;
}


.entry-form input, .entry-form select,.entry-form textarea{
    border-radius:0 !important;
}

.hidden{
    display: none;
}

.table-info ul{
    list-style:disc !important;
}
/* layout */

.com-container {
    float: left;
    width: 100%;    
    background-color: #e9e9e9;
}

.com-row {
    max-width: 1350px;
    margin: 0 auto;
}

.com-row:before,
.com-row:after {
  display: table;
  content: " ";
}
.com-row:after {
  clear: both;
}







.content {
    margin: 10px 1.6% 10px;
    float: left;
    width: 96.8%;
}




header, section, main, footer {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
}


.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    background-color: #e9e9e9;
}

header {
    position: relative;
}

header .content-wrapper {
    padding-top: 0;
}

.header-wrapper{
    position:relative;
    width: 100%;
    background-color: #530001;
    background: -webkit-linear-gradient(left, #530001 , #8a1e23); /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(left, #530001 , #8a1e23); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #530001 , #8a1e23); /* Standard syntax */
    border-radius: 0 0 50px 0;
    
}


.header-corner{
    width: 0;
    height: 0;
    z-index: 2;
    position: absolute;
    bottom: 0;
    border-style: solid;
    border-width: 25px;
    border-color: transparent transparent #e9e9e9 #e9e9e9;
}

/*.nav-container {
    height: 90px;
    position: relative;
}*/

nav ul li{
        display:inline;

}
.navigation-left li{
    margin: 0 0.5em 0 ;
    position:relative;
}



.navigation-left li a {
    border-top: 2px solid transparent;
}
.navigation-left li.selected a,
.navigation-left li a:hover,
.navigation-left li a:focus{
    border-color: #ff00b0;
    text-decoration: none;
}

nav .navigation-left{
    position:relative;
    float: left;
    color: rgb(255, 255, 255);
    margin-top: 3.45em;
    padding-bottom:3em;
}

nav .navigation-left li a,
nav .navigation-right li a{
    color: rgb(255, 255, 255);
    

}



div#nav-select {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e9e9e9;
    bottom: -3.3em;
    left: 50%;
    margin-left: -10px;
}

.navigation-right li a{
    font-size:13px;
    border-right: 1px solid white;
    padding: 0 0.5em 0 0.75em;
    letter-spacing: 0.05em;

}

.navigation-right li {
    position: relative;
}

nav .navigation-left li a{
    font-weight:700;
    font-size:15px;
    display:inline-block;
    letter-spacing: 0.1em;
}

nav .navigation-left li a:hover, nav .navigation-right li a:hover{
    color: rgb(255, 255, 255) !important;

}


.header-logo-wrapper {
    float: left;
    margin: 2.8em 1% 0 3%;
    width: 18%;
}

.nav-wrapper {
    float: left;
    width: 75%;
    margin: 0 3% 0 0;
}


nav .navigation-right {
    float: right;
    font-size: 12px;
    font-family: "PT Sans";
    color:white;
    margin-top:4.5em;
}




.navigation-right li:last-child a {
    border:none;
}

.search-button {
    float: right;
    cursor: pointer;
    margin: 3.5em 0 0 0.5em;
}

.search-button-news{
    background: url(/images/search-dark.png) no-repeat center center;
    height: 25px;
    width: 25px !important;
    background-color: white;
    border: none;
    position: absolute;
    top: 2px;
    right: 10px;
    text-decoration: none;
}
 
button.burger-nav {
    display:none;
    background: none;
    border: 0;
    color: #fff;
    float: left;
    padding: 0;
    margin: 0.8em 0 0 -15px;
    font-size: 2em;
}




html {
    position: relative;
    min-height: 100%;
        -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    /*margin: 0 0 100px; /* bottom = footer height */*/
    
}






.main {
    min-height: 100%;
    
}


.main:after {
    content: "";
    display: block;
    height: 100px;
}

/*SEARCH PAGE*/


.searchpage .search-message {
    margin:1em 0;
}

.searchpage .search-pagination {
   
    margin-top:1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom:1px solid #666;
}
.searchpage .page {
    font-weight: bold;
}
.searchpage .search-pagination ul {
    margin:0;
}

.searchpage .search-pagination ul li {
    display: inline;
}
.searchpage .search-pagination ul li.active {
    font-weight:bold;
    color: #8a1e23;
}
.searchpage .search-result {
    margin-bottom: 1em;
    padding-bottom:0.5em;
    border-bottom:1px solid #666;
}



.searchpage .search-result h3 strong {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #8a1e23;
}
.searchpage .search-result p strong {
    font-size: inherit;
    font-family: inherit;
    font-weight: bold;
    color: #8a1e23;
}


.search-options input[type="checkbox"] {
    width: 10%;
}

#search-options-left {
    float: left;
    width: 50%;
}

#search-options-right {
    float: right;
    width: 50%;
    text-align: right;
}

#search-options-right a:first-of-type {
    padding-right: 0.5em;
}

#search-options-right .active {
    color: #337ab7;
}

/*.search-result h3 {
    font: 400 28px / 35px Oswald;
    padding: 0.5em;
}

.preview-text {
    padding: 1em;
}

.search-result a {
    color: #333;
}

li.search-result {
    border: 1px solid #d3d3d3;
    border-bottom: none;
}*/



/*TOP SEARCH BAR*/
.top-search-bar-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    padding: 0 4em 0 4em;
    background-color: #a4c9cf;
}
.top-search-bar-wrapper form{
    position:relative;
    width:50%;
    margin-left:25%;
}

.top-search-bar-wrapper.show-search {height:100px;}


    .top-search-bar-wrapper .close-search {
        position: absolute;
        top: 2.5em;
        right: 0.5em;
        z-index: 25;
        cursor: pointer;
    }



    .top-search-bar-wrapper input.top-search-bar {
        width: 100%;
        border-radius: 0;
        padding-left: 2em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /* position: absolute; */
        /* z-index: 20; */
        margin-top: 2em;
    }



    .top-search-bar-wrapper .top-search-icon {
        position: absolute;
        top: 2.5em;
        left:0.5em;

        z-index: 25;
    }
/*Content*/
.content-wrapper{
    width: 100%;
    padding: 2em 0;

}


.testimonials-grid {
        margin-top: 2em;

    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}


.testimonial-wrapper {
    flex-basis: 45%;
    margin: 0 2em 2em 0;
}

.flex-container {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-container-nowrap {
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex-grow-block {
    display:flex;
    margin-bottom: 1em;
    width:100%;
}
.flex-vertical-align{
    min-height: 100% !important;
    display: flex !important;
    align-items: center;
        justify-content: flex-start;
}

.grid-item .grid-item {
    padding-right: 0;
}

.grid-item .grid-item:last-of-type {
    padding-bottom: 0;
}

.grid-item{
    display:flex;
    padding-right: 0.2em;
    padding-bottom:0.2em;
}
 .grid-item a {
    width: 100%;
}

.grid-item-100{
    width: 100%;
}

.grid-item-75{
    width: 75%;
}

.grid-item-50{
    width: 50%;
}

.grid-item-25{
    width: 25%;
}

.grid-item-33{
    width:33.3333333%;
}


/*.grid-item-50 img {
    width: 658px;
    height: 220px;
}


.grid-item-25 img {
    width: 320px;
    height: 250px;
}

.grid-item-100 img {
    width: 320px;
    height: 225px;
}*/

.last{
       padding-right: 0;
    padding-bottom: 0;
}

.flex-container .col-md-1, .flex-container .col-md-2,
.flex-container .col-md-3,.flex-container .col-md-4, .flex-container .col-md-5,
.flex-container .col-md-6, .flex-container .col-md-7,
.flex-container .col-md-8,.flex-container .col-md-9,
.flex-container .col-md-10,.flex-container .col-md-11,
.flex-container .col-md-12{
    display:flex;
}

.section-title{
    padding: 0 0 1em;
    color: #ffffff;
    font: 400 31px / 35px Oswald;
    text-shadow: rgba(0,0,0,0.25) 1px 1px 3px;
    letter-spacing: 0.02em;
}

.block-title{
    color: #ffffff;
    font: 400 28px / 35px Oswald;
    margin:0;
    text-align:left;
    padding-right: 1em;
    text-shadow:rgba(0,0,0,0.5) 1px 1px 3px;
    max-height: 3.7em;
    overflow-y: hidden;
}

.highlighted-text{
    font: 400 28px / 35px Oswald;
}

.text-column p {
    color: white !important;
}

.block-head{
    position:relative;
    text-align:center;
    /*background: #000;*/
}


.block-date{
    margin:0; 
    text-shadow:rgba(0,0,0,0.5) 1px 1px 3px;
}

.block-date-title{
    color: #fff;
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index:20;
    text-align: left;
}

.content-date-title{
    position:static !important;
    color:#666;
}

.content-date-title .block-title, .content-date-title .block-date, .content-date-title span{
    color:#666;
}

.block-profile-link{
    position: absolute;
    bottom: 1em;
    z-index:20;
}
.block-profile-link:before {
    content: '/ '; 
    color: #666666;
}


.block-profile-link a{
    color: #666666;
    font: 700 1em / 1.7em 'PT Sans', sans-serif;
}
.block-category{
    position: absolute;
    top:0;
    right:0;
    background-color:black;
    padding: 0.5em;
    z-index:20;
}

.block-category span{
    color: #f02474;
}

.block{
    background-color:white;
    padding: 0.5em;
    width: 100%;
    position:relative;
    box-shadow:rgba(0,0,0,0.25) 2px 2px 5px;
}

.block-content-wrapper{
    padding:0 1.5em;
}
    .block-content-wrapper.hasicon {
        padding-bottom: 60px;
    }    
    .block-content-wrapper.hasauthor {
        padding-bottom: 2em;
    }

.block-text {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.grid-features .grid-item .block .block-text {
    margin-bottom: 0;
}

.text-only-block{
    background-color:#75151a;
    padding: 3em;
    position:relative;
}


.text-only-block .block-text{
    color:white;
}

.block-ext-link-wrapper,
.block-image-link{
    position:absolute;
    bottom: 1.5em;
    left: 1.5em;
}
.block-ext-link-wrapper {
    right: 1.5em;
    left:auto;
}

.background-lightblue{
    background-color:#a4c9cf;
}

.more-button-wrapper{
    padding-top: 3em;
}

.more-button{
    background: black !important;
    border-radius: 0 !important;
    padding: 1em 4em !important;
    opacity:0.8 !important;
    color:white;
}

.more-button:hover{
    opacity:1 !important;
    color:white !important;
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; 
   -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.25s ease;

  background-color: rgba(0,0,0,0.6); /*dim the background*/
}

.block:hover .overlay {
      background-color: rgba(0,0,0,0.2);
}

.calendar-item-background{
    width: 100%;
    height: 155px;
}

.next-event-tout{
    width: 100%;
    height: 220px;
}
.two-one-third-column .block-wrapper{
    padding: 0 0 1.5em 0;
}

.block-wrapper{
    width: 100%;
}

.latest-news-block{
    padding: 2em 2em;
    background-color: white;
    box-shadow: rgba(0,0,0,0.25) 2px 2px 5px;
}

.author-block{
    padding: 2em 2em;
    background-color: #a5c9ce;
    box-shadow: rgba(0,0,0,0.25) 2px 2px 5px;
}

.people-block{
    padding: 2em 2em;
    background-color: #a5c9ce;
    box-shadow: rgba(0,0,0,0.25) 2px 2px 5px;
    width:100%;
}


.contacts-container .block-wrapper{
    margin-bottom:2em;
}
.block-people-name {
    margin-bottom: 2em;
}

.relative{
    position: relative !important;
}

.block-people-social-link i {
    margin-right: 0.5em;
}

.block-people-social-link{
    display:block;
}
.block-people-social-link a{
       margin-left: 0.4em;
    color:white !important;
    font-weight:normal !important;
}

.people-info{
    /*position: absolute;
    bottom:0;
    left:0;*/
}
.people-block p, .people-block span{
    color:white !important;
}

.latest-news-block .news-item-date{
    padding-bottom: 1em;
}

.latest-news-block .news-item-link{
    color: #198898;
}
.author-details{
    position:relative;
}
.news-item{
    border-top: 1px solid #e9e9e9;
    padding: 1em;
    font: 400 13px / 24px PTSans;
}

.latest-news-block-title{
    color: #cccccc;
    font: 400 28px / 35px Oswald;
    padding-bottom: 1em;
}

i.news-item-icon.fa.fa-file-text {
    padding-right: 0.5em;
}

.contact-block-links i{
    margin-right: 0.5em;
}

.contact-block-links li a{
    color: #666 !important;
}

.arrow-down, .arrow-up {
    margin: 1em;
    cursor:pointer;
}

.arrow{
    padding: 2em 0;
}

.text-only-block.call-out-full-width {
    /*top: 0;
    position: absolute;
    left: 0;
    margin: 4em;*/
        display: flex;
}

.wrapper{
    padding: 0 2em;
}
.black-background{
    background-color: black;
}

.orange{
    color:#f75e1f ;
}

.full-width-block .text-only-block .block-text{
    margin-bottom: 2em;
    background-size:cover;
}
.full-width-block{
    min-height: 500px;
    background-color: rgba(0,0,0,0.45) !important;
}


.call-out-full-width{
    /*position:absolute;*/
    opacity:0.8;
    margin: 4em;
}

.call-out-full-width p, .call-out-full-width span{
    color: white;
}
  .two-columns-section .block,
.three-columns-section .block{
    margin-bottom: 1em;
}

  .text-column a {
    color: #fff;
    text-decoration: underline;
}

.text-column a:hover {
    text-decoration: none;
    color: #fff !important;
}
/*.three-columns-section .block .block-text{
    margin-bottom: 0;
}*/
/*Forms*/

/*div#progress-bar {
    background-color: blue;
    height: 10px;
    width: 0;
 
}*/

#status{
    float: left;
}

#status .success{
    color:rgba(50, 205, 50, .9);
	font-weight:bold;
}
#status .failure{
    color:red;
	font-weight:bold;
}
.loading {
    border-bottom: 6px solid rgba(0, 0, 0, .1);
    border-left: 6px solid rgba(0, 0, 0, .1);
    border-right: 6px solid rgba(0, 0, 0, .1);
    border-top: 6px solid rgba(255, 255, 255, .9);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -moz-animation: rot .6s infinite linear;
    -o-animation: rot .6s infinite linear;
    -webkit-animation: rot .6s infinite linear;
    animation: rot .6s infinite linear;
    visibility:hidden;
}
@-moz-keyframes rot {
	from {-moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); -webkit-transform: rotate(0); transform: rotate(0);}
	to {-moz-transform: rotate(359deg); -ms-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg);}
}

@-webkit-keyframes rot {
	from {-moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); -webkit-transform: rotate(0); transform: rotate(0);}
	to {-moz-transform: rotate(359deg); -ms-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg);}
}

@keyframes rot {
	from {-moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); -webkit-transform: rotate(0); transform: rotate(0);}
	to {-moz-transform: rotate(359deg); -ms-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg);}
}

.checkbox-label {
    font-weight: normal;
}

.content-head-wrapper{
    height: 100px;
    padding: 1em 0;
}

.content-head-wrapper .news-image-link{
    padding:0;
}

.right{
    float:right;
}

.left{
    float:left;
}
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa-search {
  position: absolute;
  padding: 0.5em;
}

/* align icon */
.left-addon .fa-search  { left:  0;}
.right-addon .fa-search { right: 0;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; width:100%;}

.filter-dropdown{
    width: 15em;
    border: none;
    border-radius: 0;
    opacity: 0.6;
    color: #666666;
    background-color: lightgrey;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

i.fa.fa-search.search-box-icon {
    position: absolute;
    right: 2em;
    top: 0.7em;
}

input.search-box {
       padding-left: 0.2em;
    border-radius:0 !important;
}


.search-bar{
    margin-bottom: 2em;
}

.search-bar div[class^="col"]{
    padding:0;
    margin-right:0.2em;
}

.filters form div[class^="col"] {
    padding: 0.2em !important;
    margin: 0;
}

.categories-filters-wrapper select{
    color: #666666;
    border: none;
    background-color: #d5d5d5;
    width:100%;
    padding: 6px 0 6px 19px;
    opacity:0.8;
    float:left;
}

.categories-filters-wrapper select:hover{
    opacity:1;
}

.categories-filters-wrapper {
    padding-bottom: 2em;
}

.categories-filters-wrapper .col-xs-4 {
    padding: 0 0.2em;
}

.block-sign-up .block-red-container{
    padding: 1em;
    background-color: #82191f;
    color: white;
}

p.block-sign-up-text {
    color: white;
    font: 700 1em / 24px 'Oswald', sans-serif !important;
}

.full-width-more-button{
    width: 100%;
    color:#666 !important;
    background-color: #d5d5d5;
    border-radius:0 !important;
    opacity: 0.8;
}
.full-width-more-button:hover{
    opacity:1;
}




.article-author-name span::before {content: "/";margin-right: 0.5em;}


.article-author-name{
    color: #666666;
    font: 400 12px / 24px PTSans;
    padding-top:1.5em;
}

.article-author-name:before {
    content: '/ '; 
    color: #666666;
}
    .article-author-name a {
        color: #666666;
    }


.author-image{
    float: left;
    width: 50%;
    padding: 0 15px;

}

.author-info{
      float: left;
    width: 50%;
    padding: 0 15px;
    position: absolute;
    right: 0;
    height: 100%;

}



.author-info span, .author-info a {
    color: white !important;
}

.block-author-name{
    font: 700 15px / 24px PTSans;
    position: absolute;
    left: 0;
}

i.fa.fa-envelope {
    padding-right: 0.2em;
}
.block-author-role{
    position: absolute;
    margin-top: 1.5em;
    left: 0;
}

.block-author-email{
    position: absolute;
    bottom: 0;
    left: 0;
}



.contact-block {
    padding: 1em;
}

    

.contact-block-address {
    margin-bottom: 2em;
}

.author-block .block-title{
    padding-bottom: 1em;
}

.social-feed-block i{
    color:#2aa3ef;
}

.social-feed-block .fa-facebook {
    color: #365187;
}

.text-center.social-feed-icon-wrapper {
    border-bottom: 1px solid #e9e9e9;
    padding: 1em;
}

.fb-post-image {
   
    height: auto;
    margin-bottom: 1em;
}

.social-post p{
    color: #198898;
    padding: 1.5em 0;
    
}
.social-post{
    padding-top:1em;
}
.live-feed-wrapper ul li{
    border-bottom: 1px solid #e9e9e9;
}

.live-feed-wrapper ul li:last-child{
    border-bottom:none;
}

.live-feed-wrapper{
    padding:1em;
}




.more-button-full-width {
    color: white;
    border: none !important;
    border-radius: 0 !important;
    width: 100%;
    margin-bottom: 3em !important;
    opacity: 0.8;
}

.more-button-full-width:hover {
    color:white !important;
    opacity:1;
}

.filter-buttons{
    margin-bottom:3em;
}

.sponsors-block .flex-container{
    padding:0;
}

.logo-wrapper{
    border: 1px solid #e9e9e9;
    padding: 1em;
    width: 50%;
    max-width:149px;
}

.sponsors-block{
    padding:2em;
}

.right-side-block-title{
        color: #cccccc;
    font: 400 28px / 35px Oswald;
    padding-bottom: 1em;
}

.news-image-link{
        padding-top: 2em;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 2em;
}

.intro-text,
.intro-text p {
    font: 400 1.2em / 1.5em 'PTSans', sans-serif;
    color: #198898;
}


.block-text ul{
        margin-left: 1.2em;
        list-style:disc;
}

.border-line{
    padding-bottom:2em;
    border-bottom: 1px solid #e9e9e9;
}

.news-social-link {
    color: #666666;
    padding: 0 1em;
}

.news-social-links{
    padding-bottom:2em;
}

.conferences .block-text{
    margin-bottom:2em;
}

.block-text a {
    color: #666;
    font-weight: 700;
}

.play-button-wrapper {
    position: absolute;
    z-index: 40;
    border-radius: 50%;
    border: 2px solid white;
    /* padding: 1em; */
    bottom: 5em;
    left: 1em;
    width: 3em;
    height: 3em;
    cursor:pointer;
}

.play-icon-wrapper{
    width: 100%;
    height: 100%;
}

.play-icon {
    left: 1em;
    top: 0.5em;
    /* font-size: 2em; */
    color: white;
    position: absolute;
    /* width: 50%; */
    /* margin: -60% 0 0 -25%; */
    /* width: 100%; */
    /* height: 16px; */
}

.btn-full-width{
    width: 100% !important;
}

.quick-links-wrapper{
    padding:1em 0;
}

.quick-links-wrapper a{
    margin-bottom:0.5em;
}

.quicklinks-block h2{
    padding: 0.5em 0 ;
}

.date-week, .date-hour{
    color:white;
    font-weight:700;
}

.date{
    color:white;
    font-weight:700;
}

.filter-buttons li{
    display:inline;
}

.calendar-item  h3.block-title{
    font: 400 20px / 25px Oswald !important;
}

.calendar-item .date{
    font-weight:400;
}

.triangle {
     width: 0;
     height: 0;
     border-left: 50px solid transparent;
     border-right: 50px solid transparent;
     border-bottom: 100px solid red;
     position:relative;
 }
 .triangle:after{
     content:'';
     position:absolute;
     top:5px;
     left:-45px;
     width: 0;
     height: 0;
     border-left: 45px solid transparent;
     border-right: 45px solid transparent;
     border-bottom: 92px solid white;
}


 /*Image Gallery*/

.image-gallery{
        
    width:100%;
}

.image-gallery-container{
position:relative;
       
    width:100%;
    height:auto;
    /*margin-bottom:1em;*/
}

.image-gallery-container img{
    position:absolute;
    top: 0;
    left: 0;
    z-index:10;


}

.image-gallery li{
    list-style:none;

}

.image-gallery .hidden-gallery-image{
    opacity:0;
    position:static;
    z-index:0;
    display:block;
}

/*Footer*/


footer{
    padding-bottom: 4em;
    background:#530001;
    background: -webkit-linear-gradient(left, #530001 , #8a1e23); /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(left, #530001 , #8a1e23); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #530001 , #8a1e23); /* Standard syntax */

}



.footer-wrapper {
    width: 100%;
    padding: 2em 0 0;
    
}

.footer-title {
    margin-bottom: 0.5em;
    color: #ffffff;
    font: 700 0.95em / 1.7em 'PT Sans', sans-serif;
    letter-spacing: 0.15em;
}

footer p, footer ul li a{
    font: 400 0.95em / 24px 'PT Sans', sans-serif;
    color: #ffffff;
    line-height: 24px;
}


.footer-wrapper a,
.footer-wrapper a:hover, 
.footer-wrapper a:focus{
    color: #ffffff;
}
.social-footer-links ul {
    width: 100%;
}
.social-footer-links ul li {
    display: inline-block;
    width:18%;
    line-height:2em;
}
    .social-footer-links ul li a {
        -moz-transition: color ease-in-out 250ms;
        -o-transition: color ease-in-out 250ms;
        -webkit-transition: color ease-in-out 250ms;
        transition: color ease-in-out 250ms;
    }
    .social-footer-links ul li a:hover,
    .social-footer-links ul li a:focus {
        color:rgba(0,0,0,0.5);
    }


#footer-address #phone{
        margin-top: 2em;
}
.footer-links ul li {
    display: inline;
    border-right: 1px solid white;
    padding: 0 1em 0 1em;
}

.footer-links ul li:last-child {
    border:none;
}

.footer-second-row{
    padding-top: 3em;
}

.subscribe-email-container{
    padding-top:2em;
}

.subscribe-button-wrapper a {
    padding: 0.25em 1em;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 0.85em;
    letter-spacing: 0.1em;
    -moz-transition: background ease-in-out 250ms;
    -o-transition: background ease-in-out 250ms;
    -webkit-transition: background ease-in-out 250ms;
    transition: background ease-in-out 250ms;
}
    .subscribe-button-wrapper a:hover,
    .subscribe-button-wrapper a:focus{
        text-decoration:none;
        background: rgba(0,0,0,0.5) ;
    }


.paypal-subscribe-form input{
        width: 100%;
    background: black !important;
    border-radius: 0 !important;
    padding: 10px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
    color: white;
}

.paypal-subscribe-form table,.paypal-subscribe-form td select{
    width:100%;
}

.paypal-subscribe-form select{
    padding: 10px;
    margin-bottom: 18px;
}

.subscribe-button{
    border-color: white !important;
    border-radius: 0 !important;
    color: white !important;
    opacity:0.8;
}

.subscribe-button:hover{
    opacity:1;
    color:white !important;
}

a.btn.btn-default {
    width: 14em;
    border: none;
    border-radius: 0;
    opacity:0.6;
    color:#666666;
}




a.btn.btn-default.selected {
    opacity: 1;
    background-color: white !important;
}

a.btn.btn-default:hover {
    opacity: 1;
    background-color:white;
}

.padded-row{
    padding-bottom:1em;
}

.text-block p{
    color:white;
}

.background-lightgrey{
    background-color:#e9e9e9 !important;
}

.price-box{
    height: 101px;
    width: 101px;
}

price-box-wrapper{
    display: inline;
    float: left;
    margin-right: 1em;
}


.subscription-desc-wrapper{
    width: 360px;
    display: inline;
    float: left;
}

.subscription-description{
    padding: 10px !important;
    margin-bottom: 1em !important;
}

.price-box-wrapper{
        float: left;
    margin-right: 1em;
}
.subscription-button{
    padding: 10px !important;
    
}

.price-wrapper{
    position: absolute;
       top: 0;
       left: 0;
       bottom: 0;
       right: 0;
       margin: auto;
}

.price{
    color:white;
}

.pricing{
    height:101px;    
    margin: 2em 0;

}

i.fa.fa-plus.fa-1 {
    font-size: 0.5em;
}

.vertical-center {
  min-height: 100%;  
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-left: 1.5em;
}

.subscription-box a.btn.more-button {
    width: 100%;
}

.darkgrey{
    color:#666666
}
/*breadcrumbs*/



.breadcrumbs ul li{
    display:inline;
    font-size:0.85em;
    letter-spacing:0.1em;
}

.breadcrumbs ul li:after {
    content: "/";
    padding: 0 10px;
}

.breadcrumbs ul li:last-child:after {
    content: "";
}

.breadcrumbs ul li a{
    color:#666666;
  
    font-size:1em;
}

/* flex grids*/

.flex-row {
    align-items: stretch;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: flex;
}

.flex-column {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex-row .block-text {
    margin-top: 2em;
     margin-bottom: 0; 
}


.conferences .filter-buttons a.selected{
    background-color:#198898 !important;
    color:white;
}


/*adverts*/

.advert-big .block-head {
    padding-top: 25%;
    padding-bottom: 25%;
}





/*sitemap*/
ul.alphabet {
    float: left;
    width: 100%;
    margin: 0;
}

ul.alphabet li.letter-link {
    padding: 6px 12px;
    float: left;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    -moz-transition: color ease 200ms;
    -o-transition: color ease 200ms;
    -webkit-transition: color ease 200ms;
    transition: color ease 200ms;
}
ul.alphabet li {
    list-style: none;
    float: left;
    margin: 0 5px 5px 0;
    display: block;
}

ul.alphabet li.no-letter {
    padding: 6px 12px;
}

.letter {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #d3d3d3;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.letter:last-child {
    border-bottom: 1px solid #d3d3d3;
}

ul.siteindex {
    width: 100%;
    margin-bottom: 0;
}

.sitemap .right a {
    color: #198898;
}

.back-to-top a {
    color: #666;
}

.left.definition {
    width: 45%;
    margin-right: 5%;
}

.sitemap .left p {
    text-transform: uppercase !important;
}

.right.path {
    width: 50%;
}

p.back-to-top {
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
    text-align: right;
}


/*grid editor*/
.section-sponsors-partners {
	float: left;
	width: 100%;
	margin-top: 13px;
	margin-bottom: 30px;
}



.line-divide {
    float: left;
    width: 100%;
    border-top: 1px solid #dcdcdc;
	position: relative;
	margin-bottom: 40px;
}

h5 span {
    background: #333;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
}

h5 {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin-bottom: 0;
    width: auto;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}
/*colors*/

.dark-bg{
    width: 100%;
    background: #333333;
    padding: 1.5em 1.5em;
    color: #fff;
    margin-bottom: 2px;
    position: relative;
}

.background-white{
    background-color:white !important;
}



.background-darkcyan{
    background-color:#198898;
}

.background-grey{
    background-color:#d5d5d5 !important;
}




.background-mint{
    background-color:#a4c9cf;
}


.background-dark-blue{
    background-color:#4d59a7;
}

.background-dark-cyan{
    background-color:#198899;
}

.background-light-red{
    background-color:#ba1657;

}

.background-green{
    background-color:#00a75b
}

.background-purple{
    background-color:#893e9d;
}
.background-blue{
    background-color: #2289a8;

}

.background-flameRed{
    background-color: #8a1e23;
}
.orange-text{
    color:#f75e1f;
}

/*styled select*/

/*p{  
    font-size:13px;
    font-family:arial;
    padding:0 0 10px 10px;
}*/

div.formRow{
    padding:0 0 10px 10px;
}

.styled-select { 
    float: left;
    height: 22px;
    margin: 0 3px 2px 0;
    /*width: 207px;*/
    position: relative;
    font-size: 13px; 
}
.styled-select span,
.styled-select select { 
    width: 152px; 
    height: 24px; 
    font-size:13px;
    font-family:arial;
}
.styled-select .selector { 
    position: absolute;
    background: white url("http://www.dummyimage.com/18x18/ccc/ccc.gif") right center no-repeat;
    padding: 4px 0 0 5px;
    width: 169px;
    height: 2.5em;
    line-height: 14px;
    border: 1px solid #CCC;
}



/*PROGRAMME*/

.programme .programme-row.heading {
    font-weight: bold;
}

.programme .col-time {
    display: block;
    float: left;
    width: 10%;
    margin-right: 3%;
}

.programme .col-desc {
    display: block;
    float: left;
    width: 50%;
    margin-right: 5%;
}

.programme .col-speakers {
    display: block;
    float: left;
    width: 32%;
}


.programme .programme-row {
    clear: both;
    border-bottom: 1px solid #d2d2d2;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
}

.programme .col-time span {
    color: #198898;
    font-size: 20px;
}

.programme-intro .block-date-title{
    position:static;
    color:#666666;
}

.programme-intro .block-date-title span{
    color:#666666;
}

.programme-intro h3 {
    color: #666666;
}

.absolute{
    position:absolute !important;
}




.block-image-link.absolute{
    position: absolute !important;
    right: 0;
    width: 107px;
    z-index: 20;
    top: 0;
}


/*SPEAKERS*/


.speaker-detail img {
    display: block;
    margin: 1em 0;
}

.profile-container {
    margin-bottom: 20px;
    width: 100%;
    padding: 2em 0;
    display: flex;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    min-height: 700px;
}

.profile-container .profile .closebutton {
    left: auto;
    right: 20px;
    top: 20px;
    display: none;
}

.profile-container .profile.open .closebutton {
    display: block;
     left:auto;
        right:20px;
        top:20px;
}


.profile-container .profile .profile-image {
    margin-bottom: 10px;
    height: 110px;
    width: 110px;
    position: relative;
    background: #fff;
    cursor: pointer;
}



.profile-container .profile .closebutton:hover,
        .profile-container .profile .profile-image:hover .openbutton {
            background-color:#000;
}

.profile-container .profile.open .profile-image {
    cursor: default;
}

.profile-container .profile .closebutton, .profile-container .profile .openbutton {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #198898;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.profile-container .profile {
    width: 25%;
    margin-bottom: 20px;
}

.profile-container .profile .profile-social {
    list-style: none;
    float: left;
    width: 100%;
}
.profile-container .profile .profile-social li {
    padding: 0 15px 0 0;
    margin: 0;
    list-style: none;
    float: left;
    font-size: 18px;
    color: #00a498;
}

.profile-container .profile a {
    color: #00a498;
}
.profile-container .profile.open .profile-content .bio {
    display: block;
}
.profile-container .profile .profile-content .bio {
    display: none;
}

.profile-container .profile.open {
    position: absolute;
    width: 100%;
    background: white;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 2em 0;
}


.profile-container .profile.open .profile-content {
    float: left;
    width: 60%;
}

.profile-container .profile.open .profile-info {
    float: left;
    margin-right: 20px;
    max-width: 20%;
}

.profile-container .profile.open .openbutton {
    display: none;
}



.subnavigation {
    display:block;
    width:100%;
    margin-bottom:2em;
}

    .subnavigation ul {
        display:flex;
    }

        .subnavigation ul li {
            display: flex;
            position: relative;
            -ms-flex: 1;
            -webkit-flex: 1;
            flex: 1;
            margin-right:2px;
        }
        .subnavigation ul li:last-of-type {
            margin:0;
        }
            .subnavigation ul li a {
                color: #666;
                background: #d5d5d5;
                display: block;
                width: 100%;
                padding:0.5em 0;
                text-align: center;
                line-height: 1.5em;
                min-height: 2em;
                font-weight: bold;
                letter-spacing: 0.1em;
                font-size: 0.9em;
                -moz-transition: background-color ease-in-out 250ms;
                -o-transition: background-color ease-in-out 250ms;
                -webkit-transition: background-color ease-in-out 250ms;
                transition: background-color ease-in-out 250ms;
            }
        .subnavigation ul li a.selected,
        .subnavigation ul li a:hover,
        .subnavigation ul li:hover > a{
            text-decoration:none;
            background:#198898 ;
            color:#fff;
        }


        .subnavigation ul ul.childmenu {
            display:none;
            position: absolute;
            z-index: 20;
            width: 100%;
            top: 100%;
            left: 0;
        }
        .subnavigation ul li:hover ul.childmenu {
            display:block;
        }
        .subnavigation ul ul.childmenu li {
            width:100%;
            margin:1px 0 0 0;
        }

#secondstage h5{
    position: static;
}



/*.has-sub-menu{
    position:relative;
}


ul.sub-menu {
    position: absolute;
    left: 0;
    z-index: 50;
    width:100%;
    display:none;
}


.has-sub-menu:hover ul{
    display:block;
}

.sub-menu li{
    display: block;
}*/
/*RESPONSIVE*/



@media(max-width: 1400px) {
    .com-row {
        max-width: 100%;
        margin: 0 25px;
    }
}



@media(max-width: 1200px) {


    nav .navigation-right {
        position: absolute;
        top: 0;
        right: 2%;
        margin-top: 0;
    }




}


@media(max-width: 1100px) {


  /*.grid-item-25 {
        width: 50%;
    }

    .grid-item-50 {
        width: 50%;
    }

    .grid-item-33 {
        width: 100%;
    }*/

    .block-title {
        font-size: 24px;
        line-height: 27px;
        max-height: 3.3em;
    }

    .block-date, .date-week, .date-hour {
        font-size: 13px;
    }
    .grid-item:nth-child(3) .block-content-wrapper {
        display: none;
    }
}




@media(max-width: 1000px) {


    /*.col-md-6{
        margin-bottom: 2em!important;
    }*/

    .container{
        width:100% !important;
    }

    /*.grid-item{
        margin-bottom: 0.5em;
    }*/

    section.three-blocks-section .col-md-4 {
        margin-bottom: 0.5em !important;
    }

    .search-button-news{
            top: 10px;
    }

    .search-bar div[class^="col"] {
    
    margin-right: 0;
    }

    .inner-addon{
            margin-bottom: 1em;
    }

    .search-box{
            border: 0.5em solid #d5d5d5;
    }

    .search-bar form .categories-filters-wrapper select {
    
        margin-bottom: 1em;
        border: 0.5em solid #d5d5d5;
    }

    .two-one-third-column  form .categories-filters-wrapper select{
        padding: 0.5em 0.5em 0.3em 0;
    }

    input.search-box {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .inner-addon .fa-search {
      padding: 1.5em;
    }

    .filter-buttons li{
    display:block;
    margin-bottom:1em;
    }


    .filter-buttons ul li a.btn.btn-default {
        padding: 1em;
    }


    .footer-links ul li {
        display: block;
        border-left: 1px solid white !important;
        border-right:none;
        padding: 0 1em 0 1em;
        font: 400 12px / 24px PTSans;
        margin-bottom: 1em;
    }

    .social-footer-links ul li {
        display: inline;
        padding-right: 3em;
    }

    .footer-second-row .row {
        display: flex;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .categories-filters-wrapper div {
        margin-bottom: 1em;
    }

    .categories-filters-wrapper a.btn.btn-default {
        width: 100%;
        padding: 1em;
    }

    .categories-filters-wrapper div select {
        padding: 1em !important;
    }
    

    .nav-wrapper {
        padding:0;
    }

    nav .navigation-right {
    
         padding-left: 0; 
         padding-right: 0; 
    }


    

   
}




@media(max-width: 900px) {
    .header-logo-wrapper {
        width: 42%;
    }

    .nav-wrapper {
        width: 41%;
    }

    .search-button {
        margin: 0;
        position: absolute;
        right: 4%;
    }

    nav .navigation-right {
        right: 6%;
    }

    nav .navigation-left {
        padding-bottom: 1em;
    }

    div#nav-select {
        display:none;
    }

    .block-title {
        font-size: 24px;
        line-height: 27px;
    }

    .block-date, .date-week, .date-hour {
        font-size: 13px;
    }

    .grid-item-50 {
        width: 66%;
    }

    .grid-item-25 {
        width: 33%;
    }

    .grid-item:nth-child(3) .block-content-wrapper {
        display: none;
    }





    .subnavigation ul {
        display: block;
    }
      .header-wrapper {
        margin:  0 -25px 0;
        width: auto;
    }
    .top-search-bar-wrapper {
        margin: 0 -25px;
        padding: 0 1em;
    }
    div.banner-ad {
        margin: 0 -25px;
    }
 
    .call-out-full-width{
        
     margin: 2em 0;
    }


}


@media(max-width:768px) {


.grid-item-50 {
    width: 100%;
}

.grid-item-25 {
    width: 50%;
}

.grid-item:nth-child(3) .block-content-wrapper {
    display: block;
}
}


@media(max-width: 630px) {
    .grid-item-25 {
        width: 100%;
    }

    .grid-item-50 {
        width: 100%;
    }

    .grid-item{
            margin-bottom: 0.5em;
    }

    section.three-blocks-section .col-md-4 {
        margin-bottom: 0.5em !important;
    }




    .grid-item-33 {
        width: 100%;
    }

    button.burger-nav {
        display:block;
    }

    nav .navigation-left,
    nav .navigation-right {
        display:none;
    }




    ul.navigation-left {
        position: absolute;
        width: 100%;
        top: 0;
        background: rgba(137, 29, 35,0.95);
        left: 0;
        z-index: 30;
        margin-top: 4.7em;
        padding: 2em 0;
    }

    nav .navigation-left li a,
     nav .navigation-right li a {
        padding: 0;
        border:0;
        width: 100%;
        text-align: center;
        font-weight: normal;
        margin-bottom: 0.5em;
    }

    .navigation-left li.selected a, 
    .navigation-left li a:hover,
     .navigation-left li a:focus {
        border-color: transparent;
        background: #530001;
    }
    div#nav-select {
        display:none;
    }
    .header-wrapper.show-mobile-nav {
    border-radius:0;
    }
  .header-wrapper.show-mobile-nav ul.navigation-left{
        display:block;
    }

    .header-wrapper.show-mobile-nav .header-corner{
        border-color:transparent transparent rgb(137, 29, 35) rgb(137, 29, 35);
    
    }

    ul.navigation-left li {
        width: 92%;
        display: block;
        margin: 0 4%;
    }




    .header-logo-wrapper {
        margin: 1.5em;
    }

    .header-logo-wrapper img {
        max-width: 75%;
    }

    .header-wrapper {
        border-radius: 0 0 16px 0;
        margin:  0 -25px 0;
        width: auto;
    }

    .header-corner {
        border-width: 8px;
    }

 
    .search-button {
        margin-top: 1.5em;
    }


    .top-search-bar-wrapper form {
        width: 100%;
        margin-left: 0;
    }

  
}

@media (min-width: 1200px){
    .container {
        width: 1500px !important;
    }
}



@media (max-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
}

@media (max-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}

@media (max-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (max-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .profile-container .profile {
        width: 50%;
        margin-bottom: 20px;
    }

    .profile-container .profile .profile-content {
        padding-right: 0.5rem;
        width: 100% !important;
    }
}

@media (max-width:1025px) { /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
}