﻿.centurygothic
{
    font-family: "Century Gothic";
    font-style: normal;
    font-weight: normal;
}

.centurygothicbold
{
    font-family: "Century Gothic";
    font-style: normal;
    font-weight: bold;
}

.centurygothicbolditalic
{
    font-family: "Century Gothic";
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: 'ralewaybold';
    src: url('../Fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../Fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaylight';
    src: url('../Fonts/raleway-light-webfont.woff2') format('woff2'),
         url('../Fonts/raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayregular';
    src: url('../Fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../Fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('../Fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../Fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayextrabold';
    src: url('../Fonts/raleway-extrabold-webfont.woff2') format('woff2'),
         url('../Fonts/raleway-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#PublicWrapper {overflow:hidden;}

h1
{
    margin: 0.67em 0;
    font-size: 32px;
    font-weight: normal;
    font-family: 'ralewayextrabold', Arial, sans-Serif;
    color: #f9a01b;
}

@media only screen and (max-width: 560px)
{
    h1
    {
        font-size: 34px;
    }
}


h2
{
    color: #231f20;
    margin: 1.5em 0 0.67em 0;
    font-size: 22px;
    font-weight: normal;
    font-family: 'ralewayextrabold', Arial, sans-Serif;

}

/* home page */
h3
{
    margin: .5em 0;
    font-size: 24px;
    color: #231f20;
    font-family: 'ralewayextrabold', Arial, sans-Serif;
    font-weight: normal;
}
@media only screen and (max-width: 560px)
{
    h3
    {
        font-size: 18px;
    }
}


h4
{
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #231f20;
    line-height: 1.3em;
    font-family: 'ralewaybold', Arial, sans-Serif;
}
.emailafriend h4
{
    margin: 1em 0;
    font-size: 20px;
    color: #231f20;
    text-transform: uppercase;
    font-family: 'ralewaybold', Arial, sans-Serif;

}

h5 {
    margin: 0 0 0.57em 0;
    font-size: 32px;
    font-weight: normal;
    font-family: 'ralewayextrabold', Arial, sans-Serif;
	color:#7357a4;
}

h6 {   font-family: 'ralewaybold', Arial, sans-Serif;
  font-size: 16px;
  margin: 0 0 3px 0;}


.color-splotch-top {position:absolute;     top: -230px;
    left: -150px;}
.color-splotch-bottom {text-align:center; text-align:center; width:100%; }
/* Register Now link in header */
#countdown_container h5
{
  margin: 8px 0 0 0;
  font-size: 22px;
  font-weight: normal;
 font-family: 'ralewaybold', Arial, sans-Serif; 
  color: #f9a01b;
  text-align:center;
}
#countdown_container h5 a,
#countdown_container h5 a:hover,
#countdown_container h5 a:focus,
#countdown_container h5 a:visited
{
    color: #f9a01b; 
}

h6
{
}



h1 > :first-child
{
    margin-top: 0 !important;
}

* > :last-child
{
}

.sfContentBlock ul
{
    /*list-style: none;
    padding-left: 0;
    */
}

.sfContentBlock ul li
{
    /*margin-bottom: 10px;
    display: block;
    padding: 0 0 0 13px;
    */
}

.bg-info
{
    padding: 5px;
}

@media only screen and (max-width: 479px)
{

    .pull-right
    {
        display: block;
        float: none !important;
        margin: 0 auto;
    }

    img.pull-right
    {
        text-align: center;
    }

    .pull-left
    {
        float: none !important;
        display: block;
    }
}


#FooterWrapper a
{
    color: #ffffff;
}

.footer-nav .sfNavList
{
    margin-left: -10px;
}

.footer-nav .sfNavList a
{
    text-decoration: none;
    display: inline-block;
    height: 55px;
    padding: 0 10px;
    line-height: 55px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
}


.sfContentBlock .footer-nav ul.sfNavList
{
    list-style: none;
    padding-left: 0;
}

.sfContentBlock .footer-nav ul.sfNavList li
{
    margin-bottom: 0;
    padding: 0;
}


/***** Page Header Area ******/

#cpw_headerwrapper {background-color: black;position:relative; }
 
#cpw_header
{
    padding-top: 15px;
    position: relative;
    color:#ffffff;
}

#cpw_header .sfimageWrp img,
#cpw_header .sfContentBlock img
{
    /* margin: 0;*/
}

.logo-area {position:relative;padding-top:100px;margin-bottom:20px;}
.logo-area img {max-width:100%;}

@media only screen and (min-width: 768px)
{
	.logo-area {position:relative;padding-top:50px;}
}

.tagline {
  position: absolute;
  left: 44%;
  top: 95%;
  color: #d1d3d4;
  font-size: 11px;
  font-family: 'ralewaysemibold';
  }

/********** COUNTDOWN TIMER ***********/

#countdown_container {
	overflow:hidden;
 
	}
	
#countdown_container {
   margin-top: 25px;
float: right;
}

.countdown-title {
color: #27aae1;
  font-family: 'ralewaysemibold', Arial, sans-Serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.3em;
}

#countdown_container .btn-default {
  padding: 4px 10px;
  text-align: center;
  margin: 0 auto;
  font-size:18px;
  text-transform:uppercase;
}

.btn-default.btn-register {
  color: #fff;
  background-color: #E40571;
  border-color: #E40571;
  font-size: 18px;
  font-family: ralewayregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin:-15px 0 8px 0;
  border-radius:6px;

}

.btn-default.btn-register:hover, .btn-default.btn-register:focus, 
.btn-default.btn-register.focus, .btn-default.btn-register:active, 
.btn-default.btn-register.active {
  color: #fff;
  background-color: #81418F;
  border-color: #81418F;
}

 #clockdiv div.countdown_hours,
 #clockdiv div.countdown_minutes,
 #clockdiv div.countdown_seconds {  margin-left: -10px; text-align: center; display: inline-block; font-size:18px;margin-top: -5px; width: 61px;}
 #clockdiv div.countdown_hours  {  }
 #clockdiv div.countdown_minutes {  }

 
#clockdiv span.days {
	display:block;
	font-size: 58px;
	font-family: 'ralewaylight', Arial, sans-Serif;
	display: inline-block;
	color:#ffffff;
	  line-height: 1;
}
#clockdiv span.hours, 
#clockdiv span.minutes,
#clockdiv span.seconds {color:#27aae1; font-size:28px; height:298px;}

#clockdiv span.hours:after {content: "|"; color:#6b6868;padding-left: 10px;} 
#clockdiv span.minutes:after {content: "|"; color:#6b6868;padding-left: 10px; }
#clockdiv div.countdown_seconds { }


#clockdiv span.hours {padding-left: 10px;} 
#clockdiv span.minutes {padding-left: 15px;}
#clockdiv span.seconds {}
  

#clockdiv .smalltext {color:#ffffff; 
	text-transform:uppercase;
	font-family: 'ralewayregular', Arial, sans-Serif;
	  letter-spacing: .02em;}
	  
	  
