.home header #top-bar-menu {
    border-bottom: 0px solid rgba(231, 231, 231, 1);
    background-color: #fff;
}

header #top-bar-menu {
    background-color: #fff;
}

.home .sticky.is-anchored {
    background-color: #fff;
}

.sticky.is-anchored {
    background-color: #fff;
    transform: translateY(0);
}

.back-link a{font-size:1.25rem; color:#000; text-decoration: none; transition: transform 500ms cubic-bezier(0.15, 0, 0.85, 1); display: inline-flex; align-items: center; justify-content: center;}
.back-link a::before{
    content: '';
    width: 27px;
    height: 20px;
    background-image: url(../images/left-arrow-blue.svg);
    position: relative;
    display: inline-flex;
    fill: #000 !important;
    margin-right: 0.5em;    
}

.back-link a:hover::before {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-name: back-arrow;
    animation-name: back-arrow;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    opacity: 1;
}

.menu-container{padding:0 6%;}

@media screen and (min-width: 40em) and (max-width: 92em){
    .menu-container {padding: 0 0;}
    }


@media screen and (min-width: 40em) {

    #top-bar-menu{height:125px;transition:transform .2s,background-color .2s,color .2s,height .4s;-webkit-transition: transform .2s,background-color .2s,color .2s,height .4s;  -moz-transition:transform .2s,background-color .2s,color .2s,height .4s;-o-transition:transform .2s,background-color .2s,color .2s,height .4s;}
    #top-bar-menu.sticky.is-stuck{height:125px; transform: translateY(-41.5%);}
    #top-bar-menu.sticky.is-stuck .blue-top-nav{ overflow: hidden;}

}

@media screen and (max-width: 63.9em) {
    #top-bar-menu.sticky.is-stuck, #top-bar-menu.sticky.is-anchored{height:145px; transform: translateY(0%);}
}
@media screen and (max-width: 40em) {
    #top-bar-menu.sticky.is-stuck, #top-bar-menu.sticky.is-anchored{height:125px; transform: translateY(0%);}
}


.main-nav{padding:1.52rem 0; position: relative;}

.sticky.is-stuck { width: 100% !important;background-color: #fff;}

.sticky.is-stuck {
    background-color: #fff;
}

#top-nav {
    color: #fff;
}

.blue-top-nav {
    background-color: #003A70;
    padding: .5rem 0rem;
}

.top-bar, .top-bar ul {
    background-color: transparent;
    align-items: center;
}

.top-bar ul.submenu{background-color:#fff; border: 0px; background:#fff;  padding: 1rem 0.75rem;min-width: 250px;}
#main-nav li.menu-item ul.submenu li.menu-item a {padding: 1rem 1.2rem; line-height: 1.2;}

.top-bar ul li a{color:#003a70;}
.menu .active>a, .offcanvas-full-screen-menu .menu>li.active>a {
    background: transparent;
    color: #3cB4E5;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {display: none;}
.menu .current-page-ancestor > a {
    color: #3cB4E5;
}
#main-nav li.menu-item a{padding: 0.7rem 1.2rem;}
#main-nav li.menu-item{font-size:1.156rem; font-weight: 500;}
#main-nav>.menu-item:last-child {margin-left: 1em;}

@media screen and (max-width: 1258px) {
    #main-nav>.menu-item:last-child {
        margin-left: 1em;
    }
    .top-bar, .top-bar ul {font-size:16px;}
}
@media screen and (max-width: 1199px) {
    .logo-shape-bottom-white {bottom: -59px!important;}
    .main-logo {
       width:85%;
    }
}

.off-canvas-wrapper.wrapper {
    background-color: #fff;
    position: relative;
    z-index: 120;
    transition: 0.2s;
    overflow-x: hidden;
}

.offcanvas-full-screen.is-transition-overlap {
    z-index: 1005;
}

.offcanvas-full-screen {
    position: fixed;
    z-index: 1;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(255, 255, 255, 1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow-y: auto;
}

.offcanvas-full-screen.is-transition-overlap.is-open {
    box-shadow: 0 0 0px rgba(10, 10, 10, 0);
}

.offcanvas-full-screen.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.offcanvas-full-screen.is-transition-overlap {
    z-index: 1005;
}

.offcanvas-full-screen-inner {
    padding: 1rem;
    text-align: center;
    position: relative;
    min-height: auto;
    max-width: 1360px;
    margin: 135px auto 0px auto;
}
.off-canvas-wrapper.wrapper{padding-top:0px!important; padding-bottom: 0px!important;}
.off-canvas-wrapper.wrapper.open {
    transform: translate3d(0px, 100px, 0);
    transition: 0.2s;
}

.off-canvas-wrapper.wrapper {
    background-color: #fff;
    position: relative;
    z-index: 120;
    transition: 0.2s;
    overflow-x: hidden;
}

.off-canvas-wrapper.wrapper.open .overlay {
    content: "";
    position: absolute;
    z-index: 1010;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    display: block;
}

.js-off-canvas-overlay {
    background: rgba(0, 0, 0, 0.25)!important;
}

.off-canvas-searchbar {
    padding: 20px;
    overflow: hidden;
    transition: 0.2s;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: calc(100% - 0px);
    z-index: 100;
}

.hidden {
    display: none !important;
}

.off-canvas-searchbar .form-wrapper {
    position: relative;
}

.off-canvas-searchbar .form-wrapper .fa-search {
    color: #437bbd;
    position: absolute;
    top: 21px;
    left: 20px;
}

.off-canvas-searchbar [type="text"] {
    border: 1px solid #e7e7ea !important;
    border-radius: 50px!important;
    margin: 0 0;
}

.off-canvas-searchbar input {
    background: #fff;
    height: inherit;
    line-height: 40px!important;
    padding: 10px 20px 10px 50px!important;
    display: block;
    width: 100%;
    color: #2a2a2c;
    font-weight: 500;
    text-transform: none;
    font-size: 16px;
    outline: none;
}


#hamburger-1 {
    cursor: pointer;
    margin: auto;
    padding: 0px 2rem;
    position: absolute;
    top: 35%;
    right: 0px;
}

.hamburger .line.line1 {
    width: 28px;
}

.hamburger .line.line2 {
    width: 28px;
}

.hamburger .line {
    width: 28px;
    height: 3px;
    background-color: #1b1b1d;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

/*NEW HAMBURGER ICON*/
#hamburger-1 {
    cursor: pointer;
	margin: auto;
	padding: 0px 2rem;
	position: absolute;
	top:35%;
	right: 0px;
}
#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
    width: 28px;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 1;
}

#hamburger-1.is-active .line:nth-child(2) {
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    -o-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
    width: 28px;
}
#hamburger-1.is-active .line:nth-child(3) {
    opacity: 0;
}


