  /*
Theme Name: ºÚÁÏ´óÊÂ¼Ç WP Theme
Theme URI:
Description: Responsive WordPress theme built with Bootstrap
Author: VONT Performance Marketing
Author URI: http://www.vontweb.com/
Version: 1.0.3
*/

@import url('/wp-content/themes/wccc/bootstrap/css/bootstrap.css');
@import url('/wp-content/themes/wccc/bootstrap/css/bootstrap-responsive.css');

@font-face {
    font-family: 'kelson_sansbold';
    src: url('/wp-content/themes/wccc/fonts/kelson_sans_bold-webfont.eot');
    src: url('/wp-content/themes/wccc//wp-content/themes/wccc/fonts/kelson_sans_bold-webfont.eot') format('embedded-opentype'),
         url('/wp-content/themes/wccc/fonts/kelson_sans_bold-webfont.woff') format('woff'),
         url('/wp-content/themes/wccc/fonts/kelson_sans_bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/wccc/fonts/kelson_sans_bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kelson_sansregular';
    src: url('/wp-content/themes/wccc/fonts/kelson_sans_regular-webfont.eot');
    src: url('/wp-content/themes/wccc//wp-content/themes/wccc/fonts/kelson_sans_regular-webfont.eot') format('embedded-opentype'),
         url('/wp-content/themes/wccc/fonts/kelson_sans_regular-webfont.woff') format('woff'),
         url('/wp-content/themes/wccc/fonts/kelson_sans_regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/wccc/fonts/kelson_sans_regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldlight';
    src: url('/wp-content/themes/wccc/fonts/oswald-light-webfont.eot');
    src: url('/wp-content/themes/wccc//wp-content/themes/wccc/fonts/oswald-light-webfont.eot') format('embedded-opentype'),
         url('/wp-content/themes/wccc/fonts/oswald-light-webfont.woff') format('woff'),
         url('/wp-content/themes/wccc/fonts/oswald-light-webfont.ttf') format('truetype'),
         url('/wp-content/themes/wccc/fonts/oswald-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldregular';
    src: url('/wp-content/themes/wccc/fonts/oswald-regular-webfont.eot');
    src: url('/wp-content/themes/wccc//wp-content/themes/wccc/fonts/oswald-regular-webfont.eot') format('embedded-opentype'),
         url('/wp-content/themes/wccc/fonts/oswald-regular-webfont.woff') format('woff'),
         url('/wp-content/themes/wccc/fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/wccc/fonts/oswald-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldbold';
    src: url('/wp-content/themes/wccc/fonts/oswald-bold-webfont.eot');
    src: url('/wp-content/themes/wccc//wp-content/themes/wccc/fonts/oswald-bold-webfont.eot') format('embedded-opentype'),
         url('/wp-content/themes/wccc/fonts/oswald-bold-webfont.woff') format('woff'),
         url('/wp-content/themes/wccc/fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/wccc/fonts/oswald-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* override the Bootstrap blue glow on focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border:0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#skiptocontent {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}

.wrap {
	width:100%;
	max-width:1070px;
	margin:0 auto;
}

.container {
    width: 100%;

}

body {
	font-size: 14px;
	background-color: #fff;
	color: #333333;
	font-family:'kelson_sansregular',Arial,Verdana,sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #2062af;
    text-decoration: underline;
}

h1,h2,h3,h4,h5 {
    line-height: normal;
    margin: 0px;
    font-family:'oswaldlight',Arial,Verdana,sans-serif;
    font-weight:normal;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: #333;
    text-decoration: none;
}

.orange-top-border {
    border-top: 4px solid #2062af;
}

.pink-top-border {
    border-top: 4px solid #f47599;
}

.green-top-border {
    border-top: 4px solid #79bf2d;
}

.blue-top-border {
    border-top: 4px solid #008acf;
}

.yellow-top-border {
    border-top: 4px solid #ffc91e;
}

/* Header styles */

.header-wrapper {
    clear:both;
	background-color:#484747;
	width: 100%;
	padding-top: 20px;
	border-bottom: 10px solid #30a0d8;
}

.header-wrapper .top-menu {
    text-align: right;
}

    .header-wrapper .top-menu.nav {
        margin-bottom: 0px;
    }

    .header-wrapper .top-menu ul {
        margin: 0px;
    }

        .header-wrapper .top-menu li img{
            width:22px;
            height: 22px;
        }

        .header-wrapper .top-menu li.menu-item {
            padding-right: 10px;
        }
            .header-wrapper .top-menu li a {
                color: #fff;
                font-family: 'kelson_sansregular',Arial,Verdana,sans-serif;
                text-transform: uppercase;
                font-size:13px;
            }


.brand img {
}

.header-wrapper #logo {
    padding-top: 10px;
}

/* Menus */

.nav ul li{
	list-style-type: none;
	display:inline-block;
}


.search-top-menu {
	float: right;
	padding-top: 25px;
}

    .search-top-menu form {
        margin: 0px;
    }

    #mobile-tools {
        background-color:#2062af;
        display:none;
        height:30px;
    }

    .search {
    	text-align: right;
    	position: relative;
    }
    	.search input{
    		font-family:'kelson_sansregular',Arial,Verdana,sans-serif;

	    	font-size: 12px;
	    	width:178px;
	    	color:#0e0f0f;
	    	border:none;
	    	background-color: #dfdede;
	    	-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			margin:0px;
			height: 14px;
			margin-right:5px;
    	}

    	.search input::-webkit-input-placeholder{
	    	color:#2062af; /* TODO :Change color to correct blue*/
    	}
    	.search input:-moz-placeholder, .search input::-moz-placeholder, .search input:-ms-input-placeholder{
	    	color:#6a9fc7;
    	}

    	#search-spyglass{
	    	/*width:15px;
	    	position: absolute;
	    	top:8px;
	    	right:5px;*/

	    	width: 13px;
	    	height: 11px;
	    	/*position: absolute;
	    	top:8px;
	    	right:5px;*/
	    	background:transparent;
	    	background-repeat: no-repeat;
            background-image: url('/wp-content/themes/wccc/images/icon-spyglass.png');
            border:0px;
    	}

.navbar {
	float: right;
}

#desktop-menu {
    width: 100%;
    margin-top:10px;
}

.main-nav ul.nav {
    margin-bottom: 0px;
    margin-right: 0px;
}

/* Getting Started - Desktop version */

ul#menu-getting-started-menu{
	margin:0px;
	margin-top:-4px;
	border-top:4px solid #2062af;
}

ul#menu-getting-started-menu li{
	list-style-type: none;
	border-top:2px solid transparent;

}

