/*
Theme Name: Ontario-VSTheme
Author: OVS:Jason
Author URI: /
Description: OVSTheme
Version: 2020
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size: 100%;/* font-weight: 500; */font-family: 'Lato', sans-serif;vertical-align:baseline;}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
/*.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}*/.alignright{text-align:right;}.alignleft{text-align:left;}.aligncenter{text-align:center;}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}h1,h2,h3,h4,h5,h6{display: block;}p{margin-bottom:15px;line-height:1.55;}

:root {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

::selection {
    background: #aa0304; /* WebKit/Blink Browsers */
    color: #FFFFFF;
}
::-moz-selection {
    background: #aa0304; /* Gecko Browsers */
    color: #FFFFFF;
}
button{
    cursor: pointer;
}

input[type="submit"]{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

input[type="image"]{
    width: auto;
}

p, li, strong, body{
    font-size: 1.2rem;
}

a {
    color: #aa0304;
    text-decoration: none;
    word-break: break-word;
}

strong {
    font-weight: 700;
}

.grecaptcha-badge { visibility: hidden; }

/*HEADERS and colours*/
.red {
    color: #aa0304 !important;
}

.white{
    color:#FFFFFF !important;
}

h1{
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #aa0304;
}


h1 ~ h2 {
    margin-top: -1.4rem;
    color: #000000;
}

h2, .h-large{
    color: #aa0304;
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 1.2rem;
    display: block;
}

.h-large{
    text-align: left;
    margin-bottom: 1.5rem;
}

h3, h2.alt{
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    line-height: 1.3;
    /*text-transform: capitalize;*/
    margin-top: 1.2rem;
    margin-bottom: 0;
    text-align: left;
    display: block;
}

h3.alt{
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

h4, h5, h6  {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    line-height: 1.3;
    /*text-transform: capitalize;*/
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    text-align: left;
    display: block;
}

h4 {
    margin-right: auto;
    margin-left: auto;
}

.h-text{
    font-size: 1.3rem;
    margin-bottom: 0;
    font-weight: 600;
}


.table-scroll{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #aa0304 #f1f1f1;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-scroll table{
    margin-bottom: 0;
    margin-top:10px;
    width: 100%;
}

/* Works on Chrome/Edge/Safari */
.table-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-scroll::-webkit-scrollbar:horizontal {
    height: 20px;
}

.table-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.table-scroll::-webkit-scrollbar-thumb {
    background: #aa0304;
    background-color: #aa0304;
    border-radius: 20px;
    border: 3px solid #f1f1f1;
    outline: 1px solid #f1f1f1;
}
/* Handle on hover */
.table-scroll::-webkit-scrollbar-thumb:hover {
    background: #f1f1f1;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: medium none;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 20px;
}
th, td {
    background: #f7f7f7;
    border: 2px solid #fff;
    color: #000;
    text-align: left;
    vertical-align: middle;
    padding: 5px 10px;
    line-height: 1.3;
}
th{
    font-weight: 600;
}


.centre-text{
    text-align: center;
}

.wp-caption-text {
    text-align: center;
    font-weight: 600;
    color: #000000;
}

.alignleft, .alignright, .aligncenter {
    display: block;
    float: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

ul{
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
    line-height: 1.3;
}

/**/

blockquote {
    padding:40px 10px;
    position: relative;
}
blockquote p {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
}

blockquote span{
    display: block;
    font-family: inherit;
}

blockquote:before {
    position: absolute;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0;
    content:"\f10d";
    font-size: 9.6rem;
    color: rgba(166, 25, 25, 0.1);

}

.block {
    display: block;
}

a:hover,
a:focus {
    color: #7e0102;
    text-decoration: none;
}

/*BACKGROUND COLOURS*/
.bg-black {
    background-color: #000000;
    color: #FFFFFF;
}

.bg-white {
    background-color: #FFFFFF;
    color: #000000;
}

.bg-red {
    background-color: #aa0304;
    color: #FFFFFF;
}


/*BUTTONS*/
.btn-wrapper {
    text-align: center;
    margin: 1.2em 0;
}

.auto-top {
    margin-top: auto;
    padding-top: 20px;
}

a.btn,
.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0.8rem 1em;
    transition: background-color .55s ease-out, color .55s ease-out;
    letter-spacing: 3px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.5em;
    text-transform: uppercase;
    font-size: 1rem;
    margin: 20px auto;
    width: 100%;
    cursor: pointer;
}


/*.btn~.btn {
    margin: 0 auto 20px;
}*/

a.btn-black,
a.btn-black:active,
.btn-black,
.btn-black:active {
    border: 1px solid #ffffff;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    padding: 0.2rem 1.3rem;
}

a.btn-black:hover,
a.btn-black:focus,
.btn-black:hover,
.btn-black:focus {
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
}

a.btn-red,
a.btn-red:active,
.btn-red,
.btn-red:active {
    border: 1px solid #ffffff;
    background: #aa0304;
    color: #FFFFFF;
    text-decoration: none;
}

a.btn-red:hover,
a.btn-red:focus,
.btn-red:hover,
.btn-red:focus {
    background: #FFFFFF;
    color: #aa0304;
    text-decoration: none;
    border: 1px solid #aa0304;
}

a.btn-transparent,
a.btn-transparent:active,
.btn-transparent,
.btn-transparent:active {
    border: 1px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
    color: #3A3A3A;
    text-decoration: none;
}

a.btn-transparent:hover,
a.btn-transparent:focus,
.btn-transparent:hover,
.btn-transparent:focus {
    background: rgba(255, 255, 255, 0);;
    color: #aa0304;
    text-decoration: none;
}
a.btn-transparent-red,
a.btn-transparent-red:active,
.btn-transparent-red,
.btn-transparent-red:active {
    border: 1px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
    color: #aa0304;
    text-decoration: none;
    padding: 0.8rem 0.5em;
}

a.btn-transparent-red:hover,
a.btn-transparent-red:focus,
.btn-transparent-red:hover,
.btn-transparent-red:focus {
    background: rgba(255, 255, 255, 0);;
    color: #3A3A3A;
    text-decoration: none;
    /*padding: 0.8rem 0.5em;*/
}

a.btn-white,
a.btn-white:active,
.btn-white,
.btn-white:active {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #aa0304;
    text-decoration: none;
    font-weight: 700;
}

a.btn-white:hover,
a.btn-white:focus,
.btn-white:hover,
.btn-white:focus {
    background: #aa0304;
    color: #FFFFFF;
    text-decoration: none;
}

.btn-border-red{
    border: 1px solid #aa0304;
}

a.btn-thin,
.btn-thin{
    padding: 0.8rem 1em;
    font-weight: normal;
}

a.btn-read-more,
.btn-read-more{
    margin-top: 0;
    margin-bottom: 45px;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.entry-content ul.red-bullets,
ul.red-bullets {
    list-style: none;
}


.entry-content ul.red-bullets li::before,
ul.red-bullets li::before{
    content: "\2022";
    color: #aa0304;
    display: inline-block; width: 1em;
    margin-left: -1em;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/*ENTRY-CONTENT*/
.entry-content {
    font-size: 1.1rem;
}

.entry-content .video-responsive {
    margin-top: 15px;
    margin-bottom: 15px;
}
.entry-content a {
    font-weight: 700;
}

ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 1.2rem;
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
    line-height: 1.4;
}

.entry-content ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1.2rem;
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
}

.entry-content h3 ~ ul{
    margin-top: 0;
}

.entry-content ul li {
    margin: 0.5rem 0;
    line-height: 1.25;
}

/**/

/*blog posts*/
.entry-meta{
    margin-bottom: 15px;
    /*border-bottom: 1px solid #d9d9d9;*/
    padding-bottom: 5px;
}

.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #d9d9d9;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #f7f7f7;
}

/*end blog posts*/


.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe, .video-responsive img {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.video-responsive img{
    z-index: 2;
}

.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/*stem education page*/
#stem-ovs span:first-of-type{
    display: none;
}
#stem-ovs span:last-of-type{
    display: block;
}

#stem img{
    display: block;
    margin: 20px auto 10px;
}