#clockdiv div.countdown_days div.smalltext {  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-top: .6em;
   
  }
#clockdiv div.countdown_hours div.smalltext,
#clockdiv div.countdown_minutes div.smalltext {display:block; font-size:10px;  }

#clockdiv div.countdown_seconds div.smalltext {display:block; font-size:10px; }


#clockdiv .divider-line:after {  content: "|";
  color: #ffffff;
  font-size: 26px;
  font-family: 'ralewaylight', Arial, sans-Serif;
  padding-left:5px;} 


.header-nav {text-align:center; margin-top:10px;}

@media only screen and (min-width: 1200px)
{
    .header-nav
    {
        
    }

    #cpw_header
    {
   
    }

 
}


@media only screen and (min-width: 767px) and (max-width: 1200px)
{
    .header-nav
    {
     
    }

    #cpw_header
    {
    }

   
}

@media only screen and (max-width: 767px)
{

    #cpw_header
    {
        text-align: center;
    }

 
}

#cpw_header .util-nav
{
	font-size:13px;
	  margin-bottom: 30px;
}

#languages-toggle,
#search-toggle {display:inline-block;}
#cpw_header > .container {position:relative;}
#cpw_header .col-2 {float:left;width:100%; text-align:center;}
#cpw_header .col-3 {display:none;}

@media only screen and (min-width: 736px)
{
	#cpw_header .col-2 {float:left;text-align:left;width:auto;}
	#cpw_header .col-3 {float:right;display:block;}


}


