/*
Theme Name: Pinnacle
Theme URI: http://www.pinnacletpa.com/
Description: Pinnacle claim management
Author: State Creative
Author URI: https://www.statecreative.com/
Text Domain: pinnacle
Version: 2.0
License: GNU General Public License
License URI: licence/GPL.txt
*/

/*  
font-family: 'Libre Baskerville', serif;
font-family: 'Roboto', sans-serif;  */

/*
This file overwrite some styles defined in screen.css.
*/
body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;/*'Source Sans Pro', sans-serif;*/
     font-size: 20px;
     color: #333;
     background-color: #F3F3F3;
     font-weight: 400;
     width: 100%;
     min-width: 300px;
     overflow-x: hidden;
     overflow-y: hidden;
}
 a,a:hover,a:visited,a:focus{
     /*color: inherit;*/
     text-decoration: none;
     cursor: pointer;
     outline: 0 !important;
	
}
main {
    font-size: 16px;
    height: 100%;
    overflow-y: auto;
}

button:focus, input:focus {outline:0 !important;}
 img{
     max-width: 100%;
     height: auto;
}
 header{
     width:100%;
     position: fixed;
     left: 0;
     z-index: 10000;
     background-image: url("./images/header-bg.png");
    background-repeat: repeat;
     height: 8.1em;
     border-bottom: 0;
     min-width: 300px;
}
/* .scrolled-header,.no-banner-header{
    background: #fff;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc; 
  -moz-box-shadow:    3px 3px 5px 6px #ccc; 
  box-shadow:         0px 0px 10px 0px #999;
} */
 .logo{
     float: left;
     margin-top:3.3em;
/*     margin-left: 2.25em;*/
     margin-left: 0.2em; /* Janet changed */
}
 .logo img{
     height: auto;
     width: auto;
     -webkit-transition: all ease-out .1s;
     -moz-transition: all ease-out .1s;
     -o-transition: all ease-out .1s;
     transition: all ease-out .1s;
}
 .header-menu-container{
     float: left;
     width: 100%;
}
 .header-menu{
     float: left;
     width: 100%;
     height: 100%;
     position: relative;
     padding: 0;
     background: transparent;
}
 .inner-banner{
     width:100%;
     float:left;
     position: relative;
     height: 488px;
     background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-position: center;
     margin-top:  8.1em;
}

 .header-marg{
     margin-top:0;
}
 section{
     width:100%;
     float:left;
     position: relative;
}
 footer{
     position: fixed; /* Janet added */
     bottom: 0; /* Janet added */
    width:100%;
    float:left;
    z-index: 10000;
    font-size: 0.6em;
    background: #FFF; 
    padding: 1em 0;
}
.container-footer{
    width: 90%;
    max-width: none !important;
    padding-left: 0;
    padding-right: 0;
}
 .gutter{
     height: 3em;
     width: 100%;
     float: left;
}

 .xgutter{
     height: 1em;
     width: 100%;
     float: left;
}
 .smallgutter{
     height: 1.5em;
     width: 100%;
     float: left;
}
 .no-padding{
     padding: 0;
}
 .no-rpadding{
     padding-right: 0;
}
 .no-lpadding{
     padding-left: 0;
}
 .no-margin{
     margin: 0;
}
 .no-rmargin{
     margin-right: 0;
}
 .no-lmargin{
     margin-left: 0;
}
 .wrapper{
     width: 100%;
     float: left;
     position: relative;
}
 .vertical-align-wrap{
     display: table;
     height: 100%;
     width: 100%;
}
 .vertical-align{
     display: table-cell;
     vertical-align: middle;
     text-align: center;
     height: 100%;
     width: 100%;
}
 .vertical-align > div{
     margin: auto;
     display: inline-block;
     text-align: left;
}
 .container{
/*     max-width: 1450px;
     width: 90%;*/
}
.container-slim {
    max-width: 600px !important;
}
.container-medium {
    max-width: 700px !important;
}
.center-box{
    max-width: 1200px !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
 .mobile-menu-trigger{
     color: #000;
     width: 1.5em;
     height: 1.55em;
     position: fixed;
     top: .7em;
     right: .4em;
     font-size: 1.1em;
     cursor: pointer;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     padding:0 0.28em;
     display: none;
}
 .mob-submenu-trigger{
     color: #fff;
     cursor: pointer;
     font-size: 1em;
     height: 30px;
     position: absolute;
     right: -18px;
     text-align: center;
     top: 14px;
     width: 15px;
     z-index: 2;
     display: none;
}
 .mob-submenu-trigger .i-close{
     display: none;
}
 #scrollToTop{
     background: url("./images/arrow_up.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
     bottom: 50px;
     display: none;
     height: 50px;
     outline: 0 none;
     position: fixed;
     right: 0px;
     width: 50px;
     background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     z-index: 9996;
}
 .main-menu-container{
     float: right;
     position: relative;
     font-family: 'Roboto', sans-serif;
}
 .main-menu{
     width: auto;
     list-style: none;
     margin: 0;
     float: left;   
     padding: 0;
	padding-right: 10px;
}
 .main-menu > li{
     float: left;
     padding: 0 1.25em;
     position: relative;
     width: auto;
}
 .main-menu li a{
     display: block;
     font-size: .8em;
     width: auto;
     font-weight:400;
     padding: .85em 0;
     text-transform: initial;
     padding-bottom: 2.7em;
}
.main-menu > li.menu-item-has-children{
    background-image: url("./images/header-menu.png");
    background-repeat: no-repeat;
    background-position: top 22px right 23px;
padding-right: 42px;
}   
 .main-menu li.current-menu-item > a,.main-menu li.current-menu-parent > a{
     color: #ee702f;
}
 .main-menu li a:focus,.main-menu li a:hover {
     color: #ee702f;
}
/*.main-menu li .sub-menu::before{
    position: absolute;
    top: -10px;
    height: 10px;
    width: 19px;
    left: 30px;
    content: '';
    background: url("./images/submenu-top.png") no-repeat scroll;
}*/
 .main-menu li .sub-menu{
     display: none;
     left: -5px;
     padding: 0;
     position: absolute;
     width: 300px;
     list-style: none;
     padding:0 30px;
     background-color: #FFF;
     padding-top: 2px;
     padding-bottom: .4em;
     border-top: 0;
     -webkit-box-shadow: 0 2px 3px 0px #aaa; 
  -moz-box-shadow:    0 2px 3px 0px #aaa; 
  box-shadow:         0 2px 3px 0px #aaa;
  top: 80px;
  background: #f2f2f2;	
font-size: 17px;
}
.main-menu .sub-menu li{
     width: 100%;
     float: left;
     border-bottom: 1px solid #d8d8d8;
}
.main-menu .sub-menu li:last-child{
    border-bottom: 0;
}
.main-menu .sub-menu li a{
     color: #343434;
     width: 100%;
     display: block;
     float: left;
     font-weight: 400;
     font-size: .8em;
     text-transform: initial;
     padding:.7em 0;
}
.main-menu .sub-menu li a:hover{    color: #ee702f !important;}
 .main-menu .sub-menu li a:hover,.main-menu .sub-menu li.current-menu-item > a{
     color: #ee702f;
}
 .main-menu li:hover > .sub-menu{
     display: block;
}
 .mobile-menu-trigger{
     position: fixed;
     right: 2em;
     top: 1.2em;
     -webkit-transition: all 300ms ease-out;
     -moz-transition: all 300ms ease-out;
     -o-transition: all 300ms ease-out;
     transition: all 300ms ease-out;
}
/*.menu-bg-enable .mobile-menu-trigger{
     position: fixed;
     right: 2em;
     top: .8em;
}
 */
.mobile-menu-close{
     cursor: pointer;
     position: absolute;
     right: 1.8em;
     top: 1.4em;
     display: none;
}
 .mobile-logo-close{
     height: 90px;
     margin-bottom: 2em;
     display: none;
}
 .mobile-logo-close .-mob{
     height: auto;
     padding:.7em 1em;
}
 .form-control::placeholder{
     color: #BBB;
}
 .inner-content{
     background: transparent;
     margin-top: -7.6em;
}
 .inner-wrapper{
     background-color: #FFF;
     width: 100%;
     float: left;
}
 .breadcump {
     color: #ee702f;
     font-size: .8em;
     padding: 1.1em 0;
     padding-right: 5em;
     font-weight: 300;
     text-align: right;
     background: transparent;
     margin-bottom: 1em;
     font-family: 'Roboto', sans-serif; 
}
 .breadcump span {
     color: #333333;
}
 .breadcump a {
     color: #333333;
}
 .title-wrap{
     margin-bottom: 0em;
}
 .page-title{
     font-size: 1.5em;
     font-weight: 700;
     margin-top: 0;
     margin-bottom:.8em;
     color: #ed7422;
}
.page-subtitle{
    font-size: 1.4em;
     margin-top: .25em;
     margin-bottom:1.2em;
     color: #333333;
}
 .content-holder{
     color: #333;
     width: 100%;
     float: left;
}
 .content-holder p{
     font-size: .8em;
     line-height: 1.7em;
     margin-bottom: 1.5em;
}
 .resource_title{
    font-family: 'Libre Baskerville', serif;
     font-size: 1.25em;
     font-weight: 700;
     color: #333;
     margin-bottom: 1em;
     margin-top: 2em;
     width:100%;
     position: relative;
     padding-bottom: .74em;
     text-transform: initial;
     border-bottom: 1px solid #b6b5b6;
     padding-bottom: 1em;
}
 .resource_file_div {
     background-position: left 0 center;
     background-repeat: no-repeat;
     font-size: .8em;
     padding-bottom: 2.5em;
     padding-left: 4.2em;
     padding-top: 2.5em;
     color: #ee702f;
     position: relative;
}
/* .resource_file_div::after{
    content: '';
    bottom: 0;
    left: 0;
    width: 90%;
    border-bottom: 2px solid #f3f3f3;
    position: absolute;
} */
.resource_file_div a.tit_{
    display: block;
    float: left;
    color: #333;
    text-transform: initial;
}
 
 .sub-title{
     font-size: .8em;
     font-style: italic;
     color: #333;
     margin-top: .8em;
     margin-bottom: 0;
     text-align: center;
}
 .btn-s1,a.btn-s1{
    background: #ee702f;
    padding:.35em 1.3em;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
}
 /* a.btn-s1::before,.btn-s1::before{
     content: '';
     width: 10px;
     height: 18px;
     background-image: url('images/btn-arrow-left.png');
     background-repeat: no-repeat;
     background-position: bottom right;
     position: absolute;
     top: 18px;
     left: 36px;
}
 a.btn-s1:hover::before,.btn-s1:hover::before{
     background-image: url('images/btn-arrow-left-hover.png');
} */
 .btn-s1:hover,a.btn-s1:hover{
     background:#333333;
     color: #FFF;
     border-color: #333333;
}
 .box-s1{
     padding: 1.5em 37px;
	padding-top: 2.2em;
}
.box-s1-inner{
    background: #f5f5f6;
}
 .box-s1 .tit{
     display: block;
     width: 100%;
}
 .box-s1 .tit h4{
     font-size: .9em;
     font-weight: 700;
     line-height: 1.3em;
     margin-top: 0.2em;
     margin-bottom: 1em;
     color: #ee702f;
}
.box-s1 .img_{
    display: block;
    width: 100%;
    height: 215px;
    overflow: hidden;
}
.box-s1 .img_ img{
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}
 .box-s1 .desc{
     font-size: 20px;
     line-height: 1.48em;
     min-height: 70px;
     padding: 1.25em;
}
.box-s1 .desc p{
    font-size: .8em;
}
 .linebottom::after{
     content: '';
     width: 37px;
     max-width: 70%;
     border-bottom: 3px solid #171c22;
     position: absolute;
     bottom: 0;
     left: 0;
}
 .linetop::before{
     content: '';
     width: 412px;
     max-width: 72%;
     border-top: 2px solid #f3f3f3;
     position: absolute;
     top: 0;
     left: 0;
}
 .news_list > div.box-s1:last-child::after{
     display: none;
}
 .pagination-list{
     margin-top: 1.5em;
     margin-left: 0;
     padding: 0;
     float: left;
     list-style: none;
}
 .pagination-list li{
     float: left;
}
 .pagination-list li a{
     background-color: #e7e7e7;
     color: #414141;
     display: block;
     float: left;
     font-size: .75em;
     font-weight: bold;
     height: 40px;
     margin-right: 0.8em;
     padding: 0.6em 0;
     text-align: center;
     width: 40px;
}
 .pagination-list li.active a{
     background-color: #ee702f;
     color: #FFF !important;
}
 .btn-s2,a.btn-s2,.btn-s2:active,a.btn-s2:active,.et_divi_builder #et_builder_outer_content a.btn-s2{
     float: right;
     position: relative;
     padding: .4em 1.8em;
     color: #25408f;
     border: 0;
     background: transparent;
     font-size: 1em;
     font-weight: 400;
     background-image: url('images/blue-back-arrow.png');
     background-repeat: no-repeat;
     background-position: left 10px top 15px;
     border-bottom: 3px solid #d7d7d7;
}
.footer-col-1{ width: 16.6%; border-right: 1px solid #cfcece;}
.footer-col-2{ width: 35.9%; padding-left: 40px;}
.footer-col-3{ width: 15%;}
.footer-col-4{ width:15%;}
.footer-col-5{width: 16.66%;}
.footer-cont{
     float: left;
}

.footer-cont h5{ 
    font-size: .85em;    
    font-weight: 500;
    margin-bottom: 0.2em;
    color: #333;
}
.footer-col-4 h5{
    margin-bottom: 1.1em;
}
.footer-cont p { 
    font-size: .85em;
    line-height: 1.7em;
    margin-bottom: .25em;
    font-weight: 300;
    color: #333;
}
.footer-cont p img{ 
    margin-bottom: .7em;
}

.footer-bottom{
    padding: 1em 0;
    border-top: 3px solid #999999;
    font-weight: 300;
    margin-top: 1em;
    
}
.footer-bottom p{ font-size: .75em; line-height: 1em;margin-bottom: 0;}
 .btn-s3,a.btn-s3{
     
     padding: .6em 1.7em;
     color: #FFF;
     border: 2px solid #FFF;
     background: transparent;
     text-transform: uppercase;
     font-size: 1rem;
     font-weight: 600;
     position: relative;
}
 .btn-s3:hover,a.btn-s3:hover{
     background:#FFF;
     color: #333;
}
 .searchform{
     color: #fff;
     float: right;
     line-height: 1em;
     margin: .78em 0 0 .5em;
     position: relative;
     cursor: pointer;
}
 .searchform_wrap{
     z-index: 9999 !important;
     background-color: transparent;
     display: none;
     padding: 0;
     position: absolute;
     right: 0;
     top: 0px;
	      -webkit-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
     -moz-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
     -o-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
	 transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
 .searchform_wrap input[type="text"]{
     background-color: #fff !important;
     border: 1px solid #ee702f;
     color: #333 !important;
     font-size: 0.9em;
     font-weight: 400;
     height: 69px;
     line-height: 1em;
     padding: 0.5em 0.6em !important;
     width: 260px !important;
     padding-right: 30px !important;
}
 .search-submit-btn{
     background-color: #ee702f;
     color: #FFF;
     font-size: 1em;
     font-weight: 500;
     padding: 0.41em;
     position: absolute;
     right: 1px;
     top: 1px;
     cursor: pointer;
}
 .menu-main-menu-container{
     float: left;
}
 .hidden{
     display: none;
}
 .link-s1{
     padding-top: 1.5em;
     padding-bottom: 1em;
     width: 100%;
     position: relative;
}
 .link-s1 ._tit{
     margin-bottom: .3em;
     display: block;
     font-size: .9em;
     font-weight: 700;
}
.link-s1 ._tit:hover{
    color: #ee702f;
}
 .link-s1 ._desc{
     margin-bottom:.8em;
     font-size: .75em;
}
#fslide-home{
    margin-top: 6.15em;
}
#fslide-home .owl-nav > button{
     position: absolute;
     top: 50%;
     margin-top: -14px;
     right: 0;
     font-size: 2.25em;
     color: #FFF;
}
 #fslide-home .owl-nav .owl-prev{
     left: 0;
     right: auto;
}
 #fslide-home .owl-angle-left {
    background-image: url(images/owl-arrow-left.png);
     background-repeat:no-repeat;
     width:15px;
     height:28px;
     display: block;
}
 #fslide-home .owl-angle-right {
    background-image: url(./images/owl-arrow-right.png);
     background-repeat: no-repeat;
     width:15px;
     height:28px;
    display: block;
}
.fslide-item{
    padding: 0 36px !important;
}
.fslide-item > a{
    display: block !important;
    padding-bottom: 0 !important;
}
.fslide-item > a img{
    vertical-align: middle !important;
}
 .et_divi_builder .mast-head{
     color: #333333;
}
 .content-holder ul {
    padding-left:20px;
	margin-left: 20px;
}
 .content-holder ul li {
    font-size:.8em;
     margin-bottom: 7px !important;
    list-style-position: outside !important ;
     padding-left: 14px !important;
	 list-style-image: url(./images/ularrow.png)!important;
}