ul#menu-getting-started-menu li a {
	padding: 12px 10px 12px 14px;
	color:white;
	display: block;
	font-size: 17px;
	background-color: #A9A9A9;
}

    #sidebar-right ul#menu-getting-started-menu li a {
        font-size: 14px;
    }

ul#menu-getting-started-menu li a:hover {
    background-color: #007d3f;
    text-decoration: none;
}

ul#menu-getting-started-menu li:first-child {
    border-top:0px;
}

    ul#menu-getting-started-menu li:first-child a {
        border-top:0px;
        padding-top:10px;
        padding-bottom:10px;
    }

ul#menu-getting-started-menu li:last-child {

}

ul#menu-getting-started-menu li:first-child a {
    font-family: 'oswaldlight',Arial,Verdana,sans-serif;
	background-color: #005ea0;
	text-transform: uppercase;
	font-size:26px;
	line-height:normal;
}
    #sidebar-right ul#menu-getting-started-menu li:first-child a {
        font-size: 22px;
    }

    ul#menu-getting-started-menu li:first-child a:hover {
        cursor:default;
    }

ul#menu-getting-started-menu li:last-child a
{
	background-color: #007d3f;
}

ul#menu-getting-started-menu li:last-child a:hover {
    background-color: #A9A9A9;
}

/* End Menu Styles*/

/* Footer Styles */

footer, footer p {
    font-family:Arial,Verdana,sans-serif;
}

footer {
    color: #fff;
    font-size: 12px;
}

footer .footer-menu{
	margin-left:0px;
}

footer .footer-menu ul{
	margin:0;
}

footer .footer-menu ul li{
	border-left:1px solid white;
	padding:0px 5px;
	line-height: 1;
}

footer .footer-menu ul li:first-child{
	border-left:none;
	padding-left:0px;
}

footer a {
    color: #fff;
    font-size: 12px;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .copyright {
    color:#6d6e71;
    padding: 20px 0px 0px 0px;
}

/* Slideshow Design */

.slideshow{
	/*overflow:hidden;*/
	border-top: 4px solid #005ea0;
	margin-top:24px;
}

.slideshow-wrapper {
	z-index:0;
	position:relative;
}

.slideshow .slide-image {
	width:100%;
	position: relative;
	max-width: 1070px;
	margin: 0px auto;
}

.slideshow li.cycle-slide {
    display:none;
}

.slideshow li#slide0 {
    display:block;
}

.slideshow .slide-overlay {
    color: #fff;
    left: 0px;
    position: absolute;
    width: auto;
    max-width: 40%;
    z-index: 101;
    background:#0b0d0e;
    background: transparent;
    background-color: rgba(11, 13, 14, 0.85);
    /* now, handle older IE */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#850b0d0e,endColorstr=#850b0d0e);
    zoom: 1;
    padding:20px;
}

.slideshow .top {
    top: 5%;
}

.slideshow .middle {
    top: 40%;
}

.slideshow .bottom {
    bottom: 10%;
}

.slideshow .slide-overlay .line1 {
    font-size:22px;
    margin-bottom: 5px;
}

.slideshow .slide-overlay .line2 {
    font-size: 18px;
    line-height:1.3em;
}

