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;
}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

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;
}

html {
  box-sizing: border-box;
}

*,*:before,*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

.bg_cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.text_g {
  color: #95C11F;
}

.text_b {
  color: #009FE3;
}

.section {
  padding: 100px 0px;
}

.section.section_b_alt {
  padding: 100px 0px 0px;
}

.section.section_t_alt {
  padding: 0px 0px 100px;
}

.section.section_skinny {
  padding: 70px 0px 100px;
}

.section.section_skinnier {
  padding: 70px 0px 50px;
}

.section.section_slim {
  padding: 130px 0px;
}

.section.section_large {
  padding: 150px 0px;
}

.section.section_large_alt {
  padding: 150px 0px 50px;
}

.section.section_mid {
  padding: 135px 0px;
}

.section.section_grey {
  background-color: #F5F5F7;
}

.section.image_section {
  height: 720px;
}

.section.map_section {
  height: 470px;
}

.section.section_dark {
  background-color: #020033;
}

.section.section_dark .section_intro {
  color: #fff;
  margin-bottom: 0px !important;
}

.section.section_dark .section_intro .intro .wp-content {
  opacity: 1;
  max-width: 100% !important;
}

.section.section_dark .section_intro .wp-content {
  opacity: 0.6;
  max-width: 40%;
  margin-left: 0px;
}

.section.section_dark .section_intro .wp-content.wp-content-page {
  max-width: 100%;
}

.section.section_dark .form_block {
  color: #fff;
}

.section.section_dark .form_block .block_intro {
  margin-bottom: 40px;
}

.section.section_dark .form_block .block_intro .block_title {
  margin-bottom: 20px;
}

.section.section_dark .form_block .block_intro .block_subtitle {
  color: #95C11F;
}

.container-flex {
  max-width: 95%;
  margin: auto;
}

.container {
  margin: auto;
  width: 100%;
}

.button {
  padding: 15px 15px;
  text-decoration: none;
  border: 1px solid;
  transition: 0.5s ease all;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button.btn-g {
  background-color: #95C11F;
  color: #fff;
  border-color: #95C11F;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button.btn-g:hover {
  background-color: #fff;
  color: #95C11F;
}

.button.btn-b {
  background-color: #009FE3;
  color: #fff;
  border-color: #009FE3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button.btn-b:hover {
  background-color: #fff;
  color: #009FE3;
}

.button.btn-alt {
  padding: 12px 15px;
  border: 1px solid #95C11F;
  background-color: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button.btn-alt span {
  margin-left: 15px;
}

.button.btn-alt img {
  max-width: 30px;
}

.grid > * {
  margin: 0 0;
}

.grid.grid--4.grid_full > * {
  flex: 0 0 25%;
  margin: 0;
}

.grid.no_margin > * {
  margin: 0;
}

.flow,.grid > * {
  margin-bottom: 24px;
}

header.header {
  display: flex;
  width: 100%;
}

header .head_overlay {
 /*
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29235c+0,ffffff+54&0.8+1,0+100 
    background: -moz-linear-gradient(top, rgba($brand_d,0.8) 0%, rgba($brand_d,0.8) 1%, rgba(255,255,255,0.37) 54%, rgba(255,255,255,0) 100%); /* FF3.6-15 
    background: -webkit-linear-gradient(top, rgba($brand_d,0.8) 0%,rgba($brand_d,0.8) 1%,rgba(255,255,255,0.37) 54%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom, rgba($brand_d,0.8) 0%,rgba($brand_d,0.8) 1%,rgba(255,255,255,0.37) 54%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc29235c', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 
    */
  background-color: rgba(2, 0, 51, 0.52);
  z-index: 111;
  width: 100%;
  height: 100%;
  position: absolute;
  max-height: 675px;
}

header .head {
  margin-top: 20px;
  position: absolute;
  z-index: 1111;
  width: 100%;
}

header .head .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .head .header .nav {
  display: flex;
}

header .head .header .nav > div {
  width: 100%;
}

header .head .header .nav > div ul.menu {
  display: flex;
  align-items: center;
  height: 100%;
  float: right;
}

header .head .header .nav > div ul.menu > li {
  margin: 0px 20px;
  line-height: 20px;
  padding: 40px 0px;
  text-transform: uppercase;
}

header .head .header .nav > div ul.menu > li a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 15px;
  border-bottom: 2px solid transparent;
  transition: ease-in-out .25s;
}

header .head .header .nav > div ul.menu > li:hover a {
  border-color: #95C11F;
}

header .head .header .nav > div ul.menu > li.menu-item-has-children {
  position: relative;
}

header .head .header .nav > div ul.menu > li.menu-item-has-children a {
  position: relative;
  z-index: 11111;
}

header .head .header .nav > div ul.menu > li.menu-item-has-children .sub-menu {
  padding: 1em 1em;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-in-out;
  background-color: #020033;
  position: absolute;
  top: 74px;
  min-width: 250px;
  transform: translateX(-50%);
  left: 50%;
}

header .head .header .nav > div ul.menu > li.menu-item-has-children .sub-menu li {
  display: block;
  line-height: 1.8;
  margin: .5em 0;
  text-align: center;
  padding-bottom: 0;
}

header .head .header .nav > div ul.menu > li.menu-item-has-children .sub-menu li a {
  border-color: transparent;
  padding-bottom: 5px;
}

header .head .header .nav > div ul.menu > li.menu-item-has-children .sub-menu li:hover a {
  border-color: #95C11F;
}

header .head .header .nav > div ul.menu > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

header .head .header .logo {
  max-width: 200px;
  width: 100%;
}

header .head .header .logo img {
  width: 100%;
  max-width: 150px;
}

header .head .header .contact_nav .button {
  padding: 15px 15px;
}

header .head .header .contact_nav .button.btn-g {
  background-color: #95C11F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

header .head .header .contact_nav .button span {
  margin-left: 15px;
}

header .head .header .contact_nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

header .head .header .contact_nav ul li {
  color: #fff;
  margin: 0px 25px;
}

header .head .header .contact_nav ul li a {
  font-size: 15px;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}

header .slider {
  display: inline-block;
  width: 100%;
  position: relative;
}

header .slider .slides .slide {
  height: 675px;
  display: flex !important;
  align-items: center;
  position: initial !important;
}

header .slider .slides .slide .banner {
  max-width: 70%;
  color: #fff;
  margin: 0em auto 0em 0em;
  position: relative;
  z-index: 111;
}

header .slider .slides .slide .banner h1 {
  line-height: 90px;
  margin-bottom: 25px;
}

header .slider .slides .slide .banner h3 {
  line-height: 35px;
  color: #95C11F;
}

header .slider .flex-direction-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0em 2em;
  z-index: 111;
}

header .slider .flex-direction-nav li:first-child {
  transform: rotate(45deg);
}

header .slider .flex-direction-nav li:first-child a {
  border-left: 2px solid;
}

header .slider .flex-direction-nav li:last-child {
  transform: rotate(-45deg);
}

header .slider .flex-direction-nav li:last-child a {
  border-right: 2px solid;
}

header .slider .flex-direction-nav li a {
  opacity: .55;
  color: #fff;
  padding: 0px 10px;
  border-bottom: 2px solid;
}

header .slider .flex-direction-nav li a svg {
  display: none;
}

header .slider .flex-control-nav {
  display: none;
}

header .banner_wrapper {
  height: 675px;
  display: flex !important;
  align-items: center;
  width: 100%;
  position: relative;
}

header .banner_wrapper .banner {
  max-width: 60%;
  color: #fff;
  margin: 0em auto 0em 0em;
  position: relative;
  z-index: 111;
}

header .banner_wrapper .banner h1 {
  line-height: 90px;
  margin-bottom: 25px;
  font-weight: 300;
}

header .banner_wrapper .banner h3 {
  line-height: 35px;
  color: #95C11F;
}

header .banner_wrapper .alt_nav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #020033;
  z-index: 1111;
}

