/*
Theme Name: EMBA 2.0
Description: Motyw autorski
AUTHOR URI: http://wp-expert.pl 
VERSION: 1.0.0
AUTHOR: WP-Expert wbielak

*/

@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

@font-face {
  font-family: 'FontAwesome';
  src: url('https://use.fontawesome.com/releases/v5.0.6/css/all.css'); 
}





/* =WordPress Core
-------------------------------------------------------------- */
.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;
}

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;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


#dev {
    position: fixed;
    bottom: 0;
    height: 25px;
    width: 100%;
    background: #eee;
    border-top: 1px dotted black;
    z-index: 1000;
    text-align: center;
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

.aaa {
    font-family: "Gilroy-ExtraBold" !important;
}

#tests div {
    margin-bottom: 25px;
}

blockquote {
    position: relative;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    margin-left: 70px;
    min-height: 80px;
}

.GilroyExtraBold {
	font-family: "Gilroy-ExtraBold";
}

blockquote:before {
    display: block;
    position: absolute;
    left: -50px;
    transform: skew(-30deg);
    content: "";
    width: 1px;
    height: 70px;
    border: 1px solid ;
}

/*strong {
    font-family: 'Gilroy-Medium ☞';
}*/

.gilroy {
    font-family: 'Gilroy-Regular ☞';
    margin-bottom: 25px;
}

.gilroyBold {
    font-family: 'Gilroy-Medium ☞';
    margin-bottom: 25px;
}

.gilroyExtraBold {
    font-family: 'Gilroy-Heavy';
    margin-bottom: 25px;
}

.h1test h1 strong {
    font-family: 'Gilroy-Medium ☞';
}

body {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #1D1C1C;
    background: white;
    overflow-x: hidden;
}

h1 strong, h2 strong, h3 strong, h4 strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    
}

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

iframe {
    max-width: 90%;
}

h1 {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 56px;
line-height: 65px;
letter-spacing: 0.03em;
text-transform: uppercase;

}

h1 strong {
    font-weight: bold;
}

@media (max-width: 500px)  
{
    
    h1 {        
        font-weight: 300;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0.05em;
    }
}

h2 {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 42px;
line-height: 52px;
letter-spacing: 0.03em;
text-transform: uppercase;
margin-top: 25px;
margin-bottom: 25px;
}



h2 strong {
    font-weight: bold;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 56px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

h3 strong {
    font-weight: bold;
}

table tr:first-child   {
    background: #E5E8EF;
    padding: 15px;
}

table tr:first-child td{
    font-weight: bold;
}

td {
    padding: 15px;
}

tr:nth-child(odd) {
    border-top: 1px solid #CCD2E1;
    border-bottom: 1px solid #CCD2E1;
    background: rgba(229, 232, 239, 0.4);
}


/*SHOP*/


.course {
    border: 1px solid silver;
    padding: 15px;
    margin-bottom: 25px;
}

.courseMeta h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1.4;
}

.courseExcerpt {
    margin-top: 25px;
}

.courseContent {
    display: none;
}

.courseMore {
    cursor: pointer;
    color:#00A8D5;
}

#courseCart {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background: black;
    color: white;
    padding: 15px;
    font-size: 30px;
    border-top: 5px solid #838285;
}

.inCart {
    border-radius: 25px;
    background: #00A8D5;
    width: 40px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 25px;
}

#chackout {
    float: right;
    max-width: 190px;
    padding: 5px;
}

#chackout:hover {background: #37474f}

.course input[type=text] {
    position: relative;
    top: -5px;
    padding: 5px;
    margin-bottom: 10px;
}

.cartSum {
    overflow: hidden;
}

.cartSum .row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.warning {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid red;
    color: red;
}

#payment {
        font-size: 0.85em;
}

#PaymentWait, #PaymentThanks {
    display: none;
}

/*END SHOP */


.homepageSection {
    padding-bottom: 72px;
}

.leadText {
font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 32px;
color: #1D1C1C;
}

.container {
    position: relative;
    overflow-y: clip;
}

.grayArea {
    background: #E5E8EF;
    padding-bottom: 72px;
    z-index: 200;
}

.grayAreaHeader {
    position: relative;
    background: #E5E8EF;
    margin-top: 0px !important;
    padding-top: 72px;
    margin-bottom: 0px !important;
    padding-bottom: 72px;
}

.leftGrayElement {
    height: 550px;
    width: 500px;
    background: #E5E8EF;
    position: absolute;
    bottom: -500px;
    left: -3985px;
    width: 4000px;
    z-index: 10;
}

.grayAreaHeader:before {
    content: "";
    width: 58px;
    display: block;
    position: absolute;
    height: 100px;
    left: -300px;
    top: 0;
    border-bottom: 450px solid #E5E8EF;
    border-left: 300px solid white;
}

.grayAreaHeaderFellowships {
    position: relative;
    background: #E5E8EF;
    margin-top: 0px !important;
    padding-top: 72px;
    margin-bottom: 0px !important;
    padding-bottom: 72px;
}

.grayAreaHeaderFellowships:before {
    content: "";
    width: 58px;
    display: block;
    position: absolute;
    height: 100px;
    left: -75px;
    top: 0;
    border-bottom: 112px solid #E5E8EF;
    border-left: 75px solid white;
}

.grayAreaHeaderFellowships:after {
    content: "";
    background: #E5E8EF;
    width: 4000px;
    display: block;
    position: absolute;
    height: 100%;
    right: -4000px;
    top: 0;
}


.grayAreaHeaderEvents{
    position: relative;
    background: #E5E8EF;
    margin-top: 0px !important;
    padding-top: 72px;
    margin-bottom: 0px !important;
    padding-bottom: 72px;
}

.grayAreaHeaderEvents:before {
    content: "";
    width: 58px;
    display: block;
    position: absolute;
    height: 100px;
    left: -100px;
    top: 0;
    border-bottom: 160px solid #E5E8EF;
    border-left: 100px solid white;
}

.grayAreaHeaderEvents:after {
    content: "";
    background: #E5E8EF;
    width: 4000px;
    display: block;
    position: absolute;
    height: 100%;
    right: -4000px;
    top: 0;
}



.grayAreaHeader:after {
    content: "";
    background: #E5E8EF;
    width: 4000px;
    display: block;
    position: absolute;
    height: 100%;
    right: -4000px;
    top: 0;
}

h1.sectionHeader {
    margin-top: 72px;
    margin-bottom: 72px;
}

input[type=text]  {
    width: 100%;
}

select {
    width: 100%;
}

input:focus, textarea:focus, select:focus{
        outline: none;
    }

.styleInputs .wpcf7-form-control-wrap {
    display: block;
    padding: 5px;
    padding-left: 15px;
    border: 1px solid #D2232A;
    transform: skew(-30deg);
}

.styleInputs  .wpcf7-form-control-wrap input {
    border: none !important;
    background: transparent;
    transform: skew(30deg);
}

.styleInputs  .wpcf7-form-control-wrap select {
    border: none !important;
    background: transparent;
    transform: skew(30deg);
    padding-bottom: 3px;
}



.styleInputs .control-wrap {
    display: block;
    padding: 5px;
    padding-left: 15px;
    border: 2px solid #D7D9E0;
    transform: skew(-30deg);
    margin-top: 10px;
    margin-bottom: 20px;
}

.styleInputs  .control-wrap input {
    border: none !important;
    background: transparent;
    transform: skew(30deg);
}

.styleInputs  .control-wrap select {
    border: none !important;
    background: transparent;
    transform: skew(30deg);
    padding-bottom: 3px;
}

