@import url('https://fonts.googleapis.com/css?family=Merriweather:400,900');
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700');

header, footer, header *, footer * {
    box-sizing: border-box;
}



h1, .PageTitle {
	font-family:"Merriweather",serif;
	font-size:48px;
	font-weight:900;
	color:#222;
}




.pcpc-logo {
    line-height: 0;
    padding: 20px 160px;
    text-align:center;
}
.pcpc-logo img {
    max-width:100%;
}

.header-btn {
    display: none;
    height: 20px;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.header-search-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ca3092;
    font-size: 17px;
    color: #fff;
    margin-top: 8px;
    position: absolute;
    top: 100%;
    right: 35px;
    z-index: 1;
    text-align:center;
}
.header-search-icon:hover, .header-search-icon.active {
    background: #222;
    text-decoration: none;
    color:#fff;
}
.header-search-icon i {
    line-height:37px;
}

.header-top {
    border-bottom: 1px solid #888;
}

.header-nav {
    height: 58px;
    border-bottom: 1px solid #888;
}

@media (min-width:1008px) {
    header .arrow {display:none;}
}

header .nav {
    display:table !important;
    width:calc(100% - 30px);
    border-collapse:collapse;
    margin-left:-15px !important;
    margin-right:0 !important;
}

header .nav > li {
    display:table-cell;
    text-align:center;
    border-collapse:collapse;
}
header .nav > li:first-child {
    text-align:left;
}


header .nav > li > a {
    height: 58px;
    color: #222 !important;
    font-family: "Merriweather Sans",sans-serif;
    font-weight: 300;
    padding: 16px;
    position: relative;
    font-size:16px;
    line-height:35px;
    color:#222;
    display:inline-block;
    text-shadow:none !important;
}
header .nav > li > a:hover {
    text-shadow:#222 1px 0 0;
}
header .nav > li:hover > a::before, header .nav > li.active > a::before {
    content: "";
    width: 100%;
    height: 5px;
    background: #ca3092;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (min-width:1025px) {
    #primary-menu .dropdown-toggle:hover > .dropdown-menu {
        display: block;
    }
}

#primary-menu .dropdown-menu {
    margin:0;
    width: 270px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    padding: 0 15px;
    text-align:left;
    border-radius:0;
    border:none;
}

#primary-menu .dropdown-toggle li {
    border-bottom:1px solid #222;
}
#primary-menu .dropdown-toggle li:last-child {
    border-bottom:none;
}

#primary-menu .dropdown-menu a {
    padding:15px 0;
    color: #222 !important;
    font-family: "Merriweather Sans",sans-serif;
    font-size:16px;
    line-height:24px;
    white-space:normal !important;
}
#primary-menu .dropdown-menu a:hover {
    background-color:transparent;
    color:#ca3092 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {background-color:transparent;}

#primary-menu .dropdown-menu:after, #primary-menu .dropdown-menu:before {
    display:none;
}

.menu-top {
    text-align: right;
    position: absolute;
    top: -105px;
    right: 35px;
    margin:0;
}
.menu-top li {
    margin:10px 0;
    list-style:none;
    font-size: 13px;
    font-weight: 300;
    font-family: "Merriweather Sans",sans-serif;
    line-height:26px;
}
.menu-top li a {
    color: #222;
}
.menu-top .fa:before {
    border-width:2px;
    color:#0073ae;
    font-weight:bold;
    font-size:14px;
}





.header-btn {
    display: none;
    height: 20px;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.header-btn__icon {
    display: block;
    width: 24px;
    height: 4px;
    background: #222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.header-btn__icon::before, .header-btn__icon::after {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background: #222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
    position: absolute;
    left: 0;
}
.header-btn__icon::after {
    top: 8px;
}
.header-btn__icon::before {
    top: -8px;
}

.header-btn.close {
    opacity:1;
}
.close .header-btn__icon {
    background: transparent;
}
.close .header-btn__icon::before {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.close .header-btn__icon::after {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.close .header-btn__icon::before, .close .header-btn__icon::after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    background:#fff;
    opacity:1;
}




#primary-menu.nav .arrow {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 46px;
    font-style: normal;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: -13px;
    left:auto;
    bottom:auto;
    z-index: 1;
}
#primary-menu.nav .arrow.current::before {
    /*content: "\f106";*/
}
#primary-menu.nav .arrow::before {
    /*content: "\f107";*/
    /*font-family: 'Font Awesome 5 Free';*/
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    font-style: normal;
}





@media (max-width:1024px) {
    .header-btn {
        display: block;
    }
    .header-nav {
        display: none;
        width: 100%;
        max-width: 340px;
        height: auto;
        background: #ca3092;
        border-bottom: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .pcpc-logo {
        padding:15px 50px;
    }
    .pcpc-logo img {
        max-height:70px;
    }
    .menu-top {
        position: static;
        text-align: left;
        margin-top: 32px;
        color:#fff;
    }
    .menu-top a, .menu-top .fa::before {
        color:#fff !important;
    }
    .header-search-icon {
        width: auto;
        height: auto;
        font-size: 24px;
        background: transparent;
        color: #222;
        margin: 0;
        transform: translateY(-50%);
        top: 50%;
    }
    header .nav {
        display: block;
        padding: 0;
        margin: 0;
        display:block !important;
        margin:0 !important;
        width:100%;
    }
    header .nav > li {
        border-bottom: 1px solid rgba(255,255,255,0.5);
        display:block;
        text-align:left;
    }
    header .nav > li > a {
        height: auto;
        color: #fff !important;
        padding: 11px 25px 11px 0 !important;
        display:block;
        line-height:24px;
    }
    #primary-menu .dropdown-menu {
        background: #a9287a;
        border-top: 1px solid rgba(255,255,255,0.5);
        border-bottom: 1px solid rgba(255,255,255,0.5);
        box-shadow: none;
        width: auto;
        padding: 0 35px;
        margin: 0 -35px -1px;
        position: static;
        left:auto;
        top:auto;
        float:none;
    }
    #primary-menu .dropdown-menu li {
        border-bottom:1px solid rgba(255,255,255,.5);
    }
    #primary-menu .dropdown-menu a {
        color:#fff !important;
        font-size:14px;
        padding:11px 12px;
    }
    #primary-menu .dropdown-menu a:hover {
        color:#fff !important;
    }
    .header-nav .container {
        padding: 90px 35px 15px;
    }
    .header-nav .arrow::after {
        display:none;
    }
    #primary-menu.nav .arrow {
        display:block;
    }
}










footer {
	color:#fff;
	padding:43px 0;
	font-size:16px;
	font-family:"Merriweather",serif;
	line-height:24px;
	margin-top:40px;
	background-color:#222;
}
footer a {color:#fff;}
footer p {margin: 0 0 18px;}

.footer-social-box {
    list-style:none;
    margin:0;
    display:inline-block;
    margin:0 -5px 40px;
}

.footer-social-box li {
    float:left;
    margin:0 5px;
}

.footer-social-box a {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    font-size: 17px;
    line-height: 40px;
    color: #222;
    text-align: center;
}

footer .row-fluid {
    padding:0;
}
footer .row-fluid>div:nth-child(2) {
    text-align:right;
}

#ExtensionQuickRegEventFeesOE {
    font-weight:bold;
    font-size:14px;
}
