/*
Theme Name: Adventurous Pro Child
Theme URI: http://localhost/Cornell/
Description: This is a child theme of adventurous
Author: Noise and Iron Design
Template: adventurous-pro
Version 0.1
*/


@import url("../adventurous-pro/style.css");
html, body {
    height: 100%;
    margin: 0; padding: 0;
}
body>#page {
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}
#main-wrapper {
    display: table-row;

    height: 100%;
}
body{
    font-family: "ingra", Arial, Geneva, sans-serif;
    color: #534D49;
    font-style:normal;
}

.entry-content a, .entry-content a:hover {
	color:#3CC0C7 !important;
}

#primary {
    width: 100%;
}
#secondary {
    width: 100%;
}

@media screen and (min-width: 980px) {
    .single-post #content .hentry, div#primary.content-area {
        min-height: auto;
    }
}
.entry-header .entry-title {
    font-size: 30px;
}
#header-right .widget ul.menu > li:last-child ul {
    left: inherit;
    right: 0;
}

#header-right .widget {
    position: absolute;
    right: 4%;
}
#header-right .widget ul.menu li {
    padding-right: 0;
    text-align: left;
}
ul.cd-accordion-menu li a.active {
    font-weight: 700;
}
a {
    /* color: #2680bf; */
	color: #008085;
    transition: all 0.2s ease-in-out;
}
a, a:hover, a:active, a:focus {
    outline: 0;
}
#header-right .widget ul.menu li:hover > a,
#header-right .widget ul.menu a:focus,
#header-right .widget ul.menu .current-menu-item > a,
#header-right .widget ul.menu .current-menu-ancestor > a,
#header-right .widget ul.menu .current_page_item > a,
#header-right .widget ul.menu .current_page_ancestor > a {
    color: #3bbfc6;
}
#controllers a:hover,
#controllers a.active {
    background-color: #3bbfc6;
}
.entry-header .entry-title a:hover {
    color: #3bbfc6;
}
.hentry.format-aside .entry-title a:hover {
    color: #3bbfc6;
}
.post-format .entry-format a:hover {
    color: #3bbfc6;
}
.hentry.format-image .entry-title a:hover {
    color: #3bbfc6;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span {
    border: 1px solid #9FAD9F;
}
#content .wp-pagenavi a:hover,
#content .wp-pagenavi span.current {
    background-color: #3bbfc6;
}
.comments-area article header a:hover {
    color: #3bbfc6;
}
li.bypostauthor cite span {
    background-color: #3bbfc6;
}
.widget-area .widget a:hover {
    color: #3bbfc6;
}

.breadcrumb ul li {
    border: 1px solid transparent;
}
.breadcrumb ul li a {
    background-color: transparent;
    color: #758A75;
    font-weight:bold;
    border: solid 1px #fff;
}
.breadcrumb ul li a:hover {
    background-color: #f5f5f5;
    /*color: #757575; */
    color: #3bbfc6;
    font-weight:bold;
    border: solid 1px #ddd;
}
.breadcrumb ul li.current_item {
    background-color: transparent;
    color: #999;
    font-weight:bold;
}
.breadcrumb ul li.current_item:hover {
    background-color: transparent;
    color: #3bbfc6;
}


#header-right .widget ul.menu ul {
    /* border-top: 3px solid #9FAD9F; */
    /* border-top: 3px solid #ffffff; */
    border: 1px solid #ddd;;
}

.home #content-sidebar {
    padding-top: 30px;
}
@media screen and (max-width: 479px) {
    .home #content-sidebar {
        padding: 0;
        margin: 0;
    }
}
#content-sidebar {
    padding-top: 2px;
}

#site-generator .powered {

    display:none;
}

.link_with_icon img {
    width: 100%;
    box-sizing: border-box;
}

#header-right .header-search-wrap {
    background-color: #b31b1b;
    box-shadow: none;
    border-top-color: #b31b1b;
    padding: 0px 10px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
}
#header-right .header-search-wrap input#s,
#header-right .header-search-wrap input#s2 {

    border-radius: 4px;
    width: 200px;
    box-sizing: border-box;
    margin-left: 10px;
    background-image: url(/wp-content/themes/adventurous-pro_child/images/img-magnify.png);
    background-color: #ececef !important;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center right 5px;
}


#masthead .container{
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1160px;
    width: 100%;
}

.mobile-menu {
    border-top: 3px solid #9FAD9F !important;
}

ul.download li a {
    color: #3bbfc6 !important;
    padding: 4px 2px 4px 2px;
    font-size: 1.9rem;
    display: block;
}
ul.download li a span{
    background: url('images/icon-pdf.png') center center transparent;
    width: 32px;
    height: 32px;
    float: right;
    margin-right: 10px;
}
ul.download li a:hover {
    color: #b31b1b !important;
}
ul.download li a:hover span {
    opacity: 0.9;
}

.featured-content-wrap article .entry-container {
    display: block;

}

@media only screen and (min-width: 1440px) {
    .home #primary {
        width: 100%;
        max-width: 70%;
    }
}



@media screen and (min-width: 981px) {
    #masthead .container {
        /*width: 920px;*/
        max-width: 1160px;
        width: 98%;
    }
}
@media screen and (max-width: 980px) {
    #masthead .container {
        width: 720px;
    }
    #header-right {
        position: relative;
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    #masthead .container {
        width: 600px;
    }
    .left-sidebar #primary {
        width: 540px;
    }
    #content-sidebar {
        padding-top: 30px;
    }
}
@media screen and (max-width: 640px) {
    #masthead .container {
        width: 520px;
    }
}
@media screen and (max-width: 560px) {
    #masthead .container {
        box-sizing: border-box;
        width: 98%;
        padding-left: 10px;
        padding-right: 10px;
    }
    #header-right {
        position: relative;
        right: 0;
    }
}
@media screen and (max-width: 479px) {
    #masthead .container {
        width: 98%;
    }
}
@media screen and (max-width: 400px) {
    #masthead .container {
        width: auto;
    }
}



@media only screen and (min-width: 891px) {
    .left-sidebar #primary {
        float: right;
        padding: 30px;
        width: 65%;
        background: #fff;
        margin-bottom: 30px;
    }


    #header-menu {
        position: relative;
        right: -5px;
    }
    .menu-header-container #header-right .widget ul.menu a {
        right: -20px;

    }
    #header-right #header-search-widget {
        right: -11px;
    }
}
#header-right {
    width: 25% !important;
    text-align: right !important;
    padding-right: 2px;
    box-sizing: border-box;
}
@media screen and (min-width: 981px) {
    #header-right {
        width: 50% !important;
        float: right;
        text-align: right;
        padding-top: 20px;
    }
}



#header-right #header-search-widget {
    float: none;
    position: static !important;
    margin: 0 !important;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
}
@media screen and (min-width: 981px) {
    #header-right #header-search-widget {

        width: 210px;

    }
}

#header-right #header-right-menu {
    position: static;
    width: auto;
    display: inline-block;
    float: none;
}
@media screen and (max-width: 980px) {
    #header-right #header-right-menu {
        display: none;
    }
}

#header-right .widget .menu a {
    padding: 0 10px 20px 10px;
}

#masthead.fixed-header #site-logo {
    position: relative;
    left: -12%;
}
.left-sidebar #secondary {
    float: left;
    padding: 10px 30px 30px 30px;
    width: 300px;
    background: #fff;
    margin-bottom: 30px;
}

#site-logo {

    width: auto;
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #ff9027;
}
@media screen and (min-width: 981px) {
    #site-logo {
        display: inline-block;
        margin-top: 10px;
        padding-right: 20px;

    }
}
#masthead.fixed-header #site-logo img {
    height: auto;
    width: auto;
    max-height: 50px;

    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}
#masthead #site-logo img {
    max-height: 28px;
    max-width: 100%;
    width: 28px;
    height: auto;

    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

@media screen and (min-width: 981px) {
    #masthead #site-logo img {
        width: 55px;
        height: auto;
        max-height: 100%;
    }
}
.visible{
    display:block;
}

@media print{
    .manual-section .hide{display:block;}
	.noprint{ display: none; }
	.content {display:block;}
	.container, .content, body, p, h1, h2, h3, h4, blockquote, ul, li { color:#000 !important; }
	header { display:none; }
	footer { display:none !important; }
	.f7x { display:none; }
	.widget-area { display:none; }

}
@media screen{
    #content .hide{ display:none;}
}


#header-featured-image{
    background-color: #fff;
    float:left;
}
#header-featured-image img{
    margin-left:1px;
    margin-bottom:-15px;
}

#main-slider img{
    width:100%;
}
/*.Zebra_Tooltip {display:none !important;}*/

/** ------------------------
 Primary Menu
------------- **/
#header-right .widget ul.menu a {
    font-size: 110%;
    color: #ff4d1b;
}
#header-right .widget ul.menu ul li:hover > a,
#header-right .widget ul.menu ul a:focus,
#header-right .widget ul.menu ul .current-menu-item > a,
#header-right .widget ul.menu ul .current-menu-ancestor > a,
#header-right .widget ul.menu ul .current_page_item > a,
#header-right .widget ul.menu ul .current_page_ancestor > a {
    background-color: #f8f8f8;
}

#header-right .widget ul.menu > li:hover > a {
    color: #3bbfc6;
}

#content .hentry {
    /*padding: 30px;*/
    padding: 10px;
}

.home #content .hentry {
    padding: 0;
}

#secondary .widget {
    box-sizing: border-box;
    /* background-color: #fff; */
    background-color: transparent;
    /* padding: 30px; */
    /* padding: 0 30px; 30px 30px; */
    padding: 0;
}
/*
.home #secondary .widget {
    background-color: transparent;
	padding: 0;
}
*/

.container {
    box-sizing: border-box;
    width: 92%;
    /* max-width: 1250px; */
}

#main .container {
    max-width: 1080px;
}

@media screen and (max-width: 479px) {

    .container {

        width: 98% !important;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 981px) {
    .container {
        width: 92%;
    }
    #header-right .header-search-wrap {
        display:block;
    }

    #header-featured-image {
        width: 92% !important;
        margin: 0 4% !important;
    }
}

@media screen and (max-width: 1280px) {
    #header-featured-image {
        width: 100%;
        margin: 0 auto;
    }
}

.breadcrumb.container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
}




#primary {
    clear: both;
    float: left;
}

.fixed-header #header-right .header-search-wrap {
    top: 0px;
}
.admin-bar #masthead.fixed-header {
    top: 0;
}
/*
#header-search {
    display: block;
    position: absolute;
    z-index: 9999;
    left: -24px;
    top: 6px;
}
*/
/**
#searchsubmit {
    display: block;
    background: transparent;
    border: none;
    position: absolute;
    right: 5px;
    bottom: -7px;

}
#searchsubmit:before {
    content: "\f400";
}
#searchsubmit:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 20px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}

.searchform label:before {
    content: "\f400";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 20px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}
**/

/* ---------------------------------------
 Site Header
------------------------------------------*/
#masthead{
    background-color:#FFF;
    padding: 15px 0 15px 0 !important;
    position:relative;
    box-sizing: border-box;

}
@media screen and (min-width: 981px) {
    #masthead{
        padding: 15px 0 15px 0 !important;

    }
}
@media screen and (max-width: 650px) {
    #masthead{
        padding: 15px 0 15px 0 !important;

    }
    #top-pre-header .container {
        padding-top:3px;
        padding-bottom:3px;
    }
}
#masthead.fixed-header{
    position:relative;
}

#site-title a{
    color:#000; !important
}

#search-input #search-form-query{
    background-color:#fff;
}
#header-right {
    padding-top: 0;
}
@media screen and (min-width: 981px){
    #header-right {
        padding-top: 20px;
    }
}