.content-holder ol {
    padding-left: 10px;
	counter-reset: my-awesome-counter;
	list-style: none;
}
 .content-holder ol li {
     margin-bottom: 7px !important;
     padding-left: 14px !important;
	 counter-increment: my-awesome-counter;
	 list-style: none;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #ee702f;
  font-weight: bold;
  margin-right: 15px;
}

 .content-holder ul li a{
    color: #0047ab;
}
 .content-holder ul li a:hover {
    color: #333333;
}
 .single-post .content-holder .wrapper .btn-s1 {
    margin-top:40px;
     margin-bottom:40px;
}
 .single-post .content-holder .wrapper .btn-s1::before {
    top: 57px;
}
 .et_divi_builder #et_builder_outer_content .et_pb_row {
    max-width:100%;
}
 .btn.focus, .btn:focus {
    box-shadow:none;
}
 .pagination-list li a:hover {
    background-color:#ee702f; 
     color:#fff;
}
 .content-holder .rightbox h2 {
    color:#fff !important;
}
 .libre {
    font-family: 'Libre Baskerville', serif;
}
 .bluecolor {
    background: #0047AB !important;
}
 .greycolor {
    background: #525252 !important;
}
 hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.5) !important;
}
 .box {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px !important;
    margin-top: 2px !important;
}
 .codepage {
    font-size: .8em;
}
 .codepage ul li {
    font-size: 1em;
}
 pre {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    margin: 0 0 10px;
    overflow-wrap: break-word;
    padding: 9.5px;
    word-break: break-all;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
}
 .no-banner{
     height: auto;
     margin-top: 8.1em;
     
}
.no-banner-header,.scrolled-header{
    border-bottom: 2px solid #eee;
}
.no-banner .inner-banner-trans{ display: none;}
 .inner-banner-trans{
     background-image: url('images/inner-trans.png');
     background-repeat: repeat;
     background-position: center center;
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
}
.mast-head{
    color: #333333;
    width: 100%;
    float: right; padding-top: 0;
    padding-left: 7.6%;
}
.mast-head-content{ 
    float: left; width: 100%; padding: 0; max-width: 660px; background: transparent;color: #FFF;
    margin-top: 0; position: relative; padding-top: .5em;
}