#stem-connections{
    padding: 60px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

#stem-connections > div:nth-child(2){
    text-align: center;
}
/*eo stem education page*/

/*BACK TO TOP*/
#top-button{
    height: 70px;
    width: 70px;
    position:fixed;
    right:10px;
    bottom:140px;
    z-index:500;
    background: #aa0304 url("/wp-content/themes/ontario-vs/images/icons/top-icon.png") center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  /*  display:none;*/
    opacity:0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#top-button.active{
    opacity: 1;
    visibility: visible;
}

/*eo BACK TO TOP*/

/*forms*/

.required{
    color: #aa0304;
}
.hide{
    display: none;
}
input, select, textarea  {
    outline: none;
    display: block;
    background: #e5e5e5;
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 12px 20px;
    color: #313131;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    transition: all 0.3s ease;
}
input[type="checkbox"]{
    display: inline-block;
    margin: 0 5px;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #808080;
    vertical-align: middle;
}

textarea{
    overflow: auto;
    height: auto;
}

input[type="submit"]{
    border: 1px solid #ffffff;
    background: #aa0304;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0.8rem 1em;
    transition: background-color .55s ease-out, color .55s ease-out;
    letter-spacing: 3px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.5em;
    text-transform: uppercase;
    font-size: 1rem;
    margin: 20px auto;
    width: 100%;
    cursor: pointer;
}