header .banner_wrapper .alt_nav .submenu div ul {
  display: flex;
  justify-content: space-between;
}

header .banner_wrapper .alt_nav .submenu div ul li {
  padding: 40px 0px;
  display: flex;
  align-items: center;
  margin: 0px 10px;
}

header .banner_wrapper .alt_nav .submenu div ul li a {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
  display: block;
}

header .banner_wrapper .alt_nav .submenu div ul li a:hover {
  color: #95C11F;
  opacity: 1;
}

header .banner_wrapper .alt_nav .submenu div ul li.current-menu-item {
  position: relative;
}

header .banner_wrapper .alt_nav .submenu div ul li.current-menu-item a {
  color: #95C11F;
  opacity: 1;
}

header .banner_wrapper .alt_nav .submenu div ul li.current-menu-item:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

header .banner_wrapper.digi_banner .banner h3 {
  color: #009FE3;
}

body {
  font-family: 'Ubuntu', sans-serif;
  color: #020033;
}

body h1,body h2,body h3,body h4,body h5,body h6 {
  font-weight: 300;
}

body h1 strong,body h2 strong,body h3 strong,body h4 strong,body h5 strong,body h6 strong {
  font-weight: bold;
}

.type__70 {
  font-size: 70px;
}

.type__50 {
  font-size: 50px;
}

.type__35 {
  font-size: 35px;
}

.type__30 {
  font-size: 30px;
}

.type__28 {
  font-size: 28px;
}

.type__22 {
  font-size: 22px;
}

.type__20 {
  font-size: 20px;
}

.type__16 {
  font-size: 16px;
}

.type__15 {
  font-size: 15px;
}

.type__13 {
  font-size: 13px;
}

.content .section .sidebar_wrapper {
  position: relative;
  z-index: 1111;
}

.content .section .sidebar_wrapper .sidebar {
  top: 0;
  transform: translateY(-50%);
  z-index: 1111;
  background-color: #fff;
  max-width: 100%;
}

.content .section .sidebar_wrapper .sidebar .sidebar_shadow {
  padding: 65px;
  box-shadow: 0px 10px 13px 6px rgba(2, 0, 51, 0.14);
}

.content .section .sidebar_wrapper .sidebar .widget_title {
  margin-bottom: 40px;
}

.content .section .sidebar_wrapper .sidebar .widget_title h3 {
  line-height: 40px;
  font-weight: 300;
}

.content .section .sidebar_wrapper .sidebar .sidebar_contact_form {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}

.content .section .sidebar_wrapper .sidebar .sidebar_contact_form .form-item {
  text-align: left;
}

.content .section .sidebar_wrapper .sidebar .sidebar_contact_form .form-item input[type="text"],.content .section .sidebar_wrapper .sidebar .sidebar_contact_form .form-item input[type="email"],.content .section .sidebar_wrapper .sidebar .sidebar_contact_form .form-item input[type="tel"] {
  font-size: 16px;
  border-bottom: rgba(2, 0, 51, 0.1) 1.5px solid;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 15px 0px;
  margin-bottom: 20px;
  max-width: 100%;
  font-family: 'Ubuntu', sans-serif;
}

.content .section .sidebar_wrapper .sidebar .sidebar_contact_form .form-item input[type="submit"] {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  width: 100%;
  margin: auto;
  text-align: center;
  letter-spacing: 2px;
}

.content .section .sidebar_wrapper .sidebar .sidebar_contact_form .form-item .wpcf7-form-control-wrap .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-left: 0px;
}

.content .section .sidebar_wrapper .sidebar .sidebar_contact_form .form-item .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 12px;
  margin-left: 1em;
}

.content .section .sidebar_wrapper .sidebar.sidebar_b .widget_title h3 {
  color: #009FE3;
}

.content .section .sidebar_wrapper .sidebar.sidebar_g .widget_title h3 {
  color: #95C11F;
}

.content .section .section_header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}

.content .section .section_header.header_space {
  margin-bottom: 100px;
}

.content .section .section_header.short_header {
  max-width: 60%;
}

.content .section .section_header .section_title h3 {
  color: #95C11F;
}

.content .section .section_header .section_subtitle.subtitle_g {
  color: #95C11F;
}

.content .section .section_header .section_subtitle.subtitle_b {
  color: #009FE3;
}

.content .section .section_header .header_image_wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

.content .section .section_header .header_image_wrapper .section_image {
  position: relative;
  top: 100%;
  transform: translateY(-60%);
  z-index: 1111;
  max-width: 100%;
  left: 0;
  width: 100%;
}

.content .section .section_intro {
  margin-bottom: 100px;
  line-height: 30px;
}