.slideshow .slide-overlay .subtitle:nth-child(n) { /* supposedly, IE9 can do both rgba and filters so it would be doubled */
    filter: none;
}

.cycle-slideshow li.cycle-sentinel {
	zoom: normal!important;
}

.slideshow .slide-image img{
	width: 100%;
}

.cycle-prev, .cycle-next {
    cursor: pointer;
}

.cycle-prev {
    background: url("/wp-content/themes/wccc/images/slide-arrow-left.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    position: absolute;
    left: -40px;
    top: 50%;
    width: 30px;
    height: 51px;
}

.cycle-next {
    background: url("/wp-content/themes/wccc/images/slide-arrow-right.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    position: absolute;
    right: -40px;
    top: 50%;
    width: 30px;
    height: 51px;
}

.cycle-pager {
	z-index:102;
	position: absolute;
	bottom:10px;
	left:45%;
	/*display: table;
	margin: 0 auto;
	position: relative;
	text-align: center;*/

}

.cycle-pager span {
	margin-top:20px;
	display: block;
	width: 14px;
	height: 2px;
	padding-top: 12px;
	margin-left:8px;
	background-image: url(/wp-content/themes/wccc/images/slidesprite-wccc.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.cycle-pager span.cycle-pager-active{
	background-position: 14px 0;
}

.slideshow .quick-links {
    position: absolute;
    right: 20px;
    top: 0px;
    width: 277px;
    z-index: 102;
}

/* Home page styles*/

.lower-content {
    margin-top:24px;
}

.lower-content section {
    margin-bottom: 20px;
}

.lower-content h2 {
    font-family: 'oswaldlight',Arial,Verdana,sans-serif;
    margin: 0px;
    font-size: 27px;
    line-height: 28px;
    color: #000;
    text-transform: uppercase;
    font-weight:normal;
}

.lower-content article.first {
    border-top: 0px;
    padding-top:0px;
}

.lower-content article {
    border-top: 1px dashed #a6a5a5;
    padding:20px 0px 10px 0px;
}

.lower-content article h3 {
    font-family: 'oswaldregular',Arial,Verdana,sans-serif;
    font-size:15px;
    line-height:normal;
    margin-bottom: 1px;
    text-transform: uppercase;
    font-weight:normal;
}

.lower-content .left-column .content {
    color:#6d6e71;
}

.lower-content .left-column a {
    color:#1883b9;
}

.lower-content .left-column a.readmore {
    padding-left:0px;
}


.lower-content article p {
    font-size:14px;
    line-height:normal;
    font-weight:normal;
    margin-bottom: 5px;
    color:#6d6e71;
}

.lower-content article a {

}

.lower-content article a:hover {
    color:#000;
    text-decoration: underline;
}

.readmore {
    color: #1883b9;
    white-space: nowrap;
    padding-left: 8px;
}

.readmore:after {
   content: " \00BB";
}

.lower-content h2 {
    background:transparent;
    padding-top:15px;
    margin-bottom:10px;
}

.lower-content .left-column h2.first {
    margin-top:0px;
}

.lower-content .left-column img.alignleft,
.lower-content .left-column img.alignright
  {
    max-width:190px;
}

/* Getting Started - Mobile version */

ul.menu-getting-started-menu-mobile {
	margin:0px;
}

ul.menu-getting-started-menu-mobile li {
	list-style-type: none;
	border-bottom: 1px solid #fff;
}

ul.menu-getting-started-menu-mobile li a,
.lower-content .left-column ul.menu-getting-started-menu-mobile li a
 {
	padding: 20px 20px;
	color:white;
	display: block;
	font-size: 20px;
	background-color: #2062af;
}

ul.menu-getting-started-menu-mobile li:first-child a {
	background-color: #000;
	text-transform: uppercase;
}
ul.menu-getting-started-menu-mobile li:last-child a {
	background-color: #184674;
	text-transform: uppercase;
}


#videos .featured {
    position:relative;
}

    #videos .featured .heading {
        font-size:15px;
        padding-bottom: 10px;
        text-transform: uppercase;
        font-family:'oswaldregular';
    }

    #videos .featured img {
        position:relative;
        width:100%;
        height:auto;
    }
    #videos .featured .play-button {
        background-image: url("/wp-content/themes/wccc/images/btn-play-button-overlay.png");
        z-index:10;
        position:absolute;
        height:85px;
        width:86px;
        top:50%;
        left:50%;
        margin-left:-43px;
        margin-top:-42px;
    }

    #videos .regular {
        /*clear:both;*/
        margin-top: 28px;
        width:48%;
        float:left;
        margin-left:3%;
    }

        #videos .item-2 {
            margin-left:0px;
        }

        #videos .regular .thumb {
            clear: both;
            position:relative;
            /*float: left;
            width: 48%;*/
            text-align: center;
        }

            #videos .regular .thumb img {
                position:relative;
                width:100%;
                height:auto;
            }
            #videos .regular .thumb .play-button {
                background-image: url("/wp-content/themes/wccc/images/btn-play-button-overlay-small.png");
                z-index:10;
                position:absolute;
                height:35px;
                width:36px;
                top:50%;
                left:50%;
                margin-left:-18px;
                margin-top:-17px;
            }

            #videos .regular .right {
                /*width: 48%;
                float:right;*/
            }