input[type="submit"]:hover{
    background: #FFFFFF;
    color: #aa0304;
    border: 1px solid #aa0304;
    text-decoration: none;
}

input:focus, textarea:focus {
    color:#000000;
}


@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

#progress-bar-wrapper {
    width: 100%;
}

#progress-bar {
    width: 100%;
    background-color: #d9d9d9;
    padding: 5px;
    border-radius: 15px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

#progress-bar-fill {
    display: block;
    height: 22px;
    border-radius: 10px;
    background-color: #aa0304;
    position: relative;
    transition: width 500ms ease-in-out;
}
#progress-bar-fill:after {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: linear-gradient(
            -45deg,
            rgba(217, 217, 217, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(217, 217, 217, 0.2) 50%,
            rgba(217, 217, 217, 0.2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    overflow: hidden;
}

p.captcha-info{
    font-size: 0.9rem;
}

/*@supports (backdrop-filter:blur(12px)){
    .tingle-modal:before{
        position:fixed;
        top:0;
        right:0;
        bottom:0;
        left:0;
        content:"";
        backdrop-filter:blur(2px)
    }
    .tingle-enabled .tingle-content-wrapper{
        filter:none
    }
}*/



/*courses select nav*/
.search-box{
    margin: 0 20px;
}

#search_box{
    background-image: url('data:image/svg+xml;utf8, <svg class="svg-icon" viewBox="0 0 20 20" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><g> <path d="M18.125,15.804l-4.038-4.037c0.675-1.079,1.012-2.308,1.01-3.534C15.089,4.62,12.199,1.75,8.584,1.75C4.815,1.75,1.982,4.726,2,8.286c0.021,3.577,2.908,6.549,6.578,6.549c1.241,0,2.417-0.347,3.44-0.985l4.032,4.026c0.167,0.166,0.43,0.166,0.596,0l1.479-1.478C18.292,16.234,18.292,15.968,18.125,15.804 M8.578,13.99c-3.198,0-5.716-2.593-5.733-5.71c-0.017-3.084,2.438-5.686,5.74-5.686c3.197,0,5.625,2.493,5.64,5.624C14.242,11.548,11.621,13.99,8.578,13.99 M16.349,16.981l-3.637-3.635c0.131-0.11,0.721-0.695,0.876-0.884l3.642,3.639L16.349,16.981z" fill="black" /></g></svg>');
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
}

.grade-select-wrapper{
    margin: 20px;
    position: relative;
    padding: 10px 10px 10px 20px;
    background: #a61919;

    display: flex;
    flex-direction: row;
}

