/* Base CSS Reset Below*/
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 {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
html {
  font-size: 19px;
  font-family: sans-serif;
}
body {
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  color: #2e3037;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wf-loading {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
/*----------------------------------------*/
/* Admin Bar Hover Styles */
/* Remove After Launch */
/*----------------------------------------*/
#wpadminbar {
  opacity: .3;
}
#wpadminbar:hover {
  opacity: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h1,
.h1 {
  font-size: 68px;
}
h2,
.h2 {
  font-size: 56px;
  font-weight: 300;
}
h3,
.h3 {
  font-size: 32px;
  color: #0f82c6;
  font-weight: 800;
}
h4,
.h4 {
  font-size: 25px;
  color: #0f82c6;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 22px;
}
h6,
.h6 {
  font-size: 18px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 48px;
  }
  h2,
  .h2 {
    font-size: 38px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
p {
  font-size: 1em;
  color: #444;
  margin-bottom: 10px;
  font-weight: 300;
}
p:empty {
  display: none;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
a {
  color: #0f82c6;
  -ms-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  color: #2674ee;
  text-decoration: none;
}
.nocolor {
  color: inherit;
}
ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}
ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 15px;
}
ul li,
ol li {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 5px;
}
blockquote {
  display: block;
  padding: 20px;
  border-left: 4px solid #000;
  margin-bottom: 15px;
}
hr {
  margin: 30px 0;
}
/**/
/* Image styles */
/**/
img {
  max-width: 100%;
  height: auto;
}
img.alignleft,
img.alignright,
img.alignnone {
  border-radius: 0;
  border: none;
}
img.alignleft,
img.alignright,
img.alignnone,
img.aligncenter {
  border: none;
  padding: 5px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.alignnone {
  float: none;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
blockquote {
  display: block;
  border-left: 5px solid #0f82c6;
  margin: 10px 0;
  padding: 10px;
}
/* Zer0to5ive */
/* ¯\_(ツ)_/¯  */
#main_wrapper {
  position: relative;
  overflow: hidden;
}
.btn {
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 400;
  border-radius: 0;
  font-size: 1rem;
  background-color: #f05a28;
  position: relative;
  border: 1px solid #f05a28;
  white-space: normal;
}
.btn:hover {
  background-color: transparent;
  color: #f05a28;
}
.btn.btn-white {
  color: #f05a28;
  background-color: #fff;
}
.btn.btn-white:hover {
  color: #fff;
  background-color: #f05a28;
}
@media (max-width: 767px) {
  .btn {
    font-size: 15px;
  }
}
.big-orange {
  color: #f05a28;
  font-weight: 800;
  font-size: 2.89rem;
}
.md-txt {
  font-size: 1.15rem;
}
.big-txt {
  font-size: 1.3rem;
}
.txt-lt {
  font-weight: 300;
}
.txt-bld {
  font-weight: 800;
}
@media (max-width: 767px) {
  .md-txt {
    font-size: 1rem;
  }
  .big-txt {
    font-size: 1.2rem;
  }
}
.single-page p {
  margin-bottom: 20px;
  line-height: 1.5em;
}
.single-page h3 {
  font-weight: 300;
  margin-bottom: 25px;
}
.single-page h4 {
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.single-page h5 {
  font-size: 22px;
  font-weight: 400;
  color: #0f82c6;
}
.single-page h6 {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.single-page b,
.single-page strong {
  font-weight: 800;
}
#headersearchform #s {
  border: 2px solid #0f82c6;
  background-color: #fff;
  font-size: 19px!important;
  font-weight: 800;
  letter-spacing: .1em!important;
  color: #9f9f9f;
  margin: 0!important;
  padding: 10px!important;
  text-transform: uppercase;
}
#headersearchform #searchsubmit {
  border: 2px solid #0f82c6;
  color: #fff;
  background-color: #0f82c6;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 18px!important;
  padding: 10px 25px;
  padding-left: 15px;
  border-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#headersearchform #searchsubmit:hover {
  background-color: transparent;
  color: #0f82c6;
}
.searched {
  font-weight: 300;
}
.txt-white {
  color: #fff;
}
.txt-white p {
  color: #fff;
}
.txt-white a {
  color: #fff;
  text-decoration: underline;
}
.page_title .sub-title {
  color: #7d7d7d;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-weight: 800;
}
.page_title .sub-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #d7d7d7;
}
.page_title h2 {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #0f82c6;
  font-size: 50px;
}
.page_title.text-center .sub-title::before {
  left: calc(50% - 25px);
}
@media (min-width: 768px) {
  .page_title.text-center.text-md-left .sub-title::before {
    left: 0;
  }
}
.page_title.white .sub-title {
  color: #fff;
}
.page_title.white .sub-title::before {
  background-color: #fff;
}
.page_title.white h2 {
  color: #fff;
}
@media (max-width: 576px) {
  .page_title .sub-title {
    font-size: 20px;
  }
  .page_title h2 {
    font-size: 35px;
  }
}
.text-white {
  color: #fff;
}
.text-white p {
  color: #fff;
}
.content_holder {
  background-color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.content_holder.bend-follows {
  padding-bottom: 210px;
}
@media (max-width: 1280px) {
  .content_holder.bend-follows {
    padding-bottom: 160px;
  }
}
@media (max-width: 992px) {
  .content_holder.bend-follows {
    padding-bottom: 120px;
  }
}
.content_holder.graybrg {
  background-color: #f3f3f6;
}
.content_holder.bluebrg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#293d74+0,0f82c6+100 */
  background: #293d74;
  /* Old browsers */
  background: -moz-linear-gradient(left, #293d74 0%, #0f82c6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #293d74 0%, #0f82c6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #293d74 0%, #0f82c6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#293d74', endColorstr='#0f82c6', GradientType=1);
  /* IE6-9 */
}
.content_holder.bend-holder {
  padding-top: 0;
}
.content_holder.bend-holder.bend-white .bend-top {
  background-color: rgba(255, 255, 255, 0.5);
}
.content_holder.bend-holder.bend-white .bend-bottom {
  background-color: #fff;
}
.content_holder.bend-holder.bend-blue .bend-top {
  background-color: rgba(255, 255, 255, 0.5);
}
.content_holder.bend-holder.bend-blue .bend-bottom {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#293d74+0,0f82c6+100 */
  background: #293d74;
  /* Old browsers */
  background: -moz-linear-gradient(left, #293d74 0%, #0f82c6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #293d74 0%, #0f82c6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #293d74 0%, #0f82c6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#293d74', endColorstr='#0f82c6', GradientType=1);
  /* IE6-9 */
}
.content_holder.bend-holder.bend-gray .bend-top {
  background-color: rgba(255, 255, 255, 0.5);
}
.content_holder.bend-holder.bend-gray .bend-bottom {
  background-color: #f3f3f6;
}
.content_holder.bend-holder.bend-bluewhite .bend-top {
  background-color: rgba(15, 130, 198, 0.7);
}
.content_holder.bend-holder.bend-bluewhite .bend-bottom {
  background-color: #fff;
}
@media (max-width: 992px) {
  .content_holder.bend-holder {
    padding-top: 20px;
  }
}
.content_holder.carousel-row {
  border-top: 1px solid #ccc;
}
.content_holder .bend {
  position: absolute;
  left: 0;
  top: -200px;
  width: 100%;
  height: 200px;
}
@media (max-width: 1280px) {
  .content_holder .bend {
    height: 150px;
    top: -150px;
  }
}
@media (max-width: 992px) {
  .content_holder .bend {
    height: 100px;
    top: -100px;
  }
}
.content_holder .bend .bend-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(50% 60%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 60%, 100% 0, 100% 100%, 0 100%, 0 0);
}
@media (max-width: 767px) {
  .content_holder .bend .bend-top {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.content_holder .bend .bend-bottom-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px -5px 3px rgba(0, 0, 0, 0.15));
}
.content_holder .bend .bend-bottom-holder .bend-bottom {
  position: absolute;
  top: 36px;
  left: 0;
  -webkit-clip-path: polygon(50% 75%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 75%, 100% 0, 100% 100%, 0 100%, 0 0);
  width: 100%;
  height: calc(100% - 35px);
}
.content_holder ul,
.content_holder ol {
  text-align: left;
}
.content_holder ul li,
.content_holder ol li {
  position: relative;
}
.content_holder ul li li:first-of-type,
.content_holder ol li li:first-of-type {
  margin-top: 5px;
}
.content_holder ul {
  list-style-type: none;
}
.content_holder ul li {
  position: relative;
}
.content_holder ul li::before {
  content: '';
  position: relative;
  display: inline-block;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 14px;
  top: -2px;
  margin-right: -7px;
  background-color: #0f82c6;
}
.content_holder ul li ul li::before {
  background-color: transparent;
  border: 2px solid #0f82c6;
}
.content_holder .headline-toggles-holder ul {
  text-align: center;
}
.content_holder .headline-toggles-holder ul li::before {
  display: none;
}
.ie_ .content_holder.bend-holder .bend {
  height: 100px;
  top: -100px;
}
@media (max-width: 992px) {
  .ie_ .content_holder.bend-holder .bend {
    height: 100px;
    top: -100px;
  }
}
#page_top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: 1;
  background-color: #2b4075;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b4075+0,2b4075+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #2b4075 0%, rgba(43, 64, 117, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2b4075 0%, rgba(43, 64, 117, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2b4075 0%, rgba(43, 64, 117, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b4075', endColorstr='#002b4075', GradientType=0);
  /* IE6-9 */
}
#page_top .container {
  position: relative;
  z-index: 2;
}
#page_top .bend {
  position: absolute;
  left: 0;
  top: inherit;
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: 4;
}
@media (max-width: 1280px) {
  #page_top .bend {
    height: 150px;
    bottom: 0;
    top: inherit;
  }
}
@media (max-width: 992px) {
  #page_top .bend {
    height: 100px;
    bottom: 0;
    top: inherit;
  }
}
#page_top .bend .bend-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(50% 60%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 60%, 100% 0, 100% 100%, 0 100%, 0 0);
}
@media (max-width: 767px) {
  #page_top .bend .bend-top {
    -webkit-clip-path: polygon(50% 52%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 52%, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
#page_top .bend .bend-bottom-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px -5px 3px rgba(0, 0, 0, 0.15));
}
#page_top .bend .bend-bottom-holder .bend-bottom {
  position: absolute;
  top: 36px;
  left: 0;
  -webkit-clip-path: polygon(50% 75%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 75%, 100% 0, 100% 100%, 0 100%, 0 0);
  width: 100%;
  height: calc(100% - 35px);
}
.ie_ #page_top .bend {
  height: 100px;
}
@media (max-width: 1280px) {
  .ie_ #page_top .bend {
    height: 100px;
  }
}
.section_title {
  font-weight: 100;
}
.section_title.white {
  color: #fff;
}
.section_title b {
  color: #18406a;
  font-weight: 500;
}
@media (min-width: 1300px) {
  .container-xxl {
    max-width: 1280px;
  }
}
.whitebox-outer {
  margin-bottom: 30px;
}
.wb_blog_outer .whitebox-holder {
  border-top: 10px solid #0f82c6;
  border-left: 0px;
}
@media (min-width: 500px) {
  .wb_blog_outer .whitebox-content-inner {
    padding-right: 55px;
  }
}
@media (max-width: 500px) {
  .wb_blog_outer {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}
.wb_case_study .whitebox-holder {
  border-top: none;
  border-left: 0px;
  position: relative;
}
.wb_case_study .whitebox-holder .whitebox-image,
.wb_case_study .whitebox-holder .whitebox-content {
  position: relative;
  z-index: 3;
}
.wb_ps_outer .whitebox-holder {
  border-top: none;
  border-left: 0px;
  position: relative;
}
.wb_ps_outer .whitebox-holder::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.wb_ps_outer .whitebox-holder .whitebox-image,
.wb_ps_outer .whitebox-holder .whitebox-content {
  position: relative;
  z-index: 3;
}
.wb_ps_outer .whitebox-holder .whitebox-image {
  width: 100%;
  padding-bottom: 0;
  height: auto;
  background-color: #fff;
}
.wb_ps_outer .whitebox-holder .whitebox-image img {
  display: block;
}
.blog-link {
  position: absolute;
  top: calc(50% - 20px);
  right: 50px;
  width: 40px;
  height: 40px;
  background-color: #f05a28;
  border-radius: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  color: transparent;
}
.blog-link::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #ffffff;
}
.blog-link:hover {
  color: transparent;
}
@media (max-width: 500px) {
  .blog-link {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    top: 0;
    right: 0;
  }
}
.whitebox-holder {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-left: 10px solid #0f82c6;
  height: 100%;
}
.whitebox-holder .whitebox-content {
  padding: 25px;
  background-color: #fff;
  width: 100%;
}
.whitebox-holder .whitebox-content-inner .whitebox-b-image {
  width: 100%;
  margin-bottom: 15px;
  height: 50px;
}
.whitebox-holder .whitebox-content-inner .whitebox-b-image img {
  max-height: 100%;
}
.whitebox-holder .whitebox-content-inner .whitebox-meta {
  font-size: .842rem;
  color: #18406a;
  margin-bottom: 10px;
}
.whitebox-holder .whitebox-content-inner h4 {
  font-weight: 300;
}
.whitebox-holder .whitebox-content-inner a.morelink {
  color: #f05a28;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.whitebox-holder .whitebox-content-inner a.morelink.arrow-after {
  margin-top: 10px;
  position: relative;
}
.whitebox-holder .whitebox-content-inner a.morelink.arrow-after::after {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #f05a28;
}
.whitebox-holder.wb-image .whitebox-image {
  width: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.whitebox-holder.wb-image .whitebox-image img {
  opacity: 0;
  visibility: hidden;
}
.whitebox-holder.wb-image .whitebox-content {
  width: calc(100% - 200px);
}
@media (max-width: 500px) {
  .whitebox-holder.wb-image .whitebox-image {
    width: 100%;
    padding-bottom: 50%;
  }
  .whitebox-holder.wb-image .whitebox-content {
    width: 100%;
  }
}
.wb_overlay .whitebox-holder.wb-image .whitebox-image {
  width: 100%;
}
.wb_overlay .whitebox-holder.wb-image .whitebox-content {
  width: 100%;
}
.wb_video_blog_outer .whitebox-holder {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.wb_video_blog_outer .whitebox-holder .whitebox-image {
  width: 100%;
  padding-bottom: 60%;
  text-align: center;
  position: relative;
  height: 0;
}
.wb_video_blog_outer .whitebox-holder .whitebox-image img {
  display: none;
}
.wb_video_blog_outer .whitebox-holder .whitebox-image .btn {
  position: absolute;
  bottom: 15px;
  width: 180px;
  left: calc(50% - 90px);
}
.wb_video_blog_outer .whitebox-holder .whitebox-content {
  background-color: transparent;
  padding-top: 25px;
  width: 100%;
}
.wb_video_blog_outer .whitebox-holder .whitebox-content h4 {
  margin: 0;
}
@media (min-width: 768px) {
  .whitebox-outer {
    padding-right: 30px;
  }
  .whitebox-outer .whitebox-holder {
    margin-right: 0px;
  }
}
.acc-bottom {
  display: none;
}
.acc-bottom.active {
  display: block;
}
.inlinelist {
  display: block;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
}
.inlinelist li {
  display: inline-block;
}
.inlinelist li::before {
  display: none;
}
@media (max-width: 500px) {
  .inlinelist li {
    display: block;
  }
}
.th_plus_btn {
  position: relative;
  width: 40px;
  height: 40px;
  margin: auto;
  margin-top: 20px;
}
.th_plus_btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #f05a28;
  border-radius: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}
.th_plus_btn span::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 19px;
  width: 2px;
  height: 20px;
  background-color: #fff;
}
.th_plus_btn span::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 19px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.active .th_plus_btn {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.s-trigger-box-holder .itm_inner {
  padding-bottom: 35px;
}
.s-trigger-box-holder .itm_inner .itm_image {
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.s-trigger-box-holder .itm_inner .itm_image img {
  display: block;
  width: 100%;
}
.s-trigger-box-holder .itm_inner .itm_meta {
  margin-bottom: 25px;
  font-size: 1rem;
}
.s-trigger-box-holder .itm_inner .itm_meta h3 {
  font-weight: 500;
  letter-spacing: .03em;
  margin-bottom: 0px;
  margin-top: 15px;
  font-size: 1rem;
}
.s-trigger-box-holder .itm_inner .itm_meta .th_plus_btn {
  margin: auto;
  margin-top: 20px;
}
.team_pop_holder {
  max-width: 850px;
  margin: auto;
  text-align: center;
}
.team_pop_holder .team_pop_title {
  margin-bottom: 20px;
}
.team_pop_holder .team_pop_title h4 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.team_pop_holder .team_pop_title span {
  font-size: 25px;
  font-weight: 300;
}
.popup-all-holder {
  display: none;
}
.popup-all-holder.active {
  display: block;
  padding: 35px 0;
}
.popup-all-holder.active::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  margin-left: -50vw;
  height: 100%;
  left: 50%;
  z-index: 0;
  background: #293d74;
  /* Old browsers */
  background: -moz-linear-gradient(left, #293d74 0%, #0f82c6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #293d74 0%, #0f82c6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #293d74 0%, #0f82c6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#293d74', endColorstr='#0f82c6', GradientType=1);
  /* IE6-9 */
}
.popup-all-holder.active .popup-info-holder {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
.th_car_outer {
  position: relative;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .th_car_outer {
    padding: 0 15px;
  }
}
.th_car_outer .th_car_single {
  text-align: center;
}
.th_car_outer .owl-prev {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #f05a28;
  border-radius: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  color: transparent;
}
.th_car_outer .owl-prev::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 15.6px 9px 0;
  border-color: transparent #ffffff transparent transparent;
}
.th_car_outer .owl-next {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #f05a28;
  border-radius: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  color: transparent;
}
.th_car_outer .owl-next::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #ffffff;
}
.owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  margin: 0 3px;
  display: inline-block;
}
.owl-dots .owl-dot.active {
  background-color: #fff;
}
.th_locations {
  margin-bottom: 25px;
}
.th_locations h4 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
#RoadmapHolder {
  position: relative;
}
.rm_btn {
  position: absolute;
  width: 50px;
  height: 50px;
}
.rm_btn .th_plus_btn {
  z-index: 3;
  margin-top: 0;
}
.rm_btn.rm_f1 {
  top: 8px;
  left: 10%;
}
.rm_btn.rm_f2 {
  bottom: 10px;
  left: 29%;
}
.rm_btn.rm_f3 {
  top: 8px;
  left: 48%;
}
.rm_btn.rm_f4 {
  bottom: 10px;
  right: 29%;
}
.rm_btn.rm_f5 {
  top: 8px;
  right: 10%;
}
.rm_btn.active .rm_info {
  display: block;
}
.blog-h4 {
  font-size: 22px;
  color: #333;
}
.owl-carousel .owl-prev {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #f05a28;
  border-radius: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  color: transparent;
}
.owl-carousel .owl-prev::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 15.6px 9px 0;
  border-color: transparent #ffffff transparent transparent;
}
.owl-carousel .owl-next {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #f05a28;
  border-radius: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  color: transparent;
}
.owl-carousel .owl-next::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #ffffff;
}
.th_car_awards {
  text-align: center;
}
.th_car_awards.owl-carousel .owl-stage-outer .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.th_car_awards .owl-item img {
  width: auto;
  display: inline-block;
}
.contact_icon_holder img {
  max-width: 120px;
  margin-right: 15px;
}
#thrivefive {
  display: inline-block;
  max-width: 50px;
  vertical-align: bottom;
}
.whitebox_blog_author {
  font-size: 18px;
  font-weight: 300;
  color: #999;
}
.post_author_meta {
  font-size: 18px;
  color: #999;
}
.blog-signup h3 {
  color: #293d74;
  font-size: 25px;
  margin-top: 20px;
  font-weight: 300;
}
.blog-signup .gform_wrapper .gform_footer input.button,
.blog-signup .gform_wrapper .gform_footer input[type=submit] {
  height: 55px!important;
}
@media (min-width: 640px) {
  .blog-signup .Captchaform {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
  }
}
/*Comment Output*/
#comments {
  max-width: 1130px;
  display: block;
  margin: auto;
}
#comments-list .vcard {
  font-size: 20px;
  font-weight: bold;
}
#comments-list .commentmetadata {
  font-size: 12px;
  margin-bottom: 5px;
}
#comments-list .comment {
  padding: 10px 0 10px 10px;
  border-left: 2px solid #ccc;
  margin-bottom: 15px;
}
#comments-list .comment-author img {
  display: none;
}
#comments-list .says {
  display: none;
}
#comments-list ul {
  padding: 15px;
  width: 100%;
  margin: auto;
  list-style-type: none;
}
.comment-respond label {
  display: block;
}
.gform_wrapper .gform_heading .gform_description {
  font-style: italic;
  font-weight: 300;
}
.gform_wrapper .gform_body ul.gform_fields .gfmc-row-1-col-1-of-2 {
  padding-right: 35px;
}
@media (max-width: 600px) {
  .gform_wrapper .gform_body ul.gform_fields .gfmc-row-1-col-1-of-2 {
    padding-right: 0px;
  }
}
.gform_wrapper .gform_body ul.gform_fields .gfmc-row-1-col-2-of-2 {
  padding-left: 35px;
}
@media (max-width: 600px) {
  .gform_wrapper .gform_body ul.gform_fields .gfmc-row-1-col-2-of-2 {
    padding-left: 0;
  }
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.half {
  width: 50%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.third {
  width: 33%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.quarter {
  width: 25%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.end {
  padding-left: 0;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield {
    padding: 5px 15px;
  }
  .gform_wrapper .gform_body ul.gform_fields li.gfield.half,
  .gform_wrapper .gform_body ul.gform_fields li.gfield.third,
  .gform_wrapper .gform_body ul.gform_fields li.gfield.quarter,
  .gform_wrapper .gform_body ul.gform_fields li.gfield .end {
    width: 100%;
    padding: 5px 15px;
  }
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
  padding: 0;
  margin: 0;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield input {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  font-size: 19px!important;
  font-weight: 400;
  letter-spacing: .03em!important;
  color: #2e3037;
  margin: 0!important;
  padding: 15px 15px!important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  font-size: 19px!important;
  font-weight: 400;
  letter-spacing: .03em!important;
  color: #2e3037;
  margin: 0!important;
  padding: 15px 15px!important;
}
@media (min-width: 600px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    min-height: 208px;
  }
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div .small,
.gform_wrapper .gform_body ul.gform_fields li.gfield div .medium,
.gform_wrapper .gform_body ul.gform_fields li.gfield div .large {
  width: 100%;
}
.gform_wrapper .gform_footer {
  text-align: center;
  padding-top: 0px!important;
}
.gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  padding: 10px 35px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  border-radius: 0;
  font-size: 16px!important;
  background-color: #f05a28;
  position: relative;
  border: none!important;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_footer {
    padding: 16px 20px 10px!important;
  }
}
.thrive_GDPR {
  font-size: .7em;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2e3037;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #2e3037;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #2e3037;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #2e3037;
}
/*  Header Styles */
/*----------------------------------------*/
header {
  z-index: 10;
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  box-shadow: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#293d74+0,293d74+100&1+0,0+89 */
  background: -moz-linear-gradient(top, #293d74 0%, rgba(41, 61, 116, 0) 89%, rgba(41, 61, 116, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #293d74 0%, rgba(41, 61, 116, 0) 89%, rgba(41, 61, 116, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #293d74 0%, rgba(41, 61, 116, 0) 89%, rgba(41, 61, 116, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#293d74', endColorstr='#00293d74', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 992px) {
  header {
    z-index: 1000;
  }
}
#header_clear {
  height: 155px;
  display: none;
}
#header_clear.scrolled {
  display: block;
  display: none;
}
#header_clear.scrolled.homepage {
  display: none;
}
header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
#header_container {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
#navholder {
  position: relative;
}
@media (max-width: 992px) {
  #main-logo img {
    max-width: 150px;
  }
}
header #white_logo {
  display: block;
}
header #dark_logo {
  display: none;
}
header.scrolled #white_logo {
  display: none;
}
header.scrolled #dark_logo {
  display: block;
}
nav ul,
.nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav ul li,
.nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
nav ul li a,
.nav ul li a {
  display: block;
}
#main-nav-holder {
  text-align: right;
  font-size: 1rem;
}
#aux-nav {
  padding: 0px 0 15px 0;
  font-size: .85em;
}
#aux-nav ul li {
  display: inline-block;
  margin: 0 10px;
}
#aux-nav ul li a {
  color: #fff;
  font-weight: 500;
}
#aux-nav ul li:last-of-type {
  margin-right: 0;
}
#main-nav {
  padding: 0;
}
#main-nav ul {
  text-align: right;
  color: #fff;
}
#main-nav ul li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
#main-nav ul li:last-of-type {
  margin-right: 0;
}
#main-nav ul li a {
  color: #fff;
  font-weight: 300;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#main-nav ul li a:hover {
  color: #0f82c6;
}
#main-nav ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  min-width: 300px;
  text-align: left;
  padding: 0;
  background-color: transparent;
  left: -15px;
  padding-top: 15px;
}
#main-nav ul li ul.sub-menu li {
  display: block;
  margin: 0;
}
#main-nav ul li ul.sub-menu li:first-of-type {
  border-top: 5px solid #0f82c6;
}
#main-nav ul li ul.sub-menu li a {
  padding: 8px 15px;
  background-color: #fff;
  color: #0f82c6;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
}
#main-nav ul li ul.sub-menu li a:hover {
  background-color: #f7f7f7;
  color: #0f82c6;
}
#main-nav ul li:hover ul {
  display: block;
}
#main-nav ul li.current-menu-item > a,
#main-nav ul li.current_page_parent > a {
  color: #0f82c6;
}
@media (max-width: 1200px) {
  #main-nav ul li {
    margin: 0 5px;
    font-size: 15px;
    letter-spacing: .05em;
  }
}
header.scrolled #aux-nav ul li a {
  color: #0f82c6;
}
header.scrolled #aux-nav ul li a:hover {
  color: #18406a;
}
header.scrolled #main-nav ul li a {
  color: #2e3037;
}
header.scrolled #main-nav ul li a:hover {
  color: #18406a;
}
header.scrolled #main-nav ul li.current-menu-item > a,
header.scrolled #main-nav ul li.current_page_parent > a {
  color: #0f82c6;
}
header.scrolled #main-nav li.menu-item-has-children {
  padding-bottom: 5px;
}
header.scrolled #main-nav ul.sub-menu {
  padding: 0 15px;
  left: -15px;
}
header.scrolled #main-nav ul.sub-menu li {
  margin-top: 0px;
}
@media (max-width: 992px) {
  nav ul li {
    margin: 0 6px;
  }
}
#mobile--nav {
  display: none;
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  overflow: scroll;
  max-height: calc(100vh - 85px);
  z-index: 999;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #fff;
  font-size: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