#header-right .header-search-wrap{
    background-color:#FFF;
    border-top-color:#FFF;

}
@media screen and (min-width: 600px){
    .widget_nav_menu{
        position:absolute;
        right: 0;
    }

    #site-logo img{
        max-height:50px;
    }
    #main-wrapper #header-featured-image{
        position:absolute;
        z-index: 100;
        padding-bottom:0em;
        padding-left: 0;
    }

    .header-sidebar .widget ul
    {
        width: inherit;
        margin-top: 0;
        margin-left: 0;
        margin-right: 4px;

    }
    /*	#header-search{
            z-index:100;
        }*/
    #header-right .header-search-wrap{
        background-color:#FFF;
        box-shadow:none;
        border-top-color:#FFF;
        padding:6px 10px 10px 10px;
        border-radius: 0px 0px 10px 10px;

        top:12px;
        /*	margin-top:	-73px;
            margin-right: -26px;
            z-index:-100;
            */
    }
    #header-left{
        padding-bottom:1px;
        margin-left: 0;
    }

    #header-right .header-search-wrap input#s,
    #header-right .header-search-wrap input#s2 {
        background-color:#fff;
        border-radius:4px;

    }

    /* Secondary menu is the horizontal menu below the main picture */
    #secondary-menu,
    #site-generator,
    div.site-info.container{
        background-color:#fff;
    }

    #secondary-menu{
        padding-top:0;
    }
    .menu {
        /* background-color:#ebebeb; */
        background-color: #f5f5f5;
        /* border-top: 1px solid #eeeeee; */
        /* border-bottom: 1px solid #ffffff; */
        margin-top: 9px;
    }

    .home .menu {
        /* background-color:#fff; */
        margin-top: 0;
        border-top: 0;

    }

    .home #secondary-menu{
        padding-top:0;
    }

    .menu-secondary-container .menu{
        border-top: solid #ddd 1px;
        border-bottom: solid #ddd 1px;
        margin-bottom: 5px;
    }

    #secondary-menu ul.menu a{
        line-height: 15px;
        color: #777;
        letter-spacing: 1.1;
        padding: 14px 50px;
        display: block;
    }

    #secondary-menu ul.menu li{
        margin: 0;
        padding: 0;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 1.0em;
        font-weight: bold;
        margin-left: -4px;
        text-transform: uppercase;
    }

    #secondary-menu ul.menu li.current-menu-item a{
        /* background-color:#f9f9f9; */
        background-color:#F5F5F5;
        color: #223165;
        font-weight: 900;
    }
    #secondary-menu ul.menu li.current-menu-item a:hover {
        background-color: #F5F5F5;
        color: #3bbfc6;
    }
    #secondary-menu ul.menu li a:hover {
        background-color: #F5F5F5;
        color: #3bbfc6;
    }

    #secondary-menu ul.menu ul
    {
        top:15px;
    }

    img.wp-post-image {
        display:block;
        background-color:#fff;
        margin-top: -73px;
        margin-right: -26px;
        z-index:-100;
        box-shadow:none;
        border-top-color:#b31b1b;

    }
    #search-form{
        top:-3px;
    }
    #secondary-menu ul.menu
    {
        width:100%;
    }

    #access-secondary{
        width:100%;
        float:none;
    }

}

@media screen and (max-width: 980px){
    .breadcrumb.container {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 30px;
    }
    #content-sidebar {
        padding-top: 30px;
    }
    #form_search{
        margin-left:-188%;
    }

    #search-input{
        width:80%;
    }
    #search-filters{
        width:65%;
    }

    #search-form-query{
        width:3em;
    }
    #search-form-query {
        padding: 3px;
        width: 145px;
        border: none;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 1.1em;
        color: #000000;
        background: #fff url('../images/layout/headerbgsearch.gif') no-repeat top left;
        vertical-align: middle;
    }

    #img.search-form{
        width:40px;
    }
    #featured-post.layout-three .post{
        width:100% !important;
    }
}

/*------------------------------

 Featured Image/Posts

 -------------------------------------*/
#featured-post{
    display:block;
    clear:both;
    padding-top:142px;
    padding-bottom:0px;
    border-bottom:none;

}

#main-wrapper #featured-post{
    padding-top:0;
    border-bottom:none;
    padding-bottom:0px;
}

#featured-post.layout-three .post{
    width:100%;
    margin-left: 0 !important;
}
#featured-post .container{
    position:static;
    width: 100%;

}

#featured-post h2 {
	padding:.5em 0 .1em 0;
	font-size: 40px;
	color: #9B9B9B;
}

#featured-post figure{
    margin-bottom:0;
}


#featured-post img{
    width:100%;

}

#featured-post img.wp-post-image{
    padding-bottom: 0;
}


@media screen and (max-width: 980px){
    #featured-post .container{
        margin-top:-8em;
    }
    #featured-post h2 {
		padding:2em 0 1em 0;
		font-size: 25px;
	}
}

/*------------------------------------

 Quick Links

-------------------------------------*/

.widget_wlwi  .link_with_icon {
    box-sizing: border-box;
    padding: 15px;
    /*
    margin-top: 1.4em;
    margin-bottom: 1.4em;
    /* border-left: 2px solid #d7dbde; */
    clear:both;
    height: auto;
    width:100%;
    background-color: #fff;
}
#secondary.widget-area aside .link_with_icon:first-child {
    padding-top: 30px;

}

#secondary.widget-area aside .link_with_icon:last-child {
    padding-bottom: 30px;

}
.widget_wlwi .link_with_icon img{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    height:6.5em;
    padding-right: 2.33em;

}
.widget_wlwi .link_with_icon img{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    height:6.5em;
    padding-right: 2.33em;

}
.widget_wlwi .link_with_icon .link_text p {
    margin-bottom: 0;
}

.widget_wlwi .link_with_icon a {
    color:#9aa3a8;
    letter-spacing: 1px;
}
#secondary .widget_text {
    padding: 30px;
}
#content-sidebar #secondary .widget_text .widget-title {
    text-align: center;
    font-size: 30px;
}
.link_with_icon .desc{
    display:block;
    clear:both;
}

.widget_wlwi .link_image,
.widget_wlwi .link_text
{
    position:relative;

}

.widget_wlwi .link_image{
    border-right: 1px solid #e2e2e2;
    display: inline-block;
    width:37%;
    box-sizing: border-box;
    vertical-align: top;

}

.widget_wlwi .link_text{
    display: inline-block;
    width:63%;
    padding:10px 0 1px;
}

.widget_wlwi h3 {
    display: none;
}

.link_text a {
    font-weight: 700;
    text-transform: uppercase;
    font-size:12px;
}

.link_text a:hover {
    color: #ef5023;
    text-decoration: none;
}

.link_text .desc{
    line-height: 1.3;
    margin-right:5px;
}

.widget-title {
    font-size: 20px;
    text-transform: uppercase;
}

/* --------------------------------

Menu Components

-------------------------------- */
.widget-area .widget .cd-accordion-menu a{
    color: #3bbfc6;
}
.cd-accordion-menu {
    width: 90%;
    max-width: 600px;
    background: #fff;

}
.cd-accordion-menu ul {

    display: none;
}
.cd-accordion-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cd-accordion-menu input[type=checkbox] {

    position: absolute;
    opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 0px;
    background: #fff;

    color: #2680bf;
    font-size: 1.6rem;
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
    background: #52565d;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {

    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cd-accordion-menu label {
    cursor: pointer;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after {
    background-image: url(cd-icons.svg);
    background-repeat: no-repeat;
}
.cd-accordion-menu label::before {

    left: 18px;
    background-position: 0 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.cd-accordion-menu label::after {

    left: 41px;
    background-position: -16px 0;
    display:none;
}
.cd-accordion-menu a::after {

    left: 36px;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {

    background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
    padding-left: 2px;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
    background: #fff;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
    box-shadow: none;
}
.cd-accordion-menu ul label::before {
    left: 265px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
    left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
    padding-left:2px;
}
.cd-accordion-menu ul ul label::before {
    left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
    left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
    padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
    left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
    left: 95px;
}

@media only screen and (min-width: 600px) {
    .cd-accordion-menu label, .cd-accordion-menu a {
        padding: 4px 23px 4px 2px;
        font-size: 1.9rem;
    }
    .cd-accordion-menu label::before {
        left: 100%;
    }
    .cd-accordion-menu label::after {
        left: 53px;
    }
    .cd-accordion-menu ul label,
    .cd-accordion-menu ul a {
        padding-left: 2px;
    }
    .cd-accordion-menu ul label::before {
        left: 249px;
    }
    .cd-accordion-menu ul label::after,
    .cd-accordion-menu ul a::after {
        left: 77px;
    }
    .cd-accordion-menu ul ul label,
    .cd-accordion-menu ul ul a {
        padding-left: 2px;
    }
    .cd-accordion-menu ul ul label::before {
        left: 72px;
    }
    .cd-accordion-menu ul ul label::after,
    .cd-accordion-menu ul ul a::after {
        left: 101px;
    }
    .cd-accordion-menu ul ul ul label,
    .cd-accordion-menu ul ul ul a {
        padding-left: 154px;
    }
    .cd-accordion-menu ul ul ul label::before {
        left: 96px;
    }
    .cd-accordion-menu ul ul ul label::after,
    .cd-accordion-menu ul ul ul a::after {
        left: 125px;
    }



    h2:before{
        display:block;
        content:"";
        margin-top:-3em;
        height:3em;
        visibility:hidden;
    }
}

.widget-area .widget ul ul {
    margin-left: 3em;
}

.widget-area .widget ul ul li a{
    font-size: 1.1em;
    line-height: 1.1em;
}

#scrollup span {
    position: absolute;
    left: 100px;
}
/*-------------------------------------
    Front Page Main Content
---------------------------------------*/
@media only screen and (min-width: 320px) {



    .home #main .entry-container{
        border: 1px solid #d7dbde;
        padding:0;
        background-color:#aaaaaa;
    }

    .home #main .entry-header .entry-title
    {
        text-transform: uppercase;
        font-size: 18px;
        font-weight:900;
    }
    .home #main .entry-content {
        font-size:16px;
        line-height: 1.74;
        font-weight:300;
        letter-spacing: 0.5;
    }

}

/*----------------------------------------------

  User Manual Styles

-----------------------------------------------*/

#post-59 .manual-section h1 {
    margin: .1em 0 0.5em 0;
    color: #343434;
    font-weight: normal;
    font-family: 'Ultra', sans-serif;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;

}
#post-59 .entry-header{
    margin-bottom:-.8em;
}

/*----------------------------------------------

  Footer Components

-----------------------------------------------*/
footer#colophon {
    display: table-row;
    width: 100%;
    background:#534d49;
}
#footer-sidebar {
    background-color: transparent;

    /* margin-top: 25px solid #fff; */
}
#footer-sidebar #supplementary .widget-area .widget, #footer-sidebar #supplementary .widget-area .widget a {
    color:#ffffff;
}

#footer-sidebar #supplementary {
    max-width: 1250px;
}

@media only screen and (min-width: 600px) {
    #first.widget-area {
        font-size: 16px;
        line-height: 1.3;
    }
    #third.widget-area {
        font-size: 15px;
        line-height: 1.3;
    }

    #supplementary {
        margin: 0 auto;
    }

    #supplementary .widget-area, #supplementary .widget-area a {
        /* color: #969292; */
        color: #777;
    }

    #colophon #site-generator .site-info {
        padding-bottom: 5px;
        padding-top: 0;
    }

    #site-generator .copyright {
        width: 100%;
        text-align: center;
        color: #969292;
    }

    #site-generator a {
        color: #969292;
    }

    #site-generator a:hover {
        color: #f6931d;
    }

    /*
    ul.social-profile li a {
        display: block;
        color: blue;
        background: url("images/social-profile.png") right bottom no-repeat;
        width: 33px;
        height: 33px;
        text-indent: -99999px;
    }
    */
}
/* =iPad Landscape
-------------------------------------------------------------- */
@media only screen
and (min-device-width: 640px)
and (max-device-width: 1024px) {

    #main-wrapper #featured-post.layout-three .featued-content-wrap {
        margin-left: 0 !important;
        width: 100% !important;
    }

    #main-wrapper #featured-post {
        padding-top: 170px;
    }

    #content-sidebar #primary {
        /*margin-top: 0em;*/
    }

}

@media only screen and (max-width: 1000px) and (min-width: 300px) {
    #search-form {
        width: 39%;
    }

    #search-input {
        width: 90%;
    }

    #search-filters {
        width: 76%;
    }
}


/*STYLES ONLY WORK WHEN APPLIED TO MAIN THEME*/
@media only screen and (max-width: 600px) {

    #header-right #search-filters {
        width: 76% !important;
    }

    #header-right #search-form {
        width: 100% !important;
        margin-top: -2em;
    }

    #search-input #search-form-query {
        width: 23%;
    }

    #search-input #search-filters {
        font-size: .8em;
        margin: 1px 0 0;
    }
}
@media only screen and (min-width: 600px) {
    #supplementary {
        margin-left: 2em;
    }

    #supplementary .widget img {
        max-width: 100%;
        margin-right: 10em;
    }
}

