@font-face {
    font-family: newkidsfont;
    src: url('../fonts/ShortStack-Regular.ttf');
}

body {
    padding-top: 2px;
    padding-bottom: 1px;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    overflow-x: hidden !important;
    -webkit-transition: width 3s; /* Safari */
    transition: width 3s;
}

.my-navbar {
    background: #0EB2CB; 

    overflow:hidden; 
    border-bottom:1px solid #ddd;
}

.my-navbar:before {
    content: ""; 
    position:absolute; 
    z-index: 1; 
    width:96%;  
    bottom: -10px; 
    height: 10px; 
    left: 2%; 
    border-radius: 100px / 5px; 
    box-shadow:0 0 18px rgba(0,0,0,0.6); 
}

.sandbag {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: fixed;
    top: 5px;
    left: 370px;
    z-index: 999;
    width: 31%;
    height: 23px;
    padding-left: 9px;
    padding-top: 3px;

}

.copyright a{
    font-size: 1px !important;
    color:#FFFFFF !important;  
}
.toprow{
    background-color: #000000;
}
.maxiroundedcenter a{
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px !important;
    font-weight:bold !important;
    color:#FFFFFF;     
}
.maxiroundedcenter a:hover,
.maxiroundedcenter li a:active{
    color:#000101; 
}

.maxiroundedcenter li{
    padding-top: 20px;
    padding-left: 30px;

}
.toprowright .newsflash p{
    margin-bottom: 0px !important;
}
.maximenuckh{
    float: right;  
}
.slider{
    padding-top: 66px;
}
.pinboardctr{
    -webkit-box-shadow: -5px 6px 6px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -5px 6px 6px -4px rgba(0,0,0,0.75);
    box-shadow: -5px 6px 6px -4px rgba(0,0,0,0.75);
    font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif !important;
    background-color: #EEEEEE;
    color:#333;
    height: 400px !important;

}
#pinboardone{
    font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif !important;
    background-image: url("../images/activelearning.png") !important;   
}
#pinboardtwo{
    font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif !important;
    background-image: url("../images/sport.png") !important;   
}
#pinboardthree{font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif !important;
               background-image: url("../images/professionalteacher.png") !important;   
}
#pinboardfour{
    font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif !important;
    background-image: url("../images/transport.png") !important;   
}
/*

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


.pinboardctr:hover{   
  -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}
*/
#pintitle{
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 24px !important;

}

#pinsubtitle{
    font-size: 14px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 240px !important;
    margin-bottom: 0px !important;

    background-color :#93CEDE;
    background:rgba(255,255,255,0.7)!important;

    position:relative;
    overflow:hidden; 
    border-top:1px solid #ddd; 
}

#pinsubtitle p{

    visibility: hidden;
}
#pinsubtitle:hover{
    margin-top: 160px !important;
    transition: all .5s ease-in-out;
    height: 210px !important; 
}
#pinsubtitle:hover p{

    visibility:visible;
}

#pinsubtitle:before{
    content: ""; 
    position:absolute; 
    z-index: 1; 
    width:96%;  
    top: -10px; 
    height: 10px; 
    left: 2%; 
    border-radius: 100px / 5px; 
    box-shadow:0 0 18px rgba(0,0,0,0.6); 
}
#services{

}
.ourteams img {   
    padding: 15px 15px 0;
    background-color: white;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}
#sessionrow{
   background-image: url("../images/session.png") !important;  
}
.sessions h3{
  color: #ED117D;  
}

.minaddress h3{
   color: #0072BC; 
}

.officehours h3{
    color:#92278F;
}
.phone_email h3{    
    color:#6A920B;
}
.phone_email a{
 text-decoration: none;
 color:#333333;
}
#sub_sessions{
   font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif !important;
}

#rwfooter{
    background-image: url("../images/footerx.png") !important;
    background-repeat: repeat-x !important;
    border-top: 1px solid #0EB2CB;
    margin-bottom: 0px !important;
}
.footerdv ul{
    color:#F0F0F0;
    display: none;
    text-decoration: none;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}

.quicklinks .maxiroundedcenter a{
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px !important;    
    color:#000000;
    padding-bottom: 10px !important;
}

.quicklinks .maxiroundedcenter a:hover{
    color:#E4117D; 
}

.footerdv p {
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}
.copyright a{
    color:#F0F0F0;
    display: none;
    text-decoration: none;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}
#inner_articles{
 padding-top: 69px;
}
.innerart img{
    padding-right: 20px;
    padding-bottom: 10px;
    -webkit-box-shadow: -4px 6px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: -4px 6px 5px 0px rgba(0,0,0,0.4);
    box-shadow: -4px 6px 5px 0px rgba(0,0,0,0.4);
}
.qlform{
   padding-top: 2px !important;  
}
.innerart{
    font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif !important;
    font-size: 15px !important;    
}
#inner_articles{
  background-image: url("../images/articlebg.png") !important;  
}

#fullteam{
    font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif !important;
    /*border-top: 0.1em solid #A0A0A0;*/

}
.eventsec{
    font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif !important;
}
.vision {
    position:relative;
    margin-top: 35px;
    font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif !important;
    font-size: 16px !important;
    background-color: #EAEAEA;

}
.vision p{
    padding-left: 15px;
    padding-right: 15px;


}
.vision:before {
    content: ""; 
    position:absolute; 
    z-index: -1; 
    width:96%;  
    bottom: 0; 
    height: 10px; 
    left: 2%; 
    border-radius: 100px / 5px; 
    box-shadow:0 0 18px rgba(0,0,0,0.6);
}

.designedby {
    color:#0B899C; 
}

.designedby .tooltiptext {
    visibility: hidden;
    width: 180px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.designedby .tooltiptext a{
 
    text-decoration: none;
    color: #fff;
}
.designedby:hover .tooltiptext {
    visibility: visible;
}
.creativesocialwidget_item_wrapper a{
   color:#F0F0F0;
    display: none;
    text-decoration: none;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden; 
}
.creativesocialwidget_item_wrapper{
 color:#F0F0F0;
    display: none;
    text-decoration: none;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;    
}