/* ==================================================
 Additional CSS Classes
event-banner, cover-img, white-btn, green-btn, white-text
dmp-calculator-light, dmp-calculator-dark, position-relative

================================================== */

.event-banner {
    overflow:hidden;}

.event-banner img {
    width:100%;}

.event-banner .wpb_wrapper.vc_figure {
    margin-top: -10%;
}

.cover-img {position:relative;}

.cover-img figure img {
    height: 100%;
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    object-fit: cover;
}


.white-text p,.white-text p a, 
.white-text li, .white-text li a {
    color:#ffffff !important;
}
.lined-list.white-text li {
    border-color: #fff;
}
.position-relative {
    position: relative;
    z-index: 5;
}

/* ==================================================
 Make Phone Number Prominent "Feature"
================================================== */
@media only screen and (min-width: 768px){

.header-top-right-part ul li.feature.phone-number a {
  background: #fff;
  border-radius: 5px;
  padding-left: 35px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 4px;
  border: 2px solid;
}

.header-top-right-part ul li.feature.phone-number a::before {
  left: 10px;
  top:6px;}

.header-top-right-part ul li.feature.phone-number a:hover {
  background: #102446;
  border: 2px solid #555;}

}

/* ==================================================
 Green Bar Hide Contact Us During Close Hours 
================================================== */

.location-greenbarright li a[href*="contact-us-closed"] {
  display: none;
}

/* ==================================================
 DMP Calculators Style - Light
================================================== */

.dmp-calculator-light {
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    padding: 5%;
}

.dmp-calculator-light .form-inputs input {
    border: 0px;
}
.dmp-calculator-light .form-inputs {
    border: 1px solid #d9d9d9;
    padding: 8px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.dmp-calculator-light hr {
    border: 2px solid #87bd48;
    width: 10%;
}

.dmp-calculator-light .small-button {
    background: rgba(0,0,0,.05);
    border: 0;
    text-align: center;
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #4e2855;
}

.dmp-calculator-light .small-button:hover, 
.dmp-calculator-light .small-button:focus, 
.dmp-calculator-light .small-button:active {
    background: #f6f6f6;
    color: #333;
}


/* ==================================================
 DMP Calculators Style - Dark
================================================== */

.dmp-calculator-dark {
    padding: 5%;
    background:#102446;
    color:#fff;
}
.dmp-calculator-dark h3 {color:#fff;}

.dmp-calculator-dark .form-inputs input {
    border: 0px;
    background:#102446;
    color:#fff;
}

.dmp-calculator-dark input[type="text"].input-currency::placeholder {
    color: #fff;
}
.dmp-calculator-dark input[type="text"].input-currency::-webkit-input-placeholder {
    color: #fff;
}
.dmp-calculator-dark input[type="text"].input-currency:-ms-input-placeholder {
    color: #fff;
}
.dmp-calculator-dark input[type="text"].input-currency:-moz-placeholder {
    color: #fff;
}



.dmp-calculator-dark .form-inputs {
    border: 1px solid #d9d9d9;
    padding: 8px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.dmp-calculator-dark hr {
    border: 2px solid #87bd48;
    width: 10%;
}

.dmp-calculator-dark .small-button {
    background: rgba(0,0,0,.35);
    border: 0;
    text-align: center;
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.dmp-calculator-dark .small-button:hover, 
.dmp-calculator-dark .small-button:focus, 
.dmp-calculator-dark .small-button:active {
    background: rgba(0,0,0,.15);
    color: #fff;
}


/* ==================================================
 REAL STORIES
================================================== */

#menu-real-stories-podcast > li:nth-child(3) > a::before {
  content: "\f007";
}

#menu-real-stories-podcast > li:nth-child(2) > a::before {
  content: "\f130";
}

#menu-real-stories-podcast > li:nth-child(1) > a::before {
  content: "\f015";
}

#menu-real-stories-podcast > li > a::before {
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 20px;
  font-weight: normal;
}

/* ==================================================
 Acoordion
================================================== */

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a,
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #000 !important;}

/* ==================================================
 List Lined Items
================================================== */

.lined-list li {
    border-bottom: 1px dotted #000;
    padding-bottom: 8px;
}
.lined-list li a {
    text-decoration: none;
    font-weight: 600;
}

.lined-list li:last-child {
    border-bottom: 0;
}

/* ==================================================
 List Titles
================================================== */
.list-tiles ul {
    margin-left: -5px;
}
.list-tiles li::before {
    display: none;
}

.list-tiles li {
    background: #ffffff;
    color: #000;
    float: left;
    margin-left: 5px !important;
    margin-right: 5px !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border:1px solid #d9d9d9;
}
.list-tiles li a {
    text-decoration: none;
    font-weight: 600;
}
/* ==================================================
 CTA Fullwidth
================================================== */


/* ==================================================
 Blog Posts Grid 3 Cols
================================================== */

.blog-grid-three-cols .vc_custom_heading.vc_gitem-post-data-source-post_title,
.vc_grid-item h4,
.blog-grid-three-cols .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt > div,
.vc_custom_heading.grid-excerpt > div,.vc_gitem-post-data-source-post_excerpt > div {
    width: 100%;
    overflow: hidden;
}
.blog-grid-three-cols .vc_custom_heading.vc_gitem-post-data-source-post_title h4,
.vc_grid-item h4,
.blog-grid-three-cols .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt > div p,
.vc_custom_heading.grid-excerpt > div, .vc_gitem-post-data-source-post_excerpt > div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.vc_grid-item h4 {
    -webkit-line-clamp: 2;
    height: 50px;
}


.blog-grid-three-cols .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt > div p,
.vc_custom_heading.grid-excerpt > div,.vc_gitem-post-data-source-post_excerpt > div {
    -webkit-line-clamp: 3;
}

.blog-grid-three-cols .vc_grid-filter-item::before {
    display: none;
}

.blog-grid-three-cols .vc_grid-filter {
    margin-bottom: 60px !important;
}

.blog-grid-three-cols .vc_grid-filter-item span {
    text-transform: capitalize;
}

.blog-grid-three-cols .vc_grid-filter.vc_grid-filter-item {
    padding: 5px 14px;
}

.blog-grid-three-cols .vc_grid-pagination .vc_grid-pagination-list {
    margin: 50px 0 0 !important;}
.blog-grid-three-cols .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li {
    padding: 0 0 0 15px;}
.blog-grid-three-cols .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li:before {
    display:none;}

.blog-grid-three-cols .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > a {
    background: #e2e2e2 !important;
    border: 1px solid #e2e2e2!important;
    font-size: 16px;
    color:#000 !important;
    opacity:1;
}
.blog-grid-three-cols .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li.vc_grid-active > a {
    background: #572C5f !important;
    border: 1px solid #572C5f !important;
    color:#fff !important;
}

/* ==================================================
 REAL-STORIES GRID, Playlist
================================================== */

.vc_grid .real-stories .powerpress_links.powerpress_links_mp3,
.vc_grid .real-stories .powerpress_links.powerpress_subscribe_links {
	display:none !important;}

.vc_grid .real-stories .powerpress_player {
    box-shadow: none;
    padding: 0;
}
.vc_grid-filter-dropdown .vc_grid-styled-select select, 
.vc_grid-filter-select .vc_grid-styled-select select {
    border:1px solid #d9d9d9;}

.real-stories-playlist .wp-playlist-current-item {
    height: auto;
}
.real-stories-playlist .wp-playlist-current-item .wp-playlist-item-meta.wp-playlist-item-title {
    font-size: 16px;
}

.real-stories-playlist .wp-playlist-item {
    padding: 5px 0px;}

.real-stories-playlist .wp-playlist-item .wp-playlist-caption {
    max-width: calc(100% - 60px);}

.real-stories-playlist .wp-playlist-item-length {
   line-height: 2.25;}


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

.vc_grid .real-stories .wpb_single_image {display:none;}

}


/* ==================================================
 Global CSS
================================================== */
@font-face {
  font-family: 'Gotham Light';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Light';
  src: url("../fonts/Gotham-LightItalic.eot");
  src: url("../fonts/Gotham-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-LightItalic.woff2") format("woff2"), url("../fonts/Gotham-LightItalic.woff") format("woff"), url("../fonts/Gotham-LightItalic.svg#Gotham-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
  font-display: swap;  }

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 325;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
  font-display: swap;  }

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-BookItalic.eot");
  src: url("../fonts/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BookItalic.woff2") format("woff2"), url("../fonts/Gotham-BookItalic.woff") format("woff"), url("../fonts/Gotham-BookItalic.svg#Gotham-BookItalic") format("svg");
  font-weight: 325;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-00FE; 
  font-display: swap; }

@font-face {
  font-family: 'Gotham Medium';
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 350;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
  font-display: swap;  }

@font-face {
  font-family: 'Gotham Medium';
  src: url("../fonts/Gotham-MediumItalic.eot");
  src: url("../fonts/Gotham-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-MediumItalic.woff2") format("woff2"), url("../fonts/Gotham-MediumItalic.woff") format("woff"), url("../fonts/Gotham-MediumItalic.svg#Gotham-MediumItalic") format("svg");
  font-weight: 350;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
  font-display: swap;   }

@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
  font-display: swap;  }

@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/Gotham-BoldItalic.eot");
  src: url("../fonts/Gotham-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BoldItalic.woff2") format("woff2"), url("../fonts/Gotham-BoldItalic.woff") format("woff"), url("../fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
  font-display: swap;  }

@font-face {
  font-family: 'Gotham Black';
  src: url("../fonts/Gotham-Black.eot");
  src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.svg#Gotham-Black") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
  font-display: swap;  }

@font-face {
  font-family: 'Gotham Black';
  src: url("../fonts/Gotham-BlackItalic.eot");
  src: url("../fonts/Gotham-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BlackItalic.woff2") format("woff2"), url("../fonts/Gotham-BlackItalic.woff") format("woff"), url("../fonts/Gotham-BlackItalic.svg#Gotham-BlackItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
  font-display: swap;  }

* {
  margin: 0;
  padding: 0;
  /*-webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; -ms-transition: all .6s ease-in-out; transition: all .6s ease-in-out;*/ }

html {
  margin-top:0px !important;
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  /*color: #656565;*/
  color:#000;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.4px;
  line-height: 1.65em;
  font-weight: normal;
  font-style: normal;
  position: relative;
  overflow-x: hidden; }

header, section, footer {
  width: 100%;
  float: left; }

a {
  outline: none;
  color: #572C5f; 
}

a:hover, a:focus {
  outline: none;
  color: #422145;
  background-color: transparent; }

.page-content a {
    text-decoration: underline;
}
.button-part a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  color: #000000;
  line-height: 1.35;
  text-transform: inherit;
  letter-spacing: 0.25px;
  font-family: 'Roboto Condensed', sans-serif; }

h1,h2, h3,h4 {font-weight:700;}

h1,h2.large {
  font-size: 40px; 
  line-height: 45px; }


h2.medium, h3.medium {
  font-size: 35px;
  line-height: 42px; 
}

h3,h2 {
  font-size: 28px; 
  line-height: 38px;}

h2.small,h3.small,h4   {
  font-size: 22px; 
  line-height: 32px;}


h2.mini {
    font-size: 16px;
    line-height: 18px; 
}


