/*   
Theme Name: Asian University for Women
Theme URI: https://asian-university.org/
Description: Custom WordPress theme for Asian University for Women
Author: Yelling Mule
Author URI: https://www.yellingmule.com
Version: 1.0
*/

@CHARSET "UTF-8";

/* =WordPress Core from http://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*CUSTOM SCSS
-------------------------------------------------------------- */

@font-face {
  font-family: 'Syntax';
  src: url('public/fonts/SyntaxLTStd-Roman.eot'); /* IE9 Compat Modes */
  src: url('public/fonts/SyntaxLTStd-Roman.woff2') format('woff2'); /* Super Modern Browsers */
  src: url('public/fonts/SyntaxLTStd-Roman.woff') format('woff'); /* Pretty Modern Browsers */
  src: url('public/fonts/SyntaxLTStd-Roman.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'SyntaxBold';
  src: url('public/fonts/SyntaxLTStd-Bold.eot'); /* IE9 Compat Modes */
  src: url('public/fonts/SyntaxLTStd-Bold.woff2') format('woff2'); /* Super Modern Browsers */
  src: url('public/fonts/SyntaxLTStd-Bold.woff') format('woff'); /* Pretty Modern Browsers */
  src: url('public/fonts/SyntaxLTStd-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

/*Required Styles*/

html, body{
    margin:0;
    padding:0;
    width:100%;
    overflow-x:hidden;
    font-family: 'Syntax', sans-serif;
}
a:hover, a:active, a:visited, a:focus{
    text-decoration:none;
}
h1, h2, h3, h4, h5{

}
p{

}
p a{

}
p a:hover{

}
.centered{
    text-align:center;
}
.right{
    text-align:right;
}
.left{
    text-align:left;
}

/*BUTTONS*/

.ym_button{
    display:inline-block;
    padding:0.75rem 1rem 0.5rem;
    color:white;
    background:#c90016;
    text-transform:uppercase;
    border:none;
    font-family: 'SyntaxBold', sans-serif;
    font-weight: bold;
}
.ym_button:hover{
    color:white;
    background:#f0ad00;
}
.ym_button_yellow{
    background:#f0ad00;
    border: 2px solid #f0ad00;
}
.ym_button_yellow:hover{
    background: transparent;
}
.ym_button_outline{
    background:transparent;
    border: 2px solid white;
}
.ym_button_outline:hover{
    background: white;
    color: #c90016;
}
.ym_link{
    color: #f0ad00;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'SyntaxBold', sans-serif;
    letter-spacing:1px;
}
.ym_link:hover{
    font-style: italic;
    color: #f0ad00;
}
.ym_link::after{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #f0ad00;
    display: inline-block;
    margin-left: 0.25rem;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size:90%;
}
.ym_link:hover::after{
    font-style: normal;
    margin-left: 1rem;
}

/*HEADER*/

.ym_header{
    width:100%;
    position:fixed;
    z-index:1000;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.ym_header_top{
    background: #C82027;
    text-align: right;
}
.ym_header_top_nav{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: inline-block;
}
.ym_header_top_nav li{
    display: inline-block;
}
.ym_header_top_nav li a{
    display: block;
    padding:0.45rem 0 0.35rem;
    color: white;
}
.ym_header_top_nav li a::after {
    content: '|';
    color: #f0ad00;
    display: inline-block;
    margin:0 0.5rem 0 0.75rem;
}
.ym_header_search{
    display: inline-block;
}
.ym_header_search_icon{
    cursor: pointer;
    color: white;
    font-size: 13px;
}
.ym_header_top_nav li a:hover,
.ym_header_search_icon:hover{
    color: #f0ad00;
}
.ym_header_search_form{
    position: absolute;
    background: white;
    border: 2px solid #EBEBEB;
    border-top-color: white;
    right: 0;
    top: 30px;
    padding: 1rem;
    display: none;
    z-index: 1000;
}
.ym_header_search_form input{
    border: 2px solid #EBEBEB;
    padding: 4px 10px;
    width: 325px;
}
.ym_header_search_form button{
    background: #f0ad00;
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 0;
}
.ym_header_main,
.ym_header_logo{
    height:70px;
}
.ym_header_main{
    background: white;
}
.ym_header_logo a{
    display:block;
    height:100%;
    width:100%;
}
.ym_header_logo img{
    height:100%;
    padding:0.25rem 0;
    display: block;
    margin: 0 auto;
}
.ym_header_mobile{
    display:none;
}
.ym_header_right{
    text-align:right;
}
.ym_header_nav{
    list-style: none;
    margin:0;
    padding: 0;
    font-size: 15px;
    font-family: 'Syntax', sans-serif;
    display: inline-block;
}
.ym_header_nav li{
    display:inline-block;
}
.ym_header_nav li a{
    display: block;
    color: black;
    padding: 1.5rem 1rem;
}
.ym_header_nav li a:hover,
.ym_header_nav li:hover > a,
.ym_header_nav li.current-menu-item a{
    color: #f0ad00;
}
.ym_header_megamenu{
    position: fixed;
    width: 70%;
    background: white;
    border: 6px solid white;
    border-top: none;
    display: none;
    left: 15%;
    right: 15%;
    z-index: 1000;
    box-shadow: 0 10px 15px rgba(0,0,0,0.15);
}
.ym_header_nav li:hover .ym_header_megamenu{
    display: block;
}
.ym_header_megamenu .row {
    margin: 0 -3px;
}
.ym_header_megamenu .col-md-4{
    padding: 0 3px;
}
.ym_header_megamenu_list{
    margin: 0;
    padding: 1rem 0;
    text-align: left;
}
.ym_header_megamenu_list li{
    display: block;
}
.ym_header_nav .ym_header_megamenu_list li a{
    padding: 0.25rem 1rem;
}
.ym_header_megamenu_list li a:hover{
    color: #f0ad00;
}
.ym_header_megamenu_image{
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position:center center;
    background-repeat: no-repeat;
}
.ym_header_megamenu_image a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.ym_header_megamenu_image a span{
    position: absolute;
    margin: auto 16%;
    text-align: center;
    padding: 1rem 2rem 0.5rem;
    border: 2px solid white;
    color: white;
    text-transform: uppercase;
    display: block;
    width: auto;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.ym_header_megamenu_image a span:hover{
    border-color: #C82027;
    background: #C82027;
}
.ym_header_buttons{
    display:inline-block;
    margin-left:1rem;
    vertical-align:top;
}
.ym_header_buttons a{
    display:inline-block;
    padding: 1.5rem 1rem 0.75rem;
    background: #f0ad00;
    color: white;
    text-transform: uppercase;
    font-family: 'SyntaxBold', sans-serif;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    font-size: 14px;
    vertical-align:top;
}
.ym_header_buttons a:first-child{
    background: #666465;
}
.ym_header_buttons a:hover{
    padding-top: 1.75rem;
}
.ym_header_spacer{
    width: 100%;
    height: 101.78px;
    display: block;
    position: relative;
}

/*NEWSLETTER*/

.ym_newsletter{
    background: #c90016;
    padding: 1rem 0;
    text-align: center;
}
.ym_newsletter h3,
.ym_newsletter form{
    display: inline-block;
    vertical-align:middle;
}
.ym_newsletter h3{
    color: white;
    font-size: 18px;
    font-weight: normal;
    margin: 0 1rem 0 0;
}
.ym_newsletter form input:not([type="submit"]){
    border: 1px solid lightgrey;
    padding: 0.5rem;
    line-height: 1.5;
    font-size: 14px;
    width: 300px;
}
.ym_newsletter form input[type="submit"]{
    background: #f0ad00;
    padding: 0.5rem;
    color: white;
    font-family: 'SyntaxBold', sans-serif;
    border: 1px solid #f0ad00;
    text-transform: uppercase;
    font-size: 14px;
}
.ym_newsletter form input[type="submit"]:hover{
    background: transparent;
}

/*HERO*/

.ym_hero{
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position:center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.ym_hero video{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*CONTENT*/

.ym_content{
    padding: 3rem 0;
}
.ym_content_overlap{
    margin-top: -6rem;
}
.ym_content_top{
    padding-top: 0;
}
.ym_content h2{
    color: #C40009;
    margin: 0;
    font-weight: 700;
}
.ym_content h2::after {
    content: '';
    display: block;
    margin: 1rem 0;
    width: 100%;
    height: 3px;
    background: #F0A505;
}
.ym_general_content p,
.ym_general_content ul{
    font-size: 18px;
}
.ym_general_content p b,
.ym_general_content p strong{
    font-family: 'SyntaxBold', sans-serif;
}
.ym_general_content ul li{
    margin:0.25rem 0;
}
.ym_general_content a:not(.ym_button),
.ym_general_content p a:not(.ym_button),
.ym_general_content ul a:not(.ym_button){
    color: #c90016;
}
.ym_general_content a:hover,
.ym_general_content p a:hover,
.ym_general_content ul a:hover{
    color: #f0ad00;
}
.ym_general_content p .ym_button{
    font-size: 14px;
}
.ym_general_content p .ym_button:hover{
    color: white;
}
.ym_general_content blockquote{
    padding: 1rem 0 1rem 4rem;
    position: relative;
    color: #666465;
}
.ym_general_content blockquote p{
    font-size: 20px;
}
.ym_general_content blockquote p:last-child{
    font-size: 14px;
    color: #666465;
    text-transform:uppercase;
    font-family: 'SyntaxBold', sans-serif;
    letter-spacing:1px;
}
.ym_general_content blockquote::before{
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #f0ad00;
    font-size: 48px;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    left: 0;
}
.ym_general_content img{
    max-width: 100%;
    margin: 0 0 1rem;
}
.ym_general_content img.alignleft{
    margin: 5px 1rem 1rem 0;
}
.ym_general_content h3{
    font-size: 24px;
    margin: 0 0 1rem;
}

/*INFO BLOCKS*/

.ym_info_block{
    background: white;
    border: 2px solid #f0ad00;
    text-align: center;
    height: 100%;
    position: relative;
    padding-bottom: 2rem;
}
.ym_info_blocks .col-lg-4:nth-of-type(even) .ym_info_block{
    border-color: #c90016;
}
.ym_info_block h3{
    width: 100%;
    background: #f0ad00;
    padding: 1rem;
    color: white;
    text-transform: uppercase;
    font-family: 'SyntaxBold', sans-serif;
    font-size: 24px;
}
.ym_info_blocks .col-lg-4:nth-of-type(even) .ym_info_block h3{
    background: #c90016;
}
.ym_info_block p{
    padding: 1rem;
}
.ym_info_block .ym_link{
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.ym_info_blocks .col-lg-4:nth-of-type(even) .ym_info_block .ym_link,
.ym_info_blocks .col-lg-4:nth-of-type(even) .ym_info_block .ym_link::after{
    color: #c90016;
}

/*ALERT BLOCK*/

.ym_alert_block{
    background: #f5ebc9;
}
.ym_alert_block .ym_lotus{
    height: 100%;
    width: 100%;
    background-size: auto 100%;
    background-position:center center;
    background-repeat: no-repeat;
}
.ym_alert_block_content{
    padding: 3rem 0;
}
.ym_alert_block_content .row{
    margin: 0 -5px;
}
.ym_alert_block_content .col-sm-9,
.ym_alert_block_content .col-sm-3{
    padding: 0 5px;
}
.ym_alert_block_content h2{
    margin:0;
    color: #666465;
    font-family: 'SyntaxBold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}
.ym_alert_block_content p{
    margin: 0 0 0.5rem;
    color: #666465;
    font-size: 24px;
}

/*FULL IMAGE WITH TEXT*/


.ym_full_image .row{
    margin: 0;
}
.ym_full_image .row .col-md-6{
    padding: 0;
}
.ym_full_image_bg{
    width: 100%;
    height: 100%;
    background-size:cover;
    background-position: center right;
    background-repeat: no-repeat;
    position:relative;
}
.ym_full_image_content{
    background: #c90016;
    color: white;
    padding: 3.5rem 2rem 3.5rem calc((100vw - 1140px) / 2);
    position: relative;
    height: 100%;
    min-height:500px;
    display: flex;
    align-items: center;
    z-index: 100;
}
.order-md-2 .ym_full_image_content{
    padding: 3.5rem calc((100vw - 1140px) / 2) 3.5rem 2rem;
}
.order-md-2 .ym_full_image_content::after{
    background: linear-gradient(to right, rgba(245,235,201,0) 0%,rgba(245,235,201,1) 100%);
    right: auto;
    left: -200px;
}
.order-md-2 .ym_full_image_content{
    background: #f5ebc9;
    color: #666465;
}
.ym_full_image_content::after{
    content: '';
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -200px;
    background: linear-gradient(to right, rgba(201,0,22,1) 0%,rgba(201,0,22,0) 100%);;
}
.ym_full_image_content h2{
    margin: 0 0 1rem;
    font-family: 'SyntaxBold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
}
.ym_full_image_content h5{
    margin: 0 0 1rem;
    font-family: 'SyntaxBold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.ym_full_image_content p{
    font-size: 16px;
    margin: 0 0 10px;
}
.ym_full_image_content .ym_button{
    margin: 0.5rem 0 0;
}
.ym_slider .slick-prev,
.ym_slider .slick-next{
    width: 36px;
    height: 36px;
    border: 1px solid white;
    border-radius: 50%;
    z-index: 100;
    margin: 0 1rem;
}
.ym_slider .slick-prev:hover,
.yme_slider .slick-next:hover{
    background: #c90016;
    border-color: #c90016;
}
.ym_slider .slick-prev::before,
.ym_slider .slick-next::before{
    color: white;
    font-size: 24px;
}
.ym_slider .slick-dots li.slick-active button:before,
.ym_slider .slick-dots li button:before{
    content: '\f111';
    color: white;
}

/*NEWS/EVENT BLOCKS & POSTS*/

.ym_news_block{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 1.5rem 0;
}
.ym_news_block h2{
    font-family: 'SyntaxBold', sans-serif;
    font-weight: bold;
    margin: 0;
    font-size: 32px;
    color: #666465;
    text-transform: uppercase;
}
.ym_news_block h2 b{
    color: #c90016;
}
.ym_news_block_image{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_news_block_content{
    padding: 1.5rem 0;
    position: relative;
}
.ym_news_block_content h4{
    color: #666465;
    font-size: 18px;
}
.ym_news_block_content p{
    font-size: 14px;
    margin: 0 0 10px;
}
.ym_news_block_content .ym_link,
.ym_news_block_content .ym_link::after{
    color: #c90016;
    font-size: 16px;
}
.ym_news_block_button{
    display: block;
}
.ym_news_block_list{
    list-style: none;
    margin: -1.5rem 0 0;
    padding: 0;
}
.ym_news_block_list li{
    display: block;
    padding: 0.75rem 0 0.5rem;
    border-bottom: 1px solid #c7c7c7;
}
.ym_news_block_list li:last-child{
    border: none;
}
.ym_news_block_list li h4{
    margin: 0;
}
.ym_news_posts .col-md-4{
    margin: 0 0 2rem;
}
.ym_news_post{
    position: relative;
}
.ym_news_post_image{
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position:center center;
    background-repeat: no-repeat;
    margin: 0 0 1rem;
}
.ym_news_post h4{
    font-size: 20px;
    color: #c90016;
}
.ym_news_post span:not(.ym_link){
    font-size: 14px;
    color: #666465;
    text-transform:uppercase;
    font-family: 'SyntaxBold', sans-serif;
    letter-spacing:1px;
    display: block;
    margin: 0 0 0.5rem;
}
.ym_news_post p{
    font-size: 14px;
    color: black;
}
.ym_news_post .ym_link{
    font-size: 14px;
}
.ym_news_post:hover::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f0ad00;
    height: 4px;
    z-index: 100;
}
.ym_post_header{
    border-bottom: 1px solid lightgrey;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
}
.ym_post_header h1{
    font-size: 30px;
    color: #c90016;
}
.ym_post_header span{
    font-size: 14px;
    color: #666465;
    text-transform:uppercase;
    font-family: 'SyntaxBold', sans-serif;
    letter-spacing:1px;
    display: block;
    margin:0;
}

/*PAGINATION*/

.ym_pagination{
    margin: 2rem 0 0;
}
.ym_pagination a{
    color: #c90016;
    font-size: 14px;
    text-transform:uppercase;
    font-family: 'SyntaxBold', sans-serif;
    letter-spacing:1px;
    display: block;
    margin: 0 0 0.5rem;
}
.ym_pagination a:hover{
    color: #f0ad00;
}

/*FOOTER*/

.ym_footer{
    border-top: 10px solid #f0ad00;
}
.ym_footer_main{
    padding: 3rem 0;
}
.ym_footer_nav{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.ym_footer_nav li{
    display: inline-block;
}
.ym_footer_nav li a{
    display: block;
    color: black;
    padding:0.5rem;
}
.ym_footer_nav li a:hover{
    color: #f0ad00;
}
.ym_footer_nav li:not(:last-child) a::after{
    content: '|';
    display: inline-block;
    color: #f0ad00;
    margin: 0 0 0 1.5rem;
}
.ym_footer_social{
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
    font-size: 24px;
}
.ym_footer_social li{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #c90016;
    text-align: center;
    line-height: 44px;
    vertical-align: middle;
}
.ym_footer_social li a{
    color: white;
    display: block;
}
.ym_footer_social li:hover{
    background: #f0ad00;
}
.ym_footer_logo,
.ym_footer_logo img{
    width: 100%;
}
.ym_footer_bottom{
    background: black;
    color: white;
    padding: 1.5rem 0;
    text-align: center;
}
.ym_footer_bottom p{
    font-size: 12px;
    margin: 0 0 5px;
}
.ym_footer_bottom p a{
    color: #f0ad00;
}
.ym_footer_bottom p a:hover{
    color: #c90016;
}

/*TITLE BAR*/

.ym_title_bar{
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.ym_title_bar_overlay{
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(
    to top,
    hsla(0, 0%, 0%, 0.75) 0%,
    hsla(0, 0%, 0%, 0.74) 8.1%,
    hsla(0, 0%, 0%, 0.714) 15.5%,
    hsla(0, 0%, 0%, 0.672) 22.5%,
    hsla(0, 0%, 0%, 0.618) 29%,
    hsla(0, 0%, 0%, 0.556) 35.3%,
    hsla(0, 0%, 0%, 0.486) 41.2%,
    hsla(0, 0%, 0%, 0.412) 47.1%,
    hsla(0, 0%, 0%, 0.338) 52.9%,
    hsla(0, 0%, 0%, 0.264) 58.8%,
    hsla(0, 0%, 0%, 0.194) 64.7%,
    hsla(0, 0%, 0%, 0.132) 71%,
    hsla(0, 0%, 0%, 0.078) 77.5%,
    hsla(0, 0%, 0%, 0.036) 84.5%,
    hsla(0, 0%, 0%, 0.01) 91.9%,
    hsla(0, 0%, 0%, 0) 100%
    );
}
.ym_title_bar_content{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2rem 0;
    width: 100%;
}
.ym_title_bar h1{
    text-shadow: 0 0 5px black;
    font-size: 60px;
    text-transform: uppercase;
    color: white;
    margin: 0;
    font-weight: 700;
    z-index: 1;
}

/*NAVS*/

.ym_horizontal_nav{
    padding: 2rem 0;
    border-bottom: 2px solid #C11D23;
}
.ym_horizontal_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
.ym_horizontal_nav ul li{
    display: inline-block;
}
.ym_horizontal_nav ul li a{
    display: block;
    color: black;
    padding:0.5rem 0;
}
.ym_horizontal_nav ul li:not(:last-child) a::after{
    content: '|';
    display: inline-block;
    color: #f0ad00;
    margin: 0 0.75rem;
}
.ym_horizontal_nav ul li a:hover{
    color: #f0ad00;
}

/*ICON & IMAGE BLOCKS*/

.ym_icon_row p{
    text-align: center;
    margin: 0;
    font-size: 18px;
    color: #666465;
}
.ym_icon,
.ym_image_block_image{
    background-size: contain;
    background-position:center center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 40%;
    position: relative;
    overflow: hidden;
    margin: 0 0 1rem;
}
.ym_image_block_image{
    background-size: cover;
    padding-bottom: 60%;
}


/*ACCORDIONS*/

.ym_accordion{
    text-align:left;
    margin:2rem 0 0;
}
.ym_accordion h4{
    font-size: 16px;
    color: #C40009;
    text-transform:uppercase;
    font-family: 'SyntaxBold', sans-serif;
    letter-spacing:1px;
    margin: 3rem 0 1rem;
}
.ym_accordion_section{
    position:relative;
    background:white;
    box-shadow:0 0 10px rgba(0,0,0,0.15);
    margin:0 0 1rem;
}
.ym_accordion .ym_accordion_section:last-of-type{
    margin-bottom:0;
}
.ym_accordion_q{
    position:relative;
    cursor:pointer;
    padding-right:15%;
    padding: 1.5rem;
}
.ym_accordion_q h5{
    font-size:16px;
    font-weight:500;
    margin:0;
    color:black;
    letter-spacing:0.88px;
    font-family: 'SyntaxBold', sans-serif;
}
.ym_accordion_section::after{
    content:'\f107';
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #c90016;
    width:22px;
    height:22px;
    border-radius:50%;
    border:1px solid #f0ad00;
    background-size:60%;
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    right:1.5rem;
    top:1.5rem;
    pointer-events: none;
    text-align: center;
    padding: 1px;
}
.ym_accordion_section.opened::after{
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg);
}
.ym_accordion_a{
    display:none;
    padding:1.5rem;
}
.ym_accordion_a b,
.ym_accordion_a strong{
    font-family: 'SyntaxBold', sans-serif;
}
.ym_accordion_a p,
.ym_accordion_a ul{
    font-size:16px;
}
.ym_accordion_a p a,
.ym_accordion_a ul a{
    color: #c90016;
}
.ym_accordion_a p a:hover,
.ym_accordion_a ul a: hover{
    color: #f0ad00;
}
.ym_accordion_a p:last-child{
    margin:0;
}
.ym_accordion_a a.ym_button{
    color: white;
}
.ym_accordion_a figure{
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.ym_accordion_a figure object.embed-pdf-viewer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*CTA SECTION*/

.ym_cta{
    width: 100%;
    padding: 1.5rem;
    background: #f5ebc9;
    text-align: center;
}
.ym_cta h4{
    margin:0;
    color: #666465;
    font-family: 'SyntaxBold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}
.ym_cta h4::before{
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 30%;
    position: relative;
    background-size: contain;
    background-position:center center;
    background-repeat: no-repeat;
    background-image: url(public/img/auw-logo-mark.png);
    margin: 0 0 1rem;
}
.ym_cta p{
    font-size: 16px;
    color: #666465;
}
.ym_cta_section_content{
    display: flex;
    align-items: center;
    height: 100%;
}
.ym_image_cta{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 0 60%;
    position: relative;
    text-align: center;
}
.ym_image_cta_overlay{
    background: rgba(201,0,22,0.75);
    padding: 1.5rem;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ym_image_cta h4,
.ym_image_cta p{
    color: white;
}
.ym_image_cta h4::before{
    content: none;
}
.ym_image_cta .ym_button{
    margin: 1rem 0 0;
}

/*VIDEO*/

.ym_video{
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
.ym_video iframe{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position:absolute;
}

/*SIDEBAR*/

.ym_sidebar_content .ym_sidebar h2{
    color: #C40009;
    font-size: 28px;
}
.ym_sidebar_nav{
    margin: 0 0 2rem;
}
.ym_sidebar_nav ul{
    list-style: none;
    margin: 0 0 0 -0.5rem;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.ym_sidebar_nav ul li{
    display: block;
}
.ym_sidebar_nav ul li a{
    display: block;
    color: black;
    padding:0.5rem;
}
.ym_sidebar_nav ul li a:hover{
    color: #f0ad00;
}
.ym_sidebar_nav ul li.active a{
    color: white;
    background: #f0ad00;
}
.ym_sidebar .ym_cta{
    margin: 0 0 2rem;
}
.ym_sidebar_content .ym_content:first-child{
    padding-top: 0;
}

/*STORY SLIDER*/

.ym_story_slide_image{
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
    margin: 0 0 1rem;
}
.ym_story_slide h5{
    font-size: 14px;
    color: #C40009;
    text-transform:uppercase;
    font-family: 'SyntaxBold', sans-serif;
    letter-spacing:1px;
}
.ym_story_slide p{
    font-size: 14px;
    margin: 0 0 0.5rem;
}
.ym_story_slide p b{
    font-family: 'SyntaxBold', sans-serif;
}
.ym_story_slider_arrows{
    position: relative;
    width: 100%;
    height: 25px;
    margin: 1rem 0;
}
.ym_story_slider_arrows .slick-arrow{
    border: 1px solid black;
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.ym_story_slider_arrows .slick-arrow:hover{
    background: #C82027;
    border-color: #C82027;
}
.ym_story_slider_arrows .slick-arrow::before{
    color: black;
    font-size: 14px;
}
.ym_story_slider_arrows .slick-arrow:hover::before{
    color: white;
}
.ym_sidebar .ym_story_slide .col-md-6{
    flex: 0 0 100%;
    max-width: 100%;
}

/*IMAGE SLIDER*/

.ym_image_slider{
    padding: 0 3rem;
}
.ym_image_slide_image{
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position:center center;
    background-repeat: no-repeat;
}
.ym_image_slide p{
    font-size: 14px;
    margin: 1rem  0 0;
}
.ym_image_slider .slick-arrow{
    color: black;
    border-color: black;
    margin: 0;
}
.ym_image_slider .slick-arrow::before{
    color: black;
}

/*STUDENTS*/

.ym_students .row{
    margin: 0 -5px;
}
.ym_students .row .col-lg-3{
    padding: 0 5px;
}
.ym_student{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat:no-repeat;
}
.ym_student a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ym_student a h5{
    display: none;
    font-size: 16px;
    color: white;
    text-transform:uppercase;
    font-family: 'SyntaxBold', sans-serif;
    letter-spacing:1px;
    margin: 0;
}
.ym_student a:hover{
   background: rgba(201,0,22,0.75);
}
.ym_student a:hover h5{
    display: block;
}

/*FACULTY*/

.ym_faculty .row .col-lg-3{
    margin: 2rem 0 0;
}
.ym_faculty_member_image{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat:no-repeat;
    margin: 0 0 1rem;
}
.ym_faculty_member h5{
    font-size: 16px;
    color: #C40009;
    text-transform:uppercase;
    font-family: 'SyntaxBold', sans-serif;
    letter-spacing:1px;
    margin: 0 0 0.5rem;
}
.ym_faculty_member p{
    font-size: 14px;
    color: black;
    margin: 0;
}

/*MODALS*/

.ym_modal .modal-dialog{
    max-width: 60%;
}
.ym_modal .modal-content{
    padding: 3rem;
}
.ym_modal .btn-close{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #f0ad00;
    color: #c90016;
    background: transparent;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    padding: 6px;
}
.ym_modal h2{
    font-family: 'SyntaxBold', sans-serif;
    color: black;
    font-size: 24px;
    margin: 1rem 0 0;
    padding: 0 0 0.5rem;
}
.ym_modal h5{
    font-size: 16px;
    color: #c90016;
    text-transform:uppercase;
    font-family: 'SyntaxBold', sans-serif;
    letter-spacing:1px;
    margin: 0 0 1rem;
}

/*LINK BLOCKS*/

.ym_link_blocks .row{
    margin: 0 -0.5rem;
    justify-content: center;
}
.ym_link_blocks .col-lg-3{
    margin: 0.5rem 0 0;
    padding: 0.5rem;
}
.ym_link_block{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat:no-repeat;
}
.ym_link_block a{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(
    to top,
    hsla(0, 0%, 0%, 0.75) 0%,
    hsla(0, 0%, 0%, 0.74) 8.1%,
    hsla(0, 0%, 0%, 0.714) 15.5%,
    hsla(0, 0%, 0%, 0.672) 22.5%,
    hsla(0, 0%, 0%, 0.618) 29%,
    hsla(0, 0%, 0%, 0.556) 35.3%,
    hsla(0, 0%, 0%, 0.486) 41.2%,
    hsla(0, 0%, 0%, 0.412) 47.1%,
    hsla(0, 0%, 0%, 0.338) 52.9%,
    hsla(0, 0%, 0%, 0.264) 58.8%,
    hsla(0, 0%, 0%, 0.194) 64.7%,
    hsla(0, 0%, 0%, 0.132) 71%,
    hsla(0, 0%, 0%, 0.078) 77.5%,
    hsla(0, 0%, 0%, 0.036) 84.5%,
    hsla(0, 0%, 0%, 0.01) 91.9%,
    hsla(0, 0%, 0%, 0) 100%
    );
}
.ym_link_block a h5{
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.5rem 7% 1.5rem 1.5rem;
    font-size: 16px;
    text-transform:uppercase;
    font-family: 'SyntaxBold', sans-serif;
    letter-spacing:1px;
    margin: 0;
}
.ym_link_block a h5 i{
    margin-left: 0.25rem;
    -webkit-transition-duration:0.5s;
    transition-duration:0.5s;
}
.ym_link_block a:hover h5 i{
    margin-left: 1rem;
}









/* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */

.woocommerce-billing-fields {
    width: max-content;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  .woocommerce-additional-fields {
    width: max-content;
  }
  
  /* woocommerce-layout.css | http://staging.yellingmule.com/auw/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=5.4.1 */
  
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    display: none;
  }
  
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    /* float: left; */
    /* width: 48%; */
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  .product_meta {
    display: none;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  .woocommerce-product-gallery {
    display: none;
  }
  
  /* one-page-checkout.css | http://staging.yellingmule.com/auw/wp-content/plugins/woocommerce-one-page-checkout/css/one-page-checkout.css?ver=5.7.2 */
  
  .woocommerce form.checkout .product .entry-summary {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  .price {
    display: none;
  }
  


/* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */

#billing_first_name_field {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_first_name_field > span:nth-child(2) {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_last_name_field {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_last_name_field > span:nth-child(2) {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_company_field {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_company_field > span:nth-child(2) {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_country_field {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_country_field > span:nth-child(2) {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_address_1_field {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_address_1_field > span:nth-child(2) {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_address_2_field {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_address_2_field > span:nth-child(2) {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_city_field {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_city_field > span:nth-child(2) {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_state_field {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_state_field > span:nth-child(2) {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_postcode_field {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_postcode_field > span:nth-child(2) {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_phone_field {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_phone_field > span:nth-child(2) {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_email_field {
    width: 100%;
  }
  
  /* Element | http://staging.yellingmule.com/auw/hong-kong-donations/ */
  
  #billing_email_field > span:nth-child(2) {
    width: 100%;
  }
  