.mast-head h1{ font-size: 2.4em; text-align: left; color: #ffffff;   margin: 0;     line-height: 1.25em;     font-weight: 700; margin-bottom: .25em; max-width:60%; }
.mast-head p{ font-size: 1.6em;text-align: left;font-weight: 300; margin-top: 0; margin-bottom: 30px;line-height: 1.5em;  }
.main-menu li.menu-btn-s1 a{
     
    padding: .4em 1.7em;
    color: #FFF;
    line-height: 1em;
    border: 1px solid #305d6e;
    background: #305d6e;
    font-size: .9em;
    font-weight: 400;
    margin-top: .35em;
}
 .main-menu li.menu-btn-s1 a:hover{
     background:transparent;
     color: #305d6e;
}
.main-menu li.menu-btn-s2 a{
     
    padding: .4em 1.7em;
    color: #305d6e;
    line-height: 1em;
    border: 1px solid #305d6e;
    background: transparent;
    font-size: .9em;
    font-weight: 400;
    margin-top: .35em;
}
 .main-menu li.menu-btn-s2 a:hover{
     background:#305d6e;
     color: #FFF;
}
.popup_team{
    display: none;
    max-width: 742px;
    padding: 2em;
}
.popup-cont h4{
    font-size: 1.1em;
    font-weight: 700;
    text-align: left;
    margin-bottom: 1em;
    margin-top: 0;
    text-transform: uppercase;
}
.popup-cont p{
    font-size: .8em;
    line-height: 1.5em;
    margin-bottom: 1em;
    font-weight: 400;
}
.contact-info{
    text-align: left;
    margin-top: 2em;
}
.contact-info h5{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 1em;
}
.contact-info p{
    margin-bottom: .3em;
}
.contact-info a{
    color: #47aba5;
}
.featherlight .featherlight-close-icon{
    background-image: url('images/popup-close.png');
     background-repeat: no-repeat;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
    top: 9px;
    right: 3px;
    text-indent: -9999px;
}
.mainbar-with-sidebar{
    width: 68%; float: left;
}
.sidebar{
    width: 32%;
    float: right;
    padding-left: 3.8em;
}
.sidemenu {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0;
}
.sidemenu li {
    float: left;
    font-size: .8em;
    padding: .7em 0;
    width: 100%;
    line-height: 1em;
    font-weight: 400;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 2em;
    background-image: url("./images/leftmenu-arrow.png");
    background-repeat: no-repeat;
    background-position: top 18px left 12px;
}
ul.sidemenu li:last-child{ border-bottom: 0;}
.sidemenu li a{
    color: #333;
    line-height: 1.5em;
}
.sidemenu li.active a,.sidemenu li:hover a{
    color: #ee702f;
}
.sideheader{    
    font-weight: 700;
    font-size: 1em;
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
    padding-bottom: .5em;
}
/* .sideheader::after{
    content: '';
     width: 37px;
     max-width: 70%;
     border-bottom: 3px solid #171c22;
     position: absolute;
     bottom: 0;
     left: 0;
} */
.side-title-s1{
    font-size: 1em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1em;
}
.side-box{
    width: 100%;
    float: left;
    padding: 1.5em 1.6em;
    margin-bottom: 2.25em;
    background: #f6f4f5;
}
.side-box-s1 p{
    font-size: .85em;
    line-height: 1.4em;
}
.popup_team .prev_feather{ display: none;}
.popup_team .next_feather{ display: none;}
.blog_list{ margin-left: -37px; margin-right: -37px;}

.et-db #et-boc .et_pb_module a.white {
    color: #fff !important;
    background-image: url(images/arrow_transw.png);
}


  .et-db #et-boc .et_pb_module a::after {display:none !important;  }
