.drop-shadow {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
-webkit-transition: all 0.6s;
transition: all 0.6s;}
.drop-shadow:hover {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
box-shadow: 1px 5px 14px rgba(0, 0, 0, 3);
z-index: 1;}   .drop {
-webkit-transition: all 0.6s;
transition: all 0.6s;}
.drop:hover {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
z-index: 1;}   .tilt {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.tilt:hover {
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}   .rotate {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.rotate:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}   .blur img {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.blur img:hover {
-webkit-filter: blur(3px);
}   .blur-reverse img {	
-webkit-filter: blur(3px);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.blur-reverse img:hover {
-webkit-filter: blur(0px);
}   .bw {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.bw:hover {
-webkit-filter: grayscale(100%);
}   .bw-reverse {	
-webkit-filter: grayscale(100%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.bw-reverse:hover {
-webkit-filter: grayscale(0%);
}   .sepia-reverse img {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;          
-webkit-filter: sepia(1);
}
.sepia-reverse img:hover {
-webkit-filter: sepia(0);
}   .sepia img {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.sepia img:hover {
-webkit-filter: sepia(1);
}   .effect img {
opacity:1;
transition: all 0.2s ease-in;
}
.effect:hover img {
opacity:0.5;
}   .effect2 img {
opacity:0.5;	     
transition: all 0.2s ease-in;
}
.effect2:hover img {
opacity:1;
}   .circle img {  
border-radius: 50%;
}   @-webkit-keyframes kt-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes kt-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
.kt-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.kt-pulse:hover, .kt-pulse:focus, .kt-pulse:active {
-webkit-animation-name: kt-pulse;
animation-name: kt-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}   @-webkit-keyframes kt-push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes kt-push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.kt-push {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.kt-push:hover, .kt-push:focus, .kt-push:active {
-webkit-animation-name: kt-push;
animation-name: kt-push;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}   ul.centered-social { 
width:100%; 
text-align:center; 
margin: 0 0 0 0 ; 
}
.centered-social li { 
float:none; 
display:inline-block; 
}   @media only screen and (min-width : 981px) { #top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {padding-right: 0px;}
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {display:none;} #et-top-navigation {
padding-top: 0px!important;
font-weight:100;}
#top-menu li {
margin-left: -3px;
padding-right: 0px;}
#top-menu li > a { 
padding: 33px 30px 33px 30px!important;} #top-menu a {
color: #000;} #top-menu li.current-menu-item {
background-color: #36a8eb;} #top-menu li.current-menu-item > a {
color:#fff!important;} #top-menu li:hover {
background-color: #36a8eb;} #top-menu li > a:hover {
color: #fff;
opacity: 1!important;} .current-menu-ancestor {
background-color: #36a8eb;} .current-menu-ancestor a {
color: #fff!important;} .sub-menu {
padding: 0px!important;}
#top-menu li li a {
padding: 19px 5px 19px 8px!important;}
.current-menu-ancestor .sub-menu a {
color: #000!important;}
.current-menu-ancestor .sub-menu a:hover {
color: #fff!important;}
}   ul.centered-social { 
width:100%; 
text-align:center; 
margin: 0 0 0 0 ; 
}
.centered-social li { 
float:none; 
display:inline-block; 
}   .kt-team .et_pb_column {
position: relative;
float: left;
overflow: hidden;
max-width: 100%;
color: #333;
text-align: left;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);  
background-color: #36a8eb;
}
.kt-team .et_pb_column * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.kt-team .et_pb_column img {
max-width: 100%;
}
.kt-team .et_pb_column .et_pb_team_member_description {
position: relative;
background-color: #ffffff;
padding: 25px;
}
.kt-team .et_pb_column h4 {
text-transform: uppercase;
margin: 0 0 15px;
font-weight: 400;
}
.kt-team .et_pb_column h4 span {
font-weight: 800;
}
.kt-team .et_pb_column p {
font-weight: 500;
text-align: left;
margin: 0;
line-height: 1.6em;
}
.kt-team .et_pb_column .et_pb_member_social_links {
top: -50%;
width: 100%;
position: absolute;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin-left: -25px;
}
.kt-team .et_pb_column .et_pb_font_icon {
margin-right: 5px;
display: inline-block;  
color: #36a8eb;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: white;
opacity: 0;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
margin-right: -10px;
}
.kt-team .et_pb_column a {
opacity: 0.8;
}
.kt-team .et_pb_column a:hover {
opacity: 1;
}
.kt-team .et_pb_column.blue .et_pb_font_icon {
color: #36a8eb;
}
.kt-team .et_pb_column:hover img,
.kt-team .et_pb_column.hover img {
opacity: 0.3;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.kt-team .et_pb_column:hover .et_pb_font_icon,
.kt-team .et_pb_column.hover .et_pb_font_icon {
opacity: 1;
-webkit-transform: rotateX(0);
transform: rotateX(0);
}   .no-gap .et_pb_column_1_2 {
margin-left: 1%;
margin-right: 1%;
width: 48%;
}
.no-gap .et_pb_column_1_3 {
margin-left: 1%;
margin-right: 1%;
width: 31.3333%;
}
.no-gap .et_pb_column_1_4 {
margin-left: 1%;
margin-right: 1%;
width: 23%;
}   .kt-blurb .et_pb_column {
background-color: #fff;
color: #ffffff;
display: inline-block;
max-width: 100%;
overflow: hidden;
position: relative;
text-align: right;
}
.kt-blurb .et_pb_column *,
.kt-blurb .et_pb_column *:before,
.kt-blurb .et_pb_column *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.kt-blurb .et_pb_column img {
backface-visibility: hidden;
max-width: 100%;
vertical-align: top;
}
.kt-blurb .et_pb_column:before,
.kt-blurb .et_pb_column:after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: '';
background-color: #1e73be;
opacity: 0.5;
-webkit-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.kt-blurb .et_pb_column:before {
-webkit-transform: skew(30deg) translateX(80%);
transform: skew(30deg) translateX(80%);
}
.kt-blurb .et_pb_column:after {
-webkit-transform: skew(-30deg) translateX(70%);
transform: skew(-30deg) translateX(70%);
}
.kt-blurb .et_pb_column .et_pb_promo_description {
padding: 20px 20px 20px 30%;
z-index: 1;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.kt-blurb .et_pb_column .et_pb_promo_description:before,
.kt-blurb .et_pb_column .et_pb_promo_description:after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #1e73be;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
content: '';
opacity: 0.5;
z-index: -1;
}
.kt-blurb .et_pb_column .et_pb_promo_description:before {
-webkit-transform: skew(30deg) translateX(100%);
transform: skew(30deg) translateX(100%);
}
.kt-blurb .et_pb_column .et_pb_promo_description:after {
-webkit-transform: skew(-30deg) translateX(90%);
transform: skew(-30deg) translateX(90%);
}
.kt-blurb .et_pb_column h2,
.kt-blurb .et_pb_column p {
margin: 0;
opacity: 0;
letter-spacing: 1px;
}
.kt-blurb .et_pb_column h2 {
font-weight: 700;
line-height: 1em;
text-transform: uppercase;
}
.kt-blurb .et_pb_column p {
font-size: 1em;
}
.kt-blurb .et_pb_column a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.kt-blurb .et_pb_column:hover h2,
.kt-blurb .et_pb_column.hover h2,
.kt-blurb .et_pb_column:hover p,
.kt-blurb .et_pb_column.hover p {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 0.9;
}
.kt-blurb .et_pb_column:hover:before,
.kt-blurb .et_pb_column.hover:before {
-webkit-transform: skew(30deg) translateX(30%);
transform: skew(30deg) translateX(30%);
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
.kt-blurb .et_pb_column:hover:after,
.kt-blurb .et_pb_column.hover:after {
-webkit-transform: skew(-30deg) translateX(20%);
transform: skew(-30deg) translateX(20%);
}
.kt-blurb .et_pb_column:hover .et_pb_promo_description:before,
.kt-blurb .et_pb_column.hover .et_pb_promo_description:before {
-webkit-transform: skew(30deg) translateX(50%);
transform: skew(30deg) translateX(50%);
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.kt-blurb .et_pb_column:hover .et_pb_promo_description:after,
.kt-blurb .et_pb_column.hover .et_pb_promo_description:after {
-webkit-transform: skew(-30deg) translateX(40%);
transform: skew(-30deg) translateX(40%);
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.kt-blurb .et_pb_promo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.kt-blurb .et_pb_promo_button {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}   .footer_custom.et_pb_section {
padding: 0 !important;
} .footer-widget .fwidget {
min-width: 100% !important;
}
#footer-widgets {
padding: 3% 0 0 !important;
}
#footer-widgets .footer-widget li:before {
content: none !important;
}
#footer-widgets .footer-widget li {
padding-left: 0px !important;
}   #main-footer .container {
width: 100% !important;
max-width: 100% !important;
}
#main-footer {
background-color: transparent !important;
}
.et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget, .et_pb_gutters3 .footer-widget {
margin-bottom: 0px ;
}
@media only screen and (max-width: 767px) {
#footer-widgets .footer-widget .fwidget {    
margin-bottom: 0% !important;
}
}
@media only screen and (max-width: 980px) {
.footer-widget:nth-child(n) {    
width: 100% !important;    
margin: 0 !important;
}
}
@media only screen and (max-width: 479px) {
#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {    
margin-bottom: 0 !important;
}
}   .et_pb_social_media_follow li {
float: none !important;
display: inline-block !important;
margin-bottom: 0 !important;
}
ul.et_pb_social_media_follow {
text-align: center !important;
}
.et_pb_social_media_follow li a.icon {
width: 45px;
height: 45px;
padding: 0;
}
.et_pb_social_media_follow li a.icon::before {
width: 45px;
height: 45px;
color: #FFF;
font-size: 20px;
line-height: 45px;
}
@media only screen and (max-width: 980px) {
.footer_custom_3 .et_pb_text {    
text-align: center !important;
}
}   #footer-bottom {
display: none !important;
}body,.et_pb_column_1_2 .et_quote_content blockquote cite,.et_pb_column_1_2 .et_link_content a.et_link_main_url,.et_pb_column_1_3 .et_quote_content blockquote cite,.et_pb_column_3_8 .et_quote_content blockquote cite,.et_pb_column_1_4 .et_quote_content blockquote cite,.et_pb_blog_grid .et_quote_content blockquote cite,.et_pb_column_1_3 .et_link_content a.et_link_main_url,.et_pb_column_3_8 .et_link_content a.et_link_main_url,.et_pb_column_1_4 .et_link_content a.et_link_main_url,.et_pb_blog_grid .et_link_content a.et_link_main_url,body .et_pb_bg_layout_light .et_pb_post p,body .et_pb_bg_layout_dark .et_pb_post p{font-size:14px}.et_pb_slide_content,.et_pb_best_value{font-size:15px}#main-header .nav li ul{background-color:#094778}.nav li ul{border-color:#0c71c3}.et_secondary_nav_enabled #page-container #top-header{background-color:#094778!important}#et-secondary-nav li ul{background-color:#094778}.et_header_style_centered .mobile_nav .select_page,.et_header_style_split .mobile_nav .select_page,.et_nav_text_color_light #top-menu>li>a,.et_nav_text_color_dark #top-menu>li>a,#top-menu a,.et_mobile_menu li a,.et_nav_text_color_light .et_mobile_menu li a,.et_nav_text_color_dark .et_mobile_menu li a,#et_search_icon:before,.et_search_form_container input,span.et_close_search_field:after,#et-top-navigation .et-cart-info{color:#222222}.et_search_form_container input::-moz-placeholder{color:#222222}.et_search_form_container input::-webkit-input-placeholder{color:#222222}.et_search_form_container input:-ms-input-placeholder{color:#222222}#main-header .nav li ul a{color:#ffffff}#top-header,#top-header a,#et-secondary-nav li li a,#top-header .et-social-icon a:before{font-size:14px}#top-menu li a{font-size:13px}body.et_vertical_nav .container.et_search_form_container .et-search-form input{font-size:13px!important}#top-menu li a,.et_search_form_container input{font-weight:normal;font-style:normal;text-transform:uppercase;text-decoration:none}.et_search_form_container input::-moz-placeholder{font-weight:normal;font-style:normal;text-transform:uppercase;text-decoration:none}.et_search_form_container input::-webkit-input-placeholder{font-weight:normal;font-style:normal;text-transform:uppercase;text-decoration:none}.et_search_form_container input:-ms-input-placeholder{font-weight:normal;font-style:normal;text-transform:uppercase;text-decoration:none}#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,#top-menu li.current_page_item>a{color:#ffffff}@media only screen and (min-width:981px){.et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation{padding:88px 0 0 0}.et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a{padding-bottom:88px}.et_header_style_split .centered-inline-logo-wrap{width:175px;margin:-175px 0}.et_header_style_split .centered-inline-logo-wrap #logo{max-height:175px}.et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo{height:175px}.et_header_style_centered #top-menu>li>a{padding-bottom:32px}.et_header_style_slide #et-top-navigation,.et_header_style_fullscreen #et-top-navigation{padding:79px 0 79px 0!important}.et_header_style_centered #main-header .logo_container{height:175px}.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container{height:31.5px}.et_header_style_left .et-fixed-header #et-top-navigation,.et_header_style_split .et-fixed-header #et-top-navigation{padding:60px 0 0 0}.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,.et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a{padding-bottom:60px}.et_header_style_centered header#main-header.et-fixed-header .logo_container{height:120px}.et_header_style_split #main-header.et-fixed-header .centered-inline-logo-wrap{width:120px;margin:-120px 0}.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo{max-height:120px}.et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo{height:120px}.et_header_style_slide .et-fixed-header #et-top-navigation,.et_header_style_fullscreen .et-fixed-header #et-top-navigation{padding:51px 0 51px 0!important}.et_header_style_split #main-header .centered-inline-logo-wrap{width:auto;height:171.5px}.et_header_style_split #main-header.et-fixed-header .centered-inline-logo-wrap{width:auto;height:122px}.et_header_style_split .centered-inline-logo-wrap #logo,.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo{height:auto;max-height:100%}.et_fixed_nav #page-container .et-fixed-header#top-header{background-color:#094778!important}.et_fixed_nav #page-container .et-fixed-header#top-header #et-secondary-nav li ul{background-color:#094778}.et-fixed-header #top-menu li a{font-size:12px}.et-fixed-header #top-menu a,.et-fixed-header #et_search_icon:before,.et-fixed-header #et_top_search .et-search-form input,.et-fixed-header .et_search_form_container input,.et-fixed-header .et_close_search_field:after,.et-fixed-header #et-top-navigation .et-cart-info{color:#222222!important}.et-fixed-header .et_search_form_container input::-moz-placeholder{color:#222222!important}.et-fixed-header .et_search_form_container input::-webkit-input-placeholder{color:#222222!important}.et-fixed-header .et_search_form_container input:-ms-input-placeholder{color:#222222!important}.et-fixed-header #top-menu li.current-menu-ancestor>a,.et-fixed-header #top-menu li.current-menu-item>a,.et-fixed-header #top-menu li.current_page_item>a{color:#ffffff!important}}@media only screen and (min-width:1350px){.et_pb_row{padding:27px 0}.et_pb_section{padding:54px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_fullwidth_section{padding:0}}	#main-header,#et-top-navigation{font-family:'Archivo',Helvetica,Arial,Lucida,sans-serif}#top-header .container{font-family:'Archivo',Helvetica,Arial,Lucida,sans-serif}#et-secondary-menu{padding-top:5px;padding-bottom:10px}#et-info{padding-top:15px;padding-bottom:5px}.et_pb_fullwidth_slider_0>.box-shadow-overlay{box-shadow:none!important}#et-info{margin-top:0!important;padding-top:0!important}#main-header{margin-top:0!important;padding-top:0!important}#page-container{margin-top:0!important;padding-top:0!important}body{margin-top:0!important;padding-top:0!important}html,body{overscroll-behavior:none}#et-info{float:left}#footer_custom{background-color:#094778}#et-info-phone{font-size:16px}#top-menu .centered-inline-logo-wrap:hover{background-color:rgba(0,0,0,0)!important}@media only screen and (max-width:767px){.et_pb_slider .et_pb_slide{height:450px}}.mobile_menu_bar:before{color:#094778}.et_mobile_menu{background:#094778!important}.et_mobile_menu{border-top:2px solid #094778!important}.et_mobile_menu li a{color:#ffffff!important}@media (max-width:767px){#et-info .et-social-icons{display:block!important}#top-header .et-social-icons .et-social-icon{float:right}@media (max-width:980px){#et-secondary-menu,#et-secondary-nav{display:block!important;float:left!important}}@media (max-width:767px){#et-secondary-menu .et_duplicate_social_icons{display:none!important}}@media (max-width:980px){.et_header_style_split #logo{max-height:140px;margin-top:50px;margin-bottom:-20px}}@media only screen and (min-width:1301px){#top-menu li>a{padding:30px 20px 30px 20px!important}}@media only screen and (min-width:981px) and (max-width:1300px){#top-menu li>a{padding:30px 4px 30px 4px!important}#top-menu li a{font-size:10px}}@media (max-width:980px){#et-secondary-menu,#et-secondary-nav{padding-left:10px}}@media (max-width:767px){#et-info .et-social-icons{display:inline-block!important}#top-header #et-info{float:none}}.et_header_style_split #main-header .mobile_nav{background:none}.mobile_nav .select_page{display:none!important}}@media screen and (max-width:960px){.custom-row .et_pb_slides>.et_pb_slide:nth-child(2){background-image:url(https://pedineurologists.com/wp-content/uploads/2018/01/pedineurolgy-slider-new-2-overlay.jpg)!important}.custom-row .et_pb_slides>.et_pb_slide:nth-child(2) p{color:#fff!important}.custom-row .et_pb_slides>.et_pb_slide:nth-child(2) h2 a{color:#fff!important}}@media (max-width:768px){.et_pb_text_1{margin-left:0px!important}}@media screen and (min-width:981px) and (max-width:1300px){#main-header #top-menu li{padding-right:1%}#main-header #top-menu li:nth-child(4),#main-header #top-menu li:nth-child(5){padding-right:0}}@media (max-width:781px){#menu-item-202595 a{display:none!important}}.arnp-row{text-align:center!important}#mobile_menu>li:last-child{display:none!important}@media(max-width:767px){.custom_row{text-align:center}}.et_header_style_split .centered-inline-logo-wrap:hover{background:none!important}@media only screen and (max-width:767px){.et_pb_blurb .et_pb_blurb_container{text-align:center!important}}#my_section a{color:#fff!important}.blurb-white-text a{color:#fff!important}.et_pb_slide_description h2.et_pb_slide_title{word-wrap:normal}@media only screen and (min-width:981px) and (max-width:1280px){.home .et_pb_slider.et_pb_module .et_pb_slide .et_pb_slide_description .et_pb_slide_title{font-size:40px!important}}.et-fixed-header #top-menu li li a{color:#fff!important}.menu-item-202490 #top-menu li li a{color:#fff!important}@media only screen and (min-width:1101px) and (max-width:1442px){#top-menu li>a{padding:33px 8px!important}}@media only screen and (min-width:981px) and (max-width:1100px){#top-menu li>a{padding:33px 2px!important}}@media only screen and (max-width:980px){.home .et_pb_slide_description{position:relative;top:50px}}.nf-form-fields-required{display:none}@media (min-width:980px){.custom-row .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_content{padding-left:20%!important}}.et_fixed_nav #page-container{padding-top:145px!important}#main-header:not(.et-fixed-header){position:relative}#top-header:not(.et-fixed-header){position:relative}.single #page-container,.page #page-container{padding-top:0px!important}@media only screen and (max-width:980px){#main-header{top:25px!important}}@media (max-width:980px){.et_header_style_split #logo{max-height:140px;margin-top:-60px;float:left}}.et_header_style_split .centered-inline-logo-wrap #logo{position:relative;top:-35px}.et-fixed-header li.centered-inline-logo-wrap{top:19px}.et-fixed-header ul#top-menu{overflow:hidden}html,body{overflow-x:hidden;overflow-y:auto;margin:0!important;padding:0!important;height:100%}header#main-header.et-fixed-header{padding-top:10px}#main-header.et-fixed-header .container.et_menu_container{padding-top:10px!important}header#main-header.et-fixed-header ul#top-menu{padding-bottom:10px;padding-top:10px;overflow-y:visible;overflow-x:visible}