/**
 * Theme Name: ACCG
 * Theme URI:
 * Author: Zane Matthew
 * Author URI: http://zanematthew.com
 * Description: Description
 * Version: 1.0
 * License: GNU General Public License
 * License URI: license.txt
 * Tags:
 * Text Domain: accg
 * Domain Path: /languages/
 */


/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    }

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }

/*Default styling*/
a {
    text-decoration: none;
    }

body {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 16px;
    color: #555;
    background: url('assets/images/pattern.jpg') repeat;
    }

/*Headers*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #103346;
    font-family: 'Pathway Gothic One', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 1.05em;
    margin-bottom: 10px;
    }

h1 {
    font-size: 50px;
    }

h2 {
    font-size: 40px;
    }

h3 {
    font-size: 30px;
    }

h4 {
    font-size: 20px;
    }

h5 {
    font-size: 20px;
    }

h6 {
    font-size: 20px;
    }


/*We remove the extra top margin when ever an list is preceded by an header*/
h1 + ol,
h1 + ul,

h2 + ol,
h2 + ul,

h3 + ol,
h3 + ul,

h4 + ol,
h4 + ul,

h5 + ol,
h5 + ul,

h6 + ol,
h6 + ul {
    margin-top: 0;
    }

/*List*/
ol,
ul {
    margin: 1.4em 2em;
    }

ul li,
ol li {
    line-height: 1.3em;
    margin: .5em 0;
    }

ul li ul {
    margin-top: 5px;
    }

ol li ul,
ul li ol {
    margin-top: 6px;
    }

ol:last-child,
ul:last-child {
    margin-bottom: 0;
    }

ol li ol {
    list-style-type: lower-roman;
    margin-top: 0;
    }

/*Blockquote*/
blockquote {
    font-style: italic;
    margin: 10px 10px 10px 0;
    padding: 0 10px;
    border-left: 3px solid #ddd;
    }

blockquote:last-child,
blockquote:last-child p {
    margin-bottom: 0;
    }

strong {
    font-weight: bold;
    }

/*table*/
table {
    background: #fff;
    font-size: 13px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    }

table caption {
    margin: 0 0 5px;
    }

table td {
    padding: 7px;
    border: 1px solid #E9E9E9;
    }

table th {
    padding: 10px;
    font-weight: bold;
    color: #000;
    border: 1px solid #E9E9E9;
    text-shadow: 1px 1px 1px #FFF;
    text-align: left;
    }

table thead th {
    font-weight: bold;
    }

/*Data definition list*/
dl dt {
    font-weight: bold;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    }

dl dd {
    margin: 0 0 10px 65px;
    }

sub {
    position: relative;
    top: 2px;
    font-size: 11px;
    }

p {
    margin: 5px 0 10px;
}

/*Hide empty paragraphs*/
p:empty {
    display: none;
    }

main {
    padding: 97px 0 0;
    }


section {
    border-top: 8px solid #103346;
    box-shadow: 0 0 15px #555;
}

.grid-container {
    max-width: 800px;
    }

ul.menu {
    list-style-type: none;
    font-family: 'Pathway Gothic One', sans-serif;
    margin: 0;
    padding: 0;
    }

ul.menu li {
    float: left;
    margin: 0;
    padding: 0;
    }

#masthead {
    background: #f5f5f5;
    padding-top: 15px;
    position: fixed;
    width: 100%;
    box-shadow: 1px 1px 10px rgba(27, 58, 69, 0.3);
    z-index: 9999;
    }

#masthead .blip-container {
    position: absolute;
    z-index: 999;
    width: 15%;
    }

#masthead .blip-container img {
    max-width: 100%;
    height: auto;
    }

#masthead .site-branding {
    display: none;
    }


/* =Menu
----------------------------------------------- */
#masthead .main-navigation ul {
    float: right;
    text-align: center;
    }

#masthead .main-navigation a {
    color: #103347;
    }

#masthead .main-navigation ul a {
    font-size: 19px;
    }

