*{
	outline: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	/*text-decoration: none !important; */
}
:root {
	--premium-main: #f7891d;
	--default: #999999;
}
body{
	font-family: 'open sans';
	color: #3d3935;
}
html.is-reveal-open, html.is-reveal-open body{
	width: 100%;
}
section{
	clear: both;
	display: inline-block;
    width: 100%;
}
@font-face {
    font-family: 'open sans';
    src: url('../fonts/opensans-regular-webfont.ttf') format('ttf'),
		url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open sans bold';
    src: 	url('../fonts/OpenSans-Bold.ttf') format('ttf'),
			url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open sans sb';
    src: url('../fonts/opensans-semibold-webfont.ttf') format('ttf'),
		url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/Montserrat.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.poweredby {
    font-size: 14px;
    color: #98938E;
    font-family: 'open sans';
    font-style: italic;
}

/* Common */
.m0 {
	margin: 0px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mv-40 {
	margin-bottom: 40px !important;
	margin-top: 40px !important;
}
.m-10 {
	margin: 10px !important;
}
.p-0 {
	padding: 0px !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.pv-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.ph-10{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.ph-20{
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.ph-30{
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.ph-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}
.w-20 {
	width: 20% !important;
}
.w-40 {
	width: 40% !important;
}
.w-50 {
	width: 50% !important;
}
.premium-border{
	border: 1px solid var(--premium-main);
}
.unhide {
	display: inherit !important;
}
.line-height-20 {
	line-height: 20px !important;
}
.text-alert {
	color: red;
}

/* Typography */
.text-secondary {
	color: #ccc;
}
.text-success {
	color: #3a8a3a;
}
/* Button */
.rec-btn {
    color: white;
    margin: 1px;
    padding: 10px;
    font-size: 15px;
    border: none;
	border-radius: 0px;
	cursor: pointer;
    display: inline;
}
.rec-btn.primary {
	background-color: #007db3;
}
.rec-btn.disabled {
	background-color: #ccc;
}
.rec-btn.success {
	background-color: #3a8a3a
}
.button.btn-premium {
	background-color: var(--premium-main) !important;
}
.button.btn-default {
	background-color: var(--default) !important;
}
/* Form error msg */
.input-msg.error {
	color: red;
}
.center-block {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
.text-center {
	text-align: center;
}
.ticket-text { background: #f6f6f6; margin: 20px 0; padding: 20px; }
.success-text { background: #e4efdc; margin: 20px 0; padding: 20px; }

/*Preloader css*/
#loading{
    background-color: #007DB3;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 90;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}
.popup-spinner {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 5;
	background-color: rgba(200,200,200,.8);
}
.popup-spinner > svg{
	font-size: 2em !important;
}
.tabs .tabs-title>a:hover {
	background: transparent;
}
.object{
    width: 8px;
    height: 50px;
    margin-right:5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@-webkit-keyframes animate {

    50% {
        -ms-transform: translateX(-25px) scaleY(0.5);
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);

    }

}

@keyframes animate {
    50% {
        -ms-transform: translateX(-25px) scaleY(0.5);
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);
    }

}

/*End off Preloader*/

/*-- Top Bar Menu Start -- */

.top-bar {
    background: transparent;
	padding: 0;
}
.top_nav {
    background-color: #3d3935;
	padding-top: 5px;
}
.top-bar ul li {
    margin-bottom: 0;
}
.top-bar ul{
	background: transparent;
}
.dropdown.menu a{
    color: #B0E4D6;
	padding: 10px 10px 19px 10px;
	font-size: 14px;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after{
	display: none;
}
.top-menu.dropdown.menu li.has-hover.is-active, .top-menu.dropdown.menu li.has-hover.is-active a {
    background-color: #dbdad9;
    color: #64615e;
}
.has-hover .is-dropdown-submenu.js-dropdown-active{
	border: 0 none;
	z-index: 99;
	min-width: 250px;
	padding: 30px 20px;
	background-color: #dbdad9;
}
.has-hover .is-dropdown-submenu.js-dropdown-active li{
	 margin-bottom: 20px;
}
.has-hover .is-dropdown-submenu.js-dropdown-active a {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
}
.has-hover .is-dropdown-submenu.js-dropdown-active li:last-child{
	margin-bottom: 0;
}

.has-submenu svg {
    font-weight: normal;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}
.signIn svg {
    font-weight: normal;
    font-size: 12px;
    margin-left: 1px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}
.dropdown.menu.top-menu>li.opens-left>.is-dropdown-submenu{
	right: auto;
    left: 0;
	z-index: 999;
}
.top-bar .dropdown.menu>li.opens-left>.is-dropdown-submenu.signIn-drop {
    left: auto;
    bottom: 0;
    right: 0;
	min-width: 310px;
	z-index: 99;
	margin-left: 0;
	border: 0 none;
	padding-top: 15px;
	margin-top: -6px;
	list-style: none;
}
.top-bar .dropdown.menu>li.opens-left>.is-dropdown-submenu.signIn-drop .signIn-wrap{
	background-color: #fff;
	padding: 20px;
}
.signIn.is-active:before {
    width: 0;
    position: absolute;
    content: "";
    opacity: 1;
    top: auto;
    left: 40%;
    bottom: -10px;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    z-index: 99;
}
.selectCountry{
	/* background: url("../images/select-country.png") no-repeat; */
	background-position: left center;
	background-size: 26px 26px;
}
.top-menu.menu a.selectCountry{
	padding: 10px 18px 12px 30px;
}
.upper-text .sign-in {
    font-size: 20px;
    font-family: 'open sans bold';
    margin-right: 5px;
}
.upper-text span {
    font-size: 14px;
}
.top-menu.dropdown.menu .signIn-drop a {
    padding: 0;
    display: inline;
	margin-left: 5px;
    font-size: 14px;
    text-decoration: none;
	color: #007DB3;
}
.signIn-drop .form-group input {
    height: 50px;
    padding: 8px;
    margin-right: 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	max-width: 100%;
}
.signIn-drop .form-group {
    margin: 30px 0;
    position: relative;
}
.signIn-drop .signUp-container .form-group {
	margin: 15px 0 0;
}
.signIn-drop .signUp-container p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.signIn-drop .signUp-container p:last-child{
	margin-bottom:0
}
.signIn-drop .form-group:nth-child(2){
	margin-bottom: 0;
}
.signIn-drop .form-group input {
    height: 50px;
    padding: 8px;
    margin-right: 0;
    width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.signIn-drop .form-group label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: 2px;
    font-size: 14px;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	pointer-events: none;
	font-family: 'open sans bold';
}
.signIn-drop .form-group label.show{
	top: -14px;
	opacity: 1;
}

.default-submit {
    width: 100%;
    height: 40px;
    background-color: #3d3935;
    font-size: 14px;
    color: #fff;
    border-radius: 35px;
    border: 0 none;
    margin: 10px 0;
	cursor: pointer;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	-moz-transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.default-submit:hover{
	background-color: #007DB3;
	color: #fff;
}
.top-menu.dropdown.menu li.signIn .dropdown-toggle, .top-menu.dropdown.menu li.signIn .dropdown-toggle:hover {
    border-radius: 20px;
    background-color: #2c2b2a;
    padding: 6px 15px;
    margin-top: 0;
    z-index: 10;
	color: #c7ede4;
}
.remember-me{
	margin-bottom: 0;
	text-align: left;
}
.remember-me span{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.remember-me input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

/* Modal Window */
.rega-reg-pop-modal {
	background: white !important;
}
.rega-reg-pop-text { background: #f6f6f6; margin: 20px 0; padding: 20px; }
.rega-reg-pop-modal h4 { color: #000 !important; }

.is-reveal-open .reveal-overlay{
	   background-color: rgba(61,57,53,.8);
}
.reveal.custom-modal {
    background-color: rgba(39,37,35,.9);
    border: 0 none;
	padding: 90px 60px 60px;
	max-width: 625px;
	width: 100%;
}
.custom-modal h4 {
    font-size: 25px;
    color: #e5e0af;
    margin: 0 0 20px;
    font-family: 'open sans sb';
    line-height: 40px;
}
.accordion-item .accordion-title::before{
	display: none;
}
.is-active .accordion-title,
.accordion-item .accordion-title:hover,
/* .accordion-item .accordion-title:focus, */
.accordion-item .accordion-title:focus svg {
	background-color: #EDF5F3;
	color: #3d3935;
}
.custom-modal .is-active .accordion-title, .accordion-item .accordion-title:hover svg{
	color: #3d3935;
}

.is-active .accordion-title svg {
    transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.custom-modal .accordion-title {
	color: #3d3935;
	font-size: 16px;
	border: 0 none;
}
.close-button span{
    font-size: 14px;
    color: #fff;
	position: relative;
	padding-right: 20px;
}
.close-button span:before {
    font-size: 13px;
    content: "X";
    position: absolute;
    right: 4px;
    top: 4px;
    font-weight: bold;
	display: none;
}
.close-button .fa-times {
    margin: 0px 0 0 7px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.accordion-title svg {
    font-size: 14px;
    display: inline-block;
    margin-top: -5px;
    color: #3d3935;
}
.accordion-title .arrow{
	position: relative;
}
.accordion-title .arrow::before {
    position: absolute;
    content: "";
    right: 30px;
    top: -7px;
    height: 30px;
    width: 1px;
    background-color: #e2e1e0;
}

.custom-modal .accordion{
	background: transparent;
}
.custom-modal li.accordion-item {
    margin-bottom: 10px;
    background: #fff;
}

.custom-modal li.accordion-item:last-child{
	margin-bottom: 0;
}
:last-child:not(.is-active)>.accordion-title{
	border: 0 none;
}
.accordion-content select{
	margin-bottom: 0;
	color: #3d3935;
	padding: 5px 10px;
}
/* Modal Window */

/*-- Top Bar Menu End -- */

/*Start top-search*/

.top-search {
    background-color: #ffffff;
    padding: 10px 0;
    display: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.top-search .input-group{
	margin: 0;
}
.close-search{
	cursor: pointer;
}
.top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: #3d3935;
    padding-left: 0;
    padding-right: 0;
	display: inline-block;
	vertical-align: middle;
	padding: 8px 0;
}
.top-search input.form-control {
    margin: 0;
	background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #3d3935;
    height: 40px;
    display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}
/*End top-search*/



/*-- Main Menu Start -- */
.grid-container {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.grid-container.fullWidth {
    max-width: 100%;
	max-width: 1980px;
}
.grid-sm-container{
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 .625rem;
}
.logo-menu .logo {
    padding: 23px 0;
}
.logo img {
		max-width: 180px;
		max-height: 60px;
}
.main-menu ul li{
	padding: 0;
	margin-bottom: 0;
}
.main-menu .menu li > a{
    padding: 44px 10px;
    font-size: 24px;
    color: #3d3935;
    font-weight: bold;
}
.main-menu .dropdown.menu > .is-active>a{
	color: #007DB3;
}
.main-menu .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{
	display: none;
}


.logo-menu .attr-nav{
	margin-right: 0;
}
.attr-nav ul{
	margin: 0;
	text-align: right;
	list-style-type: none;
}
.attr-nav > ul > li.search {
	padding: 35px 0;
	margin:0;
}
.attr-nav > ul > li > a{
	font-size: 24px;
	color: #3d3935;
	padding: 0 0 0 15px;
	vertical-align: bottom;
}

.search a:hover .fa-search{
	color: #007DB3;
}
.main-menu .is-dropdown-submenu-parent,
.medium-horizontal.menu{
	position: static;
}
.main-menu .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{
	 padding: 43px 18px;
	 position: relative;
}
.main-menu .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent.is-active>a::before {
    position: absolute;
    content: "";
    width: calc(100% - 40px);
    height: 5px;
    background: #007DB3;
    bottom: 24px;
    left: 20px;
}
.main-menu .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent.is-active>a::after{
    width: 0;
    position: absolute;
    content: "";
    opacity: 1;
    top: auto;
    left: 50%;
    height: 0;
	border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #dbdad9;
    z-index: 99;
	display: block;
	bottom: -1px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.main-menu .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{
	min-width: 100%;
	padding: 25px 30px;
	background-color: #dbdad9;
	border: 0 none;
	z-index: 99;
}
.medium-horizontal .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu{
	left:0;
	width: 100%;
	z-index:999;
}
.summit-league h3 {
    font-size: 16px;
    font-family: inherit;
    font-weight: bold;
    color: #3d3935;
    margin: 20px 0 0;
    line-height: normal;
}
.summit-league p {
    font-size: 14px;
    font-family: "open sans sb";
    color: #3d3935;
    margin: 10px 0 0;
    line-height: normal;
}
.summit-league {
    background-color: #fff;
}
.summit-league:hover, .summit-league:hover a{
	background-color: #007db3;
}
.summit-league:hover h3, .summit-league:hover p {
	color: #fff;
}
.summit-league figure {
    min-height: 196px;
    background-size: cover !important;
    background-position: bottom center !important;
}
.leagues{
	padding-left: 10px;
}
.grid-x .big-col {
    width: 47%;
}
.grid-x .small-col {
    width: 53%;
}
.col-bg	{
	 padding: 10px;
    background-color: #fff;
}
.col-bg .video, .col-pad .col-bg figure{
	min-height: 140px;
}
.col-bg .video svg {
    position: absolute;
    bottom: 13px;
    left: 15px;
    font-size: 24px;
    opacity: .8;
    background: rgba(0,0,0,.7);
    border-radius: 20px;
    padding: 4px 14px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.col-bg .video svg.fa-file-alt{
	    padding: 4px 14px;
}
.col-bg .time {
    position: absolute;
    bottom: 20px;
    right: 15px;
    font-size: 16px;
    background: rgba(0,0,0,.7);
    padding: 2px 14px;
}

.leagues h4{
	font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    color: #3d3935;
    margin: 12px 0 0;
    line-height: normal;
}
.leagues p {
    font-size: 12px;
    font-family: inherit;
    color: #3d3935;
    margin: 4px 0 11px;
    line-height: normal;
}
.main-menu .menu li.small-col a{
	padding: 10px;
}
.stories .col-bg figure {
    min-height: 150px;
	position: relative;
	background-position: center center !important;
	background-size: cover !important;
}
.summit-league img {
    width: 100%;
}
.col-pad .col-bg figure,
.leagues .col-bg figure {
	position: relative;
	background-size: cover !important;
	overflow: hidden;
}
.col-pad .col-bg:hover .patina, .stories .col-bg:hover .patina, .leagues .col-bg:hover .patina,
.result-listing .videos a:hover .patina {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(108,208,179,0.5);
    display: block;
    height: 100%;
}
.result-listing .videos a:hover svg {
	color: #fff;
	background: #2b3575;
}
.result-listing a:hover, .filters-checkbox-list a:hover {
    text-decoration: none !important;
}
.leagues .col-bg:hover p, .leagues .col-bg:hover h4{
	color: #fff;
}
.menu .mb-5{
	margin-bottom: 5px;
}
.menu .mt-5{
	margin-top: 5px;
}
.main-menu .dropdown.menu.medium-horizontal>li.for-donate.opens-right>.is-dropdown-submenu{
	padding:0;
}
.main-menu .dropdown.menu.medium-horizontal>li.for-donate > ul{
	background-color: transparent !important;
}
.main-menu ul li.donate-col{
	padding: 40px 30px;
	background-color: #c6c5c4;
}
.summit-tickets button, .summit-tickets button:hover {
    background-color: #007db3;
}
.default-button{
    padding: 10px;
	min-width: 100%;
    margin-top: 18px;
    margin-bottom: 0;
	background-color: #007db3;
	color: #fefefe;
	cursor: pointer;
	-webkit-transition: background-color .25s ease-out,color .25s ease-out;
	-moz-transition: background-color .25s ease-out,color .25s;
    transition: background-color .25s ease-out,color .25s;
	 border-radius: 30px;
	 min-height: 45px;
	 font-size: 16px;
	 font-family: 'open sans bold';
}
.default-button:hover{
	background-color: #007db3;
}
.donate-col h4 {
    font-size: 16px;
    font-weight: bold;
    font-family: inherit;
	margin: 0 0 20px;
}
.donate-col p {
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
	margin-bottom: 23px;
}

.other-way{
	text-align: center;
	display:inline-block;
	width: 100%;
	margin-top: 25px;
}
.main-menu .menu li .other-way a{
	text-decoration: none;
	font-size: 14px;
	padding: 0;
	color: #4f4b48;
}
.main-menu .menu li .other-way a:hover{
	text-decoration: underline !important;
}
.main-menu .menu li .other-way a svg{
	font-size: 10px;
	vertical-align:middle;
	display: inline-block;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
}


.main-menu ul li .donate-two-col{
	padding: 25px 38px 25px 28px;
	background-color: #dbdad9;
}
.stories{
	padding-left: 10px;
}
.main-menu .menu li .stories a {
    padding: 10px;
}
.stories h4 {
    font-size: 16px;
    font-family: inherit;
    font-weight: bold;
    color: #3d3935;
    margin: 10px 0 0;
    line-height: normal;
}
.stories p {
    font-size: 13px;
    font-family: "open sans";
    color: #3d3935;
    margin: 5px 0 0;
    line-height: 16px;
}
.stories .col-bg:hover{
	background-color: #fff;
}
.stories .col-bg:hover h4{
	color: #2b3575
}
.stories .col-bg:hover p{
	color: #2b3575
}
.main-menu .dropdown.menu.medium-horizontal>li.for-grow.opens-right>.is-dropdown-submenu{
	padding: 0;
	background-color: transparent;
	max-width:960px;
}
.menu .tabs {
    padding: 20px 0;
	border: 0 none;
	background-color: #c6c5c4;
}
.menu .custom-tabs{
	background-color: #c6c5c4;
}
.main-menu .menu li .tabs a{
	padding: 15px 25px;
	font-size: 16px;
	font-family: 'open sans';
	font-weight: normal;
	color: #272523;
}

 .tabs .tabs-title.is-active a{
	background-color: #dbdad9;
	color: #3b3a39;
}
.dropdown-navigation{
	padding: 0 25px;
}
.main-menu .menu li .dropdown-navigation a{
	padding: 5px 0;
	font-size: 14px;
}
.main-menu .menu li .nav-menu a{
	font-family: inherit;
	font-weight: normal;
	color: #272523;
}
.nav-menu {
    border-top: 1px solid #dbdad9;
    padding: 20px 0;
}
.submenu .tabs-container {
    background-color: #dbdad9;
}
.tabs-container .tabs-content {
    background-color: #dbdad9;
    border: 0 none;
}
.see-all{
	text-align: right;
	margin-bottom: 5px;
}
.main-menu .menu li .see-all a{
	font-size: 14px;
	font-family: inherit;
	padding: 0;
	color: #3d3935;
}
.for-grow .tabs-panel{
	padding:25px 35px 25px 25px;
}
.col-pad{
	padding-left: 10px;
	margin-top: 10px;
}
.col-pad h4 {
    font-size: 14px;
    font-family: 'open sans bold';
    color: #3d3935;
    margin: 10px 0 0;
    line-height: normal;
}
.col-pad p {
    font-size: 13px;
    font-family: "open sans";
    color: #3d3935;
    margin: 3px 0 0;
    line-height: 16px;
}
.col-pad .col-bg:hover{
	background-color: #fff;
}
.col-pad .col-bg:hover svg{
	background: #2b3575;
}
.col-bg:hover .time{
	background: rgba(43,53,117,.7);
}
.col-pad .col-bg:hover p, .col-pad .col-bg:hover h4{
	color: #2b3575;
}
.main-menu .menu li .col-pad a {
    padding: 10px;
	height: 100%;
}
.trending{
	padding-left: 10px;
	background: url("../images/trending.jpg") no-repeat;
	padding-left: 130px;
	background-position: 10px center;
	margin-top: 9px;
}
.main-menu .menu li .trending a{
	position: relative;
	font-size: 12px;
	font-family: inherit;
	color: #4b4744;
	padding: 0 0 0 10px;
	display:inline-block;
	vertical-align: middle;
	background-color: transparent;
}
.trending a::before{
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 5px;
	background-color: #4b4744;
	top: 5px;
	left: 2px;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
	filter: alpha(opacity=0);
    opacity: 0;
	display: block;
	visibility: hidden;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
}
.overlay.show{
	opacity: .6;
	visibility: visible;
}
.tabs .tabs-title>a:focus, .tabs .tabs-title>a[aria-selected=true]{
	background-color:#dbdad9
}
.mob-menu-btn {
    font-size: 30px;
    padding: 30px 0;
}
.mob-menu-btn .fa-times{
	display: none;
}
.drilldown.show-for-small-only{
	display: none;
}

.gls-next {
    background: url(../images/gls-next-bg.png) no-repeat;
    background-position: right bottom;
    background-size: 48% auto;
    background-color: #dbdad9;
}
.call-to-action a {
    min-width: auto;
}
.main-menu .menu li .call-to-action .default-button {
    width: 100%;
    min-height: 40px;
    background-color: #007DB3;
    font-size: 14px;
    color: #fff;
    border-radius: 35px;
    border: 0 none;
    min-width: auto;
    cursor: pointer;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    max-width: 230px;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    font-family: 'open sans bold';
	padding: 11px 5px;
	margin: 0;
}
.gls-section{
	padding-left: 25px;
}
.gls-section p {
    font-size: 14px;
    margin: 25px 0;
    line-height: 24px;
    color: #4a4643;
    max-width: 340px;
    width: 100%;
}
.main-menu .menu li .call-to-action .default-button:hover {
	background-color: #007DB3;
}
.main-menu .menu li .call-to-action {
    margin-bottom: 25px;
}
.main-menu .menu li .call-to-action a{
	display: inline-block;
	font-size: 16px;
    font-family: inherit;
	background: transparent;
	padding: 0;
	margin-top: 20px;
	margin-left: 20px;
}
.dropdown.menu .call-to-action .create-account{
	color: #3d3935;
	position: relative;
}
.dropdown.menu .call-to-action .create-account svg {
    font-size: 12px;
    color: inherit;
    vertical-align: middle;
}
.col-bg img{
		width: 100%;
	}


.top-bar ul li.is-active svg {
    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.top-bar ul li.is-active svg.fa-external-link-alt {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/*-- Main Menu End -- */

/*-- lunch page -- */
#special-lunch-combo-container {
	background-color: lightgrey;
	padding: 15px;
	margin-bottom: 15px;
}

#special-lunch-combo-container input{
	margin: 0px;
	transform: scale(2);
}

/*-- history page -- */
.order-links {
	display: flex;
	flex-direction: row;
}
@media (max-width: 576px) {
	.order-links { flex-direction: column; }
}
.order-links a {
	font-size: small;
	margin: 5px 0px;
}
/*-- payment review page -- */
.payment-review-table th {
	text-align: left;
}
/*-- Bi Color Container, profile, payment page, etc. --*/
.gln-bc-container { 
	background: #E8E4E0;
    padding: 20px;
}

.bc-wrapper { 
	background: white;
	padding: 10px;
}

.bc-wrapper > .cell {
	padding: 20px;
}

.bc-right-wrapper {
	background: #eee;
}
/*-- Bi Color Container End --*/

/*-- Product Item Listing: order history related popup, etc. --*/
#showRelated-current .pro-item-li li{
	display: block;
}
ul.pro-item-li { 
	list-style-type: none;
	margin-left: 0px;
}
.pro-item-li li{
	padding: 10px;
	margin-bottom: 0px;
	text-align: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.pro-item-li li:nth-child(odd) {
	background: #fff;
}
.pro-item-li li:nth-child(even) {
	background: transparent;
}
#showRelated-related .rec-btn {
	max-width: 80px;
	margin-left: 20px;
	width: 100%;
}
div[name="dynamic-receipt-title"] {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
div[name="dynamic-receipt-table"] th{
	text-align: left;
}
div[name="dynamic-receipt-summary"] .buyer-seller {
	padding: 20px;
	background: white;
}
div[name="dynamic-receipt-summary"] .buyer-seller p{
	line-height: 1.3em;
}
#showReceipt .load-more-sec > button { margin-left : 10px; margin-right: 10px; }
@media (max-width: 576px) {
	#showReceipt .load-more-sec > button { margin-left : 0px; margin-right: 0px; }
}

/*-- Item Listing end --*/

.desktop-nav {
	background: #fafafa;
}

.desktop-nav a:hover, .top-bar a:hover {
    text-decoration: none !important;
}

.desktop-nav .gls-section a:hover {
    text-decoration: underline !important;
}

.breadcrumb-container{
	margin-top: 6vh; /* UPDATED BY LL */
}
.breadcrumb-container .breadcrumbs .disabled{
	cursor: auto;
	color: #3d3935;
}
.breadcrumbs a, .breadcrumbs li {
    color: #3d3935;
    text-transform: capitalize;
    font-size: .875rem;
	font-family: inherit;
	color: #007db3;
}
.breadcrumbs a:hover{
	text-decoration: none;
}
.breadcrumbs a svg{
	margin-right: 5px;
	font-size:8px;
	vertical-align: middle;
}
.lead-content.grid-x {
    display: inline-block;
    width: 100%;
}

 /* COMMENTED OUT BY LL

.lead-content h3 {
    font-family: 'Libre Baskerville';
    font-weight: 400;
    font-style: normal;
    font-size: 70px;
    color: #000000;
    text-align: left;
    line-height: normal;
	margin-bottom: 40px;
}

.lead-content p{

    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #333333;
    text-align: left;
    line-height: 28px;
}
.lead-content .cta {
    font-size: 16px;
    font-family: 'open sans sb';
    margin-top: 35px;
    display: inline-block;
	color: #1e1e1e;
}  */
.cta svg {
    vertical-align: middle;
    margin-left: 5px;
}
.filter-container{
	margin-top: 4.25vh; /*UPDATED BY LL*/
	margin-bottom: 150px;
}
.filter {
    padding-right: 5px;
}
.product-filters-header {
    font-size: 24px;
	margin: 0;
    font-family: 'open sans bold';
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #dbdad9;
	padding: 15px 0;
    line-height: 32px;
}
.product-filters-header a.filter-btn{
	color: #413e3a;
}

.clear-all svg {
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	color: #fff;
	margin:0;
	vertical-align: middle;
	font-size: 18px;
}
.clear-all {
    background-color: #2b3575;
    font-size: 12px;
    font-weight: normal;
    font-family: "open sans";
	border-radius: 28px;
    padding: 3px 10px 3px 5px;
	margin-left: 0;
	line-height: 19px;
    display: inline-block;
	color: #3d3935;
	vertical-align: middle;
}
.clear-all:hover{
	background-color: #4ca18a;
	color: #fff;
}
.clear-all:hover a{
	text-decoration: underline;
}
.clear-all:hover svg{
	color: #fff;
}
.clear-all span{
	margin-left: 3px;
	vertical-align: middle;
	color: #fff;
}

.filter ul {
    margin: 0;
    list-style: none;
}
.filter ul li{
	 margin-bottom: 5px;
	 line-height: 18px;
}
.accordion-title, .accordion-content {
    width: 100%;
}
.upper-filter{
	padding: 20px 0;
	border-bottom: 1px solid #dbdad9;
}
.categories-menu .fa-lock {
    font-size: 12px;
    vertical-align: middle;
    color: #f6891c;
}
.categories .accordion {
    margin: 0;
}

.upper-filter ul input{
	margin: 0;
}
.count {
    font-size: 12px;
}
mark.count {
	background-color: unset !important;
}
:last-child>.accordion-content:last-child{
	border-bottom: 0 none !important;
}
.filter ul label {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    color: #333;
	display: inline-block;
	position: relative;
	line-height: normal;
    vertical-align: middle;
	margin-bottom: 0;
}
.filter ul label:hover .count, .filter ul label:hover{
	color: #007db3;
}
.filter ul label.font-change, .filter ul label.font-change:hover .count {
    font-family: 'Open Sans sb';
	color: #007db3;
}
.categories .accordion-item a {
    background: transparent;
    color: #333;
    font-size: 24px;
    border: 0 none;
    padding: 0;
    margin: 0px;
	line-height: normal;
	padding: 17px 0;
}
.categories .accordion-item.is-active a{
	color: #333;
}
.categories .accordion-item.is-active a svg{
	color: #333;
}
.categories .accordion-item a:hover,
.categories .accordion-item a:hover svg,
.categories .accordion-item a:focus,
.categories .accordion-item a:focus svg,
.categories .accordion-item a svg{
	background: transparent;
	 color: #3d3935;
}
.categories .accordion-item a svg{
	 margin-top: 5px;
	 color: #333;
}
.filter .accordion-content {
    padding: 0;
    border: 0 none;
	margin: 0 0 15px;
}
.categories ul li.accordion-item {
    border-bottom: 1px solid #dbdad9;
    padding: 0;
    margin-bottom: 0;
}
.tags-to-show {
    padding: 0 2.5px;
}
.added-tags{
	padding: 17px 25px 7px;
	background-color: #dbdad9;
	margin-bottom: 0;
	min-height:65px;
}
.tags{
    background-color: #fff;
    font-size: 13px;
    font-weight: normal;
    font-family: "open sans";
	border-radius: 28px;
    padding: 5px 13px 5px 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 19px;
    display: inline-block;
	color: #3d3935;
	vertical-align: middle;
}
.filter-result {
    margin-bottom: 35px;
	/*margin-top: 45px;*/
}
.tags span{
	margin-left: 2px;
	vertical-align: middle;
	text-transform: capitalize;
}
.leagues .col-bg figure {
	height: 196px;
}
.leagues a:hover{
	background-color: #007db3;
}
.tags svg {
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	color: #2b3575;
	margin:0;
	vertical-align: middle;
	font-size: 20px;
}

.tags:hover svg{
	color: #4ca18a;
}
.tags:first-child{
	margin-left:0;
}
.filter-result h2 {
    font-size: 35px;
    font-family: inherit;
    margin-bottom: 0;
	line-height: 52px;
}
.sortby {
    margin-top: -25px;
	margin-right: 3px;
}
.sortby label, .style-guide-nav label {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 48%,rgba(255,255,255,0) 35%,rgba(255,255,255,1) 35%);
    margin: 0 0 0 10px;
    position: relative;
    top: 13px;
    z-index: 4;
    padding: 0 5px;
}
.style-guide-nav label {
    display: block;
    width: 95px;
    margin-left:15px;
}
.sortby	.dropdown, .style-guide-nav .dropdown {
    position: relative;
    display: block;
    width: 100%;
}
.sortby .fa-chevron-down, .style-guide-nav .fa-chevron-down {
    position: absolute;
    right: 0px;
    top: 18px;
    line-height: 30px;
    background: transparent;
    pointer-events: none;
    color: #ccc;
    border-left: 1px solid #ccc;
    width: 42px;
    font-size: 15px;
}
.sortby select, .style-guide-nav select{
    font: 16px/50px 'open sans';
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 0;
    width: 100%;
    height: 52px;
    padding: 0 0 0 15px;
    cursor: pointer;
    border-color: #dbdad9;
}
.sortby select:focus, .style-guide-nav select:focus{
	border: 1px solid #009CDE;
}

.style-guide-nav select:focus{box-shadow: none;}

.col-space{
	padding: 2.5px 2.5px 4px;
	box-shadow: none;
}
.quotes, .videos{
    border: 1px solid #E8E4E0;
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.quote p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.quote {
    background-color: #3b96ce;
    padding: 25px 25px 25px 90px;
    min-height: 170px;
	position: relative;
	color: #fff;
}
.writtenby {
    padding: 46px 25px;
}
.writtenby h3 {
    font-size: 24px;
    font-family: "open sans sb";
    line-height: normal;
    color: #3d3935;
    margin: 0;
	text-transform:uppercase;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	max-height: 65px;
}
.quote svg {
    font-size: 34px;
    position: absolute;
    left: 25px;
    top: 25px;
}

.video {
    padding: 0;
    min-height: 170px;
	position: relative;
	color: #fff;
	overflow: hidden;
	background-size: cover !important;
	background-position: center center !important;
    width: 100%;
}
.video img{
	width: 100%;
}

.videos svg {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 20px;
    opacity: .8;
}
.videos a:hover .video svg{
	opacity: 1;
}

.time {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 13px;
    background: rgba(0,0,0,.3);
    padding: 2px 5px;
}
.video .time {
    display: none;
}
.author {
    padding: 12px 0 0 0;
}
.author h6, .writtenby h6{
    font-size: 1.25rem;
    font-family: 'open sans sb';
    line-height: 1.5rem;
    color: #3d3935;
    text-transform:capitalize;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
}

.author p {
    font-size: 1rem;
    font-family: inherit;
    margin: 0;
    color: #3D3935;
    line-height: 1.25rem;
    padding: 5px 0 0 0;
}
.stick-to-top{
	background-color: #fff;
}
.sticky-container ,.filter-container .sticky.is-stuck.is-at-top {
	max-height: 0 !important;
}
/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #98938e;
	border-radius: 3px;
}

 /* On mouse-over, add a grey background color */
/*.container:hover input ~ .checkmark {
    background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    border-color: #2b3575;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 6px;
    top: -1px;
    width: 5px;
    height: 14px;
    border: solid #2b3575;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding-right: 6px;
}


#filters{
	z-index: 3;
	margin-top: 45px;
}

/* Testimonial CSS */
.testimonial{
	padding: 100px 0;
}
.testimonial .orbit, .testimonial .swiper-container {
	background-color: #fff;
	/*padding: 70px 80px;
	border: 1px solid #ccc;*/
}
.testimonial-container {
    background-color: #fff;
    padding: 70px 80px;
    border: 1px solid #ccc;
}
.writer-name{
	font-size: 20px;
	font-family: inherit;
	color: #333;
}
.testimonial h3{
    font-family: 'Libre Baskerville';
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #000000;
    text-align: left;
    line-height: 35px;
	margin-bottom: 40px;
	display: inline-block;
    width: 100%;
}
.slide-img img{
	width:100%;
	height: auto;
}

.slide-content p{
	font-size: 16px;
    color: #000000;
	line-height: 28px;
}
.testimonial .orbit-bullets{
	margin-top: 50px;
	margin-bottom: 0;
}
.testimonial .orbit-bullets button {
    max-width: 100px;
}
.testimonial .orbit-bullets button:hover,.testimonial .orbit-bullets button.is-active {
    background-color: #2199e8;
}
.testimonial .orbit-bullets {
    text-align: left;
}
.slide-img .thumbnail {
    width: 165px;
    height: 165px;
	border: 12px solid #009CDE;
}
.slide-img .thumbnail .down-arrow{
	border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #009CDE;
}
.slide-img .thumbnail .down-arrow {
	bottom: -30px;
}

/* Testimonial CSS */


/* Article Page CSS */

.article, .podcast{
	  margin-top: 6vh; /* UPDATED BY LL */
}

.author-small-img {
   height: 55px;
   width: 55px;
   border: 5px solid #009CDE;
   position: relative;
   background-size: cover !important;
   background-position: center center !important;
   background-repeat: no-repeat !important;
}
/* .author-small-img img {
    width: 100%;
	max-width: 55px;
	max-height: 43px;
} */
.author-small-img::after {
    position: absolute;
    content: "";
    bottom: -15px;
    border-top: 10px solid #009CDE;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 0;
}
.author-byline-module {
    margin-bottom: 1rem;
}
.auth-info{
	padding-left: 13px;
	width: 80%;
}
.auth-info h4{
	font-size: 1rem;
	color: #007DB3;
	margin-bottom: 0px;
	font-family: 'open sans sb';
	}

.auth-info p{
	font-size: 16px;
	color: #333;
	margin-bottom: 0;
	font-family: 'open sans';
	line-height: normal;
}
.aboutAut{
    padding-left: 15px;
    position: relative;
    margin-left: 5px;
}
.aboutAut::before {
    position: absolute;
	content: "|";
	left: 0px;
	top: 0;
}
.designation {
	font-style: italic;
}

.article-banner {
    margin: 0 0 6vh 0;
    height: 40vh;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    /*background-attachment: inherit;*/
	background-size: cover;
    background-position: center center;
    width: 100%;
}

.podcast-player-container {
    margin-top: 26px;
}

.inner-container{
	max-width: 840px;
	margin: 0 auto;
	width: 100%;
}
.publish-date{
	position: relative;
	padding-left: 20px;
	color: #98938E;
    display: block;
}
.post-time svg {
    color: #bcbcbc;
}
.time-of-post {
    color: #333;
	font-size: 14px;
	margin-bottom: 20px;
}
.publish-date::before {
    position: absolute;
    content: "|";
    left: 6px;
    top: -4px;
    font-size: 18px;
}
.article-header h1{
	font-size: 48px;
	color: #3d3935;
}
.article-header p{
	line-height: 31px;
    color: #3d3935;
}
.article-header h4 {
    font-size: 18px;
	color: #3d3935;
	font-family: 'open sans sb';
}
.article-topics h4{
	text-transform: uppercase;
}
.topic-tags {
    padding: 3px 12px;
    font-size: 14px;
    background: #e8e5e0;
	cursor: pointer;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
	color: #3d3935;
}

.topic-tags:hover{
	background-color: #2a836b;
	color: #fff;
}
.article-topics {
    margin-top: 20px;
}
.article-topics p {
    font-size: 14px;
    font-family: 'open sans';
    margin-bottom: 5px;
    line-height: normal;
}
.social-icons{
    width: auto;
    height: auto;
    margin-right: 0;
    top: 0;
}
.social-icons a{
	 display: block;
	 position: relative;
	 font-size: 24px;
	 margin-bottom: 15px;
	 line-height: normal;
	 color: #2b3575;
	 text-align: center;
}
.social-icons a:hover{
	 color: #2a836b;
}
.social-icons .icon-share a:hover {
    color: #6ccdb3;
}
.social-icons a:last-child{
	margin-bottom: 0;
}
.article-para {
    margin: 45px 0 20px;
	display: inline-block;
	width: 100%;
}
.article-para p {
    margin: 10px 0;
    width: auto;
    display: block;
}
.aboutAuthor h5 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: normal;
    font-family: 'open sans sb';
}
.video-testimonial .author-big-img {
    height: 60px;
    width: 60px;
}
.video-testimonial .author-big-img::after{
	bottom: -15px;
    border-top: 10px solid #009CDE;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.author-big-img{
	height: 80px;
	width: 80px;
	border: 5px solid #009CDE;
	position: relative;
	background-size: cover !important;
   background-position: center center !important;
   background-repeat: no-repeat !important;
}
.author-big-img img {
    width: 100%;
	max-width: 72px;
}
.author-big-img::after {
    position: absolute;
    content: "";
    bottom: -17px;
    border-top: 12px solid #009CDE;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    left: 0;
}
.right-section {
    padding-left: 15px;
    width: 88%;
}
.left-section {
    width: 12%;
}
.author-info h4 {
    font-size: 18px;
    color: #007DB3;
    margin-bottom: 5px;
    font-family: 'open sans sb';
}
.author-info p {
    font-size: 16px;
    color: #333;
    margin-bottom: 7px;
    font-family: 'open sans';
    line-height: normal;
}
.author-info p a {
    color: #007DB3;
	font-family: 'open sans sb';
}
.author-info p a:hover {
    text-decoration: underline !important;
}
.linkto .fa-external-link-alt{
	margin-left: 5px;
}
.grid-x.table{
	display: block;
}
.author-info {
    margin-bottom: 20px;
}
.short-note {
    padding: 0;
    border-bottom: 1px dotted #ccc;
}
.short-note p, .yearAt p{
	font-size: 16px;
	line-height: 31px;
}

.yearAt {
    padding: 10px 0;
}
.yearAt p {
    margin: 0;
    line-height: normal;
}
.auth-social a:first-child{
	margin-left: 0;
}
.auth-social a {
    display: inline-block;
    margin-left: 20px;
    vertical-align: bottom;
	/* color: #007DB3; */
	color: #2B3575;
	font-family: 'open sans sb';
}
.auth-social a:last-child:hover{
	text-decoration: underline !important;
}
.comment-container {
	margin: 0 auto;
	max-width: 835px;
}
.show-comments.grid-x {
    clear: both;
    display: inline-block;
    width: 100%;
}

.comments{
	padding: 5.5vh 0;
}
.show-comments h4{
	font-size: 24px;
	font-family: 'open sans';
	color: #333;
	line-height: normal;
}
.show-comments h4 b{
	font-family: 'open sans bold';
}
.d-policy a {
    font-size: 14px;
    color: #007DB3;
	font-family: 'open sans sb';
}
.d-policy a:hover{
	text-decoration: underline !important;
}
.grid-x.comment-top {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 30px 0 10px;
}
.comments-thread .sortby {
    min-width: 200px;
}
.comment-top h4 {
    font-size: 20px;
    line-height: 40px;
    margin: 0;
}
.comment-top .sortby select{
	height: 40px;
	font: 14px/45px 'open sans';
}
.comment-top .sortby label{
	font-size: 11px;
	color: #b9b9b9;
}
.comment-top .sortby .fa-chevron-down{
	    top: 14px;
}
.commentby-small-img{
	max-height: 68px;
    max-width: 74px;
	border: 5px solid #009cde;
	position: relative;
}
.commentby-small-img img {
    width: 100%;
}
.commentby-small-img::after {
    position: absolute;
    content: "";
    bottom: -15px;
    border-top: 10px solid #009cde;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 0;
}
.older-comment ul{
	width: 100%;
	display: inline-block;
	margin: 0;
}
.commentby-text {
    padding-left: 13px;
}
.post-time span {
    color: #98938E;
    font-family: 'open sans';
    font-size: 14px;
    vertical-align: top;
}
.username h4{
	color: #333;
	font-family:'open sans bold';
	text-transform: capitalize;
	font-size: 18px;
	margin: 0;
}
.user-n-time{
	margin: 10px 0;
}
.post-desc p {
    font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.reply a, .report a{
	font-size: 14px;
	position: relative;
}
.reply a{
	color: #333;
}
.report a{
	color: #aaaaaa;
}
.recommend{
	margin-left: 15px;
}
.recommend::before {
   content: "";
   height: 5px;
   width: 5px;
   background-color: #98938E;
   border-radius: 50%;
   left: -7px;
   top: 10px;
   position: absolute;
}
.report .fa-flag{
	margin-right: 5px;
}
.older-comment > ul > li {
    border-top: 1px dotted #ccc;
    padding: 35px 0;
}
.show-more {
    display: inline-block;
    width: 100%;
}
.show-more .button-default {
    max-width: 410px;
    margin: 0 auto;
    display: block;
    font: 500 16px/20px 'Open Sans', sans-serif;
    background-color: #007DB3;
    color: #fff;
    line-height: normal;
    font-size: 16px;
    padding: 15px 0;
	border-radius: 32px;
	-webkit-transition: background-color .25s ease-out,color .25s ease-out;
	-moz-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}
.show-more .button-default:hover{
	background-color: #007DB3;
    color: #fefefe;
}
.summit-tickets{
	background: url("../images/tickets-bg.jpg") no-repeat;
	background-size: 100% auto;
	min-height: 300px;
	display: block;
    width: 100%;
}
.write-comments label {
    min-width: 100%;
}
.write-comments form {
    border-radius: 10px;
    overflow: hidden;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
.write-comments textarea{
	min-height: 85px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 0 none;
	margin: 0;
	box-shadow:none;
	color: #333;
	resize: none;
}
.editor{
	width: 100%;
	background-color: #f2f2f2;
}
.edit-icons {
    display: flex;
}
.editor a {
    padding: 10px 25px;
    border-right: 1px solid #e8e8e8;
    display: inline-block;
    color: #a8a8a8;
    vertical-align: middle;
}
.editor a:hover{
	background-color: #14679e;
	color: #fff;
}
.submit-comment {
    padding: 15px 10px;
    width: 100%;
    background: #007DB3;
	color: #fff;
	font-family: 'open sans sb';
	cursor: pointer;
	border: 0 none;
	-webkit-transition: background-color .25s ease-out,color .25s ease-out;
    -moz-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}
.submit-comment:hover{
	background-color: #007DB3;
}
.remaining-comments{
	font-size: 11px;
	color: #b9b9b9;
}
.article-para blockquote, .storyQuote blockquote {
    background-image: url(../images/topo-champagne-light-grid.gif);
    background-size: 1900px auto;
    background-repeat: no-repeat;
    background-color: #F8F7F0;
    padding: 40px 35px 40px 35px;
    border-left: 10px solid #F1E6B2;
    display: inline-block;
    width: 415px;
	clear: both;
	float: left;
    font: italic 28px/41px 'Libre Baskerville';
}

.article-para blockquote {
	margin: 20px 50px 20px -80px;
}

.article-para blockquote p{
    font: italic 28px/41px 'Libre Baskerville';
    font-weight: 500;
	color: #3d3935;
}
.recommend.wpulike-heart .wp_ulike_general_class {
   display: block;
   border: 0 none;
   background: transparent;
   border-radius: 0;
   padding: 0;
}
.recommend.wpulike-heart .wp_ulike_general_class {
   background-color: transparent;
}

.recommend.wpulike {
   display: inline-block;
   position: relative;
   vertical-align: middle;
   overflow: visible;
}
.reply-wrapper {
	width: 100%;
}
#respond.write-comments{
	width:100%;
}
.older-comment li .children{
	margin-top: 30px;
	width: 100%;
	padding-left: 8.333%;
}


.older-comment li .children > li{
	padding-left: 13px;
}
.comments-thread .older-comment .write-comments{
	padding-left: 8.33333%;
	margin-top: 20px;
}
/* Article Page CSS */


/* Quotes Page CSS */
.quote-block{
	background-color: #2095d2;
	padding: 75px 25px;
	margin-top: 25px;
	margin-bottom: 70px;
}

.fadeLine{
    display:block;
    border:none;
    color:white;
    height:5px;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 440, from(#fff), to(#1f95d2));
	background-image: -ms-radial-gradient( 50% 50%, #fff 0%, #1f95d2 80%);
}
.main-quote {
    padding: 150px 75px;
	position: relative;
    text-align: center;
    color: #fff;
}
.main-quote::after {
    content: " ";
    position: absolute;
    bottom: -42px;
    left: 50%;
    background-image: url(../images/quote-logo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 90px;
    height: 90px;
    z-index: 2;
    border: 18px solid #2095d2;
    background-color: #2095d2;
    margin-left: -45px;
}
.quote-social .social-icons {
    display: inline-block;
	margin-top: 25px;
}
.quote-social .social-icons.horizontal {
    width: 100%;
}
.social-icons.horizontal a{
	display: inline-block;
	margin-right: 15px;
}
.main-quote h1, .main-quote h1 p {
    font-size: 45px;
    font-family: "open sans";
    margin-bottom: 60px;
	line-height: normal;
    text-transform: initial;
}
.main-quote p {
    font-size: 35px;
    text-transform: uppercase;
    font-family: "open sans bold";
    margin: 0;
}
.quoteTags {
    border-top: 1px solid #ccc;
    padding: 15px 0;
    margin-bottom: 100px;
}
.quoteTags ul {
    margin: 0;
    width: 100%;
}
.quoteTags ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    margin-bottom: 0;
	position: relative;
}
.quoteTags ul li::before {
    position: absolute;
    content: "";
    left: -15px;
    top: 10px;
    height: 5px;
    width: 5px;
    border-radius: 10px;
    background-color: #bcbcbc;
}
.quoteTags ul li:first-child::before{
	display: none;
}
.quoteTags ul li a{
	color: #98938E;
}
.quoteTags ul li a:hover{
	color: #007db3;
	text-decoration: underline;
}
.quoteTags ul li .fa-tags{
	margin-right: 5px;
	color: #98938E;
}

/* Quotes Page CSS */


/* Footer CSS */
.ecfa-logo img{
	max-width: 70px;
}
.footer.footer-row{
	margin: 0;
	background-color: #3d3935;
	padding: 40px 0 0;
	color: #fff;
}
.footer-logo img{
	max-width: 200px
}
.connect-social span {
    display: inline-block;
    vertical-align: middle;
}
.connect {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'open sans bold';
    color: #f1e6b2;
}
.top-row{
	padding-bottom: 45px;
	border-bottom: 1px dotted #dbdad9;
}
.s-icons a {
    font-size: 32px;
    color: #fff;
    line-height: normal;
    margin-left: 10px;
}
.s-icons a:hover{
	color: #4ca18a;
}
.connect, .subscribe{
	display: inline-block;
	height: 38px;
    vertical-align: top;
}
.connect span {
    display: block;
    padding-top: 6px;
}
.subscribe .input-group {
    margin-bottom: 0;
    min-width: 305px;
    min-height: 30px;
}
::placeholder {
    color: #98938e;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #98938e;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #98938e;
}
.subscribe .input-group .input-group-field{
	font-size: 14px;
	border: 1px solid #bebab5;
	font-family: 'open sans';
	color:#3d3935;
}
.subscribe {
    margin-left: 20px;
}
.subscribe .input-group-label {
	background-color:#272523;
	color: #fff;
	border: 0 none;
	cursor: pointer;
}
.middle-row {
    padding: 45px 0 15px;
	border-bottom: 1px dotted #fff;
}
.footer-menu h4 {
    font-size: 16px;
    color: #f1e6b2;
    font-family: 'open sans bold';
    margin-bottom: 15px;
    line-height: 20px;
}
.footer-menu .menu li {
    margin-bottom: 5px;
	line-height: normal;
}
.footer-menu {
    padding-right: 15px;
    margin-bottom: 20px;
    float: left;
    width: 25%;
}
.footer-menu a {
    padding: 0;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    line-height: normal;
    line-height: 14px;
}

.footer-row {
    padding: 40px 0;
}
.contact a {
    color: #d4cfcc;
    font-size: 12px;
    margin-right: 10px;
}
.footer-row p {
    font-size: 12px;
    margin: 0;
    color: #f5f1dc;
    line-height: 14px;
	padding-bottom: 5px;
}
.middle-col p{
	margin-top: 10px;
}
.contact .fa-phone {
    transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.contact a svg {
    margin: 0 10px 1px 0;
    vertical-align: middle;
}
.copyright-footer {
    background: #272523;
    padding: 10px 0;
}
.footer .selectCountry {
    padding: 12px 18px 12px 38px;
	color: #f5f1dc;
	font-size: 12px;
	text-transform: capitalize;
}


/* Footer CSS */


.disc-pol-wrap{
	padding: 40px;
}

.disc-pol-wrap p, .disc-pol-wrap li {
    font-size: 14px;
	margin-bottom: 15px;
}
.disc-pol-wrap .close-button svg {
    color: #fff;
    z-index: 9;
    background: #3d3935;
    font-weight: bold;
    border-radius: 35px;
    padding: 7px 0px;
    text-align: center;
    line-height: normal;
    width: 30px;
    height: 30px;
}

.top-bar ul li.signIn {
    border-radius: 20px;
	padding: 5px 0;
}

/* Video Page */
.video-article {
    margin-bottom: 6vh;
}
.video-article, .video-social {
	margin-top: 40px;
}
.video-social .social-icons{
	text-align: right;
    display: inline-block;
	margin-right: 0;
}
.video-social .videos-icons {
    display: block;
    margin-bottom: 40px;
}
.video-social .videos-icons li {
    margin-right: 0;
    font-size: 26px;
    display: block;
	margin-bottom: 0;
	text-align: center;
}
.videos-menu > li > a {
	font-family: open sans bold;
}

.readTranscript > ul.no-bullet > li > a{
	font-family: open sans bold;
}
.videos-icons li a {
	color: #2e3674;
}
.video-block{
	position: relative;
}
.wrap-login {
    position: absolute;
    background-color: #fff;
    max-width: 480px;
    left: 50%;
    margin-left: -240px;
    z-index: 9;
    top: 15px;
}
.login-to-show-videos{
	position: relative;
	padding: 70px;
}
.locked {
    position: absolute;
    left: 0px;
    top: 0;
    width: 0px;
    height: 40px;
    border-bottom: 70px solid transparent;
    border-left: 70px solid #f6891c;
}
.locked svg {
    position: absolute;
    left: -58px;
    top: 10px;
    font-size: 20px;
    color: #fff;
}
.login-to-show-videos p {
    margin-bottom: 0;
}
.login-to-show-videos strong{
	font-family: open sans bold;
}
.login-to-show-videos .btn-submit {
    width: 100%;
    display: inline-block;
	margin: 20px 0 0;
	background-color: #bebab5;
}
.login-to-show-videos .btn-submit:hover{
	  background-color: #14679e;
}
.forgotPassword{
	font-family: open sans sb;
}
.login-to-show-videos label {
    display: inline-block;
    font-size: 11px;
    color: #b9b9b9;
    font-weight: bold;
    background-color: #fff;
    margin: 0 0 0 10px;
    position: relative;
    top: 13px;
    z-index: 4;
    padding: 0 5px;
    font-weight: normal;
}
.login-to-show-videos input[type="text"],.login-to-show-videos input[type="password"] {
    width: 100%;
    height: 50px;
    border: 1px solid #dbdad9;
    -webkit-box-shadow: inset 0 0 0 rgba(10,10,10,0);
    box-shadow: inset 0 0 0 rgba(10,10,10,0);
    margin-bottom: 20px;
}
.remember input {
    margin: 0;
    vertical-align: middle;
}
.login-to-show-videos .remember label{
	top:0;
	margin-left: 0;
	font-size: 14px;
    color: #514d4a;
}
.login-to-show-videos .btn-submit.btn-signIn {
    color: #333;
    font-family: open sans bold;
}
.login-to-show-videos .btn-submit.btn-premium{
	color: #fff;
	background-color: #14679e;
}
.login-to-show-videos .btn-submit.btn-signIn:hover{
	color: #fff;
}
.login-to-show-videos h5 {
    font-size: 24px;
	color: #45413e;
	margin-bottom: 25px;
}
.login-to-show-videos a{
	font-family: open sans bold;
}
/* Video Page */


/* merged css */

.video-article .video-js {
	width: 100% !important;
	height: 540px !important;
}
.publish-date.no-tile {
	padding-left: 0px;
    padding-top: 2px;
}
.publish-date.no-tile::before {
	display: none;
}
.article-topics p {
	text-transform: uppercase;
}
.video-cell {
	margin: 15px 0;
}
.videos-icons {
	list-style: none;
	margin: 0px;
}
.videos-icons li {
	margin-right: 15px;
	font-size: 30px;
	display: inline-block;
}
.videos-icons li:last-child {
	margin-right: 0px;
}
.videos-icons li a {
	color: #2e3674;
	position: relative;
}
.videos-icons li a span.plus {
    position: absolute;
    bottom: 3px;
    right: -7px;
    background: #fff;
    font-size: 15px;
    padding: 0 3px;
}
.videos-menu {
	list-style: none;
	font: 0px;
	margin: 12px 0 0;
}
.videos-menu > li {
	margin-left: 16px;
	display: inline-block;
	position: relative;
}
.videos-menu > li > a {
	color: #1779ba;
	padding: 0;
	display: block;
}
.videos-menu > li > a .svg-inline--fa {
	margin-left: 5px;
	vertical-align: middle;
}
.videos-menu > li ul {
	display: none;
	width: 250px;
	padding: 0px 0;
	position: absolute;
	top: 100%;
	right: 0px;
	margin: 0px;
	list-style: none;
	border-radius: 2px;
	text-align: left;
	border: 0px solid #dbdad9;
	z-index: 2;
	background: #dbdad9;
}
.videos-menu > li:hover a {
	text-decoration: underline;
}
.videos-menu > li:hover ul {
	display: block;
}
.videos-menu > li ul li {
	border-bottom: 0px solid #e8e8e8;
	margin-bottom: 5px;
}
.videos-menu > li ul li:last-child {
	border-bottom: 0px solid #e8e8e8;
	margin-bottom: 0px;
}
.videos-menu > li ul li a {
	display: block;
	margin: 0px;
	padding: 8px 15px;
	transition: all 0.3s ease;
}
.videos-menu > li ul li a:hover {
	padding-left: 20px;
}


.readTranscript {
	margin: 30px 0;
	margin-left: -20px;
}
.readTranscript > ul > li {
	display: inline-block;
	position: relative;
}
.readTranscript > ul > li > a {
	color: #1779ba;
	padding: 10px 20px;
	display: block;
}
.readTranscript > ul > li:hover a {
	background-color: #dbdad9;
	color: #64615e;
}
.readTranscript > ul > li > a .fa-angle-down {
	margin-left: 8px;
	vertical-align: middle;
}
.readTranscript > ul > li > ul {
	display: none;
	width: 250px;
	padding: 0px 0;
	position: absolute;
	top: 100%;
	left: 0px;
	margin: 0px;
	list-style: none;
	border-radius: 2px;
	text-align: left;
	border: 0px solid #dbdad9;
	z-index: 2;
	background: #dbdad9;
}
.readTranscript > ul > li:hover ul {
	display: block;
}
.readTranscript > ul > li > ul li {
	border-bottom: 0px solid #e8e8e8;
	margin-bottom: 5px;
}
.readTranscript > ul > li > ul:last-child {
	border-bottom: 0px solid #e8e8e8;
	margin-bottom: 0px;
}
.readTranscript > ul > li > ul a {
	display: block;
	margin: 0px;
	padding: 8px 15px;
	transition: all 0.3s ease;
}
.readTranscript > ul > li > ul > li > a:hover {
	padding-left: 20px;
}


/* for podcast page css start */

.article-banner img {
	width: 100%;
}

.podcast-small-img {
   height: 55px;
   width: 55px;
   position: relative;
   background-size: cover !important;
   background-position: center center !important;
   background-repeat: no-repeat !important;
}
.auth-info.podcast-auth-info-details h4 {
	padding-top: 5px;
    color: #3d3935;
}

.episode-people h5,
.show-notes h5 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: normal;
	font-family: 'open sans';
	color: #3d3935;
}
.show-notes h5{
	font-size: 31px;
	line-height: 41px;
	font-family: 'libre Baskerville';
}
.layoutArea ul, .layoutArea ol {
    padding-left: 20px;
}
.episode-people.left-section {
    width: 20%;
}
.episode-people .left-section {
    width: 30%;
}
.episode-people .right-section {
	width: 70%;
}
.episode-people .right-section .author-info h4 {
	color: #3d3935;
	font-family: 'open sans';
	line-height: normal;
}
.episode-people .right-section .author-info p {
	font-size: 14px;
}
.show-notes {
	position: relative;
	margin-bottom: 50px;
}
.show-notes .pop-wrapper {
	position: absolute;
	top: 0;
    left: -10px;
    right: -10px;
    bottom: 0;
	background: rgba(255,255,255,0.5);
	z-index: 8;
}
.show-notes .notshow {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.show-notes .pop-wrapper .login-show-notes {
	width: 450px;
	padding: 58px;
	border: 1px solid #9e9c9a;
	background: #fff;
	margin: 80px auto !important;
}
.show-notes .pop-wrapper .login-show-notes p {
	margin-bottom: 0px;
}
.show-notes .pop-wrapper .login-show-notes input[type="text"],
.show-notes .pop-wrapper .login-show-notes input[type="email"],
.show-notes .pop-wrapper .login-show-notes input[type="password"] {
	width: 100%;
	height: 50px;
	border: 1px solid #dbdad9;
	-webkit-box-shadow: inset 0 0 0 rgba(10,10,10,0);
    box-shadow: inset 0 0 0 rgba(10,10,10,0);
	margin-bottom: 20px;
}
.show-notes .pop-wrapper .login-show-notes input[type="text"]:focus,
.show-notes .pop-wrapper .login-show-notes input[type="email"]:focus,
.show-notes .pop-wrapper .login-show-notes input[type="password"]:focus {
    border-color: #8a8a8a;
}
.show-notes .pop-wrapper .login-show-notes label {
	display: inline-block;
	font-size: 11px;
    color: #b9b9b9;
    font-weight: bold;
    background-color: #fff;
    margin: 0 0 0 10px;
    position: relative;
    top: 13px;
    z-index: 4;
    padding: 0 5px;
	font-weight: normal;
}
.show-notes .pop-wrapper .login-show-notes .remember label {
	top: 0px;
	font-size: 14px;
	color: #0a0a0a;
	margin: 0px;
	vertical-align: top;
	line-height: 23px;
}
.show-notes .pop-wrapper .login-show-notes .alreadyAccount {
	font-size: 15px;
}
.show-notes .pop-wrapper .login-show-notes .btn-submit {
	height: 50px;
	background: #007DB3;
	color: #fff;
	width: 100%;
	display: block;
	margin-top: 20px;
	transition: all 0.3s ease;
	margin-bottom: 10px;
}
.show-notes .pop-wrapper .login-show-notes .btn-submit:hover {
	background: #007DB3;
}
.login-show-notes.sticky {
	height: auto !important;
}
.login-show-notes.sticky.is-stuck.is-at-top {
	margin-left: 148px !important;
}

/* story post */
.donation-form a:hover{
	text-decoration: underline !important;
}
.article-para h6 {
	font-size: 20px;
    margin-bottom: 10px;
	margin-top: 30px;
    line-height: normal;
    font-family: 'open sans sb';
}

.article-para img.img-left {
    margin: 10px 100px 20px 0;
    clear: both;
    float: left;
}
.article-para img.img-right {
    margin: 10px 0px 20px 100px;
    clear: both;
    float: right;
}
.quoteTags.story-page {
	margin-bottom: 10px;
}

.article-para .special-para {
	font-style: italic;
	font-weight: bold;
	font-family: 'open sans sb';
    margin: 35px 0;
}
.view-origin-link a {
	font-size: 16px;
    margin-bottom: 7px;
    font-family: 'open sans sb';
    line-height: normal;
	color: #007DB3;
}
.view-origin-link {
	margin-bottom: 100px;
}
.donate-module.story-donate {
	margin-bottom: 120px;
}
.clr {
	clear: both;
	width: 100%;
	line-height: 0px;
}
.story-aside .social-icons  {
	margin: 0px;
	font-size: 0px;
	text-align: left;
	border-bottom: 1px dotted #c8c8c8;
	margin-bottom: 39px;
}
.story-aside .social-icons  > div {
	margin-left: -20px;
	margin-right: -20px;
}
.story-aside .social-icons a {
	display: inline-block;
	width: 20%;
	margin-bottom: 26px;
}
.stories-template{
	width: 100%;
}
.promospace {
	background: #edf5f3;
	padding: 15px;
	margin-bottom: 80px;
}
.promospace img {
	width: 100%;
	margin-bottom: 28px;
}
.promospace .default-btn a {
    border: none;
    border-radius: 30px;
    margin: 25px 0 0;
    color: #fff;
    background-color: #007db3;
    cursor: pointer;
    font: bold 16px/45px 'open sans';
	display: block;
	text-align: center;
}
.promospace .default-btn a:hover {
	background: #14679e;
}
.sidebar-form {
	margin-bottom: 80px;
}
.sidebar-form .form-area {
	border-top: 3px solid #dbdad9;
	background: #fafafa;
	padding: 20px;
}
.sidebar-form .form-area label {
    display: inline-block;
    font-size: 11px;
    color: #a1a1a1;
    font-weight: bold;
    background-color: #fff;
    margin: 0 0 0 10px;
    position: relative;
    top: 13px;
    z-index: 4;
    padding: 0 5px;
	font-weight: normal;
}
.sidebar-form .form-area input[type="text"],
.sidebar-form .form-area input[type="email"],
.sidebar-form .form-area input[type="password"],
.sidebar-form .form-area select {
	width: 100%;
    height: 50px;
    border: 1px solid #dbdad9;
    -webkit-box-shadow: inset 0 0 0 rgba(10,10,10,0);
    box-shadow: inset 0 0 0 rgba(10,10,10,0);
	margin-bottom: 20px;
	padding-left: 14px;
}
.sidebar-form .form-area input[type="submit"].button.btn-submit {
	background: #9b9997;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
.sidebar-form .form-area .lock-info {
	color: #3d3935;
	font-size: 12px;
	padding-left: 20px;
	position: relative;
}
.sidebar-form .form-area .privacy-info {
	color: #3d3935;
	font-size: 12px;
	padding-left: 0px;
	position: relative;
}
.sidebar-form .form-area .lock-info svg {
	margin-right: 5px;
	position: absolute;
	left: 0px;
	top: 5px;
}
.sidebar-more-from h4 {
	line-height: 1.4rem;
    margin-bottom: 0;
}
.sidebar-more-from h2 {
	margin-bottom: 20px;
}
.sidebar-more-from h4 small {
	color: #000000;
	font-weight: normal;
}
.sidebar-more-from p a svg {
	font-size: 11px;
	vertical-align: middle
}
.sidebar-more-from .side-post-container {
	height: 100%;
    padding: 10px 10px 15px;
    border: 1px solid #cccccc;
    background: #ffffff;
    margin-left: 0.17578125rem;
    margin-right: 0.17578125rem;
    position: relative;
	margin-bottom: 19px;
	transition: all 0.3s ease;
}
.sidebar-more-from .side-post-container .image-container {
	position: relative;
    height: 150px;
}
.sidebar-more-from .side-post-container .image-container img {
	object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}
.sidebar-more-from .side-post-container .image-container span {
	position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0,0,0,.75);
    border-radius: 25px;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
	transition: all 0.3s ease;
}
.sidebar-more-from .side-post-container .image-container svg {
	width: 100%;
    vertical-align: 0;
    color: #ffffff;
}
.sidebar-more-from .side-post-container h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4rem;
    height:auto;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 15px 0 10px 0;
    overflow: hidden;
	transition: all 0.3s ease;
}
.sidebar-more-from .side-post-container:hover {
	border-color: #67c3a9;
}
.sidebar-more-from .side-post-container:hover .image-container span {
	background: #30426b;
}
.sidebar-more-from .side-post-container:hover h5 {
	color: #30426b;
}
.sidebar-more-from .side-post-container span {
	transition: all 0.3s ease;
}
.sidebar-more-from .side-post-container:hover span {
	color: #30426b;
}
.error-page .error-texture {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.error-page .error-texture svg {
    width: 100%;
    min-width: 1765px;
    min-height: 100%;
	opacity: 0.15;
}
.champagne-light {
    background-color: #faf8ed;
}
.error-page {
	position: relative;
	padding: 40px 30px 0 30px;
	line-height: initial;
}
.forgot-password {
	position: relative;
	padding: 20px 30px 20px 20px;
	line-height: initial;
}

.error-page * {
	color: #3d3935;
}
.error-page .grid-container {
	padding: 70px 0;
	z-index: 2;
}
.error-page h3 {
	font-size: 50px;
	line-height: initial;
	margin-bottom: 40px;
}
.error-page h4 {
	margin-top: 25px;
	margin-bottom: 30px;
	font-family: 'open sans';
}
.error-page ul.error-page-list {
	padding-left: 25px;
}
.error-page ul.error-page-list li a {
	color: #007DB3;
	font-family: 'open sans bold';
}
.error-page ul.error-page-list li a:hover {
	color: #1468a0;
	text-decoration: underline !important;
}
.donate-module.storyLp {
	position: relative;
	background-color: #3d3935;
}
.donate-module.storyLp svg {
	opacity: 0.4;
}
.donate-module.storyLp .donate-container {
	position: relative;
	z-index: 3;
}
.donate-module.storyLp .donate-container .donate-content {
	color: #fff;
}
.donate-module.storyLp .donation-iframe-container {
	border-top: 0px;
}
.storyLpFeature {
	background: #fff;
}
.storyLpFeature .featured-content-container {
	background: none;
	border: 1px solid #e4e4e4;
}
.storyLpFeature .featured-content-container * {
	color: #0a0a0a;
}
.storyLpFeature .featured-content-container a.featured-link {
	color: #006b99;
}
.storyLpFeature .featured-content-container a.featured-link:hover {
    text-decoration: underline !important;
}
.storyLpFeature .dotted-header {
    border-top: 1px dotted #e4e4e4;
	border-bottom: 1px dotted #e4e4e4;
}
.locationSearch {
	padding: 120px 0;
	background: #f5f5f5 url('../images/worldmap.png') no-repeat center center;
	background-size: cover;
}
.locationSearch .searchContainer {
	width: 720px;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}
.locationSearch .searchContainer * {
	text-align: center;
}
.locationSearch .searchContainer h5 {
	margin-bottom: 0px;
	line-height: 100%;
}
.locationSearch .searchContainer p {
	width: 485px;
	max-width: 100%;
	margin: 0 auto;
}
.locationSearch .searchContainer .search-form {
	background: #fff;
	margin: 25px 20px 0;
	border: 1px solid #a9a9a9;
	position: relative;
}
.locationSearch .searchContainer .search-form input[type="search"],
.locationSearch .searchContainer .search-form input[type="text"] {
	height: 48px;
	width: 100%;
	padding: 0 63px 0 13px;
	border: 0px;
	box-shadow: inset 0 0px 0px rgba(10,10,10,0);
	background: transparent;
	text-align: left;
	margin: 0px;
}
.locationSearch .searchContainer .search-form .search-btn {
	position: absolute;
	top: -1px;
	right: -1px;
	height: 50px;
	width: 50px;
	border: 0px;
	cursor: pointer;
	background: #007db3;
	color: #fff;
	font-size: 30px;
}
.locationSearch .search-options {
	margin-top: 12px;
}
.locationSearch .search-options ul {
	list-style: none;
	margin: 0px 20px;
	padding: 0px;
	text-align: center;
	font-size: 0px;
}
.locationSearch .search-options ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 18px;
}
.locationSearch .search-options ul li:after {
	position: absolute;
	width: 1px;
	background: #e8e4e0;
	height: 18px;
	content: '';
	top: 2px;
	right: -18px;
}
.locationSearch .search-options ul li:last-child:after {
	display: none;
}
.locationSearch .search-options ul li a {
	font-size: 14px;
}
.locationSearch .search-options ul li a:hover{
	text-decoration: underline !important;
}
.flickrGallery {
	padding: 75px 0 0;
}
.flickrGallery .gallery-content {
	max-width: 1000px;
    margin: 20px auto;
}
.flickrGallery .flickr-container {
	max-width: 1000px;
    margin: 20px auto;
	overflow: hidden;
}


/*  Cameo Skin CSS Start ========================================= */
.mis-stage {
    background-color: transparent;
	overflow: visible;
}
.mis-slider {
	/*  Slider element does not need to be a specific height
		Here we use it to create a stylish bar behind slides */
	/*margin-top: 138px;
	height: 80px;
	background-color: #eee;*/
}
.mis-slider li a {
	text-decoration: none;
	color: #666;
	display: block;
}
.mis-slider li figcaption {
	font-size: 1.125em;
}
.mis-slider li img {
	/*  Make max-width of image a little less than width of slide
		to avoid some browser shinking bugs */
	/*max-width: 270px;*/
	/*  for really small screens make width 100% */
	width: 100%;
	/*  Make image round */
	/*border-radius: 135px;*/
	border: none;
}
.mis-slide {
	/*  Set width in pixels to restrict width of slides
		for multi-item slider, default width is 100%
		for single-item slider. Use padding to add space
		between slides */
	width: 500px;
	height: auto;
	padding: 0px 5px;
	/*  Undo the margin added by slider element */
	/*margin-top: -138px*/
	overflow: visible;
}
/*.mis-nav-buttons a {
	color: #fff;
}*/
.mis-nav-list li a,
.mis-nav-list li a:hover {
    display: block;
    width: 79px;
    height: 7px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 0px;
    border-radius: 0;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0px #333;
    box-shadow: inset 0 0 0px 0px #333;
    margin: 0 3px;
    background: #DBDAD9;
}
.mis-nav-list li.mis-current a {
	background: #009CDE;
}
.mis-nav-buttons {
	left: 0px !important;
	right: 0px !important;
	height: 100% !important;
	width: 100% !important;
	visibility: hidden;
}
.mis-stage:hover .mis-nav-buttons{
	visibility: visible;
	opacity: .7 !important;
}
.mis-nav-buttons a {
	top: 0px !important;
	background: rgba(190,186,181,.25);
	font-size: 30px;
	color: #fff;
	width: 25px;
	overflow: hidden;
	padding: 0px !important;
}
.mis-nav-buttons a:after,
.mis-nav-buttons a:before {
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 45% !important;
}
.mis-nav-buttons a:after {
	left: 7px;
}
.mis-nav-buttons a:before {
	left: 8px;
}
.mis-nav-list {
	bottom: -53px;
}


.videoQuote {
	padding: 75px 0 85px 0;
}
.videoQuote .videoQ-container {
	max-width: 1000px;
    margin: 20px auto;
}
.videoQuote .video-wrapper .video-js {
	width: 100% !important;
	height: 382px !important;
}
.video-content {
	border: 1px solid #cccccc;
	padding: 18px;
}
.video-content h5 {
	margin-bottom: 0px;
}
.video-testimonial {
	padding-left: 92px;
	position: relative;
	margin-top: 34px;
}
.video-testimonial:before {
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	color: #d0d0d0;
	font-size: 40px;
	left: 28px;
	top: 0px;
}
.video-testimonial .left-section {
    width: 21%;
}
.video-testimonial .right-section {
    width: 79%;
}
.video-testimonial .author-info h4 {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.video-testimonial .author-info p {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

/*  Cameo Skin CSS End ========================================= */

.storylp-quote {
	background: url(../images/quote-para-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 25px 38px 25px 85px;
	border: 0px;
    border-right: 2px dotted #d0d0d0;
    display: inline-block;
    width: 330px;
    line-height: normal;
    margin: 0px 77px 20px -82px;
    clear: both;
    float: left;
	font-size: 25px;
	position: relative;
	color: #515151;
	line-height: 150%;
}
.storylp-quote:before {
	position: absolute;
	top: 26px;
	left: 20px;
	content: '\f10d';
	font-family: FontAwesome;
	font-size: 40px;
	color: #515151;
}
.storyQuote {
	padding-bottom: 125px;
}
.storyQuote a:hover{
	text-decoration: underline !important;
}
.storyQuote-auth-container {
	padding-left: 0;
}
.storyQuote-auth-image { display: inline-block; }
.storyQuote-auth-image .thumbnail {
	border: 4px solid #009CDE;
	position: relative;
	box-shadow: none;
	vertical-align: top;
	margin-bottom: 0;
}
.storyQuote-auth-image .thumbnail img {
	width: 42px;
	height: auto;
}
.storyQuote-auth-image .thumbnail .down-arrow {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 21px solid #009CDE;
    bottom: -30px;
}
.storyQuote-auth-image .thumbnail {
    border: 10px solid #009CDE;
}
.storyQuote-auth-image .thumbnail img {
    width: 208px;
    height: auto;
    max-height: inherit;
}
.career-banner {
    position: relative;
    background-color: #3d3935;
	padding: 95px 0 95px 0;
}
.career-banner .career-container * {
	color: #fff;
}
.career-container {
    max-width: 1000px;
    margin: 0 auto;
	position: relative;
	z-index: 3;
}
.career-banner ul.btn-list {
	list-style: none;
	margin-left: 0px;
	text-align: center;
	margin-top: 30px;
}
.career-banner ul.btn-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 2px;
}
.career-banner ul.btn-list li a.btn-career {
	padding: 14px 33px;
	text-transform: uppercase;
	border-radius: 25px;
	font: 500 16px/20px 'Open Sans bold', sans-serif;
    background-color: #007DB3;
	text-decoration: none;
}

.career-banner svg {
    opacity: 0.4;
}
.career-testimonial {
	padding: 120px 0;
}
.career-authr-container {
	padding-left: 0;
}
.career-authr-image { display: inline-block; }
.career-authr-image .thumbnail {
	border: 4px solid #009CDE;
	position: relative;
	box-shadow: none;
	vertical-align: top;
	margin-bottom: 0;
}
.career-authr-image .thumbnail img {
	width: 42px;
	height: auto;
}
.career-authr-image .thumbnail .down-arrow {
	border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 26px solid #009CDE;
    bottom: -37px;
}
.career-authr-image .thumbnail {
    border: 12px solid #009CDE;
}
.career-authr-image .thumbnail img {
    width: 140px;
    height: auto;
    max-height: inherit;
}
.career-testimonial .marquee-carousel {
	border: 1px solid #cccccc;
	padding: 42px 82px;
}
.career-testimonial h2 {
	margin-bottom: 30px;
}
.career-testimonial blockquote {
	line-height: inherit;
    color: #3d3935;
    border: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.career-testimonial .authrName {
	font-size: 20px;
	color: inherit;
	margin-top: 30px;
}
.career-testimonial .orbit-container,
.career-testimonial .orbit-slide {
	height: auto !important;
}
.career-testimonial .orbit-slide {
	margin-bottom: 0px;
}
.career-testimonial .orbit-bullets button {
	height: 0.438rem;
}
/*.slider-bullets-container .orbit-bullets button, .slider-bullets-container .orbit-bullets button:hover{
	background-color: #DBDAD9;
}*/
.career-testimonial .orbit-bullets button.is-active {
	background-color: #009CDE;
}

.career-marketing {
	background-color: #E8E4E0;
	padding: 160px 0;
}
.career-marketing h2 {
	margin-bottom: 25px;
}
.career-marketing .career-editor-text,
.career-marketing .career-editor-text p {
	font-style: italic;
	font-size: 23px;
    color: #000000;
	line-height: 35px;
}
.career-marketing .career-editor-text a,
.career-marketing .career-editor-text p a {
	font-family: 'Open Sans bold', sans-serif;
}
.career-marketing .career-marketing-img {
	border: 20px solid #cccccc;
}
.career-marketing .career-marketing-img img {
	width: 100%;
	height: auto;
}
.fiveCs-module {
	background-color: #fff;
    padding: 120px 0;
}
.fiveCs-box .fiveCs-box-icons {
	background: #e8e4e0;
	padding: 32px 15px;
}
.fiveCs-box .fiveCs-box-para {
	border-top: 0px;
	border: 1px solid #f2f2f2;
	padding: 22px;
}
.fiveCs-box .fiveCs-box-para p {
	margin: 0px;
	line-height: 180%;
}
.fiveCs-box .fiveCs-box-icons p {
	margin-bottom: 10px;
}
.fiveCs-box .fiveCs-box-icons svg {
	font-size: 30px;
}
.fiveCs-box .fiveCs-box-icons h4 {
	margin-bottom: 0px;
	font-family: 'Libre Baskerville', serif;
}


.career-Content {
	background-color: #e8e4e0;
	padding: 78px 0;
}
.career-Content h2 {
	margin-bottom: 25px;
}
.career-Content .career-editor-text,
.career-Content .career-editor-text strong {
	font-family: 'Open Sans bold', sans-serif;
	font-weight: normal;
}

.career-Content .career-marketing-img img {
	width: 100%;
	height: auto
}

.career-leadership {
	padding: 150px 0;
}
.career-leadership ul.btn-list {
	list-style: none;
	margin-left: 0px;
	text-align: center;
	margin-top: 35px;
}
.career-leadership ul.btn-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 2px;
}
.career-leadership ul.btn-list li a.btn-career {
	padding: 14px 33px;
	text-transform: uppercase;
	border-radius: 25px;
	font: 500 16px/20px 'Open Sans bold', sans-serif;
    background-color: #007DB3;
	text-decoration: none;
	color: #fff;
}
.career-notes .career-container {
	border-top: 1px dotted #e8e4e0;
	padding: 25px 64px;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
}
.career-notes .career-container p {
	font-size: 13px;
	font-style: italic;
	margin: 0px;
	line-height: 20px;
}

/* Accounts page CSS start */
.accounts-page {
	padding-top: 68px;
	padding-bottom: 68px;
}
.side-menu .vertical.menu.tabs {
	border: 0px;
}
.side-menu .vertical.menu.tabs .tabs-title>a:focus,
.side-menu .vertical.menu.tabs .tabs-title>a[aria-selected=true] {
    background-color: transparent;
}

.side-menu .vertical.menu li {
	margin-bottom: 0px;
	min-height: 57px;
}
.side-menu .vertical.menu li a {
	text-decoration: none;
	padding: 15px 25px 0px 20px;
	color: #007DB3;
	font-size: 13px;
}
.side-menu .vertical.menu li:hover:not(.is-active) {
	background: #edf5f3;
}
.side-menu .vertical.menu li.tabs-img:hover:not(.is-active) {
	background: none;
}
.side-menu .vertical.menu li.is-active {
	border-bottom: 5px solid #3d3935;
}
.side-menu .vertical.menu li.is-active a {
	font-family: 'Open Sans bold', sans-serif;
	color: #3d3935;
	cursor: text;
	font-weight: bold;
}
.side-menu .vertical.menu li img {
	max-width: 100%;
	margin-bottom: 20px;
	margin-top: 44px;
}
.edit-profile.tabs-content {
	border: 0px;
}
.edit-profile.tabs-content .tabs-panel {
	padding: 0px;
}
/*.side-menu .vertical.menu.menu-top {
	margin-bottom: 44px;
}*/

.accounts-page h1 {
	margin-bottom: 30px;
}
.accounts-page h3 {
	margin-bottom: 18px;
}
.accounts-page p.small-text {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
}
.accounts-page strong {
	font-family: 'Open Sans bold', sans-serif;
}
.accounts-box {
	border: 1px solid #d9d9d9;
	padding: 10px;
}
.accounts-box h4 {
	background: #35322e;
	color: #fff;
	font-family: 'Open Sans bold', sans-serif;
	font-size: 12px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	margin: -11px;
	margin-bottom: 10px;
	position: relative;
}
.accounts-box h4 a.edit-btn {
	position: absolute;
	top: 4px;
	right: 10px;
	height: 20px;
	background: #e8e4e0;
	line-height: 21px;
    text-align: center;
    text-transform: uppercase;
	padding: 0 12px;
}
.accounts-box p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
}
.accounts-box hr {
	margin: 10px 0;
}
.accounts-box address {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
	font-style: normal;
}
.accounts-box p strong {
	font-family: 'Open Sans bold', sans-serif;
}
.accounts-page .order-history {
	background: #e8e4e0;
	padding: 35px 40px;
}
.accounts-page .order-history p {
	margin-bottom: 0px;
}
.accounts-page .order-history a {
	font-family: 'Open Sans bold', sans-serif;
}
.accounts-box table,
.accounts-box table tr,
.accounts-box table th,
.accounts-box table td {
	font-size: 12px;
	border: 0px;
	background: #fff;
	padding: 5px 10px 5px 0;
	vertical-align: top;
}
.accounts-box table tbody,
.accounts-box table tfoot,
.accounts-box table thead,
.accounts-box table.unstriped tbody tr {
	border: 0px;
	background: #fff;
}
.accounts-box table.unstriped {
	margin-bottom: 0px;
}
.order-lists dl dt {
	margin-bottom: 0px;
	font-family: 'Open Sans bold', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.order-lists dl dd {
	margin-bottom: 20px;
	font-size: 14px;
}
.editGlsnext p {
	font-size: 14px;
	line-height: 22px;
}
.edit-profile-form label {
	display: inline-block;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    background-color: #fff;
    margin: 0 0 0 10px;
    position: relative;
    top: 10px;
    z-index: 4;
    padding: 0 5px;
    font-weight: normal;
}

.edit-profile-form input[type="text"] {
	width: 100%;
    height: 42px;
    border: 1px solid #a9a9a9;
    -webkit-box-shadow: inset 0 0 0 rgba(10,10,10,0);
    box-shadow: inset 0 0 0 rgba(10,10,10,0);
	margin-bottom: 20px;
	font-size: 14px;
	padding: 1px 10px 0;
}
.edit-profile-form .button {
	display: block;
	background-color: #007DB3;
	height: 42px;
	line-height: 42px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.edit-profile-form .button:hover {
	background-color: #007DB3;
}
.glsnextFavorites {
	padding: 20px 0;
}
.glsnextFavorites h4 {
	font-weight: normal;
	font-size: 19px;
	font-family: 'Open Sans Bold', sans-serif;
	margin: 20px 0 15px;
}
.order-lists p {
	font-size: 14px;
	line-height: 20px;
}
.glsnextFavorites p {
	font-size: 15px;
	font-family: 'Open Sans Bold', sans-serif;
}
.glsnextFavorites img {
	width: 100%;
}
.accordion.playlist > li {
	border: 0px;
}
.accordion.playlist > li > a {
	background-color: #eeeeee;
    color: #0a0a0a;
    text-align: center;
    font-size: 16px;
	padding: 16px;
	font-family: 'Open Sans Bold', sans-serif;
	text-decoration: none;
	border: 0;
	position: relative;
}
.accordion.playlist > li > a:after {
	position: absolute;
    top: 40%;
    right: 22px;
    content: '\f078';
    font-family: FontAwesome;
    font-size: 12px;
}
.accordion.playlist > li.is-active > a:after {
	content: '\f077';
}
.accordion.playlist > li.is-active > a.accordion-title,
.accordion.playlist > li > a:hover {
	background-color: #dad9d9;
	color: #0a0a0a;
	text-decoration: none;
}
.accordion.playlist > li > a:focus {
	background-color: #eeeeee;
	color: #0a0a0a;
	text-decoration: none;
}
.accordion.playlist .accordion-content {
	border: 0px;
	padding: 0;
}
.accordion.playlist .accordion-content .glsnextFavorites h4 {
	margin-bottom: 6px;
}
.accordion.playlist .accordion-content .glsnextFavorites p.removeFrom {
	font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

/* new for account page start */
.side-menu .vertical.menu li a {
	font-size: 16px;
	line-height: 24px;
}
.edit-profile.tabs-content .tabs-panel a {
	font-family: 'Open Sans bold', sans-serif;
	color: #007DB3;
}
.edit-profile.tabs-content .tabs-panel a:hover {
	text-decoration: underline !important;
}
.edit-profile.tabs-content .tabs-panel .accounts-box h4 a.edit-btn {
	background-color: #007DB3;
	color: #fff;
}
/* new for account page end */



/* Accounts page CSS end */
/*  */

/* Universial login signup form */
.login-signup-alert {
	width: 100%;
    max-width: 400px;
    z-index: 6;
    padding: 20px 20px 0 20px;
    background: #ffffff;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}

.login-signup-alert p,
.login-signup-alert a{
	font-size: 14px !important;
	line-height: 20px !important;
}

.video-alert-wrapper > .login-signup-alert {
	max-width: 500px !important;
}
.login-signup-alert #my-account-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	margin-left: unset;
	margin-top: unset;
	background-color: rgba(61,57,53,.8);
}
.login-signup-alert #my-account-overlay:before {
	position: absolute;
	background-color: unset;
}
.login-signup-alert #my-account-overlay > svg {
	top: 40%;
    left: 45%;
    position: absolute;
}
.premium-videos-alert > .login-signup-alert {
	position: relative;
	top: 0px;
}
/* Purchase Premium Page login alert Page CSS */
.pp-login-alert-wrapper .premium-login {
	bottom: unset !important;
	padding-bottom: 40px !important;
	top: 40px !important;
	max-width: 600px !important;
}

.pp-login-alert-wrapper  .alert-premium-tag{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 20px;
}
/* Purchase Premium Page CSS */
.purchase-premium-page {
	padding-top: 40px;
	padding-bottom: 140px;
}
.purchase-premium-screen {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background-color: white;
}
.pp-logo-text {
	max-width: 500px;
}
.orangeLine {
	width: 200px;
	display: inline-block;
	margin-bottom: 5px;
	border-top: 2px solid #f6891c;
}
.orangeLine.alert-line {
	width: 90px;
}
.premiumText {
	color: #f6891c;
	display: inline-block;
	font-size: 18px !important;
	font-weight: 600;
}
#pp-cc-form {
	margin-bottom: 100px;
}
.pp-purchase-button {
	width: 60%;
    left: 20%;
	position: absolute;
    height: 120px;
}
.pp-purchase-button > #pp-purchase-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 !important;
}
/* Purchase Premium Page CSS end */

/* Premium Receipt Page CSS */
.premium-receipt-page {
	padding: 40px 10px;
}
.pr-header-img {
	height: auto;
	max-width: 250px;
	width: 50%;
}
/* Premium Receipt Page CSS end */

.newsUpdateLp-banner {
    position: relative;
    background-color: #3d3935;
    padding: 95px 0 95px 0;
}
.newsUpdateLp-banner svg {
    opacity: 0.4;
}
.newsUpdateLp-banner .grid-container {
	z-index: 3;
}
.newsUpdateLp-banner .grid-container * {
	color: #fff;
}
.newsUpdateLp-banner .grid-container p {
	width: 470px;
	max-width: 100%;
	margin: 0 auto;
}
.newsLp-content {
	padding: 80px 0;
}
.newsLp-content .img-right {
	float: right;
	margin: 0 0 0px 60px;
	border: 10px solid #cccccc;
}
.recommended-module {
	padding: 0;
}
.recommended-module h6 {
	font-size: 1.1rem;
}
.recommended-module h2 {
	margin-bottom: 20px;
}
.recommended-module .recommended-content-carousel .content-slide-4 {
	width: 1000px;
	max-width: 100%;
    margin: 0 auto;
}
.recommended-module .recommended-content-carousel .carousel-wrapper:hover .carousel-arrow {
    background-color: rgba(190,186,181,.25);
    display: block;
    top: 0;
    z-index: 2;
}
.recommended-module .recommended-content-carousel .carousel-wrapper,
.recommended-module .recommended-content-carousel .carousel-container,
.recommended-module .recommended-content-pod  {
	height: auto;
}
.recommended-module .recommended-content-carousel .carousel-wrapper .carousel-arrow {
	height: 100%;
}
.recommended-module .recommended-content-carousel .carousel-wrapper .carousel-arrow svg {
	margin-top: 190px;
}
.recommended-module .recommended-content-pod p.pod-para {
	margin-top: 10px;
	font: 14px/22px 'Open Sans', sans-serif;
}
.see-all-link {
	text-align: right;
    width: 1000px;
	max-width: 100%;
    margin: 0 auto;
    margin-top: -24px;
}
.see-all-pod a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eeeeee !important;
}
.see-all-pod a:active {
    background-color: #007db3 !important;
    color: #ffffff !important;
}
.see-all-pod svg {
    margin-left: 5px;
}
.newsUpdate-events h4 {
	margin-bottom: 13px;
}
.newsUpdate-events ul {
	list-style: none;
	margin-left: 42px;
	margin-bottom: 0px;
}
.newsUpdate-events ul li {
	margin-bottom: 27px;
}
.newsUpdate-events blockquote {
	color: #959595;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	padding-left: 42px;
	position: relative;
}
.newsUpdate-events blockquote:before {
	content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    color: #d0d0d0;
    font-size: 26px;
    left: 0;
    top: -2px;
}
.newsUpdate-para {
	margin-bottom: 80px;
}
.newUpdate-discount {
	margin-bottom: 80px;
}
.newUpdate-discount h2,
.newUpdate-discount h2 small,
.newUpdate-discount.mini-summit-location-container .terms_copy,
.newUpdate-discount.mini-summit-location-container .ticket-pricing .discount,
.newUpdate-discount.mini-summit-location-container .ticket-pricing .regular {
	color: #0a0a0a;
}
.newUpdate-discount.mini-summit-location-container .zip-search-container {
	background-color: #f2f2f2;
	border: 1px solid #d7d7d7
}
.newUpdate-discount.mini-summit-location-container .zip-search-container button.grey {
	font-size: 13px;
}

.meetOutTeam {
	padding: 20px 0;
}
.meetOutTeam .team-box {
	background: #e8e4e0;
	display: table;
	width: 100%;
}
.meetOutTeam .team-box > div {
	display: table-cell;
	vertical-align: middle;
}
.meetOutTeam .team-box h4 {
	margin-bottom: 0px;
	color: #3d3935;
}
.meetOutTeam .team-box small {
	display: block;
	line-height: 20px;
    font-size: 14px;
	color: #999;
	margin-top: 5px;
}



/* merged css */


.wptpa_wrapper iframe {
   width: 100%;
   height: auto;
}
.terms-and-conditions svg {
    color: #3D3935;
}
.wptpa_wrapper .connections #share {
    display: none;
}
.wptpa_wrapper .player .connections {
    text-align: center;
}
.wptpa_wrapper .player .connections .col-xs-3 {
    display: inline-block;
    float: none;
}
.podcast-icons.video-social {
   margin-top: 0;
}

.img-quote {
   padding: 40px 0 0;
}

.img-quote .blockquote{
    color: #959595;
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 0px;
    border: 0px;
    padding-left: 42px;
    position: relative;
}
.img-quote .blockquote::before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    color: #d0d0d0;
    font-size: 26px;
    left: 0;
    top: -22px;
}
.img-quote p {
    margin: 0 0 5px;
    color: #3d3935;
    padding-right: 25px;
}
.name-of-writter {
   padding-left: 40px;
}

.footer-row .copyright p {
    padding-bottom: 0;
    margin-top: 5px;
}
.middle-row .accordion {
    width: 100%;
    background-color: transparent;
}
.menu.panel {
	display: block;
}
.accordion-small svg.pull-right {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2.5px;
}
.accordion-small.active svg {
    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.email-input .form-group {
    margin: 30px 0;
    position: relative;
}
.email-input .form-group label {
    position: absolute;
    top: 4px;
    left: 10px;
    background: #fff;
    padding: 2px;
    font-size: 14px;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    pointer-events: none;
    font-family: 'open sans bold';
}
.email-input .form-group label.show {
    top: -6px;
    opacity: 1;
    background: #fff;
    line-height: 10px;
}
.email-input {
    padding-left: 20px;
}
.email-input .default-submit{
	color: #fff;
}
.login-main {
    overflow: hidden;
	position: relative;
}
.signIn-fromemail-alert {
	background-color: #D9ECE7;
    padding: 15px;
    margin: -20px -20px 10px -20px;
}
.signIn-fromemail-alert > p {
	margin-bottom: 0px;
}
.signUp-container, .signIn-container {
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
}
.signUp-container.show {
    transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}
.signUp-container.hide {
    transform: translateX(140%);
	-moz-transform: translateX(140%);
	-webkit-transform: translateX(140%);
}
.signIn-container.show {
    transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}
.signIn-container.hide {
    transform: translateX(140%);
	-moz-transform: translateX(140%);
	-webkit-transform: translateX(140%);
}

.storyQuote-auth-container {
    padding-left: 0;
    margin: 0 0 20px 20px;
}
/* 19052018 */
.return-message {
    margin: 0;
	line-height: 18px;
	display: none;
	margin-top: 10px;
    margin-bottom: 5px;
	width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 10px 15px;
    color: #3d3935;
}
.return-message.error {
    background-color: #f8e4e4;
    border-left: 5px solid #CD4747;
}
.return-message a {
    margin-left: 0 !important;
    text-decoration: underline !important;
}
.return-message a:hover {
    text-decoration: underline !important;
}
.return-message.success {
    background-color: #dff0d8;
    color: #3d3935;
}
.loading-spinner {
	text-align: center;
	display: none;
	margin-top: 10px;
	width: 100%;
}
.loading-spinner svg {
	font-size: 18px;
	color: #007DB3;
}

/* 20052018 */
.popup-background-overlay {
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.popup-background-overlay .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.popup-background-overlay > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 3%;
}
.popupCloseButton {
	background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-top-right-radius: 8px;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
.playlist {
    width: 100%;
    float: left;
    background: #efefef;
    margin-top: 3px;
    border-radius: 3px;
    color: gray;
    text-align: left;
    padding: 5px 0 5px 10px;
}
.popup-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 10px;
}
.playlist-queue-container {
    height: 180px;
    overflow: auto;
}
input#create-playlist {
    float: left;
    margin: 10px 0 0 0;
	width: 90%;
	border-radius: 3px;
    color: gray;
}
a.cp-button {
    float: right;
    background: #1E96D3;
    color: white;
    height: 39px;
    width: 40px;
    line-height: 40px;
    margin-top: 10px;
	font-weight: bold;
	border-radius: 3px;
}
.show-notes .sticky h5 {
    font-size: 22px;
	line-height: normal;
	font-family: open sans;

}

.videos-section, .tags-to-show {
	padding-left: 15px;
 }
 .stick-to-top.expanded .sticky-container, .filter-container .expanded .sticky.is-stuck.is-at-top{
    max-height: auto !important;
}
.video .fa-file-alt, .videos .fa-podcast, .quote .fa-globe, .videos .fa-play{
	background-color: rgba(61, 57, 53, .9);
}
.quote .fa-globe {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 20px;
    opacity: .8;
    padding: 4px 12px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	    margin-top: auto;
}
.result-listing .quotes a:hover .fa-globe {
    color: #fff;
    background: #2b3575;
}
.load-more-sec #load-more {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 0;
    min-width: 250px;
	border-radius: 25px;
	background-color: #007DB3;
	font: 500 16px/20px 'Open Sans', sans-serif;
}
.load-more-sec .button-space-filler {
	width: 10px;
	display: inline-block;
}
.taxonomy-cats .fa-square {
    position: absolute;
    left: 0;
    font-size: 22px;
    top: -5px;
}
.taxonomy-cats .fa-square:before {
    content: "\f0c8";
    font-family: 'fontawesome';
}

/* 23052018 */
.comment-signIn-container.show,
.comment-signIn-container.show label,
.comment-signUp-container,
.comment-signUp-container label {
   color: white;
}
.comment-signIn-container .upper-text {
   margin-bottom: 20px;
}
.reveal.custom-modal.comment-user-login {
   padding-top: 40px;
    padding-bottom: 40px;
    max-width: 520px;
}
.login-info {
   font-size: 25px;
   color: #e5e0af;
   margin: 0 0 20px;
   font-family: 'open sans sb';
   line-height: 40px;
}
.login-info {
   font-size: 20px;
   color: #e5e0af;
   font-family: 'open sans sb';
   line-height: normal;
   padding-bottom: 20px;
   margin-bottom: 20px;
   text-align: center;
}
.comment-user-login button, .comment-user-login .reveal-button {
    margin-bottom: 0;
    margin-top: 6px;
}

/* 24052018 */
.my-account-popup label {
	color: white;
}
.my-account-popup h3 {
	font-family: 'open sans';
	color: white;
	font-weight: bold;
}
ul#churchCont {
	color: white;
	display: inline-block;
}
ul#churchCont li div {
	display: inline-block;
	padding-right: 10px;
}

/* 31052018 */
.shop-author-link {
	font-size: 14px;
}
.shop-author-link svg {
    font-size: 10px;
    margin-left: 2px;
}
.write-comments textarea {
	height: 70px;
}
.comment-top .sortby select {
	font: 12px/45px 'open sans';
}
/*.auth-info h4 {
	margin-bottom: 10px;
} */
.nopadding svg {
    fill: #009CDE !important;
}

/* 1June2018 */
.quoteTags ul li a:hover, .view-origin-link a:hover{
	text-decoration: underline !important;
}
.content-pod-container:hover .patina{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(108,208,179,0.5);
    display: block;
    height: 100%;
}
.accordion-content ul li {
    margin-bottom: 15px;
}
.accordion-item .accordion-content ul {
    list-style: none;
    padding: 0;
    max-height: 200px;
    overflow-x: hidden;
}
.podcast-page-form.show-notes{
    margin-bottom: 30px;
}
.podcast-page-form .quoteTags {
    margin-bottom: 0;
}
.show-notes h5 {
	color: #3D3935;
 }
 .show-notes .pop-wrapper {
	top: 32px;
 }
 .accounts-page .order-history a.telPhn{
	color: #3d3935;
	text-decoration: none;
	font-family: 'Open Sans';
 }
/* 1June2018 */

/* 05062018 */
.loading-spinner.my-account-mods {
    width: auto;
    float: left;
    margin: 15px 0 0 20px;
}
.my-account-popup input[type='submit'] {
	float: left;
}
.return-message.my-account-mods {
    display: block;
    float: left;
    width: 65%;
    margin: 15px 0 0 20px;
}
.return-message.my-account-mods.update-name-block {
	display: none;
	width: 60%;
    margin: 0 0 0 20px;
    top: -10px;
    position: relative;
}
.main-menu .is-drilldown{
	/*min-height: inherit !important;*/
}
.signIn-drop .form-group input.error {
    border-color: #ff0000;
}
.signIn-drop .form-group .error-msg {
    color: #ff0000;
    font-size: 12px;
    margin-top: 5px;
}
.login-email-mess,
.signup-email-mess,
.forgot-email-mess {
	display: none;
}

/* 06062018 */
.img-quote .blockquote::after {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    color: #d0d0d0;
    font-size: 26px;
    right: 0;
    top: -22px;
}
.comment-error-message.error {
	border: 1px solid #ebccd1;
    background-color: #f2dede;
    color: #a94442;
    font-size: 12px;
    width: auto;
    float: left;
    margin: 5px 0 0 0;
    padding: 0 6px;
	border-radius: 3px;
	display: none;
}
#my-account-overlay {
	position: fixed;
	z-index: 999;
    height: 1.5em;
    width: 1.5em;
    margin: auto;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: #fff;
    text-align: center;
    margin-left: -.7em;
    margin-top: -.7em;
}
#my-account-overlay:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(61,57,53,.8);
}
.quotes .fa-newspaper {
	background-color: rgba(61, 57, 53, .9);
}

/* 11062018 */
.show-notes {
	margin-top: 100px;
}
.cat-name.premium svg {
    color: #f6891c;
    font-size: 13px;
    vertical-align: middle;
}

.episode-people .author-info {
    margin: 0 10px 0 10px;
}
#selectCountry .accordion-content, #selectCountryBottom .accordion-content {
	padding: 0;
}


#selectCountry .accordion-item .accordion-content ul,#selectCountryBottom  .accordion-item .accordion-content ul{
	margin-left: 0;
}
#selectCountry  .accordion-content ul li, #selectCountryBottom .accordion-content ul li{
	margin-bottom: 0;
}
#selectCountry .accordion-content ul li a, #selectCountryBottom .accordion-content ul li a {
    margin-bottom: 0;
    padding: 8px 30px 8px;
    width: 100%;
    display: block;
}
#selectCountry .accordion-content ul li a:hover, #selectCountryBottom .accordion-content ul li a:hover{
	background-color: #edf5f3;
}
.article-para.podcast-para {
	margin-bottom: 120px;
}
.article-para blockquote p {
	font: italic 31px/41px 'Libre Baskerville';
	font-weight: normal;
}
.comment-text-area p {
	font-size: 16px;
}

/* 22062018 */
/*.church-state, */
.church-city, .church-name {
	display: none;
}
#churchCountry, #churchState, #churchCity, #churchName {
	margin: 0;
    padding: 15px;
	height: auto;
}
/*.churchCountryDiv:after {*/
	/*content: '\f078';*/
	/*font: FontAwesome;*/
    /*color: #0ebeff;*/
    /*right: 11px;*/
    /*top: 6px;*/
    /*height: 34px;*/
    /*padding: 15px 0px 0px 8px;*/
    /*border-left: 1px solid #0ebeff;*/
    /*position: absolute;*/
    /*pointer-events: none;*/
/*}*/


/* 25062018 */
#church-cancel-button {
	float: left;
	background: #e8e4e0;
    color: #333;
    margin-right: 6px;
    padding-left: 30px;
    padding-right: 30px;
}
.church-text {
    color: #e8e4e0;
}
.church-popup-desc {
	font-size: 14px;
}

@media (min-width: 1250px){
	/* .grid-container{
		max-width: 100%
	} */
	.col-space {
		width: 20% !important;
	}
	.result-listing .quote{
		padding: 12px 10px 13px 50px;
		max-height: 170px;
		overflow: hidden;
	}
	.quote svg {
		font-size: 30px;
		position: absolute;
		left: 10px;
		top: 10px;
	}
}

@media (max-width: 1300px) {
	.article-para.story-post-content blockquote {
		margin: 20px 40px 20px 0px;
	}
}

@media (max-width: 1200px) {

	.gls-next {
	background-size: contain;
    /* background-position: 0; */
	}
	.gls-section{
		padding-left: 0;
	}
	.quote{
		padding: 25px 25px 25px 70px;
	}

}


@media (max-width: 1024px) {
	.video-testimonial {
		padding-left: 50px;
	}
	.video-testimonial:before {
		font-size: 28px;
		left: 15px;
		top: -5px;
	}
	.video-testimonial .right-section {
		width: 68%;
	}
	.video-testimonial .left-section {
		width: 32%;
	}
	.summit-league figure {
		min-height: 190px;
	}
	.main-menu .menu li.small-col .cst-col a {
		height: 100%;
	}
	.leagues .col-bg figure {
		height: 170px;
	}
	.leagues:first-child {
		padding: 0 0 10px 10px;
	}
	.cst-col {
		padding: 0px 0px 0 10px;
	}
	.menu .mt-5 {
		margin-top: 0;
	}
	.leagues{
		width: 50% !important;
	}
	.cst-col h4 {
		font-size: 14px;
		font-family: inherit;
		font-weight: bold;
		color: #3d3935;
		margin: 20px 0 0;
		line-height: normal;
		margin-top: 0;
	}
	.hide-for-tab.show-for-medium {
		display: none;
	}
	.show-for-tab.show-for-small-only {
		display: block !important;
	}
	.stories{
		margin-bottom: 10px
	}
	/* merged css */
	.login-show-notes.sticky.is-stuck.is-at-top {
		margin-left: 11.5% !important;
	}
	.glsnextFavorites h4 {
		margin-top: 10px;
	}
	/* merged css */
	.testimonial .orbit-bullets{
		text-align: center;
	}
	.testimonial .orbit-bullets button {
		max-width: 80px;
	}
	.mini-summit-location-module {
		padding: 30px 20px 50px 20px;
	}
	.main-quote h1, .main-quote h1 p {
		font-size: 40px;
		line-height: normal;
	}
	.main-quote p{
		font-size: 28px;
	}
}

@media screen and (max-width: 991px) {
	.error-page h3 {
		font-size: 40px;
	}
	.main-menu ul li.donate-col{
		min-height: 38vw;
	}
	.career-testimonial,
	.career-leadership {
		margin: 0 15px;
	}
	.career-marketing,
	.career-Content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.article-para.story-post-content blockquote {
		width: 60%;
		padding: 10px 15px;
		margin: 0 20px 10px 0;
	}
	.article-para blockquote p{
		font: italic 28px/41px 'Libre Baskerville';
	}
}


@media (max-width: 960px) {
	.article-header h1 {
		font-size: 40px;
	}
	.testimonial .orbit{
		padding: 50px;
	}

}

@media (max-width: 869px) {
	.main-menu ul li.donate-col {
		min-height: 50vw;
	}
	.author-big-img {
		height: 60px;
		width: 60px;
	}
	.gls-next {
		background-image: none;
	}
.col-pad .col-bg figure{
	background-size: cover !important;
	background-position: center center !important;
}
	.gls-section p {
		max-width: inherit;
	}
	.for-grow .tabs-panel.gls-next{
		padding: 15px 10px;
	}
	.filter-result {
		margin: 30px 0;
	}
	/* Testimonial CSS */
	.testimonial h3{
		font-size: 30px;
	}
	/* Testimonial CSS */
	.main-quote {
		padding: 90px 35px;
	}
}


@media screen and (max-width: 833px) {
	.article-header h1 {
		font-size: 38px;
	}
	.ecfa-logo img {
		max-width: 100px;
		width: 100%;
	}
	.middle-col p {
		margin-top: 0;
	}
	.flick-slider.mis-stage {
		width: 506px !important;
		height: 355px !important;
		max-width: 100% !important;
		margin: 0 auto;
		overflow-x: hidden;
	}
	.mis-slide {
		padding: 0px;
	}
	.mis-nav-buttons a {
		background: rgba(0,0,0,0.50);
	}
	.mis-nav-buttons a.mis-prev {
		left: 0px;
	}
	.mis-nav-buttons a.mis-next {
		right: 0px;
	}
	.mis-slider {
		height: auto;
	}
	.mis-nav-list {
		bottom: 0px;
	}
	.mis-nav-list li a, .mis-nav-list li a:hover {
		width: 30px;
		height: 5px;
	}
}
@media only screen and (max-width: 820px) and (min-width: 800px) {
	.leagues .col-bg figure {
		height: 149px !important;
	}
	.summit-league figure {
		min-height: 156px !important;
	}


}

@media only screen and (max-width: 750px) and (min-width: 730px) {
	.main-menu ul li.donate-col {
		min-height: 54vw !important;
	}
	.summit-league figure {
		min-height: 143px !important;
	}

	.leagues .col-bg figure {
		height: 144px !important;
	}
	.poweredby {
		width: 21%;
	}
	.top-bar .top-bar-right {
		width: 79%;
	}
}

@media only screen and (max-width: 670px) and (min-width: 600px) {
	.leagues .col-bg figure {
		height: 131px !important;
	}
	.main-menu ul li.donate-col {
		min-height: 64vw !important;
	}
	.poweredby {
		width: 18% !important;
	}
	.top-bar .top-bar-right {
		width: 82% !important;
	}
	.summit-league figure {
		min-height: 130px !important;
	}
}

@media (max-width: 790px) {
	.logo img {
		max-width: 145px;
	}
	.podcast-page-form.show-notes {
		margin-bottom: 0;
	}
	.comments {
		padding: 60px 0;
	}
	.story-aside .social-icons{
		text-align: center;
	}
	.story-aside .social-icons a {
		font-size: 23px;
	}
	.videos-section, .tags-to-show {
		padding-left: 0;
	 }
	.filter-container .expanded .sticky.is-stuck.is-at-top, .filter-container .expanded .sticky-container{
		max-height: 100% !important;
	}
	.footer-logo img {
		max-width: 150px;
	}
	.middle-col {
		padding: 0 10px;
	}
	.flickrGallery {
		padding-bottom: 50px;
	}
	.error-page h3 {
		font-size: 30px;
	}
	.main-menu .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{
		padding: 43px 5px;
	}
	#filters{
		margin-top: 0;
	}
	.summit-league figure {
		min-height: 155px;
	}
	.leagues .col-bg figure {
		height: 170px;
	}
	.dropdown-navigation {
		padding: 0 10px;
	}
	.top-bar {
		background: transparent;
		padding: 0;
		display: inline-block;
		width: 100%;
	}
	.poweredby {
		float: left;
		width: 23%;
		font-size: 12px;
		margin-top: 5px;
	}
	.top-bar .top-bar-right {
		float: left;
		width: 77%;
		display: block;
	}
	.search a:hover .fa-search {
		color: #3d3935;
	}
	.main-menu ul li.donate-col {
		padding: 20px 10px;
	}
	.for-grow .tabs-panel {
		padding: 15px 10px 15px 0px;
	}
	.main-menu ul li .donate-two-col {
		padding: 20px 10px 20px 0px;
	}
	.main-menu .menu li .tabs a{
	   padding: 15px 10px;
	}

	/* merged css */
	.video-article .video-js {
		height: 416px !important;
	}
	.login-show-notes.sticky.is-stuck.is-at-top {
		margin-left: 4% !important;
	}
	.sidebar-more-from .side-post-container .image-container {
		height: 125px;
	}
	.storyLpFeature,
	.flickrGallery,
	.videoQuote {
		margin-left: 15px;
		margin-right: 15px;
	}
	.video-testimonial::before {
		font-size: 24px;
		left: 14px;
	}
	.video-testimonial {
		padding-left: 50px;
	}
	.accounts-box .accounts-boxText p {
		word-break: break-all;
	}
	.glsnextFavorites h4 {
		margin-top: 0px;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.glsnextFavorites p {
		font-size: 14px;
		line-height: 20px;
	}
	.recommended-content-carousel .slider-bullets-container .slider-bullets-wrapper .content-slide-4 .slide-button {
		width: 10% !important;
	}
	.newUpdate-discount.mini-summit-location-container .zip-search-container button.grey {
		font-size: 11px;
	}


	/*===*/
	/* new for account page start */
	.accounts-box .accounts-boxText {
		word-wrap: break-word;
	}
	/* new for account page end */


	/* merged css */

	.author p {
		color: #333;
		margin-top: 10px;
	}
	.filter-result.fixit{
		box-shadow: 0px -4px 10px 0 rgba(0,0,0,.8);
		-moz-box-shadow: 0px -4px 10px 0 rgba(0,0,0,.8);
		-webkit-box-shadow: 0px -4px 10px 0 rgba(0,0,0,.8);
	}
    .author {
        /* padding: 32px 25px;  DELETE OR DISABLE */
    }
	.product-filters-header{
		padding: 10px 0;
		font-size: 20px;
	}
	.fixit ~ .result-listing {
		margin-top: 160px;
	}
	.filter-result .show-for-medium{
		display: none !important;
	}
	.filter-result .show-for-small-only {
		display: block !important;
		width: 100%;
	}
	.filter-result h2 {
		font-size: 26px;
		width: 100%;
		padding: 17px 0;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
		line-height: normal;
	}
	.filter-container{
	/*	margin-top: 50px; */
	}
	.filter-container .grid-x .videos-section {
		width: 100%;
		margin: 0;
	}
	.filter-result.fixit {
		position: fixed;
		top: 0;
		display: block;
		width: 100%;
		z-index: 999;
		background: #fff;
		left: 0;
		padding: 0 13px 15px;
		margin: 0;
	}
    .filter-result.fixit + .result-listing-container {
        padding-top: 182px;
    }
	.filter-result {
		margin: 0;
		padding: 0 0 15px;
	}
	.product-filters-header{
		border-bottom:0 none;
	}
	.stick-to-top{
		position: static;
	}
	.stick-to-top .sticky {
		max-width: 100% !important;
		position: fixed;
		top: 0 !important;
		z-index: 99;
		width: 100%;
		height: auto !important;
		padding: 0 10px;
		background: #fff;
		bottom: 0px !important;
		left: 100%;
		overflow-y:scroll;
		transition: all ease .3s;
		-moz-transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-ms-transition: all ease .3s;
		-o-transition: all ease .3s;
	}
	.stick-to-top.expanded .sticky{
		left: 0;
	}
	.stick-to-top .filter{
		width: 100%;
	}
    .tags-and-results-container.medium-9 {
        width: 100%;
    }
	.added-tags.show-for-small-only {
		display: block !important;
		width: 100%;
		margin-bottom: 20px;
	}
	.tags-to-show{
		display: none;
	}
	.stick-to-top, .sticky{
		/* height: auto !important; */
	}
	/*.stick-to-top, .tags-to-show {
		max-height: 0 !important;
	}*/
	.apply {
		font-size: 22px;
		margin: 10px 0 0;
	}
	.apply.show-for-small-only {
		display: inline-block !important;
		font-size: 18px;
		vertical-align: middle;
		color: #007db3;
    	font-family: 'open sans bold';;
	}
	.apply svg {
		margin-right: 10px;
	}
	.quoteTags{
		margin-bottom: 40px;
	}
	.email-input {
		padding-left: 0;
	}
    .article-para blockquote, .article-para.story-post-content blockquote {
        width: 100%;
        padding: 10px 15px;
        margin: 0 20px 10px 0;
    }
}

@media screen and (max-width:640px) {
	.load-more-sec .button-space-filler {
		display: none;
	}
}

@media screen and (min-width:640px) and (max-width: 833px) {
	.mis-nav-buttons a {
		height: 330px !important;
	}
}

@media (max-width: 639px) {
    .author-byline-module {
        margin-bottom: 0rem;
    }
	.episode-people {
		padding-bottom: 0;
	}
	/* Mec Responsive Correction */

    .videos {
        padding: 20px;
    }

    .author h6 {
        min-height: 0;
    }

    .small-12.medium-6.large-4.col-space .videos .author, .small-12.medium-6.large-4.col-space .videos .writtenby, .small-12.medium-6.large-4.col-space .quotes .writtenby {
        min-height: 0;
    }

    .small-12.medium-6.large-4.col-space .videos .video, .small-12.medium-6.large-4.col-space .quotes .quote {
        min-height: 20vh;
    }

	.cards-container .slider-bullets-container.grid-margin-x > .cell {
		margin-bottom: 10px;
	}

	.content-section.text-left {
		text-align: center;
	}

	/* Mec Responsive Correction */

	.for-grow .dropdown-navigation.on-mobile ul {
		padding: 10px 0 30px;
	}
	.for-grow .dropdown-navigation.on-mobile ul li {
		padding: 15px 0;
	}

	.for-grow .dropdown-navigation.on-mobile ul li a {
		padding: 0;
	}

	.storyQuote h2 {
		width: 100%;
		float: none;
	}
	.right-section {
		width: auto;
		padding-left: 0;
	}
	.left-section {
		width: auto;
	}
	.middle-col {
		padding: 0;
	}
	.storyQuote h2 {
		margin-bottom: 40px;
	}
	.menu.panel {
		display: none;
		transition: max-height 0.2s ease-out;
		-moz-transition: max-height 0.2s ease-out;
		-webkit-transition: max-height 0.2s ease-out;
	}
	.video-testimonial {
		padding-left: 30px;
	}
	.video-testimonial::before{
		left: 0;
	}
	.video-testimonial .left-section, .video-testimonial .right-section {
		width: auto;
		display: inline-block;
	}
	.episode-people .left-section {
		width: auto;
	}
	.ecfa-logo {
		text-align: left;
		margin-top: 10px;
	}
	.poweredby {
		width: 25%;
	}
	.top-bar .top-bar-right {
		width: 75%;
	}
	.main-menu .menu li.small-col a {
		min-height: 100%;
	}
	.gls-next{
		background-color: transparent;
	}
	.gls-logo {
		text-align: center;
	}

	.quote-social .social-icons{
		margin-top: 6px;
		margin-right: 0;
		margin-bottom: 0;
		text-align: right;
		height: 0;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
	}
	.main-menu .is-drilldown{
		/*min-width: 100% !important;
		max-width: 100% !important;*/
	}
	.cst-col h4, .summit-league h3, .col-pad h4{
		margin: 10px 0 0;
	}

	/* merged css */
	.readTranscript {
		margin-left: 0px;
	}
	.video-article .video-js {
		height: 338px !important;
	}
	.story-aside .social-icons a {
		width: 15%;
	}
	.story-aside .social-icons > div {
		margin: 0px;
	}
	.error-page .grid-container {
		padding: 20px 0;
	}
	.error-page h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.error-page h4 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.error-page {
		padding: 20px 20px 0 20px;
	}
	.mis-nav-list {
		display: none;
	}
    .mis-nav-buttons {
        visibility: visible;
    }
	.locationSearch .searchContainer p {
		width: 100%;
	}
	.locationSearch .searchContainer .search-form {
		margin: 25px 0px 0;
	}
	.locationSearch .search-options ul {
		margin: 0;
	}
	.locationSearch .search-options ul li a {
		font-size: 12px;
	}
	.storyQuote-auth-image .thumbnail img {
		width: 120px;
	}
	.storyQuote-auth-image {
		display: block;
		margin: 0 auto;
		width: 156px;
	}
	.storyQuote-auth-container {
		margin-bottom: 35px;
		float: none;
	}
	.storylp-quote {
		margin: 0px 17px 20px 0;
		font-size: 15px;
		padding: 16px 16px 16px 50px;
		width: 196px;
	}
	.storylp-quote::before {
		top: 16px;
		left: 13px;
		font-size: 25px;
	}
	.videoQuote .video-wrapper .video-js {
		height: 344px !important;
	}
	.storyQuote-auth-container {
		padding-left: 0;
	}
	.career-authr-container {
		margin-bottom: 30px;
	}
	.career-editor-text a:hover {
		text-decoration: underline !important;
	}
	.page h2{
		font-size: 2rem;
	}
	.career-testimonial h2 {
		font-size: 2rem;
	}
	.career-testimonial,
	.career-marketing,
	.fiveCs-module,
	.career-Content	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.career-marketing .career-editor-text,
	.career-marketing .career-editor-text p {
		font-size: 18px;
		line-height: 30px;
	}
	.career-Content .career-marketing-img {
		margin-bottom: 30px;
	}
	.career-leadership {
		padding: 80px 0;
	}
	.career-notes .career-container {
		padding: 15px;
	}
	.flick-slider.mis-stage {
		height: 100% !important;
		overflow: hidden;
	}
	.mis-nav-buttons a {
		height: 100% !important;
	}
	.flickrGallery {
		padding-top: 40px;
	}
	.videoQuote {
		padding: 40px 0 40px 0;
	}
	.storyQuote {
		padding-bottom: 40px;
	}
	.glsnextFavorites img {
		width: 100%;
	}
	.glsnextFavorites {
		padding: 10px 0;
	}
	.recommended-module .recommended-content-carousel .slider-bullets-container {
		display: none;
	}
	.see-all-link {
		text-align: left;
		margin-top: 10px;
	}
	/* new for account page start */
	.accounts-page .side-menu {
		position: relative;
		min-height: 57px;
	}
	.accounts-page .side-menu .tab-arrow {
		z-index: 2;
		right: 10px;
		top: 10px;
	}
	.side-menu .vertical.menu {
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
		z-index: 1;
	}
	.side-menu .vertical.menu li {
		display: none;
		margin-bottom: 0px;
		border: 1px solid #edf5f3;
		border-bottom: 0px;
	}
	.side-menu .vertical.menu li:last-child {
		border-bottom: 1px solid #edf5f3;
	}
	.side-menu .vertical.menu.open li.tabs-img {
		display: block;
		width: 100%;
		border: 1px solid #edf5f3;
		padding: 0;
		height: auto;
		position: relative;
		z-index: 1;
		margin-left: 0;
		border-bottom: 0;
	}
	.side-menu .vertical.menu li img {
		max-width: 120px;
		margin-bottom: 15px;
		margin-top: 15px;
		margin-left: 18px;
	}
	.side-menu .vertical.menu li a {
		background: transparent;
		padding: 18px 18px;
	}
	.side-menu .vertical.menu.open li {
		display: block;
	}
	.side-menu .vertical.menu li.is-active {
		display: block;
	}
	.side-menu .vertical.menu li.is-active a {
		padding: 18px 18px;
	}
	.edit-profile.tabs-content {
		margin-top: 20px;
	}
    .article-para blockquote p, .article-para.story-post-content blockquote p {
        font: italic 24px/38px 'Libre Baskerville';
    }

    /* new for account page end */
	/* merged css */

/* PREMIUM GRIDWALL ICON */

#premium svg {
    color: #F4872A;
}
	.signIn.is-active:before {
		left: auto;
		right: 30px;
	}
	.login-to-show-videos{
		padding: 70px 20px;
	}
	.wrap-login{
		margin-left: -155px;
		max-width: 310px;
	}
	.wrap-login.get-premium {
		top: -40px;
	}
	.video-social .social-icons{
		float: right;
	}
	.video-social .social-icons a:last-child{
	 margin-right: 0;
	}
	.readTranscript > ul > li > a{
		padding: 10px 0;
	}
	.readTranscript {
		margin: 0;
	}
	.video-social .videos-icons {
		display: inline-block;
		margin-bottom: 10px;
		width: 100%;
	}
	.video-cell {
		margin: 15px 0 0;
	}
	.video-social{
		margin-bottom: 20px;
	}
	.video-social .videos-icons li {
		margin-right: 15px;
		font-size: 24px;
		display: inline-block;
		margin-bottom: 0;
	}
	.video-social{
		text-align: left;
	}
	.videos-menu{
		text-align: center;
	}
	.videos-menu > li{
	 margin-bottom: 0;
	 margin-left: 0;
	}
	.video-social{
		margin-top: 10px;
	}
	.attr-nav > ul > li > a {
		padding-right: 0;
		margin-right: 10px;
	}
	.col-bg .video svg {
		bottom: 10px;
		left: 5px;
		padding: 4px 10px;
		width: 30px;
		height: 30px;
	}
	.col-bg .video svg.fa-file-alt {
		padding: 4px 7px;
	}
	.attr-nav > ul > li > a{
		vertical-align: middle;
		font-size: 30px;
	}
	.col-bg .time {
		position: absolute;
		bottom: 13px;
		right: 5px;
		font-size: 14px;
		background: rgba(0,0,0,.7);
		padding: 5px 9px;
	}
	.recommended-content-carousel .carousel-header-column{
		    width: 100%;
	}
	.recommended-content-container h4{
		font-size: 22px;
	}
	.recommended-content-container h2{
		font-size: 26px;
	}
	.recommended-content-container.content-slide-3{
		    padding: 20px 0 30px 10px;
	}
	.main-quote {
		padding: 30px 0 60px;
	}
	.quote-block{
		margin-bottom: 0;
	}
	.main-quote h1 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.main-quote p {
		font-size: 18px;
	}
	.contact a {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.footer-row p{
		margin: 15px 0;
	}
	.footer-menu{
		padding-right: 0;
	}
	.subscribe .input-group{
		max-width: 300px;
		margin: 0 auto;
	}
	.author-info {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.post-time.text-right {
		text-align: left;
	}

	.connect{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.subscribe-block {
		margin-top: 20px;
		text-align: left;
	}
	.connect-social span, .subscribe-block span {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		text-align: center;
	}
	.subscribe-block span{
		margin-left: 0;
	}
	.s-icons a {
		font-size: 25px;
	}
	.footer.footer-row{
		padding: 20px 0 0;
	}
	.comments {
		padding: 5.5vh 0; /*UPDATED BY LL */
	}
	.float-none-small {
		float: none !important;
	}
	.mobile-share .social-icons {
		position: fixed;
		visibility: hidden;
		opacity: 0;
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		bottom: 130px;
		left: 0;
		background-color: #fff;
		right: 0;
		margin: 0;
		padding: 40px 0;
		 top: auto !important;
		bottom: 125px !important;
		max-width: 100% !important;
		z-index: 10;
	}
	.icon-share {
		display: flex;
		justify-content: space-between;
		padding: 0 10px;
		width: 100%
	}
	.share-btn .fa-times {
		display: none;
	}
	.mobile-share .social-icons:before {
		position: absolute;
		content: "";
		bottom: -69px;
		height: 0px;
		border-top: 35px solid #fff;
		border-left: 35px solid transparent;
		border-right: 35px solid transparent;
		border-bottom: 35px solid transparent;
		z-index: 11;
		right: 20px;
		display: block;
	}
	/* .share-btn {
		width: 70px;
		margin-bottom: 0;
		height: 70px;
		background: #2e3674;
		color: #fff;
		border-radius: 50%;
		font-size: 36px;
		position: fixed;
		right: 20px;
		bottom: 20px;
		float: none;
		z-index: 90;
	} */
	.mobile-share .social-icons.show, .quote-social .social-icons.show{
		visibility: visible;
		opacity: 1;
	}
	.commentby-small-img {
		max-height: 54px;
		max-width: 55px;
	}
	.older-comment li {
		border-top: 1px dotted #ccc;
		padding: 25px 0;
		margin-bottom: 0;
	}
	.article-para {
		margin: 20px 0 60px;
	}
	.article-para.podcast-para {
		margin-bottom: 60px;
	}
	.article-para p{
		font-size: 14px;
	}
	.article-header h1 {
		font-size: 38px;
		line-height: normal;
		margin: 10px 0;
	}
	.article-header h4 {
		font-size: 16px;
	}
	.topic-tags {
		font-size: 12px;
	}
	.social-icons a {
		margin: 0;
		display: inline-block;
		font-size: 50px;
	}

	/* .float-none-small .social-icons.show {
		width: auto;
		height: auto;
	} */
	.article-banner {
        height: 25vh;
		margin: 0 0 3vh 0;
	}
	.article-by{
		width: 100%;
	}
	/* Testimonial CSS */
	.testimonial{
		padding: 50px 10px;
	}
	.testimonial h3{
		text-align: center;
		font-size: 26px;
	}
	.testimonial .orbit-bullets button {
		max-width: 40px;
		height: 8px;
	}
	.slide-img img{
		max-width: 150px;
	}
	.testimonial .orbit {
		padding: 20px 10px;
	}
	.testimonial .orbit-bullets{
		margin-top: 20px;
	}
	.slide-content p {
		font-size: 14px;
		line-height: 28px;
	}
	.writer-name {
		font-size: 18px;
	}
	.slide-img{
		text-align: center;
	}
	/* Testimonial CSS */

	/* DISABLED BY LL
       .breadcrumb-container{
		display:none;
	}
	.lead-content h3{
		font-size: 40px;
		margin: 20px 0;
	}*/

	.main-menu .menu li .is-active .call-to-action .default-button{
		display: block;
		margin: 0 auto;
	}
	.main-menu .menu li .is-active .call-to-action a.create-account{
		display: block;
		margin: 20px auto 0;
		max-width: 205px;
		background-color: transparent;
	}
	.dropdown.menu .call-to-action .create-account{
		color: #3d3935;
		position: relative;
	}
	.dropdown.menu .call-to-action .create-account svg {
		font-size: 12px;
		color: inherit;
		vertical-align: middle;
	}
	.cst-col h4 {
		font-size: 14px;
		font-family: inherit;
		font-weight: bold;
		color: #3d3935;
		margin: 20px 0 0;
		line-height: normal;
		margin-top: 0;
	}
	.cst-col p {
		font-size: 12px;
		font-family: inherit;
		color: #3d3935;
		margin: 10px 0;
		line-height: normal;
		margin-top: 10px;
	}
	.show-for-small-only.mob-menu-btn{
		display:block !important;
	}
	.drilldown .about-area .is-drilldown-submenu{
		background-color: #dbdad9;
	}
	.main-menu .menu li .tabs a{
		padding: 15px 10px;
		font-size: 16px;
		position: relative;
	}
	.main-menu .menu li .tabs .tabs-title>a:before {
		position: absolute;
		content: "\f0fe";
		right: 10px;
		top: 15px;
		font-family: fontawesome;
	}
	.main-menu .menu li .tabs .tabs-title.is-active>a:before{
		content: "\f146";
	}
	.main-menu .menu li .tabs .trending a {
		padding: 5px 7px;
		font-size: 12px;
		position: relative;
	}
	.trending a::before{
		    top: 10px;
	}

	.drilldown.show-for-small-only{
		display: block;
	}
	body.is-reveal-open{
		position: static !important;
	}
	.is-reveal-open .reveal-overlay {
		top: 45px;
	}
	.menu-on-mobile {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		transition: all ease .3s;
		-moz-transition: all ease .3s;
		-webkit-transition: all ease .3s;
		display: block;
		z-index: 99;
		background: #dbdad9;
		top: 75px;
		left: -100%;
		border-top: 1px solid #ccc;
	}
	.main-menu{
		background: #dbdad9;
	}
	.drilldown a{
		background-color: transparent;
	}
	.menu-on-mobile.show{
		left:0;
	}
	.attr-nav > ul > li.search, .mob-menu-btn {
		margin: 15px 0;
		padding: 0;
	}
	.logo-menu .logo {
		padding: 10px 0;
	}
	.medium-horizontal.menu{
		width: 100%;
		padding: 0 10px;
	}
	.main-menu ul li{
		width: 100%;
	}
	.grid-x .big-col,.grid-x .small-col{
		width: 100%;
	}
	.big-col.is-submenu-item, .small-col.is-submenu-item {
		padding: 10px;
		background: #ccc;
	}

	.drilldown .menu .is-drilldown-submenu{
		background-color: #dbdad9;
	}
	.main-menu .medium-horizontal li a {
		padding: 15px 0	;
		font-weight: normal;
		font-size: 24px;
		font-family:"open sans sb";
	}
	.main-menu .medium-horizontal li a.new-back{
		 padding: 20px 10px 20px 10px;
		 text-align: center;
	}
	.drilldown .js-drilldown-back>a.new-back::before {
		position: absolute;
		left: 10px;
		top: 14px;
	}
	.main-menu .drilldown .is-drilldown-submenu-parent>a::after {
		content: "\f105";
		border: 0 none;
		font-family: fontawesome;
		right: 15px;
		top: 16px;
		font-size: 32px;
	}
	.drilldown .is-drilldown-submenu.is-active{
		margin-bottom: 40px;
	}
	.drilldown .js-drilldown-back>a::before {
		content: "\f104";
		border: 0 none;
		font-family: fontawesome;
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		top: 23px;
		font-size: 35px;
	}
	.menu .tabs{
		padding: 0;
	}

	.summit-league{
		padding: 10px 10px 20px;
	}

	.drilldown a.col-bg{
		background-color: #fff;
	}
	.leagues:first-child, .cst-col:first-child {
		padding: 0 5px 10px 0;
	}
	.leagues:last-child, .cst-col:last-child {
		padding: 0 0 10px 5px;
	}

	.menu .mb-5, .menu .mt-5{
		margin:0;
	}
	.logo img {
		max-width: 145px;
	}
	.top-bar ul.top-menu{
		display: block;
		text-align: right;
	}
	.top-bar ul.top-menu li{
		display: inline-block;
	}
	.top-bar ul.top-menu li.hidden{
		display: none;
	}
	.main-menu ul li.donate-col{
		padding: 20px 15px;
	}
	.for-donate .default-button{
		display: block;
		margin: 0 auto;
		min-width: 275px;
	}
	.stories p{
		display: none
	}
	.main-menu ul li .donate-two-col {
		padding: 25px 10px 25px 0;
	}
	.reveal.custom-modal{
		padding: 60px 15px 15px;
	}
	.custom-modal h4 {
		line-height: normal;
	}
	.top-bar ul.top-menu li.signIn {
		position: static;
	}
	.top-bar .dropdown.menu>li.opens-left>.is-dropdown-submenu.signIn-drop{
		min-width: 300px;
	}
	.main-menu .medium-horizontal li.secondary-menu>a {
		font-size: 14px;
		padding: 10px 0;
		font-family: "open sans sb";
		text-transform: uppercase;
	}
	.drilldown .secondary-menu {
		margin-bottom: 12px;
	}
	.about-area .drilldown-submenu-cover-previous .is-submenu-item a {
		font-family: "open sans sb";
	}
	.about-area .drilldown-submenu-cover-previous .is-submenu-item {
		margin: 10px 0;
	}
	.main-menu .medium-horizontal li.secondary-menu .submenu a {
		font-size: 16px;
		padding: 10px 0;
		text-transform: uppercase;
	}
	.main-menu .medium-horizontal li.secondary-menu a.new-back{
		padding: 20px 10px 20px 10px;
		font-size: 24px;
		background: #fff;
	}
	.main-menu .medium-horizontal li.secondary-menu .is-drilldown-submenu-item a{
		padding: 15px 10px 15px 10px;
		text-transform: none;
	}
	.dropdown-navigation {
		padding: 0 10px;
	}
	.main-menu .drilldown .secondary-menu.is-drilldown-submenu-parent>a::after{
		font-size: 16px;
		top: 15px;
		right: 10px;
	}

	.main-menu .menu li.tabs-title .see-all a{
		background-color: transparent;
		padding: 0;
		display: inline-block;
		pointer-events: none;
	}
	.main-menu .menu li.tabs-title.is-active .see-all a{
		pointer-events: auto;
	}
	.col-pad p{
		display: none;
	}
	.for-grow .tabs-panel {
		padding: 0px 10px 5px 0;
	}
	.mob.see-all {
		margin: 15px 0;
		padding: 0 10px;
	}
	.trending {
		padding-left: 10px;
		padding-top: 25px;
		background-position: 10px top;
		margin-top: 0;
	}
	.tabs .tabs-title>a:focus, .tabs .tabs-title>a[aria-selected=true], .tabs.vertical>li a {
		background-color: #c6c5c4;
	}
	.menu .tabs{
		background-color: #dbdad9;
		border-bottom: 1px solid #ccc;
	}
	.main-menu .menu li .col-pad a {
		padding: 10px;
		background: #fff;
	}
	.nav-menu{
		border-top: 0 none;
		padding: 0 0 40px;
	}
	.dropdown-navigation {
		padding: 0 10px;
		background-color: #dbdad9;
	}
	.main-menu .menu li .tabs>.is-active>a{
		background-color: #dbdad9;
	}
	/* .tabs.vertical>.tabs-title.is-active>li a{
		background-color: #dbdad9;
	} */
	.main-menu .menu li .nav-menu a{
		 padding: 15px 0;
	}
	.on-mobile {
		background: #dbdad9;
	}
	.mob-menu-btn {
		text-align: right;
	}
	.col-space {
		padding: 0;
		margin-bottom: 25px;
	}
	.col-space:last-child{
		margin-bottom: 0;
	}
	.lead-content .cta{
		margin-top: 30px;
	}
	.lead-content p{
		font-size: 14px;
		line-height: 24px;
	}

	.lead-content .hide-for-small-only {
		display: none;
	}

	.mob-menu-btn svg{
		color: #3d3935;
	}
	 .leagues .col-bg figure {
		background-size: cover !important;
	}
	.summit-league figure {
		min-height: 130px;
	}
}
@media (max-width: 480px) {
	/* merged css */
	.video-article .video-js {
		height: 260px !important;
	}
	.videoQuote .video-wrapper .video-js {
		height: 260px !important;
	}
	/* === */
	.show-notes .pop-wrapper .login-show-notes {
		padding: 20px;
		width: 90%;
		margin-left: 5%;
	}
	.sidebar-more-from .side-post-container .image-container {
		height: 170px;
	}
	.article-para img.img-right,
	.article-para img.img-left {
		margin: 10px 0;
		clear: both;
		float: none;
		width: 100%;
	}
	.career-banner ul.btn-list li,
	.career-leadership ul.btn-list li {
		margin-bottom: 40px;
	}
	.career-banner ul.btn-list li:last-child,
	.career-leadership ul.btn-list li:last-child {
		margin-bottom: 0px;
	}
	.career-banner .career-container p br {
		display: none;
	}
	.career-testimonial .marquee-carousel {
		padding: 25px;
	}
	.fiveCs-module .grid-x > .small-6 {
		width: 100%;
	}
	.fiveCs-module .career-container p {
		padding: 0 15px;
	}
	.newsLp-content .img-right {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}
	.meetOutTeam .team-box > div.team-info {
		padding: 0 15px;
	}
	/* merged css */
}

@media screen and (max-width: 400px) {
	.storylp-quote {
		width: 100%;
	}
	.storyLpFeature .dotted-header span {
		font-size: 16px;
	}

	.accounts-page .order-history p {
		word-wrap: break-word;
	}
}

@media (max-width: 350px) {
	.lead-content h3 {
		font-size: 30px;
	}


	.top-menu.menu a.selectCountry {
		padding: 12px 8px 12px 26px;
		font-size: 12px;
		background-size: 25px auto;
	}
	.top-menu.dropdown.menu li.signIn .dropdown-toggle{
		font-size: 14px;
	}
	.attr-nav > ul > li.search, .mob-menu-btn{
		margin: 10px 0;
		padding: 0;
	}
	.custom-modal h4 {
		font-size: 19px;
	}
	.menu-on-mobile {
		top: 75px;
	}


	/* Merged */

	.storyLpFeature .dotted-header span {
		font-size: 13px;
	}


	/* Merged */


}

/* WP Rocket: /who-we-are/ */
.page-id-550 .rll-youtube-player {
	height: 100% !important;
	margin: 0px !important;
}

.page-id-550 .rll-youtube-player img {
	height: 134% !important;
	object-fit: cover !important;
}

/* WP Rocket /membership/ */
.page-template-page-live-stream .rll-youtube-player,
.page-id-681 .rll-youtube-player {
	margin: 0px !important;
	padding-bottom: 55% !important;
}


/* For Summit Schedule on Summit LP */
.summit-schedule {display:none;}
.summit-schedule-container {border:10px solid #efefef;}
.summit-schedule-container img {margin-bottom:15px; max-width:152px;}

/* For Summit Pricing Table on Summit LP */
.savings {color:#6CCDB3;}

/* Adjust height of left side nav on Summit LP if it gets overloaded with additional white space at bottom from too many links. */
.sticky-side-nav {height:90%;}

/* Geo-targeting Pop-up */
.geotargeting-popup-heading{
	color:white;
	font-family: "IBM Plex Serif Bold","IBM Plex Serif";
    font-weight:700;
	font-size:25px;
}
.geotargeting-popup-text{
	color: white;
}
.geotargeting-popup-green{
	color:#70c7af;
	font-size:20px;
	margin-top:12px;
	line-height:24px;
}
.geotargeting-summitlogo{
	max-width:50px;
    float:left;
    margin-right:10px;
}
.geotargeting-sites-tbl{
	margin-left:10px;
	width:100%;
}
.geotargeting-sites-tr, .geotargeting-sites-td{
	margin-bottom:10px;
	margin-top:10px;
}
.geotargeting-sites-link{
	margin-top:10px;
	font-size:14px;
}
.geotargeting-site-button{
	background-color:#009cde;
	text-align:center;
	border-radius:25px;
}
.geotargeting-site-button a:hover, a:active, a:visited, a:focus{
	text-decoration:none;
	/* This we block for the stakeholder Request please refer TECH-4159
	/* color:purple; */
}
.geotargeting-sitename{
	color:#009cde;
	font-size:14px;
    font-weight:bold;
}
.otw-sticky.otw-full-bar.otw-top-sticky .otw-btn-horizontal.otw-show-label, .otw-sticky.otw-full-bar.otw-top-sticky .otw-hide-label, .otw-sticky.otw-full-bar.otw-bottom-sticky .otw-show-label, .otw-sticky.otw-full-bar.otw-bottom-sticky .otw-hide-label {
	right:0px; margin-bottom:-1px;
} /* Overwrites position of close and open buttons */
.otw-bottom-sticky {
	bottom:0; margin-bottom:0; line-height:14px;
} /* Overwrites position of pop-up to bottom */

/* Captions available text under video */
.captions-available{
	float: right;
	font-weight: 700;
	color: #1e5aa1;
}
.fpass{
	width:100%;
	float: right;
}
.resetpass{
	width: 100% !important;
	float: right;
}
.resetlink-header{
	font-size: 43px !important;
}
.premium-tag {
    position: absolute;
    height: 23px;
}

/** Course Listing Styles **/

.ld-course-list-items.row {
  display: flex;
}

.ld-course-list-items.row .ld_course_grid {
  max-width: 300px;
  width: 100%;
  padding: 20px;
}

.ld-course-list-items.row .ld_course_grid article.thumbnail {
  line-height: 1;
  border: none;
}

.ld-course-list-items.row .ld_course_grid article.thumbnail img.wp-post-image {
  max-width: 300px;
  width: 100%;
  height: auto;
  padding: 20px;
}

@media(max-width: 768px) {
  .ld-course-list-items.row {
    flex-direction: column;
  }
}

/** End Course Listing Styles **/

/** WC Shop Listing **/

.gln_wc_products_layout {
  display: flex;
}

.gln_wc_products_layout .gln_wc_products_container {

}

.gln_wc_products_layout .gln_wc_products_categories {
  max-width: 300px;
}

.gln_wc_products_layout .gln_wc_products_categories .woocommerce.columns-4 .products.columns-4 {
  display: flex;
  flex-direction: column;
}

.gln_wc_products_layout .gln_wc_products_categories .woocommerce.columns-4 .products.columns-4 .product-category.product {
    float: none;
    margin: 10px;
    width: 100%;
}

.gln_wc_products_layout .gln_wc_products_categories .woocommerce.columns-4 .products.columns-4 .product-category.product a > img {
  display: none !important;
}

.gln_wc_products_layout .gln_wc_products_categories .woocommerce.columns-4 .products.columns-4 .product-category.product h2 {
  line-height: 2;
}

@media(max-width: 768px) {
  .gln_wc_products_layout {
    flex-direction: column;
  }
}

/** End WC Shop Listing **/

.sfwd-lessons-template-default.single.single-sfwd-lessons .article-header .byline,
.sfwd-courses-template-default.single.single-sfwd-courses .article-header .byline,
.sfwd-quiz-template-default.single.single-sfwd-quiz .article-header .byline {
  display: none;
}

.sfwd-lessons-template-default.single.single-sfwd-lessons .inner-content #sidebar1,
.sfwd-courses-template-default.single.single-sfwd-courses .inner-content #sidebar1,
.sfwd-quiz-template-default.single.single-sfwd-quiz .inner-content #sidebar1 {
  display: none;
}





/* 2023 SITE REVISIONS */





/* HEADER */
.dropdown-toggle {background:#dde3eb !important; color:#009cde !important;}
.top-bar {}
.top_nav {background:#fafafa !important;}
.main-menu ul li.donate-col {background:#2b3575 !important;} /* Main top nav box color */
.main-menu a {color:#009cde !important;} /* Main top nav text color */
.main-menu .menu li .other-way a:hover {text-decoration:none !important;}
.top-bar .dropdown.menu a {color:#3d3935 !important; font-family:'open sans' !important; font-size:14px !important;}
.other-way {padding:0 !important; margin:0 !important;}
.other-way a {
/* font-family:'open sans bold' !important; */
background:#2b3575 !important; /* background:#009cde !important; */
border:3px solid #2b3575 !important; /*border:3px solid #009cde !important; */
font-family: 'bilo', sans-serif !important;
font-weight: 800 !important;
font-style: normal !important;
text-transform:none !important;
font-size:16px !important;
color:#fff !important;
cursor: pointer;
-webkit-transition: background-color .25s ease-out,color .25s ease-out;
-moz-transition: background-color .25s ease-out,color .25s;
transition: background-color .25s ease-out,color .25s;
border-radius: 30px;
padding:15px 0 !important;
margin:0 !important;
}
.other-way a:hover {
background:#fff !important;
border:3px solid #009cde !important;
font-family: 'bilo', sans-serif !important;
font-weight: 800 !important;
font-style: normal !important;
text-transform:none !important;
font-size:16px !important;
color:#009cde !important;
}

/* DEFAULT BUTTON */
.default-button {
background:red !important; /* background:#009cde !important; */
border:3px solid #009cde !important;
font-family: 'bilo', sans-serif !important;
font-weight: 800 !important;
font-style: normal !important;
text-transform:uppercase !important;
font-size:16px !important;
color:#fff !important;
}
.default-button:hover {
background:#fff !important;
border:3px solid #009cde !important;
font-family: 'bilo', sans-serif !important;
font-weight: 800 !important;
font-style: normal !important;
text-transform:uppercase !important;
font-size:16px !important;
color:#009cde !important;
}

/* BLUE VERSION */
.button {
background:#009cde;
border:3px solid #009cde;
padding: 0.85em 1em;
font-family: 'bilo', sans-serif !important;
font-weight: 800 !important;
font-style: normal !important;
text-transform:uppercase;
font-size:16px;
color:#fff;
}
.button:hover {
background:#fff;
border:3px solid #009cde;
font-family: 'bilo', sans-serif !important;
font-weight: 800 !important;
font-style: normal !important;
text-transform:uppercase;
font-size:16px;
color:#009cde;
}
/* GRAY VERSION */
.button-secondary {
	background: #98938e;
	border: 3px solid #98938e;
	padding: 0.85em 1em;
	font-family: 'bilo', sans-serif !important;
	font-weight: 800 !important;
	font-style: normal !important;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
}

.button-secondary:hover {
	background: #fff;
	border: 3px solid #98938e;
	font-family: 'bilo', sans-serif !important;
	font-weight: 800 !important;
	font-style: normal !important;
	text-transform: uppercase;
	font-size: 16px;
	color: #98938e;
	}
/* CONTENT MODULE */
/* .content-module {padding:50px 0 !important;} */
.content-module {padding:40px 0 !important;}

/* CARDS MODULE */
.cards-module {padding:50px 0 !important;}

/* PRICING */
.mini-summit-location-module {background-image: linear-gradient(180deg, #51325f, #dc85bc) !important;}
.discount {
font-family: 'bilo', sans-serif !important;
font-weight: 800 !important;
font-style: normal !important;
text-transform: uppercase !important;
color:#fff !important;
}
.mini-summit-location-container small {color:#fff !important;}
.mini-summit-location-container .terms_copy {color:#fff !important;}
.mini-summit-location-container .ticket-pricing .regular {color:#fff !important;}

/* Adjust marquee custom image to always fit both width and height */
.overlay-marquee-module {background-size:contain !important; width:100%; height: 0; padding-top: 40.33%;
/* (img-height / img-width * container-width) */
/* (484 / 1200 * 100) */}

/* Marquee width limit increase */
/* .grid-container.centered-marquee {max-width:1000px !important;} */
.grid-container {max-width:1000px !important;}
.centered-marquee {max-width:840px !important;}

/* 1300px and below tablet padding and marquee fix */
@media (max-width: 81.25em) {
.content-module {padding-left:15px !important; padding-right:15px !important;}
}

/* 1000px and below Main nav size reduction */
@media (max-width: 1000px) {
.main-menu a {font-size:20px !important; line-height:25px !important;}
}

/* 500px and below Mobile marquee fix */
@media (max-width: 31.25em) {
.overlay-marquee-module {background-position:right bottom !important; background-size: 100% !important; height:165px !important;}
.centered-marquee {max-width:360px !important;}
}


/* FOOTER */
.footer, footer-row {background:#3d3935 !important;}
.footer-menu h4 {color:#98938e !important;}
.connect {color:#98938e !important;}
.footer-row p {color:#98938e !important;}
.copyright-footer {background:#3d3935 !important;}
#footer .fa-phone {color:#fff !important;}
#footer .fa-map-marker-alt {color:#fff !important;}
.copyright {color:#98938e !important;}