#mobile--nav.scrolled {
  position: fixed;
}
#mobile--nav ul {
  padding: 0;
  padding: 0 10px;
  list-style-type: none;
}
#mobile--nav ul.sub-menu {
  margin-bottom: 0px;
  padding-left: 15px;
  padding-top: 5px;
}
#mobile--nav ul li {
  display: block;
  padding: 0 10px;
}
#mobile--nav ul li a {
  color: #606469;
  font-weight: 400;
  display: block;
  padding: 7px 0;
}
#mobile--nav ul li:last-of-type a {
  padding-bottom: 14px;
}
#mobile--nav ul#menu-aux-menu-1 li a {
  color: #f05a28;
  font-weight: 800;
}
#mobile-nav {
  display: none;
  height: 50px;
  position: relative;
}
#mobile-logo {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 15px;
  text-align: center;
}
#mobile-logo img {
  width: 170px;
}
#mobile-toggle {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 40px;
  height: 30px;
}
#mobile-toggle span {
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #0f82c6;
  top: 14px;
  left: 5px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle span:before {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background-color: #0f82c6;
  left: 0;
  top: -10px;
  position: absolute;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle span:after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background-color: #0f82c6;
  left: 0;
  top: 10px;
  position: absolute;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle.active span {
  background-color: transparent;
}
#mobile-toggle.active span:before {
  top: 0;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-toggle.active span:after {
  top: 0;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.scrolled #mobile-toggle span {
  background-color: #0f82c6;
}
.scrolled #mobile-toggle span::before,
.scrolled #mobile-toggle span::after {
  background-color: #0f82c6;
}
.scrolled #mobile-toggle.active span {
  background-color: transparent;
}
@media (max-width: 992px) {
  header {
    height: auto;
    padding-top: 0;
    background: #fff;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  }
  #navholder {
    display: none!important;
  }
  #mobile-nav {
    display: block;
  }
  #mobile--toggle {
    display: block;
    width: 40px;
    height: 50px;
    margin-top: 15px;
    margin-right: 30px;
    position: relative;
  }
  #header_container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#CrisisBanner {
  position: relative;
  background-color: #0f82c6;
  padding-top: 10px;
  padding-bottom: 10px;
}
#CrisisBanner .container {
  position: relative;
  padding-right: 30px;
}
#CrisisBanner #CrisisClose {
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  width: 30px;
  height: 30px;
}
#CrisisBanner #CrisisClose span {
  display: block;
  position: relative;
  top: 12px;
  left: 0px;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#CrisisBanner #CrisisClose span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*  Footer Styles */