.grade-navigation-header{
    text-transform: uppercase;
    color: #FFFFFF;
    align-self: center;
}

#grade-navigation-title{
    display: none;
}


#grade-navigation{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /*border: none;*/
    background: #e5e5e5 url("data:image/svg+xml;utf8,<svg class='dropdown-arrow' viewBox='0 0 24 24' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='M12 21l-12-18h24z' fill='black'/></g></svg>") no-repeat;
    /*background: #a61919 url("data:image/svg+xml;utf8,<svg class='dropdown-arrow' viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") no-repeat;*/
    color: #000000;
    background-position: right 10px top 50%;
    /*border-radius: 0;*/
    line-height: 1.3;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 0;

    flex:2;

    -webkit-box-shadow: 0px 10px 13px -3px rgba(229, 229, 229, 0.27);
    -moz-box-shadow: 0px 10px 13px -3px rgba(229, 229, 229,0.27);
    box-shadow: 0px 10px 13px -3px rgba(229, 229, 229,0.27);
}

#grade-navigation-label {
    position: absolute;
    top: -10px;
    left: 17px;
    background: #fff;
    color: #313131;
    font-size: .8em;
    padding: 0 5px;
    font-weight: 600;
    text-transform: capitalize;
}

/*end courses select nav*/


@keyframes scale{
    0%{
        opacity:0;
        transform:scale(.9)
    }
    100%{
        opacity:1;
        transform:scale(1)
    }
}


/*SMALL SCREEN*/
@media (min-width: 48em) {

}

/*MEDIUM SCREEN*/
@media (min-width: 64em) {

    h1{
        margin-bottom: 1.5rem;
        font-size: 1.8rem;
    }
    h1 ~ h2{
        margin-top: -1.9rem;
    }
    h2{
        font-size: 1.5rem;
        text-align: left;
    }
    .h-large {
        font-size: 1.5rem;
        text-align: center;
    }

    h3, h2.alt{
        font-size: 1.7rem;
    }

    h4, h5, h6 {
        font-size: 1.7rem;
        margin-top: 1.23rem;
        margin-bottom: 1.5rem;
    }

    a.btn,
    .btn, input[type="submit"] {
        font-size: 1rem;
        width: auto;
        padding: 0.8rem 2.7em;
    }

    a.btn-thin,
    .btn-thin{
        padding: 0.8rem 1.5em;
    }
    a.btn-thin~a.btn-thin, .btn-thin~.btn-thin{
        margin-left: 10px;
    }

    blockquote {
        padding: 60px 10px 40px;
    }
    blockquote p {
        font-size: 1.5rem;
    }

    .alignleft {
        display: block;
        float: left;
        margin-right: 2em;
    }

    .alignright {
        display: block;
        float: right;
        margin-left: 2em;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    /*stem education page*/
    #stem-ovs span:first-of-type{
        display: block;
    }
    #stem-ovs span:last-of-type{
        display: none;
    }
    #stem img{
        margin: 20px 0 10px 0;
    }

    #stem-connections > div:nth-child(2){
        text-align: right;
    }

    /*eo stem education page*/

    /*BACK TO TOP*/
    #top-button{
        right:10px;
    }
    /*eo BACK TO TOP*/

    #grade-navigation-title {
        display: inline-block;
        color: #FFFFFF;
        text-transform: uppercase;
        flex: 1;
        align-self: center;
        max-width: 200px;
        margin-right: 10px;
    }

}

/*LARGE SCREEN*/
@media (min-width: 75em) {

    h1 {
        margin-bottom: 1.5rem;
        font-size: 2.5rem;
    }
    h1 ~ h2{
        margin-top: -1.9rem;
    }
    h2 {
        font-size: 1.8rem;
        text-align: left;
    }
    .h-large {
        font-size: 1.8rem;
        text-align: center;
    }


    h4, h5, h6 {
        font-size: 1.5rem;
    }


    a.btn-thin~a.btn-thin, .btn-thin~.btn-thin{
        margin-left: 20px;
    }

}



