/******************************************************************
Theme Name: M.A.G.
Theme URI: http://craftdc.com;
Description: A custom theme developed by Craft DC
Author: Craft Media Digital
Author URI: http://www.craftdc.com
Version: 0.9rc
Tags: responsive-layout
*/ 

/* Wordpress-specific styles (e.g., customizations for the admin bar) */
.customize-support #custom-nav-area { 
  margin-top: 32px !important; 
}
.customize-support nav#navmenu { 
  top: 102px; 
}


/* end Wordpress-specific styles */


.container-fluid {
  padding: 0px;
}
* {
  outline: 0 !important;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
a {
  text-decoration: none !important;
}
body, html {
  overflow-x: hidden;
  text-align: center;
  font-family: "franklin-gothic-urw";
  font-size: 20px;
}
@media (max-width: 640px) {
  font-size: 14px;
}
#main {
  padding-top: 70px;
}
#navmenu {
  top: 70px;
}
.navmenu-default {
  background-color: #e04727;
}
#navmenu.navmenu-default li {
  height: 49px;
  background-color: white;
  font-family: "franklin-gothic-ext-comp-urw";
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  text-transform: uppercase;
}
#navmenu.navmenu-default li a {
  color: white;
}
.navmenu-default, .navbar-default .navbar-offcanvas {
  background-color: #e04727 !important;
  border: none !important;
}
#navmenu.navmenu-default li.active a,
#navmenu.navmenu-default li.open a,
#navmenu.navmenu-default li.dropdown a {
  background-color: #e04727;
}
#navmenu li:nth-of-type(6) a {
  background-color: rgba(224, 71, 39, 0.7);
}
#navmenu li:nth-of-type(5) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(4) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(3) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(9) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(10) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(3) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(9) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(11) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(4) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(3) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(9) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(10) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(3) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(9) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(12) a {
  background-color: #e04727;
}
#navmenu li:nth-of-type(5) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(4) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(3) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(9) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(10) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(3) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(9) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(11) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(4) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(3) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(9) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(10) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(3) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(9) a {
  background-color: rgba(224, 71, 39, 0.85);
}
#navmenu li:nth-of-type(2) a {
  background-color: rgba(224, 71, 39, 0.9);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#navmenu li:nth-of-type(8) a {
  background-color: rgba(224, 71, 39, 0.8);
}
#navmenu li:nth-of-type(1) a {
  background-color: rgba(224, 71, 39, 0.95);
}
#navmenu li:nth-of-type(7) a {
  background-color: rgba(224, 71, 39, 0.75);
}
#custom-nav-area {
  text-align: left;
  z-index: 999;
  background-color: #e04727;
  position: fixed;
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
}
#custom-nav-area .navigation-icon {
  display: inline-block;
  margin-top: 15px;
  margin-left: 30px;
  margin-right: 20px;
  color: white;
  font-family: "franklin-gothic-urw";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 11px;
}
#custom-nav-area .pull-right {
  margin-right: 20px;
}
#custom-nav-area .navigation-icon.social-icon {
  margin-left: 0px;
  margin-right: 10px;
}
#custom-nav-area .navigation-icon img {
  height: 40px;
}

#section1 #hero,
#section1 #mobile-hero {
  width: 100vw;
  height: auto;
}
#section2,
#backpage-section1,
#glossary-section1,
#infographic-section1 {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 30px;
}
#section2 a,
#backpage-section1 a,
#glossary-section1 a,
#infographic-section1 a {
  font-weight: 700;
  color: #e04727;
}
#section2 h1,
#backpage-section1 h1,
#glossary-section1 h1,
#infographic-section1 h1 {
  color: #004e90;
  font-family: "franklin-gothic-ext-comp-urw";
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;

}
@media (max-width: 640px) {
  #section2 h1,
  #backpage-section1 h1,
  #glossary-section1 h1,
  #infographic-section1 h1 {
    font-size: 40px;
    line-height: 1.3 !important;
  }
}
#section2 h2,
//#backpage-section1 h2,
#glossary-section1 h2,
#infographic-section1 h2 {
  color: #004e90;
  font-family: "franklin-gothic-ext-comp-urw";
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;

}
@media (max-width: 640px) {
  #section2 h2,
  //#backpage-section1 h2,
  #glossary-section1 h2,
  #infographic-section1 h2 {
    font-size: 40px;
    line-height: 44px !important;
  }
}
#backpage-section1 h2 {
  color: #004e90;
  font-family: "franklin-gothic-ext-comp-urw";
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 640px) {
  #backpage-section1 h2 {
    font-size: 40px;
    line-height: 40px !important;
  }
}
#section2 h4,
#backpage-section1 h4,
#glossary-section1 h4,
#infographic-section1 h4 {
  text-align: left;
  font-family: "franklin-gothic-urw";
  color: #1f98ff;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 640px) {
  #section2 h4,
  #backpage-section1 h4,
  #glossary-section1 h4,
  #infographic-section1 h4 {
    font-size: 18px;
  }
}
#section2 .blue-line,
#backpage-section1 .blue-line,
#glossary-section1 .blue-line,
#infographic-section1 .blue-line {
  color: #004e90;
  border-top: 2px solid #004e90;
  margin-bottom: 30px;
  margin-top: -22px;
  text-align: center;
}
#section2 p,
#backpage-section1 p,
#glossary-section1 p,
#infographic-section1 p,
#backpage-section1 ul,
#glossary-section1 ul,
#infographic-section1 ul,
#section2 div,
#backpage-section1 div,
#glossary-section1 div,
#infographic-section1 div {
  color: #444444;
  font-family: "franklin-gothic-urw";
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 640px) {
  #section2 p,
  #backpage-section1 p,
  #glossary-section1 p,
  #infographic-section1 p,
  #section2 div,
  #backpage-section1 div,
  #glossary-section1 div,
  #infographic-section1 div {
    font-size: 14px;
  }
}
#section2 .showcase-images,
#backpage-section1 .showcase-images,
#glossary-section1 .showcase-images,
#infographic-section1 .showcase-images {
  margin: 0px auto;
  margin-top: 40px;
  display: block;
  max-width: 320px;
}