#hp-alert {
    margin-top: 20px;
}

    .hp-warning {
        border: 1px solid #000;
    }

    .hp-emergency {
        border: 1px solid red;
    }

    #hp-alert h1 {
        display:block;
        padding: 20px;
        text-transform:strong;
    }

    #hp-alert h2 {
        display: block;
        padding: 20px;
    }
    #hp-alert .hp-warning h1 {
        background-color:#A9A9A9;
        color:#000;
    }

    #hp-alert .hp-emergency h1 {
        background-color:red;
        color:#fff;
    }

    #hp-alert .hp-warning h2 {
        color: #000;

    }


/* Footer styles */

footer{
	margin-top: 40px;
	width:100%;
	background-color: #555;
	border-top: 9px solid #6f6f6f;
	padding-bottom: 30px;
}

footer .footer-address{
	float:left;
	background:#2062af;
	margin-top:-9px;
	border-top:9px solid #2062af;
	padding: 15px;
	font-size:13px;
	width:80%;
}

footer .footer-address p {
    margin:0px;
    padding:0px;
}

footer .footer-menu,
footer .social {
    padding-top: 17px;
}

footer .social ul.menu {
    float:right;
}

footer ul.menu{
	margin-left:0px;
}

footer ul.menu li{
	list-style-type: none;
	display: inline-block;
}

/* Now body styles */

.main-wrap {
    padding-top: 37px;
    min-height: 400px;
}

.main-content {
    font-family:Arial,Verdana,sans-serif;
}

.main-content h1 {
    margin-bottom: 10px;
    color:#005ea0;
    font-size:27px;
}

.main-content h2, .main-content h3 {
    font-family: 'kelson_sansregular',Arial,Verdana,sans-serif;
    margin-bottom: 10px;
}

.main-content a {
    color: #30a0d8;
}

.main-content a:hover {
    color: #ff6808;
    text-decoration: underline;
}

.main-content h1 a,
.main-content h2 a,
.main-content h3 a,
.main-content h4 a,
.main-content h5 a {
    color: #333;
}

.main-content a:hover {
    text-decoration: underline;
}

.breadcrumb {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    background-color: transparent;
    color:#454343;
    font-size:12px;
}

.breadcrumb a {
    color:#454343;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Left nav */

#left-hand-nav {
    margin-bottom: 20px;
    background-color:#ebebeb;
}

#left-hand-nav .left-nav-content-wrapper {
    padding:15px 10px 30px 15px;
}

    #left-hand-nav .header,
    #left-hand-nav .subheader {
        font-family:'oswaldregular',Arial,Verdana,sans-serif;
    }

    #left-hand-nav .header {
        border-top: 4px solid #f1f1f1;
        background-color:#a8a8a8;
        padding: 21px 10px 8px 15px;
        font-size: 17px;
        color: #fff;
        text-transform: uppercase;
        display:block;
    }
        #left-hand-nav .header,
        #left-hand-nav .header a {
            color: #fff;
        }



    #left-hand-nav .topmargin {
        margin-top: 40px;
    }

    #left-hand-nav .subheader {
        font-size:15px;
        color:#000;
        text-transform: uppercase;
        margin-bottom:4px;
        padding: 0px;
        margin-top: 10px;
    }

    #left-hand-nav .subheader.topdots {
        margin-top:20px;
        padding-top:20px;
        border-top:1px dashed #a6a5a5;
    }

.sidebar-header {
    background-color: #a8a8a8;
    color:#fff;
    font-size:24px;
    text-transform: uppercase;
    padding: 10px 15px 10px 0px;
    line-height:1em;
    margin-bottom: 38px;
    text-align: center;
}

    .sidebar-header .arrow {
        display: inline-block;
        background-position:center center;
        background-repeat: no-repeat;
        height:15px;
        width: 9px;
        margin-left:9px;
        border:0px;
    }

.left-nav-open {
    background-image: url("/wp-content/themes/wccc/images/icon-leftnav-mobile-open.png");
    background-repeat: no-repeat;
}

.left-nav-close {
    background-image: url('/wp-content/themes/wccc/images/icon-leftnav-mobile-close.png');
    background-repeat: no-repeat;
}