#hamburger-1:hover .line {
    width: 32px;
}

.hamburger .menu-item {
    color: #FFF;
    cursor: pointer;
}

.hamburger .line.line3 {
    width: 28px;
}

.hamburger .line.line2 {
    width: 28px;
}

.hamburger .line.line1 {
    width: 28px;
}
.hamburger .line {
    width: 28px;
    height: 3px;
    background-color: #1b1b1d;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-align: center;
}

.menu-icon {
    width: 26px;
    height: 16px;
	opacity: 1;
	outline: none;
}

.menu-icon::after {
    height: 3px;
}

.sticky.is-anchored .menu-icon::after {
	background: #000;
	box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}



.sticky.is-stuck .menu-icon::after {
	background: #000;
	box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

/*.sticky.is-anchored .menu > li.schedule_appt > a {
    color: #fff!important; 
	text-align: center;
}*/

.menu > li.schedule_appt > a span {
	text-transform: uppercase;
	font-weight: 700;
}

ul.offcanvas-full-screen-menu{list-style-type: none; outline: none; margin:0 0 1.5em 0;}
.offcanvas-full-screen-menu ul {
    font-size: 2.375rem;
    margin: 0em 0px 1.5em 0px;
    list-style: none;
    list-style-type: none;
}

.offcanvas-full-screen-menu ul li ul {
    margin: 0 0 0 0rem;
    list-style: none;
    list-style-type: none;
}

.offcanvas-full-screen-menu .menu>li>a {
    color: #003a70;
    line-height: 1;
    padding: 1.2rem 1rem 1.2rem 1rem!important;
    font-size: 1.5em;
    position: relative;
    outline: none;
}

.offcanvas-full-screen-menu .menu>li.menu-item {
align-items: center;
justify-content: center;
margin: 0px auto;
}

.offcanvas-full-screen-menu #main-nav>.menu-item:last-child {
    margin-left: auto;
    margin-right:auto;
    margin-top: 1em;
}

ul.social-menu__list{margin: 1.5em 0;}

.social-menu__list > .menu-item {
    display: inline-block;
    vertical-align: top;
}

.social-menu__list > .menu-item:not(:last-child) {
    margin-right: 0.75em;
}



#top-nav.menu>li a {
    color: #fff;
    font-size: 0.938em;
    font-weight: 600;
    letter-spacing: .5px;
    margin-left: 0px;
    padding-left: 1.5rem !important;
    padding-right: 1.33rem !important;
}

#top-nav ul.contact-social-menu__list {
    font-size: .8em;
    display: inline-flex;
    vertical-align: middle;
}

