html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "icon-map";
  src: url("../fonts/ic-extension-2.eot?ane5e4");
  src: url("../fonts/ic-extension-2.eot?#iefixane5e4") format("embedded-opentype"), url("../fonts/ic-extension-2.ttf?ane5e4") format("truetype"), url("../fonts/ic-extension-2.woff?ane5e4") format("woff"), url("../fonts/ic-extension-2.svg?ane5e4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FreightBigProBold";
  src: url("../fonts/Freight/Freight Big Pro/webfont/FreightBigProBold-Regular.woff2") format("woff2"), url("../fonts/Freight/Freight Big Pro/webfont/FreightBigProBold-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilmer Bold";
  src: url("../fonts/Gilmer-Bold.otf") format("opentype"), url("../fonts/Gilmer/Webfont/WOFF2/Gilmer-Bold.woff2") format("woff2"), url("../fonts/Gilmer/Webfont/WOFF/Gilmer-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilmer Regular";
  src: url("../fonts/Gilmer-Regular.otf") format("opentype"), url("../fonts/Gilmer/Webfont/WOFF2/Gilmer-Regular.woff2") format("woff2"), url("../fonts/Gilmer/Webfont/WOFF/Gilmer-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=ic-],
[class*=" ic-"] {
  font-family: "icon-map";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map-icon:before {
  content: "\e600";
  font-family: "icon-map";
}

/* BORDER RADIUS */
/* form elements */
/*buttons*/
.revbuttons {
  background: none;
  border: #eb3223 solid 2px;
  color: #eb3223;
  font-family: "Gilmer Regular", sans-serif;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 0px;
  padding: 0 0 0 15px !important;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
.revbuttons i {
  float: right;
  position: relative;
  right: 15px;
  top: 8px;
}
.revbuttons:hover {
  background: #eb3223;
  color: white;
}
.revbuttons:focus {
  background: #eb3223;
  color: white;
}

.button.tiny.revbuttons {
  width: 184px;
  height: 37px;
  font-size: 16px;
  line-height: 33px;
}

.button.small.revbuttons {
  width: 205px;
  height: 37px;
  font-size: 16px;
  line-height: 33px;
}

.button.small.revbuttons.team-btn {
  width: 100%;
  height: 37px;
  font-size: 16px;
  line-height: 33px;
  background-color: rgba(0, 0, 0, 0.6);
  border: white solid 2px;
  color: white;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .button.small.revbuttons.team-btn {
    font-size: 14px;
  }
}
.button.small.revbuttons.team-btn:hover {
  background: white;
  color: #000000;
}

.button.large.revbuttons {
  width: 288px;
  height: 50px;
  font-size: 18px;
  line-height: 45px;
  padding-left: 25px !important;
}
.button.large.revbuttons i {
  float: right;
  position: relative;
  right: 20px;
  top: 14px;
}

.button.large.revbuttons.submit-btn {
  width: 236px;
  height: 65px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 45px;
  padding-left: 40px !important;
}
.button.large.revbuttons.submit-btn i {
  float: right;
  position: relative;
  right: 30px;
  top: 10px;
  font-weight: bold;
}

/*text fields*/
input[type=text], input[type=email], .main-text {
  background: none;
  border: #eb3223 solid 2px !important;
  color: #353535 !important;
  font-family: "Gilmer Regular", sans-serif;
  margin: 0px;
  padding: 0 35px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
  width: 100%;
  font-style: italic;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  height: 60px;
}

.main-textarea {
  background: none;
  border: #eb3223 solid 2px !important;
  color: #353535 !important;
  font-family: "Gilmer Regular", sans-serif;
  margin: 0px;
  padding: 20px 30px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
  width: 100%;
  font-style: italic;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  height: 190px;
  resize: none;
  overflow: hidden;
}

/*** selectbox******/
.sbHolder {
  border: #eb3223 solid 2px;
  font-family: "Gilmer Regular", sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 60px;
  position: relative;
  width: 100%;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.sbSelector {
  display: block;
  height: 60px;
  left: 0;
  line-height: 60px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: #353535;
  outline: none;
  text-decoration: none;
  font-size: 24px;
  padding-left: 25px;
}

.sbToggle {
  background: url(../images/cont_arrow.png) 10px center no-repeat;
  display: block;
  height: 60px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}

.sbToggleOpen {
  background: url(../images/cont_arrow.png) 10px center no-repeat;
}

.sbToggleOpen:hover {
  background: url(../images/cont_arrow.png) 10px center no-repeat;
}

.sbOptions {
  background: #eb3223;
  border: solid 3px white;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.sbOptions li {
  padding: 0px;
  height: 45px;
  line-height: 33px;
}
.sbOptions li:hover {
  background: transparent !important;
}

.sbOptions a {
  border-bottom: solid 1px white;
  display: block;
  outline: none;
  padding: 7px 0 7px 20px;
  font-size: 16px;
  height: 45px;
  text-transform: uppercase;
}
.sbOptions a:hover {
  background: #fff;
}

.sbOptions li span {
  background: transparent;
  width: 100%;
  padding: 6px 10px 5px;
  font-size: 20px;
  padding-right: 20px;
  font-weight: 600;
  border-bottom: 1px solid white;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}
.sbOptions li span:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.sbOptions a:link, .sbOptions a:visited {
  color: white;
  text-decoration: none;
}

.sbOptions li:hover,
.sbOptions li:focus,
.sbOptions li.sbFocus {
  background: white;
}

.sbOptions a:hover,
.sbOptions a:focus {
  color: #eb3223;
}

.sbOptions li.last a {
  border-bottom: none;
}

/*** selectbox******/
/*******************************************************************************************************************************************/
body {
  font-family: "Gilmer Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  background: white;
}

h1 {
  font-size: 80px;
  font-family: "FreightBigProBold", sans-serif;
  font-weight: normal;
}

h2 {
  font-size: 60px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: normal;
}

h3 {
  font-size: 40px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: normal;
}

h4 {
  font-size: 24px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: normal;
}

h5 {
  font-size: 22px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: normal;
}

h6 {
  font-size: 20px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: normal;
}

p {
  font-size: 14px;
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  color: #eb3223;
}

a:hover {
  color: #eb3223;
  /*text-decoration: underline;*/
}

a:focus {
  color: white;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.wrapper {
  width: 100%;
  max-width: 2000px;
  min-width: 296px;
  margin: 0px auto;
  position: relative;
}

.row {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.column,
.columns {
  float: left;
  padding-left: 0rem;
  padding-right: 0rem;
  position: relative;
}

.left-small {
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 99999;
}

/**** Wordpress default ******/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**** Selectbox ******/
.align-height {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.selectbox-small {
  float: left;
  width: 100%;
  background: url(../images/selectbox-bg.jpg) repeat left center;
  padding: 15px 10px;
}
.selectbox-small .sbHolder {
  float: left;
  background: none;
  border: 2px solid white;
  width: 100%;
  height: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.selectbox-small .sbOptions {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #f03316;
  border: 3px solid white;
  top: 50px !important;
}
.selectbox-small .sbOptions a {
  border-bottom: 1px solid white;
  padding: 4px 10px 4px;
  font-size: 14px;
  color: white;
}
.selectbox-small .sbOptions a:hover {
  background: white;
  color: #f03316;
}
.selectbox-small .sbOptions li {
  padding: 0;
}
.selectbox-small .sbToggle {
  height: 50px;
  width: 40px;
  background: url(../images/down-arrow.png) no-repeat left center;
}
.selectbox-small .sbSelector:link,
.selectbox-small .sbSelector:visited,
.selectbox-small .sbSelector:hover {
  color: white;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  padding-left: 15px;
  line-height: 50px;
}

/**** Selectbox ******/
.maininnerheader {
  width: 100%;
  max-width: 100%;
  background: #eb3223;
  padding: 0px;
  margin: 0px;
  display: table;
  text-align: center;
  position: relative;
  float: left;
}
.maininnerheader a {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  position: relative;
  z-index: 9999;
  padding: 50px 0;
}
.maininnerheader a h2 {
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 22px;
  line-height: 60px;
  padding: 0 30px;
}
.maininnerheader a i {
  width: 68px;
  height: 68px;
  border: white solid 3px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
  display: table;
  margin: 0 auto;
  line-height: 60px;
  font-size: 31px;
  color: white;
}
.maininnerheader a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 122px;
  background: url(../images/arrow_leftpoint.png) no-repeat left top;
  left: 100%;
  top: 50%;
  z-index: 100;
  margin-top: -61px;
}
.maininnerheader a p {
  color: #FFF;
  font-size: 20px;
  color: #FFF;
  font-size: 20px;
  padding: 0 15px 20px;
  line-height: 24px;
  margin-bottom: 0;
}
.maininnerheader:hover i {
  background: white;
  color: #eb3223;
}
.maininnerheader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/headoverlay_bg.png);
  left: 0px;
  top: 0px;
  z-index: 100;
}
.maininnerheader:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 122px;
  border-style: solid;
  border-width: 61px 0 61px 20px;
  border-color: transparent transparent transparent #eb3223;
  left: 100%;
  top: 50%;
  z-index: 100;
  margin-top: -61px;
}
.maininnerheader .subtitle-section {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  position: relative;
  z-index: 9999;
  padding: 50px 0;
  color: #fff;
  line-height: 70px;
  font-weight: 100;
  font-size: 50px;
  line-height: 40pt;
}
.maininnerheader .subtitle-section:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 122px;
  background: url(../images/arrow_leftpoint.png) no-repeat left top;
  left: 100%;
  top: 50%;
  z-index: 100;
  margin-top: -61px;
}
.maininnerheader.left-pointing .subtitle-section:after {
  background: url(../images/arrow_rightpoint.png) no-repeat left top;
  left: auto;
  right: 100%;
}

.broke_anchor {
  cursor: default !important;
}

.maininnerheader.left-pointing {
  float: right;
}
.maininnerheader.left-pointing a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 122px;
  background: url(../images/arrow_rightpoint.png) no-repeat right top;
  left: -20px;
  right: 100% !important;
  top: 50%;
  z-index: 100;
  margin-top: -61px;
}
.maininnerheader.left-pointing:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 122px;
  border-style: solid;
  border-width: 61px 20px 61px 0;
  border-color: transparent #eb3223 transparent transparent;
  left: -20px;
  right: 100%;
  top: 50%;
  z-index: 100;
  margin-top: -61px;
}

.maininnerheader.no-arrow:after {
  display: none;
}

/*growth header*/
.maininnerheader.growth-header {
  background: #00b28f;
}
.maininnerheader.growth-header:after {
  border-color: transparent transparent transparent #00b28f;
}
.maininnerheader.growth-header a:hover i {
  color: #00b28f;
}

.maininnerheader.left-pointing.growth-header:after {
  border-color: transparent #00b28f transparent transparent;
}

/*growth header*/
/*Place header*/
.maininnerheader.place-header {
  background: #3f739b;
}
.maininnerheader.place-header:after {
  border-color: transparent transparent transparent #3f739b;
}
.maininnerheader.place-header a:hover i {
  color: #3f739b;
}

.maininnerheader.left-pointing.place-header:after {
  border-color: transparent #3f739b transparent transparent;
}

/*Place header*/
/*ventures header*/
.maininnerheader.ventures-header {
  background: #ab9767;
}
.maininnerheader.ventures-header:after {
  border-color: transparent transparent transparent #ab9767;
}
.maininnerheader.ventures-header a:hover i {
  color: #ab9767;
}

.maininnerheader.left-pointing.ventures-header:after {
  border-color: transparent #ab9767 transparent transparent;
}

/*ventures header*/
/*** Begin Header Section *************************************************************************************/
.menu-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 296px;
  width: 100%;
  position: relative;
  z-index: 9999;
}

.outer-wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.header-container {
  float: left;
  width: 100%;
  position: relative;
}

.main-menu ul {
  padding-bottom: 20px;
}
.main-menu ul li.logo {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin-top: -43px;
}
.main-menu ul li.logo a:hover {
  border: none;
  padding: 0;
}

.main-menu {
  float: left;
  width: 100%;
  padding-top: 59px;
  z-index: 9999;
}
.main-menu ul {
  float: left;
  width: 100%;
  text-align: center;
}
.main-menu ul.sub-menu {
  display: none;
}
.main-menu ul li {
  display: inline-block;
  list-style: none;
  position: unset;
  vertical-align: top;
  text-align: center;
  padding: 0 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main-menu ul li {
    padding: 0 15px 0 0;
  }
}
.main-menu ul li:first-child {
  /*padding-left:0;*/
}
.main-menu ul li:before {
  background: none;
  position: unset;
}
.main-menu ul li a {
  font-size: 24px;
  color: white;
  text-transform: capitalize;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 400;
}
.main-menu ul li a:hover {
  border-bottom: 5px solid #eb3223;
  padding: 0 0 12px 0;
  text-decoration: none;
}
.main-menu ul li.not-capitalized > a {
  text-transform: none;
}
.main-menu ul li.current-menu-item:not(.no-active) > a {
  border-bottom: 5px solid #eb3223 !important;
  padding: 0 0 12px 0 !important;
  text-decoration: none !important;
}
.main-menu ul li.logo.current_page_item a {
  border-bottom: medium none !important;
  padding: 0 !important;
  text-decoration: none !important;
}
.main-menu ul li.menu-item-has-children > a {
  position: relative;
  margin-right: 20px;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\e610";
  font-family: "revolution-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 100%;
  line-height: 15px;
  right: -22px;
  top: 4px;
}
@media (max-width: 1199px) and (min-width: 931px) {
  .main-menu ul li.menu-item-has-children > a:after {
    top: 2px;
  }
}
@media (max-width: 930px) {
  .main-menu ul li.menu-item-has-children > a:after {
    top: 0px;
  }
}
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .main-menu ul li.menu-item-has-children > a:after {
    line-height: 14.5px;
  }
}
.main-menu ul li.menu-item-has-children > a:hover {
  border-bottom-color: transparent;
}
.main-menu ul li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}
.main-menu ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 37px;
  min-width: 200px;
  padding: 25px 0;
  text-align: left;
  border-top: 5px solid #eb3223;
  right: -31px;
  left: -31px;
  width: inherit;
  margin-left: 0;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #eb3223;
  top: 0;
  left: 18px;
}
.main-menu ul.sub-menu li {
  display: block;
  text-align: left;
}
.main-menu ul.sub-menu li a {
  color: #000;
  font-size: 16px;
  margin-bottom: 22px;
  display: block;
  padding: 0 10px;
  margin-right: 0;
}
.main-menu ul.sub-menu li a:hover {
  color: #eb3223;
  border-bottom: 0;
  padding-bottom: 0 !important;
}
.main-menu ul.sub-menu li.menu-item-has-children a:after {
  border-color: #000;
  text-align: center;
  right: 7px;
  top: 3px;
}
.main-menu ul.sub-menu li.menu-item-has-children a:hover:after {
  border-color: #eb3223;
}
.main-menu ul.sub-menu li.menu-item-has-children ul.sub-menu {
  left: 100%;
  background: #f9f9f9;
  border-top: 0;
  top: -25px;
}
.main-menu ul.sub-menu li.menu-item-has-children ul.sub-menu:before {
  display: none;
}
@media only screen and (max-width: 1444px) {
  .main-menu ul.sub-menu li.menu-item-has-children ul.sub-menu {
    left: inherit;
    right: 100%;
  }
}
.main-menu ul.sub-menu li:last-child a {
  margin-bottom: 0;
}
.main-menu .menu-left {
  float: left;
  width: auto;
  padding-top: 43px;
}
.main-menu .menu-right {
  float: left;
  width: auto;
  padding-top: 43px;
}

#search-2-mobile {
  position: static;
}
@media screen and (min-width: 769px) {
  #search-2-mobile {
    display: none !important;
  }
}
#search-2-mobile.active .case-search i:before {
  content: "\f00d";
  font-family: "fontawesome";
}
#search-2-mobile input[type=search] {
  width: 95%;
  border: 1px solid #c7c5c5;
  height: auto;
  font-size: 16px;
  padding: 0.8rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  top: 60px;
  display: none;
}
#search-2-mobile a {
  position: fixed;
  top: 14px;
  right: 70px;
  z-index: 99999999;
  text-decoration: none;
  color: white;
  font-size: 18px;
}
#search-2-mobile .case-search i {
  font-size: 40px !important;
  line-height: 30px;
}