.content .section .section_intro .intro {
  max-width: 70%;
  margin-left: 0px;
  margin-bottom: 60px;
}

.content .section .section_intro .intro h4 {
  line-height: 35px;
}

.content .section .home_content .wp-content h1 {
  margin-bottom: 40px;
}

.content .section .home_content .wp-content h3 {
  margin-bottom: 40px;
}

.content .section .home_content .content_button {
  max-width: 45%;
  margin-bottom: 30px;
  margin-top: 60px;
}

.content .section.section_special {
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 300px;
}

.content .section.section_special .page_content_block {
  position: relative;
  margin-bottom: 100px;
  margin-top: 80px;
}

.content .section.section_special .page_content_block .page_content_image {
  width: 100%;
  position: relative;
  right: -30%;
  top: 0;
  padding: 350px 0px;
}

.content .section.section_special .page_content_block .block_content {
  padding: 55px;
  position: absolute;
  box-shadow: 0px 10px 13px 6px rgba(2, 0, 51, 0.14);
}

.content .section.section_special .page_content_block .block_content.content_block_w {
  background-color: #fff;
  z-index: 1111;
  left: 0;
  max-width: 475px;
  top: -25%;
}

.content .section.section_special .page_content_block .block_content.content_block_d {
  background-color: #020033;
  z-index: 1111;
  right: 0%;
  max-width: 685px;
  bottom: -50%;
}

.content .section.section_special .page_content_block .block_content.content_block_d .wp-content p {
  color: #fff;
}

.content .section_wrapper .section_overlay {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#070537+0,020033+100&1+0,1+30,0+100 */
  background: -moz-linear-gradient(45deg, #070537 0%, #050436 30%, rgba(2, 0, 51, 0) 100%);
 /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #070537 0%, #050436 30%, rgba(2, 0, 51, 0) 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #070537 0%, #050436 30%, rgba(2, 0, 51, 0) 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070537', endColorstr='#00020033',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */;
}

.content .section_wrapper .section_overlay > .section {
  z-index: 111;
  position: relative;
}

.content .section_wrapper .section_overlay > .section .block {
  max-width: 80%;
}

.content .section_wrapper .section_overlay > .section .block .block_image {
  margin-bottom: 40px;
}

.content .section_wrapper .section_overlay > .section .block .block_content h1 {
  color: #fff;
  margin-bottom: 30px;
}

.content .section_wrapper .section_overlay > .section .block .block_content h3 {
  margin-bottom: 60px;
  max-width: 45%;
  line-height: 40px;
}

.content .section_wrapper .section_overlay > .section .block .block_content .button {
  display: inline-flex;
}

.content .section_wrapper .section_overlay > .section .block.block_g .block_content h3 {
  color: #95C11F;
}

.content .section_wrapper .section_overlay > .section .block.block_b .block_content h3 {
  color: #009FE3;
}

.content .section_wrapper .section_overlay > .section .block.block_b .block_content .block_extra {
  display: flex;
  align-items: center;
}

.content .section_wrapper .section_overlay > .section .block.block_b .block_content .block_extra img {
  max-width: 100px;
  margin-left: 30px;
}

.content .section_cta_bar {
  padding: 100px 0px;
  border-bottom: 1.5px solid rgba(2, 0, 51, 0.1);
}

.content .section_cta_bar .cta_icon {
  margin-bottom: 50px;
}

.content .section_cta_bar .cta_content .cta_title {
  font-weight: 300;
  margin-bottom: 40px;
  max-width: 60%;
}

.content .section_cta_bar .cta_content .cta_title h3 {
  line-height: 40px;
}

.content .section_cta_bar .cta_content .cta_title h3 strong {
  font-weight: 500;
}

.content .section_cta_bar .cta_content .cta_text {
  display: flex;
  justify-content: space-between;
}

.content .section_cta_bar .cta_content .cta_text .cta_list {
  margin-left: 15px;
  line-height: 30px;
}

.content .section_cta_bar .cta_content .cta_text .cta_list li {
 /*
                            color: $brand_d;
                        opacity: 0.6;
                        */;
}

.content .section_cta_bar .cta_content .cta_text .cta_list li:before {
  content: "\25CF";
 /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #95C11F;
 /* Change the color */
  font-weight: bold;
 /* If you want it to be bold */
  display: inline-block;
 /* Needed to add space between the bullet and the text */
  width: 1em;
 /* Also needed for space (tweak if needed) */
  margin-left: -1em;
 /* Also needed for space (tweak if needed) */;
}

.content .section_cta_bar .cta_content .cta_text .wp-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.content .section_cta_bar .cta_content .cta_text .wp-content ul {
  margin-left: 15px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-right: 10px;
}

.content .section_cta_bar .cta_content .cta_text .wp-content ul li {
 /*
                                color: $brand_d;
                                opacity: 0.6;
                            */;
}

.content .section_cta_bar:last-child {
  border-bottom: none;
}

.content .tile_cta {
  padding: 45px 65px;
  background-color: #F5F5F7;
  max-width: 374px;
  text-align: center;
}

.content .tile_cta .cta_content .cta_icon {
  margin-bottom: 30px;
}

.content .tile_cta .cta_content .cta_title {
  margin-bottom: 30px;
  line-height: 40px;
}

.content .tile_cta .cta_content .cta_text {
  margin-bottom: 30px;
  line-height: 30px;
  color: #020033;
  opacity: 0.6;
}

.content .tile_cta .cta_content .cta_button {
  font-size: 15px;
}

.content .tile_cta.cta_b .cta_content .cta_title {
  color: #009FE3;
}

.content .tile_cta.cta_g .cta_content .cta_title {
  color: #95C11F;
}

.content .tile_cta_alt {
  padding: 45px 65px;
  background-color: #020033;
  max-width: 788px;
  text-align: left;
  color: #fff;
  margin-right: 0px;
  width: 100%;
}

.content .tile_cta_alt .cta_content .cta_icon {
  margin-bottom: 30px;
}

.content .tile_cta_alt .cta_content .cta_title {
  margin-bottom: 40px;
  line-height: 40px;
}

.content .tile_cta_alt .cta_content .cta_title h2 {
  margin-bottom: 20px;
}

.content .tile_cta_alt .cta_content .cta_title h3 {
  color: #95C11F;
}

.content .tile_cta_alt .cta_content .cta_text {
  margin-bottom: 30px;
  line-height: 30px;
  color: #fff;
  opacity: 0.6;
}

.content .tile_cta_alt .cta_content .cta_button {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}

.content .tile_cta_alt .cta_content .cta_button .button {
  width: 300px;
}

.content .contact_form {
  font-size: 16px;
}

.content .contact_form .grid-item input[type="text"],.content .contact_form .grid-item input[type="email"],.content .contact_form .grid-item input[type="tel"],.content .contact_form .grid-item textarea {
  font-size: 16px;
  border: none;
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid #020033;
}

.content .contact_form .grid-item input[type="submit"] {
  font-size: 16px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 15px 20px;
}

.content .contact_form .wpcf7-form-control-wrap .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-left: 0px;
}