#supplementary.two .widget-area + .widget-area {
    float: right;
    margin-right: -24em;
}

@media only screen and (min-width: 600px) {
    #supplementary {
        margin: 0 auto;
    }

    #supplementary.two .widget-area {
        float: left;
        width: 45%;
        margin-left: 20em;
    }
}

@media only screen and (max-width: 1350px) {
    .left-sidebar #secondary {
        float: left;
        padding: 10px 30px 30px 30px;
        width: 300px;
        background: #fff;
        margin-bottom: 30px;
    }

    .left-sidebar #primary {
        float: right;
        padding: 30px;
        width: 60%;
        background: #fff;
        margin-bottom: 30px;
    }

}
@media only screen and (max-width: 1153px) {
    .left-sidebar #secondary {
        float: left;
        padding: 10px 30px 30px 30px;
        width: 300px;
        background: #fff;
        margin-bottom: 30px;
    }

    .left-sidebar #primary {
        float: right;
        padding: 30px;
        width: 50%;
        background: #fff;
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 980px) {
    #header-featured-image a {
        display: block;
        max-width: 720px;
        margin: 0 auto;
        width: 100%;
    }

    #secondary {
        margin-left: 0;
        width: 720px;
    }

    .left-sidebar #secondary {
        float: left;
        padding: 0;
        width: 100%;
        background: #fff;
        margin-bottom: 30px;
        margin-left: 0;
    }

    #secondary .widget {
        display: inline;
        float: left;
        margin-left: 0 !important;
        padding: 0;
        width: 100%;
    }

    .left-sidebar #primary {
        float: right;
        padding: 30px;
        width: 92%;
        background: #fff;
        margin-bottom: 30px;
    }

    #header-right .header-search-wrap {
        display: none;
    }

    .displaynone {
        display: none;
    }

    #header-right {
        position: relative;
        right: 10px;
    }

}
@media only screen and (max-width: 890px) {
    #header-right {
        position: relative;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .left-sidebar #primary {
        max-width: 710px;
        width: 100%;
        padding: 0;
    }

    #header-featured-image a {
        display: block;
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #secondary {
        margin-left: -20px;
        width: 600px;
    }

    #featured-post.layout-four .featued-content-wrap, #featured-post.layout-three .featued-content-wrap {
        margin-left: 0 !important;
        width: 100% !important;
    }
    #secondary .widget {
        width: 100%;
    }
    .widget_wlwi .link_text {

        padding: 8px 0 1px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 667px) {
    .left-sidebar #primary {
        max-width: 600px;
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 640px) {
    .left-sidebar #primary {
        width: 460px;
    }

    #header-featured-image a {
        display: block;
        max-width: 520px;
        margin: 0 auto;
        width: 100%;
    }

    #secondary .widget {
        width: 100%;
    }

    .cd-accordion-menu label::before {
        left: 100%;
    }

    ul.download li a {
        color: #2680bf !important;
        padding: 4px 20px 4px 2px;
        font-size: 1.9rem;
        display: block;
    }
}
@media screen and (max-width: 600px) {

    .left-sidebar #primary {
        max-width: 568px;
        width: 100% !important;
        padding: 0;
    }

    #header-featured-image a {
        display: block;
        max-width: 520px;
        margin: 0 auto;
        width: 100%;
    }

    ul.download li a {
        color: #2680bf !important;
        padding: 4px 20px 4px 2px;
        font-size: 1.9rem;
        display: block;
    }

    .cd-accordion-menu label::before {
        left: 100%;
    }

    .cd-accordion-menu {
        width: 100%;
        max-width: 600px;
        background: #fff;
    }
    .cd-accordion-menu label::before {
        left: 100%;
    }
}


@media only screen and (max-width: 599px) {
    #main-wrapper #featured-post {
        padding-bottom: 0;
        padding-top: 104px;
    }
    #header-right {
        position: relative;
        right: 0 !important;
    }

    #header-right .header-search-wrap {
        display: none;
    }

    .displaynone {
        display: none;
    }

    .home #main .entry-container {
        border: 1px solid #d7dbde;
        box-shadow: 1px 1px 2px 1px rgba(152, 167, 178, 0.15);
        border-radius: 6px;
        padding: 19px;
        background-color: #fff;
    }

    .left-sidebar #secondary {
        float: left;
        padding: 10px 30px 30px 0;
        width: 510px;
        background: #fff;
        margin-bottom: 30px;
    }

    ul.download li a {
        color: #2680bf !important;
        padding: 4px 0 4px 2px;
        font-size: 1.9rem;
        display: block;
    }

    .cd-accordion-menu label::before {
        left: 100%;
    }

    .cd-accordion-menu {
        width: 100%;
        max-width: 600px;
        background: #fff;
    }

    .cd-accordion-menu label::before {
        left: 94%;
        background-position: 0 0;
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    .left-sidebar #secondary {
        float: left;
        padding: 10px 10px 30px 0px;
        max-width: 540px;
        background: #fff;
        margin-bottom: 30px;
    }

    #secondary .widget {
        width: 100%;
        padding: 0 0;
        margin: 0;
    }
}

@media only screen and (max-width: 568px) {
    .left-sidebar #primary {
        max-width: 568px;
        width: 100% !important;
        padding: 0;
    }
}
@media only screen and (max-width: 560px) {
    .left-sidebar #primary {
        max-width: 340px;
        width: 100% !important;
    }
    .left-sidebar #secondary {
        float: left;
        padding: 10px 0px 30px 0px;
        max-width: 400px;
        background: #fff;
        margin-bottom: 30px;
    }
    #header-featured-image a {
        display: block;
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .left-sidebar #primary {
        max-width: 300px;
        width: 100%;
    }
    .left-sidebar #secondary {
        float: left;
        padding: 10px 0px 30px 0px;
        max-width: 360px;
        background: #fff;
        margin-bottom: 30px;
    }
    #header-featured-image a {
        display: block;
        max-width: 360px;
        margin: 0 auto;
        width: 100%;
    }
}

@media only screen and (max-width: 415px) {
    .left-sidebar #primary {
        max-width: 360px;
        width: 100%;
    }
}
@media only screen and (max-width: 412px) {
    .left-sidebar #primary {
        max-width: 360px;
        width: 100%;
    }
    #header-featured-image a {
        display: block;
        max-width: 360px;
        margin: 0 auto;
        width: 100%;
    }
}
@media only screen and (max-width: 400px) {
    .left-sidebar #primary {
        max-width: 260px;
        width: 100%;
    }
    .left-sidebar #secondary {
        float: left;
        padding: 10px 0px 30px 0px;
        max-width: 320px;
        background: #fff;
        margin-bottom: 30px;
    }
    #header-featured-image a {
        display: block;
        max-width: 320px;
        margin: 0 auto;
        width: 100%;
    }
}
@media only screen and (max-width: 375px) {
    .left-sidebar #primary {
        max-width: 320px;
        width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 360px) {
    #hgroup-wrap #header-left {
        width: 80%;
    }
    .left-sidebar #secondary {
        float: left;
        padding: 10px 0px 30px 0px;
        max-width: 338px;
        background: #fff;
        margin-bottom: 30px;
    }
    .left-sidebar #primary {
        max-width: 338px;
        width: 100%;
        padding: 0;
    }
    #header-featured-image a {
        display: block !important;
        max-width: 338px !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 320px) {
    .left-sidebar #secondary {
        float: left;
        padding: 10px 0px 30px 0px;
        max-width: 300px;
        background: #fff;
        margin-bottom: 30px;
    }
    .left-sidebar #primary {
        max-width: 300px;
        width: 100%;
        padding: 0;
    }
    #header-featured-image a {
        display: block !important;
        max-width: 300px !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
}
#main {
    background-color: transparent;
}
#content article {
    background-color: transparent;
}
.home #content article {
    margin-bottom: 2px;
}

.home #main .entry-container {
    /* background-color: #f5f5f5; */
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding:0;
}

.home #content {
    /* background-color: #f5f5f5; */
    background-color: transparent;
    margin-right: 0;
    /*border: 3px solid #f5f5f5;
    box-shadow: 1px 1px 1px 1px rgba(152,167,178,0.15);
    border-radius: 3px;
    padding: 0;*/
}
/*
div #main-wrapper {
	border-bottom: #f5f5f5 solid 20px;
}
*/
/*
.home #primary article {
	border-bottom: 1px solid #ddd;
}
*/




.home article.post + article.post:before, article.post + article.post:before {
    /*
content:"";
    height:2px;
    background:-moz-linear-gradient(left, #fcfcfc 0%,#ebebeb 50%,#fcfcfc 100%);
    background:-webkit-linear-gradient(left, #fcfcfc 0%,#ebebeb 50%,#fcfcfc 100%);
    background:linear-gradient(left, #fcfcfc 0%,#ebebeb 50%,#fcfcfc 100%);
    width:90%;
    display:block;
*/
    display:none;
    height:0px !important;
    content:none !important;
}


.home .entry-container header {
    margin: 10px 0 0 10px;
    padding:0;
}

footer #footer-sidebar {
    /*border-top: #ddd solid 1px;
    border-bottom-width: 200px;
    */
}

footer #site-generator, .copyright {
    background-color: transparent;
    color: #fff !important;
}
#colophon #site-generator .site-info {
    background-color: transparent;
}
.featured-homepage-image a {
    pointer-events: none;
    cursor: default;
}

/*
.entry-title a {
	pointer-events: none;
	cursor: default;
}
*/

.by-author { display: none; }

.home .entry-header .entry-meta {
    display: none;
}

.home .entry-content  {
    color: #534d49;
    padding-left:45px;
	font-size: 16px;
}

.home .entry-content p {
    margin-bottom: 11px;
}

.home .entry-meta  {
    font-size: 12px;
    padding-bottom: 9px;
    padding-left:45px;
}

.home .entry-header .entry-title a {
    color: #f6921e; /* !important; */
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 0;
}

.home .on-date a {
    color: #758A75;
}



#colophon #site-generator .site-info{
    padding: 0;
}


#content-sidebar .widget-area {
    padding-top: 30px;
}

.home #content-sidebar .widget-area {
    padding-top: 20px;
}

.widget_wlwi {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#header-menu #access {
    float: right !important;
}

#header-mobile-menu {
    vertical-align: top;
    background-color: #d8d8d8;
    border-radius: 5px;

}
#header-mobile-menu .mobile-menu-bar {
    color: #ea552d;
}




@media screen and (min-width: 981px) {
    #header-search {
        display: none;
    }
}

#header-left {
    width: 75% !important;
    padding-bottom: 0;
}

@media screen and (min-width: 981px) {
    #header-left {
        width: 50% !important;
    }
}
.cy-header-image {
    display: inline-block;
    width: 70%;
    padding-left: 0;
    box-sizing: border-box;
    vertical-align: middle;
}
@media screen and (min-width: 981px) {
    .cy-header-image {
        width: 80%;
        padding-left: 0;
        padding-top: 16px;

    }
}


#header-left .cy-header-image .custom-logo {
    display: block ;
    margin-left: -3px;
}

@media screen and (min-width: 981px) {
    #header-left .cy-header-image .custom-logo {
        display: none !important;
    }
}

#header-left #main-feat-img {
    display: none;
    max-width: 165px;
    width: 100%;
    height: auto;
}
#header-left .custom-logo {
    display: block;
    width: auto;
    height: 38px;
}
@media screen and (min-width: 981px) {
    #header-left  #main-feat-img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 400px;
    }

    #header-left .custom-logo {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    #header-right #secondary-mobile-menu {
        display: inline-block;
        float: none;
        margin-right: 0;
    }
}


#header-primary-menu-mobile {
    display: block;
}

@media screen and (min-width: 981px) {
    #header-primary-menu-mobile {
        display: none;
    }
}

#header-primary-menu-mobile #header-menu {
    position: relative;
    right: 0;
}

#header-primary-menu-mobile  #access {
    float: none !important;
}

#header-primary-menu-mobile  .menu {
    float: left;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    margin-top: 9px;
}

