/* RESET 2020 */

/* Hex to Filter Generator for svg: https://codepen.io/sosuke/pen/Pjoqqp */

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

ol[class],
ul[class] {
  padding: 0;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  font-weight:400;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x:hidden;
}
html{
  overflow-x:hidden;
}

ol[class],
ul[class] {
  list-style: none;
}

a {
  color: var(--colorRed);
  font-weight: 700;
  text-decoration: underline;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

article>*+* {
  margin-top: 1em;
}

button,
input,
select,
textarea {
  font: inherit;
}

strong{font-weight:700;}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'Open Sans', sans-serif;
}

:root {
  --colorYellow: #f2c224;
  --colorRed: #a71f23;
  --colorOff: #f8f4e3;
  --colorLight: #ffffff;
  --colorLightGray: #f7f7f7;
  --colorDark: #30302f;
}

.content{float:left;width:100%;}
.centerContent{float:left;width:960px;padding:10px;}
.centerFlex{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-flow: row wrap;-moz-flex-flow: row wrap;-ms-flex-flow: row wrap;flex-flow: row wrap;}
.centerUp{-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}
.centerTop{-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center;}
.centerWide{-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;}
.centerWideBottom{-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-end;align-items:flex-end;}

.threeCol{float:left;width:calc(33% - 60px);min-width:280px;margin:10px 30px 10px 30px;}

/* / / / / / / /*/
/* COMPONENTS /*/
/* / / / / / /*/

/* Learn More Button */

.learn-more a {
  text-decoration: none;
}

.learn-more {
  font-family: 'Roboto Condensed', sans-serif;
  font-size:18px;
  font-weight:700;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--colorLight);
  padding: 10px 40px;
  background-color: var(--colorRed);
}

.learn-more:hover {
  background-color: var(--colorYellow);
  color:var(--colorDark);
}

/* Common Form Elements */

select, input[type="text"] {
  height: 38px;
  background-color: var(--colorOff);
  border: none;
  padding-left: 6px !important;
}

::placeholder {
  color: var(--colorGray);
  text-transform: uppercase;
}

body .gform_wrapper .gform_footer input[type=submit] {
  float:left;
  padding: 0px 20px;
  color: var(--colorLight);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  height: 38px;
  background-color: var(--colorRed);
  text-decoration: none;
  display: inline-block;
  border: none;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: var(--colorYellow);
  color:var(--colorDark);
}

.gform_fields .gfield .ginput_container textarea {
  height: 90px;
  border: none;
  background-color:var(--colorOff);
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_left_half, div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_left_third, div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_middle_third {
  padding-right: 14px;
}

div.gform_wrapper form div.gform_body ul.gform_fields li .gfield_label {
  font-size: 14px;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:700;
  color: var(--colorDark);
  margin: 4px 0px;
  text-transform: uppercase;
}

div.gform_wrapper{
  padding-bottom:30px;
  width:100%;
}

div.gform_wrapper form div.gform_body ul.gform_fields li .gfield_required {
  color: var(--colorLight);
}

.page-template-full-page select, .page-template-full-page input[type="text"] {
  border: 2px solid #ccc;
}


/* / / / / /*/
/* HEADER /*/
/* / / / /*/

header {
  height: 115px;
  background-color: var(--colorDark);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:700;
  color:var(--colorLight);
}

.headerLogo{
  float:left;
  width:185px;
  height:115px;
}

.logo {
  width: 185px;
  height: 115px;
}

nav {
  float:left;
  width:calc(50% - 105px);
}

nav a {
  color: var(--colorLight);
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  height: 100%;
  padding-bottom: 20px;
}

.headerPhone{float:left;width:350px;margin:0px 20px 0px 20px;text-align:center;}
.headerCallLink{font-size:28px;color:var(--colorlight);text-align:center;text-decoration:none;display:block; width:100%;background-color:var(--colorRed);}
.headerNumberLink{font-size:32px;color:var(--colorLight);text-decoration:none;display:block; width:100%;}

/* Two Row Navigation */

nav {
  display: flex;
  flex-direction: column;
}

.phone-container {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}

.nav-call {
  color: var(--colorDark);
  font-size: 22px;
  display: flex;
}

.nav-call img {
  margin-right: 8px;
  filter: invert(0%) sepia(99%) saturate(24%) hue-rotate(255deg) brightness(84%) contrast(70%);
  height: 21px;
  width: 16px;
}

.menu-header-container {
  height: 100%;
}
  
#menu-header {
  height: 100%;
  display: flex;
  align-items: center;
}

#menu-header > li {
  display: inline;
}

#menu-header > li {
  cursor: pointer;
}
  
#menu-header li:not(:last-child) {
    padding-right: 20px;
}

/* #menu-header li.navigation-cta a {

  padding: 12px;
  background-color: var(--colorPrimary);
  color: var(--colorLight);
  border-radius: 4px;
} */

li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  border-top: 0px solid var(--colorPrimary);
}
  
#menu-header > li:hover > a {
  color: var(--colorGray);
  text-decoration: none;
}

/* #menu-header li.navigation-cta:hover a {
  color: var(--colorLight);
  background-color: var(--colorPrimary);
} */

#menu-header li.menu-item-has-children>a:after {
  font-family: 'FontAwesome';
  content: '\f107';
  margin: 0 0 0 5px;
}