.content .contact_form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 12px;
  margin-left: 1em;
  opacity: 0.6;
}

.content .news_cta a {
  color: #020033;
  text-decoration: none;
}

.content .news_cta a:hover .news_cta_content > * {
  border-color: #95C11F;
}

.content .news_cta .news_cta_image {
  height: 430px;
}

.content .news_cta .news_cta_content {
  padding: 35px 0px;
}

.content .news_cta .news_cta_content > * {
  border-bottom: 2px solid transparent;
  transition: ease-in-out .25s;
  display: inline-block;
  padding-bottom: 15px;
}

.content .partners {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.content .partners .partner {
  display: flex;
  align-items: center;
}

.content_section {
  padding: 100px 0px;
  border-bottom: rgba(2, 0, 51, 0.1) 1.5px solid;
}

.content_section .content_block .block_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.content_section .content_block .block_images {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.content_section .content_block .block_images img {
  margin-right: 30px;
}

.content_section .content_block .block_text {
  color: #020033;
  opacity: 0.6;
  line-height: 30px;
  font-size: 16px;
}

.content_section .content_block .block_text p {
  margin-bottom: 30px;
}

.content_block_section {
  margin-bottom: 75px;
}

.content_block_section.spaced_section .wp-content-solutions h1 {
  margin-bottom: 100px;
}

.content_block_section.spaced_section .wp-content-solutions h4 {
  margin-bottom: 100px;
}

.content_block_section.spaced_section .wp-content-page h1 {
  margin-bottom: 100px;
}

.content_block_section.spaced_section .wp-content-page h4 {
  margin-bottom: 100px;
}

.content_block_section.section_standard .wp-content h1,.content_block_section.section_standard .wp-content h2,.content_block_section.section_standard .wp-content h3,.content_block_section.section_standard .wp-content h4,.content_block_section.section_standard .wp-content h5,.content_block_section.section_standard .wp-content h6 {
  margin-bottom: 50px;
}

.content_block_section .block_title {
  margin-bottom: 50px;
}

.tiles {
  display: flex;
  flex-wrap: wrap;
}

.tiles > * {
  margin: 0px 38px 38px 0px;
}

.tiles > *:nth-of-type(3) {
  margin-right: 0px;
  max-width: 375px;
}

.tiles.archive-tiles > .tile_cta {
  text-align: left;
  margin-bottom: 38px !important;
}

.tiles.archive-tiles > .tile_cta .cta_content .cta_icon {
  text-align: center;
}

.solutions {
  display: flex;
  flex-wrap: wrap;
}

.solutions > * {
  margin: 0px 15px 10px 0px;
}

.team_member {
  padding: 215px 182.5px;
  position: relative;
  margin-bottom: 35px;
}

.team_member .team_member_content {
  height: 100%;
  position: absolute;
  padding: 30px 45px;
  justify-content: flex-end;
  align-items: flex-end;
  background-color: rgba(2, 0, 51, 0.75);
  display: none;
  top: 0;
  left: 0;
}

.team_member .team_member_content > div h3 {
  color: #95C11F;
  margin-bottom: 10px;
}

.team_member .team_member_content > div p {
  margin-bottom: 30px;
  color: #fff;
  line-height: 24px;
}

.team_member:hover .team_member_content,.team_member.active .team_member_content {
  display: flex;
}

.archive_wrapper .archive_cta {
  display: flex;
  margin-bottom: 50px;
  align-items: stretch;
  flex-wrap: wrap;
}

.archive_wrapper .archive_cta .archive_cta_content {
  padding: 40px 50px;
  background-color: #F5F5F7;
  max-width: 60%;
  width: 100%;
}

.archive_wrapper .archive_cta .archive_cta_content .archive_cta_title {
  margin-bottom: 30px;
}

.archive_wrapper .archive_cta .archive_cta_content .wp-content .content_button {
  max-width: 45%;
  margin-bottom: 20px;
}

.archive_wrapper .archive_cta .archive_cta_content .content_button {
  max-width: 45%;
  margin-bottom: 20px;
}

.archive_wrapper .archive_cta .archive_cta_image {
  max-width: 40%;
  width: 100%;
}

.archive_wrapper .archive_cta.archive_cta_alt {
  flex-wrap: wrap-reverse;
}

.pagination {
  display: flex;
  justify-content: space-between;
}

.pagination a {
  padding: 15px 15px;
  text-decoration: none;
  border: 1px solid;
  transition: 0.5s ease all;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #95C11F;
  color: #fff;
  border-color: #95C11F;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a:hover {
  background-color: #fff;
  color: #95C11F;
}

.wp-content h1 strong,.wp-content h2 strong,.wp-content h3 strong,.wp-content h4 strong,.wp-content h5 strong,.wp-content h6 strong {
  font-weight: bold;
}

.wp-content h1 {
  font-size: 70px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 30px;
}

.wp-content h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 30px;
}

.wp-content h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  color: #95C11F;
  margin-bottom: 30px;
}

.wp-content h4 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
}

.wp-content h5 {
  font-size: 22px;
  margin-bottom: 20px;
}

.wp-content h6 {
  font-size: 20px;
  margin-bottom: 20px;
}

.wp-content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

.wp-content a {
  color: #95C11F;
}

.wp-content ul {
  margin-left: 15px;
  line-height: 30px;
}