#header-primary-menu-mobile .menu-header-container:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

#header-primary-menu-mobile  .menu li {
    float: left;
    box-sizing: border-box;
    width: 50%;
}

#header-primary-menu-mobile  .menu li:first-child {
    border-right: 1px solid #e2e2e2;
}

#header-primary-menu-mobile  .menu li a {
    display: block;
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
    text-decoration: none;

}

#header-primary-menu-mobile  .menu li a:hover {
    text-decoration: none;

}

#header-primary-menu-mobile  .sub-menu {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    float: left;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 50px;
    left: 0;
    list-style: none;
    display: none;
    width: 100%;
    z-index: 99999;
}

#header-primary-menu-mobile  .sub-menu li {
    float: none;
    width: 100%;
}

.menu-secondary-container .menu{
    margin-top: 0 !important;
}
#main-slider .entry-container header {
    margin: 0;
    padding: 0;
}

#main-slider .entry-container {
    top: 0;
    color: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main-slider .entry-header .entry-title {
    color: #fff !important;
    font-size: 42px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 105%;
}
#main-slider .entry-header .entry-title a {
    color: #fff !important;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
#main-slider .entry-content {
    display: none;
}
@media screen and (min-width: 580px) {

    #main-slider .entry-content {
        display: inline-block;
        color: #fff !important;
        font-weight: lighter;
        font-size: 26px;
        line-height: 120%;
        margin: 5px 0 0 0;
        padding: 0;
    }
}

#featured-post  {
    background-color: #f4f4f4;

    padding: 0 !important;

}
#featured-post .container {
    max-width: 1160px;
    margin: 0 auto !important;
    background-color: #f4f4f4;


}
#featured-post .featured-content-wrap {

    position: relative;

    width: 100% !important;
    margin-left: 0;
}
#featured-post .featured-content-wrap .slick-track  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;

}
#featured-post .post {
    display: inline-block;
    vertical-align: top;
    width: 175px;
    margin: 0;
    padding: 0;
    float: none;
}
@media screen and (min-width: 980px) {

    #featured-post .post {
        border-right: 1px solid #b8fafd;
    }
}
#featured-post .post:last-of-type {
    border-right: 0;
}
#featured-post a {
    display: block;
    padding: 10px 25px 40px 25px !important;
    text-decoration: none;
    margin-bottom:1em;
}
#featured-post a:hover {
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}
@media screen and (min-width: 980px) {

    #featured-post a:hover {
        background-color: #FFF;
    }
}
#featured-post .entry-content {
    padding: 0 !important;
}
#featured-post .entry-content-link {
	color:#F05023;
	opacity: 0.0;
	transition: opacity .6s;
 	display:block;
	margin-top:1em;
	visibility: hidden;
/*  	display:none; */ 
}
#featured-post-1:hover .entry-content-link, #featured-post-2:hover .entry-content-link, #featured-post-3:hover .entry-content-link, #featured-post-4:hover .entry-content-link, #featured-post-5:hover .entry-content-link {
	opacity: 1;
}

#featured-post .entry-title {
    display: block !important;
    font-weight: normal;
    font-family:"ingra-2";
    font-size: 24px;
    margin-bottom: 10px;
}

#featured-post-1 .entry-title {
    color: #f15024;
}
#featured-post-2 .entry-title {
    color: #013976;
}
#featured-post-3 .entry-title {
    color: #3fc0c7;
}
#featured-post-4 .entry-title {
    color: #b9d333;
}
#featured-post-5 .entry-title {
    color: #f6931e;
}


#featured-post article.post + article.post:before, .page-template-template-blog article.post + article.post:before {
    display: none;
    height:0px !important;
}
#secondary-menu ul.menu {
    margin: 0 !important;
}

.home #primary {
    max-width: 100% !important;
}

#section-home-about {
    box-sizing: border-box;
    padding: 55px 20px;
    max-width: 1160px;
    margin: 0 auto !important;
    width: 100%;
    font-size:0;
}

#section-home-about .image {
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
}
#section-home-about .image img {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    height: auto;

}
#section-home-about .content {
    box-sizing: border-box;
    padding: 30px 0 30px 30px;
    width: 100%;
    display: block;



    font-size: 28px;
    color: #534D49;
    letter-spacing: 0;
    line-height: 37px;
    clear: both;
}
@media screen and (min-width: 580px) {
    #section-home-about {
        padding: 55px 0;
    }
    #section-home-about .image {
        width: 25%;
        display: inline-block;
    }
    #section-home-about .image img {
        display: inline-block;
        width: 90%;
    }
    #section-home-about .content {
        vertical-align: middle;
        padding: 30px 0 30px 30px;
        width: 75%;
        display: inline-block;


    }
}
.content-header  {
    text-align: center;
}

.content-header h2 {
    float: none;
    margin-top: 40px;
    font-weight: 500;
    font-size: 28px;
    color: #9b9b9b;
    letter-spacing: 0;
    font-family:"ingra-2";

}

.content-header .more-link {
    float: none;
    font-weight: 300;
    font-family:"ingra-2";
    font-size: 17px;
    color: #4A4A4A;
    letter-spacing: 0.9;
    text-transform: uppercase;
    line-height: 25px;
    padding-top: 8px;
}

.content-header .more-link:hover {
    color: #30bfc7;
    text-decoration: none;
}
.content-header {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #bcbcbc;
}

#section-home-about .content-text {
    text-align: center;
    clear: both;
    font-size: 17px;
    line-height: 140%;
}
#section-home-about .content-text h3 {
    font-weight: 700;
    font-size: 26px;
    color: #F05023;
    letter-spacing: -0.42px;
    padding: 20px 0;
}
@media screen and (min-width: 580px) {
    .content-header h2 {
        float: left;
        margin-top: 0;
    }

    .content-header .more-link {
        float: right;

    }
    #section-home-about .content-text {
        text-align: left;
    }
}


.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* ie 6/7 */
}

.home #content-sidebar {

    max-width: 100%;
    width: 100%;
}

.home-recent-blog {
    padding: 30px 30px 0 30px;
    /*** background-color: #EDEDED; ***/
	background-color: #f2f2f2;
}

.home-recent-blog .post-date,
.home-recent-blog .post-categories,
.home-recent-blog .post-categories a {
    color: #9a9a9a;
}
.home #content-sidebar .content-area {

    max-width: 1160px !important;
    width: 100%;
    margin: 0 auto !important;
    float: none;
    border-bottom: none;
}
.home .home-recent-blog #content {
    display: block;

}
.home .home-recent-blog .content-header h2 {
    margin-top: 0;

}
@media screen and (min-width: 580px) {
    .home .home-recent-blog #content {
        vertical-align: top;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
        column-gap: 30px;
        margin-right: 0 !important;

    }
}
.home .home-recent-blog #content article {
    vertical-align: top;
    background-color: transparent;

    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;


}
.home .home-recent-blog #content article  .entry-header {
    margin: 0;
    padding: 0;
}
.home .home-recent-blog #content article  .entry-header h2 {
    padding: 0;
    margin: 0;
}
.home .home-recent-blog #content article  .entry-header h2:before {
    display: none;
}
.home .home-recent-blog #content article  .entry-header h2 a {
    font-size: 18px;
    color: #F05023 !important;
    letter-spacing: -0.42px;
    text-transform: none;
}
.home .home-recent-blog #content article  .entry-header h2 a:hover {
    color: #F05023 !important;
    text-decoration: underline;
}
.home .home-recent-blog #content article .entry-content {
    padding: 20px 0 !important;
}
.home .home-recent-blog #content article .entry-content a.more-link {
    display:none !important;
}


.home .home-recent-blog #content article  .post-date {
    display: inline-block;
    margin-right: 30px;
}

.home .home-recent-blog #content article:before {
    display: none;
}



.home .home-recent-blog #content article .read-more-wrapper {

    display: inline-block;
    padding-bottom: 30px;
    border-bottom: 1px solid #3abfc6;
}
.hotlinks-wrapper {
    max-width: 1160px;
    margin: 0 auto !important;
    padding: 30px;
    text-align: center;
}
@media screen and (min-width: 580px) {
    .hotlinks-wrapper {

        text-align: left;
    }
}
.hotlinks {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;


}
.hotlinks .hotlinks-item {
    width: 100%;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    flex-grow: 1;

    background-color: #fff;
    vertical-align: top;
    padding: 40px 20px 20px 20px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    text-decoration: none;
    margin-right: 0;
    margin-bottom: 40px;
    background-image: none;
}
@media screen and (min-width: 425px) {
    .hotlinks-wrapper {
        padding: 30px;

    }
    .hotlinks .hotlinks-item {
        width: 49%;
        background-image: url('/wp-content/themes/adventurous-pro_child/images/blue_gradient_background.jpg');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
    }
    .hotlinks .hotlinks-item:nth-child(even) {
        background-image: none;
    }
}
@media screen and (min-width: 580px) {
    .hotlinks .hotlinks-item {
        width: 49%;
        background-image: url('/wp-content/themes/adventurous-pro_child/images/blue_gradient_background.jpg');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
    }
    .hotlinks .hotlinks-item:nth-child(even) {
        background-image: url('/wp-content/themes/adventurous-pro_child/images/blue_gradient_background.jpg');

    }
    .hotlinks .hotlinks-item:nth-child(3n+0) {
        background-image: none;
    }
}


@media screen and (min-width: 1024px) {
    .hotlinks {

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,afe1e5+30,afe1e5+50,afe1e5+70,ffffff+100&0.7+0,1+50,0.7+100 */
        background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(175,225,229,0.88) 30%, rgba(175,225,229,1) 50%, rgba(175,225,229,0.88) 70%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(175,225,229,0.88) 30%,rgba(175,225,229,1) 50%,rgba(175,225,229,0.88) 70%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(175,225,229,0.88) 30%,rgba(175,225,229,1) 50%,rgba(175,225,229,0.88) 70%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */

    }
    .hotlinks .hotlinks-item {
        width: 6.25%;

        display: inline-block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;

        background-color: #fff;
        vertical-align: top;
        padding: 40px 20px 20px 20px;
        transition: all 0.3s ease-in-out;
        text-align: center;
        text-decoration: none;
        margin-right: 1px;
        margin-bottom: 0;
        background-image: none;
    }
    .hotlinks .hotlinks-item:nth-child(even) {
        background-image: none;
    }

}/***END min-width: 1024px***/


.hotlinks .hotlinks-item:last-of-type {
    margin-right: 0;
}
.hotlinks .hotlinks-item::before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: calc(100% - 1px);
    z-index: -1;
    transition: opacity 0.45s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+28,eeeeee+50,eeeeee+72,ffffff+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 28%, rgba(238,238,238,1) 50%, rgba(238,238,238,1) 72%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 28%,rgba(238,238,238,1) 50%,rgba(238,238,238,1) 72%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 28%,rgba(238,238,238,1) 50%,rgba(238,238,238,1) 72%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.hotlinks .hotlinks-item:hover {
    text-decoration: none;

}
.hotlinks .hotlinks-item:hover:before {
    opacity: 1;

}
.hotlinks .hotlinks-image {
    width: auto;
    height: auto;
    max-height: 85px;
    margin: 0 auto 40px auto;
    display: block;

}

.hotlinks .hotlinks-title {
    font-size: 20px;
    display: block;
    line-height: 120%;
    margin-bottom: 10px;
}

.hotlinks .link_text {
    font-size: 18px;
    color: #534D49;
    line-height: 120%;
}
.hotlinks-wrapper .widget-title {

    padding: 0 0 15px 0;
    margin-bottom: 0;
    border-bottom: 2px solid #bcbcbc;
    font-weight: bolder;
    font-size: 28px;
    color: #9B9B9B;
    letter-spacing: 0;
}


footer .footer-content {
    opacity: 1;
    max-width: 1160px;
    margin: 0 auto !important;
    background-image: url('images/footer-bkgd-watermark-phone-@2x.png');
    background-repeat: no-repeat;
    background-position:  bottom center;
    background-size: 95% auto;
    background-blend-mode: screen;

}
@media screen and (min-width: 769px) {
    footer .footer-content {
        background-size:auto 100%;
        background-position:  bottom left;

    }
}
footer #footer-sidebar {
    min-height: 140px;
    width: 100%;
    padding-top: 60px;
}