#masthead .main-navigation ul ul a {
    font-size: 15px;
    font-weight: normal;
    }

#masthead .main-navigation li a {
    border: solid;
    border-width: 0 0 6px;
    border-color: transparent;
    padding-bottom: 13px;
    }

#masthead .main-navigation li.current-menu-item a,
#masthead .main-navigation li a:hover {
    border-color: #d4e70f;
    }

#masthead .main-navigation li {
    border-right: 1px solid #e8eaeb;
    padding: 15px 12px 0;
    }

#masthead .main-navigation li:last-child {
    border-right: 0;
    }


/*Sub menu*/
#masthead .main-navigation .sub-menu li {
    opacity: .90;
    background: #f3f3f3;
    border: solid #dfdfdf;
    border-width: 1px 0 0;
    }

#masthead .main-navigation .sub-menu li a,
#masthead .main-navigation .sub-menu a:hover {
    border: 0;
    }

#masthead .main-navigation .sub-menu li:hover {
    background: #fff;
    opacity: 1;
    }

/* =Secondary Header Menu
----------------------------------------------- */
.site-secondary-navigation {
    float: right;
    padding-bottom: 5px;
    }

.site-secondary-navigation .menu li {
    margin-left: 20px;
    }

.site-secondary-navigation a {
    color: #a6a8ab;
    font-size: 13px;
    text-transform: uppercase;
    }

.site-secondary-navigation a:hover {
    color: #5A5B5C;
    }

/* Small menu */
.menu-toggle {
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 600px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
    }

    .main-navigation ul {
        display: none;
    }

    .menu-toggle {
        float: right;
    }

    ul.menu li {
        width: 100%;
    }

    #masthead {
        position: inherit;
    }

    #masthead .main-navigation li {
        border-bottom: 1px solid #e8eaeb;
        border-right: 0;
        padding: 15px 0 0;
    }

    #masthead .main-navigation ul {
        text-align: left;
    }

    #masthead .main-navigation ul ul {
        display: block;
        text-align: left;
        position: inherit;
    }

    #masthead .main-navigation ul ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* =Footer Menu
----------------------------------------------- */
#site-footer {
    background: #00386b;
    width: 100%;
    padding: 40px 0 20px;
    font-family: 'Pathway Gothic One', sans-serif;
    }

#site-footer .site-title {
    font-size: 13px;
    }

#site-footer .site-branding a {
    color: #999;
    }

#site-footer .site-branding .copy {
    position: relative;
    top: 2px;
    }

#site-footer ul.menu {
    font-size: 18px;
    float: right;
    }

#site-footer ul.menu li {
    margin-right: 20px;
    }

#site-footer ul.menu li a {
    color: #3f91b0;
    font-weight: bold;
    }

#site-footer ul.menu li a:hover {
    color: #fff;
    }

#site-footer ul.menu li.facebook,
#site-footer ul.menu li.twitter {
    margin: -15px 0 0 20px;
    }

#site-footer ul.menu li.facebook a,
#site-footer ul.menu li.twitter a {
    height: 44px;
    width: 45px;
    overflow: hidden;
    text-indent: 4em;
    }

#site-footer ul.menu li.facebook a {
    background-image: url('assets/images/facebook.png');
    }

#site-footer ul.menu li.twitter a {
    background-image: url('assets/images/facebook.png');
    }
/* =End Footer Menu
----------------------------------------------- */

.hentry {
    padding-top: 45px;
    padding-bottom: 90px;
    }

.hentry .alignright {
    float: right;
    margin: 0 0 15px 15px;
    }

.hentry .alignleft {
    float: left;
    margin: 0 15px 10px 0;
    }

.hentry .aligncenter .wp-caption-text {
    float: none;
    }

.hentry .wp-caption.aligncenter {
    float: none;
    margin: 0 auto 25px;
    }

.hentry .wp-caption img.size-full,
.hentry .wp-caption img.size-large,
.hentry .wp-caption img.size-medium,
.hentry .wp-caption img.size-thumbnail,
.hentry div[id*='attachment_'] img,
.hentry img.aligncenter,
.hentry img.alignnone {
    width: 100%;
    }