ul.contact-social-menu__list {display: block;margin-left: 0rem;margin-top: 0em;margin-bottom: 0rem;}

.contact-social-menu__list>.menu-item:not(:last-child) {
    margin-right: 0.75em;
}
.contact-social-menu__list>.menu-item:last-child {
    margin-left: 0.75em;
    max-width: 20px;
}
.contact-social-menu__list>.menu-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#top-nav .contact-social-menu__list>.menu-item a {
    color: #ffffff;
}

#top-nav .contact-social-menu__list>.menu-item a:hover {
    color: #ffffff;
    opacity: .8;
}

.contact-social-menu__list>.menu-item a:hover {
    color: #ffffff;
    opacity: .8;
}
.top-bar-left.menu li{font-size:16px;}
.top-bar-left.menu li:not(:last-child){margin-right:1.75rem;}
.top-bar-left.menu li .fas{padding-right:2px;}


.circle-icon {
    background-color: #3cb4e5;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px !important;
    vertical-align: middle;
    padding: 10px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}
.fas{color:#3CB4E5; font-size:1rem;}
.far,
.fab {
    font-size: 1.2em !important;
}
.phone-bubble a {
    padding: 0px 0px!important;
    color: #ffffff!important;
}

a.topphonelink {
    color: #ffffff;
    font-weight: 500;
}

li.search-icon a {
    visibility: hidden;
    width: 20px;
}

li.search-icon:before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(../images/search-icon.svg);
    display: inline-flex;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0px;
    vertical-align: middle;
    padding-right: 17px;
    cursor: pointer;
}

li.search-icon-mobile a {
    visibility: hidden;
    width: 20px;
}

li.search-icon-mobile:before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(../images/search-icon-mobile.svg);
    display: inline-flex;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0px;
    vertical-align: middle;
    padding-right: 17px;
    cursor: pointer;
}

.search-icon-container {
    cursor: pointer;
	margin: auto;
	padding: 0px 2rem;
	position: absolute;
	top:50%;
	right: 12%;
}

@media screen and (min-width:40em){
    .search-icon-container {
        top:48%;
        right: 8%;
    } 
}

.home .sticky.is-anchored  .main-logo {
    background-image: url(../images/OPC-logo.svg);
    /* margin-top: 3rem; */
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    background-repeat: no-repeat;
    margin: 0.75rem 0rem;
    position: absolute;
    top:0;
}

.sticky.is-anchored .main-logo {
    margin: 0.75rem 0rem;
    background-image: url(../images/OPC-logo.svg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    z-index: 1;
}

.sticky.is-stuck  .main-logo {
    margin: 0.75rem 0rem;
    background-image: url(../images/OPC-logo.svg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    z-index: 1;
}

.logo-shape-bottom-white {
    position: absolute;
    bottom: -59px;
    left: auto;
    right:auto;
    width: 320px;
    line-height: 0;
    text-align:center;
    display:block;
    margin:0 auto;
    z-index: -1;
}

@media screen and (min-width: 1025px) {
    .main-logo {width:230px;height:138px;}
}

@media screen and (min-width:1024px){
    .offcanvas-full-screen.is-transition-overlap.is-open {
        display:none;
    }
    .js-off-canvas-overlay{display: none !important;}
}

@media screen and (max-width: 1024px) {
    .main-logo{width:200px; height: 120px;}
}
@media screen and (max-width: 1023px) {
    .logo-shape-bottom-white {display:none;} 
    
    .offcanvas-full-screen-menu ul {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}
@media screen and (max-width: 40em) {
    .main-logo{width:167px; height: 100px;}
}


.logo-shape-bottom-white svg {
    position: relative;
    display: block;
    /*width: calc(100% - 30px);*/
    height: 60px;
    margin-left:-45px;
}

@media screen and (min-width: 65em) {
   .logo-shape-bottom-white svg {
    position: relative;
    display: block;
    /*width: calc(100% - 30px);*/
    height: 60px;
    margin-left:-45px;
}
}


.logo-shape-bottom-white .shape-fill {
    fill: #FFFFFF;
}



/*Translate Styles*/
.gtranslate_wrapper .gt_switcher .gt_option{position:absolute!important;}
.gtranslate_wrapper .gt_switcher .gt_selected { background: transparent!important;}
.gtranslate_wrapper .gt_switcher .gt_selected a {border: 0px solid #cccccc!important;color: #fff!important;padding: 3px 5px;width: 145px;}
.gtranslate_wrapper .gt_switcher .gt_selected a:hover{background:transparent!important; color:#3cb4e5!important;}
.gtranslate_wrapper .gt_switcher .gt_selected a:after {background-image: url(/wp-content/themes/OPC/assets/images/carrot.svg)!important;fill:#3cb4e5!important;}