.resource_file_div a.tit_:hover {color:#364252 !important;}

.et-db #et-boc .et_pb_text p {
    font-size: .85em;
    line-height: 28px;
}

.et-db #et-boc ::selection {

    background: rgba(43,135,218,.4) !important;

}
.et-db #et-boc ::selection {

    background: rgba(43,135,218,.4) !important;

}
.box-team{ margin: 2em 0;}
.box-team .desc{position: relative; margin: auto 0 0 0;}
.box-team .img_{ display: block; width: 100%;}
.box-team .img_ img{ width: 100%; height: auto;}
.box-team .desc .tit{ font-size: 1.1em; margin-bottom: .4em;}
.box-team .desc .sub{ font-size: .8em; margin-bottom: 1.4em;}
.box-team .desc img{ margin: 0 .1em;}
.single-data{ line-height: 1.47em;font-size: .7em; }
.single-date{
     font-weight: 400;
     color: #8e8e8e;
     padding-left: 1.7em;
     background-image: url('images/calendar.png');
     background-repeat: no-repeat;
     background-position: left top -3px;
     float: left;
}
.dt_cat{ padding: .5em 0;}
a.single-author{ float: left;
                padding-left: 1.7em;
                color: #ee702f;
     background-image: url('images/author.png');
     background-repeat: no-repeat;
     background-position: left top;}
.single-cat{
     float: left;
     font-weight: 300;
     font-size: .8em;
     text-transform: uppercase;
}

