/*global*/
.hm-main main{margin-top:107px;}
main {max-width: 100vw;overflow-x: hidden;margin-top:91px;}
main.community {background:#fff;max-width: 100vw;overflow-x: hidden;}
:not(main) ul {padding:0;}
:not(main) li {list-style:none;}
section > .container > .row > div {padding-top:15px;padding-bottom:15px;}
.uppercase{text-transform:uppercase;}
.hero-img, .top-img{width:100%!important;height:100%!important;max-height:650px;object-fit:cover;object-position:50% 50%;}
.hm-main .hero-img, .hm-main .top-img{width:100%!important;height:100%!important;max-height:450px;object-fit:cover;object-position:50% 0;}
.hm-main .home .overflow-hidden{max-height:700px !important;}
.hm-main .home .hero-img{max-height:700px !important;}
.home .overflow-hidden{max-height:500px !important;}
.home .hero-img{max-height:500px !important;}
.flex-row{display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}

.serv-body{margin-bottom:75px !important;}

p a{color:#20a085;}

/*absolute*/
.absolute {position:absolute;top:0;left:0;right:0;bottom:0;height:0px;margin:auto;}
.hero .absolute {}

/*aside*/
aside input:not([type="submit"]) {background:#f8f8f8;border:1px solid #eeeeee;padding:15px;margin-bottom:15px;width:100%;display:block;}
aside input:focus:not([type="submit"]) {border-color:#facf00;}
aside form {margin-top:15px;background:white;padding:15px 0;display: inline-block;width: 100%;}

aside input:not([type="submit"])::-webkit-input-placeholder,
aside select::-webkit-input-placeholder,
aside textarea::-webkit-input-placeholder {color:#777777;}
aside input:not([type="submit"])::-moz-placeholder,
aside select::-moz-placeholder,
aside textarea::-moz-placeholder {color:#777777;}
aside input:not([type="submit"]):-ms-input-placeholder,
aside select:-ms-input-placeholder,
aside textarea:-ms-input-placeholder {color:#777777;}
aside input:not([type="submit"]):-moz-placeholder,
aside select:-moz-placeholder,
aside textarea:-moz-placeholder {color:#777777;}


/*breadcrumbs*/
.breadcrumbs {margin-bottom:15px;}
.breadcrumbs li {list-style:none;display:inline;}
.breadcrumbs a {color:#777777;text-decoration:none;}
.breadcrumbs a:hover {color:#bddeb1;}
.breadcrumbs + h1 {margin-top:30px;}

/*chapter*/
.chapter {}
.chapter > div {}
.chapter .chapter-txt {background:white;}
.chapter .chapter-txt .comm-btn-green {margin-top:75px;}
.chapter .social a {background:none;color:white;padding:0;width:38px;height:38px;border-radius:100%;}
.chapter .social .twitter a {background:#55acee;padding:14px 17.5px;border:2px solid #55acee;}
.chapter .social .twitter:hover a {color:#55acee;background:white;}
.chapter .social .facebook a {background:#3b5998;padding:14px 20px;border:2px solid #3b5998;}
.chapter .social .facebook:hover a {color:#3b5998;background:white;}
.chapter .social .google-plus a {background:#dd4b39;padding:14px 14.5px;border:2px solid #dd4b39;}
.chapter .social .google-plus:hover a {color:#dd4b39;background:white;}
.chapter .social .linkedin a {background:#007bb5;padding:14px 17.5px;border:2px solid #007bb5;}
.chapter .social .linkedin:hover a {color:#007bb5;background:white;}

.form-chapter form h5 {color:#72848d;text-shadow:none;margin-top:15px;display:inline-block;font-size:15px;font-family: 'Open Sans', sans-serif;margin-bottom:25px;}
.form-chapter form h4 a {color:#20a085;font-size:30px;font-family: 'Roboto', sans-serif;font-weight:400;}
.form-chapter .chapter-border {border-top: 1px solid #e3eef4;min-width: 67%;display: inline-block;margin-left: 10px;vertical-align: middle;}
.contact-rep .container {padding-top:0;}
.contact-rep .com-box{border:1px solid #e3eef4;width:100%;min-height:547px;}
.getAbout{padding:30px;}
.form h4{margin-bottom:0px;}

/*datepicker*/
#datepicker {background:white;display:block;}
#datepicker table {width:100%;}
#datepicker thead {}
#datepicker tr {}
#datepicker th {border:1px solid #f4f4f4;padding:5px;text-align:right;}
#datepicker td {border:1px solid #f4f4f4;padding:5px;text-align:right;}
#datepicker td a {color: #353332;}
#datepicker span {display:inline-block;text-transform:uppercase;font-weight:500;}
#datepicker .ui-datepicker-title span {border:0;}
.ui-datepicker-title {color: #353332;background: #facf00;border: 1px solid #facf00;text-align:center;padding:10px;}
.ui-datepicker-prev {padding:12px 10px;display:inline-block;color: #353332;font-size:12px;cursor:pointer;position:absolute;}
.ui-datepicker-next {float:right;padding:12px 10px;display:inline-block;color: #353332;font-size:12px;cursor:pointer;position:absolute;right:15px;}

/*footer*/
footer {background:rgb(255,255,255);color:rgb(165,196,225);font-size:11px;font-family: 'Roboto', sans-serif;font-weight:400;text-transform:uppercase;margin-top:45px;}
footer > div:nth-child(1) {padding:40px 15px 15px 15px;}
footer a {color:#9fc0df;display: block;padding: 3px 0;font-family:'Cabin', sans-serif;letter-spacing:.24px;}
footer .legal a{display:inline-block;float:right;padding:0;}
/* footer a:hover {color:rgb(86,208,195);} */
footer hr {margin:0;border-color:#2e4256;}
footer h4 {color: #9fc0df;display: block;padding: 1px 0;margin:0 0 5px 0;font-size:11px;font-weight:400;}
footer input[type="submit"] {text-transform:uppercase;border-color:rgb(159,192,223);}
footer input:not([type="submit"]) {color:#7892ab;border-color:rgb(159,192,223);font-size:11px;padding:12px 10px;background:transparent;width:100%;margin:5px 0;}
footer .social li{margin:0;}

footer input[type="submit"]::-webkit-input-placeholder,
footer input[type="submit"]::-moz-placeholder,
footer input[type="submit"]::-ms-input-placeholder {color:#7892ab;}
footer input:not([type="submit"])::-webkit-input-placeholder,
footer select::-webkit-input-placeholder,
footer textarea::-webkit-input-placeholder {color:#7892ab;}
footer input:not([type="submit"])::-moz-placeholder,
footer select::-moz-placeholder,
footer textarea::-moz-placeholder {color:#7892ab;}
footer input:not([type="submit"]):-ms-input-placeholder,
footer select:-ms-input-placeholder,
footer textarea:-ms-input-placeholder {color:#7892ab;}
footer input:not([type="submit"]):-moz-placeholder,
footer select:-moz-placeholder,
footer textarea:-moz-placeholder {color:#7892ab;}

footer .btn {margin:5px 0;font-size:11px;}
footer .legal {color:rgb(180,206,230);}
footer .legal aside {padding:15px 0;text-align:left;display:inline-block;}
footer .exceleron {float:right;display:inline-block;padding:15px 0;}
footer .navbar-brand {padding:0;width:100%;}
footer .navbar-brand .wrapper-logo-img{width:100%;}
footer ul li {text-transform:capitalize;}
footer ul li:nth-child(1) {font-size:12px;text-transform:uppercase;}
footer ul li:nth-child(1) a {color:rgb(93,130,165);}
footer #whoWeAre ul .last a {color:rgb(86,208,195);}
footer #followUsFooter {position:relative;top:15px;}
footer .signup {color:rgb(93,130,165);font-size:13px;color:#5d82a5;letter-spacing:0.26px;}
footer .social {margin-top:15px;}
footer .img-responsive{max-width:100px;}

/*form*/
input, button, select, textarea {border:none;border:1px solid;}
textarea {width:100%;padding:15px;}

/*form-rep*/
.form-rep input:not([type="submit"]) {background:#f8f8f8;border:1px solid #eeeeee;padding:15px;margin-bottom:15px;width:100%;display:block;font-family: 'Open Sans', sans-serif;}
.form-rep input:focus:not([type="submit"]) {border-color:#facf00;}
.form-rep form {margin-top:15px;background:white;padding:15px;display: inline-block;width: 100%;}
.form-rep textarea {background:#f8f8f8;border:1px solid #eeeeee;padding:15px;margin-bottom:15px;width:100%;display:block;font-family: 'Open Sans', sans-serif;}
.form-rep select {color:#888;background:#f8f8f8;border:1px solid #eeeeee;padding:15px;margin-bottom:15px;width:100%;display:block;height:52px;border-radius:0;font-family: 'Open Sans', sans-serif;}
.form-rep select::-webkit-input-placeholder,
.form-rep select::-moz-placeholder,
.form-rep select:-ms-input-placeholder,
.form-rep select:-moz-placeholder {background:#f8f8f8;padding:15px;display:block;height:52px;border-radius:0;}

.form-rep {padding:30px;}
.form-rep form {padding: 0;}
.form-rep .wrap {background:white;}

.form-rep input:not([type="submit"])::-webkit-input-placeholder,
.form-rep select::-webkit-input-placeholder,
.form-rep textarea::-webkit-input-placeholder {color:#777777;}
.form-rep input:not([type="submit"])::-moz-placeholder,
.form-rep select::-moz-placeholder,
.form-rep textarea::-moz-placeholder {color:#777777;}
.form-rep input:not([type="submit"]):-ms-input-placeholder,
.form-rep select:-ms-input-placeholder,
.form-rep textarea:-ms-input-placeholder {color:#777777;}
.form-rep input:not([type="submit"]):-moz-placeholder,
.form-rep select:-moz-placeholder,
.form-rep textarea:-moz-placeholder {color:#777777;}

/*form-profile*/
.form-profile {padding:0;background:white;}
.form-profile .wrap {background:white;}
.form-profile form {}

.form-profile input:not([type="submit"]) {background:#f8f8f8;border:1px solid #eeeeee;padding:15px;margin-bottom:15px;width:100%;display:block;}
.form-profile input:focus:not([type="submit"]) {border-color:#1f9f85;}
.form-profile form {margin-top:15px;background:white;padding:15px;display: inline-block;width: 100%;}
.form-profile textarea {background:#f8f8f8;border:1px solid #eeeeee;padding:15px;margin-bottom:15px;width:100%;display:block;}
.form-profile select {color:#888;background:#f8f8f8;border:1px solid #eeeeee;padding:15px;margin-bottom:15px;width:100%;display:block;height:52px;border-radius:0;}
.form-profile select::-webkit-input-placeholder,
.form-profile select::-moz-placeholder,
.form-profile select:-ms-input-placeholder,
.form-profile select:-moz-placeholder {background:#f8f8f8;padding:15px;display:block;height:52px;border-radius:0;}

.form-profile input:not([type="submit"])::-webkit-input-placeholder,
.form-profile select::-webkit-input-placeholder,
.form-profile textarea::-webkit-input-placeholder {color:#777777;}
.form-profile input:not([type="submit"])::-moz-placeholder,
.form-profile select::-moz-placeholder,
.form-profile textarea::-moz-placeholder {color:#777777;}
.form-profile input:not([type="submit"]):-ms-input-placeholder,
.form-profile select:-ms-input-placeholder,
.form-profile textarea:-ms-input-placeholder {color:#777777;}
.form-profile select, .form-profile input:not([type="submit"]), .form-profile textarea {border-color: rgb(229,238,243);}

.form-profile input[type="submit"] {border: 2px solid;border-radius:50px;}
.form-profile input[type="submit"] {border-color: rgb(35,169,145);background-color:rgb(255,255,255);color: rgb(35,169,145);}
.form-profile label{font-family: 'Open Sans', sans-serif;}
.form-profile ul.unstyled {margin: 0;padding: 0;list-style-type: none;}
.form-profile ul.inline{display:inline-block;padding-left:30px;}
.form-profile .inline li {display:inline-block;}
    .form-profile li {margin: 5px 10px 4px 0;}
    .form-profile .styled-radio {position:absolute;opacity:0;}
    .form-profile .styled-radio + label{position: relative; cursor: pointer; padding: 0;font-weight:400;color:#72848d;font-family: 'Open Sans', sans-serif;}
    .form-profile .styled-radio + label:before { content: ''; margin-right: 8px; margin-top: 2px; display: inline-block; vertical-align: text-top; width: 16px; height: 16px; background: #f8f8f8;border: 1px solid #72848d;border-radius:20px;}
    .form-profile .styled-radio:hover + label:before { background: #f8f8f8; border-color:#1f9f85; } 
    .form-profile .styled-radio:focus + label:before { border-color:#1f9f85; }
    .form-profile .styled-radio:checked + label, .form-profile .styled-radio:focus + label, .form-profile .styled-radio:hover + label {color:#101112;font-weight:bold;}
    .form-profile .styled-radio:checked + label:before {border-color:#101112; background: #f8f8f8;}
    .form-profile .styled-radio:checked + label:after { content: ''; position: absolute; left: 3px;top:5px; background: #101112; width: 10px; height: 10px;border-radius:20px;}
    
    .form-profile .styled-checkbox {position:absolute;opacity:0;}
    .form-profile .styled-checkbox + label{position: relative; cursor: pointer; padding: 0;font-weight:400;color:#72848d;font-family: 'Open Sans', sans-serif;}
    .form-profile .styled-checkbox + label:before { content: ''; margin-right: 8px; margin-top: 2px; display: inline-block; vertical-align: text-top; width: 16px; height: 16px; background: #f8f8f8;border: 1px solid #72848d;border-radius:0px;}
    .form-profile .styled-checkbox:hover + label:before { background: #f8f8f8; border-color:#1f9f85;  } 
    .form-profile .styled-checkbox:focus + label:before { border-color:#1f9f85; }
    .form-profile .styled-checkbox:checked + label, .form-profile .styled-checkbox:focus + label, .form-profile .styled-checkbox:hover + label {color:#101112;font-weight:bold;}
    .form-profile .styled-checkbox:checked + label:before {border-color:#101112; background: #f8f8f8;}
    .form-profile .styled-checkbox:checked + label:after { content: ''; position: absolute; left: 3px;top:9px; background: #101112; width: 2px; height: 2px; box-shadow: 2px 0 0 #101112, 4px 0 0 #101112, 4px -2px 0 #101112, 4px -4px 0 #101112, 4px -6px 0 #101112, 4px -8px 0 #101112; transform: rotate(45deg); } 

/*getAbout*/
.getAbout .wrap {background:white;}
.getAbout h4 {color:#040507;text-align:center;margin-top:15px;margin-bottom:15px;}

/*getChapter*/
.getChapter {}
.getChapter-img {overflow:hidden;}
.getChapter-img img {margin:-25% 0;}
.getChapter-txt {background-color:white;border-left:1px solid rgb(229,238,243);border-bottom:1px solid rgb(229,238,243);}
.getChapter-txt:hover {background-image: linear-gradient(90deg, #1f9f85 0%, #2dc5b5 75%);border:none;}
.getChapter-txt a h4 {padding:15px;margin:0;display:inline-block;color:rgb(32,160,133);}
.getChapter-txt:hover>a>h4{color:white;}
.getChapter-txt div {background:#2dc5b5;display:inline-block;float:right;}
.getChapter-txt .fa {color:white;padding: 16.5px 25px;font-size: 20px;}

/*getHome*/
.getHome-txt {border-right:1px solid rgb(229,238,243);border-left:1px solid rgb(229,238,243);border-bottom:1px solid rgb(229,238,243);padding: 0.5rem;}
.getHome-txt:hover {background-image:unset;border-left:1px solid rgb(229,238,243);border-bottom:1px solid rgb(229,238,243);}
.getHome-txt > [class*="agent-"] {font-size: 1.2rem;line-height:1;}
.getHome-title {margin-bottom: 0.25em;}
.getHome-address {margin-top: 0;font-weight: 400;}

/*getProfile*/
.getProfile .getProfile-txt {width:100%;}
.getProfile .getProfile-txt p {font-weight:400;font-family: 'Droid Sans', sans-serif;}
.getProfile .wrap {background:white;}
.getProfile button {border:0;background:transparent;padding:15px;font-size:18px;}
.getProfile h4 {margin-bottom:10px;color:rgb(35,169,145);}
.getProfile-txt {display:inline-block;padding:15px;}

/*hero*/
.hero {overflow-x:hidden;color:white;text-align:center;position:relative;}
.hero h1 {margin:5px 0;z-index:11;}
.hero h2 {margin:5px 0;}
.hero .absolute {z-index:24;}
.hero .overflow-hidden {max-height:650px;overflow:hidden;}
.hero .scale {display:block;max-width:100%;height:auto;width:auto;-ms-interpolation-mode:bicubic;}
.hero .wrap {position:relative;top:100px;min-height:0!important;}
.home .hero .row {overflow:hidden;background-color: black;}
.hm-main .home .hero .row{height:700px;}
.hero-img {opacity:1;}
.hero-img:before {content:' ';z-index:10;display:block;position:relative;top:0;left:0;height:100%;width:100%;opacity:.6;background-color:rgba(0,0,0,0.6);background-size:cover;}

.hover-boxes a div {border-left:.5px solid rgb(229,238,243);border-bottom:.5px solid rgb(229,238,243);text-align:center;width:389px;height:344px;color:#20a085;}
.hover-boxes a:nth-child(3)>div, .hover-boxes a:nth-child(6)>div{border-right:.5px solid rgb(229,238,243);}
.hover-boxes a div:hover{background: linear-gradient(45deg, #1f9f85 0%, #2dc5b5 100%);color:white;}
.hover-serv span {position:relative;top:80px;}
.hover-boxes .white-icon {width:51px;margin:32px auto;display:none;visibility:hidden;}
.hover-boxes .color-icon {width:51px;margin:32px auto;visibility:visible;}
.hover-serv:hover .color-icon {display:none;visibility:hidden;}
.hover-serv:hover .white-icon {display:block;visibility:visible;}
.hover-serv:hover p {color:white;}
.hover-boxes a div span{font-family:'Cabin', sans-serif;letter-spacing:.75px;font-size:15px;}
.hover-boxes a div:hover>.underline{text-decoration:underline;}

/*nav*/
header {}
.navbar {min-height: 91px;margin-bottom: 0;z-index:9998;}
.navbar-brand {width: 250px;padding-top:6px;line-height:100%;font-size:15px;}/*font-size:18px;padding-top:2px*/
.hm-main .navbar-brand{padding-top:3px;}
.navbar-brand .hm-logo{padding-right:10px;}
.navbar-brand span {padding-left:10px;border-left:2px solid #bddeb1;color:#bddeb1;display: table-caption;font-family: 'Droid Serif', serif;}
.navbar-brand .wrapper-logo-img {display:inline-flex;width:315px;align-items:center;}/*max-width:120px;*/
.navbar-brand .wrapper-logo-img .col-xs-6{padding-right:10px;}
.navbar-brand .wrapper-logo-img .vert-center{align-items:center;display:inline-flex;}
.navbar-brand .wrapper-logo-img .vert-center img{max-height:50px;width:auto;}
.navbar-brand .wrapper-logo-txt {display:inline-block;vertical-align: top;padding-top: 3px;}
.navbar-default {border:0;background-color:rgb(255,255,255);}
.navbar-default .navbar-brand .home-logo{max-width:150px;}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {border:0;}
.navbar-header {z-index:9999;}
.navbar-fixed-top, 
.navbar-fixed-bottom {}
.dropdown .fa-angle-down{display:none;}
.dropdown-menu {background-color:rgba(16, 17, 18, 0.75);}
.navbar-right {margin-right:auto;}
.nav-down{border-bottom:1px solid rgb(229,238,243);}
.navbar-text.navbar-announce {margin-top:5px;margin-bottom:5px;}
.navbar-text.navbar-announce > a {color:rgb(96,167,147);text-overflow:ellipsis;}
.navbar-text.navbar-logins {margin-top:5px;margin-bottom:5px;}
.navbar-text.navbar-logins {color:#fff;}
.nav-btn{padding-top:19px;padding-left:5px;}
#navbar {z-index:9980;}
#navbar a {padding:28px 13px;font-size:16px;color:#101112;background:none;font-family: 'Cabin', sans-serif;letter-spacing:.32px;}
#navbar a:hover {color:white;background-color:#101112;}
#navbar .dropdown .dropdown-menu a {padding:7px 20px;color:#fff;text-align:center;}
#navbar .dropdown .dropdown-menu a:hover{background: linear-gradient(45deg, #1f9f85 0%, #2dc5b5 100%);}
#navbar .dropdown .dropdown-menu{box-shadow:none;border-radius:0 0 10px 10px;border:none;padding:0;}
#navbar .dropdown .dropdown-menu .nav-btn{padding:0;text-align:center;}
#navbar .dropdown .dropdown-menu .nav-btn a{border-radius:0 0 10px 10px;border:none;color:#fff !important;width:100%;height:auto;padding:7px 20px !important;}
#navbar .dropdown .dropdown-menu .nav-btn a:hover{border-radius:0 0 10px 10px;background: linear-gradient(45deg, #1f9f85 0%, #2dc5b5 100%);}
#navbar .show {z-index:9900;}
.supernav {border-bottom:1px solid rgb(229,238,243);z-index:9998;}
.supernav{background-color: #23a991;}

.hm-logo {border-right:1px solid rgb(229,238,243);padding-top:3px;}
.home-nav .navbar-brand{width:200px;}
.home-nav .social{margin:0;}

@media screen and (min-width:1200px){
    .navbar-right .dropdown-menu-left{
        left:-72px;
        margin-top:1px !important;
    }
}


/*getPost*/
.getPost {background:white;margin-bottom:30px;}
.getPost-content {padding:15px;}
.getPost-entry {}
.getPost-img {}
.getPost-txt {}

.getPost h3 a {color:#333;}
.getPost p {margin:0;}
.getPost .links {display:block;}

.getPost-latest {background:white;padding:15px;}
.getPost-latest h5 a {color:#333;}
.getPost-latest h6 {color:#666;font-size:14px;}
.getPost-latest li {margin:20px 0;}
.getPost-latest .latestImg {display:inline-block;max-width:60px;overflow:hidden;margin-right:5px;}
.getPost-latest .latestImg img {width: 300%;max-width: none;margin-left: -150%;}
.getPost-latest .latestTitle {display:inline-block;vertical-align:top;}
.getPost-search {padding:0;}
.getPost-search input:not([type="submit"]) {background:#f8f8f8;border:1px solid #eeeeee;padding:15px;margin-bottom:15px;width:100%;display:block;    font-family: 'Roboto', sans-serif;}
.getPost-search input:after {content:"/f002";font-family: 'FontAwesome';font-weight: normal;font-style: normal;text-decoration: none;position: absolute;}
.home-body{margin-top:50px;}
.home-body .comm-btn-green {margin-top:25px;}
.home-body h1{margin-top:30px;}
/*profile*/
.profile-phone {font-family: 'Droid Sans', sans-serif;font-size:21px;color:#333333;text-decoration:none;}
.profile-content {background:white;margin:15px 0;}
.profile-email {font-family: 'Droid Sans', sans-serif;font-size:21px;color:#bddeb1;text-decoration:none;text-transform:uppercase;}

/*recaptcha*/
.g-recaptcha {display: inline-block;}

/*social*/
.social a {color:rgb(93,130,165);font-size:1.2em;border-radius:4px;padding:0px 2px;}
.social li {display:inline-block;min-width: 15px;text-align: center;}

.serv-content ul{padding-left:40px;margin:15px 0;}
.serv-content ul li{list-style-type:disc;    font-family: 'Open Sans', serif;
    font-size: 15px;
    color: #72848d;
    line-height: 24px;}
    
    .serv-img{margin-top:30px;}
    
    .B_crumbBox a, .B_crumbBox li{font-family: 'PT Sans', sans-serif;letter-spacing:.7px;}
    .serv-crumb li + li:before{content:  ' / ';
  margin:   0 2px;color:#5d82a5;font-size:14px;}
  .serv-crumb .B_currentCrumb{margin-left:4px;}

/******
COMMUNITY PAGES
******/
.communities .flex-wrap{display:flex;flex-wrap:wrap;}
.community {background:#fff;max-width: 100vw;overflow-x: hidden;}
.white-background {background-color: #FFF;}

.home-nav .supernav .ex-pad{padding-right:15px;}
.supernav .ex-pad{padding-right:30px;}
.supernav .ex-pad a{color:#fff;font-size:13px;font-family: 'Cabin', sans-serif;padding-left:10px;}

#login{margin-top:80px;}
.supernav a:hover, .supernav a:focus{text-decoration:underline;}
.B_crumbBox a:hover, .B_crumbBox a:focus{text-decoration:underline;}

.B_crumbBox li{display:inline-block;font-size:14px;}
    .B_crumbBox .B_currentCrumb{color:#9fc0df;}
    .B_crumbBox, .B_crumbBox a{color:#5d82a5;}
    .link-tpl hr{margin:0;border-top:1px solid #d9e2e6;}
    .link-tpl a:hover>h5, .link-tpl a:focus>h5{background: -webkit-linear-gradient(right,#2dc5b5,#20a085);
  background: -o-linear-gradient(left,#2dc5b5,#20a085);
  background: -moz-linear-gradient(left,#2dc5b5,#20a085);
  background: linear-gradient(to left, #2dc5b5,#20a085);color:#fff !important;}
  .link-tpl a:hover>h5>i, .link-tpl a:focus>h5>i{color:#fff !important;}
  .link-tpl h5{margin:0;padding:18px 15px;primarycolor: #20a085;}
  .link-tpl h5 i{z-index:1;position:absolute;right:30px;color:#10151e;}
  
  .link-group{margin-bottom:150px;}
  .link-group h1{margin-bottom:50px;margin-top:50px;}
  .link-group .content{margin-bottom:4%;}
  
h1{text-transform:none;font-size:36px;margin-bottom:15px;}

.temp-logo{margin-top:0;margin-bottom:0;text-transform:capitalize;font-weight:600;font-family: 'Droid Serif', serif;}

/*Contact*/
#login .comm-btn-green{width:100%;}
.nav-btn a{padding:10px 25px !important;text-align:center;}
.comm-btn-green {width: 194px;height: 48px;}
.nav-btn a, .comm-btn-green {border-radius: 22px;border: 2px solid #1f9f85;color: #1f9f85 !important;background-color: transparent;letter-spacing:.32px;}
.comm-btn-green:hover, .comm-btn-green:focus, .nav-btn a:hover, .nav-btn a:focus {color: #FFF !important;background-color: #1f9f85 !important;}
.comm-btn-green2 {border-radius: 22px;border: 2px solid #fff;color: #FFF!important;background: -webkit-linear-gradient(right,#2dc5b5,#20a085);
  background: -o-linear-gradient(left,#2dc5b5,#20a085);
  background: -moz-linear-gradient(left,#2dc5b5,#20a085);
  background: linear-gradient(to left, #2dc5b5,#20a085);font-size:16px;font-family: 'Cabin', sans-serif;}
.comm-btn-green2:hover, .comm-btn-gree2n:focus {color: #1f9f85!important;background: transparent!important;border-color:#1f9f85!important;}
.comm-submit{float:right}
.comm-contact h1, .community-events h1 {font-size: 32px;font-family:'Open Sans'; text-transform: none; font-weight: normal;}
.comm-contact .form-profile form {padding:0 ;}

/*Community Events/Post*/
.community-events .comm-btn-green, .community-events .comm-btn-green2 {width: 138px;height: 48px;}
.community-events aside h3{font-family: 'Cabin';font-size: 21px;border: none; text-transform: none; margin-bottom: -4%;color:#040507;}

/*Community Datepicker*/
.community-events #datepicker {background:white;display:block;}
.community-events #datepicker table {width:100%;}
.community-events #datepicker thead {}
.community-events #datepicker tr {}
.community-events #datepicker th {border:1px solid #f4f4f4;padding:5px;text-align:right;}
.community-events #datepicker td {border:1px solid #f4f4f4;padding:5px;text-align:right;}
.community-events #datepicker td a { width: 100%;color: #353332;}
.community-events #datepicker span {display:inline-block;text-transform:uppercase;font-weight:500;}
.community-events #datepicker .ui-datepicker-title span {border:0;}
.community-events .ui-datepicker-title {color: #353332;background: #FFF;border: 1px solid #f4f4f4;text-align:center;padding:10px;}
.community-events .ui-datepicker-prev {padding:12px 10px;display:inline-block;color: #353332;font-size:12px;cursor:pointer;position:absolute;}
.community-events .ui-datepicker-next {float:right;padding:12px 10px;display:inline-block;color: #353332;font-size:12px;cursor:pointer;position:absolute;right:15px;}

/*Community FAQ*/
.card-body{padding:15px 30px;}
.card-body ul{padding:0 30px;}
.card-body li{font-family: 'Open Sans', serif;font-size: 15px;color: #72848d;line-height: 24px;list-style-type:disc;}
.card-body a{color:#20a085;}
.card-body a:hover{text-decoration:underline !important;}

/*Footer*/
.comm-footer hr {background-color: #ffffff;border:none;border-top: 1px solid #e3edf3;}
.comm-footer {background:#fff;color:#9fc0df;font-size:11px;font-family: 'Roboto', sans-serif;font-weight:400;text-transform:uppercase;}

/* Accordion */
summary.accordion-title {padding: 1rem;}
summary.accordion-title > h4 {display:inline;}

/* Directory */
.getHome .getChapter-img img{margin:0 0;width:100%;height:100%;object-fit:cover;}
.getHome .getChapter-img{width:100%;height:270px;}
.getHome{margin-bottom:20px;}
.flex-wrap{display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}
.getHome h4{font-size:16px;line-height:23.1px;}

@media (max-width:767px) and (orientation: landscape){
    .getHome h4{font-size:16px;}
}