@media only screen and (min-width: 460px) and (max-width: 768px)
{
    #HeaderWrapper .col-sm-12.col-md-8
    {
        width: 50%;
    }

    #HeaderWrapper .col-sm-12.col-md-4
    {
        width: 50%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px)
{
    #HeaderWrapper .col-sm-12.col-md-8
    {
        width: 50%;
    }

    #HeaderWrapper .col-sm-12.col-md-4
    {
        width: 50%;
    }

    #HeaderWrapper .header-nav-mobile
    {
        float: right;
        margin-left: 0;
        margin-top: 36px;
        padding-top: 0;
    }
}


@media (max-width: 991px)
{
    img.hidden-xs
    {
    }
}

@media only screen and (max-width: 768px)
{

    #cpw_footer.util-nav
    {
        display: none;
    }
}

#cpw_header .sfNavHorizontal
{
}

#cpw_header .util-nav a
{
    color: #ffffff;
}


/*****  Layout Styles ******/


.main-content
{
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
}


#PublicWrapper.home-page .main-content
{
    padding-top: 0;
}

.container
{
}

.inset
{
    position: relative;
    min-height: 1px;
    padding-left: 14.5px;
    padding-right: 14.5px;
}

.watermark
{
}

.watermark ul {  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;}
  .watermark ul li {text-indent: 20px;margin-bottom:5px;}

/* to get more space between columns on home page */
/* classes are in the content block widgets */
.watermark .margin-lg-rt {padding-right:40px;}
.watermark .margin-lg-lt {}

.sf_cols.twitter-feed {background-color:#cccccc;padding:20px;max-width:560px;  min-width: auto;}
.gray-fade .sfexpandableListWrp {background-color:#cccccc;  border: 15px solid #cccccc;}
#twitter-widget-0 {}

.gray-fade
{
    background-color: #ffffff;
}




/***   Home Page Banner Slider and Text  ***/
/*  Boostrap Slider custom CSS  */





/*****  Main Navigation Responsive ******/

#cpw_nav
{
    background-color: #000000;
    clear: both;
    position: relative;
}
/** Stretches the horizontal navigation across the page **/
/*.sfNavHorizontalDropDown  {display:table-row;}use if using table layout */
/*.sfNavHorizontalDropDownWrp.main-nav {display:table;width:100%} use if using table layout */

@media screen and (max-width: 767px)
{
    .sfNavHorizontalDropDown
    {
    }
    /*use if using table layout */
    /*.sfNavHorizontalDropDownWrp.main-nav {width:auto} use if using table layout */


}


#cpw_nav .k-menu .k-item,
#cpw_nav .k-widget.k-menu-horizontal > .k-item
{
    border-style: none;
    border-width: 0;
}


#cpw_nav .sfNavList
{
    list-style: outside none none;
}

#cpw_nav .main-nav::before,
#cpw_nav .main-nav::after
{
    content: " ";
    display: table;
}

#cpw_nav .main-nav::after
{
    clear: both;
}

#cpw_nav .k-header
{
    background-image: none;
    background-color: inherit;
}

#cpw_nav .main-nav ul
{
    list-style: outside none none;
    text-align: justify;
    line-height: 0;
    margin:25px 0 0 -35px;
    padding: 0;
    min-width:100%;

}

.k-menu .k-animation-container {
  margin-top: -2px;

}

@media screen and (min-width: 768px)
{
    #cpw_nav .main-nav ul:after
    {
       
    }
}

    #cpw_nav .k-widget.k-menu-horizontal > li.k-item
    {
        display: block;
        float: none;
        line-height: 100%;
        margin-left: 0;
	margin-top:10px;
	width:100%;

    }



@media screen and (min-width: 767px)
{

	#cpw_nav .k-widget.k-menu-horizontal > li.k-item
	{
	    /*float: left;   use if not using table layout */
	    display: inline-block;
	    line-height: 100%;
	    float: none;
	      width: auto;
	  text-align: center;

	}

}

@media screen and (min-width: 992px)
{
	#cpw_nav .k-widget.k-menu-horizontal > li.k-item { /*width: 13%;*/ padding: 0 10px; text-align: center;
}

}

@media screen and (min-width: 1200px)
{
	#cpw_nav .k-widget.k-menu-horizontal > li.k-item { /*width: 14%; */padding: 0 10px; text-align: center;}

}

.k-menu li.k-item,
.k-widget.k-menu-horizontal > li.k-item
{
    float: none;
    /*display:table-cell;  use if using table layout */
}

.k-menu.k-header, .k-menu .k-item
{
    border: 0 none;
    border-color: inherit;
}

#cpw_nav .main-nav > li > a
{
    display: block;
}

.k-menu .k-item > .k-link > .k-i-arrow-s
{
    display: none;
}

#cpw_nav .sfNavList
{
    height: 41px;
}


#cpw_nav .sfNavList a
    {
        text-decoration: none;
        display: block;
        padding: 5px 0 5px 0;
        font-size: 18px;
        text-transform: uppercase;
        color: #ffffff;
        font-family: 'ralewaybold';
    }


@media screen and (min-width: 768px)
{

	#cpw_nav .sfNavList a { font-size: 12px; padding: 5px 5px 5px 5px; }
	#cpw_nav .main-nav ul {margin:0;}

}

@media screen and (min-width: 1200px)
{
 	#cpw_nav .sfNavList a
    {
        
        font-size: 19px;
	padding:0;
     
    }


}



#cpw_nav .sfNavWrp .sfSel {font-weight:normal;}



#cpw_nav .sfNavList a:hover
{
    /*opacity:.6;*/
}

#cpw_nav .sfNavList .sfSel
{
    color: #ffffff;
}

#cpw_nav .sfNavList .sfSel:hover
{
    color: #ffffff;
    cursor: pointer;
}
.k-menu .k-menu-group
{
    border-style: none;
    border-width: 0;
}



@media screen and (min-width: 768px)
{
    /*nav
    {
        height: 55px;
    }
*/

    .sfNavToggle
    {
        display: none;
    }

    .toggleSearchPanelNavbar
    {
        display: none;
        width: 40px;
        height: 21px;
    }

    #cpw_nav .sfNavList
    {
    }

    #cpw_nav .sfNavList .k-menu-group a
    {
        background-color: #ffffff;
        height: auto;
        padding: 0;
        line-height: 1.3em;
        font-size: 14px;
        text-transform: none;
        color: #000000;
        font-family: 'ralewayregular';
        font-weight: normal;
	text-transform:uppercase;
	text-align:center;
    }

    #cpw_nav .sfNavList .k-animation-container
    {
    min-width:100%;

    }

    #cpw_nav .sfNavList .k-animation-container.menu-image-container
    {
	display:none;
    }

    #cpw_nav .sfNavList ul
    {
    }

    #cpw_nav .sfNavList ul.k-menu-group
    {
  padding: 0;
  border: 2px solid #000000;
  margin:0;
    }


    .sfimageWrp.k-content.menu-image,
    .k-animation-container .sfimageWrp,
    .sfNavList .sfimageWrp
    {
        float: right;
        position: relative;
        top: 39px;
        right: 15px;
        width: 230px;
        z-index: 2;
        display: none;
    }





    #cpw_nav .sfNavList ul.k-menu-group .k-item
    {
	border-bottom: 2px solid #000000;
	padding: 4px 10px;
    }

    #cpw_nav .sfNavList ul.k-menu-group .k-item.k-last
    {
	border-bottom: 0 none;
    }

    #cpw_nav .sfNavList .k-menu-group a:hover
    {
    }

    #cpw_nav .sfNavList .k-menu-group a.sfSel,
    #cpw_nav .sfNavList .k-menu-group a.sfSel:hover,
    #cpw_nav .sfNavList .k-menu-group a:focus,
    #cpw_nav .sfNavList .k-menu-group a:active
    {
        color: #ec008c;
    }
}


@media (min-width: 768px) and (max-width: 991px)
{
}


.search-panel-navbar.sfShown,
.search-panel-navbar
{
    display: none;
}

.mobile-nav-menu
{
    display: none;
}

@media screen and (max-width: 767px)
{
    .sfimageWrp.k-content.menu-image,
    .k-animation-container .sfimageWrp,
    .k-item .sfimageWrp
    {
        display: none;
    }

    .main-nav.hidden-xs
    {
        display: none;
    }
	#cpw_nav {/*overflow:hidden if this is here you can't see the search box.*/}
    .sfNavToggle
    {
        background-color: rgb(236, 0, 140);
        background-image: url("../Images/toggle-menu-bg.png");
        background-position: 0 50%;
        background-repeat: no-repeat;
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
        height: auto;
        margin: 0;
        padding: 8px 0;
        text-decoration: none;
        text-indent: 45px; /*-20000px;*/
        width: 110px;
        border-radius: 5px;
    }

    .sfNavToggle:hover
    {
        color: #ffffff;
        text-decoration: none;
    }

    .toggleSearchPanelNavbar
    {
        float: right;
        background-color: rgb(255, 255, 255);
        background-image: url("../Images/search-toggle.png");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        color: #ffffff;
        display: inline-block;
        font-size: 16px;
        height: auto;
        margin: 6px 0;
        padding: 8px 0;
        text-decoration: none;
        text-indent: 100%;
        width: 40px;
        border-radius: 5px;
    }

    .toggleSearchPanelNavbar:hover
    {
        cursor: pointer;
    }

    .main-nav .sfNavList, .main-nav .sfNavSelect, .main-nav .k-plus, .main-nav .k-minus
    {
        display: none;
    }

    .main-nav .sfNavList.sfShown
    {
        display: block;
    }

    .search-panel-navbar.sfShown
    {
        display: block;
    }

    #cpw_nav .main-nav ul
    {
        text-align: left;
        margin-left: 0;
        float: none !important;
        width: 100%;
	margin-top:10px;

    }


    .main-nav ul.sfNavHorizontalSiteMap > li,
    .main-nav .sfLevel1
    {
        margin-bottom: 10px;
    }

    .main-nav .k-animation-container, .main-nav .k-menu .k-group, .main-nav .k-treeview .k-group .k-group
    {
        position: static !important;
        display: block !important;
        transform: none !important;
    }

    .main-nav .k-group
    {
        margin-left: 10px;
    }


    /*#cpw_nav
    {
        background-color: #526fb5;
        clear: both;
    }*/

    #cpw_nav .main-nav ul.sfNavList
    {
        /* left: 0;
        position: absolute;
        right: 0;
        z-index: 100;*/
        height: auto;
    }


    .sfNavList li
    {
        /**/
    }

    .main-nav > ul:first-of-type > li:last-child
    {
        margin-bottom: 25px;
    }

    .main-nav li a
    {
        padding: 10px 20px;
        text-align: left;
        width: 100%;
    }


    #cpw_nav .sfNavList .k-menu-group a
    {
        height: auto;
        padding: 5px 0 5px 20px;
        line-height: 1.3em;
        font-size: 16px;
        text-transform: none;
        color: #ffffff;
        font-family: Arial;
        font-weight: normal;
    }

    #cpw_nav .main-nav
    {
    }

    #cpw_nav .main-nav > ul
    {
    }


    .main-nav li a:hover, .main-nav li a:focus, .main-nav li a:active
    {
        /*background-color: #7189c2;*/
    }

    .main-nav > li
    {
        float: none;
    }

    .main-nav .sfNavWrp ul
    {
        /*border-top: 1px solid #3c5dab;
        float: left;
        list-style: outside none none;
        margin: 0;
        background-color: #526fb5;*/
    }

    .main-nav ul a
    {
        /*font-size: 20px;*/
    }
}


/*****   Page Banner Headers  ******/

#cpw_page_header
{
    min-height: 50px;
}

.cph_pageheader_wrapper
{
    max-width: 1800px;
    margin: 0 auto;
}

.cph_pageheader_wrapper .sfimageWrp
{
    text-align: center;
}

.cph_pageheader_wrapper .sfimageWrp img
{
    width: 100%;
}

@media (min-width: 749px) and (max-width: 991px)
{
    #cpw_page_header
    {
        min-height: 117px;
    }
}

@media screen and (max-width: 748px)
{
    #cpw_page_header
    {
        min-height: 75px;
    }
}

.header-nav .sfNavList a
{
    text-decoration: none;
    display: inline-block;
}



.page-banner-title
{
    position: relative;
}

.container.page-banner-title
{
    padding-left: 0;
    padding-right: 0;
}

.page-banner-title .banner-image
{
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}

.page-banner-title .banner-title
{
    z-index: 1;
    position: absolute;
    margin-top: 6% /*54px*/;
    width: 100%;
}



@media (min-width: 480px) and (max-width: 748px)
{
    .page-banner-title .banner-title
    {
        margin-top: 5%;
    }
}

@media screen and (max-width: 479px)
{
    .page-banner-title .banner-image
    {
        display: none;
    }

    .page-banner-title .banner-title
    {
        margin-top: 3%;
    }
}

.page-banner-title .page-title-bgd
{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: #78b7bb;
    opacity: .73;
    width: 100%;
    height: 42px;
}

.page-banner-title .banner-title h1
{
    z-index: 3;
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 42px;
    height: 42px;
    margin: 0;
}


/*****   Page Footer Area  ******/


#FooterWrapper
{
   /* overflow: hidden; */
    margin-top: 100px;
    float: left;
    width: 100%;
    position:relative;
}
.footer-top {background-color: #000000;
  color: #ffffff;
  padding: 30px 0 0 0;}
.footer-top p {}
.footer-bottom {
  color: #ffffff;
  height: 282px;
}

@media screen and (max-width: 768px) {

	.ssMediaWrapper {
	/*	position: absolute;
		text-align: center;
		bottom: 70px;
		right: inherit;
		left:0;
		border-radius: 10px;
		width:100%;
		*/
	margin: 0 0 30px 0;
  		text-align: right;
		}


} 

@media screen and (min-width: 769px) {

	.ssMediaWrapper {
		/*position: absolute;
		text-align: center;
		bottom: 50px;
		right: 90px;
		border-radius: 10px;*/
		margin: 0 0 30px 0;
  		text-align: right;

	}
}

.ssMedia {
	list-style-type: none;
	margin: 0;
	padding: 10px;
}
.ssMedia li { display:inline;}

.ssMedia a {
	display:inline-block;
	padding:0 5px;
}

.ssMedia li a:hover {
	opacity:.6;
}

.about-cha
{
}

.copyright
{
    font-size: 13px;
    margin-top: 20px;
}

.cws
{
    font-size: 11px;
    margin-top: 40px;
    float: right;
}


@media (max-width:992px)
{
    .cws
    {
        margin-top: inherit;
        float: left;
    }
}

@media screen and (max-width: 420px)
{
}

/******  :: Videos  ::  *****/

figure
{
    display: block;
}


/******  :: Expanable Lists :: ******/
.sfexpandableListWrp
{
    margin-bottom: 1em;
}

ul.sflistList
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    list-style-position: inherit;
}

.sflistitem {margin-bottom:10px;}

.watermark ul li.sflistitem {text-indent:0;}

.sflistItemTitle
{
    margin-bottom: 2px;
    position: relative;
}

.sflistItemTitle .sflistItemToggleLnk
{
    display: inline-block;
    color: #231f20;
    font-family: 'ralewayextrabold', Arial, sans-Serif;
    font-size: 20px;
    padding: 15px 25px 15px 0;
    border-bottom:2px solid #bcbec0;
    width: 100%;
}


.sflistItemTitle .sflistItemToggleLnk:after {
  content: "\e258";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  bottom: -11px;
  color: #bcbec0;
  background-color: #ffffff;
  border-radius: 100%;
  border: 2px solid #bcbec0;
  height: 25px;
  width: 25px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.sflistItemTitle .sflistItemToggleLnk.sflistListItemExpanded
{
	border: 0 none;
}
.sflistItemTitle .sflistItemToggleLnk.sflistListItemExpanded:after {
 display:none;}

.sflistItemContentExp { border-bottom:2px solid #bcbec0; }

.sflistItemContentExp:after
{
  content: "\e259";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  bottom: -11px;
  color: #bcbec0;
  background-color: #ffffff;
  border-radius: 100%;
  border: 2px solid #bcbec0;
  height: 25px;
  width: 25px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.sflistItemTitle .sold:after
{
    content: "sold";
    position: absolute;
    right: 50px;
    top: 20px;
    color: #D41E49;
    text-transform: uppercase;
}

.sflistItemContentExp
{
    padding: 0 20px 20px 0;
      position: relative;
}

.sflistExpandAllLnkWrp
{
    float: right;
    clear: left;
    margin-bottom: 10px;
}



/******  ::FORMS::   ******/

/* Search Box */

div.visible-xs-inline .sfsearchBox
{
    float: right;
    margin: 10px 20px 0 0;
}

.search-panel-navbar .sfsearchBox
{
    float: right;
}

.search-panel-top-header .sfsearchBox
{
    float: left;
    margin-top: 35px;
}


.sfsearchTxt
{
    width: 215px;
    margin-top: -4px;
}

.sfsearchBox .k-autocomplete .k-input
{
    color: #231f20;
    background-color: #ffffff;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    height: 31px;
    /*height: 1.65em;
	line-height: 1.65em;*/
    padding: .177em 0;
    text-indent: .33em;
    border: 1px solid #ec008c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.sfsearchBox input[type="submit"]
{
    background-image: none;
    border: none;
    background-color: #231f20;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 31px;
    /* height: 1.65em; */
    /* line-height: 1.65em; */
    padding: .177em .3em .177em .177em;
    /* border: 0; */
    /* margin: 0; */
}



.sfsearchBox .k-autocomplete
{
    border: 0 none;
}

.k-popup.k-list-container
{
    background-color: #ffffff;
    border: 0 none;
    -moz-box-shadow: 2px 2px 10px #3c3a38;
    -webkit-box-shadow: 2px 2px 10px #3c3a38;
    box-shadow: 2px 2px 10px #3c3a38;
}

.k-popup .k-list .k-item
{
    color: #231f20;
    font-family: Arial;
    font-size: 14px;
    border: 1px dotted #fff;
    margin: 0 3px;
  padding: 1px 5px 1px 5px;
}


.k-popup .k-list .k-state-hover
{
    color: #231f20;
    font-family: Arial;
    font-size: 14px;
  padding: 1px 5px 1px 5px;
    cursor: pointer;
    margin: 0 3px;
}
.k-popup .k-list .k-state-selected.k-state-hover,
.k-popup .k-list .k-item.k-state-selected,
.k-popup .k-list .k-item.k-state-selected.k-state-highlight { background-color: #ec008c; border-color:  #ec008c;  color:#ffffff;}

.sf_2cols_1_67 .sfTxtBoxMedium
{
    width: 65%;
}

.button
{
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.button.normal
{
    padding: 8px 10px;
    font-size: 16px;
    background-position: 10px 50%;
}


.button.right
{
    float: right;
    padding-right: 0;
}

.sf_2cols_1_67 .button.right
{
    margin-right: 31%;
}

.input-button.normal input,
.button.normal input,
.sfSubmitBtnWrp a
{
    background-color: #686159;
    border: 0 none;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    margin: 1em 0;
}

/*.button.green
{
    color: #fff;
    background-color: #79ae42;
    border-color: #79ae42;
}
.button.orange
{
    color: #fff;
    background-color: #f9a01b;
    border-color: #f9a01b;
}
*/


.sfSubmitBtnWrp
{
    margin-top: 20px;
    margin-left: 20px;
}

.btn-group > .btn, .btn-group-vertical > .btn
{
    margin-right: 20px;
    margin-bottom: 20px;
}


input:focus
{
    outline: none;
}

input::-moz-focus-inner
{
    border: 0;
}

input::-webkit-input-placeholder
{ /* WebKit browsers */
    color: #666;
}

input:-moz-placeholder
{ /* Mozilla Firefox 4 to 18 */
    color: #666;
}

input::-moz-placeholder
{ /* Mozilla Firefox 19+ */
    color: #666;
}

input:-ms-input-placeholder
{ /* Internet Explorer 10+ */
    color: #666;
}

.sfSuccess {
  font-size: 16px;
  color: #ec008c;
  margin-top: 25px;

}
.successIsShowing
{
    float: right;
    padding-top: 30px;
    padding-right: 15px;
    cursor: pointer;
    text-transform: uppercase;
    color:#000000;
    font-size:14px;
}
.k-grid {font-size:12px;}

.classTitle {margin-bottom: 5px;
  font-size: 28px;
    margin: 0.67em 0;
	  font-family: 'ralewaybold', Arial, sans-Serif;
  color: #f9a01b; } 


.k-textbox>input, 
.k-autocomplete .k-input, 
.k-picker-wrap .k-input, 
.k-numeric-wrap .k-input, 
.k-dropdown-wrap .k-input, 
.k-selectbox .k-input {
 
  padding: 3px 0;
  line-height:20px;
}



/***** Share this Page Social Icons (used for news itmes or any content item  *****/



#calHeader { height: 20px; position: relative; }

.note { color: #666666; font-size: 16px; margin: 0; /* line-height: 14px; padding-left: 16px; */}
.utilityLnks {  text-transform: uppercase;
	  margin-top: 20px;
	  font-family: 'ralewaybold', Arial, sans-Serif;
	   
}

.helper { cursor: pointer; display: inline-block; height: 20px; position: relative; width: 20px; }

.RadPicker td a { font-weight: normal; }
.classCalendarUtilBtns {
    position: absolute;
    bottom: 0;
    right: 50px;
}

.RadCalendar_Default a { font-weight: normal; }
.RadScheduler .rsHeader h2 { color: black; text-align: center; }
.RadScheduler .rsMonthView .rsWrap { height: 30px; }

.classCalendar { clear: both; margin-top: 10px; }
.RadScheduler .rsMonthView .rsWrap, .RadScheduler .rsMonthView .rsApt, .RadScheduler .rsMonthView .rsAptOut, .RadScheduler .rsMonthView .rsAptIn, .RadScheduler .rsMonthView .rsAptMid, .RadScheduler .rsMonthView .rsAptContent { height: auto !important; position: static !important; }
.RadScheduler .rsMonthView .rsWrap { font-size: 0; line-height: 0; overflow: hidden; }
.RadScheduler .rsMonthView .rsLastWrap { height: 16px !important; }
.RadScheduler .rsMonthView .rsAptContent { border-bottom: 0 none; border-top: 0 none; left: 0; position: relative !important; top: 0; }
* html .RadScheduler .rsMonthView .rsAptIn { border-width: 0 1px; margin-left: -1px; margin-right: -1px; top: 0; }
* html .RadScheduler .rsMonthView .rsAptMid { border-width: 1px 0; left: 1px; margin: 0 1px; top: 0; }
.RadScheduler .rsMonthView .rsWrap, .RadScheduler .rsMonthView .rsAptContent { min-height: 32px; }


.fancybox-outer {
    border-radius: 3px;
}

.SocialShareContainerWrp .RadSocialShare_Default {
    border: 0 none;
}

.SocialShareContainerWrp .RadSocialShare {
    padding: 0;
}

.SocialShareContainerWrp {
    padding-left: 5px;
    border: 1px solid #8A8A8A;
    border-radius: 3px 3px 3px 3px;
}

.IconsContainerWrp {float:right;}
/*.UtilityButtonsWrp {display:inline-block; margin-right:7px;}*/
.sfRadSocialShareWrp {display:inline-block;}


/*.UtilityButtonsWrp {
border: 1px solid #8A8A8A;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 5px;

    }
.printBtn, .addtocalBtn, .directionsBtn { display: inline-block;}
.printbtn a {   display: inline-block;
    padding: 1px;
    vertical-align: middle;
    }
    */
    
.sshCustomIcon {background-image:url('../Images/icons.png');
background-repeat:no-repeat;
 display: inline-block;
    height: 16px;
    margin: 0 3px 0 0;
    width: 19px;
    vertical-align: middle;
    }
    
.sshContent .sshLinkItem .sshCustomIcon.icoPrint {background-position:0 0}

.sshContent .sshLinkItem .sshCustomIcon.icoCalendar {background-position:-20px 0}


.sshContent .sshLinkItem:hover .sshCustomIcon.icoPrint  {background-position:0 -20px}

.sshContent .sshLinkItem:hover .sshCustomIcon.icoCalendar {background-position:-20px -20px}


.IconsContainerWrp .sshListItem  {float:left;}

.sfRadSocialShareWrp .sshLinkItem .sshMailTo {
    background-position: -100px 0;
}


.sfContentBlock ul.social-icons li
{
    display: inline-block;
    text-align: center;
    background-image: none;
}

.clsLabel { font-family: 'ralewaybold', Arial, sans-Serif; }

/* Share with a friend form */
.formHeader { border-bottom: 2px solid #EFEFEF; margin-top: 12px; padding-bottom: 15px; margin-bottom: 15px; }

.RadCaptcha_Default p input, .RadCaptcha_Default p label { display: block; }

.RadCaptcha_Default p label { color: #107ED7; font-size: 13px; }

.frmCaptcha { }

.formHeader h1 { color: #107ED7; font-family: 'Cachet-Medium',Sans-Serif; font-size: 22px; font-weight: normal; line-height: 24px; text-transforms: uppercase; }

.sfExample { color: #107ED7; font-size: 13px; }
.emailafriend .sfTxtLbl { font-size: 16px; }

.emailafriend .sfTxt { width: 300px; }

.sfFormBox { margin-bottom: 20px; }

.emailafriend { padding-left: 8px; width: 410px; }

.sfError { font-size: 13px; color: #ED1C24; }

#CWS_SCHEDULE {margin-top:0}

@media (min-width: 992px)
{
   #CWS_SCHEDULE {}
}


.tracks {
  float: left;
  margin-right: 3px;
  max-width: 36px;
  }

.track-box {  width: 15px;
  height: 15px;
  margin-right: 3px;
  float: left;
  margin-bottom:3px;
    border-radius: 50%;
  }

.track-box-name {display:block;width:100%;}

#subcategory-filter-div span.k-input:first-child .track-box {margin-top:2px; margin-left:4px; margin-right:1px; }

.track-box.track-name-is- {display:none;}
    

.k-list .track-box {margin-left:0; margin-top:3px;}

.schedulesTable .track-title {  display: table-cell; }


/***  NEWS  ***/

h2.sfnewsTitle
{
    margin-top: 0;
}

h2.sfnewsTitle a
{
    color: #f9a01b;
    margin: 0.67em 0;
    font-size: 18px;
    font-weight: bold;
}

.sfnewsSummary.sfsummary
{
}




ul.sfnewsListTitleDate
{
    padding: 0;
}

ul.sfnewsListTitleDateContent.sflist
{
    padding: 0 40px 0 0;
}

div.sfnewsDetails.sfdetails
{
    padding-right: 40px;
}

.sfnewsList li, .sfeventsList li,
.sfContentBlock .sfnewsList li
{
    list-style-type: none;
    margin: 0 0 8px;
    padding: 8px 0 0;
    overflow: hidden;
    clear: both;
    display: table;
    width: 100%;
    background-image: none;
}

.inline, .inline div
{
    display: inline;
}

.itemIcon
{
    text-align: center;
}

li .itemDetails
{
    width: 93%;
}

.RadSocialShare.RadSocialShare_Default
{
    float: none;
}

@media (max-width: 991px)
{
    .sfnewsListTitle
    {
        width: 100%;
        padding: 0;
    }
}

a.sffullstory
{
    color: #e11e2d;
}

/***** :: Our Sponsors Logos Listing (Home Page) :: *****/

.sfimagesList
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.sfimageListItem
{
    float: left;
    margin: 0 20px 20px 0;
	width: 240px;
	height: 130px;
	text-align:center;
}
.sfimageListItem a {display:inline-block;}
.sfimageListItem img {max-width:240px;max-height:130px;}




/***** :: Tables :: *****/

.education-schedule {font-size:14px}

.sfContentBlock table,
.sflistItemContent table
{
    width: 100%;
}

.sfContentBlock table tr,
.sflistItemContent table tr
{
}

.sfContentBlock th,
.sflistItemContent th
{
    font-weight: bold;
    background-color: #d8dfee;
    padding: 10px;
    border: 1px solid #d8dfee;
}

.education-schedule th { color:#d8dfee; background-color: #526fb5}

.sfContentBlock .table-no-borders th,
.sflistItemContent .table-no-borders th
{
    background-color: inherit;
    border: 0 none;
    vertical-align:bottom;
    text-transform:uppercase;
}
.sflistItemContent table.table-no-borders th +th
{
	min-width:251px;
}
.sfContentBlock td,
.sflistItemContent td
{
    padding: 10px;
    border: 1px solid #d8dfee;
    vertical-align:top;
}


.sflistItemContent .table-no-borders td
{
    border: 0 none;
}

.sflistItemContent table tr td:first-child
{
    width: 30%;
}

.education-schedule .sflistItemContent table tr td:first-child {width:auto;}
table.events-schedule tr td:first-child {width: 240px;}

@media screen and (max-width: 767px)
{
    .sfContentBlock td
    {
        display: block;
        width: 100%;
        padding: 5px 10px;
    }
    table.events-schedule tr td:first-child {width: 100%;}
    .sfContentBlock  div.table-responsive td
    {
        display: table-cell;
        width: auto;
        padding: 10px;
    }
}


@media (min-width: 768px)
{
}


/*****  :: Slider with Scrollbar :: *****/
/* Styled scrollbars */

.iScrollHorizontalScrollbar
{
    position: absolute;
    z-index: 9999;
    left: 2px;
    right: 2px;
    bottom: 2px;
    overflow: hidden;
    text-align: center;
    background-color: #ccc;
    height: 10px !important;
}

.iScrollHorizontalScrollbar.iScrollBothScrollbars
{
    right: 18px;
}


.iScrollIndicator
{
    position: absolute;
    background: #cc3f6e;
    height: 16px !important;
}

.iScrollHorizontalScrollbar .iScrollIndicator
{
    background-color: #3e4146 !important;
    border: medium none !important;
    border-radius: 0 !important;
    height: 16px !important;
    position: absolute !important;
    top: -3px;
    z-index: 5 !important;
    text-align: center;
}

.iScrollHorizontalScrollbar .iScrollIndicator::before
{
    bottom: 0;
    color: #fff;
    font-size: 0.85em;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: 0;
    content: " ||| ";
}




/* end */


html
{
    -ms-touch-action: none;
}


#scrollerWrapper
{
    position: relative;
    z-index: 1;
    /* top: 45px;
              bottom: 48px;
              left: 0;*/
    width: 100%;
    overflow: hidden;
    min-height: 335px;
}



#scroller
{
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /* put CSS on pages since ths is used on home and media/video pages and client can then change */
    /* min-width: 10800px;  +400 for each video */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

#scroller ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

#scroller li
{
    padding: 0;
    min-height: 290px;
    float: left;
    min-width: 373px;
    text-align: center;
    margin-right: 22px;
}

#scroller li figcaption
{
    font-size: 14px;
    font-weight: bold;
    display: block;
    orphans: 2;
    text-align: center;
    margin-top: 20px;
    max-width: 365px;
  line-height: 1.5em;

}


.slider-wrapper
{
    position: relative;
    margin-top: 2px;
    height: 438px;
    padding: 20px 75px 0 75px;
}

.slider-wrapper h1
{
    color: #231f20;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    font-family: 'ralewayregular', Arial, sans-Serif;

}

@media only screen and (max-width: 560px)
{
    .slider-wrapper h1
    {
        font-size: 26px;
    }
}

@media only screen and (max-width: 984px)
{
    .slider-wrapper h1
    {
        margin-left: 0;
    }
}


/*****  :: Sidebar :: *****/

.sidebar
{ padding-top: 80px;}

.sidebar-panel
{
  background-color: #231f20;
  padding: 20px;
  word-wrap: break-word;
  padding-bottom: 100px;
}


.sidebar-panel,
.sidebar-panel h2,
.sidebar-panel h3,
.sidebar-panel a {color:#ffffff}

.sidebar h3:first-child,
.sidebar h2:first-child {margin-top:0;}

@media (max-width: 991px)
{
    .sidebar
    {
        margin-top: 35px;
    }
}

.sidebar-content
{
    
}

.sidebar-content .sfFormsEditor
{
    overflow: hidden;
}



/***   Side button slide out (Currently used for the Newsletter Sign Up form)  ***/


#slideout .slideout-button img
{
    display: block;
}

#slideout .sfimageWrp
{
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

#slideout
{
    margin-top: -77px;
    position: fixed;
    left: -300px;
    top: 40%;
    width: 300px;
    z-index: 500;
}


#slideout .slideout-button
{
    cursor: pointer;
    height: 100%;
    left: 220px;
    position: absolute;
    width: 195px;
    text-transform: uppercase;
    color: #ffffff;
	border-bottom: 40px solid #ec008c;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
    font-size: 14px;
    font-weight: normal;
     transform: rotate(90deg);
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
    -sand-transform: rotate(90deg);
}

.k-ie9 #slideout .slideout-button {border-radius: 0;}

.rotate
{
    display: block;
    padding-top: 4px;
    text-align: center;
}

#slideout .slideout-container
{
    background-color: #fff;
    height: 600px;
    margin-top: -103px;
    padding: 20px 20px 20px 30px;
    position: absolute;
    left: 0;
    top: -25%;
    width: 300px;
    border-left: 0;
    border-top: 4px solid #ec008c;
    border-right: 4px solid #ec008c;
    border-bottom: 4px solid #ec008c;
    color: #555;
    -moz-box-shadow: -7px 2px 11px #ccc;
    -webkit-box-shadow: -7px 2px 11px #ccc;
    box-shadow: -7px 2px 11px #ccc;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    display: block;
}



@media only screen and (max-width: 768px)
{

    .slider-wrapper h1
    {
        margin-left: 0;
    }

    .slider-wrapper
    {
        padding: 20px 35px 0 35px;
    }

    #slideout
    {
        margin-top: 0;
        position: relative;
        left: inherit;
        top: inherit;
        width: 80%;
        margin: 0 auto;
        z-index: 500;
    }



    #slideout .slideout-button
    {
        height: auto;
        left: 0;
        position: relative;
        width: 80%;
        margin: 0 auto;
        text-align: center;
	background-color:#ec008c;
	color:#ffffff;
	border:1px solid #ec008c;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        /* Safari */
        -webkit-transform: inherit;
        /* Firefox */
        -moz-transform: inherit;
        /* IE */
        -ms-transform: inherit;
        /* Opera */
        -o-transform: inherit;
        /* Internet Explorer */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    }

    .rotate
    {
        display: block;
        padding: 10px 0;
        text-align: center;
          font-family: 'ralewayextrabold', Arial, sans-Serif;

    }

    #slideout .slideout-container
    {
        background-color: #fff;
        padding: 20px 20px 60px 30px;
        position: relative;
        left: inherit;
        top: inherit;
        width: 100%;
        display: none;
        height: auto;
        margin-top: 20px;
        border: 1px solid #ec008c;
        box-shadow: none;
	border-radius: 0;
    }
}

#slideout .sfFormBox {margin-bottom: 0}
#slideout .sfFormsEditor {font-size:12px;}
#slideout .sfFormsEditor label {font-size:12px;}
#slideout select, #slideout textarea, #slideout input[type="text"],  #slideout input[type="email"], #slideout input[type="tel"] {
padding:3px;
}
#slideout .input-button.normal input, 
#slideout .button.normal input, 
#slideout .sfSubmitBtnWrp a {
   margin: 0;
}
 
/***** :: HEADER COVER FOR SLIDE OUTs :: *****/

.header-top-nav-cover, .top-close-cover
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

.header-top-nav-cover
{
    display: none;
    background-color: rgba(0,0,0,0.6);
    /*background:url('../Images/cover.png') transparent 0 0 repeat;
	z-index:2;*/
}

.top-close-cover
{
    z-index: 6;
}

/***** :: LANGUAGES SLIDE-OUT :: *****/

.desktop-language-popup
{
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    margin-right: -1450px;
    padding: 40px;
    background-color: rgba(236,0,140,.8);
    color: #fff;
    font-weight: bold;
    display: none;
    z-index: 999;
    height: 100%;
    width: 750px;
}


.close-language-panel
{
    float: left;
    cursor: pointer;
    clear: both;
    margin-top: 15px;
    cursor: pointer;
    color: #ec008c;
    background-color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 6px 5px 9px;
    line-height: 1em;
    font-family: 'ralewayregular', Arial, sans-Serif;
    font-size: 12px;
    letter-spacing: .08em;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px #EDF3E0;
    position: absolute;
    top: 5px;
    left: 320px;
}


.close-language-panel:after
{
    content: "\e258";
    color: #ec008c;
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding-left: 3px;
    padding-top: 1px;
}


/******** Google Translate ********/
.goog-te-gadget
{
    margin-top: -15px!important;
}

#google_translate_element
{
    height: 30px;
    margin-top: 10px;
    background-color: #fff;
    width: 245px;
}

.goog-te-gadget-simple
{
    border: none!important;
    padding: 0!important;
    display: block!important;
}

.goog-te-gadget-simple img.goog-te-gadget-icon
{
    float: left!important;
    margin: 0 10px 0 10px!important;
    height: 19px;
}

.goog-te-menu-frame
{
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    margin-top: 25px!important;
    /*margin-left: 150px!important;*/
    border: none!important;
}

.goog-te-menu2 a
{
    color: #999!important;
}

.goog-te-gadget-simple > span
{
    position: relative!important;
    float: right!important;
    margin: 0 /*10px 0 0!important;*/;
    padding: 0!important;
}

a.goog-te-menu-value
{
    /*padding:10px!important;*/
}

.goog-te-banner-frame.skiptranslate
{
    display: none!important;
    width: 300px!important;
}
/* In Content Area */
.translateContent-holder
{
   /* position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    */
}

.goog-te-menu-frame
{
    /*position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;*/
}



/***** :: SEARCH SLIDE-OUT :: *****/

#search-toggle
{
    width: 40px;
    height: 21px;
    text-align: center;
    cursor: pointer;
}

.sf_cols.search-panel-top-header
{
    min-width: inherit;
}

.search-panel-top-header
{
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    margin-right: -750px;
    padding: 40px;
    background-color: rgba(236,0,140,.6);
    color: #fff;
    font-weight: bold;
    display: none;
    z-index: 999;
    height: 100%; /* w button 270 */
    width: 750px;
}

.close-search-panel
{
    float: left;
    cursor: pointer;
    clear: both;
    margin-top: 15px;
    cursor: pointer;
    color: #ec008c;
    background-color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 6px 5px 9px;
    line-height: 1em;
    font-family: 'ralewaybold', Arial, sans-Serif;
    font-size: 12px;
    letter-spacing: .08em;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px #ec008c;
    position: absolute;
    top: 5px;
    left: 320px;
}


.close-search-panel:after
{
    content: "\e258";
    color: #ec008c;
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding-left: 3px;
    padding-top: 1px;
}

.search-panel-navbar
{
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
    z-index: 999;
    width: 100%;
    background-color: #ec008c;
    padding: 10px 30px 10px 0;
    box-shadow: 0 3px 6px rgba(0,0,0,.5);
}

/***** :: SEARCH RESULTS :: *****/

.sfsearchResultHighLighter
{
    margin-bottom: 25px;
}

.sf_pagerNumeric
{
    border-top: 1px solid #efefef;
    padding-top: 10px;
}

.sf_pagerNumeric a
{
    padding: 3px 8px;
    margin: 0 5px;
}

.sf_pagerNumeric .sf_PagerCurrent
{
    background-color: #006699;
    color: #ffffff;
}



/*****  :: RETURN TO TOP ::  *****/

#return-to-top
{
    position: fixed;
    /*bottom: 20px;*/
    right: 25px;
    background: rgb(204, 204, 204);
    background: rgba(204, 204, 204, 0.7);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}

#return-to-top i
{
    color: #666;
    margin: 0;
    position: relative;
    left: 11px;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover
{
    background: rgba(204, 204, 204, 0.8);
}

#return-to-top:hover i
{
    color: #333;
    top: 5px;
}


.print-only-logo
{
    display: none;
}
/****  :: PRINT STYLES ::  ****/
@media print
{

    #HeaderWrapper,
    #cpw_page_header,
    #SlideOutWrapper,
    .sfFormsEditor,
    .IconsContainerWrp,
    .utilityLnks
    {
        display: none;
    }

    .print-only-logo
    {
        display: block;
    }

    .main-content
    {
        background: white none;
        padding-top: 0;
    }

    /***** Drawers  *****/
    .sflistItemTitle .sflistItemToggleLnk.sflistListItemExpanded
    {
        background-color: white;
        padding: 0;
    }

    .sflistItemContent
    {
        display: block !important;
    }
}


/***  onPeak Code and Styles ***/
.onPeak_magnetWrapper select {width:auto;}
.onPeakbox h2 {margin: 0 0 .5em 0;}
.onPeak_webContent *, .onPeak_webContent *::before, .onPeak_webContent *::after {box-sizing: content-box;}
.onPeak_webContent .gridLayoutContainer {width:225px}