.tag-div{ font-size: .78em;}
.tag-div a{ color:#ee702f;}
.navigation-card{ max-width: 386px; width: 50%;}
.navigation-card .card-link{ color: #333; font-size: .8em; font-weight: 500; 
    background-image: url('images/card-link-right.png');
    background-repeat: no-repeat;
    background-position: right center; padding-right: 36px;}
.navigation-card .card-link.prev{
    background-image: url('images/card-link-left.png');
    background-repeat: no-repeat;
    background-position: left center; 
    padding-right: 0;
    padding-left: 36px;
}
.navigation-card.next{ text-align: right;}
.navigation-card ul{ list-style: none; padding:0; margin: 0; margin-top: .7em;}
.navigation-card ul a.desc_{ color: #ee702f; font-weight: 400; font-size: .8em;}

.team_list{
    margin-left:-32px;
    margin-right: -32px;
}
.box-s3{
    padding: 32px;   
    text-align: center;
}
.box-s3 ._thumb{
    display: inline-block;
    width: 246px;
    position: relative;
    border:0;
    border-bottom: 0;
    -webkit-border-radius:  50%;
     -moz-border-radius:  50%;
     border-radius: 50%;
     height: 246px;
     overflow: hidden;
     margin-bottom: 1.6em;
}
.box-s3 ._thumb img{
    width: 100%;
    height: auto;
    
     
}
.box-s3 ._subtitle{
    padding: 0;
    font-size: .9em;
}
.box-s3 ._tit{
    display: block;
    margin-bottom: .1em;
    font-size: 1.1em;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    color: #ed7422;
}
.box-s3 ._tit:hover{color:#333  !important;}
.box-s3 p{
    font-size: .85em;
    margin-bottom: 0;
    font-weight: 300;
}
.header-top{ height: 54px; margin-bottom: 28px;}
.header-text{ 
    float: right;
    font-size: .85em; 
    color: #017cba; 
    font-weight: 500;
    line-height: 54px;
}
.grey-span{ color: #b3b3b3;padding: 0px 20px;}
a.btn-header{
    background: #ee702f;
    padding:.8em 30px;
    font-size: .85em;
    font-weight: 700;
    color: #FFF;
    display: block;
    height: 54px;
    padding-right: 48px;
    background-image: url("./images/btn-header-right.png");
    background-repeat: no-repeat;
    background-position: top 23px right 30px;
    text-transform: uppercase;
}
.header-btn{
    float: right;
    margin-left: 20px;
}
.footer-cont ul{ padding: 0; margin: 0; width: 100%; list-style: none; padding-bottom: 1em;}
.footer-cont ul > li{
    width: 50%;
    font-size: .85em;
    padding-bottom: .4em;
}
.footer-cont ul > li ul{
    padding: 0;
    margin: 0;
}
a.btn-slider{
    background: #ee702f;
    padding:.35em 1.3em;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
}
.box-s1 .desc .cat_{
    font-size: 14px;
    text-transform: uppercase;
}
.contactbox {border:1px solid #bababa; background-color:#f9f9f9; padding:15px 30px 80px 30px;}
.single .content-holder .attachment-post-thumbnail{ margin-bottom: 1em;}
.linetop{
    border-top: 1px solid #b6b5b6;
    padding-top: 1em;
}
.readtime_{
    font-size: 15px;
    color: #0e2d6d;
    padding-bottom: 1.5em;
}
.box-s1 .desc .cat_.case_{
    background: transparent; padding-left: 0;
}
.single-cat.case_{background: transparent; padding-left: 0;}
.team_hover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url("./images/team_hover.png");
    background-repeat: repeat;
    display: none;
}
 a.team_hover{ color: #FFF;}
.team-box-wrap .img.block:hover .team_hover{ display: block;}
.team_hover_inner{ height: 100%;color: #FFF;}
.team_hover h3{
    font-size:1.1em;
    margin-bottom: 0;
}
.team_hover p{
    font-size:.9em;
    font-weight: 300;
    margin-bottom: .8em;
}
.team_thumb{
    padding: 0 2.5em 1em 0 ;
}
.single-team .page-title{
    text-transform: initial;
    font-size: 1.5em;
    margin-bottom: .6em;
}
.single-team .sub-title{
    font-style:initial;
    color: #333333;
    font-weight: 300;
    font-size: .9em;
    margin-bottom: 1.3em;
    text-align: left;
}
.cat_dropdown{
    position: relative;
}
#cat_selected{
    float: right;
     position: relative;
     padding: .85em 1.8em;
     background: transparent;
     font-size: .85em;
     font-weight: 400;
     background-image: url('./images/cat_down.png');
     background-repeat: no-repeat;
     background-position: right 15px top 20px;
     border: 1px solid #bababa;
     width: 290px;
     max-width: 100%;
     margin-bottom: .8em;
     cursor: pointer;
     font-size: .9em;
     padding-left: 1em;
}
.cat_dropdown ul{
    list-style: none;
    width: 290px;
    position: absolute;
    right: 0;
    top: 58px;
    z-index: 100;
    padding: 0;
}
.cat_dropdown li{
    float: left;
    width: 100%;
    height: 0;
    -webkit-transition: all ease-out .1s;
     -moz-transition: all ease-out .1s;
     -o-transition: all ease-out .1s;
     transition: all ease-out .1s;
     overflow-y: hidden;     
}
.cat_dropdown li.opened {
    background:#fff;
    padding: 10px 20px;
    color:#333;
    height: auto;
    font-size: .8em;
}
.cat_dropdown ul{
    -webkit-box-shadow: 0 2px 3px 0px #aaa; 
  -moz-box-shadow:    0 2px 3px 0px #aaa; 
  box-shadow:         0 2px 3px 0px #aaa;
}

.content-holder ul ul {margin:0px !important;}
.content-holder ul ul li {font-size:15px !important;}
.nolink > a {cursor:default !important;}
.content-holder h2,#et-boc .et-l h2 {font-size:30px !important;font-family: 'Libre Baskerville', serif; color: #ed7422; font-weight:bold; line-height: 1.3em !important;}
.content-holder h3,#et-boc .et-l h3 {font-size:25px !important; font-family: 'Libre Baskerville', serif;color: #ed7422;line-height: 1.3em !important;}
.content-holder h4,#et-boc .et-l h4 {font-size:22px !important;font-family: 'Libre Baskerville', serif;color: #ed7422; line-height: 1.3em !important;}
 

/******************************** NEW FOR PINNACLE *******************************************************************/
.container-header{
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin:auto; /* Janet added */
    width: 90%; /* Janet added */
    
}
.vertical-align > div.container{ max-width: none;}
a.lets-connect{
    background: #ee702f;
    padding:1em 30px;
    font-size: .85em;
    font-weight: 500;
    color: #FFF;
    display: block;
    height: 64px;
    padding-right: 48px;
    background-image: url("./images/btn-arrow-right.png");
    background-repeat: no-repeat;
    background-position: top 25px right 30px;
    position: fixed;
    right: -70px;
    top: 50%;
    margin-top: -32px;
    font-family: 'Roboto', sans-serif;
    -ms-transform: rotate(90deg); /* IE 9 */
  transform: rotate(90deg);
  z-index: 1000;
}
a.lets-connect:hover { color: #fae4d3;}
.container-blog{ max-width: 1372px;}
.single-thumb{ padding: 1em 0; text-align: center;}
.share-this-holder{ margin-bottom: 1em;}
.container-leadership{ max-width: 1222px;}
.single .team_thumb img{
-webkit-border-radius:  50%;
 -moz-border-radius:  50%;
 border-radius: 50%;
}
a.backto{
    background: #ee702f;
    padding:.8em 30px;
    font-size: .9em;
    font-weight: 700;
    color: #FFF;
    display: inline-block;
    height: 58px;
    padding-left: 60px;
    background-image: url("./images/btn-backto-left.png");
    background-repeat: no-repeat;
    background-position: top 22px left 27px;
    
}
p.leadership_sub_title{
    font-size: 16px;
    color: #333;
    margin-top: .5em;
    margin-bottom: 0;
    text-align: left;
    font-weight: 400;
}
a.sc_linkedin{
    display: inline-block;
    color: #017cba;
    font-size: 16px;
    margin-top: .5em;
}
a.sc_linkedin img{
    padding-right: 6px;
margin-top: -3px;
}
.header-marg-home{ margin-top: 9em;}
.et-db #et-boc .et-l .home-mast-head{ display: flex; align-items: center; height: 100%; max-width: 620px;}
.et-db #et-boc .et-l .home-mast-head h1{
    font-size: 2.4em;
    line-height: 1.25em;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: .25em;
	font-weight: 600;
	color:#474747;

}
.et-db #et-boc .et-l .home-mast-head p{
    font-size: 1.2em;
    font-weight: 300;
    
}
.et-db #et-boc .et-l .et_pb_module.home-mast-head a{
    font-size: 17px;
    color: #017cba;
    font-weight: 500;
    display: inline-block;
    padding-right: 22px;
    background-image: url("./images/btn-arrow-blue.png");
    background-repeat: no-repeat;
    background-position: top 4px right 0 ;
}
.et-db #et-boc .et-l .et_pb_module.home-mast-head a:hover{color: #ed7422;}
.et-db #et-boc .et-l .et_pb_module.home-orange-box h2{
    font-size: 2.2em;
    line-height: 1.25em;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: .25em;
    font-weight: 700;
}
.et-db #et-boc .et-l .et_pb_module.home-orange-box a{
    font-size: 17px;
    color: #FFF;
    font-weight: 500;
    display: inline-block;
    padding-right: 30px;
    background-image: url("./images/btn-arrow-white.png");
    background-repeat: no-repeat;
    background-position: top 3px right 0 ;
}
.et-db #et-boc .et-l .et_pb_module.home-orange-box a:hover{color:#fae4d3;}
.et-db #et-boc .et-l .et_pb_slide_description{ padding: 0 !important;}
.et-db #et-boc .et-l #home-featured-price .et_pb_slide{ padding: 0;}
#et-boc .et-l .home_news_list > div{ padding: 0 25px !important;}
#et-boc .et-l .home_news_list{ margin-left: -25px !important; margin-right:  -25px !important;}
#et-boc .et-l .home_news_list a.tit_::after{ padding-left: 5px; content: url(images/btn-arrow-blue.png); position: relative; display: inline-block !important;}
#et-boc .et-l .home_news_list a.tit_{ color: #333; font-size: 18px; 
    font-weight: 500; text-align: center; display: inline-block; 
    padding-top: 25px; line-height: 1.45em !important;}
    #et-boc .et-l .home_news_list a.tit_:hover{ color: #017cba;}