/*.tingle-modal *{box-sizing:border-box}*/

.tingle-enabled{
     overflow: hidden;
 }

.tingle-modal{
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:9999999;
    display:flex;
    visibility:hidden;
    flex-direction:column;
    align-items:center;
    overflow:scroll;
    -webkit-overflow-scrolling:touch;
    background: rgba(0, 0, 0, 0.70);
    opacity:0;
    user-select:none;
    cursor:pointer;
    overflow-x: hidden;
    justify-content: center;
}

.tingle-modal .product-wrapper {
    border-bottom: 1px solid #ffffff;
    padding: 5px;
    background-color: #d9d9d9;
}

.tingle-modal .product-wrapper:nth-child(odd){
    background-color: #F7F7F7;
}

.tingle-modal .product_name{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.tingle-modal .product_info{
    text-align:right;
}

.tingle-modal .notice-success {
    text-align: center;
    background: #005E1B;
    color: #FFFFFF;
    padding: 5px;
}
.tingle-modal .notice-warning {
    text-align: center;
    background: #F7CA18;
    color: #000000;
    padding: 40px 5px;
}
.tingle-modal .notice-error {
    text-align: center;
    background: #a61919;
    color: #FFFFFF;
    padding: 40px 5px;
    margin-bottom:0;
}

.tingle-modal .checkout-total {
    margin-bottom: 10px;
    font-weight: 600;
}
.tingle-modal .cart-widget-total {
    margin: 15px auto;
    text-align: center;
    max-width: 390px; /*same as .tingle-modal-box*/
}


.tingle-modal--confirm .tingle-modal-box{
    text-align:center
}
.tingle-modal--noOverlayClose{
    cursor:default
}
.tingle-modal--noClose .tingle-modal__close{
    display:none
}
.tingle-modal__close{
    display: none;
}
.tingle-modal__close svg *{
    fill:currentColor
}
.tingle-modal__closeLabel{
    display:none
}

.tingle-modal-box{
    position:relative;
    flex-shrink:0;
    margin-top:25%;
    margin-bottom:10%;
    width:100%;
    max-width:390px;
    background:#fff;
    opacity:1;
    cursor:auto;
    will-change:transform,opacity;
    border: 1px solid #000;
}
.tingle-modal-box__content{
    padding:10px;
}
.tingle-modal-box__footer{
    padding:0 10px 10px;
    width:auto;
}
.tingle-modal-box__footer .btn {
    margin: 0 0 20px 0;
}


.tingle-modal--visible{
    visibility:visible;
    opacity:1
}
.tingle-modal--visible .tingle-modal-box{
    animation:scale .2s cubic-bezier(.68,-.55,.265,1.55) forwards
}
.tingle-modal--overflow{
    overflow-y:scroll;
    padding-top:8vh
}

.tingle-btn--pull-right{
    float:right
}


@media (min-width: 48em) {
    .tingle-modal-box{
        max-width:550px;
        margin-top:auto;
        margin-bottom:auto;
    }

    .tingle-modal .product_name{
        margin-bottom: 0;
        margin-right: 10px;
        width: 80%;
    }
    .tingle-modal .product_info{
        width: 20%;
    }
    .tingle-modal .product-wrapper{
        display: flex;
        flex-direction: row;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#loader:not([hidden]) {
    position: relative;
    display: flex;
    margin: 30px;
    padding: 30px 0;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
}

#loader::after {
    content: "";
    width: 90px;
    height: 90px;
    /*border: 2px solid #f3f3f3;*/
    margin: auto;
    border-top: 3px solid #a61919;
    border-radius: 100%;
    will-change: transform;
    animation: spin 1s infinite linear;
    position: absolute;
    /*IE FIX*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* end IE FIX*/

}

.archive-meta strong {
    color:#ff0000;
}

.hidden {
    display: none !important;
}

@media only screen and (max-width: 48em) {
    .international-students-header {
        float: none !important;
        width: 100% !important;
    }
    
    .headvid {
        float: none !important;
        width: 100% !important;
    }
}