/*----------------------------------------*/
footer {
  color: #6a6a6a;
  font-size: 16px;
  background-color: rgba(6, 51, 93, 0.75);
}
footer .fa {
  font-size: 30px;
  margin: 0 15px;
}
footer .fa::last-of-type {
  margin-right: 0;
}
footer ul {
  list-style-type: none;
}
footer .gform_wrapper {
  display: inline-block;
}
footer form li {
  padding-right: 0!important;
}
footer form .gform_button.button {
  padding: 17px!important;
}
#footer {
  overflow: hidden;
  font-size: 16px;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
#footer_copyright {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
#footer-nav {
  padding-top: 35px;
}
#footer-nav .menu {
  display: inline-block;
  list-style-type: none;
}
#footer-nav ul {
  display: inline-block;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer-nav ul li {
  display: inline-block;
}
#footer-nav ul li::before {
  display: none;
}
#footer-nav ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin: 0 15px;
  margin-bottom: 15px;
}
#footer-nav ul li a:hover {
  color: #fff;
}
#footer-nav ul li:last-of-type a {
  margin-right: 0px;
}
#footer-nav ul li ul {
  display: none;
}
#footer_logo {
  max-width: 200px;
  width: 100%;
}
.footer-newsletter {
  margin-bottom: 55px;
}
.footer-newsletter h5 {
  margin-bottom: 0;
  padding-right: 30px;
}
@media (min-width: 640px) {
  .footer-newsletter .Captchaform {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
  }
}
@media (max-width: 767px) {
  .footer-newsletter {
    margin-top: 0;
  }
  h5 {
    padding: 0;
  }
}
/*  Home Page Styles */
/*----------------------------------------*/
#home_banner {
  background-color: #0f82c6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  padding-top: 250px;
  padding-bottom: 300px;
  position: relative;
}
#home_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #183f66;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#183f66+0,183f66+100&1+0,0.8+39,0.6+100 */
  background: -moz-linear-gradient(top, #183f66 0%, rgba(24, 63, 102, 0.8) 39%, rgba(24, 63, 102, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #183f66 0%, rgba(24, 63, 102, 0.8) 39%, rgba(24, 63, 102, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #183f66 0%, rgba(24, 63, 102, 0.8) 39%, rgba(24, 63, 102, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#183f66', endColorstr='#99183f66', GradientType=0);
  /* IE6-9 */
  z-index: 1;
}
#home_banner .container {
  position: relative;
  z-index: 3;
}
#home_banner h1 {
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  #home_banner h1 {
    font-size: 55px;
  }
}
#home_banner h3 {
  color: #fff;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 5px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}