.et-db #et-boc .et-l .sc_home_last_row .et_pb_module h4{
    font-size: 1.35em;
    line-height: 1.25em;
    font-family: 'Libre Baskerville', serif;
    margin-bottom:0;
    font-weight: 700;
}
#login_popup{
    background-color: #ee702f;
    width: 100%;
    max-width: 250px;
    padding: 10px 25px;
    border-top: 4px solid #ee702f;
    color: #FFF;
    position: fixed;
    top: 54px;
    display: none;
    right: 0;
    z-index: 100000;
}
#login_popup a{
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    display: block;
    padding: .5em 0;
}
#login_popup a:hover{opacity: .8;}
.blog_list_top{
    margin-bottom: 1.5em;
}
.blog_list_top .box-s1-top .img_ img{ width:100%; height: auto;} 
.box-s1-top-right{ padding-left: 50px;}
.box-s1-top .tit h4{
    font-weight: 400;
    line-height: 1.4em;
}
.box-s1-top .cat_{
    font-weight: 300;
    font-size: .8em;
    margin-bottom: 1.2em;
}
.box-s1-top .desc > p{
    font-size: 16px;
    line-height: 28px;
}
a.read_more_feat{
    font-size: 17px;
    color: #ee702f;
    font-weight: 500;
    display: inline-block;
    padding-right: 22px;
    background-image: url("./images/btn-arrow-orange.png");
    background-repeat: no-repeat;
    background-position: top 7px right 0 ;
    text-transform: uppercase;
}
.page-numbers{
    display: inline-block;
    margin-right: 12px;
    height: 43px;
    min-width: 43px;
    padding: 9px 12px;
    text-align: center;
    background-color: #e7e7e7;
    font-size: 16px;
    font-weight: 700;
}
.page-numbers:hover,.page-numbers.current{
    background-color: #ee702f;
    color: #FFF;
}
#et-boc .et-l .et_pb_module .contact_frm input[type="text"],#et-boc .et-l .et_pb_module .contact_frm input[type="email"],
#et-boc .et-l .et_pb_module .contact_frm select{
    border: 1px solid #cccccc;
    color: #272e2f !important;
    font-size: .8em;
    font-weight: 400;
    height: 39px;
    line-height: 1em;
    width: 100%;
    margin-bottom: 26px;
    padding: .5em ;
}
#et-boc .et-l .et_pb_module .contact_frm textarea{
    border: 1px solid #cccccc;
    color: #272e2f !important;
    font-size: .8em;
    font-weight: 400;
    height: 280px;
    line-height: 1em;
    width: 100%;
    margin-bottom: 26px;
    padding: .5em ;
}
#et-boc .et-l .et_pb_module .contact_frm div.row > div{
    padding-left: 15px;
    padding-right: 15px;
}
span.wpcf7-not-valid-tip {
    color: red !important;
    font-size: .75em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 3px;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
#et-boc .et-l .et_pb_module .contact_frm input.wpcf7-submit{
    background: #ee702f;
    padding:.8em 30px;
    font-size: .9em;
    font-weight: 700;
    color: #FFF;
    display: block;
    height: 58px;
    width: 250px;
    max-width: 100%;
    text-align: center;
    float: right;
    margin: 16px 0;
}
#et-boc .et-l .et_pb_module.home-tab-contents{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    max-width: 95%;
    margin: 0 2.5%;
}
#et-boc .et-l .et_pb_module.home-tab-contents .et_pb_tabs_controls{
    width: 440px;
    background: transparent;
}
#et-boc .et-l .et_pb_module.home-tab-contents .et_pb_tabs_controls li > a,
#et-boc .et-l .et_pb_module.sc_tab_alternative .et_pb_toggle > h5{
    background: #f2f2f2;
    color: #474747 !important;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1em;
    padding: 1.33em 4em;
    padding-right: .5em;
    margin:.75em 0;
    display: block;
    width: 350px;
    max-width: 80%;
    background-repeat: no-repeat;
    background-position: center left 26px;
    position: relative;
    z-index: 2;
}
#et-boc .et-l .et_pb_module.sc_tab_alternative .et_pb_toggle > h5{
    max-width: none;
    width: 100%;
}
#et-boc .et-l .et_pb_module.home-tab-contents .et_pb_tabs_controls li > a:hover,
#et-boc .et-l .et_pb_module.home-tab-contents .et_pb_tabs_controls li.et_pb_tab_active > a,
#et-boc .et-l .et_pb_module.sc_tab_alternative .et_pb_toggle > h5:hover,
#et-boc .et-l .et_pb_module.sc_tab_alternative .et_pb_toggle.et_pb_toggle_open > h5{
    background-color: #ed7422;
    color: #FFF !important;
   
}
.et-db #et-boc .et-l .home-tab-contents ul.et_pb_tabs_controls::after{
    border: 0;
}
#et-boc .et-l .et_pb_module.home-tab-contents .et_pb_all_tabs{
    flex: 1;
    padding-left: 10%;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#et-boc .et-l .et_pb_module.home-tab-contents .et_pb_tabs_controls li{
    width: 100%;
    border: 0;
    padding-bottom: 0;
    
}
.sc_tab_alternative{
    display: none !important;
}
#et-boc .et-l .et_pb_module.home-tab-contents .et_pb_tab_content h5,
#et-boc .et-l .et_pb_module.sc_tab_alternative .et_pb_toggle .et_pb_toggle_content h5{
    font-family: 'Libre Baskerville', serif;
    color: #ed7422;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: .7em;
}
#et-boc .et-l .et_pb_module.home-tab-contents .et_pb_tab_content p,
#et-boc .et-l .et_pb_module.sc_tab_alternative .et_pb_toggle .et_pb_toggle_content p{
    color: #474747;
    font-size: 1em;
    line-height: 1.4em;
}
#et-boc .et-l .et_pb_module.home-tab-contents .et_pb_tab_content p a,
#et-boc .et-l .et_pb_module.sc_tab_alternative .et_pb_toggle .et_pb_toggle_content p a{
    font-size: 17px;
    color: #017cba;
    font-weight: 500;
    display: inline-block;
    padding-right: 22px;
    background-image: url("./images/btn-arrow-blue.png");
    background-repeat: no-repeat;
    background-position: top 4px right 0 ;
}
.et-db #et-boc .et-l .et_pb_module.sc_tab_alternative .et_pb_toggle_close,
.et-db #et-boc .et-l .et_pb_module.sc_tab_alternative .et_pb_toggle_open{
    padding: 0;
    background-color: transparent;
    border: 0;
}
#et-boc .et-l .et_pb_module.sc_tab_alternative .et_pb_toggle .et_pb_toggle_title::before{
    display: none;
}
#et-boc .et-l .et_pb_text.pagelink p a{ 
    font-size: 17px;
    color: #017cba;
    font-weight: 500;
    display: inline-block;
    padding-right: 22px;
    background-image: url("./images/btn-arrow-blue.png");
    background-repeat: no-repeat;
    background-position: top 4px right 0 ;
}
#et-boc .et-l .et_pb_text.pagelink p a:hover{color:#ed7422;}
#et-boc .et-l .et_pb_module.home-tab-contents .et_pb_tab_content p a:hover{color:#ed7422;}
#et-boc .et-l .et_pb_module.home-tab-contents .et_pb_tabs_controls li::after{
    position: absolute;
    top: 50%;
    content: '';
    width: 100%;
    z-index: 1;
    height: 1px;
    background: #e3e3e3;
}
#et-boc .et-l .et_pb_module.home-tab-contents .et_pb_tabs_controls li::before{
    position: absolute;
    content: '';
    height: 100%;
    z-index: 1;
    width: 1px;
    background: #e3e3e3;
    right: 0;
}
#et-boc .et-l .et_pb_module.home-tab-contents .et_pb_tabs_controls li:first-child::before{
    height: 50%;
    top: 50%;
}
#et-boc .et-l .et_pb_module.home-tab-contents .et_pb_tabs_controls li:last-child::before{
    height: 50%;
    bottom: 50%;
}
#home-featured-price .et_pb_slides .et_pb_slider_container_inner{
    margin: 0 !important;   
}
.et-db #et-boc .et-l #home-featured-price .et_pb_slides .et_pb_slide_image{
    margin: 0 !important;   
}
.et-db #et-boc .et-l .et-pb-arrow-next, .et-db #et-boc .et-l .et-pb-arrow-prev{
    margin-top: -68px;
}
.et-db #et-boc .et-l .et_pb_slider_0, .et-db #et-boc .et-l .et_pb_slider_0 .et_pb_slide{
    min-height: 0 !important;
}
.footer-cont ul > li a:hover {color:#ed7422;}
.footer-bottom p a:hover {color:#ed7422;}
.et-db #et-boc .et-l div.sc_vertical_div_h4 .et_pb_module .et_pb_text_inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.et-db #et-boc .et-l div.sc_vertical_div_h4 .et_pb_module .et_pb_text_inner h4{
    margin:0;
}
.et-db #et-boc .et-l div.sc_vertical_div_h6 .et_pb_module .et_pb_text_inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.specialh3 {
    color: #ed7422 !important;
    font-family: 'Libre Baskerville', serif;
    font-weight: 600 !important;
    padding-left: 38px !important;
    background: url("./images/special.png") !important;
    background-repeat:no-repeat !important;
    background-position-y: 2px !important;
}
.specialh3holder p {padding-left: 38px !important;}
.et-db #et-boc .et-l div.sc_vertical_div_h6 .et_pb_module .et_pb_text_inner h6{
    margin:0;padding-left: 10px; font-size: 17px;}