footer #footer-sidebar #supplementary {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

footer .footer-col-1 .footer-logo {
    background: transparent url('images/footer-logo-phone-@2x.png') no-repeat center center;
    background-size: contain;
    height: 100%;
    min-height: 70px;
    #margin-bottom: 60px;
	margin-bottom: 10px;
    text-indent: -1000000px;
}
@media screen and (min-width: 769px) {
    footer .footer-col-1 .footer-logo {
        margin-bottom: 0;
        background: transparent url('images/footer-logo-computer-@2x.png') no-repeat 0 0;
        background-size: 100% auto;
        height: 100%;
        #min-height: 300px;
		min-height: 250px;
    }
}
footer #footer-sidebar .menu {
    background-color: transparent;
}
footer #footer-sidebar #third .widget_nav_menu {
    position: static;
}
footer #footer-sidebar #fourth .widget_nav_menu {
    position: static;
}

footer #supplementary.four .widget-area {
    box-sizing: border-box;
    width: 25%;
    margin-left: 0;
    padding-left: 50px;

}
footer #footer-sidebar .widget-area h3 {
    font-weight: bold;
    color: #FFF !important;
}
footer #footer-sidebar .widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer #footer-sidebar .widget-area ul li {
    line-height: 100%;
    margin: 0;
    padding: 0;
}

footer #footer-sidebar .widget-area ul li a {
    display: block;
    line-height: 100%;
    margin: 0 0 0 -6px;
    padding: 10px 6px;
    text-decoration: none;
    font-size: 16px;

}
footer #footer-sidebar .widget-area ul li a:hover {
    background-color: #47403C;
    text-decoration: none;
}
footer #supplementary.four .widget-area:first-of-type {
    padding-left: 0;
}

#main .content-area h2:before {
    display: none;
}

.page-featured-image {
    position: relative;
    width: 100%;
}
/*
.page-featured-image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px 24px 27px -22px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 24px 27px -22px rgba(0,0,0,0.5);
    box-shadow: inset 0px 24px 27px -22px rgba(0,0,0,0.5);
}
*/
.page-featured-image img {
    width: 100%;
    height: auto;
}

#content-sidebar #secondary.widget-area {
    box-sizing: border-box;
    margin-top: 50px;
    padding: 0 15px;

}

#content-sidebar #secondary.widget-area  .widget_wlwi {
    background-color: #f5f5f5;
}
#content-sidebar #secondary.widget-area .widget_text {
	background-color: #ffffff !important;
	margin-top:20px;
	text-align:center;
}
#content-sidebar #secondary.widget-area .widget_text strong {
	font-size: 16px;
	color: #4A4A4A;
	text-transform: uppercase;
	display:block;
	margin:10px 0 0 0;
}


#content-sidebar #secondary.widget-area .widget .links_with_icons .link_image {
    border-right: none;

}
#content-sidebar #secondary.widget-area .widget .links_with_icons .link_image img {
    width: 100%;
    height: auto;
    padding-right: 10px;

}
#content-sidebar #secondary.widget-area .widget .links_with_icons .link_text a {
    font-size: 16px;
    line-height: 100%;
    color: #4A4A4A;
    letter-spacing: 0;

}
#content-sidebar #secondary.widget-area * {
    background-color: transparent;
}
#content-sidebar #secondary.widget-area .widget.widget_text {
    padding: 30px 15px !important;
}
#content-sidebar #secondary.widget-area .widget.widget_text .widget-title {
    font-weight: normal;
    font-size: 22px;
    line-height: 100%;
    color: #4A4A4A;
    letter-spacing: 0;

    text-align: center;
}
#second .widget-title {
    line-height:24px;
}
#fourth .widget-title {
    line-height:24px;
}
#thord .widget-title {
    line-height:24px;
}
.page .entry-header {
    border-bottom: 2px solid #534D49;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
}
.page article .entry-header {
    border-bottom: 0px solid #a3a3a3;
    padding:0;
}
hr {
    background-color: #534D49;
}


/*HEADER STYLES*/
.page article .entry-header {
    margin-bottom:0px !important;
}
.page .entry-header h2.entry-title,
.page .entry-header h2.entry-title a,
.entry-header h1.entry-title,
.entry-header h1.entry-title a,
.entry-header h2.entry-title,
.entry-header h2.entry-title a,
.page-header h1.page-title {
    font-family: "Ingra-2";
    font-size: 25px ;
    line-height:32px;
    color: #534D49 !important;
    letter-spacing: 0;
    font-weight: 500;
    font-style:normal;
    text-transform: uppercase;
    text-align:left !important;
}
.page-header h1.page-title {
    margin-top:10px;
    margin-bottom:20px;
}
.entry-header h1.entry-title, .page-header h1.page-title {
    border-bottom: 2px solid #534D49;
    padding-bottom:15px;
    margin-bottom: 10px;
}
.page article h2.entry-title {
    border-bottom: 2px solid #534D49;
    padding-bottom:15px !important;
    margin-bottom: 10px;
}
.page h3, 
.page h3 a, 
.page h3 strong, 
.entry-header h3.entry-title, 
.entry-header h3.entry-title a {
    font-family: "Ingra-2";
    font-size: 20px;
    color: #000000 !important;
    letter-spacing: 0;
    font-weight: 500;
    font-style:normal;
}
.page h3 a:hover, .entry-header h3.entry-title a:hover, .page h4 a:hover, .entry-header h4.entry-title a:hover {
    text-decoration: underline;
    color:inherit !important;
}
.post .entry-container .entry-header h3.entry-title a {
    color:#000000 !important;
}
.page h4, .page h4 a, .page h4 strong {
    font-family: "Ingra";
    font-size: 17px;
    color: #534D49 !important;
    letter-spacing: 0;
    font-weight: 300;
    font-style:normal;
    line-height: 23px;
}
.page article h3, .entry-header h3.entry-title {
    /*border-bottom: 2px solid #534D49;*/
    border-bottom: none !important;
    padding-bottom:10px !important;
    margin-bottom: 5px;
}


@media screen and (min-width: 767px) { /*tablet and up*/
    .page .entry-header h2.entry-title,
    .page .entry-header h2.entry-title a,
    .entry-header h1.entry-title,
    .entry-header h1.entry-title a,
    .entry-header h2.entry-title,
    .entry-header h2.entry-title a,
    .page-header h1.page-title {
        font-size: 40px;
    }
    .page h4, .page h4 a, .page h4 strong {
    }
    .page article h2.entry-title {
        padding-bottom:20px !important;
        margin-bottom:20px;
    }
    .entry-header h1.entry-title {
        padding-bottom:20px;
        margin-bottom: 20px;
    }
    .page-header h1.page-title {
        margin-bottom:20px;
    }
}
@media screen and (min-width: 960px) { /*desktop and up*/
    .page h3, .page h3 a, .page h3 strong {
        font-size:20px;
    }
    .page h4, .page h4 a, .page h4 strong {
        font-size:18px;
    }
}



article.post.type-post .page .entry-header .entry-title/* , .page .entry-header .entry-title a */ {
    font-size: 18px;
    color: #F05023 !important;
    letter-spacing: -0.42px;
    text-transform: none;
}
#content article.post.type-post {
    margin-bottom: 20px !important;
}

#content article.post.type-post .btn-read-more {
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.42px;
    background: #87D7DB;
    text-transform: uppercase;
}

#content article.post.type-post .btn-read-more:hover {
    background: #3BBFC6;
    text-decoration: none;
}

#content article.post.type-post .read-more-wrapper {
    display: inline-block;
    padding-bottom: 30px;
    /* border-bottom: 1px solid #3abfc6; */
}

.home .home-recent-blog #content article .btn-read-more {
    display: inline;
    padding: 0;
    font-weight: 300;
    font-family: "ingra-2";
    font-size: 17px;
    /* color: #4A4A4A !important; */
    color:#3CC0C7 !important;
    text-transform: uppercase;
    line-height: 25px;
    background-color: transparent;
    cursor: pointer;
}

.home .home-recent-blog #content article .btn-read-more:hover {
    color: #3BBFC6 !important;
    background-color: transparent;
    text-decoration: underline;
}






.page .site-content .entry-content h2,
.page .site-content .entry-content h2 strong, .page .site-content .entry-content h2 a{
    color: #000 !important;
    font-size: 20px;

}
/*
.page .site-content .entry-content h2 {
    width: 100%;
    border-bottom: 1px solid #a3a3a3;
    margin-bottom: 30px;
    padding-bottom: 20px;

}
*/
#top-pre-header {

    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+73,efefef+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 73%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 73%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 73%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

}

#top-pre-header .container {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1160px;
    width: 100%;
}



@media screen and (min-width: 981px) {
    #top-pre-header .container {
        width: 98%;
        max-width: 1160px;
    }
}
@media screen and (max-width: 980px) {
    #top-pre-header .container {
        width: 720px;
    }

}
@media screen and (max-width: 767px) {
    #top-pre-header .container {
        width: 600px;
    }

}
@media screen and (max-width: 640px) {
    #top-pre-header .container {
        width: 520px;
    }
}
@media screen and (max-width: 560px) {
    #top-pre-header .container {
        width: 98%;
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width: 479px) {
    #top-pre-header .container {
        width: 98%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 400px) {
    #top-pre-header .container {
        width: auto;
    }
}

#top-pre-header .container .logo-cornell {
    width: 160px;
    float: left;
}
#top-pre-header .container .logo-cornell a {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 640px) {
    #top-pre-header .container .logo-cornell {
        width: 220px;
        float: left;
    }
}
#top-pre-header .container .search-wrapper {
    display: none;
    float: right;
    width: 200px;
}

@media screen and (min-width:981px) {
    #top-pre-header .container .search-wrapper {
        display: block;
        width: 300px;
        float: right;
    }
}
#top-pre-header .container .search-wrapper .searchform {
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(246,246,246,1) 73%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(246,246,246,1) 73%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(246,246,246,1) 73%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}

#top-pre-header .container .search-wrapper .searchform .field {
    border: none;
    box-sizing: border-box;
    width: 100%;
    background: transparent  url('/wp-content/themes/adventurous-pro_child/images/img-magnify.png') no-repeat center right 10px;
    padding-right: 30px !important;
    background-size: 16px 16px;
    outline: none;
    height: 45px;
    z-index: 99999;
}

#header-right #header-right-menu #header-menu .menu a {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}
#header-right #header-right-menu ul.menu .current-menu-ancestor > a {
	color: #ff4d1b;
}
#header-right #header-right-menu ul.menu > li:hover > a {
    color: #013976;
}
#header-right #header-right-menu ul.menu .current-menu-ancestor > a {

}
#header-right #header-right-menu ul.menu .sub-menu {
    padding: 0;
}
#header-right #header-right-menu ul.menu .sub-menu li {
    box-sizing: border-box;
    display: block;
    padding: 0;
    width: 100%;
}
#header-right #header-right-menu ul.menu .sub-menu li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
}

#header-right #header-right-menu ul.menu li:hover > a {
	color: #013976;
}
#header-right #header-right-menu ul.menu .current_page_item > a {
    /*color: #013976;*/
	color: #ff4d1b;
}

.logo-cornell {
    display: block;
    height: 45px;
    background: transparent  url('/wp-content/themes/adventurous-pro_child/images/cornell-logo-mobile-@2x.png') no-repeat left 6px center;
    background-size: auto 32px;
}
@media screen and (min-width: 981px) {
    .logo-cornell {
        background: transparent  url('/wp-content/themes/adventurous-pro_child/images/cornell-logo-computer-@2x.png') no-repeat left center;
        background-size: auto 32px;
    }
}
.logo-cornell span {
    visibility: hidden;
}


footer #supplementary.four #third.widget-area {
    clear: none !important;
}
footer #supplementary.four .widget-area {
    float: none;
    width: 100%;
    text-align: center;
    padding-left:0;
}
@media screen and (min-width: 769px) {
    footer #supplementary.four .widget-area {
        float: left;
        width: 25%;
        text-align: left;
        padding-left:50px;
    }
}

#header-mobile-menu-block li {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
#header-mobile-menu-block li.menu-item-has-children {
    border-bottom: 1px solid #d5d5d5;
}

#header-mobile-menu-block li .sub-menu{
    display: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