.styleInputs .scholarshipSlect {
    display: block;
    padding: 5px;
    padding-left: 15px;
    border: 2px solid white;
    transform: skew(-30deg);
    margin-top: 10px;
    margin-bottom: 20px;
    background: white;
}

.styleInputs  .scholarshipSlect select {
    border: none !important;
    background: white;
    transform: skew(30deg);
    padding-bottom: 3px;
}

#calculateButton {
    background: linear-gradient(310deg, #343232 -40.73%, #6C6867 -17.04%, #939598 0.72%, #C9CDD2 20.46%, #86888B 55.98%, #76797D 77.69%, #939598 101.37%, #6C6867 125.06%, #474545 147.75%) !important;
    color: white !important;
    transform: skew(-30deg);
    margin: auto;
    font-size: 18px;
    border: none;
    padding: 20px;
    font-size: 40px;
    text-transform: uppercase;
    display: block;
    margin-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

#calculateButton span {
transform: skew(30deg);
display: block;
}

#calcResult tr:first-child{
    font-weight: bold;
    padding: 10px;
    background: linear-gradient(310deg, #343232 -40.73%, #6C6867 -17.04%, #939598 0.72%, #C9CDD2 20.46%, #86888B 55.98%, #76797D 77.69%, #939598 101.37%, #6C6867 125.06%, #474545 147.75%) !important;
    color: white !important;
    text-transform: uppercase;
}



.clip {
    background: white;
    width: 25px;
    height: 75px;
    position: absolute;
}

.clip:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-bottom: 75px solid transparent;
    border-left: 25px solid white;men
}



/*Top menu */

#cloaseMenu {
    position: absolute;
    color: white;
    top: 32px;
    font-weight: 600;
    right: 30px;
    cursor: pointer;
    font-size: 41px;
}

#topMenu .menuHeaderItem > a:first-child {
    position: relative;
    left: -13px;
    display: block;
    transform: skew(-30deg);
    color: black;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    padding-left: 20px;
}

#topMenu a span {
    display: block;
    transform: skew(30deg);
}

#topMenu {
    background: rgba(0, 0, 0, 0.85);
    padding: 33px;
    text-transform: uppercase;
    display: none;
}

#topMenu ul {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

#topMenu .menu-item-has-children {
    width: 30%;
    padding-left: 5%;
    padding-right: 5%;
}


#topMenu .menu-item-has-children a{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}


#topMenu ul.sub-menu li{
    position: relative;
    left: -15px;
    border: 1px solid #BDBDBD;
    transform: skew( -30deg);
    margin-top: 15px;
    margin-bottom: 15px;
}

#topMenu ul.sub-menu a {
    display: block;
    transform: skew( 30deg);
    padding: 5px;
    padding-left: 25px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15.8036px;
    line-height: 20px;
    background: transparent;
    color: #BDBDBD !important;
}

.fancyHover::before {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 3px;
  bottom: 0;
  right: 0;
  background-color: #000;
  transform-origin: top right;
  transition: all 0.3s;
}

.fancyHover:hover {
    border-bottom: none !important;
}

.fancyHover:hover::before {
  width: 100%;
}

#homeNav .roseGoldHover::before {
    background-color: #CB8E71;
}

#homeNav .goldHover::before {
    background-color: #C69B59;
}

#homeNav .blueHover::before {
    background-color: #00A8D5;
}

#homeNav .grayHover::before {
    background-color: #939598;
}

#homeNav .redHover::before {
    background-color: #D2232A;
}

#topMenu i {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    transform: skew(30deg);
    margin-top: 15px;
}

.blackHover > a:first-child {
    background: transparent;
}

li.roseGoldHover > a:first-child:hover  {
    text-decoration: none;
    background: #CB8E71 !important;
}

li.roseGoldHover ul.sub-menu li:hover {
    border: 1px solid #CB8E71 !important;
} 

li.roseGoldHover ul.sub-menu li a:hover {
    color: #CB8E71 !important;
    border: none;
} 

li.goldHover > a:first-child:hover {
    text-decoration: none;
    background: #C69B59 !important;
}

li.goldHover ul.sub-menu li:hover {
    border: 1px solid #C69B59 !important;
} 

li.goldHover ul.sub-menu li a:hover {
    color: #C69B59 !important;
    border: none;
} 

li.blueHover > a:first-child:hover {
    text-decoration: none;
    background: #00A8D5 !important;
}

li.blackHover > a:first-child:hover  {
    text-decoration: none;
    background: transparent !important;
    color: white !important;
    border: 1px solid white;
    padding: 9px;
    padding-left: 19px;
}

li.grayHover > a:first-child:hover {
    color: white !important;
}

li.blueHover ul.sub-menu li:hover {
    border: 1px solid #00A8D5 !important;
} 

li.blueHover ul.sub-menu li a:hover {
    color: #00A8D5 !important;
    border: none;
} 

li.grayHover > a:first-child:hover {
    text-decoration: none;
    background: #939598 !important;
}

li.grayHover ul.sub-menu li:hover {
    border: 1px solid #939598 !important;
} 

li.grayHover ul.sub-menu li a:hover {
    color: #939598 !important;
    border: none;
} 


li.redHover > a:first-child:hover {
    text-decoration: none;
    background: #D2232A !important;
}

li.redHover ul.sub-menu li:hover {
    border: 1px solid #D2232A !important;
} 

li.redHover ul.sub-menu li a:hover {
    color: #D2232A !important;
    border: none;
} 

#countrySelection {
    width: 30%;
    margin-left: 60%;
    color: white;
}

#countrySelection select {
    transform: skew( -30deg);
    width: 80%;
    padding: 5px;
    padding-left: 25px;
    margin-top: 15px;
    color: white;
    background: transparent;
    border: 2px solid white;
    border-right: 0;
}

#countrySelection select option {
    transform: skew( 30deg);
    color: black;
}

#countrySelection input {
    position: relative;
    left: -10px;
    transform: skew( -30deg);
    padding: 4px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
    color: white;
    background: transparent;
    border: 2px solid white;
    border-left: 0;
}

.menuToggle {
    font-size: 42px;
    position: absolute;
    right: 100px;
    top: 30px;
    color: white;
}

.menuToggle:hover {
    cursor: pointer;
}

@media (max-width: 1300px)  
{
    #topMenu .menu-item-has-children {
        width: 50%;
        padding-left: 5%;
        padding-right: 5%;
    }
    
    #countrySelection {
        width: 50%;
        margin-left: 50%;
        color: white;
    }
}



@media (max-width: 768px)  
{
    #topMenu {
        padding-top: 100px;
    }
    
    #topMenu .menuHeaderItem > a:first-child {
        transform: none;
        color: white;
        background: transparent;
    }
    
    #topMenu .menuHeaderItem > a:first-child:hover {
        background: none !important;
    }
    
    #topMenu .menuHeaderItem > a:first-child span, #topMenu .menuHeaderItem > a:first-child i {
        transform: none;
    }
    
    .sub-menu {
        display: none;
    }
    
    #topMenu .menu-item-has-children {
        position: relative;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 10px;
        border-top: 1px solid white;
        padding-left: 0;
        padding-bottom: 10px;
    }
    
    #topMenu .menu-item-has-children:after {
    display: block;
    position: absolute;
    right: -21px;
    top: -10px;
    color: white;
    content: "❯";
    height: 20px;
    transform: rotate(90deg);
    height: 85px;
    width: 65px;
    cursor: pointer;
    padding-left: 20px;
    padding-top: 33px;
    }
    
    #topMenu ul.sub-menu li {
        margin-left: 25px;
    }
    
    #countrySelection {
        width: 110%;
        margin-left: 0%;
        color: white;
    }
    
    #countrySelection select {
        width: 60%;
    }
}