.et-db #et-boc .et-l .et_pb_module a {color:#017cba;}
.et-db #et-boc .et-l .et_pb_module a:hover {color:#333;}

.et-db #et-boc .et-l .et_pb_module a.et_pb_button,
.et-db #et-boc .et-l .et_pb_module input.et_pb_button{
background: #ee702f;
padding: .8em 35px;
padding-bottom: 0.8em;
font-size: .9em;
font-weight: 700;
color: #FFF;
display: inline-block;
height: 58px;
width: 235px !important;
    max-width: 235px !important;
	line-height: 30px !important;
text-align: center;
margin: 16px 0;
border: 0;
-webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
}
.et-db #et-boc .et-l .et_pb_module a.et_pb_button:hover{
    background: #da6d23;
}


.btnorange{
    background: #ee702f !important;
padding: 1.1em 35px !important;

font-size: .9em !important;
font-weight: 700 !important;
color: #FFF !important;
display: inline-block !important;

width: 235px !important;
    max-width: 235px !important;
	line-height: 30px !important;
text-align: center !important;
border: 0 !important;
-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
     border-radius: 0 !important;
}
.btnorange:hover{
    background: #da6d23 !important;
    padding: 1.1em 35px !important;
    font-size: .9em !important;
    font-weight: 700 !important;
    color: #FFF !important;
    display: inline-block !important;
    width: 235px !important;
    max-width: 235px !important;
	line-height: 23px !important;
    text-align: center !important;

    border: 0 !important;
}