.sub-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  margin: 0;
  height: auto;
  /* top: 104px; */
  top: 60px;
  width: 450px;
}

#menu-header .sub-menu{
  top:74px;
}

.sub-menu li {
  margin: 0;
  display: block;
  text-align: left;
  background:var(--colorRed);
  padding: 8px 12px;
  font-family:'Open Sans', sans-serif;
  font-size:16px;
  font-weight:400;
}

.sub-menu li a{
  color:#ffffff;
  font-size:14px;
  font-weight:400;
  text-transform:none;
}

.sub-menu li:hover {
  background: var(--colorYellow);
  color:var(--colorDark);
}

ul#menu-header-1 > li > ul.sub-menu {
  position:relative;
  display:inline;
  top:0px;
}

ul#menu-header-1 > li > ul.sub-menu > li {
  padding:0px;
}

.phone-tab {
  position: absolute;
  top: 92px;
  display: inline-block;
  right: 100px;
  padding: 14px 20px;
  border-radius: 0 0 10px 10px;
  background-color: #86d7b6;
  border-top: 2px solid #c2cbd2;
  border-right: 2px solid #c2cbd2;
  border-bottom: 2px solid #c2cbd2;
  border-left: 2px solid #c2cbd2;
  z-index: 999;
}

.phone-tab:hover {
  background-color: #c2cbd2;
  cursor: pointer;
}

.phone-tab a {
  color: #fff;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}


/* / / / /*/
/* HERO /*/
/* / / /*/


#hero-banner {
  height: auto;
  width: 100%;
  position: relative;
}

.hero-content {
  height: 460px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 6% 30px;
  margin: 0 auto;
}

/* Split Hero */

.hero-content {
  height: auto;
}

.hero-left {
  flex-grow: 1;
  padding: 80px 0px;
}

.hero-left .hero-heading {
  font-size: 48px;
  max-width: 100%;
  line-height: 120%;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, .6);
  margin-bottom: 24px;
  font-family: 'hero-new', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.hero-left .hero-sub-heading {
  font-size: 36px;
  max-width: 100%;
  line-height: 120%;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, .6);
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
}

.hero-right {
  flex: 0 0 400px;
}


/* Split Hero Form */

.half-form {
  background-color: rgb(28, 87, 125,.8);
  padding: 26px 26px 10px;
  width: 100%;
  border-radius: 30px;
}

.half-form p {

  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  font-family: 'hero-new', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 120%;
}

.half-form div.gform_wrapper form div.gform_body ul.gform_fields li.gfield {
  margin: 6px 0px;
}

.half-form div.gform_wrapper form div.gform_body ul.gform_fields li .gfield_label {
  margin: 0px;
}

.half-form .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}


/* / / / / / / /*/
/* TYPOGRAPHY /*/
/* / / / / / /*/


h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 60px;
  font-weight:700;
  margin-bottom: 24px;
  color: var(--colorRed);
  line-height: 1;
  text-transform: uppercase;
  text-align:center;
}

#intro-copy h1{
  font-size:80px;
  color: var(--colorLight);
  text-shadow: 0px 0px 10px #000000;
}


h2 {
  line-height:1.25;
  margin-bottom: 18px;
  font-family: 'Libre Baskerville', serif;
  font-size:30px;
  color: var(--colorDark);
  text-transform: none;
}

#intro-copy h2{
  color: var(--colorLight);
  text-shadow: 0px 0px 10px #000000;
}

h3 {
  line-height: 110%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:28px;
  font-weight: 700;
  color:var(--colorRed);
  text-transform: none;
}

h4{
  line-height:1.25;
  font-family: 'Libre Baskerville', serif;
  font-size:22px;
  color: var(--colorDark);
  text-transform: none;
}

p {
  margin-bottom: 20px;
  line-height: 145%;
}

.back-title{
  color:var(--colorBlue);
  text-transform: uppercase;
}


/* / / / / /*/
/* TABLES /*/
/* / / / /*/


table {
  width: 100%;
}

th {
  background-color: #212121;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 5px;
}

tr:nth-child(even) {
  background-color: #efefef;
}

tr {
  border-bottom: 1px solid #ccc;
}

td {
  padding: 5px;
}

.lptw-advanced-table thead tr th {
  background: #212121 !important;
  color: #fff !important;
  font-family: sans-serif;
  font-size: 16px !important;
}

.lptw-advanced-table .default th {
  width: 20%;
}

.lptw-advanced-table .default td {
  font-size: 0.85em !important;
}

.lptw-advanced-table .default td:hover {
	background-color: transparent !important;
}


/* / / / / /*/
/* INTRO  /*/
/* / / / /*/


section#intro {
  padding: 0px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

.intro-content .split-copy {
  padding: 80px 50px 80px 50px;
  width:calc(100% - 620px);
  min-width:425px;
}

.intro-content .split-form {
  float:left;
  width:620px;
  padding:80px;
  background-color:rgba(242,194,36,0.75);
}

.intro-content {
  width: 100%;
  position: relative;
}

div#vid-bg-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0px;
  z-index: 10;
}

#intro video {
  display: inline-block;
  width: 110%;
  top: 0px;
  position: absolute;
}

section#intro {
  position: relative;
  display: flex;
  align-items: center;
}