ul.page-list {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

    ul.page-list li {

    }

    ul.page-list > li:last-child {

    }

        ul.page-list li a {
            display:block;
            font-size: 14px;
            padding: 2px 0px;
            color: #000;
        }

        ul.page-list li a:hover {

            color: #848687;
            text-decoration: underline;
        }

        /* current 2nd level page */
        ul.page-list > li.current_page_item > a {
            text-decoration: none;
            color: #848687;
        }

        ul.page-list ul {
            list-style: none outside none;
            margin: 0px;
            padding: 0px;
        }

            /* 2nd level with subnav */
            ul.page-list ul li {
                border-bottom: 0px;

            }

            /* 3rd level links */
            ul.page-list ul li a {
                /*padding: 2px 10px 2px 10px;*/
            }

            /* current 3nd level page */
            ul.page-list li > ul > li.current_page_item > a {
                text-decoration: none;
                color: #848687;
            }

            ul.page-list ul ul,
            ul.page-list ul ul ul,
            ul.page-list ul ul ul ul {
                display:none;
            }

            ul.page-list ul li.current_page_parent ul,
            ul.page-list ul li.current_page_item ul,
            ul.page-list ul li.current_page_ancestor ul {
                display:block;
            }

            /* 4th level items */
            ul.page-list ul ul, ul.page-list ul ul ul, ul.page-list ul ul ul ul {
                /*display:none;*/
            }

            ul.page-list ul ul li a {
                padding: 2px 10px 2px 20px;
                font-size: 12px;
            }

            ul.page-list ul ul ul li a {
                padding: 2px 10px 2px 30px;
                font-size: 12px;
            }

            ul.page-list ul ul li a:before {
                /*content: "\00BB \0020";*/
            }

            ul.page-list ul ul li {
                /*border:0px;*/
            }
            
            ul.page-list.regular ul ul {
                display:block;
            }
            
            ul.page-list.regular ul li a {
                padding-left:20px;
            }
            
            ul.page-list.regular ul ul li a {
                padding-left:30px;
            }



/* Various shortcuts */

.pink {
    background-color:#f47599;
}

.orange {
    background-color: #2062af
}

.green {
    background-color: #79bf2d;
}

.blue {
    background-color: #2062af;
}

.light-gray {
    background-color: #dad7d7;
}

.dark-gray {
    background-color: #797979;
}

.black {
    background-color: #000;
}

.none {
    background-color: transparent;
}

.row-fluid .nomargin {
    margin:0px;
}

.padtop20 {
    padding-top: 20px;
}

.padleft20 {
    padding-left: 20px;
}

.padright20 {
    padding-right: 20px;
}

.padbottom20 {
    padding-bottom: 20px;
}

.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px;
}

.pad30 {
    padding: 30px;
}

.nav-wrapper {
    position: relative;
}

#mobile-tools {
    display:none;
}

#mobile-tools .mobile-search {
    float:left;
    width:50%;
}

#mobile-tools .mobile-menu {
    text-align: right;
    width:50%;
    float: right;
}

.hamburger {
    width:25px;
    height:16px;
    border:0px;
    margin:0px;
    padding:0px;
    display:inline-block;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/wccc/images/icon-mobile-menu.png');
    margin-top:7px;
    margin-right:9px;
}

.mobile-search-spyglass {
    width:19px;
    height:16px;
    border:0px;
    margin:0px;
    padding:0px;
    display:inline-block;
    background-image: url('/wp-content/themes/wccc/images/icon-mobile-spyglass.png');
    background-repeat: no-repeat;
    margin-top:7px;
    margin-left:9px;
}

.hamburger-open {
    background-image: url('/wp-content/themes/wccc/images/icon-mobile-menu.png');
}

.hamburger-close {
    background-image: url('/wp-content/themes/wccc/images/icon-mobile-menu-x.png');
    width:16px;
    height:16px;
    margin-right:15px;
}

.menu-mobile-menu-container {
    background-color:#1694d4;
    padding-left:10px;
    padding-right: 10px;
}

#mobile-menu {
    clear:both;
    display:none;
}
    #mobile-menu ul {
        margin: 0px;
        padding: 0px;
        background-color:#005ea0;
        margin:0px auto;
        border-left:10px solid #1694d4;
        border-right:10px solid #1694d4;
        border-bottom:10px solid #1694d4;
    }
        #mobile-menu li {
            display:block;
            list-style-type:none;
            list-style-image:none;
        }
            #mobile-menu li a {
                display:block;

                text-align: center;
                font-size:20px;
                text-transform: uppercase;
                color:#fff;
                padding:10px 0px 10px 0px;
            }

            #mobile-menu li a:hover {
                background-color:#ccc;
                color:#000;
                text-decoration:none;
            }

            #mobile-menu li:first-child {
                padding-top:10px;
            }
            #mobile-menu li:last-child {
                padding-bottom:10px;
            }

.hamburger:focus {outline: none;}

#mobile-search {
    clear: both;
    display: none;
    padding: 4px;
    margin-top: 5px;
}

    #mobile-search form {
        margin:0px;
        padding:0px;
        width:auto;
        text-align:center;
    }

    #mobile-search input[type="text"] {
        margin:0px;
        width:70%;
    }


.mobile-button,
.lower-content h2.mobile-button
 {
    text-align: center;
    font-size: 20px;
    padding: 8px 0px;
}

h2.mobile-button {
    padding: 0px;
}