/*Homepage cover*/

#homeCover {
    position: relative;
    background-image: url("img/desktopfinal.jpg");
    background-size: cover;
    background-repeat: no-repeat;

    width: 100vw;
    height: 100vh;
    background-position: left;
}

h1.homeHeader {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 5px;
    margin-top: 72px;
    margin-bottom: 72px;
    text-align: right;
    right: 140px;
    bottom: 100px;
    letter-spacing: 1px;
}

h1.homeHeader span {
    font-size: 0.5em;
    position: relative;
    top: -22px;
}

h1.homeHeader:after {
    content: "";
    border: 2px solid white;
    height: 220px;
    width: 0;
    display: inline-block;
    position: absolute;
    top: -32px;
    transform: rotate(25deg);
    right: -40px;
}

#homeNav {
    position: relative;
    padding: 40px;
    text-align: right;
    width: 345px;
    background: rgba(0,0,0,0.5);
    margin-top: 18vh;
    padding-right: 100px;
    left: -50px;
}

#homeNav a {
    color: white;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 74px;

}

#homeNav:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -250px;
    width: 0;
    height: 0;
    border-bottom: 450px solid transparent;
    border-left: 250px solid rgba(0,0,0,0.5);
}

#homeNav a.roseGoldHover {
    position: relative;
    left: 206px;
    z-index: 100;
}

a.roseGoldHover:hover {
    text-decoration: none;
    border-bottom: 3px solid #CB8E71;
}

#homeNav a.goldHover {
    position: relative;
    left: 120px;
    z-index: 100;
}

a.goldHover:hover {
    text-decoration: none;
    border-bottom: 3px solid #C69B59;
}

#homeNav a.blueHover {
    position: relative;
    left: 60px;
    z-index: 100;
}

a.blueHover:hover {
    text-decoration: none;
    border-bottom: 3px solid #00A8D5;
}

#homeNav a.grayHover {
    position: relative;
    left: 106px;
    z-index: 100;
}

a.grayHover:hover {
    text-decoration: none;
    border-bottom: 3px solid #939598;
}

#homeNav a.redHover {
    position: relative;
    left: 60px;
    z-index: 100;
}

a.redHover:hover {
    text-decoration: none;
    border-bottom: 3px solid #D2232A;
}

.downArrow {
    width: 50px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    cursor: pointer;
}

@media (max-height: 800px){
    #homeNav {
        position: relative;
        transform: scale(0.8);
        left: -70px;
        top: -150px;
    }
}  

@media (max-height: 500px){
    .homeHeader {
        display: none;
    }
} 

@media (max-width: 1026px)  
{
    #homeCover {
        background-position: center;
    }
    
    #homeCoverContent {
        position: relative;
        height: 100vh;
    }
    
    #homeNav {
        transform: scale(0.6);
        left: -70px;
        position: absolute !important;
        top: initial !important;
        bottom: 30px !important;
    }
    
    #homeLogo {
        height: 100px;
    }
    
    .menuToggle {
        font-size: 22px;
        right: 50px;
        top: 20px;
    }
    
    h1.homeHeader {
        font-size: 32px;
        right: 120px;
        bottom: -40px;
    }
    
    h1.homeHeader span {
        font-size: 0.5em;
        position: relative;
        top: -10px;
        left: -5px;
    }
    
    h1.homeHeader:after {
        border: 1px solid white;
        height: 96px;
        top: -16px;
        right: -28px;
    }
    
    .downArrow {
        width: 50px;
        position: absolute;
        right: 35px;
        bottom: 20px;
        cursor: pointer;
        left: auto;
    }
}

@media (max-width: 526px)  
{
    #homeCover {
        background-image: url("img/mobilefinal.jpg");
    }
    
    h1.homeHeader {
        display: none;
    }
}

@media (max-width: 800px)  
{
    
    #homepageContent .eventImg {
        display: none;
    }
    
}



@media (max-height: 450px){
    #homeNav {
        display: none;
    }
}

/*Homepage reasons*/

#homeReasons2 {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100vw;
}

#homeReasons2::-webkit-scrollbar-track
{
	background-color: #C7CAD2;
}

#homeReasons2::-webkit-scrollbar
{
	height: 6px;
	background-color: #F5F5F5;
}

#homeReasons2::-webkit-scrollbar-thumb
{
	background-color: #6F727C;
}

.homeReason {
    position: relative;
    display: inline-block;
    width: 538px;
    height: 650px;
    padding-left: 90px;
    padding-right: 74px;
    padding-top: 38px;
    font-size: 16px;
    overflow: hidden;
    background: white;
    margin-right: 30px;
    max-width: 90vw;
}

.homeReason img {
    position: absolute;
    width: 50px !important;
    left: 25px;
}

@media (max-width: 450px){
    .homeReason {
        font-size: 14px !important;
        padding-right: 20px;
    }
    
    .homeReason iframe {
        width: 95%;
        height: 23%;
    }
    
    .homeReason h1 {
        font-size: 18px !important;
    }
}


.homeReason:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 146px solid #E5E8EF;
    border-left: 80px solid transparent;
}

.homeReason .reasonNumber {
    position: absolute;
    left: 20px;
    top: 56px;
    font-size: 96px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #6F727C;
}

.homeReason .reasonText {
    position: absolute;
    left: -27px;
    top: 180px;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    color: #6F727C;
    transform: rotate(270deg);
    letter-spacing: 3px;
}

.homeReason h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: bold;
}

.owl-dots {
    float: left;
}

.owl-dots {
    counter-reset: dots;
}
.owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
    border: 1px solid #6F727C;
    margin-right: 15px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: #6F727C;
}

.owl-dots .active:before {
    background: rgba(0, 168, 213, 1);
    color: white;
}

.owl-dot span {
    display: none !important;
}

.moreLink {
    position: absolute;
    bottom: 50px;
    right: 5px;
    padding: 5px;
    width: 280px;
    font-size: 24px;
    color: white;
    font-weight: bold;
    padding-left: 50px;
    background-image: url(img/moreBg.png);
}

.moreLink:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-left: 26px solid white;
}

/*HomeCTA*/

#homeCta {
    position: relative;
    background-image: url("img/cta.png"); 
    text-align: center;
    line-height: 1.8em;
    background-size: cover;
    color: white;
    padding: 60px;
    padding-bottom: 135px;
    margin-top: 72px;
    margin-bottom: 72px;
}

#homeCta:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 146px solid #E5E8EF;
    border-left: 80px solid transparent;
}

#homeCta h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.3em;
    font-weight: bold;
}

#homeCta h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.5em;
}

#homeCta #ctaLink {
    background-image: url("img/ctaApply.png"); 
    position: absolute;
    bottom: 50px;
    right: 30px;
    padding: 5px;
    width: 280px;
    font-size: 24px;
    color: white;
    font-weight: bold;
}

@media (max-width: 980px)  
{
    #homeCta {
        background-image: url("img/homeCtaMobile.png"); 
    }
}


/*News*/

#homepageNews {
    overflow: hidden;
}

.firstNews, .news {
    position: relative;
    margin-bottom: 11px;
}

.bigNews .newsImage {
    height: 475px;
    background-position: center;
    background-size: cover;
}