.hentry .alignnone {
    clear: both;
    }

.entry-content {
    font-size: 18px;
    }



/* =Shortcodes
----------------------------------------------- */
/*General*/
.accg-columns-shortcode h2 {
    color: #387d97;
    font-size: 22px;
    margin: 15px 0 20px;
    line-height: 6px;
    }

.accg-columns-shortcode p {
    text-align: left;
    font-size: 15px;
    }

.accg-three-columns-hentry .accg-columns-shortcode {
    text-align: center;
    }

.accg-three-columns-hentry h2 {
    border-bottom: 3px solid #b8da4c;
    display: inline-block;
    }

body.accg-two-columns .entry-content h2 {
    text-align: left;
    border: 0;
    margin: 30px 0 10px 0;
    }

/*two columns*/
.accg-two-columns-hentry {
    background: #fff;
    }

.accg-two-columns-hentry .accg-columns-shortcode h2 {
    display: block;
    margin: 40px 0 20px;
    padding: 0;
    }
/* =End Shortcodes
----------------------------------------------- */


/* =Start Carousel
----------------------------------------------- */
.jcarousel-wrapper h2 {
    color: #387d97;
    font-size: 28px;
    margin: 0 0 10px;
    padding: 0;
    }

.jcarousel-wrapper {
    text-align: center;
    }

.jcarousel-wrapper li {
    margin: 0;
    padding: 0 130px;
    }

.jcarousel-wrapper .entry-main {
    padding-top: 50px;
    }

.jcarousel-wrapper .jcarousel {
    background: url('assets/images/slider-bg.png') no-repeat 40px 0;
    min-height: 304px;
    }

.jcarousel-control-prev,
.jcarousel-control-next {
    background-image: url('assets/images/shadow-bg.png');
    height: 283px;
    width: 69px;
    top: 25px;
    }

.jcarousel-control-prev {

    }

.jcarousel-control-next {
    -webkit-transform: rotateY(-150deg);
    -ms-transform: rotateY(-150deg);
    transform: rotateY(-150deg);
    }

.jcarousel li {
    width: 400px
    }

.jcarousel-control-prev {
    left: 0px;
    border-left: 15px solid #fff;
    background-position: 60px center;
    }

.jcarousel-control-next {
    border-left: 32px solid #fff;
    background-position: 65px center;
    right: -10px;
    width: 90px;
    }

.nav-item {
    color: #ddd;
    position: relative;
    top: 40%;
    }

.jcarousel-control-next .nav-item {
    right: 15px;
    }

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 30px;
    width: 30px;
    line-height: 10px;
    background: rgba(241, 240, 240, 0.3);
    color: #4E443C;
    border-radius: 30px;
    text-indent: -9999px;
    margin-right: 25px;
    -webkit-box-shadow: 0 0 5px #d2d3c6 inset;
    -moz-box-shadow: 0 0 2px #d2d3c6;
    box-shadow: 0 0 14px rgba(133, 139, 56, 0.6) inset;
    border-style: solid;
    border-width: 6px;
    border-color: #eeeeee;
    }

.jcarousel-pagination a.active {
    background: #d4e47d;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 5px #7E815B inset;
    border-color: rgba(229, 241, 160, 1);
    }

.jcarousel-pagination a:after {
    content: "line";
    }

.jcarousel-wrapper .entry-content a {
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    background: #D4E711;
    padding: 7px 13px;
    box-shadow: 0 0 15px #91A31E inset;
    text-shadow: 0px 0px 2px #91A31E;
    display: block;
    width: 190px;
    margin: 20px auto 0;
    }

.jcarousel-wrapper .entry-content a:before {}

.jcarousel-wrapper .entry-content a:after {
    content: "\003E";
    color: #FAAD47;
    margin: 0 0 0 5px;
    text-shadow: 0 0 1px #FFF;
    font-size: 18px;
    }
/* =End Carousel
----------------------------------------------- */