.smallhead h2 {font-size:20px !important;}
.headbox {border:1px solid #d9d9d9 !important; background:#fcfcfc !important; padding:25px !important;}
.single-post .inner-banner {height: 1px;
    margin-bottom: -5px;
    top: -50px;
}
.et_monarch .et_social_autowidth li{
    min-height: auto;
    margin: 0 10px 15px 0 !important;
    padding-left: 0 !important;
}
.et_monarch .et_social_networks .et_social_icon{
    height: 30px;
    line-height: 30px;
}
.et_monarch .et_social_networks a.et_social_share{
    font-size: 15px;
    font-weight: 400;
}
.et_monarch .et_social_networks .et_social_networkname{
    font-size: 15px;
    font-weight: 400;
}
.et_monarch .et_social_inline_top{
    margin-bottom: 10px;
}
.et-db #et-boc .et-l .sc_contact_icon_ul ul li{
    list-style: none !important;
    padding-left: 44px !important;
    position: relative;
}
.et-db #et-boc .et-l .sc_contact_icon_ul ul li img{
    position: absolute;
    left: 0;
    top: 1px;
}
.et-db #et-boc .et-l .sc_contact_icon_ul ul{
    margin: 0;
}

::placeholder{
    color: #3c4648;
    opacity: 1;
}
.et-db #et-boc .et-l .et_pb_module.home-orange-box h2{
    color: #FFF;
}
.et-db #et-boc .et-l .et_pb_module a.arrowbtn {font-size: 17px;
    color: #017cba;
    font-weight: 500;
    display: inline-block;
    padding-right: 22px;
    background-image: url(./images/btn-arrow-blue.png);
    background-repeat: no-repeat;
    background-position: top 3px right 0;}

.et-db #et-boc .et-l .et_pb_module a.arrowbtn:hover {color: #ed7422;}
.et-db #et-boc .et-l .et_pb_module .card-title a {color: #333;}
.et-db #et-boc .et-l .et_pb_module .card-title a:hover {color: #017cba;}
/* .featuredplan {margin-left: 10% !important;} */
.sc_flex_table,.sc_flex_row,.sc_flex_row,.sc_flex_col{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#et-boc .et-l .sc_flex_table{
    width: 100%;
    flex-direction: column;
    margin: 2em 0;
}
#et-boc .et-l .sc_flex_row{
    width: 100%;
    flex-direction: row;
    background-color: #e3e1e1;
}
#et-boc .et-l .sc_flex_col{
    width: 33.33%;
    text-align: center;
    padding: 6px 1em;
    font-size: .9em;
    font-weight: 700;
    color: #453635;
    justify-content: center;
    align-items: center;
    padding: 7px;
}
#et-boc .et-l .sc_flex_table > .sc_flex_row.bg_sc{
    background-color: #d0cdcc;
}
#et-boc .et-l .sc_flex_row.sc_flex_header{
    background-color: #e7bd94 !important;
    height: 80px;
    display: none;
}
#et-boc .et-l .sc_flex_table .sc_flex_row.sc_flex_header:first-child{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#et-boc .et-l .sc_flex_header .sc_flex_col{
    font-size: 1em;
    color: #362f36;
    text-transform: uppercase;
    padding: 10px 1em;
}

.et-db #et-boc .et-l .et_pb_toggle_content ol li {list-style: none;padding: 0 !important;}
.et-db #et-boc .et-l .et_pb_toggle_content ol {margin-left: 0;}
a.foot-orange{
    border: 2px solid #ee702f;
    padding: .8em .8em;
    font-size: .75em;
    font-weight: 500;
    color: #ee702f;
    display: inline-block;
    width: auto;
    max-width: 100%;
    line-height: initial;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 15px;
    text-transform: uppercase;
}