.mobile-button:hover {
    cursor:pointer;
}

.mobile-button .green:hover {
    opacity:.8;
}

.mobile-button a,
.lower-content .mobile-button a {
    display: block;
    width: 100%;
    color: #fff;
}

.mobile-button:hover {
    opacity: .8;
}

/* Interior Pages */

#page-banner {
    width: 100%;
    height: 148px;
    border-top: 4px solid #000;
    margin-top: 10px;
}

    .page-banner-title {
        width: 273px;
        height: 100%;
        float:left;
        display:table;
    }

        .page-banner-title .content {
            line-height: normal;
            font-size: 30px;
            color: #fff;
            padding-left: 20px;
            display:table-cell;
            vertical-align: middle;
        }

#page-blocks .block {
    margin-bottom: 40px;
    border-top:4px solid #f1f1f1;
}

#page-blocks .block:last-child {
    /*margin-bottom: 0px;*/
}

#page-blocks .text {
    color: #000;
}

#page-blocks .text p {
    margin:0px;
    padding:0px;
}

    #page-blocks .text .content {
        padding:20px;
    }

    #page-blocks a {
        color: #000;
        text-decoration: none;
    }

    #page-blocks .text .content .title {
        padding-top:5px;
        padding-bottom: 10px;
        font-weight: bold;
    }

    #page-blocks .text .content .text {
        padding-bottom: 20px;
    }

    #page-blocks .text .link a {
        display:inline-block;
        padding: 10px 20px 10px 20px;
        text-size: 18px;
        color: #000;
        text-decoration: none;
    }

    #page-blocks .text .link a:hover {
        text-decoration: underline;
    }

    #page-blocks .text .link a:after {
        content: " \00BB";
    }

#page-blocks .image .content {
    color: #000;
    font-size: 13px;
}

#page-blocks .image .content .title {
    padding-top:5px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size:18px;
    font-family:'oswaldlight',Arial,Verdana,sans-serif;
}

#page-blocks .image img {
    margin: 0px auto;
    width: auto;
    display:block;
    text-align: center;
    margin-bottom: 5px;
}

#page-blocks .image .link a {
    display:inline-block;
    padding: 12px 18px 12px 12px;
    text-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;

    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/wccc/images/icon-triangle-right.png');
    background-position: right center;

}

    #page-blocks .image .link a:hover {
        text-decoration: underline;
    }

#page-blocks .block.textnew {
    border-top:none;
}

    #page-blocks .textnew p {
        margin:0px;
        padding:0px;
    }

    #page-blocks .textnew .title {
        padding:17px 10px 5px 15px;
        font-weight: bold;
        color:#fff;
        text-transform: uppercase;
        font-size:17px;
    }

    #page-blocks .textnew .content {
        padding:15px;
        background-color:#ebebeb;
    }

    #page-blocks .textnew .link {
        border-top:2px solid #fff;
        background-color:#dadada;
    }

    #page-blocks .textnew .link a {
        display:inline-block;
        padding: 10px 20px 10px 20px;
        text-size: 18px;
        color: #000;
        text-decoration: none;
    }

    #page-blocks .textnew .link a:hover {
        text-decoration: underline;
    }

    #page-blocks .textnew .link a:after {
        content: " \00BB";
    }




#sidebar-right .quick-links {
    padding-top:4px;
}

#sidebar-right .quick-links ul#menu-getting-started-menu li {
    border-top:1px solid #f0f0f0;
}

#sidebar-right .quick-links ul#menu-getting-started-menu li a {
    background-color:#A9A9A9;
    color:#fff;
    padding:10px;
}
    #sidebar-right .quick-links ul#menu-getting-started-menu li a:hover {
        background-color:#007d3f;
    }

#sidebar-right .quick-links ul#menu-getting-started-menu li {
    border-top:2px solid transparent;
}

#sidebar-right .quick-links ul#menu-getting-started-menu li:first-child {
    border-top:0px;
}

#sidebar-right .quick-links ul#menu-getting-started-menu li:first-child a {
    background-color:#2062af;
    color:#fff;
    padding:5px 10px 5px 10px;
}

    #sidebar-right .quick-links ul#menu-getting-started-menu li:first-child a:hover {
        cursor:default;
    }

#sidebar-right .quick-links ul#menu-getting-started-menu li:last-child a {
    background-color:#007d3f;
    color:#fff;
}

    #sidebar-right .quick-links ul#menu-getting-started-menu li:last-child a:hover {
        background-color:#A9A9A9;
        color:#fff;
    }

.staff .name {
    font-size: 14px;
    font-weight: bold;
}

.staff .photo img {
    float: right;
    margin: 0px 0px 10px 10px;
    border: 2px solid #183d6d;
}

.staff .job-title {
    font-size: 14px;
    font-weight: bold;
}

.staff .biography {
    padding-top: 10px;
}

.staff .main-content h2 {
    margin-top: 10px;
}