#header-mobile-menu-block li.menu-item:nth-child(2) .sub-menu {
    display: none;
}
#header-mobile-menu-block li .sub-menu li {
    text-align: center;
    padding: 0;
    margin: 0;
}
#header-mobile-menu-block li a:hover {
    background-color: transparent;
}
#header-mobile-menu-block  a {
    color: #f8912f;
    font-size: 16px;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
}
#header-mobile-menu-block .menu-item-has-children > a {
    font-weight: normal;
    font-size: 20px;
    color: #eb502c;

}
#header-mobile-menu-block li.mobile-search-block {
    position: relative;
    padding-top: 20px;
}

@media screen and (min-width: 981px) {
    #header-right #header-menu .menu li.mobile-search-block {
        display: none;
    }
    #header-right #header-menu .menu li:last-child a {
        padding-right: 0 !important;
    }
}

#header-mobile-menu-block .mobile-search-block #s,
#header-mobile-menu-block .mobile-search-block #s2
{
    border: none;
    box-sizing: border-box;
    background: #f6f6f6  url('/wp-content/themes/adventurous-pro_child/images/img-magnify-gray.png') no-repeat center right 10px;
    padding-right: 30px !important;
    background-size: 16px 16px;
    outline: none;
    width: 100%;
    float: none;
    height: 40px;

}
#header-mobile-menu-block .mobile-search-block .searchform {
    position: relative;
}
#header-mobile-menu-block .mobile-search-block #s:focus,
#header-mobile-menu-block .mobile-search-block #s2:focus {
    width: 100%;
}

#header-mobile-menu-block .mobile-search-block .mobile-menu-logo {
    height: 35px;
    display: block;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/adventurous-pro_child/images/logo_ciser_search_box.jpg');
}
#header-mobile-menu-block .mobile-search-block .mobile-menu-close {

    display: block;
    padding: 6px;
    width: 20px;
    height: 20px;
    background-size: 68% 68%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/adventurous-pro_child/images/icon-mobile-close.png');
    background-color: #d8d8d8;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 8px;
}
#header-mobile-menu-block .mobile-search-form {
    margin-top: 0;
    margin-bottom: 20px;
}

#searchsubmit {

    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: transparent;
    background: none;
    text-indent: -100000px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0;
    margin: 0;
}

#content .hentry {
    padding: 10px 0;
}
.search #main .container #primary,
.search-results #main .container #primary,
.post #main .container #primary,
.page #main .container #primary {
    width: 100%;
}
#main .container #secondary {
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
}


#main #content-sidebar.container {
    width: 98%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
}
@media screen and (min-width: 480px) {
    #main #content-sidebar.container {
        width: 98%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width: 561px) {
    #main #content-sidebar.container {
        width: 520px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 641px) {
    .search #main .container #primary,
    .search-results #main .container #primary,
    .post #main .container #primary,
    .page #main .container #primary {
        width: calc( 100% - 280px);
    }
    #main #content-sidebar.container {
        display: flex;
        x-justify-content: space-around;
        x-align-items: stretch;
        max-width: 1160px;
        width: 600px;
        padding-top: 0;
        padding-right: 5px;
        padding-left: 5px;
    }
    #main #content-sidebar.container #primary #content {
        padding-right: 30px;
    }
    #main #content-sidebar.container #secondary {
        width: 280px;
        flex: 0 0 280px;
        height: 100%;
        padding: 0;
    }
}

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

    #main #content-sidebar.container {

        width: 720px;
        max-width: 1160px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (min-width: 981px) {
    #main #content-sidebar.container {
        width: 98%;
        max-width: 1160px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 981px) {
    .search #main .container #primary,
    .search-results #main .container #primary,
    .post #main .container #primary,
    .page #main .container #primary {
        width: calc( 100% - 360px);
    }
    #main #content-sidebar.container #secondary {
        width: 360px;
        flex: 0 0 360px;
        padding: 0;
    }
}

.home #main #content-sidebar.container {
    display: inherit;
    max-width: 100%;
    width: 100%;
    padding: 0;

}


#main-slider::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px 24px 27px -22px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 24px 27px -22px rgba(0,0,0,0.5);
    box-shadow: inset 0px 24px 27px -22px rgba(0,0,0,0.5);
}

#main-slider .featured-slider .image .entry-container .entry-header .entry-title {
    color: #fff !important;
    border-bottom: none;

    display: block;
    padding: 0;
    margin: 0;
    font-size: 21px;
    font-weight: normal;
    height: auto;
    text-align: center !important;
}

#main-slider .featured-slider .image .entry-container .entry-header .entry-title a {
    font-family: "ingra", Arial, Geneva, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #000 !important;
}

#main-slider .featured-slider .image .entry-container .entry-content {
    color: #000;
    padding: 0 40px;
    margin: 0;
    display: block !important;
}
#main-slider figure {
    position: relative;
}
#main-slider #controllers {
    z-index: 999999 !important;
}
#main-slider .featured-slider .image .entry-container {
    width: 100%;
    position: relative;
    display: block;
    color: #fff;
    padding: 30px 0 30px 0;
    overflow: hidden;
}

@media screen and (min-width: 580px) {
    #main-slider .featured-slider .image .entry-container {
        position: absolute;
        margin: 0 auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: left;
        width:520px;
    }

    #main-slider .featured-slider .image .entry-container .entry-header {
        width: 440px;
    }
    #main-slider .featured-slider .image .entry-container .entry-header .entry-title {
        text-align: left !important;
        font-size: 26px;

    }

    #main-slider .featured-slider .image .entry-container .entry-header .entry-title a {
        font-size: inherit;
        font-weight: bold;
        color: #FFF !important;
		text-shadow: 2px 2px 3px #000, 2px 2px 3px #888;
		letter-spacing: 2px;
    }

    #main-slider .featured-slider .image .entry-container .entry-content {
        /* width: 440px; */
		width: 550px;
        font-size: 22px;
        padding: 10px 0;
		font-family: "ingra", Arial, Geneva, sans-serif;
        font-weight: normal;
        color: #FFF !important;
		text-shadow: 3px 3px 7px #222, 3px 3px 7px #222, 3px 3px 7px #222;
		letter-spacing: 1px;
    }
}

@media screen and (min-width: 641px) {
    #main-slider .featured-slider .image .entry-container {
        width: 600px;
    }
}

@media screen and (min-width: 768px) {
    #main-slider .featured-slider .image .entry-container {
        width:720px;
    }

    #main-slider .featured-slider .image .entry-container .entry-content {
        color: #FFF;
    }
}

@media screen and (min-width: 981px) {
    #main-slider .featured-slider .image .entry-container {
        width: 98%;
        max-width: 1160px;
    }
}

@media screen and (max-width: 980px) {
    .menu-header-container {
        display: none;
    }
}

.slide-previous, .slide-next {
    top: 26%;
}
#slider-nav .slide-previous:before,
#slider-nav .slide-next:before {
    font-size: 20px;
}
@media screen and (min-width: 580px) {
    .slide-previous, .slide-next {
        top: 62.5%;
    }
    #slider-nav .slide-previous:before,
    #slider-nav .slide-next:before {
        font-size: 24px;
    }
}
@media screen and (min-width: 768px) {
    .slide-previous, .slide-next {
        top: 68%;
    }
    #slider-nav .slide-previous:before,
    #slider-nav .slide-next:before {
        font-size: 28px;
    }
}
@media screen and (min-width: 981px) {
    .slide-previous, .slide-next {
        top: 60%;
    }
    #slider-nav .slide-previous:before,
    #slider-nav .slide-next:before {
        font-size: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .slide-previous, .slide-next {
        top: 65%;
    }
    #slider-nav .slide-previous:before,
    #slider-nav .slide-next:before {
        font-size: 30px;
    }
}

@media screen and (min-width: 1440px) {
    .slide-previous, .slide-next {
        top: 55%;
    }
    #slider-nav .slide-previous:before,
    #slider-nav .slide-next:before {
        font-size: 40px;
    }
}
.controllers {
    bottom: 2%;
    list-style: none outside none;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 20;
}
.controllers a {
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    margin: 0 4px;
    text-indent: -48px;
    overflow: hidden;
}
.controllers a:hover,
.controllers a.active {
    background-color: #3abfc6;
}

.slider-image:after, .slider-image:before {
    /*
top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
*/
    border:0px !important;
}

.slider-image:after {
    border-color: rgba(241, 80, 36, 0);
    border-top-color: #f15024;
    border-width: 6px;
    margin-left: -6px;
}
.slider-image:before {
    border-color: rgba(241, 80, 36, 0);
    border-top-color: #f15024;
    border-width: 12px;
    margin-left: -12px;
}

@media screen and (max-width: 980px) {
    .menu-header-container {
        display: none;
    }
}

#content .page-header {
    background-color: transparent;
}


body.fix-header > #page {
    padding-top: 65px;
}


.fix-header #masthead {
    position: fixed;
    top: 0;
    z-index: 999;
}
.logged-in.fix-header #masthead {
    position: fixed;
    top: 0;
    z-index: 999;
}
.fix-header #top-pre-header {
    position: relative;
    z-index: 1;
}
#header-mobile-menu-block {
    border-top: none !important;

}
#header-mobile-menu-block {
    padding-top: 0;
    top:108px;

}
.fix-header #header-mobile-menu-block {
    top:58px;
}

.logged-in #header-mobile-menu-block {
    top:155px;
}
.logged-in.fix-header #header-mobile-menu-block {
    top:58px;
}

@media screen and (min-width: 783px) {
    #header-mobile-menu-block {
        top:103px;
    }
    .fix-header #header-mobile-menu-block {
        top:103px;
    }
    .logged-in #header-mobile-menu-block {
        top:135px;
    }
    .logged-in.fix-header #header-mobile-menu-block {
        top:135px;
    }

    .fix-header #masthead {
        position: fixed;
        top: 45px;
        z-index: 999;
    }
    .logged-in.fix-header #masthead {
        position: fixed;
        top: 91px;
        z-index: 999;
    }
    body.fix-header > #page {
        padding-top: 154px;
    }
    .fix-header #top-pre-header {
        position: fixed;
        top: 0;
        z-index: 1000;
    }
    .logged-in.fix-header #top-pre-header {
        position: fixed;
        top: 46px;
        z-index: 1000;
    }
}
@media screen and (min-width: 783px) {

    .fix-header #masthead {

        top: 45px;

    }
    .logged-in.fix-header #masthead {

        top: 77px;

    }

    .fix-header #top-pre-header {

        top: 0;

    }
    .logged-in.fix-header #top-pre-header {

        top: 32px;

    }
}


#masthead {
    -webkit-box-shadow: 1px 11px 27px -2px rgba(0,0,0,0.36);
    -moz-box-shadow: 1px 11px 27px -2px rgba(0,0,0,0.36);
    box-shadow: 1px 11px 27px -2px rgba(0,0,0,0.36);
}
.slick-prev,
.slick-next {
    z-index: 20;
}
.slick-prev {
    left: -10px;
    box-shadow: none;
}

.slick-next {
    right: 0;
    box-shadow: none;
}
.slick-prev:hover,
.slick-next:hover {
    box-shadow: none;
}
.slick-prev:focus,
.slick-next:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.slick-prev:before{
    color:#f14f26;
    content: "\f503";
    font: normal 20px/1 Genericons;
}
.slick-next:before {
    color:#f14f26;
    content: "\f501";
    font: normal 20px/1 Genericons;
}


#main .breadcrumb {
    margin-top: 20px;
    max-width: 1160px;
    width: 98%;
    padding-left: 15px;
    padding-right: 15px;
}




@media screen and (min-width: 480px) {
    #main .breadcrumb {
        width: 98%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width: 561px) {
    #main .breadcrumb {
        width: 520px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 641px) {
    #main .breadcrumb {

        width: 600px;

        padding-right: 5px;
        padding-left: 5px;
    }

}

@media screen and (min-width: 768px) {
    #main .breadcrumb {

        width: 720px;
        max-width: 1160px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (min-width: 981px) {
    #main .breadcrumb {
        width: 98%;
        max-width: 1160px;
        padding-left: 10px;
        padding-right: 10px;
    }
}







.breadcrumb ul li a {
    color: #4A4A4A;
}

