@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */










    .pro{
        margin: 1em 0%;
     border:0px solid #332c29;
        background-color: white;
        color: #332c29;
        padding: 1.5em;
        display: block;
        float: left;
        clear: none;
        width: 100%;
        height: auto;
        border-radius: .3em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=19, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 5px 8px rgba(0,0,0,0.05);/*FF 3.5+*/
-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.05);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 5px 8px rgba(0,0,0,0.05);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=19, Direction=135, Color=#000000); /*IE 5.5-7*/
        position: relative;
        overflow: hidden;
    }
    
    .pro i{
        font-size: 8em;
        position: absolute;
        z-index: 0;
        right: -5%;
        top: -15%;
        opacity: .05;
    }
    
    
    
    .duration{
        background-color: #cd9670;
        color: #fff;
    }

    .duration2{
        background-color: #171411;
        color: #fff;
    }
    
    
    
    .duration i{
        color: #fff;
    }
    
    
    .whocanattend{
        background-color: #332c29;
        color: #fff;
    }
    
    
    .cost{
        background-color: #2d2d2d;
        color: #fff;
    }
    
    .cost i{
        color: #fff;
    }
    
    
    
    .register{
        width: 100%;
        height:auto;
        float: left;
        clear: both;
        display: block;
        background-color: #efefef;
        margin: 2em 0;
        
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .r-inner{
        width: calc(100%-4em);
        height: 80%;
        display: block;
        float: left;
        padding: 2em;
        background-color: white;
        
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .wrapper {
 
 margin: 3em 0 0 0;
  width: 100%;
height: auto;
        display: block;
        float: left;
        clear: none;
        background: transparent;
}
    
    .tabs{
        background-color:rgba(239,239,239,1.00);
        padding: 2em 2em;
        width: 100%;
        height: auto;
        position: sticky;
        left: 0;
        top: 15vh;
        display: block;
        float: left;
        clear: none;
        z-index: 900000;
    }


.tabs li {
      float: left;
      width: auto;
      font-family: 'Montserrat', sans-serif;
      font-size: 1.5em;
      margin-left: 2em;
      list-style-type: none;
      transition: all .3s;
      line-height: 1.2em;
      margin: 0;
      display: block;
}


.tabs .fa-sort-down{
    transition: all .2s;
    transform-origin: center;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(0deg) skewY(0deg) translate(0, 0);/* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);
    position: absolute;
    right: 5%;
    top: 1em;
    font-size: 1.4em;
}


.tabs:hover .fa-sort-down{
    -moz-transform: rotate(180deg) scale(1, 1) skewX(0deg) skewY(0deg) translate(0, 0);/* FF3.5+ */
    -webkit-transform: rotate(180deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/*Saf3.1+, Chrome*/
    -o-transform: rotate(180deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/* Opera 10.5 */
    -ms-transform: rotate(180deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/* IE 9 */
    transform: rotate(180deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);
}


.tabs a.active p{
    display: block;
    font-family: "Butler_Medium";
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: auto;
    padding: auto;
    margin: auto;
    margin-left: 0;
    margin-bottom: .5em;
}



.tabs li p{
    text-align: left;
    font-weight: 600;
    display: none;
}


.tabs:hover li p{
    display: block;
}
    
 /* Edit for tabs */   
.tabs a {
      
      text-align: left;
      font-size: 1.2em;
      text-decoration: none;
      text-transform:capitalize;
      color: #606060;
      padding: 0px 1em;
      transition: all .3s;
      display: block;
}



.tabs a:hover,
.tabs a.active {
     color: #332c29; 
    font-weight: 700;
    display: block;
    font-size: 1.2em;
}


a.active p{
    display: block;
    font-family: "Butler_Medium";
    font-size: 2em;
    line-height: .9em;
    font-weight: 300;
    letter-spacing: -.5px;
    padding: 0;
    margin: 0;
}

    
    .tabgroup{
        float: left;
        width: 100%;
        margin: 0;
    }   
    

    .tabgroup div {
         transition: all .3s;


    }
    .clearfix:after {
    background-color: transparent;
    }


    
    
    
    
    .wrapper .pro{
        width: 100%;
    }
    
    
    
    
     .wrapper .quarter-block-pane{
         min-height: 20vh;
         
    }
    
    
    
    
  .tabtitle{
        width: 60%;
      display: none;
    }
    
	
















}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    

    
    
    
    
    
    
    
    
    
    
    
    
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

    
    
    
    .pro{
        border:0px solid #332c29;
        background-color: white;
        color: #332c29;
        padding: 2.5em;
        display: block;
        float: left;
        clear: none;
        width: 23%;
        height: 30vh;
        margin: 1em 1%;
        border-radius: .3em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=19, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 5px 8px rgba(0,0,0,0.05);/*FF 3.5+*/
-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.05);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 5px 8px rgba(0,0,0,0.05);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=19, Direction=135, Color=#000000); /*IE 5.5-7*/
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
    }
    
    .pro i{
        font-size: 8em;
        position: absolute;
        z-index: 0;
        right: -5%;
        top: -15%;
        opacity: .1;
    }
    
    
    .duration{
        background-color: #cd9670;
        color: #fff;
    }
    
    
    .duration i{
        color: #fff;
    }
    
    
    .whocanattend{
        background-color: #332c29;
        color: #fff;
    }
    
    
    .cost{
        background-color: #2d2d2d;
        color: #fff;
    }
    
    .cost i{
        color: #fff;
    }
    
    
    
    .register{
        width: 100%;
        height:90vh;
        float: left;
        clear: both;
        display: block;
        background-color: #efefef;
        margin: 2em 0;
        
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .r-inner{
        width: 40%;
        height: 80%;
        display: block;
        float: left;
        padding: 2em;
        background-color: white;
        
    }
    
    
    
  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .wrapper {
 
 margin: 3em 0 0 0;
  width: 100%;
height: auto;
        display: block;
        float: left;
        clear: none;
        background: transparent;
}
    
    .tabs{
        background-color: white;
        padding: 2em 1em;
        width: 28%;
        height: auto;
        position: sticky;
        left: 0;
        top: 10vh;
        display: block;
        float: left;
        clear: none;
    }

.tabs li {
      float: left;
      width: auto;
      font-family: 'Montserrat', sans-serif;
      font-size: 1.1em;
      margin-left: 2em;
      list-style-type: none;
      transition: all .3s;
      line-height: 1.2em;
      margin: 0;
}
    
    
.tabs .fa-sort-down{
display: none;
}
    
    
.tabs li p{
    text-align: left;
    font-weight: 600;
    display: block;
}

    
.tabs a {
      display: block;
      text-align: left;
      text-decoration: none;
      text-transform:capitalize;
      color: #606060;
      padding: 0px 1em;
      transition: all .3s;
    
}
    
.tabs a:hover,
.tabs a.active {
 color: #332c29; 
    font-weight: 700;
}
    
    
    .tabgroup{
        float: right;
        width: 70%;
        margin: 0;
    }   
    
    
.tabgroup div {
     transition: all .3s;
   

}
.clearfix:after {
background-color: transparent;
}
    

    
    
    
    
    .wrapper .pro{
        width: 30%;
    }
    
    
    
    
     .wrapper .quarter-block-pane{
         min-height: 20vh;
         
    }
    
    
    
    
  .tabtitle{
        width: 60%;
      display: block;
    }
    
	
	
}
	
	