.board-of-trustees article {
    padding-bottom: 20px;
}

.event-calendar article {
    border:1px solid #ccc;
    margin-bottom: 20px;
}

    .event-calendar article .header {
        border-bottom: 2px solid #ccc;
        text-transform: uppercase;
        color: #938e8e;
        display:table;
        width:100%;
        padding:15px 0px 10px 0px;
    }

        .event-calendar article .header .left {
            width: 49%;
            font-size:30px;
            line-height: 30px;
            display:table-cell;
            vertical-align: bottom;
            padding: 0px 0px 0px 10px;
        }
        .event-calendar article .header .right {
            width: 49%;
            font-size:20px;
            line-height:20px;
            display:table-cell;
            vertical-align: bottom;
            padding: 0px 10px 2px 10px;
        }

    .event-calendar article .content {
        clear:both;
        padding: 15px;
    }

        .event-calendar article .content h2 {
            text-transform: uppercase;
            font-size:13px;
        }

        .event-calendar article .location {
            font-size:12px;
            padding-top: 5px;
        }
        .event-calendar article .content .image {
            float: right;
            margin-left: 10px;
        }



.event-calendar .archive {
    margin-top: 20px;
}

.event-calendar-detail .date {

}

.event-calendar-details .location {

}

.event-calendar-detail .details {
    margin-top: 20px;
}

.event-calendar-detail .documents .document {

}

.page-table {
    margin-top: 50px;
}

.page-table .first {
    padding-right: 20px;
}

.press-releases article,
.in-the-media article {
    border-top: 1px dashed #a6a5a5;
    padding:20px 0px 20px 0px;
}

.press-releases article.first,
.in-the-media article.first {
    padding-top:0px;
    border-top:0px;
}

.press-releases article h2,
.in-the-media article h2 {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.press-releases article .date,
.in-the-media article .date {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.in-the-media article .source {
    font-style: italic;
}

.press-releases-single article .content,
.in-the-media-single article .content {
    margin-top: 10px;
}

/* Collapsible Divs - Collapse-o-matic plugin */
.main-content .collapseomatic {
    display: block;
    background-color: #f0f0f0;
    color: #000;

    background-position: 7px center;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 20px;
    text-transform: uppercase;
    font-size:14px;
    border:1px solid #d4d4d4;
    border-bottom:3px solid #d9d9d9;
}

.main-content .collapse-heading .collapseomatic {
    background-image: url("/wp-content/themes/wccc/images/icon-collapse-heading-right.png");
}

.main-content .collapse-heading .colomat-close {
    background-image: url("/wp-content/themes/wccc/images/icon-collapse-heading-down.png");
}

.main-content .collapseomatic_content {
    margin: 0px;
    padding: 20px;
    border:1px solid #d4d4d4;
}

.main-content .colomat-hover {
    text-decoration: none;
}

.main-content .backto-button a {
    margin-top: 40px;
    display: inline-block;
    background-color: #2062af;
    border: 1px solid #2062af;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 30px;
    line-height: 50px;
}

    .main-content .backto-button a:hover {
        color: #2062af;
        border:1px solid #2062af;
        background-color: #fff;
        text-decoration: none;
    }

body.search {
    text-align: left;
}

ul.search-results {

}
    ul.search-results li {

    }


/* image alignment, captions, etc */
.alignnone {
    margin: 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;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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: #f0f0f0;
    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;
}

.left-column .mobile,
.right-column .mobile {
    display:none;
}

/* default table styles */

.main-content table {
    border-collapse: collapse;
    width: auto;
}

    .main-content table tr {
        vertical-align: top;
    }

    .main-content table thead td, .main-content table th {
        font-weight: normal;
        border: 1px solid #ccc;
        text-align: center;
        background-color: #008cd2;
        padding: 10px 8px;
        color: #fff;
        font-size: 16px;
    }

    .main-content table td {
        padding: 2px 8px;
        text-align: left;
        border: 1px solid #cccccc;
    }


/* START Media Queries */

@media (max-width: 767px) {

    header .top-menu {
        display:none!important;
    }

    .top-menu ul.menu {
        text-align: center;
        margin-top:20px;
        display:none;
    }

    .top-menu li.social {

    }

    .header-wrapper {
        border-bottom:0px;
    }

    .slideshow {
        border-top:0px;
        margin-top:1px;
    }

    .slideshow .slide-overlay {
        display:none;
    }

    .slideshow .top {
        top: 10%;
    }

    .slideshow .middle {
        top: 10%;
    }

    .slideshow .bottom {
        bottom: 10%;
    }

    .cycle-pager {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    footer {
	    margin-top: 10px;
    }

    .header-top, .quick-links {
        display:none;
    }

    header #logo{
	    /*width:65%;
	    float: left;*/
	    width:auto;
	    text-align: center;
    }

    body {
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 10px;
    }


    .wrap {

    }

    .top-content {
        margin-bottom: 0px;
    }

    .slideshow-wrapper {
        padding-bottom: 0px;
    }

    .slideshow .slide-overlay .line1, .slideshow .slide-overlay .line2 {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .slideshow .slide-overlay .line1 {
        padding-top: 10px;
        width: 180px;
    }

    .slideshow .slide-overlay .line2 {
        padding-top: 5px;
        padding-bottom: 10px;
        width: 200px;
    }

    .slideshow .slide-overlay .subtitle {
        background-color: #fff;
        color: #000;
        font-size: 12px;
        padding: 10px;
        display: inline-block;

        background-color:#fff; /* fallback */
        background: transparent;
        background-color: rgba(255, 255, 255, 0.85);
        /* now, handle older IE */
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#85FFFFFF,endColorstr=#85FFFFFF);
        zoom: 1;
    }

    .lower-content {
        margin-top:0px;
    }

    footer {
    	text-align: center;
    }

        footer .footer-address {
            width:100%;
            background:transparent;
            border-top:0px;
            margin-top:0px;
            padding:10px 0px 0px 0px;
            float:none;
        }

        footer .social {
            padding-top:0px;
        }

        footer .social ul.menu {
            float:none;
            text-align: center;
        }

    .left-column .mobile,
    .right-column .mobile
     {
        display:block;
    }

    .hp-column section h2 {
        text-align: left;
        font-size: 20px;
        padding: 8px 0px;
    }

    .page-banner-title {
        display:none;
    }

    .main-wrap {
        padding-top: 0px;
    }

    .sidebar-header {
        display: block;
        margin-bottom:0px;
    }

    #left-hand-nav {
        background-color:#a8a8a8;
        padding-left:10px;
        padding-right:10px;
        padding-bottom:10px;
    }

        #left-hand-nav .header {
            display: none;
        }

        #left-hand-nav .left-nav-content-wrapper {
            background-color:#fff;
            padding-bottom:15px;
        }

    #sidebar-left .orange-top-border {
        border-top:0px;
    }

    .page-blocks-left,
    .page-blocks-right {
        display: none;
    }

    #mobile-tools {
        margin-top:0px;
    }

}