/* BREADCRUMB PLUGIN UPDATE CHAGED current_item CLASS TO current-item: */
/* OLD current_item */
/*
.breadcrumb ul li.current_item > span {
    color: #ec5238;
}

.breadcrumb ul li.current_item  {
    padding: 0;
}
.breadcrumb ul li a,
.breadcrumb ul li.current_item > span {
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    font-family: inherit;
    background: none;
    border: none;
    padding: 0 10px;
}
.breadcrumb ul li:first-child a {
    padding-left: 0;
}
.breadcrumb ul li.current_item span {
    font-weight: bold;
}
.breadcrumb ul li:after {
    display: inline-block;
    content: ">";
    color: #ec5238;
}
.breadcrumb ul li.current_item:after {
    content: '';
}
*/

/* NEW current-item */

.breadcrumb ul li.current-item > span {
    color: #ec5238;
}

.breadcrumb ul li.current-item  {
    padding: 0;
}
.breadcrumb ul li a,
.breadcrumb ul li.current-item > span {
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    font-family: inherit;
    background: none;
    border: none;
    padding: 0 10px;
}
.breadcrumb ul li:first-child a {
    padding-left: 0;
}
.breadcrumb ul li.current-item span {
    font-weight: bold;
}
.breadcrumb ul li:after {
    display: inline-block;
    content: ">";
    color: #ec5238;
}
.breadcrumb ul li.current-item:after {
    content: '';
}


#main .breadcrumb ul li a:hover {
    background-color: transparent;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    font-family: inherit;
    background: none;
    border: none;
    color: #013976;
}

#primary .site-content .entry-content blockquote {
    background-color: transparent;
    margin: 0 0 30px 0;
    padding: 0;
    color: #ec5238;
    font-weight: bold;
    font-size: 17px;
    line-height: 130%;
}
@media screen and (max-width: 580px) {

    #main-slider .slider-image > a { position: relative; display: block;  height: 190px; width: 100%; overflow: hidden;   }
    #main-slider .slider-image .wp-post-image { max-width: inherit; max-height: inherit; width: auto; height:190px; position: absolute; margin:0 auto; right: -100%; bottom: 0; left:-100%; }

    .page-featured-image{ position: relative; display: block;  height: 190px; width: 100%; overflow: hidden;   }
    .page-featured-image img { max-width: inherit; max-height: inherit; width: auto; height:190px; position: absolute; margin:0 auto; top:0; right: -100%;  left:-100%; }
}

.slick-disabled {
    display: none !important;
}

.home-recent-blog .post-categories a {
    color: #9a9a9a;
}
.home-recent-blog .entry-content p {

    font-size: 17px;
    line-height: 140%;
    color: #534D49;
    letter-spacing: 0;

}
.mobile-menu-bar:before {
    display: none;
}
.mobile-menu-bar {
    width: 30px;
    height: 30px;
    position: relative;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.mobile-menu-bar span {
    display: block;
    position: absolute;
    height: 4px;
    width: 60%;
    background: #f15024;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
/* Icon 3 */

.mobile-menu-bar span:nth-child(1) {
    top: 10px;
}

.mobile-menu-bar span:nth-child(2),
.mobile-menu-bar span:nth-child(3) {
    top: 18px;
}

.mobile-menu-bar span:nth-child(4) {
    top: 26px;
}

.mobile-nav.opened .mobile-menu-bar span:nth-child(1) {
    top: 18px;
    width: 0%;
}

.mobile-nav.opened .mobile-menu-bar span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-nav.opened .mobile-menu-bar span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-nav.opened .mobile-menu-bar span:nth-child(4) {
    top: 18px;
    width: 0%;
}

#widget_cyrus_hotlinks_widget-3 {
    margin-bottom: 0;
}

.page #page article h3 {
    border-bottom: none;
}

.page #page .site-content .entry-content h2,
.page #page .site-content .entry-content h2 strong {
    font-size: 24px;
}
@media screen and (min-width: 769px) {
    .footer-phone,
    .footer-fax {
        pointer-events: none;
        cursor: text;
    }
}



#page article.post:after {
    content:"";
    height:2px;
    background:-moz-linear-gradient(left, #fcfcfc 0%,#ebebeb 50%,#fcfcfc 100%);
    background:-webkit-linear-gradient(left, #fcfcfc 0%,#ebebeb 50%,#fcfcfc 100%);
    background:linear-gradient(left, #fcfcfc 0%,#ebebeb 50%,#fcfcfc 100%);
    width:90%;
    display:block;
    margin-top: 30px;
}

#page article.post:last-child:after {
    display: none;
}

#page #content article.post:last-child {
    margin-bottom: 30px !important;
}

.home #page article.post:after {
    display: none;
}

.entry-content a, .post .entry-container .entry-header h3.entry-title a, .page .site-content .entry-content h2 a {
    /*** color: #6677a4 !important; ***/
	/*** color: #5d6d96 !important; ***/
	/*** color: #29898E !important; ***/
	/*** color: #a2bdf2 !important; ***/
	/*** color: #5F8DE7 !important; ***/
	/*** color: #165598 !important; ***/
	color: #008085 !important;
}

.post .entry-container .entry-header h3.entry-title a:hover, .page .site-content .entry-content h2 a:hover {
    /*** color: #7393ca !important; ***/
	/*** color: #5f8de7 !important; ***/
	color: #3fc0c7 !important;
}

.entry-meta a, .entry-content a {
	color: #008085 !important;
}

.entry-meta a:hover, .entry-content a:hover {
	color: #3fc0c7 !important;
}

.home .home-recent-blog #content article .btn-read-more {
	color: #008085 !important;
	font-size: 12px !important;
	line-height: 12px !important;
	/*** text-transform: capitalize !important; ***/
}

.more-link {
	color: #008085 !important;
	font-size: 10px !important;
	line-height: 12px !important;
	padding-left: 5px !important;
	/*** text-transform: capitalize !important; ***/
}

.entry-summary .more-link a {
	padding-left: 15px !important;
} 

.page .entry-container .entry-header h2.entry-title a {
	font-size: 34px !important;
}

article .entry-container .entry-header h1.entry-title a {
	font-size: 28px !important;
}

.page-header h1.page-title {
	font-size: 28px !important;
}

#content-sidebar #secondary.widget-area .widget .links_with_icons .link_text a {
    color: #0e3864;
}

#content-sidebar #secondary.widget-area .widget .links_with_icons .link_text a:hover {
    color: #5F8DE7;
	color: #008085 !important;
}

.breadcrumb ul li a:hover {
	color: #008085 !important;
}

#secondary.widget-area aside .link_with_icon:last-child {
    padding-bottom: 10px;
}

.hotlinks .hotlinks-title {
	color: #0e3864 !important;
}

.entry-summary {
	padding-bottom:9px;
}

.entry-meta {
	font-size:small;
}

.page.no-sidebar-full-width #main .container #primary {
    width: 100% !important;
}

.taxonomy-description {
	text-align:left;
}

.taxonomy-description a {
	color: #008085 !important;
}

article.page + article.page::before {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(left center , #fcfcfc 0%, #ebebeb 50%, #fcfcfc 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    width: 90%;
	margin-bottom: 25px;
}

.page .entry-header {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.page .entry-container .entry-header h3.entry-title a {
	color: #008085 !important;
}

.page .entry-container .entry-header h3.entry-title a:hover {
	color: #3fc0c7 !important;
}

.entry-content h3 a {
	color: #008085 !important;
}

.entry-content h3 a:hover {
	color: #3fc0c7 !important;
}

.textwidget a {
	color: #008085 !important;
}



/* these try to make the meta tags for page lists like post lists, but they don't work - keep trying */

.page .entry-container .entry-meta a {
	text-align: left;
}

div.entry.container footer.entry-meta {
	text-align: left;
}

.noarrow {
	color: #008085 !important;
}

.collapseomatic_content {
	background-color: #fafafa !important;
	border: 1px solid #f5f5f5 !important;
}

/* remove auto hyphenation */
body p, li { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }

/* style Shortcodes Ultimate plugin's tabs */
.su-tabs {font-weight:bold;}
.su-tabs p {font-weight:normal;}
.su-tabs-panes {font-weight:normal;}
.su-tabs-vertical span {border-bottom: 2px #fff solid !important;}

/* styles used on Helpdesk Consultants page */
#hdc-name {font-size: 18px; font-weight: bold; margin: 0; padding: 0 0 5px 0;}


/*homepage announcement*/
@media screen and (min-width: 561px) {
    #homepage-message .container{
        width: 520px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #homepage-message .container > .left-section {
        width:80%;
        padding-left:10px;
    }
    #homepage-message .container > .right-section {
        width:20%;
        justify-content: flex-end;
    }
    #homepage-message .container .right-section a {
        float: right;
        max-width:150px;
    }
}
@media screen and (min-width: 641px) {
    #homepage-message .container{
        width: 600px;
    }
}
@media screen and (min-width: 768px) {
    #homepage-message .container {
        width: 720px;
    }
}
@media screen and (min-width: 981px) {
    #homepage-message .container {
        width: 98%;
        max-width: 1160px;
    }
}
#homepage-message .container .left-section h2 {
    color: #9bc23c;
    font-weight: 700;
}
#homepage-message .container .right-section a {
    padding: 8px 20px;
    font-size: 15px;
}

/************* START: from Appearence->Customize->Additional CSS *************/

.staffDir {border: none; text-align: left; vertical-align: top; padding-left: 4px; background-color: #ffffff; width:80%;}
.staffh {padding-left: 10px !important;}
.staff {padding-left: 20px !important;}

#rowID {font-family:helvetica,arial,serif;font-size:10px; text-transform: uppercase;}

#move2top {vertical-align:top;}
p {margin-bottom:15px;}
.home .entry-summary p {padding-left:45px;}

/* .entry-header is for post/page title listings */
.entry-header .entry-title a {
    color: #325c74 !important;
	/*color:#f6921e !important;*/
    font-size: 20px;
    font-weight: bold;
    line-height: 0.4 !important;
    margin-top: 0;
} 
.entry-header .on-date {display:none;}
.entry-header {margin-bottom:0;}
.page-header {margin-bottom:0;}

article.post + article.post:before{
  content:""; 
  height:2px;
  background:-moz-linear-gradient(left, #fcfcfc 0%,#ebebeb 50%,#fcfcfc 100%); 
  background:-webkit-linear-gradient(left, #fcfcfc 0%,#ebebeb 50%,#fcfcfc 100%); 
  background:linear-gradient(left, #fcfcfc 0%,#ebebeb 50%,#fcfcfc 100%);
  width:90%;
  display:block;
} 

#content article {margin-bottom:0;}

/* keeps prev & next post from appearing in post display */
/* post #nav-below { display: none !important; } */
div  .nav-previous  { display: none !important; } 
div  .nav-next  { display: none !important; } 

/* the following 2 lines are currently not being used */
.TDnoBorder-r {border:none !important;padding:3px !important;text-align:right;}
.TDnoBorder-l {border:none !important; padding:3px !important;}

/* .noHL is used to delete the horizonal lines between rows in tables */
.noHL {
    border: 0 !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
.captcha_textbox {
    width: 64px !important;
	height: 14px !important;
	padding-top: 5px !important;
	margin-top: 5px !important;
}
#cradcFormAgreement {
	padding-left:0;
	margin-left:-13px;
}
#noIndent {
	padding-left:0;
	margin-left:8px;
}

/* Categories listing on sitemap */
#categories-3 {
	padding-left: 150px !important;
}
/* DataSealOfApproval on sidebar */
#text-12 {
	padding-left: 70px !important;
}
img.centerImage {
  display: block;
  margin: auto;
  width: 40%;
}
/* don't show thumbnail images in post/page list displays
 */
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {display:none !important;}
a.su-post-thumbnail {display:none !important;}
/* don't show each workshop category in the categories sidebar widget */
li.cat-item.cat-item-26, li.cat-item.cat-item-27, li.cat-item.cat-item-28, li.cat-item.cat-item-29, li.cat-item.cat-item-30, li.cat-item.cat-item-31, li.cat-item.cat-item-32 {display: none;}

/* don't show each faq category in the categories sidebar widget */
li.cat-item.cat-item-12, li.cat-item.cat-item-13, li.cat-item.cat-item-15, li.cat-item.cat-item-16, li.cat-item.cat-item-17, li.cat-item.cat-item-18, li.cat-item.cat-item-19, li.cat-item.cat-item-20, li.cat-item.cat-item-21, li.cat-item.cat-item-24, li.cat-item.cat-item-25 {display: none;}

.su-posts-default-loop .su-post-comments-link {display: none;}
#post-2269 .su-posts-default-loop .su-post-meta {display: none;}
#content .page .entry-meta {display: none;}
#text-10 .textwidget a {color:#ffffff !important;}

ol#lower-alpha {list-style-type:lower-alpha;}
ol#upper-alpha {list-style-type:upper-alpha;}
ol#lower-roman {list-style-type:lower-roman;}
ol#upper-roman {list-style-type:upper-roman;}
ol#none {list-style-type:none;}

.taxonomy-description {
	line-height: 1.8;
	font-size: 1.05em;
}

#hdr-sub-menu {
	font-size: 75% !important;
}