.header-container .logo-rise {
  float: left;
  width: auto;
  position: relative;
  right: 0px;
  top: 31px;
  z-index: 9999;
  color: #fff;
  margin-left: -68px;
  position: relative;
}
.header-container .logo-rise:before, .header-container .logo-rise:after {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  opacity: 0.2;
  left: -14px;
  top: 50%;
  margin-top: -10px;
  background: #fff;
}
.header-container .logo-rise:after {
  left: auto;
  right: -7px;
}
.header-container .logo-rise i {
  font-size: 70px;
}

.social-icons {
  float: left;
  width: auto;
  position: relative;
  left: 3%;
  right: 0px;
  top: 59px;
  z-index: 9999;
}
.social-icons ul {
  float: left;
  width: auto;
}
.social-icons ul li {
  float: left;
  list-style: none;
  margin-left: 0px;
  width: auto;
}
.social-icons ul li a {
  float: left;
}
.social-icons ul li a i {
  font-size: 18px;
  color: white;
}
.social-icons ul li a:hover {
  border-bottom: 5px solid #eb3223;
  padding: 0 0 5px 0;
  text-decoration: none;
}

header .social-icons ul li:last-child {
  display: none;
}

/*** End Header Section ***************************************************************************************/
/*** Begin Content Section ************************************************************************************/
/*Latest block*/
.latest-blockouter {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
}

.twitterfeed-outer {
  width: 100%;
  height: 100%;
  padding: 30px 20px 20px 20px;
  position: relative;
  float: left;
}
.twitterfeed-outer .tweet-header {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
}
.twitterfeed-outer .tweet-header .image-bloc {
  width: 38%;
  max-width: 122px;
  vertical-align: middle;
  line-height: 1px;
}
.twitterfeed-outer .tweet-header .image-bloc .picimage-bloc {
  width: 100%;
  max-width: 122px;
  float: left;
  overflow: hidden;
  line-height: 1px;
  -moz-border-radius: 250px;
  -webkit-border-radius: 250px;
  border-radius: 250px;
}
.twitterfeed-outer .tweet-header .text-bloc {
  width: 62%;
  vertical-align: middle;
  padding-left: 20px;
  float: left;
  padding-top: 26px;
}
.twitterfeed-outer .tweet-header .text-bloc h4 {
  color: #00b28f;
  font-family: "Gilmer Regular", sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
}
.twitterfeed-outer .tweet-header .text-bloc a {
  font-size: 22px;
  color: #eb3223;
}
.twitterfeed-outer p {
  font-size: 22px;
  color: #4d4d4d;
  line-height: 32px;
  padding: 12px 0 0 10px;
  margin: 0px;
  float: left;
}
.twitterfeed-outer p a {
  color: #eb3223;
  text-transform: uppercase;
  font-style: italic;
  text-decoration: underline;
}

.feelds-iconblk {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  z-index: 9999;
}
.feelds-iconblk i {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

.news-outercon {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
  border-left: #c4c4c4 solid 1px;
}
.news-outercon .feelds-iconblk i {
  font-size: 16px;
  line-height: 35px;
}
.news-outercon .news_imgblock {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  display: block;
  line-height: 0;
  padding-bottom: 35.625%;
}
.news-outercon .news_imgblock:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/imgoverlay_bg.png);
  position: absolute;
  z-index: 150;
  top: 0px;
  left: 0px;
}
.news-outercon .news_imgblock img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  max-width: inherit;
  right: 0;
}
.news-outercon .news_imgblock img.img-member {
  min-height: 360px;
}
.news-outercon .news_contentlock {
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
  padding: 15px 20px 35px 20px;
}
.news-outercon .news_contentlock h4,
.news-outercon .news_contentlock h4 a {
  color: #00b28f;
  font-family: "Gilmer Regular", sans-serif;
  margin-bottom: 15px;
  font-weight: 400;
  position: relative;
  z-index: 1500;
  line-height: 30px;
  height: auto;
  overflow: hidden;
  font-size: 24px;
}
.news-outercon .news_contentlock p {
  font-size: 20px;
  line-height: 30px;
  color: #4d4d4d;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 300;
}
.medium-6 .news-outercon .news_imgblock img {
  width: 100%;
  height: auto;
}

.blog-posts .news-outercon .news_imgblock img {
  width: 100%;
  height: auto;
}
.blog-posts .news-outercon .news_contentlock p {
  display: none !important;
}

.instaafeed-outer {
  width: 100%;
  padding: 0px;
  height: 100%;
  position: relative;
  height: 100%;
}
.instaafeed-outer ul {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.instaafeed-outer ul li {
  width: 100%;
  list-style: none;
  text-align: center;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.instaafeed-outer ul li img {
  position: absolute;
  left: 50%;
  top: 0px;
  height: 395px;
  max-width: none;
  margin-left: -320px;
}
.instaafeed-outer ul li .author-block {
  width: 100%;
  height: 72px;
  background: #eb3223;
  position: absolute;
  bottom: 0px;
  text-align: left;
  padding: 9px 20px 5px;
}
.instaafeed-outer ul li .author-block i {
  font-size: 45px;
  color: white;
  float: left;
  padding-right: 10px;
}
.instaafeed-outer ul li .author-block h6 {
  padding-top: 5px;
  font-family: "Gilmer Regular", sans-serif;
  color: white;
  font-weight: 700;
  font-size: 16px;
}
.instaafeed-outer ul li .author-block span {
  color: white;
  font-family: "Gilmer Regular", sans-serif;
  font-size: 16px;
  font-style: italic;
}
.instaafeed-outer ul li .author-block .like-icon {
  background: url(../images/heart.png) no-repeat center center;
  width: 30px;
  height: 26px;
  float: right;
  margin: -7px 14px 0 0;
}

/*Latest block*/
/*Entities  block*/
.align-right {
  float: right;
}

.single-Ent-block img {
  max-width: 100%;
  width: 100%;
}

.single-Ent-block {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  line-height: 1px;
}
.single-Ent-block img {
  line-height: 1px;
}
.single-Ent-block .feelds-iconblk i {
  font-size: 23px;
  line-height: 35px;
}
.single-Ent-block:before {
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/overlay-mask.png) repeat-x left bottom;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 10;
  background-size: cover;
  opacity: 0.5;
}
.single-Ent-block.growth-blk:after {
  width: 100%;
  height: 100%;
  content: "";
  background: #00b28f;
  opacity: 0.3;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 10;
}
.single-Ent-block.venture_blk:after {
  width: 100%;
  height: 100%;
  content: "";
  background: #ab9767;
  opacity: 0.4;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 10;
}
.single-Ent-block.place_blk:after {
  width: 100%;
  height: 100%;
  content: "";
  background: #3f739b;
  opacity: 0.4;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 10;
}
.single-Ent-block .content-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 999;
  padding: 8% 10%;
  line-height: 20px;
}
.single-Ent-block .content-block h3 {
  text-transform: uppercase;
  color: white;
  line-height: 40px;
  font-weight: 300;
  font-family: "Gilmer Regular", sans-serif;
  margin-bottom: 10px;
}
.single-Ent-block .content-block p {
  font-size: 20px;
  line-height: 30px;
  color: white;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 400;
}
.single-Ent-block .content-block a.readmore i {
  border: 2px solid white;
  border-radius: 150px;
  color: white;
  display: table;
  font-size: 20px;
  height: 36px;
  line-height: 32px;
  margin: 0 auto;
  width: 36px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: center;
}
.single-Ent-block .content-block a.readmore:hover i {
  background: #fff;
  color: #000;
}
.single-Ent-block .content-block.policy-focus-item {
  padding: 0 0;
}
.single-Ent-block .content-block.policy-focus-item p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  background: white;
  color: black;
  margin-bottom: 0;
  border-left: 2px solid rgba(34, 34, 34, 0.3);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 1199px) {
  .single-Ent-block .content-block.policy-focus-item p {
    padding: 20px 10px;
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .single-Ent-block .content-block.policy-focus-item p {
    padding: 20px 5px;
  }
}
.single-Ent-block .content-block.policy-focus-item + img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: position;
}
.single-Ent-block.growth-blk .content-block a.readmore:hover i {
  color: #185c48;
}
.single-Ent-block.venture_blk .content-block a.readmore:hover i {
  color: #837a5d;
}
.single-Ent-block.place_blk .content-block a.readmore:hover i {
  color: #32475e;
}

.right-separator {
  border-right: 1px solid white;
}

/*Entities  block*/
.ourteam-work .main-parablk {
  display: table;
}
.ourteam-work .main-parablk p {
  display: table-cell;
  vertical-align: middle;
}

.main-parablk {
  width: 100%;
  height: 100%;
  float: left;
  padding: 50px 70px;
}
.main-parablk p {
  font-size: 20px;
  line-height: 30px;
  color: #4d4d4d;
  font-family: "Gilmer Regular", sans-serif;
  margin: 0px;
  font-weight: 300;
  padding: 20px 0;
}

.companies-list-inner a {
  font-size: 31px;
  font-weight: 300;
  color: #4d4d4d;
}
.companies-list-inner a:hover {
  color: #eb3223;
}

.company-icon-inner > a {
  float: left;
  height: 100%;
  width: 100%;
}

.company-icon-inner:hover a i {
  color: #eb3223;
}

.companies-list-content ul li img {
  opacity: 0.5;
}

.companies-list-content ul li:hover img {
  opacity: 1;
}

.team-slideshow li .companies-list-inner img {
  opacity: 0.5;
}

.team-slideshow li:hover img {
  -webkit-filter: none;
  -webkit-filter: none;
  filter: none;
  filter: none;
  opacity: 1;
}

.subpage-div h1 br {
  display: none;
}

/*** Aproach And over view block*********/
.aproverviewblk {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
}

.single-section {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
  line-height: 1px;
  display: table;
}
.single-section .mainimage-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: left;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.single-section .mainimage-block:after {
  content: "";
  position: absolute;
  right: 0px !important;
  top: 50%;
  margin-top: -112px;
  border-style: solid;
  border-width: 112px 38px 112px 0;
  border-color: transparent white transparent transparent;
  z-index: 9999;
}
.single-section .mainimage-block img {
  position: relative;
  z-index: 100;
  float: left;
  width: 100% !important;
  height: auto;
}
.single-section .mainimage-block:before {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 9999;
}
.single-section .maincontent-block {
  width: 50%;
  height: auto;
  line-height: 25px;
  position: relative;
  padding: 50px;
  display: table-cell;
  vertical-align: middle;
}
.single-section .maincontent-block h3 {
  color: #00b28f;
  font-weight: 300;
}
.single-section .maincontent-block p {
  font-size: 18px;
  line-height: 25px;
  color: #4d4d4d;
  font-family: "Gilmer Regular", sans-serif;
  margin: 0px;
  font-weight: 300;
  padding: 20px 0 0 0;
}
.single-section .maincontent-block ul {
  width: 100%;
  height: auto;
  float: left;
  list-style: none;
  padding: 20px 0px 20px 25px;
}
.single-section .maincontent-block ul li {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  color: #4d4d4d;
  font-family: "Gilmer Regular", sans-serif;
  margin: 0px;
  padding: 5px 0;
  font-weight: 300;
  list-style: disc;
}
.single-section .maincontent-block ul li a {
  color: #eb3223;
}
.single-section .maincontent-block ul li a:hover {
  text-decoration: underline;
}

.single-section.right-imgblk .mainimage-block {
  float: right;
}
.single-section.right-imgblk .mainimage-block img {
  float: left;
  width: inherit;
  max-width: inherit;
}

.single-section.right-imgblk .mainimage-block:after {
  content: "";
  position: absolute;
  left: 0px !important;
  top: 50%;
  margin-top: -112px;
  border-style: solid;
  border-width: 112px 0 112px 38px;
  border-color: transparent transparent transparent white;
  z-index: 9999;
}

/*** Aproach And over view block*********/
/**Place page ***/
.place-outerteam {
  width: 100%;
  height: auto;
  float: left;
}
.place-outerteam ul {
  list-style: none;
}
.place-outerteam ul li {
  background: #e3e3e3;
}
.place-outerteam ul li .team-list {
  border-left: #c4c4c4 solid 1px;
}
.place-outerteam.align-height .outer-block .columns {
  vertical-align: middle !important;
}

.main-contentblk {
  width: 100%;
  height: auto 100%;
  float: left;
  padding: 0 70px;
  display: table-cell;
  vertical-align: middle;
}
.main-contentblk p {
  font-size: 22px;
  line-height: 32px;
  color: #4d4d4d;
  font-family: "Gilmer Regular", sans-serif;
  margin: 0px;
  font-weight: 300;
  padding: 20px 0;
}
.main-contentblk p span {
  color: #eb3223;
}

.place-companyarea .companies-list-content ul li {
  width: 33.33% !important;
}

.places-page .single-section {
  border-bottom: 1px solid #c4c4c4;
}

.add-icon a i {
  font-size: 36px;
  color: #b0b0b0;
}