#home_banner .btn {
  margin-top: 35px;
}
#home_banner .btn:hover {
  background-color: #fff;
}
@media (max-width: 500px) {
  #home_banner {
    min-height: 0;
    padding-top: 150px;
    padding-bottom: 180px;
  }
  #home_banner h1 {
    font-size: 48px;
    padding: 0 10px;
  }
}
#home_row1 {
  padding-bottom: 0px;
}
#home_row1 .bend {
  z-index: 2;
}
#home_row1 .s-acctrigger h4 {
  margin-bottom: 45px;
  position: relative;
}
#home_row1 .s-acctrigger.active h4::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 5px;
  background-color: #f05a28;
  bottom: -15px;
  left: calc(50% - 25%);
}
#home_row1 .acc_holder.bluebrg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#293d74+0,0f82c6+100 */
  background: #293d74;
  /* Old browsers */
  background: -moz-linear-gradient(left, #293d74 0%, #0f82c6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #293d74 0%, #0f82c6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #293d74 0%, #0f82c6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#293d74', endColorstr='#0f82c6', GradientType=1);
  /* IE6-9 */
  color: #fff;
}
#home_row1 .acc_holder.bluebrg .acc-bottom {
  padding: 50px 0;
}
#home_row1 .acc_holder.bluebrg .acc-bottom ul {
  text-transform: uppercase;
}
#home_row1 .acc_holder.bluebrg .acc-bottom ul li::before {
  background-color: #fff;
}
#home_row1 .acc_holder.bluebrg .acc-bottom .home-acc-left {
  border-right: 1px solid #fff;
  padding-right: 55px;
}
#home_row1 .acc_holder.bluebrg .acc-bottom .home-acc-right {
  padding-left: 50px;
}
@media (max-width: 767px) {
  #home_row1 .acc_holder.bluebrg .acc-bottom .home-acc-right {
    padding-left: 15px;
  }
}
#home_row1 .home-acc {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 500px) {
  #home_row1 {
    padding-top: 20px;
  }
}
.home-acc-trigger h4 {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}
.home-acc-trigger h4:hover {
  color: #f05a28;
}
@media (max-width: 767px) {
  #home_row2 img {
    width: 100%;
    max-width: 200px;
  }
}
#home_row3 .home-fr-holder {
  margin-bottom: 30px;
}
#home_row3 .home-fr-holder .whitebox-outer {
  height: 100%;
  margin-bottom: 0;
}
#home_row5 {
  background-size: cover;
}
#home_row5 .single-test-home .big-txt {
  font-weight: 300;
}
#home_row5 .single-test-home .big-txt .htest_auth {
  padding-top: 14px;
  font-size: 1rem;
}
/* Single Page Styles */
/*----------------------------------------*/
.single-page {
  min-height: 450px;
}
.page_title {
  font-size: 40px;
  font-weight: 300;
  color: #0f82c6;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page_title {
    font-size: 22px;
  }
}
#page_top {
  background-size: cover;
}
#page_top .pgtp_outer {
  padding-top: 140px;
  padding-bottom: 45px;
}
@media (min-width: 767px) {
  #page_top .pgtp_outer {
    min-height: 425px;
    padding-top: 90px;
  }
}
#page_top .page_title {
  font-size: 68px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#page_top .page_sub_title {
  color: #fff;
  font-size: 25px;
  text-align: center;
  letter-spacing: .03em;
  max-width: 800px;
  margin: auto;
  font-weight: 300;
}
@media (max-width: 767px) {
  #page_top .page_title {
    font-size: 48px;
  }
  #page_top .page_sub_title {
    font-size: 20px;
  }
  #page_top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(15, 130, 198, 0.6);
  }
  #page_top .container {
    position: relative;
    z-index: 2;
  }
  #page_top .bend {
    z-index: 4;
  }
}
#RoadmapMobile img {
  width: 200px;
  margin: auto;
}
.mr_col {
  margin-bottom: 25px;
}
.mr_col.mr_col_dropdown .mr_col_inner .mr_col_img img {
  box-shadow: none;
}
.mr_col .mr_col_inner {
  text-align: center;
}
.mr_col .mr_col_img img {
  width: 100%;
  max-width: 200px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.mr_col .mr_col_content {
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  max-width: 310px;
  margin: auto;
}
.mr_col .mr_col_content h4 {
  font-size: 18px;
  font-weight: 800;
  color: #0f82c6;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mr_col .mr_col_content .mr_col_toggle {
  position: absolute;
  bottom: -20px;
  width: 100%;
}
.mr_col .mr_col_content .mr_col_toggle span {
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-color: #f05a28;
  border-radius: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}
.mr_col .mr_col_content .mr_col_toggle span::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 19px;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
.mr_col .mr_col_content .mr_col_toggle span::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 19px;
  width: 1px;
  height: 20px;
  background-color: #fff;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mr_col .mr_col_dropdown_holder {
  display: none;
}
.mr_col .mr_col_dropdown_holder .mr_col_dd_inner {
  padding: 25px 10px 15px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  text-align: center;
  font-size: 15px;
}
.mr_col.active .mr_col_content .mr_col_toggle span {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mr_col.active .mr_col_dropdown_holder {
  display: block;
}
.mr-sbs-row .mr-sbs-left {
  font-size: 32px;
  font-weight: 300;
  padding-right: 25px;
  border-right: 2px solid #fff;
}
@media (max-width: 767px) {
  .mr-sbs-row .mr-sbs-left {
    padding-right: 15px;
    border: none;
  }
}
.mr-sbs-row .mr-sbs-right {
  font-size: 16px;
  padding-left: 25px;
}
.mr-sbs-row .mr-sbs-right p {
  margin: 0;
}
@media (max-width: 767px) {
  .mr-sbs-row .mr-sbs-right {
    padding-left: 15px;
  }
}
.headline-toggles-holder .headline-toggles {
  cursor: pointer;
  margin: 0 15px;
}
.headline-toggles-holder .headline-toggles h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: .03em;
  position: relative;
}
.headline-toggles-holder .headline-toggles.active h4 {
  margin-bottom: 30px;
}
.headline-toggles-holder .headline-toggles.active h4::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 5px;
  background-color: #f05a28;
  bottom: -15px;
  left: calc(50% - 25%);
}
.single-testimonial {
  margin-bottom: 35px;
  position: relative;
}
.single-testimonial::before {
  content: '';
  position: absolute;
  top: -15px;
  border-radius: 100%;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url('../../images/quote.png');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.single-testimonial .single-testimonial-inner {
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  height: 100%;
  padding: 45px 35px;
  border-top: 8px solid #0f82c6;
  text-align: center;
}
.single-testimonial .s-test-quote {
  font-size: 16px;
  margin-bottom: 15px;
}
.single-testimonial .s-test-title {
  font-weight: 500;
}
.th_acc_holder {
  margin-bottom: 25px;
}
.th_acc_holder .th_acc_inner {
  background-color: #fff;
  padding: 25px;
  border-top: 8px solid #0f82c6;
  position: relative;
  padding-right: 80px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
}
.th_acc_holder .th_acc_inner_title h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.th_acc_holder .th_acc_inner_content {
  width: 100%;
  display: none;
  margin-top: 15px;
}
.th_acc_holder .th_acc_inner_content a {
  font-weight: 500;
  color: #f05a28;
}
.th_acc_holder .th_acc_toggle {
  position: absolute;
  top: 28px;
  right: 35px;
  width: 40px;
  height: 40px;
}
.th_acc_holder .th_acc_toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #f05a28;
  border-radius: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}
.th_acc_holder .th_acc_toggle span::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 19px;
  width: 2px;
  height: 20px;
  background-color: #fff;
}
.th_acc_holder .th_acc_toggle span::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 19px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.th_acc_holder .th_acc_toggle.arrow span::before {
  background-color: transparent;
  content: '';
  position: absolute;
  top: 11px;
  left: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #ffffff;
}
.th_acc_holder .th_acc_toggle.arrow span::after {
  display: none;
}
.th_acc_holder .th_plus_btn {
  position: absolute;
  top: calc(50% - 15px);
  right: 40px;
  margin-top: 0;
}
.th_acc_holder.active .th_acc_toggle {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.abt_num_icon {
  text-align: center;
}
.abt_num_icon img {
  width: 200px;
}
@media (max-width: 500px) {
  .abt_num_icon img {
    width: 100px;
  }
}
.abt_num_title h4 {
  margin-top: 0px;
}