.news {
    margin-bottom: 17px
}

.regularNews .newsImage {
    height: 290px;
    background-position: center;
    background-size: cover;
}

.newsInfo {
    position: absolute;
    bottom: 0;
    color: white !important;
    padding: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.newsInfo h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
}

.newsInfo span {
    font-size: 14px;
    
}

.newsTypes {
    padding-top: 5px;
    padding-bottom: 25px;
    float: left;
}


.newsTypesItem {
    display: inline-block;
    transform: skew(-30deg);
    border: 1px solid rgba(111, 114, 124, 1);
    padding-left: 30px;
    padding-right: 30px; margin-right: 30px;
    margin-bottom: 20px;
}

.newsTypesItem a {
    display: inline-block;
    transform: skew(30deg);
    color: rgba(111, 114, 124, 1);
}

.postShare {
    color: rgba(111, 114, 124, 1);
    padding-top: 4px;
}

.postShare a {
    display: inline-block;
    transform: skew(-30deg);
    border: 1px solid rgba(111, 114, 124, 1);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 15px;
    color: rgba(111, 114, 124, 1) !important;
}

.postShare a i {
    transform: skew(30deg);
}

@media (max-width: 500px)  
{
    .postShare {
        clear: both;
        position: relative;
        top: -20px;
    }
}

.firstNewsCornerDecoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100px;
    background: white;
}

.firstNewsCornerDecoration:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 0;
    height: 0;
    border-bottom: 100px solid transparent;
    border-left: 50px solid white;
}



    .parallelogramButton {
        display: block;
        padding: 15px 50px;
        margin: auto;
        transform: skew(-30deg);
        font-size: 32px;
        border: 2px solid #6F727C;
        margin-top: 55px;
    }
    
    .parallelogramButton:hover {
        text-decoration: none;
    }
    
    .parallelogramButton span {
        display: block;
        color: #6F727C;
        transform: skew(30deg);
    }
    
    .subpage-black .newsInfo h1 {
        color: white;
    }
    
    .subpage-black .regularNews, .subpage-black .bigNews {
        margin-bottom: 50px;
    }
    
    .subpage-black .newsInfo {
        bottom: 50px;
    }
    
    .subpage-black .readMore {
        color: rgba(0, 168, 213, 1);
        font-weight: bold;
    }
    
.programContainer h1 {
    font-size: 28px;
    letter-spacing: 5%;
    color: rgba(29, 28, 28, 1)!important;
    line-height: 1.2;
}

.programBox {
    margin-bottom: 25px;
}

.programBox img {
    max-height: 125px;
    margin-bottom: 25px;
}

.programBox .col {
    padding-top: 25px;
}

.programBoxIcon {
    color: white;
    height: 120px;
    background: linear-gradient(135deg, #7E4546 25%, #B76A5A 31.25%, #CB8E71 37.76%, #F0B595 44.01%, #CB8E71 50.26%, #B76A5A 56.25%, #CB8E71 62.5%, #7E4546 68.75%, #622E2E 74.74%);
    max-width: 190px;
}

.programBoxIcon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 120px solid white;
    border-left: 80px solid transparent;
}

.programBoxIcon i {
    font-size: 80px;
    padding-top: 20px;
    padding-left: 30px;
}

.programFullText {
    display: none;
}

.programReadMore {
    display: block;
    margin-top: 15px;
    color: #CB8E71;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}
    
@media (max-width: 768px)  
{
    .programBox img {
        max-height: 96px;
    }
}
    

@media (max-width: 1200px)  
{
    
    .news {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px)  
{
    .newsRight {
        padding-left: 11px;
    }
}

.firstNewsArch, .newsArch {
    margin-bottom: 25px;
}

.firstNewsArchCornerDecoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 200px;
    background: white;
    z-index: 10;
}

.firstNewsArchCornerDecoration:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -110px;
    width: 0;
    height: 0;
    border-bottom: 200px solid transparent;
    border-left: 110px solid white;
}

.firstNewsArchImage, .newsArchImage {
    position: relative;
}

.firstNewsArchImage h1.newsTitle, .newsArchImage h1.newsTitle {
    color: white;
}

.newsArchExcerpt a:hover{
    text-decoration: none;
}

.newsArchMore {
    color: rgba(0, 168, 213, 1) !important;
    font-weight: bold;
}

.ScollarshipSwitch {
    background: #E5E8EF;
    height: 100%;
    position: absolute;
    width: 130%;
    z-index: 100;
    transform: skew(-25deg);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 110px;
    border-right: 10px solid white;
}

.ScollarshipSwitchInner {
    transform: skew(25deg);
}

@media (max-width: 1000px)  
{
    .scholarshipImage {
        display: none;
    }
    
    .ScollarshipSwitch {
        position: relative;
        min-height: 330px;
        padding-left: 30vw;
        padding-right: 30vw;
        width: 140vw;
        left: -30vw;
        transform: none;
    }
    
    .ScollarshipSwitchInner {
        transform: none;
    }
}
    

/*Footer*/

footer#footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 280px solid #6F727C;
    border-left: 200px solid white;
}

footer#footer {
    position: relative;
    background: #6F727C;
    color: #FFFFFF !important;
    line-height: 1.8em;
    padding-top: 40px;
    font-size: 0.75em;
    margin-top: 72px;
}

footer#footer img {
    margin-top: 29px;
}

footer#footer h3 {
    font-size: 1.4em;;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #FFFFFF !important;
}

footer#footer .footerSocials h3 {
    margin-bottom: 30px;
}

footer#footer .footerSocials a.social {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    font-size: 28px;
    padding: 14px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    color: #6F727C;
    margin-right: 8px;
    margin-bottom: 8px;
}

footer#footer .footerSocials a.social:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 17px solid #6F727C;
    border-left: 17px solid transparent;
}

footer#footer .copyright {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    padding-bottom: 15px;
}

/*Subpage header */

.subpageLogo {
    position: absolute;
    z-index: 100;
}


#subpageLogo:after {
    display: block;
    content: "";
    position: absolute;
    left: 180px;
    width: 0;
    height: 0;
    border-bottom: 200px solid transparent;
    border-left: 110px solid white;;
    z-index: 100;
}

.subpageHeader {
    width: 1400px;;
    height: 200px;
    background-repeat: no-repeat;
}

.subpageHeaderSlogan {
    font-size: 32px;
    line-height: 1;
    color: white !important;
    position: absolute;
    bottom: 100px;
    right: -50px;;
    text-align: right;
}

.subpageHeaderSlogan .restricted{
    font-size: 0.5em;
    position: relative;
    top: -10px;
}

@media (max-width: 1300px)  
{
    .subpageHeaderSlogan {
        right: -0px;;
    }
}

@media (max-width: 996px)  
{
    .subpageHeaderSlogan {
        display: none;
    }
}

@media (max-width: 770px)  
{
    .mh {
        display: none !important;
    }
}

@media (max-width: 500px)  
{
    .subpageLogo {
        height: 150px;
    }
    
    .subpageHeader {
        height: 150px;
        background-size: contain;
    }
    
    .subpageHeader:before {
        display: none;
    }
    
    #subpageLogo:after {
        border-bottom: 150px solid transparent;
        border-left: 80px solid white;
        left: 135px;
    }
    
    .subpageHeaderTitleBar {
        left: 10% !important;
    }
    
    
}

.subpageHeaderSlogan:after {
    display: block;
    content: "";
    border: 1px solid white;
    transform: skew(-30deg);
    height: 60px;
    width: 1px;
    position: absolute;
    right: -33px;
    top: 0;
}