@media (max-width: 640px) {
#section2 .showcase-images,
#backpage-section1 .showcase-images,
#glossary-section1 .showcase-images,
#infographic-section1 .showcase-images {
  max-width: 175px;
}
}

#section2 .infographic-image,
#backpage-section1 .infographic-image,
#glossary-section1 .infographic-image,
#infographic-section1 .infographic-image {
  margin: 5px auto 5px -10%;
  width: 120%;
}
#section2 .cta-button-wrapper,
#backpage-section1 .cta-button-wrapper,
#glossary-section1 .cta-button-wrapper,
#infographic-section1 .cta-button-wrapper {
  text-align: center;
}
#section2 .cta-button-wrapper .cta-button,
#backpage-section1 .cta-button-wrapper .cta-button,
#glossary-section1 .cta-button-wrapper .cta-button,
#infographic-section1 .cta-button-wrapper .cta-button {
  border-radius: 10px;
  box-shadow: 0 6px 0px #004e90;
  background-color: #1f98ff;
  padding: 10px 70px 10px 70px;
  text-decoration: none;
  color: white;
  font-family: "franklin-gothic-ext-comp-urw";
  font-size: 24px;
  text-transform: uppercase;
}
#section2 .cta-button-wrapper .cta-button:hover,
#backpage-section1 .cta-button-wrapper .cta-button:hover,
#glossary-section1 .cta-button-wrapper .cta-button:hover,
#infographic-section1 .cta-button-wrapper .cta-button:hover {
  text-shadow: 1px 1px 1px #efefef;
  box-shadow: 0px 1px 3px #bbb;
}
#section3 {
  text-align: center;
  background-color: #b2dcff;
}
#section3 h1 {
  font-family: "franklin-gothic-ext-comp-urw";
  color: white;
  text-transform: uppercase;
  font-size: 7vw;
  line-height: 4.3vw;
  margin: 0;
  padding: 0 0 3px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 640px) {
  #section3 h1 {
    font-size: 10vw;
    line-height: 6vw;
  }
}
#section4 {
  position: relative;
  background-color: #006dca;
}
#section4 object {
  height: 400px;
  width: 400px;
}
#section4 object svg {
  fill: white;
  height: 400px;
  width: 400px;
}
#section4 .little-tab {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
#section4 .section-4-button {
  border-radius: 10px;
  box-shadow: 0px 1px 3px #666666;
  background-color: white;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  color: #006dca;
  font-family: "franklin-gothic-ext-comp-urw";
  font-size: 34px;
  text-transform: uppercase;
}
#section4 .section-4-button:hover {
  text-shadow: 1px 1px 1px #efefef;
  box-shadow: 0px 1px 3px #bbb;
}
#section4 .front {
  width: 100%;
  height: 100%;
  background-color: #1f98ff;
  display: none;
}
#section4 .back {
  width: 100%;
  height: 100%;
  background-color: #e04727;
  display: block;
}
#section4 .section-4-light-blue-box {
  background-color: black;
  -webkit-transition: .6s;
          transition: .6s;
}
#section4 .section-4-light-blue-box .back {
  background-color: #e04727;
  display: none;
}
#section4 .section-4-light-blue-box .front {
  background-color: #1f98ff;
  display: block;
}
#section4 .section-4-light-blue-box .section-4-button {
  color: #1f98ff;
}
#section4 .section-4-orange-box {
  -webkit-transition: .6s;
          transition: .6s;
  background-color: black;
}
#section4 .section-4-orange-box .front {
  background-color: #1f98ff;
}
#section4 .section-4-orange-box .back {
  background-color: #e04727;
}
#section4 .section-4-orange-box .section-4-button {
  color: #e04727;
}
#section4 .section-4-box  {
  text-align: center;
  height: 500px;
  overflow-y: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