.overlay {
  background: linear-gradient(rgb(0 0 0 / .7), rgb(255 255 255 / 0));
  width: 100%;
  height: 100%;
  position: absolute;
}

.intro-content {
  height: auto;
  width: 100%;
  text-align: center;
}

/* / / / / / / /*/
/* INFO  /*/
/* / / / / /*/

section#info {
  padding: 0px;
  background-color:var(--colorLight);
  background-image:url(../img/bg-building.jpg);
  background-position:top right;
  background-repeat:no-repeat;
  background-size:auto 100%;
  border-top:4px solid var(--colorRed);
}

section#info h2{
  color:var(--colorDark);
  font-weight:800;
  font-size:40px;
  text-transform:uppercase;
}

#info .split-copy {
  float:left;
  width:calc(100% - 620px);
  padding:80px 10px 80px 60px;
  background-color:rgba(255,255,255,0.90);
}

#info .split-copy p{

}

#info .split-image {
  padding: 80px 50px 80px 6%;
  width:620px;
  min-width:425px;
}

/* / / / /*/
/* AWARDS */
/* / / / /*/

section#awards {
  padding: 0px;
  background-color:var(--colorLight);
  border-top:4px solid var(--colorRed);
}

section#awards.content{
  justify-content:space-around;
}

.awardImage{float:left;width:180px;height:180px;margin:20px;transform: scale(1.0);transition: all ease-in .2s;}

.awardImage:hover{transform: scale(1.2);}

/* / / / / / / /*/
/* BENEFITS  /*/
/* / / / / /*/

section#benefits-list {
  float:left;
  display:block;
  width:100%;
  background-image:url(../img/bg-cheese.jpg);
  background-size:auto 100%;
  background-position:left center;
  background-repeat:no-repeat;
  background-color:var(--colorRed);
  border-top:4px solid var(--colorRed);
}

#benefits-list .split-image{
  float:left;
  width:50%;
}

#benefits-list .split-copy{
  float:left;
  width:50%;
  min-width:425px;
  padding:80px;
  background-color:var(--colorLightGray);
  font-family: 'Roboto Condensed', sans-serif;
  font-size:40px;
  font-weight:700;
}

#benefits-list .split-copy ul {
  list-style: none;
  margin: 60px 0px 60px 0px;
  padding-left: 0;
}

#benefits-list .split-copy li {
  padding-left:65px;
  text-indent:-65px;
  line-height:1;
  margin-bottom:40px;
}

#benefits-list .split-copy li:before {
  background: transparent url(../img/icon-pizza.svg) scroll 0 0 no-repeat;
  content:"";
  width: 54px;
  height: 54px;
  padding-right: 65px;
}

/* / / / / / / / /*/
/* COST & FEES  /*/
/* / / / / / / /*/


section#costs-fees {
  background-color:var(--colorDark);
  background-image:url(../img/bg-bar.jpg);
  background-position:center center;
  background-size:cover;
  background-attachment:fixed;
  background-repeat:no-repeat;
  padding:80px;
  text-align:center;
  border-top:4px solid var(--colorRed);
}

section#costs-fees h1{
  color:var(--colorLight);
  font-size:60px;
  text-align:center;
  line-height:1;
  margin:0px;
}

section#costs-fees h2{
  color:var(--colorLight);
  font-size:90px;
  text-align:center;
  line-height:1;
  margin:0px;
}

.wideMargin{
  float:left;
  width:100%;
  margin:40px;
}

/* / / / / / / /*/
/* TESTIMONIALS  /*/
/* / / / / /*/

section#testimonials {
  float:left;
  display:block;
  width:100%;
  padding:40px 0px 0px 0px;
  background-image: linear-gradient(to bottom, #a71f23, #72090a);
  border-top:4px solid var(--colorRed);
  display: flex;
  flex-direction: row;
}

#testimonials .split-image{
  float:left;
  height:675px;
  width:30%;
  background-image:url(../img/bg-pizza.png);
  background-size:contain;
  background-position:left bottom;
  background-repeat:no-repeat;
  margin-top: auto;
  align-self: flex-start;
}

#testimonials .split-copy{
  float:left;
  width:70%;
  min-width:425px;
  padding:80px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:40px;
  font-weight:700;
}

#testimonials h1{color:var(--colorLight);}

.testHolder{
  float:left;
  width:100%;
}

.testPhoto{
  float:left;
  width:225px;
  height:225px;
  border:2px solid var(--colorDark);
  border-radius:112px;
  overflow:hidden;
}

.testContent{
  float:left;
  width:calc(100% - 225px);
  color:var(--colorLight);
  padding:0px 0px 0px 20px;
}

.testContent h5{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:700;
  font-size:24px;
  color:var(--colorLight);
  margin:0px;
  padding:0px;
}

.testContent h6{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:700;
  font-size:18px;
  color:var(--colorLight);
  margin:0px 0px 20px 0px;
  padding:0px;
}

.testContent p{
  font-family: 'Open Sans', sans-serif;
  font-size:18px;
  font-weight:400;
}

/* / / / / / / / / / / / /*/
/* BUSINESS MODELS  /*/
/* / / / / / / / / / / /*/


section#business-models {
  padding:40px 0px 40px 0px;
  background-color:#fff;
  text-align: center;
  border-top:4px solid var(--colorRed);
}