@media (min-width: 768px) and (max-width: 1107px) {

    header #logo {
	    padding-top:10px;
	    padding-left:10px;
    }

    header .top-menu {
        padding-right: 10px;
    }

    .lower-content .left-column {
        padding-left:10px;
    }

    .lower-content .right-column {
        padding-right:10px;
    }

    footer .footer-menu {
        padding-left:10px;
    }

    footer .footer-address {
        padding-right: 10px;
    }

    #sidebar-left {
        padding-left: 10px;
    }

    #sidebar-right {
        padding-right: 10px;
    }
}

@media (max-width: 865px) {
    #desktop-menu {
        display:none;
    }
    #mobile-tools {
        display:block;
        margin-top:15px;
    }
    .search-top-menu {
        display:none;
    }
    .top-menu li.social {
        display:none;
    }
}

@media (max-width: 979px) {

    .header-wrapper {
        border-bottom:0px;
        padding-top:10px;
    }

    #navigation {

    }



    .slideshow {
        margin-top:0px;
    }

    #left-hand-nav {
        display: none;
    }
    #page-banner {
        border-top:37px solid #183d6d;
    }
    #left-hand-nav .topmargin {
        margin-top: 0px;
    }

}

@media (min-width: 768px) {

    .page-banner-title {
        display:table;
    }
    .sidebar-header {
        display:none!important;
    }
    #left-hand-nav {
        display:block!important;
    }
    .page-blocks-left,
    .page-blocks-right {
        display: block!important;
    }

}


@media (min-width: 979px) {
    #desktop-menu {
        display:block;
    }
    #mobile-menu {
        display:none!important;
    }
    #mobile-search {
        display:none!important;
    }

}

@media (min-width: 1200px) {

}

@media (max-width: 500px) {
    #mobile-menu li a {
        padding-left:10px;
    }

    .hamburger {

        display:inline-block;
    }

    .mobile-search-spyglass {

        display:inline-block;
    }

}

@media (max-width: 1163px) {
    .cycle-prev,
    .cycle-next {
        display:none;
    }
}

/*
2019/9/4 AL: added styles for Uber Menu V3
*/

#desktop-menu .right-column-gray{
    background-color:#e0e0e0 !important;
}

#desktop-menu > ul > li > a{
    font-family:'oswaldregular';
}

#desktop-menu ul{
    margin-left:0px;
}

#desktop-menu li.ubermenu-item span .ubermenu-target-title{
    text-transform: uppercase;
}

#desktop-menu .right-column-gray .textwidget{
    font-size: 14px;
    color:black;
}

#desktop-menu .right-column-gray .textwidget a.button{
    color: #fff;
    padding: 5px 15px;
    margin-top: 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    background-color: #007d3f;
}

#desktop-menu .right-column-gray .textwidget a.button:hover{
    text-decoration: none;
    color: #007d3f;
    background-color: #fff;
}