.subpageHeader:after {
    display: block;
    content: "";
    position: absolute;
    right: -275px;
    width: 0;
    height: 0;
    border-bottom: 200px solid white;
    border-left: 110px solid transparent;
    z-index: 100;
}

.subpageHeader:before {
    content: "";
    position: absolute;
    left: 15px;
    width: 0;
    height: 0;
    border-bottom: 200px solid transparent;
    border-left: 110px solid white;
    z-index: 10;
}

.subpageHeaderTitleBar {
    width: 110%;
    position: relative;
    left: -5%;
    padding: 10px;
    padding-left: 50px;
    transform: skew(-30deg);
}

.subpageHeaderTitleBarContent {
    color: white;
    transform: skew(30deg)
}

.subpageHeaderTitleBarContent h3 {
    margin: 0;
    line-height: 36px;
}

.subpageHeaderTitleBarContent a#applyLink {
    position: absolute;
    right: 20px;
    top: -2px;
    padding-left: 25px;
    padding-right: 25px;
    border: 2px solid white;
    transform: skew(-30deg);
    color: white;
}

.subpageHeaderTitleBarContent a#applyLink h3 {
    transform: skew(30deg);
}

.subpageHeaderMenuBar {
    position: relative;
    width: 105%;
    overflow: hidden;
    left: -3%;
    margin-top: 10px;
    padding-left: 10px;
}

#subpageHeaderMenuBarRight {
    position: absolute;
    bottom: 0;
    right: -20px;
    font-weight: 900;
    width: 30px;
    text-align: center;
    cursor: pointer;
    padding-left: 70px;
    z-index: 2220;
    background: white;
    padding-top: 10px;
}

#subpageHeaderMenuBarLeft {
    position: absolute;
    left: 0px;
    bottom: 0;
    font-weight: 900;
    width: 30px;
    text-align: center;
    cursor: pointer;
    padding-right: 30px;
    padding-left: 30px;
    z-index: 2220;
    background: white;
    padding-bottom: 10px;
    transform: rotate(180deg);
}



.subpageHeaderMenuBarContent {
    position: relative;
    transition: all 0.5s;
    width: 20000px;
        margin-left: 60px;
}

.subpageHeaderMenuBarContent a {
    display: inline-block;
    transform: skew(-30deg);
    border: 1px solid;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 15px;
}

.subpageHeaderMenuBarContent a span {
    display: inline-block;
    transform: skew(30deg);
}

.breadcrumbs {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 500px)  
{
    #applyLink {
        display: none;
    }
}


/*Subpage colors*/

.pageHeader .menuToggle {
    right: -150px;
}



@media (max-width: 1500px)  
{
    .pageHeader .menuToggle {
        right: 0;
    }
}

@media (max-width: 600px) {
    .pageHeader .menuToggle {
        right: 15px;
    }
}

.subpage-roseGold a, .subpage-roseGold h1, .subpage-roseGold h2, .subpage-roseGold h3, .subpage-roseGold h4, .subpage-roseGold h5, .subpage-roseGold h6, .subpage-roseGold #subpageHeaderMenuBarRight,.subpage-roseGold #subpageHeaderMenuBarLeft,  .bcseparator  {
    color: #CB8E71;
}

.subpage-roseGold a.activeSubMenuLink {
    background: #CB8E71;
    color: white;
    border: 1px solid #CB8E71;;
}

.subpage-roseGold blockquote:before, .subpage-roseGold .redSeparator {
    border-color: #CB8E71;
}
.subpage-roseGold ul {
    list-style: none;
}

.subpage-roseGold ul li::before { 
    content: "•"; color: #CB8E71;
    display: inline-block; width: 1em;
    margin-left: -1em;
    font-size: 40px;
    position: relative;
    top: 9px;
}

.subpage-roseGold .subpageHeaderTitleBar {
    background: linear-gradient(310deg, #7E4546 -42.93%, #B76A5A -19.01%, #CB8E71 11.94%, #F0B595 22.31%, #CB8E71 39.98%, #B76A5A 76.66%, #CB8E71 100.58%, #7E4546 124.5%, #622E2E 147.42%);
}

.subpage-gold a, .subpage-gold h1, .subpage-gold h2, .subpage-gold h3, .subpage-gold h4, .subpage-gold h5, .subpage-gold h6, .subpage-gold #subpageHeaderMenuBarRight,.subpage-gold #subpageHeaderMenuBarLeft, .bcseparator   {
    color: #C69B59;
}

.subpage-gold a.activeSubMenuLink {
    background: #C69B59;
    color: white;
    border: 1px solid #C69B59;
}

.subpage-gold blockquote:before, .subpage-gold .redSeparator {
    border-color: #C69B59;
}