.wp-content ul li:before {
  content: "\25CF";
 /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #95C11F;
 /* Change the color */
  font-weight: bold;
 /* If you want it to be bold */
  display: inline-block;
 /* Needed to add space between the bullet and the text */
  width: 1em;
 /* Also needed for space (tweak if needed) */
  margin-left: -1em;
 /* Also needed for space (tweak if needed) */;
}

.wp-content ol {
  margin-left: 15px;
  line-height: 30px;
  counter-reset: li;
}

.wp-content ol li {
  counter-increment: li;
}

.wp-content ol li:before {
  content: counter(li);
  color: #95C11F;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.wp-content .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.wp-content .aligncenter {
  float: none;
  text-align: center;
  margin: auto;
  display: block;
}

.wp-content .alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.wp-content .content-column.one_half {
  padding-right: 10px;
}

.wp-content .content-column.one_third {
  padding-right: 10px;
}

.wp-content .content-column.one_fourth {
  padding-right: 10px;
}

.wp-content .content-column.last_column {
  padding-right: 0px;
}

.wp-content.wp-content-solutions h3 {
  color: #020033;
}

.page-template-template-digital .wp-content h3,.parent-pageid-7 .wp-content h3 {
  color: #009FE3;
}

.page-template-template-digital header .banner_wrapper .banner h3,.parent-pageid-7 header .banner_wrapper .banner h3 {
  color: #009FE3;
}

.page-template-template-digital header .nav > div ul.menu > li:hover a,.parent-pageid-7 header .nav > div ul.menu > li:hover a {
  border-color: #009FE3 !important;
}

.page-template-template-digital header .nav > div ul.menu > li.menu-item-has-children .sub-menu li a,.parent-pageid-7 header .nav > div ul.menu > li.menu-item-has-children .sub-menu li a {
  border-color: transparent !important;
}

.page-template-template-digital header .nav > div ul.menu > li.menu-item-has-children .sub-menu li:hover a,.parent-pageid-7 header .nav > div ul.menu > li.menu-item-has-children .sub-menu li:hover a {
  border-color: #009FE3 !important;
}

.page-template-template-digital footer .footer .footer_menu .widget_title,.parent-pageid-7 footer .footer .footer_menu .widget_title {
  color: #009FE3;
}

.digi_content .wp-content h3 {
  color: #009FE3;
}

footer {
  background-color: #020033;
  position: relative;
  padding: 105px 0px;
}

footer .footer {
  display: flex;
  padding: 115px 0px;
}

footer .footer .grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer .footer .footer_menu .widget_title {
  color: #95C11F;
  margin-bottom: 35px;
}

footer .footer .footer_menu .widget_title h3 {
  font-weight: 500;
}

footer .footer .footer_menu ul li {
  margin-bottom: 15px;
}

footer .footer .footer_menu ul li a {
  transition: 0.5s ease all;
  color: #FFFFFF;
  opacity: 0.6;
  text-decoration: none;
}

footer .footer .footer_menu ul li:hover a {
  opacity: 1;
  text-decoration: underline;
}

footer .foot_wrapper .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .foot_wrapper .foot .foot_left {
  display: flex;
  justify-content: space-between;
  flex: 0 0 36%;
  align-items: center;
}

footer .foot_wrapper .foot .foot_left small {
  color: #ffffff;
  opacity: 0.5;
  font-size: 13px;
}

footer .foot_wrapper .foot .foot_left ul {
  display: flex;
}

footer .foot_wrapper .foot .foot_left ul li {
  margin: 0px 16px;
}

footer .foot_wrapper .foot .foot_left ul li a {
  color: #FFFFFF;
  font-size: 24px;
}

footer .foot_wrapper .foot .foot_right small {
  color: #ffffff;
  opacity: 0.5;
  font-size: 13px;
}

.footer_contacts .container {
  position: relative;
}

.footer_contacts .contact_info {
  background-color: #FFFFFF;
  padding: 50px 50px;
  display: flex;
  align-items: center;
  position: absolute;
  top: -100px;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  flex: 1;
}

.footer_contacts .contact_info div {
  flex: 0 0 30%;
}

.footer_contacts .contact_info div a {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
}

.footer_contacts .contact_info div a svg {
  color: #95C11F;
  font-size: 30px;
  margin-right: 20px;
}

.footer_contacts .contact_info div a span {
  font-size: 28px;
  color: #020033;
  line-height: 36px;
}

.page-template-template-digital footer .footer.alt-footer .footer_menu .widget_title {
  color: #009FE3;
}

.page-template-template-digital footer .footer.alt-footer .footer_menu .widget_title h3 {
  font-weight: 500;
}

.page-template-template-digital .footer_contacts .contact_info div a svg {
  color: #009FE3;
}

footer .footer.alt-footer .footer_menu .widget_title {
  color: #009FE3;
}

.footer_contacts.brand_b .contact_info div a svg {
  color: #009FE3;
}/*Mobile Nav*/.head_alt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #020033;
  z-index: 111111;
}

.head_alt img {
  max-width: 115px;
}

.mm-active {
  overflow: hidden;
}/* === Nav Toggle ======== */.nav-toggle__icon > * {
  transition: .2s all;
  opacity: 1;
}

.nav-toggle__icon > *.icon-g {
  color: #95C11F;
  fill: #95C11F;
}

.nav-toggle__icon > *.icon-b {
  color: #009FE3;
  fill: #009FE3;
}

.header__nav-toggle {
  padding: .35em .25em .25em .25em;
  border-radius: 10px;
  position: absolute;
  top: .3em;
  right: 2.5%;
}

.header__nav-toggle svg {
  position: relative;
  top: 3px;
  transform: scale(0.75);
}

.mobile-contact-nav {
  position: absolute;
  top: .3em;
  right: 20%;
  width: auto;
}

.mobile-contact-nav .contact-nav {
  height: 50px;
  display: flex;
  align-items: center;
}

.mobile-contact-nav .contact-nav li {
  display: inline-flex;
  margin: 0px 10px;
}

.mobile-contact-nav .contact-nav li a {
  font-size: 10px;
}

.mobile-contact-nav.nav-b .contact-nav li a {
  color: #009FE3;
}

.mobile-contact-nav.nav-g .contact-nav li a {
  color: #95C11F;
}

.mm-active #nav-toggle-cb:checked {
  z-index: 111;
}

