/* Custom Styles */
.announcement{
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
}
.announcement:hover{
    color:#fff;
    text-decoration:none;
}
.footer__content{
    text-align:center;
}
 
/* CUSTOM FEEDBACK BOX */
#feedback {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 400px;
	margin-left: -3px;
	margin-bottom: -3px;
	z-index:9999;

}

#feedback-form {
    background:#fff;
	float: left;
	width: 500px;
	height: 100%;
	z-index: 1000;
	padding-left: 5px;
	padding-right: 10px;
	background-clip: 'padding-box';
	border: 1px solid rgba(0,0,0,.2);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	text-align:center;
}

#feedback-tab {
	float: right;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	width: 120px;
	height: 42px;
	background-color:#F45C5C;
	margin-top: 60px;
	margin-left: -42px;
	padding-top: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

#feedback-tab:hover {
	background-color: rgba(0,0,0,0.5);
}

#feedback-form textarea {
	resize: none;
}
/*Emoticon*/
.form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.item {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}
.radio {
  display: none !Important;
}
.radio ~ span {
  font-size: 3rem;
  filter: grayscale(100);
  cursor: pointer;
  transition: 0.3s;
}

.radio:checked ~ span {
  filter: grayscale(0);
  font-size: 4rem;
}
#feedback-form textarea{
    height:110px !important;
    width:400px;
    padding:10px;
}
.btn-custom{
    background:#F45C5C;
    border:1px solid #F45C5C;
    padding:15px 30px;
    color:#fff;
    border-radius:4px;
}
.btn-custom:hover{
    color:#fff;
}
.alert-custom{
    border:0;
    background-color:#fff;
    color:#000;
    padding-top:30px;
}
.emoticon-app p{
    margin-top:20px;
}

#section-1606190397394 .section {
    min-height: 400px;
    height: 400px;
    /*background-color: #353432 !important;*/
}

#section-1606190397394 .sizer {
    height: 100%;
    display: flex;
    align-items: center;
}

#section-1606190397394 .container {
    display: flex;
}

#section-1606190397394 h1 {
    font-size: 36px !important;
    line-height: 60px;
}

@media(max-width: 768px) {
    #section-1606190397394 h1 {
        font-size: 24px !important;
        line-height: 38px;
        padding: 0 25px;
    }
    
    #section-1606190397394 h1 br {
        display: none;
    }
}


@media only screen and (max-width: 600px) {
   #feedback{
       height:350px;
       z-index:9999;
   }
    #feedback-form {
        width:320px;
    }
    #feedback-form textarea{
        width:250px;
        height:100px !important;
    }
    .btn-custom{
        width:200px;
    }
    .item {
        height:60px;
        width:60px;
    }
    .radio ~ span {
        font-size: 2.5rem;
    }
    #feedback-form textarea {
        margin-top:10px;
    }
}
/* END CUSTOM FEEDBACK BOX*/


/*Google Search Customization*/
/* CSS Overrides go here */
.gsc-search-button{
    height:50px;
    left:-200px
}
.gsc-control-cse{
    background-color:transparent !important;
}
.gs-title{
    color:red !important;
}
.gsc-input-box{
    border:1px solid red;
}
input.gsc-input{
    height:41px !important;
}
.gsc-adBlock{
    display:none !important;
}
.gsc-control-cse{
    border:0 !important;
}
.gs-title{
    font-size:18px !important;
    text-align:left !important;
}
.gcsc-find-more-on-google{
    display:none !important;
}
.gsc-webResult.gsc-result{
    border:0 !important;
}
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet{
    border:0 !important;
    background: #fff !important;
}
/*PRESS PAGE*/

        /*Navigation pill*/
        
        .press-nav .nav-pills .nav-link{
            color:#BABEC0;
            font-size:20px;
            padding:10px 25px 10px 0;
        }
        .press-nav .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
            background:none;
            color:#FF6A6A;
            font-size:20px;
        }
        /*press grid*/
        .press-grid{
            padding-left:20px;
            display:flex !important;
        }
        .press-grid,.press-image,.press-title,.press-date{
            display: inline-block;
            vertical-align: middle;
            padding:10px 0;
        }
        .press-image{
            width:25%;
            margin:auto;
            border:1px solid #fff;
            background:#fff;
        }
        .press-image img{
            width:100%;
        }
        
        .press-title{
            width:65%;
            padding-left:15px;
        }
        .press-title a{
            color:#30373E !important;
            font-weight: bold;
            font-family: 'Playfair Display', serif;
        }
        .press-magazine{
            color:#55636F;
            text-transform: uppercase;
            font-size:13px;
        }
        .press-date{
            width:20%;
            vertical-align: top;
            padding-left:15px;
            padding-top:0;
            font-family:'Playfair Display';
            text-transform:uppercase;
        }
        .press-date .press-day{
            font-size:45px;
            color:#BABEC0;
        }
        .press-month{
            position:relative;
            top:-10px;
        }
        .tab-pane{
            max-height:480px;
            overflow-y: auto;
        }