.subpage-gold .subpageHeaderTitleBar {
    background: linear-gradient(310deg, #292017 -110.32%, #806433 -81.94%, #D9B869 -45.94%, #987B4B -6.3%, #E8C46F 22.45%, #9A6E30 65.37%, #926C33 87.69%, #C29F59 104.48%, #987538 110.93%);
}

.subpage-gold ul {
    list-style: none;
}

.subpage-gold ul li::before { 
    content: "•"; color: #C69B59;
    display: inline-block; width: 1em;
    margin-left: -1em;
    font-size: 40px;
    position: relative;
    top: 9px;
}

.subpage-gold table tr:first-child {
    background: linear-gradient(135deg, #292017 -63.83%, #806433 -23.32%, #D9B869 28.05%, #987B4B 96.67%, #D9B869 153.82%, #714F20 202.45%, #7B5926 212.96%, #987538 232%, #C29F59 251.92%);
    color: white;
    padding: 15px;
}

.subpage-blue a, .subpage-blue h1, .subpage-blue h2, .subpage-blue h3, .subpage-blue h4, .subpage-blue h5, .subpage-blue h6,.subpage-blue #subpageHeaderMenuBarRight,.subpage-blue #subpageHeaderMenuBarLeft, .bcseparator   {
    color: rgba(0, 168, 213, 1);
}

.subpage-blue a.activeSubMenuLink {
    background: rgba(0, 168, 213, 1);
    color: white;
    border: 1px solid rgba(0, 168, 213, 1);
}

.subpage-blue blockquote:before, .subpage-blue .redSeparator {
    border-color: rgba(0, 168, 213, 1);
}

.subpage-blue .subpageHeaderTitleBar {
    background: linear-gradient(310deg, #00566D -51.77%, #006580 -7.49%, #00C8FE 21.34%, #027999 66.37%, #03BCED 113.9%, #0387AA 119.5%, #0387AA 126.93%, #0387AA 135.81%, #02ABD8 139.57%);
}

.subpage-blue ul {
    list-style: none;
}

.subpage-blue ul li::before { 
    content: "•"; color: rgba(0, 168, 213, 1);
    display: inline-block; width: 1em;
    margin-left: -1em;
    font-size: 40px;
    position: relative;
    top: 9px;
}

.subpage-silver a, .subpage-silver h1, .subpage-silver h2, .subpage-silver h3, .subpage-silver h4, .subpage-silver h5, .subpage-silver h6, .subpage-silver #subpageHeaderMenuBarRight,.subpage-silver #subpageHeaderMenuBarLeft, .bcseparator   {
    color: rgba(147, 149, 152, 1);
}

.subpage-silver a.activeSubMenuLink {
    background: rgba(147, 149, 152, 1);
    color: white;
    border: 1px solid rgba(147, 149, 152, 1);;
}

.subpage-silver blockquote:before, .subpage-silver .redSeparator {
    border-color: rgba(147, 149, 152, 1);
}

.subpage-silver .subpageHeaderTitleBar {
    background: linear-gradient(310deg, #343232 -40.73%, #6C6867 -17.04%, #939598 0.72%, #C9CDD2 20.46%, #86888B 55.98%, #76797D 77.69%, #939598 101.37%, #6C6867 125.06%, #474545 147.75%);
}

.subpage-silver ul {
    list-style: none;
}

.subpage-silver ul li::before { 
    content: "•"; color: rgba(147, 149, 152, 1);
    display: inline-block; width: 1em;
    margin-left: -1em;
    font-size: 40px;
    position: relative;
    top: 9px;
}

.subpage-red a, .subpage-red h1, .subpage-red h2, .subpage-red h3, .subpage-red h4, .subpage-red h5, .subpage-red h6,.subpage-red  #subpageHeaderMenuBarRight,.subpage-red #subpageHeaderMenuBarLeft, .bcseparator   {
    color: #D2232A;
}

.subpage-red a.activeSubMenuLink {
    background: #D2232A;
    color: white;
    border: 1px solid #D2232A;
}

.subpage-red blockquote:before, .subpage-red .redSeparator {
    border-color: #D2232A
}

.subpage-red .subpageHeaderTitleBar {
    background: linear-gradient(92.8deg, #D2232A -61.17%, #7C1014 -29.56%, #B9191F -10.87%, #D2232A -4.02%, #951318 26.48%, #B61A20 57.36%, #E73037 80.64%, #8E1116 98.63%);
}

.subpage-red ul {
    list-style: none;
}

.subpage-red ul li::before { 
    content: "•"; color: #D2232A;
    display: inline-block; width: 1em;
    margin-left: -1em;
    font-size: 40px;
    position: relative;
    top: 9px;
}

.subpage-black a, .subpage-black h1, .subpage-black h2, .subpage-black h3, .subpage-black h4, .subpage-black h5, .subpage-black h6,.subpage-black #subpageHeaderMenuBarRight,.subpage-black #subpageHeaderMenuBarLeft, .bcseparator  {
    color: rgba(29, 28, 28, 1);
}

.subpage-black a.activeSubMenuLink {
    background: rgba(29, 28, 28, 1);
    color: white;
    border: 1px solid rgba(29, 28, 28, 1);
}

.subpage-black blockquote:before, .subpage-black .redSeparator {
    border-color: rgba(29, 28, 28, 1);
}

.subpage-black .subpageHeaderTitleBar {
    background: rgba(29, 28, 28, 1);
}

.subpageHeaderTitleBar a, .subpageHeaderTitleBar h3 {
    color: white;
}

.subpageHeaderTitleBar a, .subpageHeaderTitleBar h3 {
    color: white;
}

/*Days calculator*/
.skewinner {
    transform: skew(30deg);
}

.dayscalc {
    
}

.dayscalc .year {
    background: linear-gradient(135deg, #292017 -63.83%, #806433 -23.32%, #D9B869 28.05%, #987B4B 96.67%, #D9B869 153.82%, #714F20 202.45%, #7B5926 212.96%, #987538 232%, #C29F59 251.92%);
    transform: skew(-30deg);
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    padding: 20px;
    padding-left: 30px;
    font-weight: bold;
    margin-top: 25px;
}

.dayscalc .modules {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    color: rgba(198, 155, 89, 1);
    text-align: center;
    transform: skew(-30deg);
    border-right: 3px solid;
    line-height: 0.4;
    padding-top: 15px;
    margin-top: 25px;
}

.dayscalc .wdays {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    color: rgba(198, 155, 89, 1);
    text-align: center;
    line-height: 0.4;
    padding-top: 15px;
    margin-top: 25px;
}

.dayscalc h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.dayscalc .focuson span {
    color: rgba(198, 155, 89, 1);
}

span.subtext {
    font-size: 14px;
}

.firesideHourProfile {
    margin-bottom: 25px;
}

.firesideHourProfile img {
    margin-bottom: 25px;
}

.firesideHourProfile .col-12 {
    background: linear-gradient(310deg, #292017 -110.32%, #806433 -81.94%, #D9B869 -45.94%, #987B4B -6.3%, #E8C46F 22.45%, #9A6E30 65.37%, #926C33 87.69%, #C29F59 104.48%, #987538 110.93%);
    transform: skew(-30deg);
    margin-bottom: 25px;
}

.firesideHourProfile h2{
    color: white !important;
    transform: skew(30deg);
    margin: 0;
    padding: 5px;
    padding-left: 25px;
}

.firesideHourDate {
    color: #C69B59;
}

@media (max-width: 1000px) {
    .focuson h3 {
        text-align: center;
    }
}


/*EVENTS*/

.eventsList {
    background: #E5E8EF;
}

.event {
    margin-bottom: 40px;
    background: white;
}

.evebtPhoto {
    position: relative;
    padding-right: 0;
    background-size: cover;
}

.eventImg {
    position: relative;
    margin-bottom: 25px
}

.eventImg img {
    max-width: none;
    height: 330px;
}

.eventImg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 330px solid transparent;
    border-left: 150px solid white;
}

.eventImgMobile {
	display:none;
}



@media (max-width: 996px) {
    .eventImg {
        display: none;
        position: initial;
    }
	
	.eventImgMobile {
		display:block;
	}
}

.eventDate {
    position: absolute;
    right: 0;
    top: 24px;
    padding: 15px;
    background: white;
    text-align: center;
}

.eventDate:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -47px;
    width: 0;
    height: 0;
    border-bottom: 94px solid white;
    border-left: 47px solid transparent;
}

.eventDay {
    color: #D2232A;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
}

.eventMonth {
    color: #D2232A;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.eventText {
    padding-top: 27px;
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 60px;
}

.event h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 32px;
    text-transform: uppercase;
    color: #1D1C1C;
}

.eventbutton {
    background-image: url(img/ctaApply.png);
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 5px;
    width: 280px;
    font-size: 24px;
    color: white !important;
    font-weight: bold;
    text-align: center;
}

.eventText:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 0;
    height: 0;
    border-bottom: 100px solid #E5E8EF;
    border-left: 50px solid transparent;
}

.shedule ul {
	list-style: none;
}