#nav-toggle-cb:checked ~ .container-flex .nav-toggle-icon__top {
  transform: translateX(-50px);
  opacity: 0;
}

#nav-toggle-cb:checked ~ .container-flex .nav-toggle-icon__btm {
  transform: translateX(50px);
  opacity: 0;
}

#nav-toggle-cb:checked ~ .container-flex .nav-toggle-icon__mid {
  transform: scale(1.1);
}

@media screen and (max-width: 576px) and (min-width: 0px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (min-width: 600px) {
  .grid.grid--3 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .grid.grid--3 > * {
    flex: 0 0 48%;
    margin-bottom: 15px;
  }

  .grid.grid--3 > *:last-child {
    flex: 0 0 48%;
  }

  .grid.grid--4 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .grid.grid--4 > * {
    flex: 0 0 48%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 700px) and (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media screen and (max-width: 768px) and (min-width: 700px) {
  .container {
    max-width: 700px;
  }
}

@media screen and (min-width: 768px) {
  .grid.grid--4 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .grid.grid--4 > * {
    flex: 0 0 48%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 999px) {
  header .head_alt {
    display: none;
  }

  header .header {
    display: flex;
  }

  .header__nav-toggle {
    display: none;
  }

  .mobile-contact-nav {
    display: none;
  }

  #nav-toggle-cb {
    display: none;
  }

  .nav-toggle__icon {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .container {
    max-width: 768px;
  }
}

@media screen and (min-width: 1000px) {
  .grid.grid--2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .grid.grid--2 > * {
    flex: 0 0 48%;
  }

  .grid.grid--2 img {
    margin-bottom: 15px;
  }

  .grid.grid--3 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .grid.grid--3 > * {
    flex: 0 0 30.8%;
    margin-bottom: 0;
  }

  .grid.grid--3 > *:last-child {
    flex: 0 0 30.8%;
  }

  .grid.grid--3.wide_grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .grid.grid--3.wide_grid > * {
    flex: 0 0 33.33%;
    margin-bottom: 0;
  }

  .grid.grid--4 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .grid.grid--4 > * {
    flex: 0 0 24.5%;
    margin-bottom: 0;
  }

  .grid.grid--alt--2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .grid.grid--alt--2 > *:nth-child(1) {
    flex: 0 0 45%;
    margin-left: 0;
  }

  .grid.grid--alt--2 > *:nth-child(2) {
    flex: 0 0 40%;
    margin-right: 0;
  }

  .grid.grid--alt--2.contact-grid > *:nth-child(1) {
    flex: 0 0 60%;
    margin-right: 0;
    margin-left: auto !important;
  }

  .grid.grid--alt--2.contact-grid > * {
    margin-right: 0;
  }

  .grid.grid--alt--2 > *:nth-last-child {
    flex: 0 0 1;
  }

  .grid.grid--alt--2 img {
    margin-bottom: 15px;
  }

  .grid.wide_grid > * {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .container {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1365px) {
  header .head .header .contact_nav ul {
    flex-wrap: wrap;
    margin-left: 20px;
  }
}

@media screen and (max-width: 1280px) {
  header .head .header .nav > div ul.menu > li {
    margin: 0px 9px;
  }
}

@media screen and (max-width: 1200px) {
  .grid.grid--alt--2 > *:nth-child(2) {
    flex: 0 0 40% !important;
    margin-right: 0;
  }

  .grid.grid--alt--2 > *:nth-child(1) {
    flex: 0 0 48% !important;
    margin-left: 0;
  }

  .tiles {
    justify-content: space-between;
  }

  .tiles .tile_cta {
    max-width: 48%;
    margin: 0;
    margin-bottom: 30px;
  }

  .tiles .tile_cta:nth-of-type(3) {
    margin-right: auto;
  }

  .tiles .tile_cta.tile_cta_alt {
    max-width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  header .head .header .nav {
    width: auto;
  }

  header .head .header .nav > div ul.menu > li {
    font-size: 14px;
  }

  header .head .header .contact_nav .button {
    font-size: 14px;
  }

  header .head .header .contact_nav ul li {
    margin: 10px 0px;
  }

  header .slider .slides .slide .banner {
    max-width: 80%;
  }

  header .banner_wrapper .banner {
    max-width: 80%;
  }
}

@media screen and (max-width: 1000px) {
  header .head_overlay {
    max-height: 400px;
  }

  header .slider .slides .slide {
    max-height: 400px;
  }

  header .banner_wrapper {
    max-height: 400px;
  }

  .wp-content .content-column.one_third {
    width: 50%;
  }

  .wp-content .content-column.one_third.last_column {
    width: 100%;
  }

  .wp-content .content-column.one_fourth {
    width: 50%;
  }
}

@media screen and (max-width: 999px) {
  .content .section .sidebar_wrapper .sidebar {
    transform: translateY(0%);
    margin-top: 50px;
  }

  .content .section .sidebar_wrapper .sidebar .sidebar_contact_form {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
  }

  .content .section .sidebar_wrapper .sidebar .sidebar_contact_form .form-item {
    text-align: left;
  }

  .content .section .sidebar_wrapper .sidebar .sidebar_contact_form .form-item input[type="text"],.content .section .sidebar_wrapper .sidebar .sidebar_contact_form .form-item input[type="email"],.content .section .sidebar_wrapper .sidebar .sidebar_contact_form .form-item input[type="tel"] {
    width: 100%;
  }

  .content .section .section_header {
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  .content .section .section_header > * {
    margin-bottom: 20px;
  }

  .content .section .section_header .header_image_wrapper {
    position: relative;
    max-width: 250px;
  }

  .content .section .section_header .header_image_wrapper .section_image {
    transform: translateY(0%);
  }

  .content .section_wrapper .section_overlay > .section .block {
    max-width: 100%;
  }

  .content .section_wrapper .section_overlay > .section .block .block_content h3 {
    max-width: 70%;
  }

  .content .partners {
    flex-wrap: wrap;
  }

  .content .partners .partner {
    flex: 0 0 48%;
    justify-content: center;
    margin-bottom: 20px;
  }

  .archive_wrapper .archive_cta {
    flex-wrap: wrap-reverse;
  }

  .archive_wrapper .archive_cta .archive_cta_content {
    max-width: 100%;
  }

  .archive_wrapper .archive_cta .archive_cta_image {
    max-width: 100%;
    height: 200px;
  }

  .archive_wrapper .archive_cta.archive_cta_alt {
    flex-wrap: wrap;
  }

  .footer_contacts .contact_info {
    padding: 30px 30px;
  }

  .footer_contacts .contact_info div a svg {
    font-size: 22px;
  }

  .footer_contacts .contact_info div a span {
    font-size: 22px;
  }

  header .head_alt {
    display: block;
  }

  header .header {
    display: none !important;
  }

  body {
    margin-top: 56px;
  }

  .head_alt {
    padding-bottom: 0;
  }

  .head_alt img {
    margin: .5em 0em;
    max-height: 40px;
  }

  .head_alt nav {
    overflow-y: scroll;
    text-align: center;
    transition: all .4s ease-in-out;
    background: #fff;
    height: 100%;
    position: fixed;
    width: 280px;
    left: -110%;
    top: 58px;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.5);
    transition: all .2s ease-in-out;
    background-color: #020033;
  }

  .mm-active .head_alt nav {
    left: 0;
    padding-bottom: 1em;
  }

  .mm-active .head_alt nav > .menu {
    overflow-y: scroll;
  }

  .head_alt nav li {
    padding: .5em 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
    font-weight: 700;
    font-size: 17px;
    padding: 10px 20px;
    text-transform: uppercase;
  }

  .head_alt nav li:hover {
    background-color: #95C11F;
  }

  .head_alt nav li.menu-item-has-children {
    position: relative;
  }

  .head_alt nav li.menu-item-has-children:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    transform: translateY(50%);
  }

  .head_alt nav li.menu-item-has-children:hover > a {
    display: inline-block;
    margin-bottom: 20px;
  }

  .head_alt nav li.menu-item-has-children:hover::after {
    content: "\f077";
    color: #020033;
  }

  .head_alt nav li.menu-item-has-children:hover .sub-menu-wrap {
    height: auto;
    visibility: visible;
  }

  .head_alt nav li.menu-item-has-children:hover .sub-menu-wrap .sub-menu {
    display: block;
  }

  .head_alt nav li.menu-item-has-children > .sub-menu-wrap {
    height: 0;
    visibility: hidden;
    width: 100%;
    transition: all .25s ease;
  }

  .head_alt nav li.menu-item-has-children > .sub-menu-wrap > .sub-menu {
    display: none;
    transition: all .25s ease;
    text-align: left;
  }

  .head_alt nav li.menu-item-has-children > .sub-menu-wrap > .sub-menu > li {
    border-bottom: none !important;
    display: block;
    line-height: 1.1;
    margin-bottom: .5em;
    padding-bottom: .5em;
    padding-top: 1em;
  }

  .head_alt nav li.menu-item-has-children > .sub-menu-wrap > .sub-menu > li:hover {
    border-bottom: none !important;
  }

  .head_alt nav li.menu-item-has-children > .sub-menu-wrap > .sub-menu > li:hover > a {
    margin-bottom: 0px;
  }

  .head_alt nav li.menu-item-has-children > .sub-menu-wrap > .sub-menu > li:first-child {
    border-top: 0px;
  }

  .head_alt nav li.menu-item-has-children > .sub-menu-wrap > .sub-menu > li:last-child {
    margin-bottom: 0;
  }

  .head_alt nav li.menu-item-has-children > .sub-menu-wrap > .sub-menu > li.menu-item-has-children {
    border-top: 0px;
  }

  .head_alt nav li.menu-item-has-children > .sub-menu-wrap > .sub-menu > li.menu-item-has-children:hover {
    border-bottom: 0px;
  }

  .head_alt nav a {
    color: #fff;
    text-decoration: none;
  }

  .head_alt nav.digi-nav li:hover {
    background-color: #009FE3;
  }
}

@media screen and (max-width: 769px) {
  .grid.grid--4.grid_full > * {
    flex: 0 0 50%;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .section.section_dark .section_intro .intro {
    max-width: 100%;
  }

  .section.section_dark .section_intro .intro .wp-content {
    opacity: 1;
    max-width: 100%;
  }

  .section.section_dark .section_intro .wp-content {
    max-width: 100%;
  }

  .section {
    padding: 50px 0px;
  }

  .section.section_slim {
    padding: 65px 0px;
  }

  .section.section_large {
    padding: 75px 0px;
  }

  .section.section_large_alt {
    padding: 75px 0px 50px;
  }

  .section.section_mid {
    padding: 67.5px 0px;
  }

  .section.image_section {
    height: 370px;
  }

  .section.map_section {
    height: 300px;
  }

  header .head_overlay {
    max-height: 240px;
  }

  header .head .header .nav > div ul.menu > li {
    padding: 30px 0px;
  }

  header .slider .slides .slide {
    max-height: 240px;
  }

  header .slider .slides .slide .banner {
    max-width: 85%;
    margin: auto;
  }

  header .slider .slides .slide .banner h1 {
    line-height: 40px;
  }

  header .slider .flex-direction-nav {
    padding: 0em 1em;
  }

  header .banner_wrapper {
    max-height: 240px;
  }

  header .banner_wrapper .banner {
    max-width: 85%;
    margin: auto;
  }

  header .banner_wrapper .banner h1 {
    line-height: 40px;
  }

  header .banner_wrapper .alt_nav {
    margin-top: 204px;
 /*
            .submenu{
                    div {
                        ul{
                            flex-wrap: wrap;
                            li{
                                max-width: 25%;
                                width: 100%;
                                padding: 20px 0px;
                                &.current-menu-item{
                                    &:after{
                                        //border-left: 20px solid transparent;
                                        border-right: 20px solid transparent;
                                        //border-bottom: 20px solid #fff;
                                        border-bottom: 20px solid transparent;
                                        border-left: 20px solid #fff;
                                        border-top: 20px solid transparent;
                                    }
                                }
                            }
                        }
                    }
                }
                */;
  }

  header .banner_wrapper .alt_nav .submenu div ul {
    flex-wrap: wrap;
  }

  header .banner_wrapper .alt_nav .submenu div ul li {
    max-width: 30%;
    width: auto;
    text-align: center;
    padding: 20px 0px;
  }

  header .banner_wrapper .alt_nav .submenu div ul li.current-menu-item:after {
    content: none;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }

  header .banner_wrapper.sol_banner {
    position: unset;
    margin-bottom: 112px;
  }

  .solutions-template .header {
    position: relative;
  }

  .type__sm__40 {
    font-size: 40px;
  }

  .type__sm__30 {
    font-size: 30px;
  }

  .type__sm__28 {
    font-size: 28px;
  }

  .type__sm__26 {
    font-size: 26px;
  }

  .type__sm__22 {
    font-size: 22px;
  }

  .content .section .section_header.header_small {
    justify-content: center;
  }

  .content .section .section_header.header_space {
    margin-bottom: 50px;
  }

  .content .section .section_header.short_header {
    max-width: 100%;
  }

  .content .section .section_intro {
    margin-bottom: 50px;
  }

  .content .section .section_intro .intro {
    max-width: 100%;
  }

  .content .section .home_content .wp-content h1 {
    margin-bottom: 20px;
  }

  .content .section .home_content .wp-content h3 {
    margin-bottom: 20px;
  }

  .content .section_cta_bar .cta_content .cta_title {
    max-width: 100%;
  }

  .content .section_cta_bar .cta_content .cta_text .wp-content {
    flex-wrap: wrap;
    justify-content: normal;
  }

  .content .tile_cta_alt .cta_content .cta_button {
    flex-wrap: wrap;
  }

  .content .tile_cta_alt .cta_content .cta_button .button {
    margin-bottom: 20px;
    width: auto;
  }

  .content_section {
    padding: 50px 0px;
  }

  .content_block_section.spaced_section .wp-content-solutions h1 {
    margin-bottom: 50px;
  }

  .content_block_section.spaced_section .wp-content-solutions h4 {
    margin-bottom: 50px;
  }

  .content_block_section.spaced_section .wp-content-page h1 {
    margin-bottom: 50px;
  }

  .content_block_section.spaced_section .wp-content-page h4 {
    margin-bottom: 50px;
  }

  .content_block_section.section_standard .wp-content h1,.content_block_section.section_standard .wp-content h2,.content_block_section.section_standard .wp-content h3,.content_block_section.section_standard .wp-content h4,.content_block_section.section_standard .wp-content h5,.content_block_section.section_standard .wp-content h6 {
    margin-bottom: 30px;
  }

  .content_block_section {
    margin-bottom: 35px;
  }

  .tiles .tile_cta {
    padding: 25px 35px;
  }

  .team_member {
    margin-bottom: 0px;
    padding: 190px 165.5px;
  }

  .wp-content h1 {
    font-size: 40px;
  }

  .wp-content h2 {
    font-size: 28px;
  }

  .wp-content h3 {
    font-size: 26px;
  }

  .wp-content h4 {
    font-size: 22px;
  }

  .wp-content h5 {
    font-size: 20px;
  }

  .wp-content h6 {
    font-size: 18px;
  }

  .wp-content .content-column.one_half {
    width: 100%;
  }

  .wp-content .content-column.one_third {
    width: 100%;
  }

  .wp-content .content-column.one_fourth {
    width: 100%;
  }

  footer .footer .grid {
    flex-wrap: wrap;
  }

  footer .footer .grid > * {
    flex: 0 0 45%;
  }

  footer .footer .grid > *:nth-of-type(1) {
    flex: 0 0 100%;
  }

  footer .foot_wrapper .foot .foot_left {
    flex: 0 0 auto;
  }

  footer .footer {
    padding: 35px 0px;
  }

  .footer_contacts .contact_info {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .content .section.section_special {
    padding-bottom: initial;
  }

  .content .section.section_special .page_content_block {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .content .section.section_special .page_content_block .block_content {
    max-width: 100% !important;
    position: relative;
    margin: 30px 0px;
    padding: 25px;
  }

  .content .section.section_special .page_content_block .page_content_image {
    display: none;
  }

  .tiles {
    justify-content: center;
  }

  .tiles .tile_cta {
    max-width: 100%;
    width: 100%;
  }

  .tiles .tile_cta:nth-of-type(3) {
    margin-right: auto;
  }

  .tiles .tile_cta.tile_cta_alt {
    max-width: 100%;
  }

  .team_member {
    padding: 160px 135.5px;
  }

  .team_member .team_member_content {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 576px) {
  header .banner_wrapper .alt_nav {
    display: none;
  }

  header .banner_wrapper.sol_banner {
    margin-bottom: 0px;
  }

  .content .section .sidebar_wrapper .sidebar .sidebar_shadow {
    padding: 35px;
  }

  .content .section .section_header.short_header {
    max-width: 100%;
  }

  .content .section_wrapper .section_overlay > .section .block .block_content h3 {
    max-width: 100%;
  }

  .content .partners .partner a {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .content_section .block_images {
    flex-wrap: wrap;
    margin-bottom: 0px !important;
  }

  .content_section .block_images > * {
    margin-left: auto;
    margin-right: auto !important;
    margin-bottom: 30px;
    padding: 10px;
  }

  .content_block_section {
    margin-bottom: 25px;
  }

  .content_block_section.spaced_section .wp-content-solutions h1 {
    margin-bottom: 30px;
  }

  .content_block_section.spaced_section .wp-content-solutions h4 {
    margin-bottom: 30px;
  }

  .content_block_section .block_title {
    margin-bottom: 20px;
  }

  .archive_wrapper .archive_cta .archive_cta_content {
    padding: 30px 30px;
  }

  .archive_wrapper .archive_cta .archive_cta_content .content_button {
    max-width: 100%;
  }

  footer .footer .grid > * {
    flex: 0 0 100%;
    text-align: center;
  }

  footer .foot_wrapper .foot {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .foot_wrapper .foot .foot_left {
    flex-wrap: wrap;
  }

  footer .foot_wrapper .foot .foot_left > * {
    width: 100%;
    margin-bottom: 20px;
  }

  footer .foot_wrapper .foot .foot_left ul {
    justify-content: center;
  }

  footer .foot_wrapper .foot > * {
    width: 100%;
    text-align: center;
  }

  .footer_contacts .contact_info {
    padding: 15px 15px;
  }

  .footer_contacts .contact_info div a svg {
    font-size: 16px;
  }

  .footer_contacts .contact_info div a span {
    font-size: 14px;
  }
}