section#business-models .threeCol{
  border:2px solid var(--colorRed);
  padding:4px;
  transition: transform ease-in .3s;
}

section#business-models .threeCol h2 {
  color:var(--colorRed);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:700;
  font-size:23px;
}

section#business-models .threeCol:hover {
  transform: scale(1.1);
}

.featured-thumb {
  width: auto;
  height: 200px;
  overflow: hidden;
  margin-bottom:20px;
}

.featured-thumb img {
	width:100%;
	height:auto;
}

section#business-models.content{
  justify-content:space-around;
}

/* / / / /*/
/* MARKETS */
/* / / / /*/

section#markets {
  padding: 60px 0px 60px 0px;
  background-color:var(--colorLight);
  border-top:4px solid var(--colorRed);
  background-image:url(../img/misc-map.png);
  background-size:cover;
  background-attachment:fixed;
  background-position:top center;
  background-repeat:no-repeat;
  border-top:4px solid var(--colorRed);
  text-align:center;
}

#markets h1{
  color:var(--colorLight);
}

/* / / / / / / / /*/
/* LARGE VIDEO  /*/
/* / / / / / / /*/

section#large-vid {
  float:left;
  width: 100%;
  display:flex;flex-direction:column;justify-content:space-between;align-items:center;
  padding:40px 0px 40px 0px;
  border-top:4px solid var(--colorRed);
}

#vidButton{
  float:left;
  width:100%;
  text-align:center;
  margin:40px 0px 100px 0px;
}

section#large-vid .video-cover {
  width:83%;
  margin: 0 auto;
  max-width:1080px;
  margin-top:40px;
  margin-bottom:40px;
}

section#large-vid .video-cover span {
	display:block;
  overflow: hidden;
  position: relative;
}

section#large-vid .video-cover img {
	width:100%;
	height:auto;
}

section#large-vid .video-cover img.play-button-icon {
	cursor: pointer;
	margin: 0;
	position: absolute;
	text-align: center;
	top:50%;
	margin-top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 125px;
}

.youtube-video{
  /*width:1280px;
  height:720px;*/
}

/* / / / / / / / / / / / /*/
/* BOTTOM REQUEST FORM  /*/
/* / / / / / / / / / / /*/


section#req-form {
  float:left;
  width:100%;
  background-image:url(../img/bg-cheese-block.jpg);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  padding:40px;
  border-top:4px solid var(--colorRed);
  justify-content:flex-end;
}

#bottomFormHolder{
  float:right;
  width:60%;
  padding:100px;
  background-color:rgba(242,194,36,0.75);
}

#bottomFormHolder h3{
  font-size:60px;
  text-align:center;
}

#req-form h3.gform_title {
	font-family: sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 120%;
  margin-bottom: 20px;
}

#req-form span.gform_description {
	text-align:left;
	font-size: 18px;
}

#req-form .gform_wrapper .gform_button:hover {
	background-color:var(--colorYellow);
    color:var(--colorDark);
}


/* / / / / / / / / / / / /*/
/* FEATURED BLOG POSTS  /*/
/* / / / / / / / / / / /*/


section#featured-posts {
  padding:40px 0px 40px 0px;
  background-color:#fff;
  background-image:url(../img/bg-articles.png);
  background-size:cover;
  background-position:center right;
  background-repeat:no-repeat;
  text-align: center;
  border-top:4px solid var(--colorRed);
}

section#featured-posts h1 {
  color:var(--colorRed);
  font-weight:700;
  font-size:60px;
}

section#featured-posts ul {
	display: flex;
	flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  max-width: 1140px;
  margin: 40px auto 0px;
}

section#featured-posts ul li {
  flex: 0 0 31%;
  padding: 10px 10px 30px;
  box-shadow:0px 0px 10px rgba(0,0,0,0.5);
}

.featured-thumb {
  width: auto;
  height: 200px;
  overflow: hidden;
}

.featured-thumb img {
	width:100%;
	height:auto;
}

.featured-title,
#featured-posts .description {
	padding:0 20px;
}

.featured-title a {
  display:block;
  color:var(--colorBlue);
  margin:10px 0;
  text-decoration:none;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.featured-title a:hover {
  cursor: pointer;
}

#featured-posts .description p {
  margin-bottom: 30px;
  line-height: 145%;
  font-size: 16px;
  font-weight: 300;
  font-family: sans-serif;
  color: #707070;
  letter-spacing: .02em;
}


/* / / / / /*/
/* FOOTER /*/
/* / / / /*/


footer {
  background:var(--colorDark);
  color:var(--colorLight);
}

.footer-top {
  float:left;
  padding: 60px 6%;
  width:100%;
}

.footer-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.footer-wrap > div {
	flex: 1;
	margin-bottom:0;
  padding: 12px 0px 0px 40px;
  text-align: left;
}

/* Footer First Cloumn */

.footer-wrap > div:first-of-type {
  flex: 0 0 33%;
  padding: 0px 40px 0px 0px;
}

.footer-wrap > div:first-of-type > div {
  text-align: center;
  width: 300px;
}

.footer-logo img {
  margin: 0 auto 30px;
  width: 185px;
}

.footer-wrap .widget-container a.learn-more {
  background-color:var(--colorRed);
  font-size: 22px;
  font-weight: 600;
  font-family: 'hero-new', sans-serif;
}