.accg-slider-hentry {
    background: #fff;
    }

.accg-city-hentry {
    background: #fff url('assets/images/tiled-city-bg.png') repeat-x;
    border-top: 0;
    color: #fff;
    min-height: 567px;
    padding: 20px 215px 0;
    }

.accg-city-hentry .hentry {
    padding-top: 0;
    }

.accg-city-hentry .entry-title {
    font-weight: bold;
    color: #d4e70f;
    text-transform: uppercase;
    text-align: center;
    }

.accg-city-hentry .scroll-down-container {
    margin-top: 40px;
    text-align: center;
    }

.accg-forms-of-government-hentry {
    background: url('assets/images/stripe-bg.png') repeat;
    border-top: 0;
    padding: 40px 0;
    min-height: 320px;
    box-shadow: 0 0 100px #091A2B inset;
    }

.accg-forms-of-government-hentry .entry-title {
    color: #d4e70f;
    font-family: 'Crimson Text', serif;
    font-size: 28px;
    font-weight: normal;
    text-transform: none;
    text-align: center;
    }

.accg-forms-of-government-hentry .entry-title strong {
    font-weight: normal;
    font-size: 38px;
    }

.accg-difference-hentry {
    box-shadow: none;
    }


/*Chosen*/
.chosen-wrapper {
    text-align: center;
    }

.chosen-container .chosen-results li,
.chosen-container-single .chosen-single span {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 40px;
    color: #fff;
    }

.chosen-container-single .chosen-single {
    border: solid #d4e70f;
    border-width: 0 0 1px 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0;
    height: 55px;
    line-height: 50px;
    }

.chosen-container .chosen-drop {
    border: 0;
    background: #19405A;
    box-shadow: 0 0 20px rgba(9, 26, 43, 0.49) inset;
    }

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
    box-shadow: 0 0 0;
    background-image: none;
    }

.chosen-container .chosen-results li {
    line-height: 30px;
    border-bottom: 1px rgba(9, 26, 43, 0.14) inset;
    font-size: 25px;
    }

.chosen-container .chosen-results li.highlighted {
    background: rgba(9, 26, 43, 0.14);
    color: #fff;
    }

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    }

.chosen-container-single .chosen-single div b {
    display: none;
    }

.chosen-container-single .chosen-search {
    padding: 0;
    }

.chosen-container-single .chosen-search input[type="text"] {
    background: rgba(0, 0, 0, 0.06);
    text-align: center;
    border: 0;
    border-bottom: 1px rgba(9, 26, 43, 0.14) inset;
    padding: 3px;
    margin: 0;
    font-size: 30px;
    font-family: 'Pathway Gothic One', sans-serif;
    color: #FFF;
    }

.chosen-container .chosen-results li.no-results {
    background: transparent;
    }

.county-description-container {
    font-family: 'Pathway Gothic One', sans-serif;
    margin: 15px 0 0 0;
    }

.county-description-container .is {
    font-size: 28px;
    color: #e0dede;
    display: block;
    }

.county-description-container .a {
    color: #429cef;
    text-transform: uppercase;
    font-size: 36px;
    }

/**
 * This file contains the basic styling needed for a horizontal primary navigation
 * that is 3 levels deep.f
 *
 * Once we've loaded this stylesheet you will only need to add "styling" in your primary
 * css file for the menu. NO ADDITIONAL functionality should be needed.
 *
 */

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    }

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    }

.main-navigation li {
    float: left;
    position: relative;
    }

.main-navigation a {
    display: block;
    text-decoration: none;
    }

.main-navigation ul ul {
    display: none;
    float: left;
    left: 0;
    position: absolute;
    z-index: 99999;
    }

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
    }

.main-navigation ul ul a {
    width: 200px;
    }

.main-navigation ul ul li {}

.main-navigation li:hover > a {}

.main-navigation ul ul :hover > a {}

.main-navigation ul ul a:hover {}

.main-navigation ul li:hover > ul {
    display: block;
    }

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {}    