.shedule li p{
    border-left: 1px solid #6F727C;
    padding-left: 37px;
    position: relative;
    left: -18px;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

.shedule ul li::before {
    content: "• ";
    color: #D2232A;
    position: relative;
    left: -22px;
    font-size: 30px;
    top: 5px;
    margin-left: 0;
}

.presentersBio {
    position: relative;
    margin-top: 72px;
    padding-top: 25px;
    padding-bottom: 0;
    background: #E5E8EF;
}

.testimonial_text{
    position: relative;
    min-height: 500px;
}

.testimonial_photo_description {
    position: absolute;
    bottom: 40px;
}

@media (max-width: 768px) {
    .testimonial_photo_description {
        position: initial;
        margin-top: 40px;
    }
}

.presentersBio:before {
    content: "";
    background: #E5E8EF;
    width: 4000px;
    display: block;
    position: absolute;
    height: 100%;
    left: -4000px;
    top: 0;
}

.presentersBio:after {
    content: "";
    background: transparent;
    width: 100px;
    display: block;
    position: absolute;
    height: 100%;
    right: -250px;
    top: 0;
    border-top: 450px solid transparent;
    border-left: 250px solid #E5E8EF;
}

.rightGrayElementPresentrsBio {
    width: 4000px;
    height: 50%;
    position: absolute;
    right: -4000px;
    bottom: 0;
    background: #E5E8EF;
}

.redSeparator {
    border: 1px solid #D2232A;
    height: 100%;
    width: 0;
    position: absolute;
    left: 160px;
    transform: rotate(35deg);
}

.presenterImage {
    position: absolute;
    left: 220px;
    z-index: 10;
    bottom: 0;
}

.pastEvents .event h1 {
    font-size: 20px;
    line-height: 26px;
}

.pastEvents .eventbutton {
    font-size: 18px;
    width: 220px;
}

.pastEvents .eventText {
    min-height: 300px;
}



.eventRegister {
    display: inline-block;
    transform: skew(-30deg);
    text-transform: uppercase;
    color: white !important;
    background: linear-gradient(92.8deg, #D2232A -61.17%, #7C1014 -29.56%, #B9191F -10.87%, #D2232A -4.02%, #951318 26.48%, #B61A20 57.36%, #E73037 80.64%, #8E1116 98.63%);
    font-size: 48px;
    font-weight: 400;
    font-family: Montserrat;
    padding: 15px 25px;;
    margin-bottom: 25px;
}

.eventRegister span {
    display: block;
    transform: skew(30deg);
}

.eventRegister:hover {
    text-decoration: none;
}

.eventIconLink {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    color: black !important;
    line-height: 1.2;
}

.eventIconLink i {
    margin-bottom: 10px;
    margin-top: 15px;
}

.eventIconLink i.fa-map-marker-alt {
    color: white !important;
    background: black;
    padding: 10px;
    font-size: 25px;
}

.eventIconLink i.fa-linkedin-in {
    color: white !important;
    background: black;
    padding: 10px;
    font-size: 25px;
}

.eventIconLink i.fa-facebook-f {
    color: white !important;
    background: black;
    padding: 10px;
    font-size: 25px;
}

@media (max-width: 980px){
    .event {
        overflow: hidden;
    }
    
    .evebtPhoto {
        height: 300px;
        background-position: center;
    }
    
    .eventDate {
        bottom: 0;
        top: initial;
        right: 15px;
    }
}

@media (max-width: 768px) {
    .testimonial_text {
        padding-bottom: 290px;
    }
    
    .presenterImage {
        position: absolute;
        left: initial;
        right: 0;
        z-index: 10;
        bottom: 0;
        height: 250px;
    }
    
    .redSeparator {
        height: 125px;
        position: absolute;
        left: initial;
        right: 200px;
        top: -297px;
     }
     
     .pastEvents .eventText {
        min-height: 200px;
    }
    
    .eventRegister {
        font-size: 32px;
    }
}

@media (max-width: 500px) {
    
}

.eventData {
    margin-top: 50px;
    font-size: 16px;
}

/*Community page */

.comunityBoxes {
    margin-top: 25px;
    margin-bottom: 25px;
}

.communityIcon {
    background: linear-gradient(126.44deg, #00566D -125.31%, #006580 -90.52%, #00C8FE -46.41%, #027999 12.51%, #03BCED 61.59%, #0387AA 103.35%, #0387AA 112.38%, #0387AA 128.73%, #02ABD8 145.84%);
    height: 80px;
}

.communityIcon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    width: 0;
    height: 0;
    border-bottom: 100px solid white;
    border-left: 40px solid transparent;
}

.communityIcon i {
    color: white;
    font-size: 50px;
    padding-top: 15px;
    padding-left: 12px;
}

.comunityBoxes h2 {
    color: black;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.communityNumber {
    position: relative;
    top: 25px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(0, 168, 213, 1);
    font-size: 48px;
    font-weight: bold;
}

.regionsList {
    background: #E5E8EF;
    margin-bottom: 50px;
    padding-bottom: 75px;
}

.region {
    position: relative;
    background: white;
    margin-bottom: 25px;
    padding-right: 25px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #939598;
}

.region h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: black;
}

.region .moreLink {
    bottom: 15px;
    right: -10px;
    width: 160px;
    font-size: 12px;
    color: white;
    background: linear-gradient(310deg, #343232 -40.73%, #6C6867 -17.04%, #939598 0.72%, #C9CDD2 20.46%, #86888B 55.98%, #76797D 77.69%, #939598 101.37%, #6C6867 125.06%, #474545 147.75%)
}

.region:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-bottom: 61px solid #E5E8EF;
    border-left: 30px solid transparent;
}

@media (max-width: 1200px)  
{
    .region {
        padding: 0;
    }
    
    .region .regionText {
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 30px;
        padding-bottom: 90px;
    }
    
    .region .moreLink {
        bottom: 15px;
        right: 15px;
    }
    
    .region h3 {
        line-height: 1.3;
    }
}

#paper-copy-info {
    display: none;
}

@media (max-width: 978px)  
{
    .communityNumber {
        top: 30px;
        font-size: 46px;
        font-weight: bold;
    }
}

@media (max-width: 1400px)  
{
    footer#footer:before {
        border-left: 70px solid white;
    }
}

@media (max-width: 767px)  
{
    footer#footer:before {
        border-bottom: 150px solid #6F727C;
        border-left: 70px solid white;
    }
    
    footer#footer {
        text-align: center;
    }
    
    footer#footer h3 {
        margin-top: 25px;
    }
}




@media (max-width: 992px)  
{
    h1.sectionHeader {
        font-size: 48px;
    }
}

@media (max-width: 600px)  
{
    h1.sectionHeader {
        font-size: 32px;
        line-height: 42px;
    }
    
    #subpageHeaderMenuBarRight {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media (max-width: 350px)  
{
    .homeReason .reasonNumber {
        position: absolute;
        left: 15px;
        top: 47px;
        font-size: 60px;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        color: #6F727C;
    }
    
    .homeReason .reasonText {
        position: absolute;
        left: -25px;
        top: 134px;
        font-size: 21px;
        font-family: 'Montserrat', sans-serif;
        color: #6F727C;
        transform: rotate(270deg);
        letter-spacing: 3px;
    }
    
    .homeReason {
        padding-left: 15px;
    }
    
    #homeCta {
        line-height: 1.4em;
        padding: 15px;
        padding-bottom: 210px;
    }
    
    #homeCta h1 {
        font-size: 18px;
    }
    
    #homeCta h2 {
        font-size: 14px;
        line-height: 1.3em;
    }
    
    #homeCta #ctaLink {
        width: 200px;
    }
    
    .newsInfo h1 {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .parallelogramButton {
        padding: 15px 25px;
    }
    
    .homeReason iframe {
        width: 78%;
        margin-left: 15%;
    }
    
    .homeReason img {
        width: 30px !important;
        left: 15px;
    }
    
}

@media (max-width: 950px)  
{
    #subpageLogo {
        position: absolute;
        display: inline-block;
        width: 120px;
        height: 200px;
        background: white;
        z-index: 120;
    }
    
    #subpageLogo:before {
        display: block;
        content: "";
        background-image: url(img/logo-mobile.png);
        width: 100px;
        height: 120px;
        position: absolute;
        background-size: cover;
        top: 25px;
        left: 25px;
        z-index: 2000;
    }
    
    #subpageLogo:after {
        left: 120px;
    }
    
    .subpageLogo {
        display: none;
    }
}

@media (max-width: 500px)  
{
    #subpageLogo:before {
        width: 75px;
        height: 90px;
        left: 10px;
    }
    
    #subpageLogo {
        width: 90px;
        height: 150px;
    }
    
    #subpageLogo:after {
        left: 90px;
    }
    