.vc_grid-item h4 {
  font-size: 16px;
  line-height:23px;
  font-weight:700;
  font-family: 'Roboto', sans-serif;}

h5 {
 font-size: 18px; 
 font-weight:700; }

h6 {
  font-size: 18px;
  font-weight:700; }



.default-page-content ul {
   margin-top:15px;
   margin-bottom:15px;
	}
.default-page-content ul li {
  margin: 0 0 10px 0px; }

/*.default-page-content ul ul li:last-child {
  margin: 0 0 5px 20px; }*/

.default-page-content .vc_row-has-fill hr {
  border-top: /*1px solid #ddd*/; }

.default-page-content .vc_row-has-fill {
  border-bottom: /*8px solid*/; }

p {
  float: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight:400; }

p:only-of-type {
    margin: 0;
}
strong, b {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing:.05em;
 }

p:last-child {
  margin: 0; }

ul {
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  list-style: none; }

ul ul {
  margin: 12px 0; }

ul ul li:last-child {
  margin: 0; }

ul li {
  line-height: 25px;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  position: relative; }

ul li a {
  color: #2b3548; }

ul li a:hover {
  color: #422145; }

ul li::before {
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #d9d9d9; }

ol {
  margin: 0 0 15px 20px;
  padding: 0; }

ol ol {
  margin: 12px 0 12px 20px; }

ol li {
  line-height: 25px;
  margin: 0 0 10px;
  padding: 0 0 0 5px;
  position: relative; }

ol ol li:last-child {
  margin: 0; }

.alignleft {
  float: left;
  margin: 7px 20px 20px 0 !important; }

.alignright {
  float: right;
  height: auto;
  margin: 7px 0 20px 20px !important; }

.aligncenter {
  display: block;
  margin: auto auto 20px auto !important; }

img {
  max-width: 100%;
  height:auto; }

fieldset {
  width: 100%;
  float: left;
  position: relative; }

input[type=search] {
  -webkit-appearance: none; }

input[type=text], input[type=password], input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

input, textarea, button {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

select {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none; }

textarea {
  width: 100%;
  padding: 10px 15px;
  height: auto !important; }

.error {
  border: 1px solid #FF0000 !important;
  color: #FF0000 !important; }

label.error {
  display: none !important; }

.success-msg {
  position: absolute;
  color: green !important;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  bottom: -25px; }

*::-webkit-input-placeholder {
  color: #251f24;
  opacity: 1; }

*::-moz-placeholder {
  color: #251f24;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #251f24;
  opacity: 1; }

blockquote {
  border-left: 5px solid #8bc049;
  font-size: inherit;
  margin: 0 0 20px;
  padding: 8px 15px 10px 20px; }


/*========================
ACCORDION
==========================*/

h4.vc_tta-panel-title {
    font-size: 16px;
    font-weight: 600;
    font-family: Roboto;
}
h4.vc_tta-panel-title span {
line-height:1.35;}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::before
/*accordion*/
 {
    border-color: purple !important;
}



/* ===========================================================================================================
 Header Section
============================================================================================================== */
/* ==================================================
 Header-top Section
================================================== */
.header-top {
  width: 100%;
  float: left;
  background: #87bd48 url(../images/top-bg.png) repeat-x left top;
  padding: 7px 0; }

.header-top-inner {
  width: 100%;
  float: left; }

.header-top-left-part,.header-top-right-part {
  width: auto;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  padding: 7px 0; }

.header-top-left-part a {
  color: #333;
  float: left; }

.header-top-left-part a:hover, .header-top-left-part a:focus {
  color: #fff; }

.header-top-right-part {
  width: auto;
  float: right; }

.header-top-right-part ul {
  margin: 0;
  display: table; }

.header-top-right-part ul li {
  padding: 0 0 0 40px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle; }

.header-top-right-part ul li:first-child {
  padding: 0; }

.header-top-right-part ul li::before,.header-top-left-part ul li::before {
  display: none; }

.header-top-right-part ul li a {
  color: #333;
  position: relative; }

.header-top-right-part ul li a:hover, .header-top-right-part ul li a:focus {
  color: #fff; }

.header-top-inner .phone-number > a[href="#"] {
  display: none;
  visibility:hidden;
}

.header-top-right-part ul li.phone-number {
  font-family: 'Roboto', sans-serif;
  font-size: 20px; }

.header-top-right-part ul li.phone-number span {
  padding: 2px 0 2px 35px; }

.header-top-inner .phone-number a[href*="tel:"]::before {
  content: "";
  background: url(../images/phone-icon-blk.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
}

.header-top-right-part ul li.chat-button a {
  background-color: #fff;
  border: 2px solid;
  border-color: #333;
  min-width: 130px;
  display: inline-block;
  line-height: 31px;
  text-align: center; 
  border-radius:5px;}

.header-top-right-part ul li.chat-button a:hover, .header-top-right-part ul li.chat-button a:focus {
  background-color: #102446;
  color: #fff; 
  text-decoration:none;}

.header-top-right-part ul li.account-info a {
  padding-left: 35px; }

.header-top-right-part ul li.account-info a::before {
  position: absolute;
  left: 0;
  top: -3px;
  width: 25px;
  height: 25px;
  content: "";
  background: url(../images/person-icon-blk.png) center center no-repeat;
  background-size: contain; }

.search-panel {
  float: left;
  width: 100%;
  position: relative;
  display: none; }

.search-panel-inner {
  min-height: 56px;
  padding: 12px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); }

.search-panel .close-button {
  position: absolute;
  top: 12px;
  right: 40px; }

.search-form {
  max-width: 554px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  position: relative; }

.search-form label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.search-panel .close-button i {
  width: 30px;
  height: 30px;
  margin-left: 0px; }

.search-form form {
  float: left;
  width: 100%;
  padding: 1px 0 0; }

.close-button {
  border: none;
  outline: none;
  background: none; }

.search-overlay {
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.75);
  cursor: pointer; }

.fixed-body .header-top, .fixed-body .search-panel {
  position: relative;
  z-index: 999; }

.fixed-body .section-top-part {
  z-index: 98; }

/* ==================================================
 Hero Section
================================================== */
.hero-section {
  width: 100%;
  float: left;
  position: relative; }

.hero-section-inner {
  position: relative;
  width: 100%;
  float: left; }

.hero-section-top {
  width: 100%;
  float: left;
  padding: 37px 0 0 0; }

.logo-part {
  width: auto;
  float: left; }

.navigation-part {
  width: auto;
  position:absolute;
  right:40px; }


.search-part {
  width: auto;
  float: right;
  margin-left: 12px;
  position: relative; }

.searchbar {
  display: none;
  float: left;
  width: 330px;
  height: 40px;
  z-index: 9999;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 35px; }

.search-form fieldset {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 65px 0 0; }

.search-box {
  display: block;
  width: 100%;
  border: 1px solid #cecece;
  outline: none;
  padding: 0;
  height: 30px;
  line-height: normal;
  font-size: 12px;
  color: #656565;
  font-family: 'Roboto', sans-serif;
  background: #f3f3f3;
  padding: 0 13px 0 13px;
  position: relative; }

.search-box::-webkit-input-placeholder {
  color: #656565;
  opacity: 1; }

.search-box::-moz-placeholder {
  color: #656565;
  opacity: 1; }

.search-box:-ms-input-placeholder {
  color: #656565;
  opacity: 1; }

.searchsubmit {
  display: block;
  float: right;
  background: #f3f3f3;
  border: 1px solid #cecece;
  color: #656565;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center; }

.searchsubmit:hover, .searchsubmit:focus {
  background-color: #88c040;
  color: #fff;
  border: 1px solid #88c040; }

.hero-image-part {
  min-height: 395px;
  width: 100%;
  float: left;
  position: relative; }

.hero-image-part::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(35, 31, 32, 0.25); }

.hero-section:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 159px;
  z-index: 2; }

.wsmenu-list > li::before, .wsmenu-submenu li::before {
  display: none; }

.wsmenu-list > li:hover, .wsmenu-list > li:focus {
  background-color: #88bd45; }

.wsmenu-submenu li .wsmenu-submenu-sub li a {
  background-color: transparent !important; }

.wsmenu-submenu li .wsmenu-submenu-sub li a:hover, .wsmenu-submenu li .wsmenu-submenu-sub li a:focus {
  color: #FFF !important; }

.wsmenu-submenu i.fa-angle-right {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%); }

.breadcrumb-section {
  width: 100%;
  float: left;
  background-color: #ffffff;
  padding: 13px 0; }

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  line-height: 10px; 
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;}

.breadcrumb li {
  line-height: normal;
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  color: #422145;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0; 
  display:contents;}

.breadcrumb > .active {
  color: #515151;
  font-weight: bold; }

.breadcrumb li a {
  color: #422145; }

.breadcrumb li a:hover, .breadcrumb li a:focus {
  color: #572C5f; }

.breadcrumb > li + li::before {
  color: #422145; }

.breadcrumb p {
  font-size: 12px;
  text-transform:uppercase;
  font-weight:400;
}

.page-content {
  width: 100%;
  float: left;
  /*padding: 12px 0 45px;*/
  padding:0; }

.side-space {
  padding: 0 48px; }

.page-content.template {
  width: 100%;
  float: left;
  padding: 50px 0 0px; }

.page-content.template .side-space {
  padding: 0 48px 45px; }

/* ==================================================
 Index Page
================================================== */
header.index-header .hero-section {
  min-height: inherit; }

.hero-section-slider {
  width: 100%;
  float: left; }

.section-top-part {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99; }

.slide-main {
  height: 545px;
  width: 100%;
  float: left;
  position: relative;
  padding: 150px 0 50px; }

.slide-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(35, 31, 32, 0.25); }

.hero-text {
  position: relative;
  width: 100%;
  text-align: center;
  float: left; }

.main-title {
  width: 100%;
  float: left;
  font-size: 40px;
  line-height: normal;
  font-family: 'Roboto Condensed', sans-serif;
  color: #FFF;
  margin: 0 0 20px; }

.main-title h1 {
  width: 100%;
  float: left;
  font-size: 40px;
  line-height: normal;
  font-family: 'Roboto Condensed', sans-serif;
  color: #FFF;
  margin: 0;
  text-transform: uppercase; }

.hero-text p {
  width: 100%;
  float: left;
  font-size: 22px;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
  color: #FFF; }

.hero-text a {
  min-width: 170px;
  line-height: 48px;
  background-color: #ea7024;
  display: inline-block;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  padding: 0 15px;
  text-align: center;
  margin: /*10px 0 0*/ 5% 0 0;
  letter-spacing: normal; }

.hero-text a:hover, .hero-text a:focus {
  background-color: #88bd45 !important; }

/*** slider control ***/
.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0; }

.owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0; }

.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  height: 13px;
  width: 13px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #FFF;
  margin: 5px 3px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #FFF; }

/************************************
 Welcome Section
*************************************/
.welcome-section {
  width: 100%;
  float: left; }

.section-inner {
  width: 100%;
  float: left;
  display: table;
  table-layout: fixed; }

.col-lg-6.col-md-6.col-sm-12.col-xs-12 {
  width: 50%;
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding: 0; }

.section-image img {
  width: 100%; }

.welcome-section .section-inner .section-text {
  width: 100%;
  float: left;
  max-width: 540px;
  float: left;
  padding-left: 75px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0; }

.welcome-section .section-inner.right-align .section-text {
  float: right;
  padding-right: 110px;
  padding-left: 0; }

.welcome-section .section-inner .section-text h1 {
  line-height: normal; }


/*.welcome-section .section-inner .section-text p { letter-spacing:normal; }*/
.small-button, .button-part.phone-cookie .phone-number span a {
  min-width: 156px;
  line-height: 20px;
  background-color: #87bd48;
  color: #333;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight:bold;
  letter-spacing:1px; 
  border-radius:5px;
  text-decoration: none !important;
  }

.big-service-button a.small-button, .big-service-button .button-part.phone-cookie .phone-number span a, .button-part.phone-cookie .phone-number span .big-service-button a {
  min-width: 280px !important; }

.small-button i.fa.fa-angle-right, .button-part.phone-cookie .phone-number span a i.fa.fa-angle-right {
  display:none
  /*position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #87bd48;
  height: 100%;
  width: 40px;
  text-align: center;
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;*/
}
.small-button i, .button-part.phone-cookie .phone-number span a i {
  display:none;
/*position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 40px;
  text-align: center;
  padding: 13px 0; 
  background:#87bd48;
  color:#fff;
  font-size: 23px;*/
}

.button-part a::before, .small-button::before {
  padding-right: 5px;
  font-family: Material Icons;
  font-size: 25px;
  top: 6px;
  position: relative;
  color: #102446;
  line-height: 10px;
}
.button-part a:hover::before, .small-button:hover::before {color:#102446;}

.button-part a[href*="tel"]::before, 
.small-button[href*="tel"]::before {
 content: "\e0b0";
 }
.small-button[href*="https"]::before,
.small-button[href^="/"]::before {
 content: "\eac9";
 }


.section-inner .section-text .small-button, .section-inner .section-text .button-part.phone-cookie .phone-number span a, .button-part.phone-cookie .phone-number span .section-inner .section-text a {
  background-color: #572C5f;
  padding: 2px 65px 2px 20px;
  color: #fff;
  border: 2px solid #572C5f; }
  .section-inner .section-text .small-button i.fa.fa-angle-right:before, .section-inner .section-text .button-part.phone-cookie .phone-number span a i.fa.fa-angle-right:before, .button-part.phone-cookie .phone-number span .section-inner .section-text a i.fa.fa-angle-right:before {
    top: 2px; }
  .section-inner .section-text .small-button:hover, .section-inner .section-text .button-part.phone-cookie .phone-number span a:hover, .button-part.phone-cookie .phone-number span .section-inner .section-text a:hover, .section-inner .section-text .small-button:focus, .section-inner .section-text .button-part.phone-cookie .phone-number span a:focus, .button-part.phone-cookie .phone-number span .section-inner .section-text a:focus, .section-inner .section-text .small-button:active, .section-inner .section-text .button-part.phone-cookie .phone-number span a:active, .button-part.phone-cookie .phone-number span .section-inner .section-text a:active {
    background: #fff;
    color: #333;
    border-color: #422145; }

.section-inner .section-text .small-button i.fa.fa-angle-right, .section-inner .section-text .button-part.phone-cookie .phone-number span a i.fa.fa-angle-right, .button-part.phone-cookie .phone-number span .section-inner .section-text a i.fa.fa-angle-right {
  width: 44px; }

.section-title h2 {
  font-size: 36px;
  line-height: 49px; }

.about-section .section-title h2 {
  color: #333; }

.about-section .section-inner .section-text p {
  color: #333; }

.about-section .section-inner .section-text .small-button i.fa.fa-angle-right, .about-section .section-inner .section-text .button-part.phone-cookie .phone-number span a i.fa.fa-angle-right, .button-part.phone-cookie .phone-number span .about-section .section-inner .section-text a i.fa.fa-angle-right {
  color: #fff; }
  .about-section .section-inner .section-text .small-button i.fa.fa-angle-right:hover, .about-section .section-inner .section-text .button-part.phone-cookie .phone-number span a i.fa.fa-angle-right:hover, .button-part.phone-cookie .phone-number span .about-section .section-inner .section-text a i.fa.fa-angle-right:hover, .about-section .section-inner .section-text .small-button i.fa.fa-angle-right:active, .about-section .section-inner .section-text .button-part.phone-cookie .phone-number span a i.fa.fa-angle-right:active, .button-part.phone-cookie .phone-number span .about-section .section-inner .section-text a i.fa.fa-angle-right:active, .about-section .section-inner .section-text .small-button i.fa.fa-angle-right:focus, .about-section .section-inner .section-text .button-part.phone-cookie .phone-number span a i.fa.fa-angle-right:focus, .button-part.phone-cookie .phone-number span .about-section .section-inner .section-text a i.fa.fa-angle-right:focus {
    color: #333; }

.help-section {
  width: 100%;
  float: left;
  padding: 65px 0; }

.help-section-inner {
  width: 100%;
  float: left; }

.help-section .section-title {
  text-align: center;
  margin: 0 0 33px;
  width: 100%;
  float: left; }

.box-main {
  width: 100%;
  float: left;
  text-align: center; }

.box-text {
  float: left;
  padding: 28px 0;
  width: 100%; }

.box-text h2 {
  font-size: 22px;
  color: #000;
  letter-spacing: 0.2px;
  line-height: 26px;
  margin: 0 auto 15px;
  max-width: 130px; }

.box-text p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #231f20;
  min-height: 73px; }

.testimonials-section {
  width: 100%;
  float: left; }

.testimonials-slide-main {
  width: 100%;
  float: left;
  min-height: 590px;
  padding: 100px 0; }

.testimonials-section-inner {
  width: 100%;
  float: left;
  max-width: 520px;
  padding-left: 85px; }

.testimonials-section-inner p {
  font-size: 14px;
  line-height: normal;
  color: #000;
  letter-spacing: 0.95px;
  text-transform: uppercase; }

.testimonial-text {
  font-size: 20px;
  line-height: 36px;
  color: #572C5f;
  letter-spacing: normal;
  font-style: italic;
  position: relative;
  text-shadow: 0 0 9px #fff; }

.testimonial-text::before {
  content: "";
  position: absolute;
  left: -88px;
  top: 10px;
  background: url(../images/quote-icon-purple.png) no-repeat center center;
  background-size: 100%;
  width: 52px;
  height: 48px; }

.testimonials-section-inner ul {
  margin: 35px -15px 0 -16px; }

.testimonials-section-inner ul li {
  width: auto;
  float: left;
  font-size: 11px;
  line-height: normal;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.95px;
  padding: 0 15px 0 16px;
  margin: 0; }

.testimonials-section-inner ul li::before {
  background-color: transparent;
  height: auto;
  top: 0;
  width: auto; }

.testimonials-section-inner ul > li + li::before {
  content: "| ";
  color: #572C5f; }

.testimonials-slider.owl-theme .owl-dots {
  bottom: 10px; }

.blog-section {
  width: 100%;
  float: left;
  background-color:transparent;
  padding: 0 0 40px; }

.blog-section .section-title {
  width: 100%;
  float: left;
  text-align: center; }

.blog-section-inner {
  width: 100%;
  float: left; }

.blog-box-main {
  width: 100%;
  float: left;
  background-color: #FFF;
  margin: 0px 0; }

.blog-box-image {
  width: 100%;
  float: left; }

.blog-box-text {
  width: 100% !important;
  /*float: left !important;*/
  padding: 27px 30px 25px !important; }

.blog-box-text .date {
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  line-height: normal;
  letter-spacing: 1px;
  color: #572C5f;
  text-transform: uppercase;
  margin: 0 0 12px !important; }

.blog-box-text h2 {
  font-size: 24px;
  line-height: 31px;
  color: #000000;
  letter-spacing: normal;
  margin: 0 0 13px !important; }

.blog-box-text h2 a {
  color: #000000; }

.blog-box-text h2 a:hover, .blog-box-text h2 a:focus {
  color: #572C5f; }

.blog-box-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #515151; }

.page-link {
  z-index: 1;
  position: relative;
  width: auto;
  float: right;
  margin: 5px 0 0; }

.page-link a {
  font-size: 12px;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.4px;
  text-transform: uppercase; }

.page-link a .fa.fa-angle-right {
  font-weight: 700; }

/**** slider ***/
.blog-slider.owl-carousel .owl-stage-outer {
  z-index: 1; }

.blog-slider.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }

.blog-slider.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  background-color: transparent; }

.blog-slider.owl-theme .owl-nav .owl-prev {
  float: left;
  margin: 0 0 0 -45px; }

.blog-slider.owl-theme .owl-nav .owl-next {
  float: right;
  margin: 0 -45px 0 0; }


.blog-slider .blog-box-text .date {
  margin: 12px 0 12px !important;
  float:left;
  width:100%;
}

.partnerships-section {
  width: 100%;
  float: left;
  background-color: #f8f8f8;
  padding: 83px 0 70px; }

.partnerships-section-inner {
  width: 100%;
  float: left; }

.partnerships-section-inner .section-title {
  text-align: center; }

.partnerships-section-inner ul {
  margin: 55px 0 65px;
  width: 100%;
  float: left; }

.partnerships-section-inner ul li {
  width: 20%;
  float: left;
  padding: 0;
  margin: 15px 0;
  text-align: center; }

.partnerships-section-inner ul li::before {
  display: none; }

.button-part {
  width: 100%;
  float: left;
  text-align: center; }

.social-blogs {
  width: 100%;
  float: left; }

.social-blogs .row {
  display: table;
  table-layout: fixed;
  margin: 0; }

.social-blogs .padding-space {
  padding: 0;
  float: none;
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.social-blog-box {
  width: 100%;
  float: left;
  text-align: center; }

.social-box-inner {
  width: 100%;
  float: left;
  padding: 70px 30px; }

.linkedin-blog {
  background-color: #0085be; }

.facebook-blog {
  background-color: #4b6ea3; }

.twitter-blog {
  background-color: #4fd0f3; }

.youtube-blog {
  background-color: #d34a3e; }

.social-icon {
  width: 100%;
  float: left;
  margin: 0 0 30px; }

.social-icon i {
  font-size: 37px;
  line-height: normal;
  color: #FFF; }

.social-blog-description {
  width: 100%;
  float: left; }

.social-blog-description p {
  color: #FFF;
  font-size: 15px;
  letter-spacing: 0.4px;
  min-height: 36px; }

.social-blog-box img {
  width: 100%; }

.social-box-main {
  width: 100%;
  float: left;
  position: relative;
  display: contents; }

.social-blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden; }

.social-blog-overlay-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 0 4px; }

.social-blog-overlay-inner p {
  font-size: 20px;
  color: #FFF;
  margin: 0 0 20px;
  line-height: normal; }

.social-blog-overlay.active {
  opacity: 1;
  visibility: visible; }

a.social-links {
  width: 100%;
  height: 100%;
  display: inline-block; }

/*********** Inner Pages ************/
.inner-section-title {
  text-align: center; }

.inner-section-top {
  width: 100%;
  max-width: 865px;
  margin: 0 auto 33px;
  padding: 0;
  text-align: center; }

.inner-section-top h1 {
  margin-bottom: 25px; }

/*.inner-section-top p:last-child { color:#231f20;}*/
.inner-section-top p:last-child {
  color: #656565; }

/* ==================================
 Contact us Page
===================================== */
.page-content.contact-page-main {
  padding-bottom: 0; }

.page-content.contact-page-main .inner-section-top {
  margin: 0 auto 55px; }

.full-width-box {
  width: 100%;
  float: left;
  display: table;
  table-layout: fixed;
  height: 588px; }

.full-width-box .half-width {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.full-width-box .half-width-inner {
  width: 100%;
  float: left;
  max-width: 490px;
  float: left;
  padding-left: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0; }

.full-width-box .half-width.right-align-text .half-width-inner {
  float: right;
  padding-right: 70px;
  padding-left: 0; }

.full-width-box .half-width-inner h2 {
  margin: 0 0 25px;
  color: #000000; }

.full-width-box .half-width-inner p {
  letter-spacing: normal;
  color: #070707; }

.full-width-box .half-width-inner.call-info h2 {
  color: #231f20; }

.full-width-box .half-width-inner.call-info p {
  color: #646464;
  margin: 0 0 20px; }

.half-width-inner.call-info > p:last-child {
  line-height: normal;
  margin: 0; }

.full-width-box .half-width-inner.call-info p strong {
  font-size: 12px;
  line-height: normal;
  color: #d26721;
  text-transform: uppercase; }

.full-width-box .half-width-inner.call-info p a {
  font-size: 36px;
  line-height: normal; }

.full-width-box iframe {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
  min-height: 588px;
  position: relative;
  top: 0;
  left: 0; }

.map-part .wpb_gmaps_widget .wpb_wrapper {
  padding: 0px !important; }

/* ==================================
 How-we-can-help Page
===================================== */
.page-content.help-page-main {
  padding-bottom: 0; }

.help-page-main .full-width-box {
  display: block;
  width: 100%;
  float: left;
  height: auto; }

.help-page-main .full-width-box .half-width {
  position: relative;
  width: 50%;
  float: left;
  display: inline-block;
  height: 586px; }

.help-page-main .full-width-box .half-width-inner {
  padding: 75px 0 75px 95px; }

.help-page-main .full-width-box .half-width.right-align-text .half-width-inner {
  padding-right: 95px; }

.help-page-main .full-width-box .half-width::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 155px;
  height: 110px;
  content: ""; }

.help-page-main .full-width-box .half-width.debt-management::after {
  background: url(../images/section-bg-02-pattern.jpg) center center no-repeat;
  background-size: 100%; }

.help-page-main .full-width-box .half-width.financial-counseling::after {
  background: url(../images/section-bg-03-pattern.jpg) center center no-repeat;
  background-size: 100%; }

.help-page-main .full-width-box .half-width.student-services::after {
  background: url(../images/section-bg-04-pattern.png) center center no-repeat;
  background-size: 100%; }

.help-page-main .full-width-box .half-width-inner h2 {
  line-height: normal; }

.help-page-main .full-width-box .half-width-inner p {
  color: #000000;
  font-size: 16px;
  line-height: 23px; }

.bottom-image-part {
  position: absolute !important;
  bottom: 0;
  right: 305px; }

.help-page-main .financial-counseling .bottom-image-part {
  left: 77px;
  right: inherit; }

.help-page-main .half-width.financial-wellness {
  display: table;
  table-layout: fixed; }

.help-page-main .half-width.financial-wellness .half-width-inner {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 490px; }

.help-page-main .full-width-box .financial-wellness .half-width-inner h2 {
  color: #231f20; }

.help-page-main .full-width-box .financial-wellness .half-width-inner p {
  color: #656565; }

/* ==================================================
 Blog Section
================================================== */
.hero-text-inner {
  width: 100%;
  float: left;
  padding: 162px 0 30px;
  position: relative;
  z-index: 2; }

.blog-page-main .side-space {
  padding: 0 22px; }

.blog-page-main .page-content {
  background-color: #e2e2e2;
  padding: 0;
  overflow: hidden; }

.left-side-content {
  float: left;
  background-color: #FFF;
  width: 73%; }

.blog-main {
  width: 100%;
  float: left;
  padding-right: 38px;
  position: relative; }

.blog-main::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 5000px;
  background-color: #FFF; }

.selection-part {
  width: 100%;
  float: left;
  padding: 30px 0 20px;
  position: relative; }

.selection-part label {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 10px;
  width: auto;
  float: left;
  letter-spacing: 0.95px;
  color: #4d4d4e;
  margin: 0;
  padding: 0 13px 0 0;
  line-height: 24px; }

/******** select **************/
.selection-part .bootstrap-select.form-control:not([class*="col-"]) {
  min-width: 140px;
  width: auto; }

.selection-part .form-control {
  height: auto;
  box-shadow: none; }

.selection-part .btn {
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background-color: #4d4d4e;
  text-transform: uppercase;
  letter-spacing: 0.95px;
  border: none;
  border-radius: 0;
  height: auto;
  padding: 5px 25px 5px 10px; }

.selection-part .bs-caret .fa.fa-angle-down {
  content: "";
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #e2e2e2; }

.selection-part .bs-caret .fa-angle-down::before {
  content: ""; }

.selection-part .btn-group.open .dropdown-toggle {
  box-shadow: none;
  outline: none; }

.selection-part .btn-default.active,
.selection-part .btn-default:active,
.selection-part .open > .dropdown-toggle.btn-default {
  background-color: #8bc049;
  color: #fff;
  outline: none; }

.selection-part .btn-default.active.focus,
.selection-part .btn-default.active:focus,
.selection-part .btn-default.active:hover,
.selection-part .btn-default.focus:active,
.selection-part .btn-default:active:focus,
.selection-part .btn-default:active:hover,
.selection-part .open > .selection-part .dropdown-toggle.btn-default.focus,
.selection-part .open > .dropdown-toggle.btn-default:focus,
.selection-part .open > .dropdown-toggle.btn-default:hover {
  background-color: #8bc049;
  color: #fff; }

.selection-part .dropdown-menu {
  border-color: #e2e2e2;
  box-shadow: none;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #4d4d4e;
  letter-spacing: 0.95px;
  border-radius: 0;
  padding: 0; }

.selection-part .bootstrap-select.btn-group .dropdown-menu li {
  padding: 0;
  margin: 0; }

.selection-part .bootstrap-select.btn-group .dropdown-menu li::before {
  display: none; }

.selection-part .dropdown-menu > li > a {
  padding: 5px 10px; }

.selection-part .dropdown-menu > li > a:focus,
.selection-part .dropdown-menu > li > a:hover {
  background-color: #8bc049;
  color: #fff; }

article.blog-list {
  border-bottom: 1px solid #e8e7e7;
  float: left;
  width: 100%;
  margin-bottom: 38px;
  position: relative; }

.blog-list .blog-box-image img {
  width: 100%; }

.blog-list .blog-box-image {
  padding-bottom: 45px !important; }

.blog-list .blog-box-text {
  padding: 0px 0 35px !important; }

.blog-list .blog-box-text h2 {
  font-size: 30px;
  color: #231f20;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 0 18px; }

.blog-list .blog-box-text ul {
  margin: 0 -15px 18px;
  display: table; }

.blog-list .blog-box-text ul li {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #231f20;
  padding: 0 15px;
  display: table-cell;
  text-transform: uppercase; }

.blog-list .blog-box-text ul li::before {
  background-color: transparent;
  height: auto;
  top: 0;
  width: auto; }

.blog-list .blog-box-text ul > li + li::before {
  content: "| ";
  color: #231f20;
  margin: 0 0 0 -2px; }

.blog-list .blog-box-text p {
  color: #656565;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 25px;
  margin: 0 0 18px; }

/*
.blog-list .blog-box-text .link-part a {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  line-height: normal;
  color: #d0722e;
}

.blog-list .blog-box-text .link-part a i {
  font-size: 14px;
  font-weight: 700;
  padding-left: 3px;
}

.blog-list .blog-box-text .link-part a:hover, .blog-list .blog-box-text .link-part a:focus {
  color: #88c040;
}
 */
.pagination-part {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0 15px;
  position: relative; }

.pagination-part p {
  margin: 0;
  font-size: 13px;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.30px;
  color: #676767; }

.pagination-part .pagination-part nav {
  text-align: center; }

.pagination-part .pagination {
  border-radius: 0;
  margin: 20px 0 28px; }

.pagination-part .pagination > li {
  padding: 0;
  margin: 0; }

.pagination-part .pagination > li::before {
  display: none; }

.pagination-part .pagination > li > a {
  margin-left: 3px;
  background-color: #e2e2e2;
  border: none;
  line-height: normal;
  font-size: 14px;
  color: #323232;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.30px;
  text-transform: uppercase;
  padding: 8px 12px;
  margin-top: 0; }

.pagination-part .pagination > li > span {
  margin-left: 3px;
  /*background-color: #e2e2e2;*/
  border: none;
  line-height: normal;
  font-size: 14px;
  color: #323232;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.30px;
  text-transform: uppercase;
  padding: 5px;
  margin-top: 0;
  min-height: 32px; }

.pagination-part .pagination > .disabled > a,
.pagination-part .pagination > .disabled > a:focus,
.pagination-part .pagination > .disabled > a:hover,
.pagination-part .pagination > .disabled > span,
.pagination-part .pagination > .disabled > span:focus,
.pagination-part .pagination > .disabled > span:hover {
  background-color: #e2e2e2;
  color: #323232; }

.pagination-part .pagination > li:first-child > a,
.pagination-part .pagination > li:first-child > span,
.pagination-part .pagination > li:last-child > a,
.pagination-part .pagination > li:last-child > span {
  border-radius: 0; }

.pagination-part .pagination > li > a:focus,
.pagination-part .pagination > li > a:hover {
  background-color: #91c852;
  color: #FFF; }

.pagination-part .pagination > li > span:focus,
.pagination-part .pagination > li > span:hover {
  background-color: transparent;
  color: #323232; }

.pagination-part .page-item i.fa {
  font-weight: 700;
  line-height: 16px; }

.pagination-part .pagination > .page-item.enabled > a {
  background-color: #91c852;
  color: #FFF; }

.right-side-content {
  width: 27%;
  float: left;
  padding: 38px 32px; }

.categories-list {
  width: 100%;
  float: left; }

.categories-list h2 {
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  line-height: normal;
  letter-spacing: 1px;
  color: #231f20;
  text-transform: uppercase; }

.categories-list ul {
  width: 100%;
  float: left;
  margin: 3px 0 0; }

.categories-list ul li {
  padding: 5px 0;
  margin: 0;
  width: 100%;
  float: left; }

.categories-list ul li::before {
  display: none; }

.categories-list ul li a {
  line-height: 25px;
  color: #572C5f; }

.categories-list ul li a:hover, .categories-list ul li a:focus {
  color: #422145; }

/************ Inner Pages *************/
.help-section-inner.credit-review-section .box-text {
  padding-top: 11px; }

.free-credit-report {
  float: left;
  width: 100%;
  padding: 53px 0 30px; }

.free-credit-report h2 {
  margin-bottom: 18px; }

.video-section {
  float: left;
  width: 100%;
  margin: 16px 0 0; }

.video-section iframe {
  width: 100% !important;
  height: auto;
  border: none; }

.faq-section {
  float: left;
  width: 100%;
  padding-top: 30px; }

/*.faq-section h2 a {text-decoration: none;}*/
.faq-accordion {
  float: left;
  width: 100%;
  padding: 16px 0 0; }

.panel .glyphicon-plus::before {
  content: "+";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #572C5f;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1px; }

.panel .glyphicon-minus::before {
  content: "";
  background: #572C5f url(../images/minus-icon.png) no-repeat center center;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #572C5f;
  background-size: cover;
  background-size: 25px;
  display: block; }

.faq-accordion a span {
  padding-left: 35px;
  float: left; }

.panel-group {
  margin-bottom: 17px; }

.panel-group .panel {
  border-radius: 0px; }

.panel-default {
  border-color: transparent; }

.panel {
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px; }

.panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
  color: #656565; }

.panel-heading {
  padding: 4px 0; }

.faq-accordion .panel-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 18px; }

.panel-title a {
  display: inline-block;
  line-height: 28px;
  position: relative; }

.panel-title a i {
  position: absolute;
  left: 0;
  top: 0; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: transparent; }

.panel-body {
  padding: 3px 33px;
  font-size: 14px; }

.panel-title > .small, .panel-title > .small > a:hover, .panel-title > a:hover, .panel-title > small, .panel-title > small > a:hover {
  color: #88c040; }

.blog-section.blog-section-inner {
  padding: 40px 0 16px; }

.blog-section.blog-section-inner .section-title h2 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 0; }

.blog-section.blog-section-inner .blog-box-main {
  margin: 32px 0; }

/****** 2 ******/
.person-info {
  width: 100%;
  float: left;
  background-color: #f3f3f3;
  margin: 40px 0 11px; }

.person-info .alignleft {
  margin: 0 30px 0 0 !important; }

.person-info figure figcaption {
  padding-right: 23px;
  padding-top: 23px;
  padding-bottom: 13px; }

.person-info figure figcaption p strong {
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.60px;
  color: #572C5f;
  text-transform: uppercase; }

.person-info figure figcaption p {
  font-size: 13px;
  line-height: 20px;
  color: #231f20;
  letter-spacing: 0.4px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0 0 10px 30px; }

/***** 3 *******/
.leadership-section {
  float: left;
  width: 100%; }

.leadership-top-section {
  float: left;
  width: 100%; }

.leadership-top-section h1 {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 32px; }

.leadership-top-section h1:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 53px;
  height: 2px;
  background: #f5b892;
  content: ""; }

.board-of-directors {
  float: left;
  width: 100%; }

.board-of-directors h2 {
  margin-bottom: 30px !important; }

.directors p {
  line-height: 28px; }

.board-of-directors .directors h2 {
  margin-bottom: 13px !important;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  color: #656565; }

.leadership-team {
  float: left;
  width: 100%;
  margin: 53px 0 0; }

.leadership-team h2 {
  margin-bottom: 0;
  line-height: 20px; }

.team-list {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 30px;
  margin: 38px 0 0; }

.leadership-team h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  color: #656565;
  font-size: 20px;
  margin-bottom: 16px; }

.leadership-team p {
  margin-bottom: 10px !important; }

/*** 4 ***/
.disclosure-section {
  float: left;
  width: 100%;
  padding: 0 0 18px; }

.disclosure-section h1 {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 32px; }

.disclosure-section h1:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 53px;
  height: 2px;
  background: #f5b892;
  content: ""; }

.disclosure-section .table {
  margin-bottom: 27px; }

.disclosure-section .table tr td {
  padding: 13px 0;
  border: none; }

.disclosure-section .table tr th {
  padding: 13px 0; }

.disclosure-section .table tr td:first-child {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  width: 180px; }

.disclosure-section .table tr th {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  width: 180px; }

/********** our culture **************/
.help-section-inner.our-culture-section {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0; }

.additional-resources {
  float: left;
  width: 100%;
  padding: 62px 0 53px 0; }

.additional-resources-box {
  float: left;
  width: 100%;
  margin: 0 0 20px; }

.additional-resources h2 {
  margin-bottom: 29px !important;
  font-size: 28px; }

.additional-resources-box figure {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.additional-resources-box figure img {
  width: 100%;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.additional-resources-box figure:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.additional-resources-box figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 13px 20px 11px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  color: #000;
  font-family: 'Roboto', sans-serif; }

.additional-resources-box figure:hover figcaption {
  background: #572C5f;
  color: #fff; }

/* ==================================================
 Footer Section
================================================== */
footer.footer-main {
  width: 100%;
  float: left;
  padding: 55px 0 33px;
  border-bottom: 8px solid #89bf4a;
  background: #222222; }

.footer-top {
  width: 100%;
  float: left; }

.footer-logo {
  width: auto;
  float: left;
  padding: 10px 0; }

.association-logos {
  width: auto;
  float: right;
  position: relative; }

.association-logos ul li img {
  width:60px;
  height:auto;}

.association-logos ul {
  margin: 0;
  display: table; }

.association-logos ul li {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 40px;
  margin: 0; }

.association-logos ul li:first-child {
  padding: 0; }

.association-logos ul li::before {
  display: none; }

.social-icon-part {
  float: right;
  position: absolute;
  bottom: -95px;
  right: 0; }

.association-logos ul.social-icon-part li {
  padding: 0 0 0 56px; }

ul.social-icon-part li a {
  color: #fff;
  font-size: 20px; }

ul.social-icon-part li a:hover, ul.social-icon-part li a:focus {
  color: #88c040; }


ul.social-icon-part {
  position:relative;
  bottom:0;
  margin-top:15px;
  float:left;
}
ul.social-icon-part li {
    padding-left:10px;
    padding-right:10px;
    display: inline;
}
ul.social-icon-part li::before {
  display: none;
}
ul.social-icon-part li:first-child {
  padding-left: 0;
}
ul.social-icon-part li:last-child {
  padding-right: 0;
}

.footer-bottom {
  width: 100%;
  float: left;
  padding: 55px 0 0; }

.copy-right-part {
  width: 100%;
  float: left; }

.copy-right-part p {
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.25px;
  color: #FFF; }

.footer-navigation {
  width: 100%;
  float: left;
  margin-top: 15px; }

.footer-navigation ul {
  margin: 0 -13px 0 -14px; }

.footer-navigation ul li {
  width: auto;
  display: inline-block;
  padding: 0 13px 0 14px;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.25px;
  line-height: 12px;
  float: left; }

.footer-navigation ul li::before {
  width: 1px;
  height: 100%;
  background-color: #FFF;
  border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  top: 0; }

.footer-navigation ul li:first-child::before {
  display: none; }

.footer-navigation ul li a {
  color: #fff; }

.footer-navigation ul li a:hover, .footer-navigation ul li a:focus, .footer-navigation ul li a.active {
  color: #88c040; }

.footer-navigation li.current-menu-item a {
  color: #88c040 !important; }

/* footer copyright */

.location-copyright ul {
  margin-bottom: 0;
}

.location-copyright ul li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 12px;
}

.location-copyright ul li::before {
  display: none;
}

.location-copyright ul li a {
  color: #fff;
  font-size: 11px;
  pointer-events: none;
}


/*  Developer Style - 04/10/2017  */
.wsmenu-submenu-sub li a {
  padding: 7px 0px 7px 15px; }

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
  padding: 2px 0 2px 0px; }

.wsmenu-submenu li a.active {
  background-color: #88bd45 !important;
  color: #fff !important; }

ul.wsmenu-submenu-sub li a.active {
  color: #fff !important; }

/*
.mobile-sub ul.wsmenu-submenu-sub li a.active {color: #231f20 !important;}
*/
.search-panel .search-panel-inner img {
  max-width: 100px; }

.vc_row.wpb_row.vc_row-fluid {
  margin-left: 0;
  margin-right: 0; }

.vc_row.wpb_row.vc_row-fluid.container {
  margin: 0 auto; }

.wpb_content_element {
  margin-bottom: 0 !important; }

.vc_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.help-section .help-section-inner {
  margin: 0; }

.help-section .container {
  margin-left: auto;
  margin-right: auto; }

.help-section .side-space {
  margin: 0 !important; }

.four-service-box .vc_col-sm-3 {
  padding: 0 20px; }

.four-service-box .vc_col-sm-4 {
  padding: 0 60px; }

/*.four-service-box .box-text h2{padding: 0 10px;}*/
.blog-section {
  margin: 0; }

.blog-section .container {
  margin: auto; }

.blog-section .blog-section-inner .vc_row {
  margin-left: 0;
  margin-right: 0; }

.blog-section .blog-box-image {
  padding: 0 !important; }

.blog-section .blog-section-inner .vc_gitem-post-data {
  margin-bottom: 0; }

.blog-section .blog-section-inner p {
  margin-bottom: 0; }

.partnerships-section .container {
  margin-left: auto;
  margin-right: auto; }

.partnerships-section .partnerships-section-inner {
  margin-left: 0;
  margin-right: 0; }

.partnerships-section-inner .vc_carousel-slideline-inner {
  margin: 55px 0 65px;
  float: left; }

.partnerships-section-inner .vc_item {
  padding: 0;
  margin: 15px 0;
  text-align: center; }

.page-content .container {
  margin: auto;
  padding-left:20px;
  padding-right:20px; }

.page-content .vc_row.side-space {
  margin-left: 0;
  margin-right: 0; }


.page-content .help-section-inner.credit-review-section .inner-section-top {
  margin-bottom: 33px !important; }

.page-content .help-section-inner.our-culture-section .inner-section-top {
  margin-bottom: 10px !important; }

.page-content .our-culture .help-section-inner.our-culture-section .inner-section-top {
  margin-bottom: 55px !important; }

.faq-sec .vc_row {
  margin-left: 0;
  margin-right: 0; }

.half-width-inner.call-info.annual-report-sec p a.small-button, .half-width-inner.call-info.annual-report-sec p .button-part.phone-cookie .phone-number span a, .button-part.phone-cookie .phone-number span .half-width-inner.call-info.annual-report-sec p a {
  font-size: 12px;
  /* padding: 0 65px 0 20px !important; */
  line-height: 45px; }

/* Our Culture */
.additional-resources .vc_col-sm-3 {
  padding-left: 7px;
  padding-right: 7px; }

.additional-resources .vc_col-sm-4 {
  padding-left: 7px;
  padding-right: 7px; }

/* Contact us */
.vc_row.wpb_row.vc_row-fluid.half-width.right-align-text.map-part {
  vertical-align: top; }

.half-width-inner .vc_column-inner {
  padding-top: 0 !important; }

.half-width-inner.call-info p:last-child {
  margin-bottom: 0px; }

/* Leadership */
.leadership-page .container {
  margin-bottom: 0; }

.leadership-top-section .board-of-directors {
  margin-left: 0;
  margin-right: 0; }

.leadership-top-section .board-of-directors .vc_row {
  margin-left: 0;
  margin-right: 0; }

.leadership-top-section .leadership-team {
  margin-left: 0;
  margin-right: 0; }

/* How we can help */
.help-page-main .inner-section-top {
  margin-bottom: 35px !important; }

.help-page-main .full-width-box .vc_row.half-width {
  margin-left: 0;
  margin-right: 0; }

.help-page-main .full-width-box .half-width .half-width-inner .vc_column-inner {
  padding-top: 0; }

.help-page-main .full-width-box .half-width .bottom-image-part .vc_column-inner {
  padding-top: 0; }

.help-page-main .half-width.financial-wellness::before {
  content: none; }

.help-page-main .half-width.student-services {
  background-position: right bottom !important; }

.free-credit-report p {
  margin-bottom: 25px !important; }

.container.faq {
  clear: both; }

/* Blog */
.blog-page-main .page-content > .container {
  margin-bottom: 0px; }

.categories-list li a.active {
  color: #422145;
  text-decoration: underline; }

/* pagination */
.pagination-part .wp-pagenavi span.current {
  float: left;
  background-color: #572C5f;
  color: #fff;
  margin-left: 3px;
  border: none;
  line-height: normal;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.30px;
  text-transform: uppercase;
  padding: 8px 12px;
  margin-top: 0; }

.pagination-part .wp-pagenavi a.page:hover {
  background-color: #572C5f;
  color: #fff; }

.pagination-part .wp-pagenavi a.page {
  float: left;
  margin-left: 3px;
  background-color: #e2e2e2;
  border: none;
  line-height: normal;
  font-size: 14px;
  color: #323232;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.30px;
  text-transform: uppercase;
  padding: 8px 12px;
  margin-top: 0; }

.pagination-part .wp-pagenavi a.previouspostslink:hover {
  background-color: #572C5f;
  color: #fff; }

.pagination-part .wp-pagenavi a.previouspostslink {
  float: left;
  margin-left: 3px;
  background-color: #e2e2e2;
  border: none;
  line-height: normal;
  font-size: 14px;
  color: #323232;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.30px;
  text-transform: uppercase;
  padding: 8px 12px !important;
  margin-top: 0; }

.pagination-part .wp-pagenavi a.nextpostslink:hover {
  background-color: #572C5f;
  color: #fff; }

.pagination-part .wp-pagenavi a.nextpostslink {
  float: left;
  margin-left: 3px;
  background-color: #e2e2e2;
  border: none;
  line-height: normal;
  font-size: 14px;
  color: #323232;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.30px;
  text-transform: uppercase;
  padding: 8px 12px !important;
  margin-top: 0; }

.wp-pagenavi i.fa.fa-angle-right {
  margin-left: 4px;
  display: inline-block;
  margin-right: 0px; }

.pagination-part .wp-pagenavi span.extend {
  margin: 2px;
  margin-left: 3px;
  border: none;
  line-height: normal;
  font-size: 14px;
  color: #323232;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.30px;
  text-transform: uppercase;
  padding: 5px;
  margin-top: 0;
  min-height: 32px; }

/*
.blog-single {border-bottom: 1px solid #e8e7e7;padding-bottom: 30px;}
*/
/*.hero-image-part.single-blog-hero {min-height: 660px;}
.hero-image-part.single-blog-hero::before {position: relative;}*/
.blog-single .blog-box-text {
  padding: 0 0 15px 0 !important; }

.blog-single .blog-box-text h1 {
  /*font-size: 28px;*/
  color: #231f20;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 0 18px; }

.blog-single .blog-box-text ul {
  margin: 0 -15px 10px;
  display: table; }

.blog-single .blog-box-text ul li {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #231f20;
  padding: 0 15px;
  display: table-cell;
  text-transform: uppercase; }

.blog-single .blog-box-text ul li::before {
  background-color: transparent;
  height: auto;
  top: 0;
  width: auto; }

.blog-single .blog-box-text ul > li + li::before {
  content: "| ";
  color: #231f20;
  margin: 0 0 0 -2px; }

.blog-single figcaption.wp-caption-text {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px; }

.blog-single hr {
  margin: 40px 0; }

.blog-single .vc_row ul li a {
  color: #572C5f; }

.blog-single .vc_row ul li a:hover {
  color: #88c040; }

.share-this-article p {
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #231f20; }

.blog-single ul.social-nav li {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  padding-right: 40px;
  list-style: none !important; }

.blog-single ul.social-nav li:before {
  content: none; }

.blog-single .stButton .stLarge {
  height: auto !important;
  width: auto !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.blog-single ul.social-nav li .stLarge {
  background-image: none !important; }

.blog-single ul.social-nav li .stLarge:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 27px;
  color: #572C5f; }

.blog-single ul.social-nav li .stLarge:hover:before, .blog-single ul.social-nav li .stLarge:focus:before {
  color: #88c040; }

.st_facebook_large .stLarge:before {
  content: "\f09a"; }

.st_twitter_large .stLarge:before {
  content: "\f099"; }

.st_linkedin_large .stLarge:before {
  content: "\f0e1"; }

.blog-single .vc_row p img {
  /*border: 2px solid;*/
  /*padding: 10px;*/ }

.page-content.default-page-content .vc_row p img {
  /*border: 2px solid;*/
  /*padding: 10px;*/ }

.blog-single .vc_row li img {
  border: 2px solid;
  padding: 10px; }

.mc4wp-form-fields .row {
  margin: 0 !important; }

/*#ulp-layer-210{padding: 50px 40px 40px !important;}*/
.snp-pop-745 .bld-step-1-el-0 {
  padding: 50px 40px 40px !important; }

.newsletter-signup h2 {
  margin: 0 0 15px 0 !important;
  color: #231f20 !important;
  font-size: 28px !important;
  line-height: 33px;
  text-transform: inherit;
  letter-spacing: 0.5px;
  font-family: 'Roboto Condensed', sans-serif !important; }

/*.newsletter-signup label {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}.newsletter-signup p{font-family: 'Lato', sans-serif !important;margin-bottom: 30px !important;font-size: 14px !important;line-height: 21px;letter-spacing: 0.10px;color: #231f20 !important;}*/
.newsletter-signup .col-md-12 {
  padding: 0; }

.newsletter-signup input {
  border: 2px solid #dcdcdc;
  margin-bottom: 28px;
  padding: 8px 20px;
  width: 100%; }

.newsletter-signup input.small-button {
  color: #fff !important;
  border: none;
  max-width: 150px;
  padding: 3px 10px !important;
  text-align: center !important;
  line-height: 32px;
  font-size: 12px;
  font-family: 'Lato', sans-serif !important;
  letter-spacing: 0px;
  position: relative;
  margin-bottom: 0px !important;
  margin-top: 5px; }

.newsletter-signup input::-webkit-input-placeholder {
  color: #bbb;
  letter-spacing: 0.3px;
  font-size: 15px;
  font-style: italic; }

.newsletter-signup input:-moz-placeholder {
  color: #bbb;
  letter-spacing: 0.3px;
  font-size: 15px;
  font-style: italic; }

.newsletter-signup input::-moz-placeholder {
  color: #bbb;
  letter-spacing: 0.3px;
  font-size: 15px;
  font-style: italic; }

.newsletter-signup input:-ms-input-placeholder {
  color: #bbb;
  letter-spacing: 0.3px;
  font-size: 15px;
  font-style: italic; }

.newsletter-signup input::-ms-input-placeholder {
  color: #bbb;
  letter-spacing: 0.3px;
  font-size: 15px;
  font-style: italic; }

.newsletter-signup button.small-button {
  border: none;
  line-height: 40px !important;
  padding: 0 50px 0 15px !important;
  margin-top: 8px; }

.newsletter-signup button.small-button .glyphicon.glyphicon-menu-right {
  font-family: 'Glyphicons Halflings' !important;
  font-weight: 400 !important;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  font-size: 10px;
  height: 100%;
  padding: 16px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px; }

div#snp-bld-step-2 p {
  color: #88bd45 !important;
  letter-spacing: 0.5px;
  font-family: 'Roboto', sans-serif !important;
  line-height: 26px; }

.page-content.default-page-content h1.page-title, .event-template h1.page-title {
    width: 100%;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 32px;
    padding-top: 12px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    text-align: center;
    text-transform:uppercase;
}
.blog-single .blog-box-text h1 {
    border-top: 2px solid;
    padding-top: 15px;
    border-bottom: 2px solid;
    padding-bottom: 15px;
}
.page-content.default-page-content h1.page-title:after, .event-template h1.page-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 53px;
  height: 2px;
  background: transparent;
  content: ""; }

/*
.sitemap-listing li {width: 33%;float: left;}
.sitemap-listing ul.children li {width: 100%;}*/
.bankruptcy.boxlayout {
  text-align: center; }

.default-page-content .boxlayout .wpb_single_image .vc_figure {
  margin-left: 0; }

.default-page-content .wpb_single_image .vc_figure {
  /*margin-left: 20px;*/
  margin-left: 0px; 
}

.default-page-content ul li a {
  color: #572C5f; }

.default-page-content blockquote {
  font-style: italic;
  background: #ededed;
  padding: 20px 30px; }

/*.default-page-content blockquote:before {content: "\201C";position: absolute;font-size: 100px;color: #eb7125;float: left;top: 30px;left: 10px;font-style: normal;}*/
.default-page-content blockquote p {
  /*margin-left: 20px;*/
  margin-bottom: 15px; }

/*.default-page-content blockquote p:last-child {margin-left: 20px;}*/
.default-page-content .boxlayout .vc_col-sm-4 {
  padding-right: 8px;
  padding-left: 8px; }

.boxlayout .vc_col-sm-4:first-child {
  padding-left: 0; }

.boxlayout .vc_col-sm-4:last-child {
  padding-right: 0; }

.default-page-content .boxlayout hr {
  border-top: 1px solid #ccc;
  margin-top: 15px; }

.default-page-content .boxlayout .vc_col-sm-4 .vc_column-inner {
  border-bottom: 8px solid; }

.default-page-content .boxlayout .vc_col-sm-6 .vc_column-inner {
  border-bottom: 8px solid; }

.default-page-content .boxlayout .vc_col-sm-12 .vc_column-inner {
  border-bottom: 8px solid;
  padding: 20px !important; }

.default-page-content .boxlayout.testimonial-box {
  margin-top: 25px;
  margin-bottom: 25px; }

.default-page-content .testimonial-box .vc_column-inner {
  padding: 25px 15px 15px !important;
  min-height: 460px; }

.default-page-content .testimonial-box figure.wpb_wrapper.vc_figure {
  margin-bottom: 20px; }

.greenpath-social-media {
  margin-top: 30px; }

.default-page-content .greenpath-social-media .wpb_single_image .vc_figure {
  margin-left: 0; }

.greenpath-social-media .vc_col-sm-3 .vc_column-inner {
  border-bottom: 5px solid !important;
  border: 1px solid #ddd; }

.greenpath-social-media .facebook .vc_column-inner {
  padding: 20px 10px 45px 10px !important; }

.greenpath-social-media .twitter .vc_column-inner {
  padding: 20px 10px 70px 10px !important; }

.greenpath-social-media .youtube .vc_column-inner {
  padding: 20px 10px 20px 10px !important; }

.greenpath-social-media .linkedin .vc_column-inner {
  padding: 20px 10px 70px 10px !important; }

.full-content-img-border .wpb_wrapper img {
  border: 5px solid #ededed; }

.infographic-page .wpb_wrapper textarea {
  background: transparent none repeat scroll 0 0;
  border: 5px solid #ededed;
  height: auto !important;
  padding: 10px 15px; }

.facebook .wpb_text_column.wpb_content_element {
  min-height: 140px; }

.twitter .wpb_text_column.wpb_content_element {
  min-height: 115px; }

.youtube .wpb_text_column.wpb_content_element {
  min-height: 164px; }

.linkedin .wpb_text_column.wpb_content_element {
  min-height: 114px; }

.partnerships-section-inner .owl-carousel .item {
  text-align: center; }

.partnerships-section-inner .owl-carousel .owl-item img {
  display: block;
  width: auto;
  max-width: 100%; }

.partnerships-section-inner .client-logo-slider {
  float: left;
  margin: 55px 0 65px;
  width: 100%; }

/* Events 
====================================*/
#tribe-events, #tribe-events-pg-template, 
.tribe-events-pg-template {
	padding:0 !important;
}


.single-tribe_events #tribe-events-footer {
    border: 1px solid #e5e5e5;
    padding: 3%;
    margin-top: 30px;
}

.tribe-events-list .type-tribe_events {
  background: #f7f7f7;
  padding: 30px !important; }

.tribe-events-schedule h2 {
  font-size: 18px; }

ul.tribe-events-sub-nav li a {
  color: #572C5f; }

ul.tribe-events-sub-nav li a:hover {
  color: #88c040; }

.tribe-events-single-section.tribe-events-event-meta.primary {
  clear: both; }

a.tribe-events-gcal, a.tribe-events-ical {
  clear: none !important;
  float: left !important; }

.tribe-events-schedule.tribe-clearfix {
  clear: both;
  margin: 0; }

h1.tribe-events-single-event-title {
  float: left;
  width: 100%;
  position: relative;
  font-size: 30px !important; 
  line-height:1.25 !important;}

h1.tribe-events-single-event-title:before {}

.tribe-events-meta-group.tribe-events-meta-group-details {
  padding-left: 0 !important; }

.tribe-events-meta-group.tribe-events-meta-group-venue {
  padding: 0 !important; }

.tribe-events-meta-group.tribe-events-meta-group-organizer {
  padding-left: 0 !important; }

li.tribe-events-nav-previous {
  width: 100%;
  max-width: 320px;
  padding-left: 0; }

li.tribe-events-nav-next {
  width: 100%;
  max-width: 320px;
  padding-left: 0; }

.tribe-events-event-image img {
  border: 5px solid #ddd; }

.tribe-events-meta-group.tribe-events-meta-group-details dt {
  float: left;
  margin-right: 10px; }

.tribe-events-meta-group.tribe-events-meta-group-organizer dt {
  float: left;
  margin-right: 10px; }

.tribe-events-meta-group.tribe-events-meta-group-venue dt {
  float: left;
  margin-right: 10px; }

h3.tribe-events-single-section-title {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px !important; }

h3.tribe-events-single-section-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 53px;
  height: 2px;
  background: #572C5f;
  content: ""; }

.tribe-events-single #tribe-events-footer {
  border-top: 1px solid #e8e7e7;
  padding-top: 20px;
  margin-bottom: 0px !important; }

.tribe-events-single {
  margin-bottom: 0px !important; }

.tribe-events-venue-map {
  display: none; }

li.tribe-events-nav-previous.tribe-events-nav-left.tribe-events-past {
  display: none !important; }

.event-listing .image img {
    height:auto;
    border: 5px solid #ececec;
}
.event-listing .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}

.event-listing .listing-item {
    margin-bottom: 30px;
}

.event-listing .title {
    font-family: 'Roboto Condensed';
    margin-bottom: 5px;
}



/*.pre-webinar-videos h2 a {text-decoration: none;}*/
.newsletter-page {
  text-align: center;
  margin: 0 auto;
  padding-top: 50px; }

.newsletter-page .newsletter-signup p {
  max-width: 640px;
  margin: 0 auto; }

.newsletter-page .mc4wp-alert.mc4wp-success {
  border: 2px solid green;
  max-width: 65%;
  margin: 0 auto;
  padding: 5px 20px; }

.newsletter-page .mc4wp-alert.mc4wp-error {
  border: 2px solid #f00;
  max-width: 65%;
  margin: 0 auto;
  padding: 5px 20px; }

.newsletter-page input[type="text"] {
  margin-bottom: 20px !important; }

.newsletter-page .col-md-12.submit-btn {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.newsletter-page .newsletter-signup .col-md-12 {
  width: 100%;
  margin: 0 auto;
  float: none;
  max-width: 65%; }

.media-room .blog-main {
  padding-right: 0;
  border-bottom: 5px solid #88c040;
  margin-bottom: 30px; }

.media-room .row {
  margin-left: 0;
  margin-right: 0; }

.media-room .post-img {
  padding-left: 0 !important; }

.media-room .blog-main .blog-list:last-child {
  border-bottom: none; }

.media-room .blog-main article.blog-list {
  margin-bottom: 30px; }

.media-room .container {
  padding-top: 30px; }

.media-room h2.cat-title {
  padding-bottom: 25px;
  width: 100%;
  position: relative;
  margin-bottom: 30px; }

.media-room h2.cat-title a {
  color: #231f20; }

.media-room h2.cat-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 53px;
  height: 2px;
  background: #eb7125;
  content: ""; }

.media-room .post-text h2 {
  font-size: 24px;
  color: #231f20;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 0 18px; }

/*.media-room a { text-decoration: none; }*/
.media-room .post-text ul {
  margin: 0 -15px 18px;
  display: table; }

.media-room .post-text ul li {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #231f20;
  padding: 0 15px;
  display: table-cell;
  text-transform: uppercase; }

.media-room .post-text ul li::before {
  background-color: transparent;
  height: auto;
  top: 0;
  width: auto; }

.media-room .post-text ul > li + li::before {
  content: "| ";
  color: #231f20;
  margin: 0 0 0 -2px; }

.media-room .post-text p {
  color: #656565;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.4px;
  line-height: 22px;
  margin: 0 0 10px; }

.media-room .post-text .link-part {
  margin-bottom: 20px; }

.media-room .post-text .link-part a {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: normal;
  color: #572C5f; }

.media-room .post-text .link-part a i {
  font-size: 14px;
  font-weight: 700;
  padding-left: 3px; }

.media-room .post-text .link-part a:hover, .media-room .post-text .link-part a:focus {
  color: #422145; }

.media-room .see-all {
  margin-bottom: 30px;
  clear: both;
  width: 100%;
  float: right;
  text-align: right; }

.media-room article.blog-list:nth-child(4) {
  border-bottom: none;
  margin-bottom: 0 !important; }

.media-room #annual-report {
  border-bottom: 5px solid #88c040; }

.media-room #annual-report .vc_column-inner {
  padding: 20px !important; }

.media-room .media-room-page-scroll .small-button, .media-room .media-room-page-scroll .button-part.phone-cookie .phone-number span a, .button-part.phone-cookie .phone-number span .media-room .media-room-page-scroll a {
  margin: 0 10px;
  min-width: 188px;
  font-size: 14px; }

.media-room .media-room-page-scroll p {
  text-align: center; }

.media-room .media-room-page-scroll .small-button i.fa.fa-arrow-circle-down, .media-room .media-room-page-scroll .button-part.phone-cookie .phone-number span a i.fa.fa-arrow-circle-down, .button-part.phone-cookie .phone-number span .media-room .media-room-page-scroll a i.fa.fa-arrow-circle-down {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 40px;
  text-align: center;
  padding: 13px 0; }

.media-room .greenpath-social-media .vc_col-sm-3 .vc_column-inner {
  padding-bottom: 35px; }

.credit-debt-calculator .content-holder {
  font-size: 1em;
  border-top: 1px solid #ccc;
  padding: 36px 0 37px 4px;
  margin: 0 -7px 31px 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  float: left; }

.gpdmc-header {
  background: #ededed;
  border-bottom: 12px solid #cccccc;
  padding: 14px 20px 20px;
  margin: 2em 0; }

.gpdmc-header-1 {
  display: block; }

.gpdmc-header-2 {
  display: block;
  text-transform: uppercase;
  color: #572C5f;
  font-size: 30px;
  font-weight: 600; }

.gpdmc-header-3 {
  display: block;
  text-transform: uppercase;
  color: #572C5f; }

.gpdmc .row {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  margin: 30px 0 0; }

.gpdmc .col {
  width: 50%;
  float: left;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gpdmc hr {
  background: url(../images/arrow-down.png) 50% 0 no-repeat;
  border: none;
  height: 51px; }

.gpdmc .col:first-child {
  border-right: 1px solid #949494; }

.gpdmc-calculator-header {
  min-height: 142px;
  height: 100%;
  background: transparent url(../images/icon-calculator.png) 0 0 no-repeat;
  padding: 10px 10px 10px 150px; }

.gpdmc h3 {
  color: #572C5f; }

.gpdmc .form-inputs {
  display: inline-block;
  border: 2px solid #d5d5d5;
  padding: 2px 9px;
  background: #ffffff;
  margin: 1em 0; }

.gpdmc .input-prepend {
  display: inline-block;
  margin: 3px;
  padding: 0; }

.gpdmc .input-currency {
  margin: 0;
  border: none; }

.gpdmc-disclaimer {
  margin-top: 40px; }

.credit-debt-calculator button.small-button .glyphicon.glyphicon-menu-right {
  font-family: 'Glyphicons Halflings' !important;
  font-weight: 400 !important;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  font-size: 10px;
  height: 100%;
  padding: 16px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px; }

.credit-debt-calculator input.small-button {
  border: none;
  min-width: 130px;
  line-height: 40px;
  background-color: #572C5f;
  color: #FFF;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  position: relative;
  text-align: center; }

.credit-debt-calculator h3, .dbt-cal label {
  font-size: 20px;
  color: #572C5f; }


/* Career page  */
.career-template .items h2 {
  font-size: 20px;
  line-height: 25px; }

/*.career-template .items h2 a{text-decoration: none;}*/
.career-template .job-location {
  font-size: 14px; }

.career-template .date {
  font-size: 14px; }

/* Career Single page  */
h1.job-title {
  width: 100%;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px !important; }

h1.job-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 53px;
  height: 2px;
  background: #f5b892;
  content: ""; }

.job-detail {
  width: 100%;
  float: left; }

.job-detail ul li {
  padding: 0;
  margin: 0; }

.job-detail ul li:before {
  content: none; }

.carrer-single a.small-button, .carrer-single .button-part.phone-cookie .phone-number span a, .button-part.phone-cookie .phone-number span .carrer-single a {
  margin-top: 25px; }

.career-template .row {
  margin: 0; }

.career-template .row.masonry-container {
  margin: 0 -15px; }

.job-post .items {
  margin-bottom: 20px; }

.job-post .job-item-box {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: inline-block;
  margin: 12px 0;
  overflow: hidden;
  padding: 40px;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  float: left;
  width: 100%; }

.job-post .job-item-box:hover {
  background-color: #8bc049 !important;
  cursor: pointer; }

.job-post .job-item-box:hover h2 a {
  color: #fff; }

.job-post .job-item-box:hover .job-location {
  color: #fff; }

.job-post .job-item-box:hover .date {
  color: #fff; }

.article-template table {
  margin-bottom: 20px;
  width: 100%; }

.article-template td, .article-template th {
  padding: 10px; }

/* 24-11-12 chnages */
.default-page-content .location-boxlayout .vc_col-sm-4 .vc_column-inner {
  background-color: #ededed; }

.default-page-content .location-boxlayout .vc_col-sm-4 .vc_column-inner .wpb_text_column {
  border-bottom: 8px solid;
  min-height: 250px; }

.hero-image-part.single-location-hero {
  min-height: 399px; }

.vc_row.wpb_row.vc_row-fluid.half-width.right-align-text.student-services.vc_row-has-fill {
  overflow: hidden; }

.full-width-box-icon .student-services img.attachment-full {
  padding-top: 30px; }

.blog-section-inner .blog-box-text p {
  min-height: 110px; }

.blog-main-search {
  min-height: 300px; }

/* Bankruptcy */
.bankruptcy.boxlayout h2 {
  font-size: 20px; }

.bankruptcy.boxlayout h2 strong {
  font-size: 26px; }

.bankruptcy .nopadding-left {
  padding-left: 0 !important; }

.bankruptcy .nopadding-right {
  padding-right: 0 !important; }

.bankruptcy .sidebar {
  position: relative; }

.bankruptcy .sidebar .small-button, .bankruptcy .sidebar .button-part.phone-cookie .phone-number span a, .button-part.phone-cookie .phone-number span .bankruptcy .sidebar a {
  width: 100%; }

.bankruptcy .sidebar .button-part {
  margin-bottom: 20px; }

.bankruptcy .sidebar h2.widget-title {
  display: none; }

.login-box {
  overflow: hidden;
  background: #333;
  padding: 20px 15px;
  color: white;
  border-top: 12px solid #8bc049;
  margin-bottom: 20px; }

.login-box p {
  color: #fff;
  font-size: 15px;
  line-height: 18px; }

.green-box {
  overflow: hidden;
  background: #87BD48;
  margin: 0 0 18px;
  color: #333; }

.green-box.gpbk-box p:first-child {
  padding: 0px;
  margin: 0;
  color: #333; }

.green-box.gpbk-box p {
  padding: 15px;
  color: #333; }

img.media-image {
  width: 100%; }

.green-box.steps {
  padding: 15px; }

.green-box.steps h2 {
  color: #333;
  text-align: center;
  padding: 0px;
  margin-bottom: 25px;
  font-size: 22px; }

.green-box.steps p {
  text-align: center;
  padding: 0px;
  margin-bottom: 15px; }

.green-box p a:hover {
  color: #fff; }

.bankruptcy-member h2 {
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px !important; }

.bankruptcy-member .vc_col-sm-4 .vc_column-inner {
  border: 2px solid;
  padding: 10px 5px !important;
  min-height: 280px; }

.bankruptcy-member .vc_col-sm-12 .vc_column-inner {
  border: 2px solid;
  padding: 10px 5px !important; }

.bankruptcy-member .wpb_single_image .vc_figure {
  margin-left: 0; }

.article-template table, .article-template table th, .article-template table td {
  border: 1px solid gray; }

.newsletter-signup p {
  margin-bottom: 30px !important; }

span.foot-social {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

button#search-toggle {
  background: none;
  border: none; }

.read-post span {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px; }

.search-form legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.button.close-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* Image style for ignored width and height in image tag */
img.common-img {
  width: auto;
  height: auto; }

img.common-img-box {
  width: 100%;
  height: auto; }

.snp-powered a:visited, .snp-powered-b a, .snp-powered-b a:visited, .snp-powered-b a:hover, .snp-powered-b a:active, .snp-powered-b a:focus {
  text-decoration: underline !important; }

#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
  text-decoration: underline !important; }

#tribe-events-content a.small-button, #tribe-events-content .button-part.phone-cookie .phone-number span a, .button-part.phone-cookie .phone-number span #tribe-events-content a {
  text-decoration: none !important;
  color:#fff; }

#tribe-events-content a.small-button:hover {color:#87bd48;}

.vc_general.vc_btn3, .wpb_button:hover, a.wpb_button_a, a.wpb_button_a:hover {
  text-decoration: none !important; }

.tribe-events-after-html {
  margin-top: 15px; }

.tribe-events-list .tribe-events-loop .tribe-events-event-image {
  margin: 0 30px 30px 0 !important; }

.tribe-events-list h2.tribe-events-page-title {
  margin-top: 15px; }

.tribe-bar-disabled {
  margin-top: 15px; 
  z-index:1 !important;}

.career-logo-list .wpb_single_image .vc_figure {
  display: table;
  vertical-align: inherit;
  margin: 0;
  max-width: 100%;
  width: 100%;
  float: none;
  height: 346px;
  padding: 10px; }

.career-logo-list .wpb_single_image img {
  max-width: 250px; }

.career-logo-list .wpb_single_image .vc_single_image-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
  border: 1px solid #ddd; }

/* FORMS */
#emma-form-a8637733c5133a16e3ef35cd970d5087 form {
  padding: 50px 40px 40px !important; }

#emma-form-a8637733c5133a16e3ef35cd970d5087 input {
  border: 2px solid #dcdcdc !important;
  padding: 8px 20px !important;
  width: 100% !important; }

#emma-form-a8637733c5133a16e3ef35cd970d5087 .fields {
  display: inline-block;
  width: 100%;
  margin-top: 0; }

#emma-form-a8637733c5133a16e3ef35cd970d5087 label {
  text-transform: uppercase !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: italic !important; }

#emma-form-a8637733c5133a16e3ef35cd970d5087 h1 {
  margin: 0 0 15px 0 !important;
  color: #231f20 !important;
  font-size: 28px !important;
  line-height: 33px;
  text-transform: inherit;
  letter-spacing: 0.5px;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: normal !important; }

#emma-form-a8637733c5133a16e3ef35cd970d5087 form header h2 {
  font-weight: normal;
  font-size: 17px;
  color: #656565 !important;
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0; }

#emma-form-a8637733c5133a16e3ef35cd970d5087 form button {
  border: none !important;
  line-height: 20px !important;
  border-radius: 0 !important;
  max-width: 160px;
  text-transform: uppercase !important; }

.location-boxlayout .wpb_column.vc_column_container.vc_col-sm-4 {
  padding: 0 15px 0 0 !important; }

.location-boxlayout .wpb_column.vc_column_container.vc_col-sm-8 iframe {
  height: 250px !important;
  border: 1px solid #ddd !important; }

.location-boxlayout.vc_column-gap-10 .vc_column_container {
  padding: 0 0 10px 0 !important; }

.blog-main.page-sidebar-content {
  padding: 40px 0; }

.page-sidebar .widget {
  margin-bottom: 20px; }

.page-sidebar .widget h2 {
  font-size: 20px; }

.categories-list ul.menu li.current-menu-item a {
  color: #88c040; }

.right-side-content.page-sidebar {
  padding: 38px 0 38px 32px; }

.blog-main.page-sidebar-content .wpb_content_element {
  position: relative; }

h2.resource-tools-title {
  margin-bottom: -10px !important; }

.wpb_text_column.wpb_content_element.resource-tools-text {
  clear: both;
  margin-bottom: 30px !important;
  text-align: center; }

.resource-tools-menu .wpb_text_column {
  margin-bottom: 20px !important; }

.resource-tools-menu .wpb_text_column h2 {
  font-size: 20px;
  font-weight: 600;
  color: #572C5f; }

.resource-tools-menu h2.widgettitle {
  font-size: 16px;
  text-transform: uppercase; }

.resource-tools-menu .topic-menu ul li {
  width: 48%; }

.resource-tools-menu ul li {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  float: left;
  font-size: 14px; }

.resource-tools-menu ul li:before {
  display: none; }

.resource-tools-menu ul li a {
  line-height: 25px;
  color: #eb7125; }

.resource-tools-menu ul li a:hover, .resource-tools-menu ul li a:focus {
  color: #88c040; }

.category-post-list .blog-main article.blog-list:nth-last-child(2) {
  border-bottom: 0 !important; }

.resource-tool-service .box-text h2 {
  max-width: 170px; }

.resource-tool-service .box-text p {
  max-width: 270px;
  margin: 0 auto 15px; }

/* Customized style */
/* GENERAL FONT OVERRIDES */
.main-title, .header-top-right-part ul li.phone-number {
  font-weight: 600; }

.header-top-inner .location-greenbarleft ul {
  display: flex;
  margin-bottom:0;
}
.header-top-inner .location-greenbarleft ul li {
    padding:0;
    margin-bottom:0;
}
.header-top-right-part ul li.phone-number, .header-top-right-part ul li, .header-top-left-part {
  letter-spacing: .02em !important; }

.hero-text a, .wsmenu {
  font-weight: bold;
  text-transform: uppercase !important; }

.wsmenu-list > li > a {
  font-size: 1.05em;
  letter-spacing: .1em; }

.panel-body {
  padding: 3px 33px;
  font-size: 15px;
  background-color: rgba(139, 192, 73, 0.15);
  margin-bottom: 15px;
  margin-left: 35px;
  padding-left: 12px;
  color: #000; }

.section-title h2, h3 {
  letter-spacing: 0; }

/* TESTIMONIALS */
.testimonial-fpo ul li h2 {
  margin-bottom: 5px;
  font-size: 1.1em;
  color: #8bc049;
  text-transform: uppercase; }

.testimonial-fpo .flexslider {
  box-shadow: none;
  background: none !important;
  border: none !important;
  margin-bottom: 40px; }

.testimonial-fpo .flex-direction-nav {
  display: none !important; }

/* Delete caption background to allow image bg to show */
.wpb_posts_slider .flex-caption, .wpb_posts_slider .nivo-caption {
  background-color: transparent !important; }

/* TOOL MENUS AND SERVICE BOXES */
.resource-list {
  background-color: #ececec;
  padding: 20px !important; }

.resource-tools-menu ul li {
  font-size: 16px; }

.box-text {
  padding-top: 14px !important; }

.service-box-pad .box-text p {
  margin-left: 10px;
  margin-right: 10px; }

.no-bottom-margin .box-text p {
  margin-bottom: 0px; }

/* NO IMAGE BORDER */
.no-border {
  border: none !important;
  padding: 10px 0 !important; }

/* PARTNER LIST */
.partner-list ul li::before {
  background-color: #88bd45; }

.partner-list ul li {
  margin-left: 0 !important;
  line-height: 1.2em; }

.button-part.phone-cookie .phone-number span {
	background-color: #102446;
	}

.button-part.phone-cookie .phone-number span a {
  background-color: #fff;
  padding: 14px 65px 14px 20px;
  color: #102446;
  border: 2px solid #87bd48;
  padding-right: 60px; }

  .button-part.phone-cookie .phone-number span a i.fa.fa-angle-right:before {
    top: 2px; }

  .button-part.phone-cookie .phone-number span a:hover, .button-part.phone-cookie .phone-number span a:focus, .button-part.phone-cookie .phone-number span a:active {
    background: #102446;
    color: #fff;}

  .button-part.phone-cookie .phone-number span a::after {
    position: absolute;
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #87bd48;
    height: 100%;
    width: 40px;
    text-align: center;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff; }

/* IN THE MEDIA SLIDER CAROUSEL */

.wpb_images_carousel img {
    height: auto;
}

/*================================ 
BLUEBERRY PODCAST PLAYER 
================================*/
.powerpress_links {
  display: none;
}

.powerpress_player {
    margin-bottom: 15px;
}
.powerpress_links.powerpress_links_mp3 {
    margin-bottom: 5px;
}
.powerpress_links.powerpress_links_mp3, 
.powerpress_links.powerpress_subscribe_links {
    font-style: italic;
}
