/*
Theme Name: TYEE CLUB
Text Domain: twentysixteen
*/

/* FONTS */

@import url(https://fonts.googleapis.com/css?family=Encode+Sans:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,600;0,700;1,400);
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');



body, input, select, textarea, button {
    font-family: 'Encode Sans', sans-serif;
}


/* GLOBAL */

* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
body {
    font-weight: 400;
    color: #7C7C7C;
    font-size: 14px;
}
input[type="button"],input[type="submit"], button {
    -webkit-appearance:none;
    border-radius:0;
}
h1, h2, h3, h4, h6, h6 {
    font-weight:normal;
}

a {
    color: #840017;
}
a:hover {
    color: #000;
    text-decoration: none;
    border: 0;
}
:hover {
    transition: all 0.3s ease;
}

img, figure {
    max-width:100%;
    height:auto;
}

.left {
    float: left;
}
.right {
    float: right;
    background: #000;
}
.clear {
    float: left;
    clear: both;
    width: 100%;
}

.slider {
    float: left;
    width: 100%;
}
.centerDiv {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
@media(min-width:601px){
	.content-column.one_half, .content-column.one_third, .content-column.one_fourth {
	  padding-right: 25px;
	}
}
@font-face {
    font-family: Open Sans Regular;
    src: url('/wp-content/themes/tyeeclub/fonts/Open Sans 300.ttf');
    font-weight: normal;
}

/* STRUCTURE */

.row {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.container {
    margin: 0 auto;
    width: 1000px;

}



/* HEADER */
/*.headerRow {
    padding: 0px 0 0px 0;
     Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbd2bc+0,ffffff+46 ;
    background: #dbd2bc;  Old browsers 
    background: -moz-linear-gradient(top, #dbd2bc 0%, #ffffff 46%);  FF3.6-15 
    background: -webkit-linear-gradient(top, #dbd2bc 0%,#ffffff 46%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom, #dbd2bc 0%,#ffffff 46%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbd2bc', endColorstr='#ffffff',GradientType=0 );  IE6-9 
}*/
header#masthead{
    z-index:999;
    /*    position: fixed;*/
    width: 100%;
}
.headerRow .container {
    width: 1100px;
}
.headerRow .right {
    position: relative;
    /*    width:inherit;*/
    width:75%;
}
.login {
    float: left;
    width: auto;
    line-height: 50px;
    color: #4b2d83;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 25px;
}
.login:hover {
    color: #b7a57a;
}
.donate {
    float: left;
    width: 140px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 900;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border:0!important;
    background: #4b2e83;

    font-style: normal!important;
    transform: skew(-15deg);
}
.donate:hover {
    background-position: bottom center;
    color: #fff !important;
    transition: all 0s ease;
}
.login:hover {
    color: #4b2e83 !important;
    border: none !important;
}
.searchIcon {
    float: left;
    width: 47px;
    height: 47px;
    background: url(/wp-content/uploads/2023/01/search.png) no-repeat;
    margin-left: 30px;
    background-position: center;
}
.searchBox {
    position: absolute;
    width: auto;
    right: 45px;
    top: 60px;
    display: none;
    z-index: 100;
}
.searchBox span.screen-reader-text {
    display: none;
}
.searchBox button span.screen-reader-text {
    display: block;
}
.searchBox input {
    float: left;
    width: 190px;
    padding: 0 5px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #4b2d83;
}
.searchBox button {
    float: left;
    color: #fff;
    padding: 0 10px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    background: #4b2d83;
    border: 1px solid #4b2d83;
    cursor: pointer;
}
.donate__list {
    display:none;
    position: absolute;
    top: 60px;
    right: 0;
    background: #fff;
    border-top: 6px solid #4b2d83;
    box-shadow: #ccc 0 0 5px;
    padding: 10px 20px;
    z-index: 10;
    line-height: 2;
    width:232px;
}
.donate__list ul li a {
    font-weight:400;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size:16px;
    color: #4b2d83;
}

/* MENU */

.menu {
    float: left;
    width: 100%;
    padding: 5px 15px;
    margin: 0;
    background: #000!important;
    margin-left: -15px;
    display: flex;
    justify-content: right;
    height: 50%;
    align-items: center;
}
.menu .nav-menu {
    float: left;
    width: 100%;
}
.menu .nav-menu li {
    float: left;
    width: auto;
    position: relative;
}
.menu .nav-menu li:nth-last-child(1)::before {
    display: none;
}
.menu .nav-menu li a {
    float: left;
    width: auto;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    letter-spacing: 0.05em;
}
.menu .nav-menu li a::after {
    content: '\f0d7';
    font-family: 'fontawesome';
    margin-left: 5px;
    width: 18px;
    height: 23px;
    line-height: 27px;
    text-align: center;
    color: #ae9e74;
    font-size: 16px;
}
.header-right-top{
    background:#b7a57a;
    display: flex;
    justify-content: flex-end;
    background: #b7a57a;
    padding: 0 40px;
    align-items: center;
    height: 50%;

}
.menu .nav-menu li a:hover,
.menu .nav-menu li.open > a,
.menu .nav-menu.rollover li:hover > a {
    color: #b7a57a;
}
.menu .nav-menu li.open > a::after,
.menu .nav-menu.rollover li:hover > a:after {
    content: '\f0d8';
    color: #ffffff;
}
.menu .nav-menu li ul {
    display: none;
    position: absolute;
    top: 44px;
    left:-10px;
    z-index: 110;
    width: 325px;
    background: #fff;
    border-top: 6px solid #ccc;
    box-shadow: #ccc 0 0 2px;
}
.menu .nav-menu li ul li {
    float: left;
    width: 100%;
    padding: 0 0px;
}
.menu .nav-menu li ul li:before {
    display: none;
}
.menu .nav-menu li ul li a {
    float: left;
    width: 100%;
    line-height: 45px;
    border-top: 1px solid #dbd2bc;
    font-weight: 700;
    color: #444;
    padding: 5px 10px 5px 20px;
    color: #000;
    font-size: 18px;
}
.menu .nav-menu li ul li:nth-child(1) a {
    border: none;
}
.menu .nav-menu li ul li a::after {
    display: none;
}
.menu .nav-menu li ul li:hover {
    background: #efebe2;
}
.menu .nav-menu li ul li:hover a {
    color: #4b2d83!important;
    border-top: 1px solid #dbd2bc!important;
}
.menu .nav-menu li.open ul,
.menu .nav-menu.rollover li:hover ul {
    display: block;
}
.menu .nav-menu li:nth-last-child(1) ul,
.menu .nav-menu li:nth-last-child(2) ul{
    left:auto;
    right:0;
}

/* HOME */

/* SLIDER */


.sliderHomeRow .slider .item {
    float: left;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.sliderHomeRow .slider .item .container {
    position: relative;
    height: 650px;
    margin-left: 0;
    width: 100%;
}
.sliderHomeRow .slider .item .container .textBox {
    position: absolute;
    bottom: 100px;
    left: -30px;
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 100px;
    max-width: 100%;
    width: 70%;
}
.sliderHomeRow .slider .item .container .textBox h2,.bannerright h2,.videoSliderHomeRow .textBox  h2 {
    float: left;
    width: 100%;
    font-family: 'Encode Sans';
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 45px;
    color: #B7A57A;
    padding-bottom: 10px;
}
.sliderHomeRow .slider .item .container .textBox p,.bannerright .text, .videoSliderHomeRow .textBox  p{
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    color: #fff;
}
.unFixHead{
    position: unset!important;
}

/* BANNER */

.bannerRow {
    padding: 50px 0;
    text-align: center;
    margin-bottom: 50px;
}
.bannerRow h2 {
    float: left;
    width: 100%;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}
.bannerRow p {
    float: left;
    width: 100%;
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

/* BANNERS GROUP */

.bannerGroupRow {
    padding-bottom: 50px;
}
.bannerGroupRow .banner {
    float: left;
    width: 32%;
    margin-right: 1.5%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 625px;
    position: relative;
}
.bannerGroupRow .banner:nth-child(3n+0) {
    margin-right: 0;
}
.bannerGroupRow .banner .overload {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.bannerGroupRow .banner .textBox {
    position: absolute;
    width: 100%;
    padding: 40px 30px;
    top: 0;
    left: 0;
}
.bannerGroupRow .banner .textBox h2 {
    float: left;
    width: 100%;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.05em;
    margin-bottom: 10px;
}
.bannerGroupRow .banner .textBox p {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.bannerGroupRow .banner .textBox p strong, .bannerGroupRow .banner .textBox a {
    color: #fff;
    text-decoration: underline;
}


/* PAGES */

.backgroundPageRow {
    padding-top: 58px;
    background: #fff;
}
.pageRow .title {
    float: left;
    font-family: 'Encode Sans Condensed', sans-serif;
    width: 100%;
    font-size: 71px;
    color: #4b2d83;
    line-height: 1.1em;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing:1px;
    text-transform: uppercase;
    font-weight: 900;
}
.pageRow .subtitle {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #B7A479;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 24px;
}
.pageRow p {
    font-size: initial!important;
    color: #2B2E34;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}
.pageRow ul {
    font-size: 25px;
    color: #2B2E34;
    padding-bottom: 20px;
    font-weight: 300;
    margin-left: 25px;
}
.pageRow ul li {
    padding-left: 0px!important;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    list-style: disc;
}
.pageRow ul li::before {
    position: absolute;
    top: 10px;
    font-size: 5px;
    left: 0;
    /*    content: '\f111';*/
    font-family: 'fontawesome'
}
.contentRow h2 {
    float: left;
    /*   font-family: 'Encode Sans Condensed', sans-serif;*/
    width: 100%;
    font-size: 34px;
    font-weight: 700;
    color: #4b2d83;
    padding-bottom: 20px;
}
.contentRow strong {
    text-decoration: none;
    color: #444;
    font-weight: 700;
}
.contentRow a, .page-template-template-athlete .leftcolumn a, .magazinesBox .magazine a {
    color:#0074bb;
    text-decoration:none;
}
.page-template-template-athlete .leftcolumn a:hover, .magazinesBox .magazine a:hover {
    border-bottom:1px solid #bdbdbd;
}
.leftcolumn a {
    border-bottom:none;
}
.leftcolumn a:hover {
    color:#b7a57a;
}
.leftcolumn {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.rightColum {
    float: right;
    width: 48%;
    margin-bottom: 20px;
}
.page-template-template-featured .leftcolumn {
    width: 55%;
}
.page-template-template-featured .rightColum {
    width: 40%;
    margin: 0 0 30px 5%;
}

/* SINGLE */

.single .contentRow img {
    max-width: 100%;
    height: auto;
}
.pageRow blockquote {
    float: left;
    width: 100%;
    background: #4b2d83;
    padding: 35px;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.pageRow blockquote p {
    color: #fff;
}
.single .bottomLinks {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.single .bottomLinks h5 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #b7a57a;
    text-transform: uppercase;
}
.single .bottomLinks a {
    float: left;
    width: 100%;
    font-size: 22px;
    margin-top: 8px;
}

/* IMAGES */

.alignright {
    float: right;
    margin: 30px;
    margin-right: 0;
    max-width: 50%;
    height: auto;
}
.alignleft {
    float: left;
    margin: 7px 35px 30px 30px;
    margin-left: 0;
    max-width: 50%;
    height: auto;
}
.aligncenter, .alignnone {
    display: block;
    max-width: 100%;
    margin: 7px auto 30px;
}
.alignnone {
    margin: 7px 0 7px;
}
.page-template-template-progress .contentRow p img {
    width: 100%;
    max-width: 100%;
}

/* BREADHUMBS */

.breadhumbs {
    padding: 25px 0;
}
.breadhumbs a, .breadhumbs span  {
    float: left;
    width: auto;
    font-size: 12px;
    color: #b7a57a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}
.breadhumbs a:hover {
    color: #4b2d83;
}
.breadhumbs span {
    color: #444444;
}
.breadhumbs span.arrow {
    color: #b7a57a;
    padding: 0 12px;
}


/* QUOTE */

.quote {
    float: left;
    width: 100%;
    padding: 35px;
    background: #4b2d83;
}
.quote p {
    color: #fff;
}
.quote .signature {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 18px;
    color: #fff;
}

/* FEATURED */

.featured {
    padding: 0;
    padding-bottom: 35px;
}
.featured .image {
    float: left;
    width: 100%;
}
.featured .image img {
    float: left;
    width: 100%;
    height: auto;
}
.featured .text {
    float: left;
    width: 100%;
    padding: 35px;
}
.featured .text h4 {
    float: left;
    width: 100%;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
    line-height: 1.2em;
}
.featured .text a {
    color: #fff;
}

/* ATHLETETE */

.page-template-template-athlete .leftcolumn {
    width: 52%;
    margin-top: 20px;
}
.page-template-template-athlete .rightColumn {
    width: 43%;
    margin-top: 20px;
}
.page-template-template-athlete .rightColumn h4 {
    float: left;
    width: 100%;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}
.athletecRow {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #000000;
    padding: 40px 0;
}
.athletecRow .rightColumn {
    float: right;
    width: 45%;
    padding-right: 10%;
}
.athletecStadistics {
    float: left;
    width: 100%;
}
.stadistic {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.stadistic h3 {
    float: left;
    width: 100%;
    font-family: 'Encode Sans Normal', sans-serif;
    font-size: 17px !important;
    font-weight: 700;
    color: #b7a57a;
    margin: 10px 0 5px!important;
}
.stadistic h4 {
    float: left;
    width: 100%;
    font-size: 14px!important;
    font-weight: 300;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 10px;
    font-style:italic;
}
.stadistic p {
    float: left;
    width: 100%;
    font-size: 25px;
    color: #fff;
    padding-bottom: 0;
}
.totals {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #fff;
    padding-top: 15px;
}
.totals .stadistic h5 {
    text-transform: uppercase;
}
.totals .stadistic {
    margin-top: 0;
}
.dataBox .data {
    float: left;
    width: 100%;
    padding: 35px;
}
.dataBox .data .icons {
    float: left;
    width: 100%;
    text-align: center;
}
.dataBox .data .icons div {
    display: inline-block;
    width: 17%;
    margin: 1%;
}

.dataBox .data .icons.cant-9 div:nth-last-child(1),

.dataBox .data .icons.cant-8 div:nth-last-child(1),
.dataBox .data .icons.cant-8 div:nth-last-child(2),

.dataBox .data .icons.cant-7 div:nth-last-child(1),
.dataBox .data .icons.cant-7 div:nth-last-child(2),
.dataBox .data .icons.cant-7 div:nth-last-child(3),

.dataBox .data .icons.cant-6 div:nth-last-child(1),
.dataBox .data .icons.cant-6 div:nth-last-child(2),
.dataBox .data .icons.cant-6 div:nth-last-child(3),
.dataBox .data .icons.cant-6 div:nth-last-child(4),

.dataBox .data .icons.cant-5 div:nth-last-child(1),
.dataBox .data .icons.cant-5 div:nth-last-child(2),
.dataBox .data .icons.cant-5 div:nth-last-child(3),
.dataBox .data .icons.cant-5 div:nth-last-child(4),
.dataBox .data .icons.cant-5 div:nth-last-child(5),

.dataBox .data .icons.cant-4 div:nth-last-child(1),
.dataBox .data .icons.cant-4 div:nth-last-child(2),
.dataBox .data .icons.cant-4 div:nth-last-child(3),
.dataBox .data .icons.cant-4 div:nth-last-child(4),
.dataBox .data .icons.cant-4 div:nth-last-child(5),
.dataBox .data .icons.cant-4 div:nth-last-child(6),

.dataBox .data .icons.cant-3 div:nth-last-child(1),
.dataBox .data .icons.cant-3 div:nth-last-child(2),
.dataBox .data .icons.cant-3 div:nth-last-child(3),
.dataBox .data .icons.cant-3 div:nth-last-child(4),
.dataBox .data .icons.cant-3 div:nth-last-child(5),
.dataBox .data .icons.cant-3 div:nth-last-child(6),
.dataBox .data .icons.cant-3 div:nth-last-child(7),

.dataBox .data .icons.cant-2 div:nth-last-child(1),
.dataBox .data .icons.cant-2 div:nth-last-child(2),
.dataBox .data .icons.cant-2 div:nth-last-child(3),
.dataBox .data .icons.cant-2 div:nth-last-child(4),
.dataBox .data .icons.cant-2 div:nth-last-child(5),
.dataBox .data .icons.cant-2 div:nth-last-child(6),
.dataBox .data .icons.cant-2 div:nth-last-child(7),
.dataBox .data .icons.cant-2 div:nth-last-child(8),

.dataBox .data .icons.cant-1 div:nth-last-child(1),
.dataBox .data .icons.cant-1 div:nth-last-child(2),
.dataBox .data .icons.cant-1 div:nth-last-child(3),
.dataBox .data .icons.cant-1 div:nth-last-child(4),
.dataBox .data .icons.cant-1 div:nth-last-child(5),
.dataBox .data .icons.cant-1 div:nth-last-child(6),
.dataBox .data .icons.cant-1 div:nth-last-child(7),
.dataBox .data .icons.cant-1 div:nth-last-child(8),
.dataBox .data .icons.cant-1 div:nth-last-child(9) {
    opacity: 0.5;
}
.dataBox .data h5 {
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
}
.dataBox .data p {
    padding-bottom: 0;
}
.page-template-template-athlete .bottomDataRow .leftColumn {
    float: left;
    width: 45%;
    padding-top: 30px;
}
.page-template-template-athlete .bottomDataRow .rightColumn {
    float: right;
    width: 45%;
    padding-right: 10%;
    padding-top: 30px;
}
.bottomText {
    float: left;
    width: 100%;
}
.bottomText p {
    font-weight: 700;
}
.bottomText p a {
    color: #0074bb;
    text-decoration: underline;
}
.bottomText p a:hover {
    color: #b09969;
}
.page-template-template-athlete .leftColumn .quote {
    padding: 0;
}
.page-template-template-athlete .leftColumn .quote img {
    float: left;
    width: 100%;
    height: auto;
}

/* MAGAZINES */

.magazinesBox {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}
.magazinesBox .magazine {
    display: inline-block;
    width: 32%;
    margin-right: 1.5%;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
    vertical-align: top
}
.magazinesBox .magazine:nth-child(3n+0) {
    margin-right: 0;
}
.magazinesBox .magazine:nth-child(3n+1) {
    clear: left;
}
.magazinesBox .magazine .image {
    float: left;
    width: 100%;
}
.magazinesBox .magazine .image img {
    float: left;
    width: 100%;
    height: auto;
}
.magazinesBox .magazine h5 {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #4b2d83;
    line-height: 1.2em;
    font-weight: 300;
    margin-top: 15px;
}
.magazinesBox .magazine a {
    float: left;
    width: 100%;
    font-size: 22px;
    margin-top: 10px;
}

/* LANDING */

.sliderMagazines {
    float: left;
    width: 100%;
}
.sliderMagazines .item {
    float: left;
    width: 100%;
}
.sliderMagazines .item a {
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
.sliderMagazines .item a::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    opacity: 0.7;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,4b2e83+100&0+0,0.2+49,1+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 49%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 49%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 49%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4b2e83',GradientType=0 ); /* IE6-9 */
}
.sliderMagazines .item .container {
    height: 100%;
    position: relative;
    z-index: 3;

}
.sliderMagazines .item .container .textBox {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}
.sliderMagazines .item .container .textBox .subtitle {
    float: left;
    width: 100%;
    font-size: 42px;
    color: #b7a57a;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    text-shadow: #000 2px 2px 5px;
}
.sliderMagazines .item .container .textBox .title {
    float: left;
    width: 100%;
    /*    font-family: 'Encode Sans Condensed', sans-serif;*/
    font-size: 42px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2em;
    text-shadow: #000 2px 2px 5px;
}
.sliderMagazines .item .container .textBox p {
    font-size: 22px;
    color: #fff;
    text-shadow: #000 2px 2px 5px;
    font-weight: 400;
}

.magazinesRow {
    background: #ece8dd;
    border-top: 8px solid #b7a57a;
}
.magazinesRow .magazinesBox {
    padding: 48px 0px 0;
    margin-bottom: 0;
}
.magazinesRow .magazine {
    float: left;
    width: 50%;
    margin: 0 0 48px 0;
}
.magazinesRow .magazine .image {
    float: left;
    width: 47%;
}
.magazinesRow .magazine .text {
    float: left;
    width: 53%;
    padding: 0 0px 0 30px;
}
.magazinesRow .magazinesBox .magazine h5 {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
}
.magazinesRow .magazinesBox .magazine a {
    font-size: 16px;
}

.selectsRow {
    padding: 0 0 60px 0;
}
.selectsRow .filters {
    float: left;
    width: 100% ;
}
.selectsRow .filter {
    float: left;
    width: 32%;
    margin-right: 1.5%;
    line-height: 49px;
    font-size: 14px;
    position: relative;
    background: #fff;
    color:#6d6d6d;
}
.selectsRow .filter:nth-child(3n+0) {
    margin-right: 0;
}
.selectsRow .filters p {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #b7a57a;
    text-transform: uppercase;
    font-weight: 700;
}
.selectsRow .filter .selected {
    float:left;
    width: 100%;
    border: 1px solid #dad1bc;
    border-radius: 7px;
    position: relative;
    cursor:pointer;
    padding: 0 10px;
    font-size: 16px;
    color: #444444;
    font-weight: 700;
    height: 51px;
    overflow: hidden;
}
.selectsRow .filter .selected:after {
    position: absolute;
    right: 0;
    width: 39px;
    height: 49px;
    top: 0;
    line-height: 49px;
    font-family: 'fontawesome';
    content: '';
    z-index: 5;
    background: url(images/selectIcon.jpg) center center no-repeat;
    border-radius: 0 7px 7px 0;
}

.selectsRow .filter .options {
    float: left;
    width: 100%;
    padding: 0 20px;
    min-height:49px;
    overflow: hidden;
    cursor:pointer;
    margin-left: -20px;
    line-height: 49px;
    transition: all 0.5s ease;
    margin-top: -15px;
    background: #fff;
    box-shadow: #ccc 0 0 10px;
    z-index: 6;
    position: absolute;
    top: 65px;
    left: 20px;
    color: #919191;
    border-radius: 7px;
    display: none;
}
.selectsRow .filter .options .option {
    line-height: 1.2;
    display:block;
    margin: 10px 0;
    font-size: 16px;
    color: #444444;
    font-weight: 300;
}
.selectsRow .filter .options .option:hover {
    color:#4b2d83;
}


/* PROGRESS */

.page-template-template-progress .banner,
.page-template-template-support-page .banner {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.page-template-template-progress .banner img,
.page-template-template-support-page .banner img {
    float: left;
    width: 100%;
    height: auto;
}
.page-template-template-progress strong {
    text-decoration: none;
    color: #444444;
}
.page-template-template-progress .pageRow .donate {
    float: none;
    display: inline-block;
    margin-top: 30px;
}

.progressBar {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.progressBar h3 {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: #b09969;
    border-bottom: 2px solid #4a2e82;
    letter-spacing: 0.3rem;
    padding-bottom: 10px;
}
.progressBar p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}
.barBox p {
    font-weight: 300;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 48px;
    padding: 0;
    margin: 0;
    text-align: left;
}
.bar {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 48px;
    background: #f2f0e6;
    position: relative;
}
.bar div {
    float: left;
    height: 48px;
    background: #4a2e82 url(images/bar.png) top right no-repeat;
}

.page-template-template-progress .boxCont {
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.page-template-template-progress .boxCont .box {
    float: left;
    width: 31.33%;
    margin: 0 1%;
    background: #ece8dd;
    padding: 25px;
}
.page-template-template-progress .boxCont .box img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin-bottom: 15px;
}
.page-template-template-progress .boxCont .box p {
    text-align: left;
}

/* SUPPORT LANDING */

.supportsRow a {
    float: left;
    width: 32%;
    margin-right: 1.5%;
    margin-bottom: 30px;
}
.supportsRow a:nth-child(3n+0) {
    margin-right: 0;
}
.supportsRow a:nth-child(3n+1) {
    clear:left;
}
.supportsRow a .image {
    float: left;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.supportsRow a .text {
    float: left;
    width: 100%;
    padding: 28px 20px;
    background: #ece8dd;
}
.supportsRow a .text span {
    float: left;
    width: 100%;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #4b2d83;
    text-decoration: underline;
    text-align: center;
}
.supportsRow a:hover .image {
    opacity: 0.7;
}
.supportsRow a:hover .text {
    background: #4b2d83;
}
.supportsRow a:hover .text span {
    color: #ece8dd;
}

/* BENEFITS PAGE */

.page-template-template-benefits .leftcolumn {
    float: left;
    width: 60%;
}
.page-template-template-benefits .rightColumn {
    float: right;
    width: 40%;
    padding-left: 20px;
    text-align: center;
}
.page-template-template-benefits .rightColumn img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.table {
    margin-bottom: 30px;
}
.tableRow h3 {
    float: left;
    width: 100%;
    font-size: 40px;
    color: #4b2d83;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 55px;
}
.tableRow .values {
    float: right;
    width: 60%;
} /* 5 columns 55% */
.tableRow .values .value {
    float: left;
    width: 16%;
    text-align: center;
    font-size: 20px;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 700;
    color: #4b2d83;
    min-height: 52px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
} /* 5 columns 20% width */
.tableRow .values .value span {
    float: left;
    width: 100%;
    text-align: center;
}
.tableRow .values .value:nth-child(1), .tableRow .values .value:nth-child(3), .tableRow .values .value:nth-child(5) {
    background: #4b2d83;
    border: 1px solid #4b2d83;
    color: #fff;
}
.tableRow .tableLine h3 {
    text-transform: uppercase;
    font-size: 25px;
    border-bottom: 1px solid #cbcccd;
    padding: 15px 0;
    margin-bottom: 0;
}
.tableRow .tableLine:nth-child(1) h3 {
    border-top: 1px solid #cbcccd;
}
.tableRow .tableLine .line {
    float: left;
    width: 100%;
    border-bottom: 1px solid #cbcccd;
    position:relative;
}
.tableRow .tableLine .line .values {
}
.tableRow .tableLine .line .values .value {
    min-height: 1px;
}
.tableRow .tableLine p {
    float: left;
    width: 40%;
    padding: 10px 15px 10px 0;
    font-size: 16px;
} /* 5 values was 45% width */

/* POSTS */

/* ARCHIVE */

.postList {
    float: left;
    width: 100%;
}
.post {
    float: left;
    width: 32%;
    margin-right: 1.5%;
    margin-bottom: 20px;
    text-align: left;
    background: #ece8dd;
    min-height: 635px;
}
.post:nth-child(3n+0) {
    margin-right: 0;
}
.post:nth-child(3n+1) {
    clear: left;
}
.post .image {
    float: left;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.post .text {
    float: left;
    width: 100%;
    padding: 40px 25px;
    padding-bottom: 15px;
}
.post .text h5 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #b7a57a;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.post .text h3 a {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #4b2d83;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.post .text p a {
    font-weight: 700;
    color: #4b2d83;
    text-decoration: underline;
    font-weight: 700;
    white-space: nowrap;
}
.postList p {
    font-size: 18px;
    color: #444444;
    padding-bottom: 20px;
    font-weight: 300;
    line-height: 1.5;
}
.post .text h3 a:hover, .post .text p a:hover {
    color: #b7a57a;
}
.plus-btn {
    text-align: center;
    margin-bottom: 50px;
}
.plus-btn a {
    display: inline-block;
    position: relative;
    color: #4b2d83;
    text-decoration: underline;
    font-weight: 700;
    white-space: nowrap;
    font-size: 20px;
    padding-top: 60px;
}
.plus-btn a::before {
    position: absolute;
    top: 0;
    left: 50%;
    font-family: 'fontawesome';
    content: '\f107';
    font-size: 70px;
    margin-left: -22.5px;
    font-weight: 300;
}
.plus-btn a:hover {
    color:#b7a57a;
}
.search .post {
    width:100%;
    margin-right:0;
    min-height:0;
}
.search .post .text {
    padding:25px;
}
.post .text p a.more-link {
    display:none;
}

/* FOOTER */

.footerRow {
    padding: 40px 0;
    margin-top: 50px;
    background: #4b2d83;
}
.footerLogo {
    float: revert;
    /* margin-right: 80px; */
}
.footerRow h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 900;
    color: #b7a57a;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}
.footerMenu {
    float: left;
    width: 240px;
    max-width: 100%;
    margin-bottom: 15px;
}
.footerMenu ul {
    float: left;
    width: 100%;
}
.footerMenu ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.footerMenu ul li a {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0.05em;
}
.footerMenu ul li a:hover {
    color: #b7a57a;
}

.socialsMenu {
    float: right;
    width: 480px;
    max-width: 100%;
}
.socials {
    float: left;
    width: auto;
}
.socials a {
    float: left;
    width: 47px;
    height: 47px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    color: #4b2d83;
    margin-right: 28px;
}

p.copyright {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    padding: 0px 20px;
    letter-spacing: 0.05em;
}

.footerRow .donate {
    background: url(images/donateBtnFooter.png) top center no-repeat;
    color: #4b2d83 !important;
}
.footerRow .donate:hover {
    background-position: bottom center;
    color: #fff !important;
    transition: all 0s ease;
}

/* SLIDER */

.owl-carousel .owl-controls .owl-nav .owl-prev {
    background: url(images/prevback.png) top right no-repeat;
    left: 0!important;
    line-height: 66px;
    transition: all 0s ease !important;
    width: 78px;
    text-align: center;
    height: 66px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background-position: bottom right;
    transition: all 0s ease !important;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
    /*    background: url(images/nextBack.png) top left no-repeat;*/
    right: 0 !important;
    line-height: 66px;
    transition: all 0s ease !important;
    width: 78px;
    text-align: center;
    height: 66px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background-position: bottom left;
    transition: all 0s ease !important;
}

.tableRow .tableLine p {
    font-weight: 400;
}
.tableRow .tableLine p a {
    color: #444444;
}
.tableRow .tableLine p a:hover {
    color: #4b2d83;
}
.tableRow .tableLine .text .benefictPopup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px;
    box-shadow: #ccc 0 0 10px;
    z-index:20;
    margin-top:-50px;
}
.tableRow .tableLine .text .benefictPopup h3 {
    text-transform: none;
    border-top: none;
}
.tableRow .tableLine .text .benefictPopup .benefictPopupClose {
    float: right;
    text-transform: uppercase;
    color: #4b2d83;
}
.tableRow .tableLine .text .benefictPopup p {
    float: left;
    width: 100%;
}
.tableRow .tableLine .text .benefictPopup img {
    float: left;
    width: 100%;
    height: auto;
}
.row.bottomDataRow.pageRow .container {
    width: 70%;
    float: none;
}
.page-template-template-athlete .row.bottomDataRow.pageRow .container {
    width: 1000px;
}
.page-template-template-athlete .bottomDataRow .rightColumn {
    padding-top: 5px;
}
.contentRow iframe {
    overflow-y: hidden;
    max-width:100%;
}
.modal-fade {
    display: none;
    position: fixed;
    top: 0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 19;
    background:rgba(75,45,131,.3);
}
/* RESPONSIVE */

.footerRow .clear,.addtoany_shortcode,
.menu .giving_link,
.responsiveBtn,
.menu .donate,
.sliderMagazines .responsiveImage,
.responsiveImage
{
    display: none;
}

.page-matching-gifts .contentRow iframe {
    background:#f9f6ef;
    margin-top:20px;
    padding:20px;
    width: 100%;
    height: 400px;
}
.centerBtn {
    text-align: center;
    display: flex;
    justify-content: center;
}
.centerBtn a {
    float: none;
    display: inline-block;
}
.single-location .pageRow .contentRow ul li {
    float:left;
    width:100%;
}
.wp-pagenavi a, .wp-pagenavi span {
    float:left;
    border:0;
}
.wp-pagenavi a {
    background:#b7a57a;
    color:#fff;
    border:0
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background:#4b2d83;
    color:#fff;
}
@media(max-width:600px){
    /*    .page-template-template-quote-php .tmm .tmm_container {
        grid-template-columns: auto;
    }*/
    .trendStoryImg{
        height:200px!important;
    }
}
@media(min-width:1141px){
    .site-inner{
        height:107px;
    }
    .single-article header#masthead,
    .page-template-template-home header#masthead{
        background:transparent;
    }
    .page-template-template-home .row.videoSliderHomeRow,
    .page-template-template-home .row.sliderHomeRow,
    .page-template-template-home .row.newBannerRow,
    .page-template-template-home .row.ctasGroupRow
    {
        position: relative;
        /*        bottom: 55px;*/
    }
    .row.ctasGroupRow .ctas{
        margin-bottom: 0;
    }
    .single-article .scrollHeader .menu,
    .single-article .headerRow .container,
    .page-template-template-home .scrollHeader .menu,
    .page-template-template-home .headerRow .container{
        background:transparent;
    }
    .single-article .breadcrumb {
        top: 20px;
    }
}
@media(max-width:345px){
    a.donate {
        padding: 10px 26px;
        font-size: 10px;
    }
    .logo {
        width: 130px;
    }
}
@media screen and (min-width: 1141px) and (max-width:1200px){

    .menu .nav-menu li a{
        padding-left:15px!important;
    }
}
@media screen and (min-width: 769px){
	.learn-more.centerBtn {margin-top: 25px;}
}
@media not all and (min-resolution:768px)
{
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .videomodule-row.row1, .videomodule-row.row2, .videomodule-row.row3{
            padding: 0px 20px !important;
        }
        .img-stretch-col{
            display: flex;
            flex-direction: column;
            align-items: stretch;
        }
    }
}
@media(min-width:1800px){
    .menu .nav-menu li a,
    .header-right-top a.login,
    .menu .nav-menu li a::after{
        font-size: 1vw;
    }
}
@media all and (max-width: 1220px) {
    .single .pageRow .title {
        margin-bottom:0px!important;
    }
    .single .addtoany_shortcode {
        display:block;
        padding-top: 30px;
        text-align: center;
    }
    .single .addtoany_shortcode .addtoany_list.a2a_kit_size_32 a {
        background: rgba(255,255,255,.5);
        margin-right: 2px;
        border:0!important
    }
    .single .addtoany_shortcode .addtoany_list.a2a_kit_size_32 a {
        background: rgba(255,255,255,.8);
    }
}
@media all and (max-width: 1160px) {
    .headerRow .container,
    .page-template-template-athlete .row.bottomDataRow.pageRow .container {
        float: left;
        width: 100%;
    }

}

@media all and (max-width: 1140px) {

    .single-article h1.title {
        padding: 10px 0;
    }
    .menu .nav-menu li a{
        padding-left: 30px!important;
    }
    .breadhumbs {
        padding: 15px 25px 10px 25px;
    }
    /*    .single .pageRow .title {
            padding: 10px 25px 0;
        }*/

    body.page-child .row.pageRow,

    body.page-child .pageRow,
    .single .contentRow,
    .category .pageRow,
    .postList,
    .magazinesBox,
    .tax-magazine_category h3.title,
    .tax-magazine_category .selects.filters,
    .page-id-867 .contentRow,
    .page-template-template-magazine .selects.filters,
    .infographic-content-section,
    .single-event h1.title, .single-post h1.title, .single-post h4.subtitle {
        padding-left: 25px!important;
        padding-right: 25px!important;
    }
    .category .pageRow  .postList{
        padding:0!important;
    }
    .header-right-top,
    .menu{
        height: unset!important;
    }

    .row.pageRow,
    .selectsRow,
    .magazinesRow .magazinesBox,
    .videoGallBlock,
    .infographic-content-section{
        padding-left:0px;
        padding-right:0px;
    }
    /*    .row.breadhumbs
        {
            padding-left:20px;
            padding-right:20px;
        }*/
    p.border-fade-menu {
        display: inline-block;
        width: 100%;
    }
    .single-article .article-featured-title,
    .single-article .full-width-featuredimg-row .breadcrumb{
        width: auto!important;
        left: 50px!important;
    }
    .trend-story-wrap a{
        width:50%;
    }
    .footerRow {
        padding: 40px 30px;
    }
    .row.ctasGroupRow .ctas{
        width: 100%!important;
        margin:10px 0!important;
    }
    .pageRow .title{
        max-width:100%;
    }
    .container.home-sec3 {
        align-items:initial!important;
    }
    .bannerleft {
        text-align: center!important;
    }
    .sliderHomeRow .slider .item .container .textBox{
        right:0;
    }
    .fbox_w{
        max-width: 100%;
        width:100%!important
    }
    .magazines-articles-main-wrap {
        display: block!important;
    }
    .sliderHomeRow .slider .item .container .textBox {
        clip-path: none;
        max-width: 100%;
        padding: 10px 50px;
        /*        background: url(/wp-content/uploads/2022/06/gradiant-bg.png);*/
        background-repeat: no-repeat;
        background-position: left;
    }
    .sliderHomeRow .slider .item .container .textBox h2 {
        font-size: 25px;
        line-height: 30px;
        font-weight: 600;
    }
    .container.home-sec3 {
        flex-direction: column-reverse;
    }
    .bannerright{
        text-align: left!important;
        padding: 25px;
        padding-left: 45px;
        max-width: 100%!important;
    }
    .bannerright h2{
        font-size: 30px;
        font-weight: 600;
        line-height: normal;
    }
    .bannerright .text{
        font-size: 18px;
        line-height: 24px;
        padding: 14px 0;
        font-weight: 600;
    }
    .sliderHomeRow .slider .item .container .textBox p:last-child{
        font-weight: 600;
        font-size: 18px;
    }
    .bannerright a.link{
        margin-top:10px;
        font-size: 18px!important;
    }
    .row.ctasGroupRow .container{
        display: block!important;
        padding: 20px 40px;
    }
    .container {
        width: 100%;
        padding: 0 30px;
    }
    .logo {
        float: left;
        width: 250px;
    }
    .logo img {
        float: left;
        width: 100%;
        height: auto;
        transform: none;
        max-height: 70px;
    }
    .donate {
        float: left;
        width: 110px;
        height: 35px;
        line-height: 35px;
        background-size: 100% auto !important;
        font-size: 15px;
    }
    .login {
        line-height: 35px;
    }
    .responsiveBtn {
        display: block;
        float: left;
        width: auto;
        font-size: 28px;
        line-height: 35px;
        margin-left: 20px;
        color: #4b2d83;
    }
    .responsiveBtn strong {
        float: left;
        font-size: 20px;
        line-height: 33px;
        padding-right: 10px;
    }
    .responsiveBtn i {
        float: left;
        line-height: 35px;
    }
    .menu {
        display: none;
        background: #4b2e83!important;
    }
    .menu .nav-menu li {
        float: left;
        width: 100%;
    }
    .menu .nav-menu li:after {
        content: '';
        border-bottom: 1px solid #dbd2bc;
        width: 100%;
        display: block;
        animation-name: FadeIn;
        animation-duration: 3s;
        transition-timing-function: linear;
    }
    .menu .nav-menu li::before {
        display: none;
    }
    .menu .nav-menu li ul {
        float:left;
        margin:20px 0;
        width: 100%;
        position: static;
        background: none;
        border: none;
        margin:0;
        left: 0;
    }
    .menu .nav-menu.rollover li:hover ul {
        display: none;
    }
    .menu .nav-menu li ul li {
        border: none;
    }

    .menu .nav-menu li ul li a {
        text-align: left;
    }
    .giving_link {
        display:none;
    }
    .giving_link,
    a.login{
        display:block;
        margin-right:0;
        text-align:left;
        letter-spacing: 0.05em;
        font-size: 13px;
        font-weight: 700 !important;
    }
    .border-fade-menu:after{
        content: '';
        border-bottom: 1px solid #dbd2bc;
        width: 100%;
        display: block;
        animation-name: FadeIn;
        animation-duration: 3s;
        transition-timing-function: linear;
    }
   
    .stadistic h5,
    .dataBox .data h5,
    .magazinesBox .magazine h5,
    .quote .signature,
    .pageRow ul {
        font-size: 18px;
    }   
    .sliderHomeRow .slider .item .container .textBox,
    .sliderMagazines .item .container .textBox {
        padding: 10px 25px;
        padding-left: 50px;
	left: 0!important;
	width: 100%;
        margin: 0 auto;
        padding-right: 0;
        background: url(/wp-content/uploads/2023/01/gradiant-bg.png);
        background-repeat: no-repeat;
        background-position: left;
    }
    .sliderHomeRow .slider .item .container .textBox h2,
    .sliderMagazines .item .container .textBox .title {
        font-size: 30px;
        line-height: 40px;
    }
    .sliderHomeRow .slider .item .container .textBox p,
    .sliderMagazines .item .container .textBox p {
        font-size: 17px;
        line-height: 1.5;
    }
    .searchIcon {
        width: 35px;
        height: 35px;
        background-size: 100% auto;
    }
    .searchBox {
        top: 45px;
    }
    .footerLogo {
        margin-right: 40px;
    }
    .socialsMenu {
        width: 430px;
    }
    .footerMenu {
        width: 200px;
    }
    .pageRow .title {
        font-size: 50px;
        /*        padding: 0 25px;*/
    }
    .contentRow h2,
    .featured .text h4,
    .page-template-template-athlete .leftcolumn h4 {
        font-size: 30px;
    }
    .magazinesBox .magazine a,
    .single .bottomLinks a {
        font-size: 20px;
    }
    .supportsRow a .text span {
        font-size: 20px;
    }
    .donate__list {
        position: fixed;
        width: 90%;
        top: 50%;
        left: 5%;
        max-height: 90vh;
        overflow-y: scroll;
        background: rgba(255,255,255,.95);
        transform:translatey(-50%)
    }
    .donate__list ul {
        float:left;
        width:100%;
    }
    .donate__list li {
        float:left;
        width: 33.3333%;
        padding: 20px;
    }
    .donate__list li a {
        width:100%;
        float:left;
        border: 1px solid #ddd;
        text-align:center;
    }
    .donate__list--active {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100vh;
        overflow:hidden;
    }
    .header-right-top{
        background: #4b2e83 !important;
    }

}

@media all and (max-width: 930px) {

    .bannerRow h2 {
        font-size: 30px;
    }
    .bannerRow p {
        font-size: 20px;
    }
    .bannerGroupRow .banner {
        width: 100%;
        min-height: 250px;
        margin-bottom: 20px;
    }
    .post {
        width: 100%;
        min-height: 1px;
        margin: 0 0 20px 0;
    }
    .dataBox .data .icons div {
        width: 16%;
    }
    .footerRow {
        text-align: center;
    }
    .footerLogo {
        float: none;
        display: inline-block;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footerMenu {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
    }
    .socialsMenu {
        float: none;
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
    }
    .socials {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .socials a {
        float: none;
        display: inline-block;
        margin: 0 10px;
    }
    .footerRow .clear {
        display: block;
    }
    .footerRow .donate {
        float: none;
        display: inline-block;
        clear: both;
    }
    .row.bottomDataRow.pageRow .container {
        width: 100%;
    }
}

@media all and (max-width: 850px) {
    .supportsRow a {
        float: left;
        width: 48.5%;
    }
    .supportsRow a:nth-child(3n+0) {
        margin-right: 1.5%;
    }
    .supportsRow a:nth-child(2n+0) {
        margin-right: 0;
    }
    .supportsRow a:nth-child(3n+1) {
        clear:none;
    }
    .supportsRow a:nth-child(2n+1) {
        clear:left;
    }
    .supportsRow a .image {
        height: 200px;
    }
    .athletecRow .rightColumn,
    .page-template-template-athlete .bottomDataRow .rightColumn {
        padding-right: 0;
    }
}

@media all and (max-width: 800px) {
    .tableRow h3 {
        font-size: 20px;
    }
    .tableRow .values {
        width: 100%
    }
    .tableRow .tableLine p {
        width: 100%;
        padding-right: 0;
    }
    .page-template-template-progress .boxCont .box {
        width: 98%;
        margin-bottom: 20px;
    }
    .row.bottomDataRow.pageRow .container {
        width: 100%;
    }

}
@media only screen and (max-width:768px){
    .sliderMagazines .item .container .textBox .subtitle{
        display: none;
    }
    .row.videoSliderHomeRow video{
        min-width: 100%;
        height: 400px;
    }
    .sliderMagazines .item .container{
        height: 100%;
    }

    /*    .item-imgWrap {
        height: 300px;
    }*/
    .item-imgWrap img{
        min-height: 100%!important;
    }
    .row3-left-col, .row3-right-col,
    .row3-left-col .img-stretch, .row3-right-col .img-stretch{
        height:unset!important;
    }
    /*    .recommendedslider .item{
            margin: 0!important;
        }*/
    .trendStoryImg {
        height: 350px!important;
    }

    .recomendedStoryContainer{
        margin:0px!important;
    }
    .single-article .article-featured-title,
    .single-article .full-width-featuredimg-row .breadcrumb{
        left:20px!important
    }
    .socialsMenu.footer_social_icons .socials a:hover{
        color: #664e98!important;
        background: #fff!important;
    }
    .sliderHomeRow .slider .item .container .textBox{
        transform: none !important;
        width:100%;
    }

    .sliderHomeRow .slider .item .container .textBox h2, .sliderHomeRow .slider .item .container .textBox p, .sliderHomeRow .slider .item .container .textBox a {
        transform: none !important;
        margin: 0px !important;
    }
    /*    .page-content{
            padding: 20px 25px !important;
        }*/
    div#content{
        padding-top: 60px!important;
    }
    .trend-story-wrap a {
        width:50%!important;
    }
    .videomodule-row.row3 .row3-right-col{
        width: 100%!important;
    }
    .magazines-articles-main-wrap div{
        margin:0 !important;
    }
    .magzine-content-wrap{
        background: #fff;
    }
    .article-tyee-blocks h2{
        font-size: 28px!important;
    }
    .overlay{
        height:30%!important;
    }
    .addtoany_shortcode {
        text-align: center;
        margin-bottom: 0px!important;
    }
    .pageRow h1.title{
        float: left;
        font-family: 'Encode Sans Normal', sans-serif;
        width: 100%;
        font-size: 36px !important;
        line-height: 1.1em;
        font-weight: 800;
        margin-bottom: 30px !important;
        letter-spacing: -0.1rem;
    }
    .title_h2_d{
        font-size: 20px !important;
        margin-bottom: 32px !important;
    }
    .footer-top-wrap {
        width: 100% !important;
        display: block !important;
    }
    .footer_quick_links {
        width: 100% !important;
    }
    .footer_logo_w {
        width: 100% !important;
    }
    .footer_social_icons {
        width: 100% !important;
    }

    /*09-06-2022*/

    .footer_logo_mbl{
        display: block !important;
    }
    .footer_logo_w{
        display: none;
    }

    /*    15-06-2022*/
    .sliderHomeRow .slider .item .container .textBox h2,.videoSliderHomeRow .textBox h2{
        font-weight: 700;
        padding: 0px 55px;
        line-height: 40px;
        font-size: 36px;
    }
    .sliderHomeRow .slider .item .container .textBox h2,
    .sliderHomeRow .slider .item .container .textBox p{
        padding-left: 0!important;
    }
    /*    .bannerright h2{
            padding-left:0;
            font-weight: 700;
            line-height: 40px;
        }*/
    .sliderHomeRow{
        margin-bottom: 0!important;
    }
    .videoSliderHomeRow .textBox{
        bottom: 25%!important;
    }
    .sliderHomeRow .slider .item .container .textBox p, .videoSliderHomeRow .textBox p{
        padding: 0px 60px;
    }
    .bannerright .text{
        padding: 0px 60px;
        padding-left: 0;
    }
    .videoSliderHomeRow .textBox:after{
        bottom: -40px!important;
        height: 30px!important;
    }
    /*15-06-2022*/
    .magazines-articles-main-wrap div{
        margin: 0px;
    }
    .magazines-articles-main-wrap .owl-item .magzine-box{
        width:100%!important;
    }
}
@media all and (max-width: 750px) {
    .sliderHomeRow .slider .item .container .textBox h2, .sliderMagazines .item .container .textBox .title {
        line-height: 25px;
    }
    .leftcolumn,
    .rightColum,
    .page-template-template-featured .rightColum,
    .page-template-template-athlete .leftcolumn,
    .page-template-template-athlete .rightColum,
    .page-template-template-featured .leftcolumn {
        width: 100%;
    }
    .page-template-template-athlete .rightColum {
        padding: 0 100px;
    }
    .magazinesBox .magazine {
        width: 45%;
        margin: 0 2% 30px 2%;
    }
    .magazinesBox .magazine:nth-child(3n+0) {
        margin-right: 2%;
    }
    .magazinesRow .magazine {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .selectsRow .filter {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .supportsRow a .text span {
        font-size: 18px;
    }
    .page-template-template-featured .rightColum .one_third {
        width:auto;
        clear:none;
    }
}

@media all and (max-width: 700px) {
    .bannerGroupRow .banner {
        height: 350px;
    }
    .logo {
        width: 200px;
    }
    .supportsRow a .text span {
        font-size: 20px;
    }
    .athletecRow {
        background-image: none !important;
        padding-top: 0;
    }
    .responsiveImage {
        display: block;
        float: left;
        width: 100%;
        height: auto;
    }
    .responsiveImage img {
        float: left;
        width: 100%;
        height: auto;
    }
    .athletecRow .rightColumn {
        width: 100%;
        padding: 20px;
    }
    .page-template-template-athlete .bottomDataRow .leftColumn,
    .page-template-template-athlete .bottomDataRow .rightColumn {
        width: 100%;
    }
    .headerRow {
        text-align: center;
    }
    .logo {
        display: inline-block;
        float: none;
    }
    .right {
        float: left;
        width: 100%;
        text-align: center;
    }
    .responsiveBtn {
        float: right;
    }
    .searchIcon {
        display: inline-block;
        margin: 0;
    }
    .sliderHomeRow .slider .item .container,
    .sliderHomeRow .slider .item {
        height: 500px;
    }
    .searchBox {
        left: 0;
    }
    .barBox p {
        text-align: center;
        top: 48px;
        left: 0;
        color: #4b2d83;
    }
    .barBox .bar {
        overflow: visible;
        margin-bottom: 30px;
    }
    .contentRow iframe {
        width: 100%!important;
        min-width: 1px!important;
        max-width: 100%;
    }
    html.in-iframe body {
        min-width: 1px;
    }

    .page-interactive-browser .contentRow iframe {
        height: 450px;
    }
    .donate__list li {
        padding:5px;
    }
}

@media all and (max-width: 670px) {
    .tableRow .tableLine .line .values .value {
        height: 52px !important;
    }
    .donate__list li {
        width:100%
    }
}

@media all and (max-width: 550px) {
    .sliderHomeRow .slider .item .container .textBox h2, .sliderMagazines .item .container .textBox .title {
        font-size: 30px;
    }
    .pageRow .title,
    .bannerGroupRow .banner .textBox h2 {
        font-size: 35px;
    }
    .contentRow h2,
    .featured .text h4,
    .page-template-template-athlete .leftcolumn h4 {
        font-size: 25px;
    }

    .stadistic h5,
    .dataBox .data h5,
    .magazinesBox .magazine h5,
    .bannerGroupRow .banner .textBox p,
    .quote .signature,
    .pageRow ul {
        font-size: 16px;
    }    
    .magazinesBox .magazine a,
    .single .bottomLinks a {
        font-size: 16px;
    }
    .magazinesBox .magazine {
        width: 100%;
    }
    .page-template-template-athlete .rightColum {
        padding: 0;
    }
    /*    .sliderMagazines {
            background-color:#4b2d83;
        }*/
    /*    .sliderMagazines .responsiveImage {
            display: block;
        }*/
    /*    .sliderMagazines .item a {
            height: auto;
            background-color:#4b2d83;
            background-image: none !important;
        }*/
    /*    .sliderMagazines .item a::before {
            display: none;
        }*/
    .sliderMagazines .item .container {
        height: 100%;
    }
    /*    .sliderMagazines .item .container .textBox {
            top:180px;
        }*/
    .sliderMagazines.owl-carousel .owl-controls .owl-nav .owl-prev, .sliderMagazines.owl-carousel .owl-controls .owl-nav .owl-next {
        top: 22%;
    }
    .supportsRow a {
        float: left;
        width: 100%;
        margin-right: 0 !important;
    }
    .supportsRow a .image {
        height: 250px;
    }
    .tableRow .values .value {
        font-size: 12px;
    }
    .tableRow .tableLine h3 {
        font-size: 20px;
    }
    .page-template-template-benefits .leftcolumn {
        width: 100%;
    }
    .page-template-template-benefits .rightColumn {
        width: 100%;
        margin: 20px 0;
        padding: 0;
    }
    .tableRow h3 {
        margin-top: 20px;
    }
}

@media all and (max-width: 450px) {
    .magazinesRow .magazine .image {
        width: 100%;
    }
    .magazinesRow .magazine .text {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .videoSliderHomeRow .textBox p{
        font-size: 18px!important;
        line-height: 18px;
    }
    /*    .sliderHomeRow .slider .item .container .textBox p, .sliderMagazines .item .container .textBox p {
            font-size: 15px!important;
        }*/
    .container {
        padding: 0 20px;
    }
    .tableRow .values .value {
        font-size: 10px;
    }
}

@media all and (max-width: 400px) {

    .sliderHomeRow .slider .item .container .textBox{
        bottom:55px!important;
    }
    .responsiveBtn strong {
        display: none;
    }
    .bannerGroupRow .banner {
        height: 450px;
    }
    .socials a {
        margin: 0 5px;
    }
    .sliderHomeRow .slider .item .container .textBox h2 {
        font-size: 18px;
    }
    .sliderHomeRow .slider .item .container .textBox p {
        font-size: 14px;
        display: block!important;
        line-height: 20px;
    }
    .pageRow p img.alignright,
    .pageRow p img.alignleft {
        max-width: 100%;
        height: auto;
    }
    .supportsRow a .image {
        height: 200px;
    }
    .supportsRow a .text span {
        font-size: 18px;
    }
}

/*Web Styles*/

.pageRow h1.title,
.em.pixelbones h2{
    float: left;
    font-family: 'Encode Sans Normal', sans-serif;
    width: 100%;
    font-size: 60px;
    color: #4b2d83;
    line-height: 1.1em;
    font-weight: 800;
    margin-bottom: 30px;
    letter-spacing: -0.1rem;
    text-transform: none !important;
}
.title_h2_d{
    font-family: 'Encode Sans Normal', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #4b2d83;
    margin-bottom: 55px;
    line-height: 1.1em;
}
.footer-top-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.footer_quick_links {
    width: 20%;
    margin-left: 10px;
}
.footer_logo_w {
    width: 40%;
    text-align:center;
}
.footer_social_icons {
    width: 20%;
}
.footer_copy_right {
    text-align: center;
}
.footer_logo_mbl{
    display: none;
}
.footerRow {
    /*    padding: 40px 0;*/
    margin-top: 0px;
    background: #4b2d83;
    background: url(/wp-content/uploads/2023/01/Footer_Seattle_Skyline.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 5px solid #b7a578;
    /*    margin-top: 30px;*/
    background-position: center;


}
.page-template-template-home .owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carouselss .owl-controls .owl-nav .owl-prev{
    background: none;
}
.container.home-sec3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bannerright{
    text-align: right;
    max-width: 37%;
}
.bannerright a.link,
.sliderHomeRow .slider .item .container .textBox a{
    color: #b7a57a;
    text-decoration: underline;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
}
.bannerright a.link:after,
.sliderHomeRow .slider .item .container .textBox a:after{
    content: '\f105';
    font-family: 'FontAwesome';
    color:#fff;
    margin: 0 10px;
    line-height: 20px;
    display: inline-block;
    font-size: 20px;
}
.bannerright a.link:hover{
    border:none;
}
.article-title-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image:linear-gradient(3deg, black, transparent);
    height: 100%;
}
.row.magazinesGroupRow {
    padding: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://uwstg.wpengine.com/wp-content/uploads/2022/06/ICA-IMMERSIVE_Soccer-Pitch-Lights-scaled.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.row.magazinesGroupRow h2{
    padding: 20px 0;
    text-align: center;
    font-family: 'Encode Sans';
    font-weight: 800;
    line-height: 32px;
    text-transform: uppercase;
    word-spacing: 5px;
    font-size: 45px;
    color: #B7A57A;
}
.magazines-articles-main-wrap{
    display: flex;
    justify-content: center;
}
.magazines-articles-main-wrap .owl-item .magzine-box  {
    width: 95%;
    margin: 0 auto;

}
.magzine-content-wrap{
    padding: 20px 20px 30px;
    background: #fff;
    margin: 0!important;
}
p.magzine-category {
    color: #4b2e83;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 3px;
}
.magzine-content-wrap a {
    text-transform: uppercase;
    color: #b7a57a!important;
    background:#4b2e83;
    transform: skew(-15deg);
    padding: 10px 25px 10px 25px;
    text-decoration: underline!important;
    margin: 0 auto;
    display: inline-block;
}
.logo-container{
    position: relative;
    width:auto;
    padding: 20px;
    background: #4b2e83;
    z-index: 9;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.row.ctasGroupRow .container {
    display: flex;
    justify-content: center;
}
/*.row.ctasGroupRow  .ctas {
    background: #4b2e83;
    margin: 20px 10px;
    padding: 40px;
    text-align: center;
}*/
.row.ctasGroupRow .container {
    display: flex;
    justify-content: center;
}

.row.ctasGroupRow  .ctas {
    background: #4b2e83;
    margin: 0 10px;
    padding: 40px 20px;
    text-align: center;
}
.ctas h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #b7a57a;
    line-height: 45px;
    font-size: 24px;
    margin-top: 10px;
}
.ctas .text {
    color: #fff;
    line-height: 25px;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 0;
    padding-top: 0;

}
.ctas a.img {
    text-decoration: underline;
    text-transform: uppercase;
    color: #b7a57a;
    font-size: 18px;
    font-weight: 500;
}
a.img:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #fff;
    margin: 0 10px;
    font-size: 22px;
    display: inline-block;
    vertical-align: bottom;
}
.ctas a.img:hover{
    boredr:none;
}
.videoSliderHomeRow .textBox {
    position: absolute;
    text-align: center;
    bottom: 15%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	z-index: 999;
}
.animLine{
    width:1px!important;
    animation-name: animatLine;
    animation-duration: 2s;
    animation-iteration-count:infinite;
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    bottom:6%;
    z-index: 99;
}

@keyframes animatLine {
    from {
        height:50px
    }
    to {
        height:0px
    }
}
@keyframes animatLineMob {
    from {
        height:30px
    }
    to {
        height:0px
    }
}
.article-tyee-blocks h2,
.infographic-module h2,
.recomendedStoryContainer h2{
    text-align:center;
    /*   // font-family: 'Encode Sans Condensed', sans-serif;*/
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    color: #4b2d83;
    padding: 20px;
    text-transform: uppercase;
}
.fbox_w {
    position: relative;
}

.single .contentRow img{
    display: block;
    height: auto;
}

.overlay{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 44%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #4b2e83;
}

.fbox_w:hover  > .overlay {
    opacity: 1;
    height: 100%;
}

.fbox_w .overlay-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.ctas a.img:hover{
    border:none;
}

/*14-06-2022*/

.socialsMenu.footer_social_icons .socials a {
    color: #664e98;
    width: 35px;
    height: 35px;
    line-height: 32px;
    margin-right: 10px;
}

.socialsMenu.footer_social_icons .socials a .fa {
    font-size: 20px;
}
button.search-submit:after {
    content: '\f002';
    font-family: 'fontawesome';
}
.row a:hover, .contentRow a:hover, .leftcolumn a:hover, .bottomText a:hover{
    border: none !important;
}
@media only screen and (max-width:992px) and (min-width:768px){

    .footer_quick_links{
        width: 30%;
    }
    .footer_social_icons {
        width: 30%;
    }

}
.magzine-rm-btn {
    text-align: center;
}


.owl-carouselss.owl-carousel.owl-loaded {
    display: flex;
    padding: 40px 0;
}
.story-title{
    color: #4b2e83;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}
.story-desc{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.trend-story-wrap {
    padding: 20px;
    background: #f6f6f6;
    padding-bottom: 40px;
}
.trend-story-wrap p{
    padding-bottom:0;
}
.trend-story-wrap a{
    background: #4b2e83 !important;
    text-decoration: underline!important;
    color: #aa9974 !important;
    text-transform: uppercase;
}
.infographic-module{
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 35px;
}
.videomodule-row video{
    max-width: 100%;
}
.infographic-content-section > * {
    /*    flex: 1 1 30.33%;*/
    background: #4b2e83;
    /*    margin: 5px 0;*/
}
.infographic-content-section {
    display:-ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns:1fr 1fr 1fr;
    grid-gap: 5px;
    -ms-grid-gap:5px;
}
.infographic-module div h3,
.infographic-module div p{
    color:#fff;
    text-align:center;
    padding-bottom: 0;
}
.infographic-module div h3{
    font-size: 27px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 80%;
    margin: 0 auto;
}
.infographic-module div p{
    font-size: 15px;
    line-height: normal;
    padding-bottom: 30px;
    max-width: 85%;
    margin: 0 auto;
}
.row3-left-col div,
.row3-right-col div	{
    height: 50%;

}
.videomodule-row p {
    display: none;
}
.videomodule-row.row1, .videomodule-row.row2, .videomodule-row.row3 {
    display: grid;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    grid-column-gap:5px;
    grid-row-gap:5px;
}
.videomodule-row.row1{
    grid-template-columns: 4fr 7fr;
}
.videomodule-row.row2{
    grid-template-columns: 7fr 4fr;
}
.videomodule-row.row3{
    grid-template-columns: 1fr 1fr 1fr;
}
/*.videomodule-row.row1 .row1-right-col{
    width: 70% !important;
}
.videomodule-row.row2 .row2-right-col {
    width: 30% !important;
}
.videomodule-row.row2 .row2-left-col {
    width: 70%;
}*/
.photo-video-block img {
    height: 100%;
    object-fit: cover;
}

/*.videomodule-row.row3 .row3-left-col,
.videomodule-row.row3 .row3-right-col{
    width: 35%;
}*/
.videomodule-row.row3 .row3-center-col {
    /*    width: 30%;*/
    background: #4b2e83;
    display: table;
    /*    margin-right: 5px;
        margin-bottom: 5px;*/
}
.videomodule-row.row3 .row3-center-col  div{
    display: table-cell;
    vertical-align: middle;
}
.photo-video-block {
    max-width: 1000px;
    margin: 0 auto;
}
.photo-video-block div {
    padding: 5px;
}
.videomodule-row img{
    height: 100%;
    object-fit: cover;
    /*    padding: 5px;*/
}
.trend-story-wrap {
    padding: 20px;
    background: #fff;
    padding-bottom: 40px;
    position: relative;
    height: 300px;
}
.owl-carouselss .item img {
    height: 250px;
}
.trend-story-wrap .story-title {
    font-size: 17px;
    line-height: 23px;
    color: #4b2e83;
    font-weight: 700;
    text-transform: uppercase;
}
.trend-story-wrap .story-rm {
    background: #4b2e83;
    padding: 10px;
    transform: skew(-15deg);
    text-align: center;
    display: table;
    padding: 10px 20px;
    margin: 0 auto;
}
@media screen and (max-width:768px){
    .infographic-content-section{
        grid-template-columns: 1fr;
        margin: 5px 0;
    }
    .magazinesGroupRow .owl-pagination{
        position: relative;
        top: 40px;
    }
    .sliderHomeRow .slider .item .container .textBox h2, .bannerright h2, .videoSliderHomeRow .textBox h2 {
        font-size: 30px !important;
        line-height: 35px;
        font-weight: 700;
    }
    .sliderHomeRow .slider .item .container .textBox{
        padding-left:50px!important;
    }
    .sliderMagazines .item .container .textBox{
        padding: 0 25px;
        bottom: 60px;
        height:100%;
        display: flex;
        flex-direction: column;
        justify-content:end;
    }
    .sliderHomeRow .slider .item .container .textBox{
        left:0!important
    }

    .single-article .article-featured-title{
        width: auto !important;
    }
    div#content {
        padding-top: 61px!important;
    }
    .videomodule-row img{
        padding-right: 0;
    }
    /*    .videomodule-row.row3 .row3-center-col{
            margin-right: 0;
        }*/
    .recommendedslider .owl-buttons{
        display: block !important;

    }

    .recommendedslider.owl-theme .owl-controls .owl-buttons div {
        font-size: 30px !important;

    }
    .recommendedslider .owl-pagination{
        display: none !important;
    }
    .owl-carouselss .owl-item .item {
        margin: 20px !important;
    }
    .videomodule-row.row1, .videomodule-row.row2, .videomodule-row.row3{
        grid-template-columns: 1fr;
    }
    /*    .videomodule-row.row1 .row1-left-col{
            width: 100% !important;
        }
        .videomodule-row.row1 .row1-right-col{
            width: 100% !important;
        }
        .videomodule-row.row2 .row2-left-col{
            width: 100%;
        }
        .videomodule-row.row3 .row3-right-col.kalim{
            width: 100%;
        }*/
    /*    .videomodule-row.row1 .row1-left-col,
        .videomodule-row.row1 .row1-right-col,
        .videomodule-row.row3 .row3-left-col,
        .videomodule-row.row2 .row2-right-col{
            width: 100% !important;
        }*/
    /*    .videomodule-row.row3 .row3-center-col{
            width: auto;
        }
        .infographic-content-section > *{
            flex:1 1 50%;
        }*/

    .magazines-articles-main-wrap .owl-item div{
        background: #fff;
    }
    .row.magazinesGroupRow h2{
        font-size: 30px;
        line-height: 40px;
    }
    .single-article .full-width-featuredimg-row .breadcrumb, .single-article .article-featured-title{
        line-height: 19px !important;
    }
    .single-article .article-featured-title .title{
        line-height: 24px !important;
        font-size: 24px;
    }
}
.owl-carouselss .owl-controls .owl-nav div{
    color: #4b2e83 !important;
}
.videomodule-wrap{
    display:none;
    margin:5px 0;
}
.fa-angle-down:before{
    font-family: 'FontAwesome';
}

#load-more .fa.fa-chevron-down {
    font-size: 25px;
    color: #4b2e83;
    cursor: pointer;
}
div#load-more {
    text-align: center;
    color: #4a357b;
    font-size: 16px;
    padding-top: 20px;
    font-weight: 600;
    cursor: pointer;
    padding-bottom: 40px;
    display: none;
}
.infographic-content.noImg {
    display: table;
    width:100%;
}
.infographic-content.noImg span{
    display:table-cell;
    vertical-align: middle;
}
.videoSliderHomeRow .owl-controls.clickable, .sliderHomeRow .owl-controls.clickable  {
    margin: 0;
}
.sliderHomeRow .owl-controls.clickable{
    /*    position: absolute;*/
    top: 50%;
}
.sliderHomeRow .owl-pagination{
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
}
.videoSliderHomeRow .owl-controls.clickable .owl-next, .sliderHomeRow .owl-controls.clickable .owl-next
{
    position: absolute;
    top: 45%;
    right: 0;
    font-size: 30px !important;
    background: none !important;
}
.videoSliderHomeRow .owl-controls.clickable .owl-prev, .sliderHomeRow .owl-controls.clickable .owl-prev {
    position: absolute;
    top: 45%;
    left: 0px;
    font-size: 30px !important;
    background: none !important;
}
.videoSliderHomeRow .owl-controls.clickable .owl-prev,
.videoSliderHomeRow .owl-controls.clickable .owl-next{
    display: none;
}
.videoSliderHomeRow .owl-pagination {
    display: none;
}
.sliderHomeRow .owl-pagination{
    padding-top:10px;
}
.videoSliderHomeRow .slider.owl-carousel.owl-theme {
    padding-bottom: 5px;
}

.recomendedStoryContainer .owl-page.active span {
    background: #4b2e83!important;
}
.recomendedStoryContainer .owl-theme .owl-controls .owl-buttons div, .magazines-articles-main-wrap .owl-theme .owl-controls .owl-buttons div {
    background: transparent!important;
    color: #4b2e83!important;
    opacity: 1;
}
/*.recomendedStoryContainer .owl-theme .owl-controls i.fa{
    font-size: 22px;
}*/
.recommendedslider .owl-buttons, .magazines-articles-main-wrap .owl-buttons {
    position: absolute;
    top: 50%;
}
.recommendedslider .owl-buttons i, .magazines-articles-main-wrap .owl-buttons i{
    font-weight: 700;
    font-size: 20px;
}
.recommendedslider .item {
    margin: 10px;
}
.single-article .container {
    width: 100%;
}
.page-content,
.single-article .footerRow .container,
.recommend-wrap{
    max-width: 1000px;
    margin: 0 auto;

}
.recomendedStoryContainer {
    background: #d8dad9;
    padding: 50px 0;
}
.recommendedslider .owl-buttons{
    left: 0;
    width: 100%;
}

.magazines-articles-main-wrap.owl-theme.owl-carousel .owl-prev,  .magazines-articles-main-wrap.owl-theme.owl-carousel .owl-next{
    position: absolute;
}
.recommendedslider .owl-prev{
    left:-45px;
}
.recommendedslider .owl-next{
    right: -45px;
}
.recommendedslider .item img{
    width:100%;
}
.headerRow .container{
    display:flex;
    width:100%;
    justify-content: end;
    background: #4b2e83!important;
}
.header-right-top a.login{
    color:#4b2e83;
    font-size: 16px;
    font-style: italic;
    font-weight: 600!important;
    letter-spacing: 0.05em;
}
.header-right-top a.donate{
    color: #fff!important;
}
.menu .nav-menu li a:hover{
    border:none;
}
@media(min-width:1141px){
    .sliderHomeRow .slider .item .container .textBox h2, .sliderHomeRow .slider .item .container .textBox p, .sliderHomeRow .slider .item .container .textBox a{
        width:50%;
    }
    .text-box-child{
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 1000px;
    }
    .sliderHomeRow .slider .item .container .textBox{
        width: 100%;
        margin: 0 auto;
        left: 0;
        padding-left: 0;
        padding-right: 0;
        background: url(/wp-content/uploads/2023/01/gradiant-bg.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 52vw 100%;
    }
    .sliderHomeRow text-box-child h2,
    .sliderHomeRow text-box-child div{
        position: relative;
        width: 50%!important;
    }
    .sliderHomeRow .owl-controls .owl-prev,
    .sliderHomeRow .owl-controls .owl-next{
        position: absolute;
        top: 50%;
        font-size: 30px !important;
        background: none !important;
    }
    .videoSliderHomeRow .owl-controls {
        display: none!important;
    }
    .sliderHomeRow .owl-controls .owl-prev{
        left: 0px;
    }
    .sliderHomeRow .owl-controls .owl-next{
        right: 0;
    }
}
@media(max-width:1140px){

    .menu .nav-menu li.open > a, .menu .nav-menu.rollover li:hover > a {
        color: #b7a57a!important;
    }
    main#main {
        padding-bottom: 40px;
    }
    .menu .nav-menu li a:hover, .menu .nav-menu li.open > a, .menu .nav-menu.rollover li:hover > a {
        color: #ffffff;
    }
    .menu .menu-main-menu-container  #menu-main-menu {
        padding-left: 0px!important;
    }
    .sliderHomeRow .owl-controls .owl-prev,
    .sliderHomeRow .owl-controls .owl-next{
        position: absolute;
        top: 47%;
        font-size: 30px !important;
        background: none !important;
    }
    .videoSliderHomeRow .owl-controls {
        display: none!important;
    }
    .sliderHomeRow .owl-controls .owl-prev{
        left: 0px;
    }
    .sliderHomeRow .owl-controls .owl-next{
        right: 0;
    }
    .single-article .article-featured-title{
        left:50px;
    }
    header#masthead{
        background: #4b2e83;
        position: unset !important;
    }
    a.login.UWAthleticsAccount-link {
        display: block!important;
        font-size: 13px;
        font-weight: 700 !important;
        font-family: "Encode Sans", sans-serif;
    }
    div#content{
        padding-top: 75px!important;
    }

    /*    .page-content{
            padding: 20px 25px;
        }*/
    .recomendedStoryContainer
    {
        padding:50px;
    }

    p.border-fade-menu .menu .giving_link, p.border-fade-menu a.login{
        -webkit-text-size-adjust: 100%;
        font-size:12px;
        color: #fff!important;
        float: left;
        padding: 5px 50px;
        display: block;
        width: 100%;
        font-style: italic;
        font-weight: 500!important;
        padding-bottom: 0;
    }
    .menu .giving_link:hover, a.login:hover{
        color:#fff!important;
    }
    .header-right-top{
        background:transparent;
        align-items:center;
        padding-right: 20px!important;
    }
    ul#menu-main-menu:after {
        content: '';
        border-bottom: 1px solid #dbd2bc;
        width: 100%;
        display: block;
        animation-name: FadeIn;
        animation-duration: 3s;
        transition-timing-function: linear;
    }
    .headerRow .container{
        background: #4b2e83;
    }
    ul.sub-menu li {
        background: #fff;
    }
    ul.sub-menu li a{
        color: #000!important;
        font-size: 14px!important;
    }
    ul.sub-menu li:hover a {
        color: #4b2d83!important;
        padding: 5px 10px;
    }
    ul.sub-menu li:hover{
        background:#efebe2;
    }

    .header-right-top a.responsiveBtn strong {
        display: none;
    }
    .header-right-top a.login {
        display: none;
    }
    i.fa.fa-bars{
        color: #fff;
        font-size: 35px;
    }
    a.donate {
        background: #85754d;
        padding: 20px 40px;
        width: auto;
        height: auto;
        transform: skew(-15deg);
        background-position: bottom;
        font-style: normal;
        letter-spacing: 0.05em;
    }
    .logo-container {
        width: 0;
        padding: 10px 0px !important;
        z-index: 99;
        transform: none;
        display: block;
    }
    a.logo,
    a.responsiveBtn{
        margin-left:20px;
    }
    .menu {
        padding: 0;
        margin-left: 0;
    }
    .container{
        padding:0;
    }
    .headerRow .right{
        clip-path:unset;
        width: 100%;
    }
    a.searchIcon {
        display: none;
    }
    .header-right-top{
        padding:0;
    }
    .menu{
        background:none;
        padding-bottom: 10px;
    }
    .menu .nav-menu li ul li a{
        color:#fff;
        padding: 14px 16px 14px 20px;
        font-size: inherit !important;
        line-height: 15px;
    }
    .menu .nav-menu li ul{
        border:none;
        margin: 0;
    }
    #masthead .logo-container:after{
        display: none;
    }
}
/*@media(max-width:401px){
    .sliderHomeRow .slider .item .container .textBox h2, .bannerright h2, .videoSliderHomeRow .textBox h2{
        font-size: 22px!important;

    }
}*/
@media(max-width:544px){
    header#masthead{
        padding: 0;
    }
    .breadhumbs{
        padding-left: 25px;
        padding-right: 25px;
    }
    .sliderMagazines .item .container .textBox .subtitle{
        font-size: 25px!important;
    }
    .sliderMagazines .item a{
        height: 500px;
    }
    html.in-iframe body{
        min-width: auto!important;
    }
    /*    body.page-child .row.breadhumbs,
        body.page-child .row.pageRow{
            padding: 20px;
        }*/

    .recommendedslider .owl-prev{
        left:-30px
    }
    .recommendedslider .owl-next{
        right:-30px;
    }
    .recommend-wrap{
        max-width: 90%;
    }
    .recommendedslider.owl-theme .owl-controls .owl-buttons div{
        padding: 0px;
    }
    .recomendedStoryContainer{
        padding: 50px 20px;
    }
    .sliderHomeRow .slider .item .container .textBox h2, .bannerright h2, .videoSliderHomeRoecomendedStoryContainer, .infographic-module{
        padding: 0;
    }


    .row.ctasGroupRow .container{
        padding: 20px!important;
    }
    .animLine{
        animation-name: animatLineMob;
    }

    .single-article .article-featured-title, .single-article .full-width-featuredimg-row .breadcrumb {
        width: auto!important;
        left: 20px!important;
    }
    .single-article .full-width-featuredimg-row{
        height: 350px;
    }
    .single-article .full-width-featuredimg-row .featured-img,
    .single-article .full-width-featuredimg-row .post-thumbnail,.single-article .featured-img img
    {
        height:100%;
        object-fit: cover;
    }
    /*    .magzine-content-wrap a {
            width: 70%!important;
        }*/
    div#content {
        padding-top: 62px!important;
    }
    .article-tyee-blocks h2, .infographic-module h2, .recomendedStoryContainer h2{
        font-size: 22px;
        padding: 20px;
    }
    .logo-container{
        padding: 10px 0px;
    }
    .logo {
        width: 160px;
    }
    a.donate {
        padding: 12px 25px;
    }

    i.fa.fa-bars {
        font-size:25px;
    }
}
@media(max-width:375px){
    a.donate{
        font-size:14px;
        padding: 10px 14px;
    }
    .logo {
        width: 145px;
    }
}
@media(max-width:1480px){
    .menu .nav-menu li a{
        font-size:16px;
    }
}
@media(max-width:1325px){
    .menu .nav-menu li a {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 9px;
        padding-left: 9px;
    }
    /*    .menu .nav-menu li ul li a {   
        
        font-size: 14px;
    }*/
    ul#menu-main-menu{
        padding: 0 0 0 10px;
    }
}

.single-article .featured-img img{
    min-width:100%;
    max-height: 600px;
}
.single-article .row.pageRow.backgroundPageRow {
    padding-top: 0;
}
.single-article .breadcrumb{
    position: absolute;
    top: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 1000px;
}
.single-article .full-width-featuredimg-row {
    position: relative;
}
.single-article .article-featured-title{
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 1000px;
}
.single-article .article-featured-title h1{
    color: #fff;
    font-weight: 500;
    max-width: 34ch;
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    text-transform: capitalize;
}
.single-article .article-featured-title .subtitle{
    padding: 0;
    margin: 0;
}
.single-article .full-width-featuredimg-row .breadcrumb a,
.single-article .full-width-featuredimg-row .breadcrumb,
.breadcrumb,
.breadcrumb a{
    color: #fff!important;
    font-weight: 400;
}
.breadcrumb .arrow {
    padding-left: 10px;
    padding-right: 10px;
}
@media(max-width:1024px){
    .single-article .full-width-featuredimg-row .breadcrumb
    {
        left:0;
        line-height:24px;
        margin:0 20px;
        margin-left:0;
    }
    .single-article .article-featured-title .title{
        font-size:30px!important;
        letter-spacing:1px!important;
        line-height: 32px!important;
    }
}
.tyee_fbox_blk1, .tyee-awards-blk, .tyee-awards{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.fbox_w{
    width: 30%;
    margin: 10px !important;
}
.overlay-text h3{
    font-size: 20px !important;
    color: #ffffff;
    font-weight:500 !important;
    padding-bottom: 0;
}
.overlay-text p {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 0;
    max-width: 85%;
    margin: 0 auto;
}
.row3-left-col div, .row3-right-col.kalim div {
    height: 50%;
}
.row3-center-col h5,
.row3-center-col h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: inherit;
    line-height: 25px;
    padding:15px;
}
.row3-center-col h6{
    text-align: right;
    padding: 20px;
}

@media(max-width:350px){
    .overlay {
        height: 46%!important;
    }
}
.photo-video-block .videomodule-row.row1, .photo-video-block .videomodule-row.row2, .photo-video-block .videomodule-row.row3 {
    display: flex;
    width: 100%;
}

.pageRow blockquote,
.slider{
    float: unset;
}
.recommendedslider .item img {
    width: 100%;
    /*  min-height: 215px;*/
}
header#masthead{
    z-index: 99;
    position: fixed;
    width: 100%;
}
/*div#content{
    padding-top: 105px
}*/
.row.ctasGroupRow .ctas{
    width: 32%;
}
@media only screen and (max-width:992px){
    .recommendedslider .owl-buttons{
        display: none;
    }
}
a.login.UWAthleticsAccount-link {
    display: none;
}
/*.magzine-content-wrap div {
    margin-top: 0px!important;
    width: 90%;
}*/
.magzine-content-wrap div .magzine-conent,
.trend-story-wrap .story-desc{
    line-height: 24px!important;
    font-size: 15px!important;
    color: #444545 !important;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    /*    margin-bottom: 10px;*/
}
.full-width-featuredimg-row
{
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
}

@media all and (min-width: 1141px) {
    .magazines-articles-main-wrap img {
        height: 180px;
    }
}
p.magzine-title,
.pageRow .story-subtitle{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom:3px;
}
.videoSliderHomeRow .owl-carousel .item:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient( black, transparent 80%,black);
}
.noMoreView {
    visibility: hidden;
}
/*.contentRow {
    float: initial;
}*/
.magzine-rm-btn a{
    font-size: 16px !important;
    color: #b7a57a !important;
    font-weight: 500 !important;
}
.infographic-module h2{
    word-break: break-word;
}
.trendStoryImg {
    height:200px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin: 0!important ;
    width: 100% !important;
}

.magazines-articles-main-wrap .owl-buttons{
    positon: absolute;
    top: 50%;
    width: 100%;
}
.magazines-articles-main-wrap .owl-buttons .owl-prev{
    left: -40px;
    top: 50%;
    background: transparent !important;
    color: #470ade !important;
    font-size: 30px !important;
}
.magazines-articles-main-wrap .owl-buttons .owl-next{
    top: 50%;
    right: -40px;
    background: transparent !important;
    color: #470ade !important;
    font-size: 30px !important;
}
.magazinesGroupRow .owl-theme .owl-controls .owl-page span{
    width: 10px!important;
    height: 10px!important;
}
.magazinesGroupRow .owl-theme .owl-controls .owl-page.active span{
    background: #fff;
}
.magazines-articles-main-wrap .owl-buttons i{
    color: #a9a4a5;
}

@media(max-width:1141px){
    /*    .trendStoryImg{
            height:450px!important;
        }*/

}
@media(max-width:600px){
    .trendStoryImg{
        height:200px!important;
    }
}
@media(max-width:440px){
    /*    .magzine-content-wrap a {
            width:95%!important;
        }*/
}
@media(min-width:1141px){
    /*    .logo-container img{
           padding: 20px;
        }*/

    .single-article header#masthead,
    .page-template-template-home header#masthead{
        background:transparent;
    }

    .page-template-template-home .row.videoSliderHomeRow,
    .page-template-template-home .row.sliderHomeRow,
    .page-template-template-home .row.newBannerRow,
    .page-template-template-home .row.ctasGroupRow

    {
        position: relative;
        /*        bottom: 55px;*/
    }
    .page-template-template-home .row.ctasGroupRow{
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .row.ctasGroupRow .ctas{
        margin-bottom: 0;
    }
    .single-article .scrollHeader .menu,
    .single-article .headerRow .container,
    .page-template-template-home .scrollHeader .menu,
    .page-template-template-home .headerRow .container{
        background:transparent;
    }
    .single-article .breadcrumb {
        top: 20px;
    }
}
.row.magazinesGroupRow{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://uwstg.wpengine.com/wp-content/uploads/2022/06/ICA-IMMERSIVE_Soccer-Pitch-Lights-scaled.jpg") !important;
}
.single-article .featured-img img{
    max-height: initial !important;
}
@media(max-width:345px){
    a.donate {
        padding: 9px 20px;
        font-size: 10px;
    }
    .logo {
        width: 130px;
    }
}
@media screen and (min-width: 1141px) and (max-width:1200px){

    .menu .nav-menu li a{
        padding-left:7px!important;
        letter-spacing: 0;
    }
}
.scrollHeader .header-right-top a.login{
    color:#4b2e83;
}
.header-right-top a.donate:hover, .header-right-top a.donate:active {
    color: #4b2e83 !important;
    background: #fff !important
}
@keyframes FadeIn {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.home-sec3 .bannerleft img{
    margin-bottom: -3px;
}
.sliderHomeRow .slider .item .container .textBox h2,
.sliderHomeRow .slider .item .container .textBox p,
.sliderHomeRow .slider .item .container .textBox a {
    /*    transform: skew(15deg);*/
}
/*.sliderHomeRow .slider .item .container .textBox p{
    margin-left: 20px;
}
.sliderHomeRow .slider .item .container .textBox a{
    margin-left: 30px;
}*/
.scrollHeader .header-right-top a.login:hover,
.scrollHeader .header-right-top a.login:active{
    color:#fff!important;
}
.home-sec3 .bannerright .link:hover, .sliderHomeRow .slider .item .container .textBox a:hover, .ctas a.img:hover, .home-sec3 .bannerright .link:active, .sliderHomeRow .slider .item .container .textBox a:active, .ctas a.img:active{
    color: #85754d;
}
.magzine-rm-btn a:hover {
    color: #85754d !important;
}
i.fa.fa-bars{
    display:none;
}

a.responsiveBtn{
    position: relative;
    top: 15px;
    right: 0px;
    height: 50px;
    width: 30px;
    padding: 25px 15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

a.responsiveBtn span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    border-radius: 2px;
}
a.responsiveBtn span:nth-child(3){
    top: 0px;
}
a.responsiveBtn span:nth-child(4), a.responsiveBtn span:nth-child(5){
    top:8px;
}
a.responsiveBtn  span:nth-child(6){
    top:16px;
}

a.responsiveBtn.toggleBarClick span:nth-child(3) {
    top: 8px;
    width: 0%;
    left: 50%;
}
a.responsiveBtn.toggleBarClick span:nth-child(4) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.responsiveBtn.toggleBarClick span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
}
a.responsiveBtn.toggleBarClick  span:nth-child(6) {
    top: 8px;
    width: 0%;
    left: 50%;
}
.socialsMenu.footer_social_icons .socials a:hover{
    background: #b7a57a;
    color: #ffffff;
}
.socialsMenu.footer_social_icons .socials a
{
    background: #ffffff;
    font-size: 20px;
    line-height: 34px;
}
/*.owl-theme .owl-controls .owl-page span{
    background: #fff!important;
}*/
.recommendedslider .owl-theme .owl-controls .owl-page span{
    background: #4b2e83!important;
}
.sliderHomeRow .owl-theme .owl-controls .owl-page span{
    background: #fff!important;
}
.sliderHomeRow .owl-controls {
    /*    position: absolute;*/
    bottom: 20px;
    left: 0px;
    right: 0px;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .videomodule-row.row1, .videomodule-row.row2, .videomodule-row.row3{
        padding: 0px 20px !important;
    }
}*/
@media not all and (min-resolution:.768px)
{
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .videomodule-row.row1, .videomodule-row.row2, .videomodule-row.row3{
            padding: 0px 20px !important;
        }
        .img-stretch-col{
            display: flex;
            flex-direction: column;
            align-items: stretch;
        }
    }
}
.header-right-top a.login:hover {
    color: #ffffff !important;
}
/*.videomodule-row .img-stretch {
    display: flex;
    align-items: stretch;
}*/
.img-stretch-col{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
_::-webkit-full-page-media, _:future, :root .safari_only{
    .img-stretch {
        display: flex;
        align-items: stretch;
    }
}
/*.sliderHomeRow .owl-controls .owl-prev,
.sliderHomeRow .owl-controls .owl-next{
    display:none!important;
}*/
.logo-container:after{
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #4b2e83;
    transform-origin: bottom left;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
}
@supports (-webkit-touch-callout: none) {
    .menu.border-fade .giving_link, .border-fade a.login{
        font-size: 13px !important;
        font-weight: 700 !important;
    }
}

@media(min-width:1800px){
    .menu .nav-menu li a,
    .header-right-top a.login,
    .menu .nav-menu li a::after{
        font-size: large;
    }
}

.tmm_2021-husky-hall-of-fame-inductees{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.sliderMagazineRow .owl-pagination{
    position: absolute;
    bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
}
.sliderMagazineRow .owl-buttons{
    position: absolute;
    top: 50%;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
}
.sliderMagazineRow .owl-theme .owl-controls .owl-page span{
    background: #fff;
}
.sliderMagazineRow  .owl-theme .owl-controls{
    margin-top: 0;
}
.sliderMagazineRow  .owl-theme .owl-controls .owl-prev{
    position: absolute;
    left: 0;
    background: none;
    font-size: 30px;
}
.sliderMagazineRow  .owl-theme .owl-controls .owl-next{
    position: absolute;
    right: 0;
    background: none;
    font-size: 30px;
}
.recommendedslider .owl-prev,
.recommendedslider .owl-next{
    position: absolute;
}
.videoGallBlock{
    /*    display: grid;*/
    grid-column-gap:5px;
    grid-row-gap:5px;
	float:left;
	width:100%;
}
.img-stretch{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.img-stretch img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
/*.row1-left-col,
.row1-right-col,
.row2-left-col,
.row2-right-col
{
    height: 300px;
}*/
.row3-left-col,
.row3-right-col{
    height: 505px;
    display: grid;
    grid-gap:5px;
}
.row3-left-col .img-stretch,
.row3-right-col .img-stretch{
    height: 250px;
}
/*.site{
    height:100vh;
}*/
.logo img{
    max-height: 70px;
    width: 220px;
}
i.fa-brands{
    font-family: 'FontAwesome';
    font-weight: 400;
	font-style:unset;
}
/*.site-content{
    height: 100vh;
}*/
@media(max-width:500px){
    /*    .sliderMagazines .item .container .textBox {
            top:145px;
        }*/
    .sliderMagazines .item .container .textBox .title{
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    /*    .sliderMagazines .item .container .textBox p{
             font-size: 14px;
        }*/
}
li::marker {
    color: #2B2E34;
    font-size: 26px;
}
/*@media(min-width:769px){
    .footerRow{
        position: absolute;
    bottom: 0;
    }
}*/
.single .row.pageRow.backgroundPageRow {
    padding-top: 0;
}
.centerBtn a.donate {
    padding: 5px 30px;
    float: left;
    width: 140px;
    height: 100%;
    text-align: center;
    line-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 900;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 0!important;
    background: #4b2e83;
    font-style: normal!important;
    transform: skew(-15deg);

}
.centerBtn a.donate:hover{
    background:#b7a57a;
}
video {
    height: 550px;
    object-fit: cover;
    z-index: -100;
}
.owl-theme .owl-controls .owl-page span{
    height: 10px!important;
    width: 10px!important;
}
.site-content{
    min-height: calc(100vh - 250px);
}
/*@media(min-width:2300px){
    .menu .nav-menu li a,
    .scrollHeader .header-right-top a.login{
        padding-left:40px;
         padding-right:40px;
         font-size: 18px !important;
    }
}*/
.contentRow h3 {
    float: left;
    font-family: 'Encode Sans Condensed', sans-serif;
    width: 100%;
    font-size: 38px;
    font-weight: 700;
    color: #4b2d83;
    padding-bottom: 20px;
}
.header-right-top-wrap{
    background: #b7a57a;
}
@media(min-width:2000px){
    .headerRow .container{
        padding-left:10%
    }
    .menu,
    .header-right-top{
        padding-right: 20%;
        margin-left: 0;
    }
}
@media(min-width:2300px){
    .menu,
    .header-right-top{
        padding-right: 25%;
        margin-left: 0;
    }
    .headerRow .container{
        padding-left:15%
    }
}
@media(min-width:2500px){
    .menu,
    .header-right-top{
        padding-right: 35%;
        margin-left: 0;
    }
}
.featured-img .post-thumbnail{
    margin: 0;
}
.page-content {
    padding-top: 30px;
}
.pageRow .story-subtitle,
.trend-story-wrap .story-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    line-height: 26px;
}
img:focus-visible{
    outline:none;
    border:none;
}
@media(min-width:1400px){
    .videoSliderHomeRow video,
    .sliderHomeRow .slider .item .container,
    .sliderHomeRow .slider .item,
    .sliderMagazines .item a{
        height: 650px;
    }
    .sliderMagazines .item .container .textBox{
        bottom:60px;
    }
}
@media(min-width:1600px){
    .videoSliderHomeRow video,
    .sliderHomeRow .slider .item .container,
    .sliderHomeRow .slider .item,
    .sliderMagazines .item a{
        height: 750px;
    }
    .sliderMagazines .item .container .textBox{
        bottom:30px;
    }
}
@media(min-width:2000px){
    .videoSliderHomeRow video,
    .sliderHomeRow .slider .item .container,
    .sliderHomeRow .slider .item,
    .sliderMagazines .item a{
        height: 1000px;
    }
    .sliderMagazines .item .container{
        height:800px;
    }
}
/*.single-article .page-content ul {
	margin-left: 0px !important;
}*/
.single-article .page-content li::marker{
    color:#2B2E34;
}
.single-article .page-content ul li, .page-template .leftcolumn ul li {
    list-style-position: outside;
	margin-left: 25px;
	margin-bottom: 0px;
    font-size: initial!important;
    color: #2B2E34;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}
.single-article li::marker{
    color:#fff;
}

/****team members*****/
/*.page-template-template-quote-php .tmm .tmm_3_columns .tmm_member{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}*/

/*.page-template-template-quote-php .tmm_two_containers_tablet{
    display:none;
}
.page-template-template-quote-php .tmm .tmm_container{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}*/
/*@media(max-width:1000px){
    .page-template-template-quote-php .tmm .tmm_container{
            grid-template-columns: auto auto;
    }
    .page-template-template-quote-php .tmm .tmm_3_columns .tmm_member{
        width:50%;
    }
}*/
@media(max-width:930px){
    .page-template-template-magazine .post .image{
        height: 500px;
    }
}
@media(max-width:769px){
    .page-template-template-quote-php .tmm .tmm_2_columns .tmm_member .tmm_photo, .page-template-template-quote-php .tmm .tmm_3_columns .tmm_member .tmm_photo, .page-template-template-quote-php .tmm .tmm_4_columns .tmm_member .tmm_photo{
        height: unset!important;
        padding-top: 56.25%;
    }
    .sliderMagazines .item .container .textBox .title{
        color:#b7a57a;
        font-size: 30px !important;
        line-height: 35px;
        font-weight: 700;
    }
    body .tmm .tmm_member .tmm_photo{
        background-position: unset!important;
    }
    .page-template-template-quote-php .tmm .tmm_member,
    .page-template-template-quote-php .tmm .tmm_2_columns .tmm_container .tmm_member,
    .page-template-template-quote-php .tmm .tmm_3_columns .tmm_container .tmm_member,
    .page-template-template-quote-php .tmm .tmm_4_columns .tmm_container .tmm_member,
    .page-template-template-quote-php .tmm .tmm_5_columns .tmm_container .tmm_member{
        width:100%!important;
        margin-top:0;
    }
    .page-template-template-quote-php .tmm .tmm_2_columns .tmm_member .tmm_photo, .page-template-template-quote-php .tmm .tmm_3_columns .tmm_member .tmm_photo, .page-template-template-quote-php .tmm .tmm_4_columns .tmm_member .tmm_photo{
        margin-top: 0;
    }
    .page-template-template-magazine .post .image{
        height: 400px;
    }
}
@media(max-width:600px){
    .page-template-template-magazine .post .image{
        height: 300px;
    }
}
@media(max-width:544px){
    .page-template-template-magazine .post .image{
        height: 250px;
    }
}
.page-template-template-quote .em.em-list{
    display:block;
}

.page-template-template-quote .em.pixelbones strong,
.page-template-template-quote .em.pixelbones i{
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}
.page-template-template-quote .em.pixelbones h2{
    margin-top: 30px!important;
    margin-bottom: 0!important;
}
.page-template-template-quote .event-learn-more{
    display: block;
    max-width: 100%;
    width: fit-content;
}
.page-template-template-quote .em-pagination.em-ajax{
    margin-bottom: 20px;
}
@media(max-width:1025px){
    .page-template-template-quote-php .tmm .tmm_2_columns .tmm_member .tmm_photo,
    .page-template-template-quote-php .tmm .tmm_3_columns .tmm_member .tmm_photo,
    .page-template-template-quote-php .tmm .tmm_4_columns .tmm_member .tmm_photo{
        height: 500px;
        width:auto;
        margin-top: 0!important;
    }
    .page-template-template-quote-php .tmm .tmm_member,
    .page-template-template-quote-php .tmm .tmm_2_columns .tmm_member,
    .page-template-template-quote-php .tmm .tmm_3_columns .tmm_member,
    .page-template-template-quote-php .tmm .tmm_4_columns .tmm_member,
    .page-template-template-quote-php .tmm .tmm_5_columns .tmm_member{
        width:50%!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .page-template-template-quote-php .tmm_member:nth-child(even)  .tmm_photo
    .page-template-template-quote-php .tmm_member:first-child  .tmm_photo{
        margin-left: 10px!important;

    }
}

/*@media (orientation: landscape) {
    .menu .nav-menu li ul li a{
        font-size: 14px!important;
        color:red!important;
       
    }
    
}*/

@media only screen and (max-width: 800px) and (orientation: landscape) {
    .menu .nav-menu li ul li a{
        font-size: 9px!important;
        line-height: 9px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .pageRow p{
        font-size: 10px!important;
        line-height: 14px!important;
/*        color:green;*/
    }
    .single-article .full-width-featuredimg-row .breadcrumb a{
        font-size: 8px!important;
        line-height: 14px!important;
      
    }
}
.breadcrumb > *{
    font-size: 15px;
}
@media(max-width:1025px) and (min-width:769px){
    .page-template-template-quote-php .tmm_member:nth-child(odd)  .tmm_photo,
    .page-template-template-quote-php .tmm_member:last-child  .tmm_photo
    {
        margin-right: 10px!important;

    }
}
.row.contentRow{
	background:#fff!important;
}
.single-article .row.contentRow{
    background: #fff;
}
body.single-article .breadcrumb{
	z-index : 9;
}

.external {
  float: left;
  height: 100%;
  text-align: center;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 0 !important;
  background: #4b2e83;
  font-style: normal !important;
  transform: skew(-15deg);
  padding: 0 25px;
}
.single-event a.external, .post-template-default .external {
    margin-bottom: 55px;
}
a.external:hover {
    background: #b7a57a;
}

.videoSliderHomeRow .text {
    margin-bottom: 20px;
}
.item #homebannervideo::-webkit-media-controls-start-playback-button {
    display: none;
}