/*    .subpage-black .subpageHeaderTitleBarContent h3 a{
        content: "AAA" !important;
    }*/
}

.tableContainer {
    overflow-x: scroll;
}

.tableContainer table {
    min-width: 800px;
}

#topMenu em {
        font-size: 12px;
    font-style: normal;
}

@media (max-width: 500px)  
{
    .alignleft  {
        width: 100%;
    }
}
@media (max-width: 996px)  
{
    .showPhotoOnMobile {
        display: block !important;
        overflow: hidden;
    }
    
    .showPhotoOnMobile img {
        max-width: 100%;
        height: auto;
    }

    .showPhotoOnMobile:before {
        display: none;
    }
}


@media (max-width: 768px)  
{
    #r4alumni {
        text-align: center;
    }
}


#step2, #step1no {
    display: none;
}

.criteriaHeader {
    background: #D2232A !important;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
} 

.pointsLabel {
    text-align: right;
}


.star-rating__stars {
  position: relative;
  height: 3rem;
  width: 15rem;
  background: url(img/off.svg);
  background-size: 3rem 3rem;
  float: right;
}

.star-rating__label {
  position: absolute;
  height: 100%;
  background-size: 3rem 3rem;
}

.star-rating__input {
  margin: 0;
  position: absolute;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.star-rating__stars .star-rating__label:nth-of-type(1) {
  z-index: 5;
  width: 20%;
}

.star-rating__stars .star-rating__label:nth-of-type(2) {
  z-index: 4;
  width: 40%;
}

.star-rating__stars .star-rating__label:nth-of-type(3) {
  z-index: 3;
  width: 60%;
}

.star-rating__stars .star-rating__label:nth-of-type(4) {
  z-index: 2;
  width: 80%;
}

.star-rating__stars .star-rating__label:nth-of-type(5) {
  z-index: 1;
  width: 100%;
}

.star-rating__input:checked + .star-rating__label,
.star-rating__input:focus + .star-rating__label,
.star-rating__label:hover {
  background-image: url(img/on.svg);
}

.star-rating__label:hover ~ .star-rating__label {
  background-image: url(img/off.svg);
}

.star-rating__input:focus ~ .star-rating__focus {
  position: absolute;
  top: -.25em;
  right: -.25em;
  bottom: -.25em;
  left: -.25em;
}

#step2 .row {
    padding-top: 10px;
    padding-bottom: 10px;
}


.pseudoTable .row:nth-child(even) {background: #fff; border-bottom: 1px solid #CCD2E1}
.pseudoTable .row:nth-child(odd) {background: rgba(229, 232, 239, 0.4);border-bottom: 1px solid #CCD2E1}


.dacResponse {
    background: #F5F6F9;
    transform: skew(-30deg);
    padding: 35px;
    font-weight: bold;
    margin-top: 50px;
}

.dacResponseInner {
    transform: skew(30deg);
}

.checkbox {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
  font-size: 2rem;
  color: var(--color);
}

.checkbox__input {
  input {
    opacity: 0;
    width: 1em;
    height: 1em;
  }
}

.checkbox__control {
  display: inline-grid;
  width: 1em;
  height: 1em;
  border-radius: 0.25em;
  border: 0.1em solid currentColor;
}

.checkbox__input {
  display: grid;
  grid-template-areas: "checkbox";

  > * {
    grid-area: checkbox;
  }
}

.checkbox__control svg {
  transition: transform 0.1s ease-in 25ms;
  transform: scale(0);
  transform-origin: bottom left;
}

.checkbox__input input:checked + .checkbox__control svg {
  transform: scale(1);
}

.checkbox__input input:focus + .checkbox__control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
}

.subpageHeaderMenuBarContent a span span {
	transform: skew(0deg);
    margin-right: 5px;
}

form.sent div, form.sent input, #showAfterSubmit {
	display:none;
}

.wpcf7 form.sent #showAfterSubmit,  .wpcf7 form.sent .wpcf7-response-output {
	display:block
}

.memberInfo {
    position: relative;
    background: #00BAEC;
    background: linear-gradient(310deg, #00566D -51.77%, #006580 -7.49%, #00C8FE 21.34%, #027999 66.37%, #03BCED 113.9%, #0387AA 119.5%, #0387AA 126.93%, #0387AA 135.81%, #02ABD8 139.57%);
    color: white;
    padding: 25px;
    padding-top: 15px
}

.memberInfo h2 {
    margin: 0;
    color: white !important;
}

.memberSocials {
    position: absolute;
    background: #00BAEC;
    background: linear-gradient(310deg, #00566D -51.77%, #006580 -7.49%, #00C8FE 21.34%, #027999 66.37%, #03BCED 113.9%, #0387AA 119.5%, #0387AA 126.93%, #0387AA 135.81%, #02ABD8 139.57%);
    color: white !important;
    top: -60px;
    padding: 10px;
    right: 0;
}

.memberSocials:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 0;
    height: 0;
    border-bottom: 60px solid #00BAEC;
    border-left: 40px solid transparent;
    z-index: 10;
}

.memberSocials a {
    color: white !important;
    margin-right: 10px;
    border: 1px solid;
    display: inline-block;
    padding: 5px;
    min-width: 30px;
    text-align: center;
}

.memberContact {
    position: absolute;
    top: 30px;
    right: 50px;
    padding: 5px 25px;
    border: 2px solid;
    transform: skew(-30deg);
    font-weight: 400;
}

@media (max-width: 996px)  {
    .memberContact{
        display: block;
        position: initial;
        max-width: 180px;
        margin: auto;
        margin-top: 25px;
    }
}

.memberContact span {
    display: block;
    transform: skew(30deg);
}

.paoc-cus-close-txt, .paoc-popup-snote {
    display: none;
}

.paoc-popup-content {
    margin: 0;
}

.eventSeparator {
    background: #E4E8EF;
    height: 15px;
    transform: skew(-35deg);
    margin-top: 25px;
    margin-bottom: 25px;
}

.eventListSeparator {
    background: #E4E8EF;
    height: 10px;
    transform: skew(-35deg);
    margin-top: 15px;
    margin-bottom: 15px;
}

.eventH {
    color: black !important;
    width: 100%;
    line-height: 1.2;
    margin: 0;
}

.eventListH {
    color: #898B94 !important;
    width: 100%;
    line-height: 1.4;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.mailform input {
    margin-bottom: 15px;
    border: 1px solid rgba(0, 168, 213, 1);
    padding-left: 15px;
}

.mailform textArea {
    margin-bottom: 15px;
    border: 1px solid rgba(0, 168, 213, 1);
    padding-left: 15px;
    width: 100%;
    min-height: 150px;
}

.profileShare {
    margin-top: 299px;
    line-height: 1.2;
}

@media (max-width: 767px)  {
    .profileShare{
        margin-top: 25px;
    }
}

.profileShare a {
    display: block;
    position: relative;
    margin-top: 15px;
    color: gray;
    background: #E5E8EF;
    text-align: center;
    padding: 15px;
    font-size: 25px;
}

.profileShare a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 0;
    height: 0;
    border-bottom: 15px solid white;
    border-left: 15px solid transparent;
}

.bigClip {
    background: white;
    width: 50px;
    height: 150px;
    position: absolute;
}

.bigClip:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -75px;
    width: 0;
    height: 0;
    border-bottom: 150px solid transparent;
    border-left: 75px solid white;men
}