#section4 .section-4-box .section-4-box-text {
  width: 100%;
  height: 100%;
  padding: 12.5%;
  font-size: 18px;
}
@media (max-width: 640px) {
  #section4 .section-4-box .section-4-box-text {
    padding: 100px 40px;
  }
}
#section4 .section-4-box h2 {
  color: white;
  font-family: "franklin-gothic-ext-comp-urw";
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  #section4 .section-4-box h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
#section4 .section-4-box img {
  height: 300px;
  width: auto;
}
#section5 {
  text-align: center;
  color: #003f75;
  font-family: "franklin-gothic-ext-comp-urw";
  font-size: 40px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #ddd;
}
#section5 .section-5-box {
  text-align: center;
  height: 400px;
  overflow-y: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  width: 98%;
  margin: 10px;
}
#section5 .section-5-box.first-row {
  margin-bottom: 0px;
}
#section5 .section-5-box .section-5-box-content {
  width: 100%;
  height: 100%;
  padding: 40px;
  color: #003f75;
  text-align: center;
}
@media (max-width: 1023px) and (min-width: 700px) {
  #section5 .section-5-box .section-5-box-content {
    padding: 10%;
  }
}
#section5 .section-5-box .section-5-box-content img {
  height: 70%;
  margin: 0 auto 20px;
}

#section5 .section-5-box .section-5-box-content h3 {
  font-family: "franklin-gothic-ext-comp-urw";
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
#section6 {
  text-align: center;
  background-color: #1f98ff;
  padding: 50px;
  color: white;
  font-size: 18px;
}
#section6 h1 {
  color: white;
  font-family: "franklin-gothic-ext-comp-urw";
  font-size: 60px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  #section6 h1 {
    font-size: 50px;
    line-height: 0;
  }
  .input-group {
    width: 100%;
  }
  #section6 input#email-submit-field {
    display: block;
    float: none;
    margin-bottom: 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  #section6 .input-group-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
  #section6 .section-6-button {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
#section6 input {
  font-size: 18px;
  height: 53px;
}
#section6 .section-6-button {
  background-color: #006dca;
  color: white;
  font-family: "franklin-gothic-ext-comp-urw";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  padding-left: 40px;
  padding-right: 40px;
}
#footer {
  line-height: 71px;
  background-color: #b2dcff;
  color: #006dca;
  padding: 0px 20px;
  font-family: "franklin-gothic-urw";
  font-size: 14px;
}
#footer-text{
color: white;
}

.flip-container {
  -webkit-perspective: 1000;
          perspective: 1000;
}
/* flip the pane when hovered */
.flip-container.flip .flipper,
.flip-container.flip .flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.flip-container-wrapper {
  position: relative;
}
.flipper {
  -webkit-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}
/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#main blockquote {
  padding: 35px;
  margin: 35px 0px;
  text-align: center;
  border-top: 1px solid rgb(224, 71, 39);
  border-bottom: 1px solid rgb(224, 71, 39);
  border-left: 0 !important;
  border-right: 0 !important;
  color: rgb(224, 71, 39) !important;
  font-family: "franklin-gothic-urw";
  font-size: 28px;
  text-align: left;
  text-transform: uppercase;
}
#main blockquote p {
  color: rgb(224, 71, 39) !important;
  font-family: "franklin-gothic-urw";
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  line-height: 30px;
  text-transform: uppercase;
}
#main blockquote h3 {
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 640px) {
  #main blockquote,
  #main blockquote p,
  #main blockquote h3 {
    font-size: 18px;
  }
}

#gform_wrapper_1 {
  display: none !important;
}
.hovertext {
  position: relative;
  display: inline-block;
  font-family: "franklin-gothic-urw";
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Hovertext text */
.hovertext .hovertexttext {
  visibility: hidden;
  font-family: "franklin-gothic-urw";
  width: 120px;
  background-color: rgba(0,0,0,.8);
  color: #fff;
  text-align: center;
  padding: 5px 10px 5px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  width: 220px;
  bottom: 100%;
  left: 50%;
  margin-left: -120px; /* Use half of the width to center the hovertext */
}

.hovertext:hover .hovertexttext {
  visibility: visible;
}

.hovertext .hovertexttext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0,0,0,.8); transparent transparent transparent;
}
@media (max-width: 768px) {
  .hovertext .hovertexttext {
    display:none !important;
  }
  .hovertext {
    border-bottom: 0; 
  }
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.jiggle {
    -webkit-animation: jiggle 0.2s 4;
    -moz-animation-duration: 0.2s;
    -moz-animation-name: jiggle;
    -moz-animation-iteration-count: 4;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
}

@-moz-keyframes jiggle {
    0% {
        -moz-transform: rotate(-1deg);
    }
    50% {
        -moz-transform: rotate(1deg);
    }
}

@-webkit-keyframes jiggle {
    0% {
        -webkit-transform: rotate(-1deg);
        }
    50% {
        -webkit-transform: rotate(1deg);
    }
}
.gform_confirmation_message {
  font-family: "franklin-gothic-urw";
  font-size: 20px;
  color: white;
}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/*
@media (max-width: 992px) {
	top: -100px;
}
@media (max-width: 640px) {
	top: -100px;
}*/