.footer-wrap .widget-container a.learn-more:hover {
  background-color:var(--colorYellow);
  color:var(--colorLight);
}

footer .social-icons {
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin: 30px auto 0px;
}

footer .social-icon {
  height: auto;
  width: 20%;
}

footer .social-icon a img {
  filter: invert(74%) sepia(58%) saturate(4315%) hue-rotate(177deg) brightness(91%) contrast(86%);
  width: 100%;
}

footer .social-icons a {
	text-decoration: none !important;	
}

footer span.content_screen-reader-text {
    display: none !important;
}

/* Link Columns */

footer .footer-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: 600;
	color:var(--colorLight);
	text-transform: uppercase;
	letter-spacing: .02em;
	line-height: 120%;
	margin-bottom: 20px;
}

.footer-wrap .widget-container ul li {
	padding: 6px 0;
}

footer .widget_nav_menu a:not(.learn-more) {
	text-decoration:none;
	color:var(--colorLight);
  padding:2px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .02em;
  font-weight: 400;
}

footer .widget_nav_menu a:not(.learn-more):before {
  content: "\f054";
  font-family: FontAwesome;
  color:var(--colorLight);
  padding-right: 7px;
  font-size: 12px;
}

footer .widget-container li a:not(.learn-more):hover {
	color:var(--colorGray);
}

/* Footer Bottom */

footer .footer-bottom {
  float:left;
  padding:20px 6%;
  background-color:var(--colorOrange);
  color:var(--colorLight);
}

.copyrite,
.copyrite a {
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	color:var(--colorLight);
}

.disclaimer {
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	padding:20px 0;
	text-transform:none;
	text-align:center;
}



/* / / / / / / / / /*/
/* INTERNAL PAGES /*/
/* / / / / / / / /*/

.internal-header {
  border-bottom:4px solid var(--colorRed);
}

/* .internal-header h1.page-title {
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 120%;
  padding:100px 0;
  text-align:center;
} */