.su-post-meta {display:none;}

.su-post-title {margin-bottom:1px !important;}

#menu-accounts-user-guide {
	background-color: #fff;
}
#menu-dataarchive {
	background-color: #fff;
}
#menu-securedataservices {
	background-color: #fff;
}
#menu-workshops {
	background-color: #fff;
}
#menu-software {
	background-color: #fff;
}
/* available software */
#sw_rs {background-color: rgba(192, 216, 70, 0.4); text-align: center;}
#sw_rsG {background-color: rgba(70, 216, 167, 0.4); text-align: center;}
#sw_rsCL	 {background-color: rgba(70, 191, 216, 0.4); text-align: center;}
#sw_cradc1 {background-color: rgba(240, 97, 56, 0.4); text-align: center;}
#sw_cradc2 {background-color: rgba(246, 147, 29, 0.4); text-align: center;}
#sw_cloud {background-color: rgba(147, 194, 251, 0.2); text-align: center;}

/* for tooltips on archive search page */
span.tip {
border-bottom: none;
text-decoration: none;
color: #333 !important;
}
span.tip:hover {
cursor: help;
position: relative;
color: #111 !important;
}
span.tip span {
display: none;
}
span.tip:hover span {
color: #fff;
font-family: arial,helvetica !important;
font-size: small;
border: #f5f5f5 1px solid;
padding: 8px 5px 8px 8px;
display: block;
z-index: 100;
background-color: #534d49;
left: 0px;
margin: 25px 10px 10px 40px;
width: 250px;
position: absolute;
top: 10px;
text-decoration: none;
border-radius: 10px !important;
-moz-border-radius: 10px  !important;
-webkit-border-radius: 10px  !important;
}
hr.tip {
background-color:#ABA5A0;
margin:9px 1px 9px 1px;
}

/* for button on Help Center page */
#helpCenter{
  padding: 20px 25px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  outline: none;
	color: #544e4a;
  border: none;
  border-radius: 10px 10px 10px 10px;
  box-shadow:5px 5px #777;
	background-image:  url();
	background-color: #f7f7f7;
	margin-bottom:3px;
}

#helpCenter:hover { 
background-color: #F8F8FF !important;
	background-color: #f2f2f2 !important;
color: #2e8e94;}

#helpCenter:active {
  background-color: #eee !important;
  border-radius: 10px 10px 10px 10px;
  box-shadow:3px 3px #777;
  transform: translateY(4px);
}
#biggerLetters {font-size:1.2em;}

.su-tabs-nav span {
	color:#326481 !important;
}

/* for buttons on password and request account pages */
#ciserBtn{
  padding: 5px 8px;
  font-weight: bold;
	font-size: 0.9em;
  text-align: center;
  cursor: pointer;
  outline: none;
	color: #ffffff;
  border: 1px #00919e solid;
  border-radius: 5px 5px 5px 5px;
  box-shadow:3px 3px #777;
	background-color: #00919e;
	background-image:  url();
	margin-bottom:2px;
}

#ciserBtn:hover { 
  background-color: #f0f0f0;
	color: #007A85;
	border: 1px #eee solid;
}

#ciserBtn:active {
  background-color: #f7f7f7 !important;
	color: #3fc0c7;
	border: 1px #f5f5f5 solid;
  border-radius: 5px 5px 5px 5px;
  box-shadow:2px 2px #777;
  transform: translateY(4px);
}
h2 {color:#6B6B6B !important;}

/************* END: from Appearence->Customize->Additional CSS *************/

/************* CISER changes for accessibility *************/
#header-right .widget ul.menu a {    /* header menu items */
	color: #d03900;
}
#homepage-message .right-section a {   /* button in optional theme announcement banner */
	background-color: #638100;
	border-right-color: #3B4D00;
	border-bottom-color: #3B4D00;
}
#homepage-message .right-section a {   /* button in optional theme announcement banner */
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) ;
	border: 1px solid #878e28;
}
#homepage-message .right-section a:hover {   /* button in optional theme announcement banner */
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
	border: 1px solid #878e28;
}
#featured-post .entry-content {
	display: block;
	margin-bottom: 9px;
}

#featured-post-1 .entry-title {   /* Data section title on home page */
	border-bottom: 1px solid rgba(211, 56, 13, 0.4) !important;
	display: inline-block !important;
	line-height: 0.85 !important;
	padding: 9px 0 2px 0;
}
#featured-post-1 .entry-title:hover {
	color: #BB320C !important;
	border-bottom: 1px solid rgba(139, 37, 9, 0.8) !important;
}

#featured-post-2 .entry-title {   /* Research section title on home page */
	border-bottom: 1px solid rgba(0, 0, 77, 0.4) !important;
	display: inline-block !important;
	line-height: 0.85 !important;
	padding: 9px 0 2px 0;
}
#featured-post-2 .entry-title:hover {
	color: #012c5b !important;
	border-bottom: 1px solid rgba(1, 47, 96, 0.8) !important;
}

#featured-post-3 .entry-title {   /* Computing section title on home page */
	color: #009da3;
	border-bottom: 1px solid rgba(0, 108, 112, 0.4) !important;
	display: inline-block !important;
	line-height: 0.85 !important;
	padding: 9px 0 2px 0;
}
#featured-post-3 .entry-title:hover {
	color: #00858A !important;
	border-bottom: 1px solid rgba(0, 108, 112, 0.8) !important;
}

#featured-post-4 .entry-title {   /*  Consulting section title on home page */
	color: #829600;
	border-bottom: 1px solid rgba(106, 122, 0, 0.4) !important;
	display: inline-block !important;
	line-height: 0.85 !important;
	padding: 9px 0 2px 0;
}
#featured-post-4 .entry-title:hover {
	color: #6A7A00 !important;
	border-bottom: 1px solid rgba(106, 122, 0, 0.8) !important;
}

#featured-post-5 .entry-title {   /* Training section title on home page */
	color: #ce7800;
	border-bottom: 1px solid rgba(179, 104, 0, 0.4) !important;
	display: inline-block !important;
	line-height: 0.85 !important;
	padding: 9px 0 2px 0;
}
#featured-post-5 .entry-title:hover {
	color: #B36800 !important;
	border-bottom: 1px solid rgba(179, 104, 0, 0.8) !important;
}

.more-link {
	color: #007b80 !important;
	text-decoration: underline !important;
	text-decoration-color: rgba(0, 123, 128, 0.4) !important;
}
.more-link:hover {
	text-decoration-color: rgba(0, 123, 128, 0.9) !important;
}

.home .home-recent-blog #content article .entry-header h2 a {
	color: #ca3b00 !important;
	border-bottom: 1px solid rgba(153, 0, 51, 0.33) !important;
	display: inline-block !important;
	line-height: 0.95 !important;
}
.home .home-recent-blog #content article .entry-header h2 a:hover {
	text-decoration: none !important;
	border-bottom: 1px solid rgba(211, 56, 13, 0.4) !important;
}
.home-recent-blog .post-date, .home-recent-blog .post-categories, .home-recent-blog .post-categories a {
	color: #6B6B6B;
}
.home-recent-blog .post-categories a {
	text-decoration: underline !important;
	text-decoration-color: rgba(112, 112, 112, 0.5) !important;
}
.home-recent-blog .post-categories a:hover {
	text-decoration-color: rgba(112, 112, 112, 0.9) !important;
}

.home .home-recent-blog #content article .btn-read-more {
	color: #007b80 !important;
}

#site-generator a {
	color: #c1bebe !important;
}
.breadcrumb ul li.current-item > span {
	color: #dd3900 !important;
}
.entry-meta a, .entry-content a {
	text-decoration: underline !important;
	text-decoration-color: rgba(0, 99, 102, 0.33) !important;
}
.entry-meta a:hover, .entry-content a:hover {
	text-decoration-color: rgba(63, 192, 199, 0.9) !important;
}
#header-right #header-right-menu ul.menu .current-menu-ancestor > a {
    color: #d03900 !important;
}
.noarrow {
	color: #008085 !important;
	text-decoration: underline !important;
	text-decoration-color: rgba(0, 128, 133, 0.33) !important;
}

.hotlinks .hotlinks-title {   /* FEATURED SERVICES section on bottom of homepage */
	color: #0e3864 !important;
	text-decoration: underline !important;
	text-decoration-color: rgba(11, 42, 76, 0.2) !important;
}
.hotlinks-title:hover {
	color: #0B2A4C !important;
	text-decoration-color: rgba(11, 42, 76, 0.5) !important;
}

footer #footer-sidebar .widget-area ul li a {
	text-decoration: underline !important;
	text-decoration-color: rgba(255,255,255,0.5) !important;
}
footer #footer-sidebar .widget-area ul li a:hover {
	text-decoration: underline !important;
	text-decoration-color: rgba(255,255,255,0.9) !important;
}
footer #footer-sidebar .widget-area ul li a.footer-phone {
	text-decoration: none !important;
}
footer #footer-sidebar .widget-area ul li a.footer-fax {
	text-decoration: none !important;
}
#content-sidebar #secondary.widget-area .widget .links_with_icons .link_text a {   /* sidebar titles */
	border-bottom: 1px solid rgba(0, 0, 77, 0.4) !important;
	display: inline-block !important;
	line-height: 0.85 !important;
	padding: 9px 0 2px 0;
}
#content-sidebar #secondary.widget-area .widget .links_with_icons .link_text a:hover {
	color: #008085 !important;
	color: #00858A !important;
	border-bottom: 1px solid rgba(0, 108, 112, 0.8) !important;
}
.entry-content h3 a { /* section header links on pages such as DATA */
	text-decoration:none !important;
	color: #009da3;
	border-bottom: 1px solid rgba(0, 108, 112, 0.4) !important;
	display: inline-block !important;
	line-height: 0.85 !important;
	padding: 9px 0 2px 0;	
}
.entry-content h3 a:hover { 
	color: #00858A !important;
	border-bottom: 1px solid rgba(0, 108, 112, 0.8) !important;
}

/************* END: CISER changes for accessibility *************/

/************* START: CISER changes for info blocks on Data page *************/

h4.ugb-card__title {
	color:#245f7e !important;
	padding:0px 0px 10px 0px;
	margin:0px;
	font-size:1.3em;
	font-weight: bold;
}
p.ugb-card__description {
	padding-bottom:10px;
}
a.wp-block-button__link {
	padding:3px 15px 1px 15px;
	color:#ffffff !important;
	text-decoration: none !important;
	background-color: #b53d1b !important;
	font-size:1.1em;
	margin-top:9px;
}
div.wp-block-ugb-container h4 {
	color: #b53d1b !important;
	font-size: 1.5em !important;
	font-weight: normal;
	padding:0;
	text-align:center;
}
div.ugb-container p {
	font-family: Helvetica, Arial, sans-serif !important;
}
div.ugb-container a {
	color: #b53d1b !important;
	text-decoration: underline solid rgba(182, 61, 27, 0.5) !important;
	text-align:middle;
}
div.ugb-container h4 a {
	text-decoration: none !important;
	font-size: 1.05em !important;
}
div.ugb-container h4 a:hover {
	text-decoration: none;
	color: #202e6d !important;
}
.ugb--has-background {
	padding: 15px;
}
.wp-block-column:not(:first-child){
	margin-left:18px;
}
@media (max-width: 980px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }
}
.wp-block-ugb-container {
	border: 1px #eee solid;
	box-shadow: 5px 5px 3px #bbb;
	background-color:#f5f5f5 !important;
}

/************* END: CISER changes for info blocks on Data page *************/