.home-page .companies-list-content ul li:last-child i {
  color: #4d4d4d;
}

.venture-page .single-section {
  border-bottom: 1px solid #c4c4c4;
}

.growth-page .single-section {
  border-bottom: 1px solid #c4c4c4;
}

/**Place page ***/
.inner-wrap {
  background: white;
}

.left-off-canvas-menu {
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

.companies-list-outer.all-company {
  background: #e3e3e3;
}

/*-- banner starts here --*/
.banner {
  float: none;
  width: 100%;
  max-width: 1600px;
  margin: -119px auto 0;
  position: relative;
}
.banner ul {
  float: left;
  width: 100%;
  text-align: center;
}
.banner ul li {
  float: left;
  width: 100%;
  position: relative;
}
.banner ul li:before {
  background: url("../images/overlay_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  opacity: 0.7;
}
.banner ul li a img {
  line-height: 1px;
  float: left;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.banner .cycle-prev,
.banner .cycle-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  font-size: 40px;
  color: #eb3223;
  margin-top: -20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.banner .cycle-prev i,
.banner .cycle-next i {
  display: block;
}
.banner .cycle-prev {
  left: 50px;
}
.banner .cycle-next {
  right: 50px;
}

.slider-content {
  width: 100%;
  position: absolute;
  top: 0;
  float: left;
  z-index: 1000;
  padding-top: 0;
  height: 100%;
}

.slider-content-inner {
  float: none;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  display: table;
  height: 100%;
}

.image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 46%;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.image-wrapper img:not(.fixed) {
  position: absolute;
  top: 0;
  width: 100% !important;
  height: auto !important;
  left: 0 !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  width: 100% !important;
  display: none !important;
}

.homepage-hero-image {
  position: relative;
  width: 100%;
  padding-top: 46%;
  overflow: hidden;
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 680px;
}
.homepage-hero-image img {
  display: none;
}
@media screen and (max-width: 920px) {
  .homepage-hero-image {
    height: 501px;
  }
}
@media screen and (max-width: 570px) {
  .homepage-hero-image {
    height: 701px;
  }
}

.homepage-content .slider-content-div {
  padding: 112px 105px 0;
}
.homepage-content .slider-content-div h3 {
  margin-top: 30px;
}
.homepage-content .slider-content-div .revbuttons {
  text-align: center;
  padding: 10px 20px 12px 32px !important;
  height: 71px !important;
}
.homepage-content .slider-content-div .revbuttons:hover {
  color: #FF0005;
}
.homepage-content .slider-content-div .revbuttons:hover i {
  color: #FF0005;
}
@media screen and (max-width: 920px) {
  .homepage-content .slider-content-div {
    padding: 88px 105px 0;
    vertical-align: baseline;
  }
}
@media screen and (max-width: 570px) {
  .homepage-content .slider-content-div {
    padding: 112px 20px 0;
  }
}

.slider-content-div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: center;
}
.slider-content-div h1 {
  font-size: 80px;
  color: white;
  line-height: 83px;
  margin-bottom: 20px;
}
.slider-content-div h3 {
  font-size: 31px;
  color: white;
  line-height: 36px;
  margin-bottom: 40px;
  font-weight: 300;
}
.slider-content-div .revbuttons {
  border: 2px solid white;
  color: white;
}
.slider-content-div .revbuttons:hover {
  background: white;
  color: #000000;
}

.btn-outer {
  float: left;
  width: 100%;
}

.cycle-pager {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 1000;
  bottom: 20px;
}
.cycle-pager span {
  font-size: 40px;
  color: white;
  cursor: pointer;
  margin-right: 15px;
}
.cycle-pager span:hover {
  color: #eb3223;
}
.cycle-pager span.cycle-pager-active {
  color: #eb3223;
}

/*-- banner starts here --*/
/* -- homepage entities --*/
.homepage-entities-container {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1px 1px;
  gap: 40px;
  background: white;
}
.homepage-entities-container h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 125%;
  /* or 50px */
  text-align: center;
  color: #353535;
}
.homepage-entities-container .entity-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.homepage-entities-container .entity-buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  margin-top: 45px;
  justify-content: center;
}
@supports not (gap: 1px) {
  .homepage-entities-container .entity-buttons .entity-button {
    margin: 0 24px 0 0;
  }
}
.homepage-entities-container .entity-buttons .entity-button {
  border: 2px solid #717076;
  border-radius: 44px;
  text-align: center;
}
@media screen and (min-width: 380px) {
  .homepage-entities-container .entity-buttons .entity-button {
    padding: 10px;
  }
}
@media screen and (min-width: 980px) {
  .homepage-entities-container .entity-buttons .entity-button {
    width: 322.67px;
    padding: 20px 20px 20px 28px;
  }
}
.homepage-entities-container .entity-buttons .entity-button a {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 125%;
  /* identical to box height, or 22px */
  text-align: center;
  text-transform: uppercase;
  /* brand/red */
  color: #FF0005;
}
.homepage-entities-container .entity-buttons .entity-button:hover {
  border: 2px solid #FF0005;
  background: #FF0005;
}
.homepage-entities-container .entity-buttons .entity-button:hover a {
  color: #fff;
}
@media screen and (max-width: 680px) {
  .homepage-entities-container .entity-buttons {
    flex-direction: column;
    gap: 0;
    margin-top: 6px;
  }
  .homepage-entities-container .entity-buttons .entity-button {
    width: 100%;
    margin-bottom: 7px;
  }
  .homepage-entities-container .entity-buttons .entity-button a {
    font-size: 14px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .homepage-entities-container .entity-buttons .entity-button a {
    font-size: 15px !important;
  }
}
@media only screen and (min-device-width: 744px) and (max-device-width: 1133px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .homepage-entities-container .entity-buttons .entity-button a {
    font-size: 15px !important;
  }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .homepage-entities-container .entity-buttons .entity-button {
    padding: 20px 20px 20px 27px !important;
  }
  .homepage-entities-container .entity-buttons .entity-button a {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 320px) {
  .homepage-entities-container {
    height: auto;
  }
  .homepage-entities-container .entity-content {
    padding: 10px 20px;
  }
  .homepage-entities-container .entity-content h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 680px) {
  .homepage-entities-container .entity-content {
    padding: 40px 20px;
  }
  .homepage-entities-container .entity-content h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-entities-container .entity-content {
    padding: 30px 212px;
  }
  .homepage-entities-container .entity-content h3 {
    font-size: 34px;
  }
}

/**--homepage founders --*/
.homepage-founders-container .founder-content-inner {
  background-color: #717076;
}
.homepage-founders-container .founder-content-inner .founder-brief {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 33px 212px;
  gap: 40px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.homepage-founders-container .founder-content-inner .founder-brief h3 {
  font-family: "Gilmer Bold", sans-serif;
  font-style: normal;
  font-size: 40px;
  line-height: 100%;
  /* or 72px */
  text-align: center;
  color: #fff;
}
.homepage-founders-container .founder-content-inner .founder-brief h5 {
  font-family: "Gilmer Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 70%;
  /* identical to box height, or 50px */
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .homepage-founders-container .founder-content-inner .founder-brief {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 680px) {
  .homepage-founders-container .founder-content-inner .founder-brief {
    padding: 50px 20px;
  }
  .homepage-founders-container .founder-content-inner .founder-brief h3 {
    font-size: 40px;
  }
  .homepage-founders-container .founder-content-inner .founder-brief h5 {
    font-size: 30px;
  }
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-image {
  background-color: #ff241b;
  max-width: 50%;
  width: 100%;
  height: 544px;
  position: relative;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-image .homepage-fs-block-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 980px) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-image .homepage-fs-block-image-inner img {
    top: 6px;
    position: relative;
  }
}
@media screen and (min-width: 320px) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-image .homepage-fs-block-image-inner {
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-image .homepage-fs-block-image-inner {
    height: 544px;
  }
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-image .homepage-fs-block-image-inner img {
    height: 544px;
    object-fit: cover;
    position: relative;
    bottom: 0%;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-image .homepage-fs-block-image-inner img {
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-image .homepage-fs-block-image-inner {
    position: absolute;
    max-width: 100%;
    width: 720px;
    height: 544px;
  }
}
@media screen and (min-width: 1400px) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-image .homepage-fs-block-image-inner img {
    object-fit: contain;
  }
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-image:before {
  content: "";
  position: absolute;
  z-index: 3;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 50%;
  width: 100%;
  height: 544px;
  background: white;
  gap: 32px;
  position: relative;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content .homepage-fs-block-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 320px) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content .homepage-fs-block-content-inner {
    position: relative;
    width: 100%;
    height: auto;
    padding: 25px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content .homepage-fs-block-content-inner {
    position: absolute;
    width: 720px;
    max-width: 100%;
    height: 544px;
    padding: 111px 40px 111px 80px;
  }
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content h3 {
  font-family: "Gilmer Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 125%;
  color: #717076;
}
@media screen and (max-width: 860px) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content h3 {
    font-size: 24px;
  }
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content h4 {
  color: #FF0005;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 860px) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content h4 {
    font-size: 22px;
  }
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content p {
  font-family: "Gilmer Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #353535;
}
@media screen and (max-width: 860px) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content p {
    font-size: 20px;
  }
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content .founder-button {
  border: 2px solid #717076;
  border-radius: 44px;
  padding: 24px 20px 24px 32px;
  width: 273px;
}
@media screen and (min-width: 320px) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content .founder-button {
    padding: 10px;
    width: 180px;
  }
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content .founder-button a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content .founder-button {
    padding: 24px 20px 24px 32px;
    width: 273px;
  }
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content .founder-button a {
    font-size: 18px;
  }
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content .founder-button a {
  font-family: "Gilmer Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* identical to box height, or 22px */
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content .founder-button a i {
  color: #353535;
  position: absolute;
  right: 0;
  top: 2px;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content .founder-button:hover {
  border: 2px solid #FF0005;
  background: #FF0005;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content .founder-button:hover a {
  color: #fff;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content .founder-button:hover a i {
  color: #fff;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card:nth-child(odd) .homepage-fs-block-image {
  order: 1;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card:nth-child(odd) .homepage-fs-block-image .homepage-fs-block-image-inner {
  right: 0;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card:nth-child(odd) .homepage-fs-block-image:before {
  right: -28px;
  top: 38%;
  border-top: 47px solid transparent;
  border-right: none;
  border-left: 28px solid #ff241b;
  border-bottom: 48px solid transparent;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card:nth-child(odd) .homepage-fs-block-content {
  order: 2;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card:nth-child(odd) .homepage-fs-block-content .homepage-fs-block-content-inner {
  left: 0;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card:nth-child(even) .homepage-fs-block-image {
  order: 2;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card:nth-child(even) .homepage-fs-block-image .homepage-fs-block-image-inner {
  left: 0;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card:nth-child(even) .homepage-fs-block-image:before {
  left: -28px;
  top: 38%;
  border-top: 47px solid transparent;
  border-right: 28px solid #ff241b;
  border-left: none;
  border-bottom: 48px solid transparent;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card:nth-child(even) .homepage-fs-block-content {
  order: 1;
}
.homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card:nth-child(even) .homepage-fs-block-content .homepage-fs-block-content-inner {
  right: 0;
}
@media screen and (min-width: 320px) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card {
    flex-direction: column;
  }
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-image, .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content {
    max-width: 100%;
  }
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-image {
    order: 1 !important;
    height: auto;
  }
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content {
    order: 2 !important;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card {
    flex-direction: row;
  }
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-image, .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card .homepage-fs-block-content {
    height: 544px;
  }
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card:nth-child(odd) .homepage-fs-block-image {
    order: 1 !important;
  }
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card:nth-child(odd) .homepage-fs-block-content {
    order: 2 !important;
  }
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card:nth-child(even) .homepage-fs-block-image {
    order: 2 !important;
  }
  .homepage-founders-container .founder-content-inner .founder-content-div .homepage-fs-block .homepage-fs-block-inner-card:nth-child(even) .homepage-fs-block-content {
    order: 1 !important;
  }
}

/** -- homepage extra info --*/
.homepage-extra_info-container .homepage-extra-info-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 513px;
}
@media screen and (min-width: 320px) {
  .homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block .homepage-extra-info-block-inner {
    width: 100%;
    height: auto;
    padding: 20px;
    position: relative;
  }
}
@media screen and (min-width: 980px) {
  .homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block .homepage-extra-info-block-inner {
    width: 720px;
    height: 513px;
    max-width: 100%;
    padding: 160px 76px;
    position: absolute;
  }
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  /* or 41px */
  width: 720px;
  max-width: 100%;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 680px) {
  .homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block h3 {
    font-size: 28px;
  }
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block .extra-info-button {
  margin: 50px auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 20px 16px 32px;
  gap: 16px;
  border-radius: 44px;
  width: 314px;
  justify-content: center;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block .extra-info-button a {
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block .extra-info-button a i {
  position: absolute;
  right: 0;
  top: 2px;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(1) {
  background: #717076;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(1) .homepage-extra-info-block-inner {
  right: 0;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(1) .extra-info-button {
  border: 2px solid #FFFFFF;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(1) .extra-info-button a {
  text-align: left;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(1) .extra-info-button:hover {
  border: 2px solid #fff;
  background: #fff;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(1) .extra-info-button:hover a {
  color: #FF0005;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(1) .extra-info-button:hover a i {
  color: #FF0005;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(2) {
  background: #D0CFD4;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(2) .homepage-extra-info-block-inner {
  left: 0;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(2) h3 {
  color: #353535;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(2) .extra-info-button {
  border: 2px solid #717076;
  width: 300px;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(2) .extra-info-button a {
  color: #FF0005;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(2) .extra-info-button a i {
  color: #353535;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(2) .extra-info-button:hover {
  border: 2px solid #FF0005;
  background: #FF0005;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(2) .extra-info-button:hover a {
  color: #fff;
}
.homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block:nth-child(2) .extra-info-button:hover a i {
  color: #fff;
}
@media screen and (max-width: 570px) {
  .homepage-extra_info-container .homepage-extra-info-inner {
    flex-direction: column;
  }
  .homepage-extra_info-container .homepage-extra-info-inner .homepage-extra-info-block {
    max-width: 100%;
    padding: 20px;
  }
}

/*-- footer starts here --*/
.footer-outer {
  float: left;
  width: 100%;
  background: url("https://www.revolution.com/wp-content/uploads/2020/02/footer-bg-2-1.jpg") center bottom no-repeat;
  background-size: 100% auto;
  position: relative;
}
.footer-outer:before {
  background: url("../images/overlay_bg.png") repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.footer-logo {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.footer-logo a {
  float: left;
  width: 100%;
}

.footer-inner {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1000;
  padding: 43px 0 20px;
}

.footer-menu-list {
  float: left;
  width: 100%;
  margin-bottom: 3%;
}
.footer-menu-list ul {
  float: left;
  width: 100%;
  text-align: center;
}
.footer-menu-list ul li {
  float: none;
  display: inline-block;
  width: auto;
  padding: 0 20px;
  list-style: none;
}
.footer-menu-list ul li a {
  float: left;
  width: auto;
  color: white;
  font-size: 24px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 400;
  position: relative;
}
.footer-menu-list ul li a:hover:after {
  content: "";
  background: #eb3223;
  position: absolute;
  top: 37px;
  width: 100%;
  height: 7px;
  left: 0;
}
.footer-menu-list ul li.current-menu-item a:after {
  content: "";
  background: #eb3223;
  position: absolute;
  top: 37px;
  width: 100%;
  height: 7px;
  left: 0;
}

.footer-social-list {
  margin: 0 auto;
  width: 160px;
  display: block;
}
.footer-social-list ul {
  float: right;
  width: 65%;
  margin-right: -12px;
}
.footer-social-list ul li {
  float: left;
  width: auto;
  margin: 0 10px 5px;
  padding: 0;
  list-style: none;
}
.footer-social-list ul li:hover {
  border-bottom: 5px solid #eb3223;
  margin-bottom: 0px;
}
.footer-social-list ul li a {
  float: left;
  width: auto;
  color: white;
  font-size: 24px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 400;
}
.footer-social-list ul li a .fa.fa-pinterest {
  line-height: 33px;
}
.footer-social-list .logo-rise {
  font-size: 70px;
  color: #fff;
  width: 30%;
  float: left;
  margin-top: -20px;
  margin-bottom: 30px;
}

.cpy-right {
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  float: left;
  width: 100%;
  text-align: center;
  color: white;
}

/*-- footer ends here --*/
/**---- contact starts here --*/
.contact-map .slider-content-inner {
  height: 532px;
}
.contact-map h2 {
  color: white;
  line-height: 65px;
}

.contact-content-inner {
  float: left;
  width: 100%;
  display: table;
}

.moreinfo-left {
  float: none;
  width: 50%;
  display: table-cell;
  vertical-align: top;
}

.arrow_box {
  position: relative;
  background: white;
  border-right: 1px solid #c4c4c4;
}

.arrow_box:after,
.arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: white;
  border-width: 54px 0 61px 19px;
  margin-top: -10px;
  border-style: dotted solid dotted solid;
}

.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #c4c4c4;
  border-width: 56px 0 68px 21px;
  margin-top: -14px;
  border-style: dotted solid dotted solid;
}

.header-content {
  float: left;
  width: 100%;
  text-align: center;
  padding: 21px 0;
  background: url("../images/imgoverlay_bg.png") repeat transparent;
}
.header-content h3 {
  float: left;
  width: 100%;
  line-height: 43px;
  text-transform: uppercase;
  color: #18b28f;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 300;
}

.moreinfo-content-outer {
  float: left;
  width: 100%;
  padding: 25px 40px 30px;
}

.single-row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.single-row.limit_message {
  margin-bottom: 5px;
}

.singlehalf-left {
  float: left;
  width: 49%;
  margin-right: 1%;
}

.singlehalf-right {
  float: left;
  width: 49%;
  margin-left: 1%;
}

.single-row label {
  float: left;
  width: 50%;
  font-family: "Gilmer Regular", sans-serif;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 24px;
}
.single-row button {
  float: right;
}
.single-row button i {
  color: #eb3223;
}
.single-row button:hover i {
  color: white;
}
.single-row .sbHolder {
  float: right;
  width: 50%;
  background: white;
}
.single-row .sbSelector {
  font-size: 24px;
  font-family: "Gilmer Regular", sans-serif;
  font-style: italic;
  font-weight: 300;
}
.single-row .selectBox-dropdown {
  float: right;
  width: 50% !important;
  background: white;
  height: 60px;
  border: #eb3223 solid 2px;
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .single-row .selectBox-dropdown {
    width: 100% !important;
  }
}
.single-row .selectBox-dropdown:focus {
  border: #eb3223 solid 2px;
}
.single-row .selectBox-dropdown .selectBox-label {
  font-family: "Gilmer Regular", sans-serif;
  font-size: 24px;
  padding-left: 25px;
  color: #000;
  height: 60px;
  line-height: 57px;
  text-transform: none;
  font-style: italic;
  font-weight: 300;
}
.single-row .selectBox-dropdown .selectBox-arrow {
  background: url(../images/cont_arrow.png) 10px center no-repeat;
  height: 60px;
  width: 50px;
}

.label-outer {
  float: left;
  width: 100%;
  background: #eb3223;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #353535;
}
.label-outer.checkbox-field input[type=checkbox] {
  display: none;
}
.label-outer.checkbox-field input[type=checkbox] + label {
  position: relative;
  padding-left: 47px;
  width: 100%;
  text-align: left;
}
.label-outer.checkbox-field input[type=checkbox] + label:before {
  content: "\f10c";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 10px;
}
.label-outer.checkbox-field input[type=checkbox]:checked + label:before {
  content: "\f05d";
}

.moreinfo-right {
  float: none;
  display: table-cell;
  vertical-align: top;
  width: 50%;
  background: #ededed;
}
.moreinfo-right p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 300;
  margin-bottom: 28px;
  padding: 17px 0 0 26px;
}
.moreinfo-right .info-list {
  float: left;
  width: 100%;
  padding-left: 26px;
}
.moreinfo-right .info-list li {
  float: left;
  width: 100%;
  list-style: none;
  padding-bottom: 25px;
}
.moreinfo-right .info-list li .list-icon {
  float: left;
  max-width: 35px;
  width: 15%;
  height: 35px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-right: 22px;
}
.moreinfo-right .info-list li .list-icon i {
  font-size: 40px;
  color: #eb3223;
}
.moreinfo-right .info-list li .list-detail {
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  color: #4d4d4d;
  float: left;
  width: 80%;
}
.moreinfo-right .info-list li .list-detail a {
  color: #4d4d4d;
}

.moreinfo-right .info-list li .list-detail a {
  text-decoration: none;
}

.form-errors {
  font-size: 24px;
  padding: 20px 0;
}
.form-errors b {
  font-weight: 600;
  color: orange;
}

span.error-desc {
  padding: 10px 30px;
  display: inline-block;
  color: orange;
}

input[type=text].error,
.main-text.error {
  border: orange solid 2px !important;
}

.form-loader {
  float: right;
  width: 236px;
  height: 65px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  background: #eb3223;
  color: white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 0px;
  padding: 0 0 0 15px;
  line-height: 65px;
  padding-left: 40px;
  position: relative;
}
.form-loader i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -13px;
}

.form-success {
  font-size: 24px;
  padding: 50px 0;
  line-height: 125%;
  text-align: center;
}

.form-loader-wrapper,
.form-errors,
.form-success {
  display: none;
}

/*-- subpage banner starts here -*/
.subpage-banner {
  float: left;
  width: 100%;
  height: 450px;
  position: relative;
}
.subpage-banner img {
  width: 100%;
  height: 100%;
}
.subpage-banner:before {
  background: url("../images/overlay_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.subpage-banner-inner {
  float: left;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.subpage-banner-div {
  height: 100%;
  float: none;
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
  display: table;
  text-align: center;
}

.small-banner-div {
  height: 100%;
  float: none;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  /*display: table;*/
  text-align: center;
}

.subpage-div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.subpage-div h1 {
  font-size: 80px;
  color: white;
  line-height: 63px;
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 300;
}
.subpage-div h3 {
  font-size: 26px;
  color: white;
  line-height: 41px;
  font-weight: 300;
}
.subpage-div sup {
  font-size: 40px;
  vertical-align: super;
}

.small-banner-page-div {
  /*display: table-cell;
  vertical-align: middle;*/
  float: none;
}
.small-banner-page-div h1 {
  font-size: 26px;
  color: white;
  line-height: 63px;
  font-size: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.small-banner-page-div h3 {
  font-size: 26px;
  color: white;
  line-height: 41px;
  font-weight: 300;
}

/***--- our team starts here --*/
.ourteam-work {
  float: left;
  width: 100%;
}

.ourteam-left {
  float: left;
  width: 100%;
}

.ourteam-right {
  float: left;
}
.ourteam-right span {
  color: #eb3223;
}

.outerteam-bottom {
  float: left;
  width: 100%;
}
.outerteam-bottom ul {
  float: left;
  width: 100%;
}
.outerteam-bottom ul li {
  float: left;
  width: 25%;
  list-style: none;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  background: #fff;
}

.team-list {
  float: left;
  width: 100%;
  position: relative;
  line-height: 1px;
  text-align: center;
}
.team-list img {
  width: 100%;
}
.team-list .fun-photo {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  overflow: hidden;
  transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.team-list:hover .fun-photo {
  opacity: 1;
}

.data-cycle-next {
  float: left;
  width: 500px;
  height: 100px;
  background: red;
}

.teamleader-name {
  float: left;
  width: 100%;
  max-width: 280px;
  bottom: 25px;
  position: absolute;
  left: 50%;
  margin-left: -128px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .teamleader-name {
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  .teamleader-name {
    max-width: 286px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .teamleader-name .revbuttons i {
    right: 5px;
  }
}

.show-mobile-slider,
.cycle-prev i,
.cycle-next i {
  display: none;
}

/*-- subpage-MEDIUM banner starts here --*/
.subpage-banner-medium {
  float: left;
  height: 665px;
  position: relative;
  width: 1600px !important;
  max-width: none;
  left: 50%;
  margin-left: -800px;
  overflow: hidden;
  background-color: #3e3e3e;
}
.subpage-banner-medium.no-default {
  height: 500px;
}
.subpage-banner-medium img {
  width: 100%;
}
.subpage-banner-medium:before {
  background: url("../images/overlay_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  opacity: 0.8;
}

.banner-small {
  /*float: left;*/
  height: 100px;
  position: relative;
  width: 1600px !important;
  max-width: none;
  left: 50%;
  margin-left: -800px;
  overflow: hidden;
  /*background-color: #3e3e3e;*/
}

.single-team-member .subpage-banner-medium:before {
  opacity: 0.5;
}

.subpage-banner img {
  width: 1600px !important;
  max-width: none;
  position: relative;
  left: 50%;
  margin-left: -800px;
  height: 668px;
}

.subpage-banner h1 {
  margin: 0px;
  padding: 20px 0 0 0;
}

/*-- stratergy page strats here */
.strategy-icons {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 13px;
  position: relative;
  z-index: 9999;
}
.strategy-icons i {
  font-size: 125px;
  line-height: 43px;
  color: white;
}

.strategy-outer h3 {
  text-align: center;
  position: relative;
  z-index: 9999;
}

.strategy-outer .single-Ent-block .content-block {
  padding: 30% 10% 22%;
}

.close-btn {
  float: left;
  width: auto;
  height: auto;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  cursor: pointer;
}
.close-btn i {
  font-size: 28px;
  color: white;
}

.popup-outer {
  border: 25px solid white;
  display: none;
}
.popup-outer h3 {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.popup-outer p {
  float: left;
  line-height: 24px !important;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.popup {
  background: whitesmoke;
  display: none;
  padding: 30px;
  width: 100%;
  max-width: 800px;
}
.popup .close-button {
  font-size: 30px;
  float: right;
  color: #eb3223;
}
.popup .close-button:hover, .popup .close-button:focus {
  color: #eb3223;
}
.popup .newsletter-block .newsletter-block-inner {
  overflow: inherit;
  text-align: center;
}
.popup .newsletter-block label {
  position: relative;
}
.popup .newsletter-block form {
  float: none;
  margin: 30px auto;
}
.popup .newsletter-block .form-success {
  float: none;
  margin: 30px auto;
}
.popup .newsletter-block .newsletter-block-privacy-policy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -56px;
  font-size: 20px;
}
.popup .newsletter-block .newsletter-block-privacy-policy a {
  color: #353535;
}

.outer-overlay:before {
  background: url("../images/headoverlay_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*=====Companies Page=====*/
.companies-list {
  float: left;
  width: 100%;
}

.companies-list-header {
  float: left;
  width: 100%;
  background: #eb3223 url("../images/pattern.png") repeat;
  padding: 23px 0 27px 0;
  position: relative;
}

.companies-list-header-inner {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}

.companies-list-header-inner-full {
  max-width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media (max-width: 992px) {
  .companies-list-header-inner-full {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}

.sort-selectbox,
.search-bar {
  float: left;
  width: 18%;
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 992px) {
  .sort-selectbox,
  .search-bar {
    width: 92%;
  }
}
@media screen and (min-width: 768px) {
  .sort-selectbox:last-child,
  .search-bar:last-child {
    padding-right: 0;
  }
  .sort-selectbox:first-child,
  .search-bar:first-child {
    padding-left: 0;
  }
}
.sort-selectbox input#search-input,
.search-bar input#search-input {
  background-color: white !important;
  height: 50px;
  border: 0px !important;
  font-size: 18px;
  font-style: normal;
  background: url("../images/search-icon.png");
  background-repeat: no-repeat;
  background-position: 95% 16px;
}
.sort-selectbox span,
.search-bar span {
  float: left;
  font-size: 18px;
  color: white;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 400;
  padding-right: 26px;
  padding: 15px 0px;
  width: 100%;
  text-align: center;
}
.sort-selectbox .selectbox-small,
.search-bar .selectbox-small {
  background: none;
  /*max-width: 287px;*/
  width: 100%;
  padding: 0;
}

.our-team-list {
  width: 40%;
  margin: 0 auto;
  float: none;
}

/*.status-list {
	width: 55%;
}
.entity-list {
	width: 45%;
}*/
.home.page .companies-list-content ul li:nth-child(2) {
  border-right: none !important;
}
.home.page .companies-list-content ul li:nth-child(5) {
  border-right: none !important;
}
.home.page .companies-list-content ul li:nth-child(8) {
  border-right: none !important;
}
.home.page .companies-list-content ul li:nth-child(12) {
  border-right: none !important;
}

.companies-list-content {
  float: left;
  width: 100%;
}
.companies-list-content ul {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .companies-list-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.companies-list-content ul li {
  float: left;
  width: 25%;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  text-align: center;
  height: 204px;
  position: relative;
  list-style: none;
}
@media (max-width: 767px) {
  .companies-list-content ul li {
    boder-bottom: 1px solid #c4c4c4;
    border-top: 0px;
  }
}
.companies-list-content ul li .companies-list-outer {
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.companies-list-content ul li .companies-list-outer .companies-list-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.companies-list-content ul li .companies-list-outer .companies-list-inner img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  max-width: 215px;
  filter: grayscale(100%);
  opacity: 1;
}
.companies-list-content ul li .companies-list-outer .companies-list-inner:hover img {
  filter: grayscale(0%);
}
.companies-list-content ul li .company-icon-block {
  display: none !important;
  float: left;
  width: auto;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.companies-list-content ul li .company-icon-block .company-icon-inner {
  width: 37px;
  height: 36px;
  border: 1px solid #b0b0b0;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.companies-list-content ul li .company-icon-block .company-icon-inner i {
  display: inline-block;
  padding-top: 8px;
  color: #b0b0b0;
  font-size: 18px;
}
.companies-list-content ul li .company-icon-block .company-icon-inner:hover {
  background: #b0b0b0;
}
.companies-list-content ul li .company-icon-block .company-icon-inner:hover a i {
  color: #fff;
}
.companies-list-content ul li .all-company .company-icon-block .company-icon-inner:hover a i {
  color: #e3e3e3;
}

.newsletter-block {
  float: left;
  width: 100%;
  background: whitesmoke;
  padding: 47px 0 39px 0;
}
.newsletter-block .newsletter-block-inner {
  margin: 0 auto;
  max-width: 1178px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.newsletter-block label {
  font-family: "Gilmer Regular", sans-serif;
  color: #353535;
  font-size: 24px;
  font-weight: 300;
  padding-right: 4.2%;
  cursor: text;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.newsletter-block label span {
  font-weight: 500;
}
.newsletter-block form {
  float: right;
  max-width: 455px;
  width: 100%;
  position: relative;
}
.newsletter-block form input {
  width: 100%;
  height: 65px;
  padding: 0 85px 0 35px;
}
.newsletter-block form button {
  background: #eb3223;
  width: 69px;
  height: 65px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.newsletter-block form button i {
  font-size: 38px;
}
.newsletter-block form span.error-desc + button {
  background: orange;
  bottom: 40px;
  margin: 0 !important;
}
.newsletter-block form .form-loader {
  width: 65px;
  margin-top: -65px;
}
.newsletter-block .form-success {
  max-width: 475px;
  float: right;
  padding: 20px;
  font-weight: 600;
}
.newsletter-block a.privacy_policy_link {
  color: #353535;
  display: block;
  padding-top: 5px;
  font-size: 60%;
}

#catapult-cookie-bar {
  font-family: "Gilmer Regular", sans-serif;
}
#catapult-cookie-bar a {
  text-decoration: underline;
  font-family: "Gilmer Regular", sans-serif;
}
#catapult-cookie-bar button {
  font-family: "Gilmer Regular", sans-serif;
}

/*=====Mobile Menu=====*/
.tab-bar .menu-icon {
  background: url("../images/toggle_btn.png") no-repeat center center;
  height: 37px;
  width: 27px;
  background-size: 100%;
}

.left-small {
  background: none;
  border: none;
  height: 53px;
  width: 53px;
  top: 15px;
  left: 15px;
}

.mobile-navigation {
  width: 100%;
  float: left;
}
.mobile-navigation .social-icons {
  position: inherit;
  width: 100%;
  top: 0;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
}
.mobile-navigation .social-icons ul {
  width: 100%;
}
.mobile-navigation .social-icons ul li {
  width: 48%;
  height: 50px;
  margin: 10px 0px;
  list-style: none;
}
.mobile-navigation .social-icons ul li:first-child {
  border-left: none;
}
.mobile-navigation .social-icons ul li a {
  text-align: center;
  width: 50%;
  display: table;
  float: none;
  height: 100%;
  margin: 0 auto;
}
.mobile-navigation .social-icons ul li a i {
  font-size: 35px;
  vertical-align: middle;
  display: table-cell;
  color: #4a4a4a;
}

.main-menu-mobile {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.main-menu-mobile ul {
  width: 100%;
  float: left;
}
.main-menu-mobile ul li {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  list-style: none;
  height: 45px;
}
.main-menu-mobile ul li a {
  width: auto;
  float: left;
  font-size: 20px;
  padding: 10px 2% 10px;
  color: #4a4a4a;
  text-transform: capitalize;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 400;
}
.main-menu-mobile ul li a:hover {
  border-bottom: 5px solid #eb3223;
}
.main-menu-mobile ul li.not-capitalized > a {
  text-transform: none;
}
.main-menu-mobile ul li.menu-item-has-children {
  height: auto;
}
.main-menu-mobile ul li.menu-item-has-children > a {
  position: relative;
  margin-right: 20px;
}
.main-menu-mobile ul li.menu-item-has-children > a:not(.collapsed) {
  border-bottom: 5px solid #eb3223;
}
.main-menu-mobile ul li.menu-item-has-children > a:after {
  content: "\e610";
  font-family: "revolution-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #4a4a4a;
  border-radius: 100%;
  line-height: 17px;
  right: -21px;
  top: 12px;
  text-align: center;
}
.main-menu-mobile ul.sub-menu {
  position: relative;
  left: 0;
  text-align: left;
  margin-left: 0;
  padding: 20px 0;
}
.main-menu-mobile ul.sub-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #eb3223;
  top: 0;
  left: 18px;
}
.main-menu-mobile ul.sub-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #eb3223;
  top: 0;
  left: 18px;
}
.main-menu-mobile ul.sub-menu li {
  display: block;
  text-align: left;
}
.main-menu-mobile ul.sub-menu li a {
  color: #000;
  font-size: 18px;
  margin-bottom: 22px;
  display: block;
  width: 100%;
}
.main-menu-mobile ul.sub-menu li a:hover {
  color: #eb3223;
  border-bottom: 0;
  padding-bottom: 0 !important;
}
.main-menu-mobile ul.sub-menu li:last-child a {
  margin-bottom: 0;
}
.main-menu-mobile ul.sub-menu li.menu-item-has-children a {
  width: auto;
  margin-bottom: 0;
  margin-right: 30px;
}
.main-menu-mobile ul.sub-menu li.menu-item-has-children ul.sub-menu li {
  height: inherit;
  line-height: 33px;
}
.main-menu-mobile ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
  margin: 0;
}

.left-off-canvas-menu {
  position: fixed;
  background: #fff;
  left: -1800px;
}

.move-right .left-off-canvas-menu {
  left: 0 !important;
}

.tab-bar {
  transition: transform 500ms ease;
}

.move-right .tab-bar {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

.logo-block {
  width: 100%;
  float: left;
  background: white;
  padding: 15px 30px 15px 25px;
  box-sizing: border-box;
}

.small-logo {
  float: left;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 39px;
}

.contact-map {
  float: left;
  margin-top: -119px;
  width: 100%;
  padding-top: 120px;
}

/*.banner-map {
    margin-top: -119px;
    width: 100%;
    padding-top: 120px;
}*/
.content-container {
  float: left;
  width: 100%;
}

.active-page a {
  border-bottom: 5px solid #eb3223;
  padding-bottom: 12px;
}

.newsletter-container {
  float: left;
  width: 100%;
}

/*=====Our Story Page=====*/
.story-content-image {
  overflow: hidden;
}
.story-content-image img {
  height: auto;
  width: auto;
  position: absolute;
  float: left;
  max-width: inherit;
  position: absolute;
  float: left;
  max-width: inherit;
  left: 0 !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.story-content-first-row {
  float: left;
  width: 100%;
}

.story-content-second-row {
  float: left;
  width: 100%;
}

.story-content-third-row {
  float: left;
  width: 100%;
}

.subpage-banner.content-banner {
  height: 613px;
}
.subpage-banner.content-banner img {
  height: 613px;
}
.subpage-banner.content-banner .subpage-div h1 {
  margin-bottom: 22px;
}

.story-content-fourth-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  background: #ededed;
}
.story-content-fourth-row .main-parablk {
  padding: 93px 9% 77px;
}
.story-content-fourth-row .main-parablk h4 {
  font-size: 36px;
  color: #18b28f;
  line-height: 43px;
  text-align: center;
  font-weight: 300;
}

.story-content-fifth-row {
  float: left;
  width: 100%;
  background: whitesmoke;
}

.story-content-sixth-row {
  float: left;
  width: 100%;
  background: whitesmoke;
}

.story-content-seventh-row {
  float: left;
  width: 100%;
  background: whitesmoke;
}

/*** End Content Section **************************************************************************************/
/*********Ie fix *****************************/
.ie8 .maininnerheader,
.ie9 .maininnerheader {
  height: 362px !important;
}
.ie8 .maininnerheader a:after,
.ie9 .maininnerheader a:after {
  top: 181px;
}

.ie8 .content-container .maininnerheader,
.ie9 .content-container .maininnerheader {
  height: 406px !important;
}
.ie8 .content-container .maininnerheader a:after,
.ie9 .content-container .maininnerheader a:after {
  top: 203px;
}

.ie8 .main-entities .maininnerheader,
.ie9 .main-entities .maininnerheader {
  height: 298px !important;
}
.ie8 .main-entities .maininnerheader a:after,
.ie9 .main-entities .maininnerheader a:after {
  top: 149px;
}

.ie9 .instaafeed-outer ul li {
  max-width: 338px;
}

.ie9 .instaafeed-outer ul li img {
  position: relative;
  margin-left: 0px;
  left: 0px;
}

.ie8 .header-block {
  height: 407px !important;
}

.ie8 .cycle-pager {
  margin-top: -5%;
}

.ie8 .single-Ent-block.growth-blk:after,
.ie8 .single-Ent-block.venture_blk:after,
.ie8 .single-Ent-block.place_blk:after {
  display: none;
}

/*********Ie fix *****************************/
/**** News page ******************************/
.news-list-header-inner {
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 10px 0;
}
.news-list-header-inner li {
  float: none;
  display: inline-block;
  margin: 0 42px;
}
.news-list-header-inner li button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-family: "Gilmer Regular", sans-serif;
  font-size: 24px;
  color: white;
  text-transform: capitalize;
  position: relative;
}
.news-list-header-inner li button:hover:after {
  border-bottom: 5px solid white;
  padding-bottom: 13px;
  content: "";
  position: absolute;
  top: 25px;
  bottom: 0;
  width: 100%;
  left: 0;
}
.news-list-header-inner li button:active:after, .news-list-header-inner li button.active:after {
  border-bottom: 5px solid white;
  padding-bottom: 13px;
  content: "";
  position: absolute;
  top: 25px;
  bottom: 0;
  width: 100%;
  left: 0;
}
.news-list-header-inner li button:focus:after {
  border-bottom: 5px solid white;
  padding-bottom: 13px;
  content: "";
  position: absolute;
  top: 24px;
  bottom: 0;
  width: 100%;
  left: 0;
}

.news-list-content {
  width: 100%;
  float: left;
}
.news-list-content ul {
  width: 100%;
  text-align: center;
  list-style: none;
}
.news-list-content li {
  width: 50%;
  float: left;
  text-align: left;
}
.news-list-content li.search {
  width: 25%;
  background: whitesmoke;
  border-left: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
.news-list-content li.search .news-outercon {
  border: none;
}
.news-list-content li.press-releases {
  width: 25%;
  background: whitesmoke;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
.news-list-content li.new-mentions {
  width: 25%;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
.news-list-content li.blog-posts {
  width: 50%;
  background: white;
  border-left: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
.news-list-content li.blog-posts .news-outercon {
  border: none;
}
.news-list-content li.post-small {
  width: 25%;
  background: white;
  border-left: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
.news-list-content li.post-small .news-outercon {
  border: none;
}

.load-more-news {
  width: 100%;
  float: left;
  text-align: center;
  float: left;
  width: 100%;
  background: #eb3223 url("../images/pattern.png") repeat;
  padding: 23px 0 27px 0;
  position: relative;
}
.load-more-news a {
  border: 2px solid white;
  color: white;
}
.load-more-news a:hover {
  background: white;
  color: #eb3223;
}

.no_results {
  clear: both;
  font-size: 24px;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 23px 0 27px 0;
  display: none;
}

.blogpost-outer .button {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.blogpost-outer {
  /*
  width: 100%;
  height: 100%;
  padding: 60px 20px 45px 20px;
  position: relative;
  float: left;
  */
  width: 100%;
  height: 100%;
  padding: 60px 20px 65px 20px;
  position: relative;
  float: left;
  display: table;
}
.blogpost-outer h4 {
  color: #00b28f;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.blogpost-outer h4 a {
  color: #00b28f;
}
.blogpost-outer p {
  font-size: 20px;
  color: #4d4d4d;
  line-height: 30px;
  padding: 12px 0 0 0px;
  margin: 0px;
  float: left;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 300;
}
.blogpost-outer p a {
  color: #eb3223;
  text-transform: uppercase;
  font-style: italic;
  text-decoration: underline;
}
.blogpost-outer .revbuttons {
  float: right;
  margin-top: 15px;
}
.blogpost-outer .feelds-iconblk i {
  font-size: 16px;
  line-height: 35px;
}

.instaafeed-outer {
  width: 100%;
  padding: 0px;
  height: 100%;
  position: relative;
  height: 100%;
}
.instaafeed-outer .single-section {
  width: 100%;
  list-style: none;
  text-align: center;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: table;
}
.instaafeed-outer .single-section img {
  position: relative;
  left: 50%;
  top: 0px;
  height: 395px;
  max-width: none;
  margin-left: -320px;
}
.instaafeed-outer .single-section .author-block {
  width: 100%;
  height: 60px;
  background: #434142;
  position: absolute;
  bottom: 0px;
  text-align: left;
  padding: 5px 20px;
}
.instaafeed-outer .single-section .author-block i {
  font-size: 45px;
  color: white;
  float: left;
  padding-right: 10px;
  width: 20%;
  float: left;
}
.instaafeed-outer .single-section .author-block h6 {
  padding-top: 5px;
  font-family: "Gilmer Regular", sans-serif;
  color: #eb3223;
  font-weight: 700;
  width: 80%;
  float: left;
  height: 25px;
  line-height: 20px;
}
.instaafeed-outer .single-section .author-block span {
  color: white;
  font-family: "Gilmer Regular", sans-serif;
  font-size: 16px;
  font-style: italic;
  width: 80%;
  float: left;
  height: 20px;
  line-height: 20px;
}

/**** News page ******************************/
.subpage-banner {
  overflow: hidden;
  height: 500px;
}

.slider-content-inner {
  height: 100%;
}

.picimage-bloc {
  width: 100%;
  max-width: 122px;
  float: left;
  overflow: hidden;
  line-height: 1px;
  -moz-border-radius: 250px;
  -webkit-border-radius: 250px;
  border-radius: 250px;
}

.authorimage-bloc {
  width: 100%;
  max-width: 216px;
  float: left;
  overflow: hidden;
  line-height: 1px;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
.authorimage-bloc img {
  width: 100%;
}

.single-section .mainimage-block:before {
  background-size: 100% auto;
  max-width: 40px;
  width: 5%;
}

.quote-outercon {
  float: left;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  padding: 50px 9%;
}
.quote-outercon h4 {
  font-size: 36px;
  color: #18b28f;
  line-height: 42px;
  text-align: center;
  font-weight: 300;
  background: url(../images/quote_bg.png) no-repeat center center;
}

/**Style guide elements*****/
.style-guide-container {
  float: left;
  width: 100%;
  padding: 126px 37px 0 37px;
}
.style-guide-container .single-block-header {
  float: left;
  width: 100%;
  padding-bottom: 11px;
  border-bottom: 1px solid #000000;
}
.style-guide-container .single-block-header h4 {
  float: left;
  width: 100%;
  color: #000000;
  font-size: 30px;
  font-family: "Gilmer Regular", sans-serif;
  text-transform: uppercase;
}
.style-guide-container .single-block-content {
  float: left;
  width: 100%;
  padding-top: 69px;
}
.style-guide-container .single-block-content .single-content {
  float: left;
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
}
.style-guide-container .single-block-content .single-content > h4 {
  float: left;
  width: 100%;
  color: #000000;
  font-size: 30px;
  font-family: "Gilmer Regular", sans-serif;
  background: url(../images/style-guide/arrow.png) no-repeat left 2px;
  padding-left: 2%;
  padding-bottom: 33px;
  text-transform: uppercase;
}
.style-guide-container .single-block-content .single-content .banner {
  margin: 0px;
}
.style-guide-container .single-block-content .single-content .single-sub-content {
  float: left;
  width: 100%;
  padding-top: 22px;
}
.style-guide-container .single-block-content .single-content .single-sub-content h5 {
  color: #000000;
  font-size: 24px;
  font-family: "Gilmer Regular", sans-serif;
  padding-bottom: 24px;
  text-transform: uppercase;
}
.style-guide-container .single-block-content .single-content .team-list {
  width: auto;
}
.style-guide-container .single-block-content .single-content.navigation-block {
  background: url(../images/style-guide/navigationbg-style.jpg) no-repeat left 55px;
  background-size: 100% auto;
}
.style-guide-container .single-block-content .single-content .maininnerheader {
  height: 400px;
}
.style-guide-container .single-block-content .single-content .news-outercon {
  max-width: 800px;
  border: none;
}
.style-guide-container .single-block-content .single-content .instaafeed-outer {
  max-width: 400px;
  border: none;
}
.style-guide-container .navigation-block {
  float: left;
  width: 100%;
}
.style-guide-container .button-block {
  float: left;
  width: 100%;
}
.style-guide-container .button-block .button-single {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.style-guide-container .block-cont {
  float: left;
  width: 100%;
  overflow: hidden;
  padding-bottom: 25px;
}

.glyph.fs1 {
  padding: 0 0 20px 0;
  width: 25%;
  float: left;
}

.html {
  font-size: 20px;
  background: #f4f4f4;
  width: 100%;
  padding: 10px;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

/**Style guide elements*****/
.grey-bg {
  background: whitesmoke;
}

.growth-page .companies-list-content ul li .company-icon-block .company-icon-inner {
  border: none;
}

.growth-page .companies-list-content ul li .company-icon-block .company-icon-inner i {
  color: #b0b0b0;
  font-size: 31px;
}

.loademore_loading {
  display: inline-block;
  width: 288px;
  height: 50px;
  font-size: 18px;
  line-height: 45px;
  padding-left: 45px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 0px;
  padding: 0 0 0 25px !important;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  border: 2px solid #fff;
}
.loademore_loading i {
  float: right;
  margin-right: 20px;
  line-height: 45px;
}

.fixed-background {
  background-position: center top;
  background-repeat: no-repeat;
}

.off-canvas-wrap {
  -webkit-backface-visibility: inherit;
}

.hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* LOAD TRANSITIONS */
.header_block {
  z-index: 99998;
  -webkit-transition-property: height, -webkit-transform;
  -moz-transition-property: height, -moz-transform;
  -o-transition-property: height, -o-transform;
  -ms-transition-property: height, -ms-transform;
  transition-property: height, transform;
  -webkit-transition-duration: 0.3s, 1s;
  -moz-transition-duration: 0.3s, 1s;
  -o-transition-duration: 0.3s, 1s;
  -ms-transition-duration: 0.3s, 1s;
  transition-duration: 0.3s, 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.move-right .header_block.displayed {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

.container-profesional-exp .content-profesional-exp {
  display: block;
  line-height: 30px;
  padding: 40px 35px;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 20px;
}
.container-profesional-exp p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 300;
}

.data-member {
  position: absolute;
  top: 0px;
  right: 0px;
}

.expertise-list-container {
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: table;
  position: relative;
  float: left;
  height: 100%;
}
.expertise-list-container p {
  font-size: 20px;
}
.expertise-list-container .expertise-list {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: left;
  display: table-cell;
  position: relative;
  z-index: 9999;
  padding-left: 55px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.expertise-list-container .expertise-list p {
  font-size: 20px;
}
.expertise-list-container .expertise-list ul {
  padding-left: 20px;
}
.expertise-list-container .expertise-list ul li {
  list-style: initial;
  font-size: 20px;
  line-height: 30px;
  color: #4d4d4d;
  margin: 10px 0px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 300;
}

.content-quote {
  padding: 90px 0;
  display: block;
  position: relative;
}
.content-quote .quote {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #00b28f;
  font-weight: 100;
  display: block;
}
.content-quote .quote p {
  font-size: 30px;
  line-height: 35px;
}
.content-quote .icon-quote {
  position: absolute;
  color: #00b28f;
  opacity: 0.1;
  top: 0px;
  font-size: 100px;
  font-family: "Droid Serif", serif;
  width: 250px;
  height: 250px;
  border: 2px solid #fff;
  position: absolute;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 500px;
}

.content-video {
  float: left;
  width: 100%;
  position: relative;
  height: 500px;
  background-position: center;
}
.content-video img {
  width: 100%;
}

.icon-play-video {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}
.icon-play-video:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  margin-left: 40px;
  margin-top: 28px;
  position: relative;
  float: left;
}

.video-thumb {
  height: 100%;
  width: 100%;
  float: left;
}

.container-member-data {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
  width: 100%;
}
.container-member-data .data-content {
  float: right;
  padding: 20px 20px 20px 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.container-member-data .data-content .data-summary {
  float: left;
  margin-top: 10px;
  padding-right: 20%;
}
.container-member-data .data-content .data-summary p {
  color: #fff;
  font-size: 20pt;
  line-height: 30px;
  font-weight: 400;
  line-height: 32px;
}
.container-member-data .data-content h1 {
  color: #fff;
  float: left;
  display: block;
  margin-bottom: 10px;
  line-height: 80px;
  font-weight: 300;
  font-size: 60pt;
  width: 100%;
}
.container-member-data .data-content .data-social {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.container-member-data .data-content .data-social a {
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 50px;
  color: #fff;
  padding-bottom: 5px;
  height: 60px;
}
.container-member-data .data-content .data-social a .icon-icon-linkedin {
  font-size: 42px;
}
.container-member-data .data-content .data-social a:hover {
  border-bottom: 5px solid #eb3223;
  text-decoration: none;
}

.back-to-content {
  width: 100%;
  float: left;
  text-align: center;
  float: left;
  width: 100%;
  background: #eb3223 url("../images/pattern.png") repeat;
  padding: 23px 0 27px 0;
  position: relative;
}
.back-to-content a {
  border: 2px solid white;
  color: white;
}
.back-to-content a:hover {
  background: white;
  color: #eb3223;
}

.container-data-post {
  position: absolute;
  bottom: 50px;
  right: 0px;
  z-index: 9999;
  width: 100%;
}
.container-data-post .title-data-post {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
.container-data-post .title-data-post-author {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin: 0px 20px;
}
.container-data-post .title-data-post-author .author-name,
.container-data-post .title-data-post-author .author-name a {
  color: #00b28f;
}
.container-data-post .data-social {
  margin-top: 20px;
  padding: 0 20px;
  float: left;
  width: 100%;
}
.container-data-post .data-social .cont-links {
  float: left;
  width: 100%;
}
.container-data-post .data-social a {
  color: #fff;
  font-size: 30px;
  display: block;
  float: left;
  margin-right: 10px;
  padding-bottom: 15px;
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  padding: 0 0 5px 0;
}
.container-data-post .data-social a i {
  text-align: center;
  line-height: 30px;
  width: 30px;
  float: left;
}
.container-data-post .data-social a:hover {
  border-bottom: 5px solid #eb3223;
  padding: 0 0 5px 0;
  text-decoration: none;
}
.container-data-post .data-social .icon-icon-linkedin {
  font-size: 25px;
  padding-bottom: 0;
}

/* VIDEO INSIDE DIV */
.video-wrapper-cont {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  background: #000;
  z-index: 100;
}

.video-cont {
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
  position: absolute;
}

.close-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #efefef;
  z-index: 101;
  text-shadow: 0 1px 3px #aeaeae;
  font-size: 25px;
}
.close-video:hover {
  color: #fff;
  text-decoration: none;
}

.thumb-container {
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  display: table;
  text-align: center;
  position: relative;
  float: left;
}

.container-post .post-content {
  padding: 20px;
}
.container-post .post-content p {
  font-size: 20px;
  color: #4d4d4d;
  line-height: 30px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 300;
}

.container-full-width-imgpost .single-banner {
  height: 500px;
  overflow: hidden;
  position: relative;
}
.container-full-width-imgpost .single-banner img {
  position: absolute;
  max-width: inherit;
  max-height: inherit;
}

.container-quote.post {
  background: #f2f2f2;
}

.container-post-data .wrapper .row {
  padding: 20px 0px;
}
.container-post-data .wrapper .row .about-author-content {
  background: #efefef url(../images/imgoverlay_bg.png);
  display: table;
}
.container-post-data .wrapper .row .about-author-content .columns {
  height: auto;
}
.container-post-data .wrapper .row .about-author-content .columns:first-child {
  border-right: 2px solid #fff;
}
.container-post-data .wrapper .row .about-author-content .container-img {
  background: #e6e6e6 url(../images/imgoverlay_bg.png);
  height: auto;
  vertical-align: middle !important;
  -webkit-clip-path: polygon(1% 0, 100% 0, 100% 42%, 94% 50%, 100% 59%, 100% 100%, 0 100%);
  clip-path: polygon(1% 0, 100% 0, 100% 42%, 94% 50%, 100% 59%, 100% 100%, 0 100%);
}
.container-post-data .wrapper .row .about-author-content .container-img .author-img {
  width: 45%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 20px;
}
.container-post-data .wrapper .row .about-author-content .container-img .author-img .image-crop {
  border-radius: 50%;
  width: 216px;
  height: auto;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
}
.container-post-data .wrapper .row .about-author-content .container-author-data {
  padding: 0px;
  margin: 0px;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  height: auto;
}
.container-post-data .wrapper .row .about-author-content .container-author-data .about-title {
  font-size: 22px;
  color: #00b28f;
}
.container-post-data .wrapper .row .about-author-content .container-author-data .author-data {
  padding: 40px 25px;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  z-index: 9999;
  width: 100%;
  height: auto;
  display: inline-block;
}
.container-post-data .wrapper .row .about-author-content .container-author-data .author-data h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #00b28f;
  margin: 10px 0px;
  font-family: "FreightBigProBold", sans-serif;
}
.container-post-data .wrapper .row .about-author-content .container-author-data .author-data p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 300;
}
.container-post-data .wrapper .row .about-author-content .container-author-data .author-data a.button {
  float: right;
}
.container-post-data .wrapper .row .about-author-content .container-author-data .author-social {
  color: #eb3223;
  font-size: 22px;
}
.container-post-data .wrapper .row .about-author-content .container-author-data .author-social i {
  font-size: 30px;
  margin-top: -4px;
  display: inline-block;
  float: left;
}

.more-post-title {
  width: 100%;
  float: left;
  text-align: center;
  float: left;
  width: 100%;
  background: #eb3223 url("../images/pattern.png") repeat;
  padding: 23px 0 27px 0;
  position: relative;
}
.more-post-title h2 {
  color: #fff;
  padding: 20px 0px;
}

.container-post-data.two-authors .row {
  padding: 0;
  border-bottom: none;
}
.container-post-data.two-authors .row:last-child {
  border-bottom: #c4c4c4 solid 1px;
  padding-bottom: 20px;
}
.container-post-data.two-authors .about-author-content .container-img {
  float: left;
  width: 100%;
  padding: 20px 0px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 55% 100%, 50% 93%, 45% 100%, 0 100%, 0 0) !important;
  clip-path: polygon(100% 0, 100% 100%, 55% 100%, 50% 93%, 45% 100%, 0 100%, 0 0) !important;
}
.container-post-data.two-authors .about-author-content .container-img .image-crop {
  float: left;
}
.container-post-data.two-authors .about-author-content .container-img .image-crop img {
  float: left;
}
.container-post-data.two-authors .about-author-content .container-img .about-author {
  padding: 20px 20px 20px 0;
  display: table-cell;
  vertical-align: middle;
  width: 55%;
}
.container-post-data.two-authors .about-author-content .container-img .about-author h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #00b28f;
  margin: 10px 0px;
}
.container-post-data.two-authors .about-author-content .container-img .about-author h1.no-social {
  margin-bottom: 43px;
}
.container-post-data.two-authors .about-author-content .container-img .about-author .about-title {
  font-size: 22px;
  color: #00b28f;
}
.container-post-data.two-authors .about-author-content .container-img .about-author .author-social {
  color: #eb3223;
  font-size: 22px;
}
.container-post-data.two-authors .about-author-content .container-img .about-author .author-social a {
  line-height: 40px;
}
.container-post-data.two-authors .about-author-content .container-img .about-author .author-social a i {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 2px;
  display: inline-block;
  float: left;
  margin-right: 2px;
}
.container-post-data.two-authors .about-author-content .container-author-data {
  width: 100%;
  float: left;
}

.large-8 {
  max-width: 1334px;
}

.our-story-blocks .outer-block .columns .main-parablk {
  display: table;
  float: none;
}
.our-story-blocks .outer-block .columns .main-parablk p {
  display: table-cell;
  vertical-align: middle;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 300;
}

.our-story-blocks.align-height .outer-block .columns.maininnerheader {
  vertical-align: middle;
  width: auto;
  height: auto;
  background: #eb3223 url(../images/headoverlay_bg.png);
}
.our-story-blocks.align-height .outer-block .columns.maininnerheader:before, .our-story-blocks.align-height .outer-block .columns.maininnerheader:after {
  display: none;
}
.our-story-blocks.align-height .outer-block .columns.maininnerheader span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 122px;
  border-style: solid;
  border-width: 61px 0 61px 20px;
  border-color: transparent transparent transparent #eb3223;
  left: 100%;
  top: 50%;
  z-index: 99;
  margin-top: -61px;
}
.our-story-blocks.align-height .outer-block .columns.maininnerheader.left-pointing span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 122px;
  border-style: solid;
  border-width: 61px 20px 61px 0;
  border-color: transparent #eb3223 transparent transparent;
  left: -20px;
  right: 100%;
  top: 50%;
  z-index: 100;
  margin-top: -61px;
}
.our-story-blocks .maininnerheader span {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 50px 0;
}
.our-story-blocks .maininnerheader span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 122px;
  background: url(../images/arrow_leftpoint.png) no-repeat left top;
  left: 100%;
  top: 50%;
  z-index: 100;
  margin-top: -61px;
}
.our-story-blocks .maininnerheader span h2 {
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 22px;
  line-height: 60px;
  padding: 0 30px;
  font-size: 50px;
}
.our-story-blocks .maininnerheader.left-pointing span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 122px;
  background: url(../images/arrow_rightpoint.png) no-repeat right top;
  left: -20px;
  right: 100% !important;
  top: 50%;
  z-index: 100;
  margin-top: -61px;
}

.content-profesional-exp a:visited {
  color: #eb3223;
}
.content-profesional-exp a:focus {
  color: #eb3223;
}

.post-content p a:visited {
  color: #eb3223;
}
.post-content p a:focus {
  color: #eb3223;
}
.post-content p a:hover {
  text-decoration: underline;
  font-weight: 300px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  line-height: 60px;
}

.post-content ul {
  padding-left: 40px;
  margin: 20px 0px;
}
.post-content ul li {
  font-size: 20px;
  line-height: 30px;
  color: #616161;
}
.post-content ol {
  padding: 20px 0px 20px 25px;
}
.post-content ol li {
  font-size: 23px;
  line-height: 35px;
  color: #616161;
}

.footer-logo-img {
  width: 230px;
}

.icon-rise-of-the-rest {
  font-family: "revolution-icon-extension";
}

.search-text {
  float: none;
  margin: 0 auto;
  font-size: 24px;
  color: white;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  text-align: center;
}

#search-2 {
  content: "\e610";
  font-family: "case";
  font-size: 30px;
  position: absolute;
  min-width: 25px;
  height: 25px;
  transition: width, background-color 0.5s;
  -o-transition: width, background-color 0.5s;
  -moz-transition: width, background-color 0.5s;
  -webkit-transition: width, background-color 0.5s;
  margin-right: 0;
  right: 40px;
  width: 16px;
  z-index: 100;
  background-color: transparent;
  top: -3px;
}

#search-2.active-form {
  width: 140px;
  background-color: #7f8188;
}

#search-2 .case-search {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 17px;
  line-height: 18px;
}

#search-2 input[type=search] {
  width: 140px;
  height: 24px;
  color: transparent;
  cursor: pointer;
  display: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  font-size: 12px;
  font-family: "Gilmer Regular", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#search-2.active-form input[type=search] {
  display: block;
  background: #fff;
  width: 140px;
}

#search-2 input[type=search] {
  padding-left: 32px;
  color: white;
  cursor: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search-2 input[type=search] .case-search {
  color: #0e8edf;
}
#search-2 input[type=search] #search-2 input[type=search]:focus {
  background: transparent;
}

#search-2.active-form .case-search {
  top: 0;
}

#search-2.active-form .case-search i {
  color: #eb3223;
  font-size: 19px !important;
  line-height: 23px;
}

#search-2.active-form input {
  background: #fff;
  color: grey;
}

.case-search i {
  font-size: 16px !important;
  line-height: 16px;
}

.feelds-iconblk a {
  display: block;
  width: 100%;
  cursor: inherit;
}
.feelds-iconblk a img {
  width: 30px;
  margin: 3px auto;
}

.author-name span {
  color: #fff;
}

#growth-content-popup-2 .single-Ent-block {
  display: table-cell;
  vertical-align: middle;
}

.news_contentlock .button.tiny.revbuttons {
  float: right;
}

@-moz-document url-prefix() {
  /*.newsletter-block form span.error-desc + button{
      margin-top: -64px;
  }*/
  .single-Ent-block img {
    max-width: 100%;
    width: 100%;
  }
}
.sbOptions {
  z-index: 9999 !important;
}

.section_block.displayed {
  -webkit-transform: initial;
  transform: initial;
}

#growth-content-popup-1 .single-Ent-block .content-block,
#growth-content-popup-2 .single-Ent-block .content-block,
#growth-content-popup-3 .single-Ent-block .content-block {
  display: table;
  padding: 200px 10px;
}

_::-webkit-full-page-media,
_:future,
:root.main-menu ul li.logo {
  border: 1px solid red;
}

.hideDiv {
  display: none !important;
}

#header {
  position: fixed;
  background-color: rgba(0, 0, 0, 0);
  /*transition: background .25s;
  -o-transition: background .25s;
  -moz-transition: background .25s;
  -webkit-transition: background .25s;*/
}

#header.over-content {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.banner-container {
  padding-top: 120px;
}

.search .news-outercon .button.tiny.revbuttons {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.search .news-outercon .news_contentlock {
  margin-bottom: 25px;
}

.blog-posts .news-outercon .button.tiny.revbuttons {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.blog-posts .news-outercon .news_contentlock {
  margin-bottom: 25px;
}

.latest-blockouter .outer-block .news-outercon .button.tiny.revbuttons {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.latest-blockouter .outer-block .news-outercon .news_imgblock img {
  position: absolute;
  top: 0;
  left: 0;
}
.latest-blockouter .outer-block .medium-6 .news-outercon .news_imgblock {
  padding-bottom: 35%;
}
.latest-blockouter .outer-block .medium-3 .news-outercon .news_imgblock {
  padding-bottom: 70%;
}

.align-height .outer-block .columns.maininnerheader.title-cell,
.maininnerheader.title-cell {
  width: auto;
  height: initial;
  vertical-align: middle;
  background: #eb3223 url(../images/headoverlay_bg.png);
}
.align-height .outer-block .columns.maininnerheader.title-cell:after, .align-height .outer-block .columns.maininnerheader.title-cell:before,
.maininnerheader.title-cell:after,
.maininnerheader.title-cell:before {
  display: none;
}
.align-height .outer-block .columns.maininnerheader.title-cell a, .align-height .outer-block .columns.maininnerheader.title-cell > h2,
.maininnerheader.title-cell a,
.maininnerheader.title-cell > h2 {
  display: inline-block;
  padding: 0;
  height: initial;
}
.align-height .outer-block .columns.maininnerheader.title-cell a:before, .align-height .outer-block .columns.maininnerheader.title-cell > h2:before,
.maininnerheader.title-cell a:before,
.maininnerheader.title-cell > h2:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 122px;
  border-style: solid;
  border-width: 61px 0 61px 20px;
  border-color: transparent transparent transparent #eb3223;
  left: 100%;
  top: 50%;
  z-index: 100;
  margin-top: -61px;
}
.align-height .outer-block .columns.maininnerheader.title-cell.left-pointing a:before, .align-height .outer-block .columns.maininnerheader.title-cell.left-pointing > h2:before,
.maininnerheader.title-cell.left-pointing a:before,
.maininnerheader.title-cell.left-pointing > h2:before {
  left: auto;
  right: 100%;
  border-width: 61px 20px 61px 0px;
  border-color: transparent #eb3223 transparent transparent;
}
.align-height .outer-block .columns.maininnerheader.title-cell.growth-header,
.maininnerheader.title-cell.growth-header {
  background-color: #00b28f;
}
.align-height .outer-block .columns.maininnerheader.title-cell.growth-header a,
.maininnerheader.title-cell.growth-header a {
  padding: 70px 0;
}
.align-height .outer-block .columns.maininnerheader.title-cell.growth-header a:before,
.align-height .outer-block .columns.maininnerheader.title-cell.growth-header h2:before,
.maininnerheader.title-cell.growth-header a:before,
.maininnerheader.title-cell.growth-header h2:before {
  border-color: transparent transparent transparent #00b28f;
}
.align-height .outer-block .columns.maininnerheader.title-cell.growth-header.left-pointing a:before,
.align-height .outer-block .columns.maininnerheader.title-cell.growth-header.left-pointing h2:before,
.maininnerheader.title-cell.growth-header.left-pointing a:before,
.maininnerheader.title-cell.growth-header.left-pointing h2:before {
  border-color: transparent #00b28f transparent transparent;
}
.align-height .outer-block .columns.maininnerheader.title-cell.ventures-header,
.maininnerheader.title-cell.ventures-header {
  background-color: #ab9767;
}
.align-height .outer-block .columns.maininnerheader.title-cell.ventures-header a,
.maininnerheader.title-cell.ventures-header a {
  padding: 70px 0;
}
.align-height .outer-block .columns.maininnerheader.title-cell.ventures-header a:before,
.align-height .outer-block .columns.maininnerheader.title-cell.ventures-header h2:before,
.maininnerheader.title-cell.ventures-header a:before,
.maininnerheader.title-cell.ventures-header h2:before {
  border-color: transparent transparent transparent #ab9767;
}
.align-height .outer-block .columns.maininnerheader.title-cell.ventures-header.left-pointing a:before,
.align-height .outer-block .columns.maininnerheader.title-cell.ventures-header.left-pointing h2:before,
.maininnerheader.title-cell.ventures-header.left-pointing a:before,
.maininnerheader.title-cell.ventures-header.left-pointing h2:before {
  border-color: transparent #ab9767 transparent transparent;
}
.align-height .outer-block .columns.maininnerheader.title-cell.place-header,
.maininnerheader.title-cell.place-header {
  background-color: #3f739b;
}
.align-height .outer-block .columns.maininnerheader.title-cell.place-header a,
.maininnerheader.title-cell.place-header a {
  padding: 70px 0;
}
.align-height .outer-block .columns.maininnerheader.title-cell.place-header a:before,
.align-height .outer-block .columns.maininnerheader.title-cell.place-header h2:before,
.maininnerheader.title-cell.place-header a:before,
.maininnerheader.title-cell.place-header h2:before {
  border-color: transparent transparent transparent #3f739b;
}
.align-height .outer-block .columns.maininnerheader.title-cell.place-header.left-pointing a:before,
.align-height .outer-block .columns.maininnerheader.title-cell.place-header.left-pointing h2:before,
.maininnerheader.title-cell.place-header.left-pointing a:before,
.maininnerheader.title-cell.place-header.left-pointing h2:before {
  border-color: transparent #3f739b transparent transparent;
}

.header-block.title-block {
  display: table;
}

.maininnerheader.title-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
  background: #eb3223 url(../images/headoverlay_bg.png);
}
.maininnerheader.title-cell:after, .maininnerheader.title-cell:before {
  display: none;
}
.maininnerheader.title-cell a {
  padding: 0;
  display: inline-block;
  height: auto;
}
.maininnerheader.title-cell a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 122px;
  border-style: solid;
  border-width: 61px 0 61px 20px;
  border-color: transparent transparent transparent #eb3223;
  left: 100%;
  top: 50%;
  z-index: 100;
  margin-top: -61px;
}
.maininnerheader.title-cell.growth-header:hover i {
  color: #00b28f;
}
.maininnerheader.title-cell.ventures-header:hover i {
  color: #ab9767;
}

.single-team-member .latest-blockouter .wrapper .row .columns {
  float: left;
}

.single-team-member .latest-blockouter .news-outercon {
  border-right: #c4c4c4 solid 1px;
}

.news-list-header-inner li button:focus {
  border: 0px !important;
  box-shadow: none !important;
  outline: 0;
}

#stackla_data {
  clear: both;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}

p#limit_message {
  float: left;
  text-align: right;
  width: 100%;
}

.page-404 {
  padding: 50px 80px;
  display: block;
}
.page-404 article .entry-header h1 {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}
.page-404 article .entry-content p {
  text-align: center;
}
.page-404 article .entry-content ul li {
  list-style: none;
  text-align: center;
}
.page-404 article .entry-content ul li a:hover {
  text-decoration: underline;
}
.page-404 article .widgettitle {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
}

.latest-news-borders {
  border-top: #c4c4c4 solid 1px;
  border-bottom: #c4c4c4 solid 1px;
}

.content-404 p {
  font-size: 25px;
  line-height: 30px;
}
.content-404 ul li {
  list-style: none;
}
.content-404 ul li a {
  font-size: 25px;
  line-height: 30px;
  text-decoration: underline;
}
.content-404 ul li a:visited {
  color: red;
}

.page-id-424 .blog-posts .news-outercon .news_contentlock h4 a {
  color: #556365;
}
.page-id-424 .press-releases .blogpost-outer h4 a {
  font-family: "Gilmer Bold", sans-serif;
  color: #556365;
}
.page-id-424 .new-mentions .blogpost-outer h4 a {
  font-family: "Gilmer Bold", sans-serif;
  color: #556365;
}

.single-post .latest-blockouter .news_contentlock h4 a {
  color: #556365;
}

.single-press-release .latest-blockouter .blogpost-outer h4 a {
  color: #556365;
}

.footer-light-menu-list {
  clear: both;
  width: 193px;
  margin: 0 auto;
}
.footer-light-menu-list #menu-copyright-menu {
  position: relative;
  top: 10px;
}
.footer-light-menu-list #menu-copyright-menu li {
  float: left;
  list-style: none;
}
.footer-light-menu-list #menu-copyright-menu li .pipe {
  color: #fff;
  float: left;
}
.footer-light-menu-list #menu-copyright-menu li a {
  display: block;
  color: #fff;
  font-size: 15px;
  margin: 0px 10px;
}
.footer-light-menu-list #menu-copyright-menu li a:hover {
  text-decoration: underline;
}
.footer-light-menu-list #menu-copyright-menu li#menu-item-1968 > .pipe {
  display: none;
}

.selectBox-dropdown {
  float: left;
  background: none;
  border: 2px solid white;
  width: 100% !important;
  height: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  min-width: auto;
}
.selectBox-dropdown.selectBox-menuShowing-top, .selectBox-dropdown.selectBox-menuShowing-bottom {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow {
  border-color: #fff;
}
.selectBox-dropdown .selectBox-label {
  color: white;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  padding-left: 15px;
  line-height: 50px;
  width: 100%;
  display: block;
  height: 50px;
  left: 0;
  line-height: 47px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100% !important;
  text-align: left;
  font-family: Arial;
}
.selectBox-dropdown .selectBox-arrow {
  height: 50px;
  width: 40px;
  background: url(../images/down-arrow.png) no-repeat left center;
  border: none;
  padding: 0;
}

ul.selectBox-dropdown-menu {
  z-index: 1;
  background: #eb3223;
  border: solid 3px white;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 80px;
  width: 100%;
  overflow-y: auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-height: inherit;
  min-height: 1em;
}
ul.selectBox-dropdown-menu.selectBox-options-bottom, ul.selectBox-dropdown-menu.selectBox-options-top {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-top: solid 3px white;
  border-bottom: solid 3px white;
}
ul.selectBox-dropdown-menu li {
  height: 45px;
  line-height: 33px;
}
ul.selectBox-dropdown-menu li a {
  border-bottom: solid 1px white;
  display: block;
  outline: none;
  padding: 7px 0 7px 20px;
  font-size: 16px;
  height: 45px;
  line-height: 38px;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  padding: 4px 10px 4px;
  font-size: 14px;
  color: white;
  font-family: Arial;
  cursor: pointer;
  min-width: 330px;
}
ul.selectBox-dropdown-menu li a:hover {
  background: white;
  color: #f03316;
}
ul.selectBox-dropdown-menu li.selectBox-selected a {
  background: white;
  color: #f03316;
}

.single-entity .medium-6 .news-outercon .news_imgblock img {
  width: 100%;
  height: auto;
  min-height: inherit;
}
.single-entity .single-Ent-block .content-block a.readmore i {
  border: 0px;
  font-size: 36px;
  line-height: 33px;
  height: 34px;
}
.single-entity .latest-blockouter {
  margin-top: -1px;
}
.single-entity .custom-news {
  float: left !important;
}
@media only screen and (min-width: 769px) {
  .single-entity .mapplic-wrapper {
    position: relative;
  }
  .single-entity .mapplic-wrapper .mapplic-element {
    height: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}
.single-entity .tour-section.tour-layout-vertical .rows-wrapper {
  display: table;
}
.single-entity .tour-section.tour-layout-vertical .rows-wrapper .row {
  display: table-cell;
  width: 33.33%;
}
.single-entity .tour-section.tour-layout-vertical .rows-wrapper .row .columns {
  display: block;
  width: 100%;
}
.single-entity .tour-section.tour-layout-vertical .rows-wrapper .row:nth-child(2) {
  width: 66.66%;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .single-entity .tour-section.tour-layout-vertical .rows-wrapper .row {
    width: 100%;
    display: block;
  }
  .single-entity .tour-section.tour-layout-vertical .rows-wrapper .row:nth-child(2) {
    width: 100%;
  }
}
.single-entity .tour-section.tour-layout-vertical .rows-wrapper .row .title-cell a {
  z-index: auto;
}
.single-entity .tour-section.tour-layout-vertical .rows-wrapper .row .title-cell a:before, .single-entity .tour-section.tour-layout-vertical .rows-wrapper .row .title-cell a:after {
  height: 20px;
  width: 122px;
  border-width: 20px 61px 0 61px;
  left: 50%;
  top: 100%;
  margin-top: 0px;
  margin-left: -61px;
}
.single-entity .tour-section.tour-layout-vertical .rows-wrapper .row .title-cell a:before {
  border-color: #00b28f transparent transparent transparent;
}
.single-entity .tour-section.tour-layout-vertical .rows-wrapper .row .title-cell a:after {
  background: url(../images/arrow_bottompoint.png) no-repeat center top;
}

#filters .sbOptions li {
  height: auto;
  line-height: initial;
}
#filters .sbOptions li a {
  padding: 10px 15px;
  height: auto;
  line-height: 17px;
}

.disclaimer-text {
  float: left;
  width: 100%;
  padding: 30px 0 0;
  background: whitesmoke;
}
@media (max-width: 992px) {
  .disclaimer-text {
    padding: 50px 30px 0;
  }
}
.disclaimer-text .wrapper {
  margin: 0 auto;
  max-width: 630px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.disclaimer-text p {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 992px) {
  .disclaimer-text p br {
    display: none;
  }
}

.banner-map {
  background: whitesmoke;
}
.banner-map .banner-container {
  margin: 0 auto;
  max-width: 1178px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 0px;
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .banner-map .banner-container {
    padding: 40px 20px;
  }
}
.banner-map .banner-container p {
  font-size: 36px;
  line-height: 55px;
  text-align: center;
}
@media (max-width: 767px) {
  .banner-map .banner-container p {
    font-size: 26px;
    line-height: 29px;
  }
}
@media (max-width: 480px) {
  .banner-map .banner-container p {
    font-size: 24px;
    line-height: 28px;
  }
}
.banner-map .banner-container p a:hover, .banner-map .banner-container p a:focus {
  color: #eb3223;
}

a:focus {
  color: #eb3223;
}

.single-team-member .hero-image {
  background-size: 100%;
}
@media (max-width: 482px) {
  .single-team-member .hero-image {
    background-size: 600px;
  }
}

@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 768px) {
  .page-template-default.page-id-5300 .subpage-banner-medium {
    height: 300px;
  }
}

.accordion-content {
  padding-bottom: 50px;
}
.accordion-content #accordion {
  max-width: 990px;
  margin: 0 auto;
}
.accordion-content #accordion h3 {
  display: block;
  float: left;
  width: 100%;
  font-size: 32px;
  line-height: 35px;
  background: transparent;
  border-bottom: 1px solid #4d4d4d;
  color: #eb3223;
  position: relative;
  padding: 20px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  font-weight: 200;
}
.accordion-content #accordion h3:after {
  position: relative;
  left: 5px;
  content: "\e610";
  font-family: "revolution-icon";
  color: #eb3223;
  font-size: 19px;
  top: -5px;
}
.accordion-content #accordion .content {
  padding: 20px 20px 0;
  border-top: 0;
  overflow: auto;
}
.accordion-content #accordion .content-item {
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-bottom: 25px;
}
.accordion-content #accordion .content-item:last-child {
  border-bottom: 0;
}
.accordion-content #accordion h4 {
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: 15px;
  font-size: 26px;
  font-family: "Proxima Nova Rg";
}
.accordion-content #accordion h4 a {
  color: #222;
  font-family: "Proxima Nova Rg";
  line-height: 34px;
}
.accordion-content #accordion h4 a:hover {
  color: #eb3223;
}
.accordion-content #accordion .date {
  font-size: 15px;
  font-family: "Proxima Nova Rg";
}
.accordion-content #accordion .authors {
  font-size: 20px;
  font-family: "Proxima Nova Rg";
  margin-bottom: 10px;
}
.accordion-content #accordion p {
  font-size: 20px;
  line-height: 30px;
  padding-left: 25px;
  font-style: italic;
  font-family: "Proxima Nova Rg";
}

@font-face {
  font-family: "Proxima Nova Xbold";
  src: url("../fonts/Proxima-Nova-Xbold.ttf") format("truetype"), url("../fonts/Proxima-Nova-Xbold.woff2") format("woff2"), url("../fonts/Proxima-Nova-Xbold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.pum-theme-landing-popup-theme .pum-container {
  outline: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pum-theme-landing-popup-theme .pum-container {
    max-width: 690px;
  }
}
@media (max-width: 767px) {
  .pum-theme-landing-popup-theme .pum-container {
    top: 15% !important;
    width: 310px !important;
  }
}
.pum-theme-landing-popup-theme .pum-container p {
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  margin: 25px 0;
  line-height: 24px;
}
@media (min-width: 321px) and (max-width: 767px) {
  .pum-theme-landing-popup-theme .pum-container p {
    margin: 25px 0 25px -12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pum-theme-landing-popup-theme .pum-container p {
    font-size: 24px;
    margin: 30px 0 30px -15px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .pum-theme-landing-popup-theme .pum-container p {
    font-size: 30px;
    margin: 40px 0 40px 20px;
    line-height: 40px;
  }
}
.pum-theme-landing-popup-theme .pum-container .popup-title {
  font-family: "Proxima Nova Xbold";
  color: white;
  font-weight: bold;
  font-size: 38px;
  margin-left: 0;
  letter-spacing: 1px;
}
@media (min-width: 321px) and (max-width: 767px) {
  .pum-theme-landing-popup-theme .pum-container .popup-title {
    margin-left: -12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pum-theme-landing-popup-theme .pum-container .popup-title {
    font-size: 52px;
    margin-left: -15px;
  }
}
@media (min-width: 1024px) {
  .pum-theme-landing-popup-theme .pum-container .popup-title {
    font-size: 62px;
    margin-left: 20px;
  }
}
.pum-theme-landing-popup-theme .pum-container .popup-title-alt {
  font-family: "Proxima Nova Rg";
  color: #f0ec6a;
  font-weight: normal;
}
@media (max-width: 700px) {
  .pum-theme-landing-popup-theme .pum-container .popup-title-alt {
    margin-left: 80px;
  }
}
.pum-theme-landing-popup-theme .pum-container div {
  font-family: "Proxima Nova Rg";
  outline: none;
}
.pum-theme-landing-popup-theme .pum-container div:focus, .pum-theme-landing-popup-theme .pum-container div:focus-visible, .pum-theme-landing-popup-theme .pum-container div:focus-within {
  outline: none;
}
.pum-theme-landing-popup-theme .pum-container:focus, .pum-theme-landing-popup-theme .pum-container:focus-visible, .pum-theme-landing-popup-theme .pum-container:focus-within {
  outline: none;
}
@media (max-width: 767px) {
  .pum-theme-landing-popup-theme {
    background-image: url(../images/mobileMockup.png) !important;
  }
}
.pum-theme-landing-popup-theme .pum-close {
  top: 0;
  right: 0;
}
@media (min-width: 321px) and (max-width: 767px) {
  .pum-theme-landing-popup-theme .pum-close {
    top: -30px !important;
    right: -30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pum-theme-landing-popup-theme .pum-close {
    top: -70px !important;
    right: -20px !important;
  }
}
@media (min-width: 1024px) {
  .pum-theme-landing-popup-theme .pum-close {
    top: -40px !important;
    right: -30px !important;
  }
}

@media (max-height: 450px) {
  .pum-overlay {
    display: none !important;
  }
}

.rotr-founder-portal-section {
  float: left;
  width: 100%;
}
.rotr-founder-portal-section-wrapper {
  float: left;
  width: 100%;
  background: #a0a0a0;
  padding: 47px 0 39px 0;
  text-align: center;
  font-family: "Gilmer Regular", sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 300;
}
@media only screen and (max-width: 479px) {
  .rotr-founder-portal-section-wrapper {
    font-size: 16px;
  }
  .rotr-founder-portal-section-wrapper a.button.tiny.revbuttons {
    margin: 10px auto;
    display: block;
    float: none;
  }
}
.rotr-founder-portal-section-wrapper .disclaimer {
  font-size: 18px;
  font-style: italic;
  margin-top: 10px;
}
@media only screen and (max-width: 479px) {
  .rotr-founder-portal-section-wrapper .disclaimer {
    font-size: 12px;
  }
}

.rotr-founder-portal-section {
  float: left;
  width: 100%;
}
.rotr-founder-portal-section-wrapper {
  float: left;
  width: 100%;
  background: #a0a0a0;
  padding: 47px 0 39px 0;
  text-align: center;
  font-family: "Gilmer Regular", sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 300;
}
@media only screen and (max-width: 479px) {
  .rotr-founder-portal-section-wrapper {
    font-size: 16px;
  }
  .rotr-founder-portal-section-wrapper a.button.tiny.revbuttons {
    margin: 10px auto;
    display: block;
    float: none;
  }
}
.rotr-founder-portal-section-wrapper .disclaimer {
  font-size: 18px;
  font-style: italic;
  margin-top: 10px;
}
@media only screen and (max-width: 479px) {
  .rotr-founder-portal-section-wrapper .disclaimer {
    font-size: 12px;
  }
}

body.single-entity .outerteam-bottom ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

@media (max-width: 1024px) {
  body.postid-3349 .single-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  body.postid-3349 .single-section .maincontent-block h5 {
    font-size: 16px;
  }
}
body.postid-3349.single-entity .tour-section.tour-layout-vertical .rows-wrapper {
  display: block;
}
@media (max-width: 1024px) {
  body.postid-3349 .mapplic-element {
    padding: 30px;
    overflow: initial;
  }
}
@media (max-width: 1024px) {
  body.postid-3349 .mapplic-tooltip-body {
    padding: 10px;
  }
  body.postid-3349 .mapplic-tooltip-title {
    font-size: 12px;
  }
  body.postid-3349 .mapplic-tooltip-description,
  body.postid-3349 .mapplic-tooltip p {
    font-size: 10px;
  }
  body.postid-3349 .mapplic-container > .mapplic-button {
    left: -30px;
    top: -30px;
  }
}
body.postid-3349 .mapplic-fullscreen {
  z-index: 999999;
}

@media (max-width: 480px) {
  body.postid-3349.single-entity .subpage-banner-medium {
    height: 550px;
  }
}
@media (max-width: 480px) {
  body.postid-3349 .hero-image {
    background-size: 55% !important;
    background-position: 33% 50%;
  }
}
@media (max-width: 480px) {
  body.postid-3349 .subpage-div h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  body.postid-3349 .subpage-div sup {
    font-size: 20px;
    vertical-align: super;
  }
  body.postid-3349 .subpage-div h3 {
    font-size: 27px;
    line-height: 27px;
  }
}

@media only screen and (min-width: 390px) {
  .banner {
    height: 430px !important;
  }
  .banner .slider-content {
    padding-top: 0px !important;
  }
  .banner ul {
    height: 430px !important;
  }
  .banner ul li {
    height: 430px !important;
  }
  .banner ul li .image-wrapper {
    padding-top: 430px !important;
  }
  .banner ul li .slider-content-inner {
    height: 430px !important;
  }
  .banner ul li .slider-content-div h1 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 740px) {
  .banner .slider-content {
    padding-top: 20px !important;
  }
  .banner ul li .slider-content-div h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner {
    height: 520px !important;
  }
  .banner .slider-content {
    padding-top: 50px !important;
  }
  .banner ul {
    height: 520px !important;
  }
  .banner ul li {
    height: 520px !important;
  }
  .banner ul li .image-wrapper {
    padding-top: 520px !important;
  }
  .banner ul li .slider-content-inner {
    height: 520px !important;
  }
  .banner ul li .slider-content-div h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 25px;
  }
}