.internal-top-image{
  position:relative;
  width:100%;
  height:250px;
  border-bottom:4px solid var(--colorRed);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

/* Research, Blog Post (Single) */

.wrapper {
  padding: 40px 6%;
}

.page-template-request-info-page .wrapper {
  padding: 40px 6% 40px;
}

.content {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

article {
  padding-right: 60px;
  flex-grow: 1;
}

.page-template-request-info-page article {
  padding-right: 0px;
}

/* Previous / Next Buttons */

.bottom-nav {
	text-align: right;
    margin-bottom:20px;
}

.bottom-nav div {
	display: inline-block;
	padding: 0 10px;
}

.bottom-nav a {
  color:var(--colorLight);
  font-weight:700;
  text-transform:uppercase;
  font-size:18px;
  line-height:18px;
  padding:10px 20px 10px 20px;
  background-color:var(--colorRed);
  text-decoration:none;
  display:inline-block;
}

.bottom-nav a:hover {
	background-color:var(--colorYellow);
    color:var(--colorDark);
	cursor: pointer;
}

.bottom-nav a:nth-child(2) {
	border-left: 1px solid #2196F3;
	padding-left: 20px;
}

/* Aside */

aside {
  flex: 0 0 33%;
}

aside .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}

h2.for-info {
  color:var(--colorDark);
  text-align: center;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weigth:700;
  text-transform: uppercase;
}

.aside-number {
  text-decoration: none;
  text-transform: uppercase;
  color:var(--colorLight);
  padding: 12px 20px;
  background-color:var(--colorRed);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
  font-size: 27px;
  width: 100%;
  text-align: center;
}

.aside-number:hover {
  background-color:var(--colorYellow);
  color:var(--colorDark);
}


/* .call-container h3 a img {
  filter: invert(0%) sepia(99%) saturate(24%) hue-rotate(255deg) brightness(84%) contrast(70%);
  margin: 0px 8px 6px 0px;
} */

/* Video */

.fluid-width-video-wrapper {
  clear: both;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


/* / / / / / / /*/
/* BLOG FEED  /*/
/* / / / / / /*/

.blog-big {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.blog-image {
  flex: 0 0 160px;
  margin-right: 20px;
  margin-top: 8px;
}

.blog-content {
  flex-grow: 1;
}

.time {
  font-weight: lighter;
  color: #212121;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.blog .post {
  padding: 30px 0;
  border-bottom: 1px solid #2196F3;
}

.post-title a {
  font-family: 'Roboto Condensed', serif;
  text-decoration: none;
  color:var(--colorRed);
  font-size: 25px;
  font-weight:700;
  text-transform: uppercase;
}


/* POST STYLES */
.blog-listing-socials ul {
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-start;
}

.blog-listing-socials li {
  display: flex;
  align-content: flex-start;
}

.related_post li::before {
  content: "" !important;
}

.wp_rp_wrap .related_post_title {
  font-size: 24px;
  margin-bottom: 18px;
  color:var(--colorRed);
  line-height: 120%;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', serif;
}

/* Pagination */

.navigation {
	margin-top: 20px;
}
.navigation .wp-paginate a {
	background-color: #ccc;
	color: #fff;
	border: 0;
}
.navigation .wp-paginate a:hover {
	background-color: #222;
	color: #fff;
}
.navigation .wp-paginate .current {
	background-color: #2a2a2a;
	border: 0;
}



/* Blockquote */

blockquote {
	margin: 30px;
	background: rgba(0, 0, 0, 0.02);
	padding: 26px;
	font-style: italic;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #212121;
}

blockquote p {
	font-size: 14px !important;
	line-height: 20px !important;
}

blockquote p:last-of-type {
	margin-bottom: 0 !important;
}



/* ARTICLE */

article p,
section p {
	margin-bottom: 20px;
}
article ul, article ol {
	margin: 20px 0 20px 0px;
}
article ul {
  list-style: disc;
  padding-left: 10px;
}
article ol {
	list-style: decimal;
}
article li {
	list-style-position: inside;
}
article img {
	margin-bottom:20px;
}


.post ul.related_post li a {
  display: block !important;
  font-size: 13px !important;
  line-height: 1.6em !important;
  margin-bottom: 5px !important;
  position: relative !important;
  text-decoration: none !important;
  text-indent: 0 !important;
	color:#2196F3;
}

.post ul.related_post li a:hover {
	color:#333;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
  height: auto;
}
.alignright {
	float: right;
	margin: 0 0px 20px 20px;
  height: auto;
}
.aligncenter {
	display: block;
	margin: 0 auto 20px;
  height: auto;
}




div.wp-caption {
	background: rgba(0, 0, 0, 0.02);
	padding: 6px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	max-width: 100%;
}
div.wp-caption a {
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
div.wp-caption p {
	font-size: 12px !important;
	font-style: italic;
	line-height: 18px !important;
	text-align: center;
}
div.wp-caption p:last-of-type {
	margin-bottom: 0 !important;
}



/* GRAVITY FORMS */
body.home .gform_widget {
  color:#666666;
  background:var(--colorYellow);
  padding: 24px;
  border-radius: 10px;
}

.gform_widget {
  color:var(--colorDark);
  background:var(--colorYellow);
  padding: 24px;
}

body.home .gform_widget .widget-title {
  font-family: 'Roboto Condensed', serif;
  padding: 0 20px;
  margin: 0;
  text-align:center;
  font-size:26px;
  line-height:30px;
  color:#2196F3;
  font-weight:700;
  text-transform: uppercase;
}

.gform_widget .widget-title {
  font-family: 'Roboto Condensed', serif;
  padding: 0 30px;
  margin: 0;
  text-align:center;
  font-size:30px;
  line-height:40px;
  color:var(--colorRed);
  font-weight:700;
  text-transform: uppercase;
}

.gform_widget .gform_wrapper {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.gform_wrapper span.gform_description {
  font-size:16px;
  text-align:center;
  font-weight:300;
}
.gform_widget .gform_wrapper .gfield {
  width: 100% !important;

}
.home .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width: 50% !important;
  padding-right: 16px;
  float: none;
}
.home aside li#field_3_3, .home aside li#field_3_4 {
  width: 100% !important;
}

.gform_widget .gform_wrapper .gfield_required {
	color: #fff;
}
.gform_widget .gform_wrapper .validation_error {
	color: #fff;
}
.gform_widget .gform_wrapper .gfield_error {
	background-color: #009059 !important;
	border: 0 !important;
}
.gform_widget .gform_wrapper .gfield_error .gfield_label {
	color: #fff;
}
.gform_widget .gform_wrapper .validation_message, .gform_widget .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {
	color: #fff;
}

.gform_widget .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span {
	width: 100%;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
	width: 100%;
}

aside div.ginput_container_name span {
    padding-right: 0;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox], body .gform_wrapper ul.gfield_radio li input[type=radio] {

	width: 20px !important;
	height: 20px !important;
	border: 2px solid #ccc !important;
}

.trans-box p {
  font-size: 20px;
}


/* SIDEBAR - FRANCHISE INFO */

.widget-container.franchise-info {
	margin-bottom:130px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.side-menu {
  background-color:var(--colorRed);
  padding: 20px 0px;
}

.side-menu .widget-title {
  font-family: 'Roboto Condensed', serif;
  color:var(--colorLight);
  font-size: 30px;
  font-weight:700;;
  text-align: left;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0;
  text-transform: uppercase;
  text-align:center;
}

aside .widget-container {
  margin-bottom: 30px;
}

.side-menu ul {
  list-style: none;
  margin: 20px 0;
  width: 100%;
  padding: 0;
}

.side-menu ul li {
  display: flex;
  padding: 12px 20px;
}

.side-menu ul li a {
  color:var(--colorLight);
  text-decoration: none;
  display: block;
  font-family: 'Open Sans', serif;
  font-size: 18px;
  line-height: 110%;
  font-weight: 300;
  text-transform: none;
}

.side-menu ul li:hover,
.side-menu ul li.current_page_item:hover {
  background-color:var(--colorLightGray);
  color:var(--colorDark);
}
.side-menu ul li a:hover{
  color:var(--colorDark);
}

.widget-container.franchise-info {
  margin-bottom: 130px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

/* Application form */

.page-template-full-page select, .page-template-full-page input[type="text"] {
  border: 2px solid #ccc;
}

.page-template-full-page div.gform_wrapper form div.gform_body ul.gform_fields li .gfield_required , .page-template-full-page div.gform_wrapper form div.gform_body ul.gform_fields li .gfield_label {
  color: #212121;
}

/* SLIDER */

section#cornerstones {
  padding: 60px 80px;
}

/* Slideshow container */
.slider {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.slide-content { 
  height: auto;
  /* background-color: #86d7b6; */
  padding: 40px; 
  display: flex;
  justify-content: space-between;
}

.slide-copy {
  flex-grow: 1;
}

.slide-image {
  flex: 0 0 36%;
}

.carousel {
  background-color: #c2cbd2;
  max-width: 1140px;
  margin: 0 auto;
}

.carousel-control-prev {
  width: auto;
  color: #212121;
}

.carousel-control-next {
  width: auto;
  color: #212121;
}

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

/* RESPONSIVE */

@media screen and (min-width: 1101px) {
  .mobile {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  .desktop {
    display: none !important;
  }
  .split-image{
    display: none !important;
  }
  .split-copy{
    width:100% !important;
  }
  #info .split-copy{
    padding:20px;
  }
  #benefits-list .split-copy{
    padding:20px;
  }
  #costs-fees{
    padding:0px;
  }
  #featured-posts > div > h1{
    font-size:40px;
  }
  .wideMargin{
    margin:20px;
  }
  .threeCol{
    width:100% !important;
  }
  aside{
    display:none !important;
  }
  .testContent{
    width:100%;
    min-width:400px;
    padding:0px 30px 0px 20px;
  }
  
  #testimonials .split-copy{
    padding:20px;
  }
  .intro-form{
    display:none !important;
  }
  
  .blog-image{
    display:none !important;
  }
  
  h1{font-size:36px;}
  h2{font-size:24px;}
  
  #intro-copy h1{
    font-size:40px;
  }
  #intro-copy h2{
    font-size:20px;
  }
  
  #bottomFormHolder h3{
    font-size:30px;
  }
  
  article{
    padding-right:0px;
  }

  /* MOBILE MENU */

  .sidenav {
    height: 0px;
    width: 100%;
    position: fixed;
    z-index: 990;
    bottom: 0;
    left: 0;
    background-color:var(--colorRed);
    overflow-x: hidden;
    transition: 0.5s;
    padding: 20px 20px 0px;
    border-top: 5px solid white;
    -webkit-overflow-scrolling: touch;
  }

  .sidenav li {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .sidenav li:last-of-type {
    border: none;
  }

  .sidenav a {
    padding: 8px;
    text-decoration: none;
    font-size: 21px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-family: 'Oswald', sans-serif;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav a:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #fff;
    padding-right: 7px;
  }

  .sidenav.open {
    height: 100%;
    padding-bottom: 100px;
  }

  .fixedPosition {
    position: fixed;
  }
  
  div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_left_half, div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_left_third, div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_middle_third {
    width:100% !important;
    padding-right:0px !important;
  }
  
  .home .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    width:100% !important;
    padding-right:0px !important;
  }
  
  .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 100% !important;
    padding-right:0px !important;
  }
  
  .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
  }

  /* PROGRESSION DOTS */

  #progression {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index:100;
    right: 9px;
    top: 20px;
  }

  #progression span {
    font-size: 10px;
    color: #e3e3e3;
    margin-bottom: 10px;
  }

  #progression .fas {
    font-size: 14px;
  }

  .fa-circle-o {
    font-family: FontAwesome;
  }

  .fa-circle {
    font-size: 16px !important;
  }

  .mobile-logo-container {
    text-align:center;
  }

  header.mobile .mobile-logo {
    width: auto;
    height: 115px;
  }

  body.page-template-research header.mobile .mobile-logo, body.page-template-request-info-page header.mobile .mobile-logo, body.page-template-full-page header.mobile .mobile-logo {
    height: 115px;
    width:auto;
  }

  body.home header.mobile {
    text-align: center;
    background-color: var(--colorDark);
    padding: 16px 30px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  body.page-template-research header.mobile {
    height: 115px;
  }

  header.mobile h1 {
    font-family: oswald;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 34px;
    line-height: 110%;
  }

  header.mobile p {
    font-family: Lato;
    font-size: 26px;
    color: #fff;
    line-height: 120%;
    width: 280px;
    margin: 0px auto 16px;
  }

  header.mobile .research-mobile-banner {
    background: url("/wp-content/themes/brandjo/img/Mobile-Hero-Img-Research.jpg") no-repeat center center / cover;
  }

  /* FIXED MOBILE NAVBAR */

  .mobile-navbar {
    background-color:var(--colorRed);
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100px;
    left: 0;
    z-index: 999;
    text-align:center;
  }

  .mobile-navbar ul li .nav-icon img {
    max-height: 40px;
  }

  header.mobile .mobile-navbar ul {
    display: flex;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  header.mobile .mobile-navbar ul li {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  header.mobile .mobile-navbar ul li .nav-icon {
    height: 44px;
  }

  header.mobile .mobile-navbar ul li .nav-text {
    font-family: 'Lato', sans-serif;
    color: white;
    text-transform: uppercase;
  }


  /* MOBILE LARGE VID */

  section#large-vid {
    height: auto;
    padding: 40px 0px;
    position: static;
    background: #fff url("/wp-content/themes/brandjo/img/BG.png") repeat scroll top left / auto;
  }


  /* MOBILE COSTS FEES */

  section#costs-fees {
    padding: 0px;
  }

  section#costs-fees .costs-container {
    width: 100%;
    flex-direction: column;
  }

  section#costs-fees h2 {
    font-size: 60px;
  }
  
  section#costs-fees h1 {
    font-size: 40px;
  }

  section#costs-fees p {
    text-align: left;
  }

  section#costs-fees ul {
    margin-bottom: 0px;
  }

  /* MOBILE REQUEST FORM */

  section#req-form>div:first-of-type {
    width:100%;
    padding:20px;
  }

  section#req-form {
    padding: 40px 20px;
  }

  section#req-form .form-container {
    padding: 12px 12px 0px 12px;
  }

  section#req-form h3.gform_title {
    font-size: 40px;
    text-align: center;
  }

  section#req-form p:first-of-type {
    font-size: 24px;
    text-align: center;
  }

  section#req-form .gform_wrapper .gform_button {
    width: 60%;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 1;
    padding: 8px 0px;
  }

  /* MOBILE FEATURED POSTS */

  section#featured-posts ul {
    flex-direction: column;
  }

  section#featured-posts li {
    width: 100%;
    margin-bottom: 30px;
  }

  section#featured-posts ul li .featured-title {
    padding: 4px 24px;
  }

  section#featured-posts ul li .featured-title a {
    font-size: 28px;
    text-align: left;
  }

  section#featured-posts ul li .description {
    display: none;
  }

  section#mobile-hero-banner .gform_wrapper .gform_button {
    margin: 0px 0px 20px;
  }

  section#req-form .gform_wrapper .gform_button {
    width: 100%;
  }

  section#featured-posts {
    padding: 30px;
  }

  section#featured-posts ul li a.learn-more {
    margin-left: 20px;
  }


  /* MOBILE FOOTER */

  footer .footer-wrap {
    flex-direction: column;
    align-items: center;
  }

  footer .footer-wrap > div, .footer-wrap > div:first-of-type {
    padding: 0;
    margin-bottom: 40px;
    width: auto;
    text-align: center;
  }
  
  .footer-bottom{
    margin-bottom:100px;
  }
  

  .page-template-research .page-wrapper {
    padding-top: 20px;
  }

  .page-template-research .bottom-nav {
    padding-bottom: 14px;
    margin-top: 10px;
  }

  .page-template-research #childpagewidget-2 {
    display: none;
  }

  .page-template-research .bottom-nav a {
    font-size: 20px;
    padding: 16px 16px;
  }

  body.page-template-research .widget-container {
    
  }

  body.page-template-research .content h1.page-title {
    font-size: 30px;
  }

  body.page-template-research article h2 {
    font-size: 24px;
  }

  #custom_html-2 h2 {
    margin-top: 20px;
  }

  /* Menu Icon */
  #menu-icon {
    width: 40px;
    height: 30px;
    position: relative;
    margin: 7px auto 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  #menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  /* Icon 3 */
  #menu-icon span:nth-child(1) {
    display: none;
  }

  #menu-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 11px;
  }

  #menu-icon span:nth-child(4) {
    top: 24px;
  }

  #menu-icon.open span:nth-child(1) {
    display: none;
  }

  #menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
  }

  #menu-icon.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
    opacity: 0;
  }

  /* MOBILE FORM */
  section#mobile-hero-banner {
    background-color: #ed1b2e;
    padding: 16px 30px 0px;
  }

  section#mobile-hero-banner p.mobile-form-header {
    color: white;
    font-family: oswald;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 120%;
  }

  section#mobile-hero-banner p.empire {
    margin-bottom: 16px;
  }

  section#mobile-hero-banner p.empire::before {
    content: "\f063";
    font-family: FontAwesome;
    margin-right: 4px;
  }

  section#mobile-hero-banner p.empire::after {
    content: "\f063";
    font-family: FontAwesome;
    margin-left: 4px;
  }

  section#mobile-hero-banner #gform_wrapper_7 {
    margin-top: 0px !important;
  }

  section#mobile-hero-banner #gform_wrapper_7 #gform_7 {}



  section#mobile-hero-banner #gform_wrapper_7 #gform_7 ul li.gfield {
    margin-top: 0px;
    margin-bottom: 18px;
  }

  section#mobile-hero-banner #gform_wrapper_7 #gform_7 .ginput_container {
    margin-top: 0px;
  }

  section#mobile-hero-banner .gform_wrapper .gform_button {
    background-color: #bf1524 !important;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #bf1524;
    font-family: oswald;
    font-size: 22px;
    font-weight: 400;
  }
}

@media screen and (max-width: 650px) {
  img.alignright {
    width: 100px;
  }

  footer .footer-wrap .widget-container img {
    max-width: 50%;
  }

  footer .footer-wrap .widget-container img:first-of-type {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}


@media screen and (max-width: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }

  div.team-member h3 {
    font-size: 16px;
  }

.bottom-nav {
  text-align: center;
}

.wrapper {
  padding: 20px;
}

.blog-big {
  display: flex;
  flex-direction: column;
}

.blog-content {
  width: 100%;
}

.blog-image {
  width: auto;
  margin: 0 auto;
}

.blog-big p:last-of-type {
  text-align: center;
}

}
